chore(deps): update dependency svelte-check to v3 #43

Merged
nemunaire merged 1 commits from renovate/svelte-check-3.x into master 2022-12-22 16:58:14 +00:00
Contributor

This PR contains the following updates:

Package Type Update Change
svelte-check devDependencies major ^2.7.0 -> ^3.0.0

⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the logs for more information.


Release Notes

sveltejs/language-tools

v3.0.1

Compare Source

  • (fix) correctly check if props implement $$Props interface (#​1797)

BREAKING CHANGES

  • the old transformation is no longer available. If you're using the svelte.JSX namespace in your projects, you should migrate accordingly
  • minimum required Node version is now 16
  • minimum required TypeScript version is now 4.9
  • minimum required Svelte version is now 3.55
  • removed hint diagnostics to align with tsc
  • searches for nearest tsconfig/jsconfig by default now (you don't need to specify --tsconfig anymore in most cases now; use --no-tsconfig to get back the old behavior of only checking Svelte files without a jsconfig/tsconfig)

v3.0.0

Compare Source

broken release, see 3.0.1 instead

v2.10.3

Compare Source

  • (fix) data-sveltekit attributes are valid on all elements (#​1773)
  • (fix) move interface if referenced by generic (#​1791)
  • (fix) no error with unkown props if uses $$props (#​1769)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [svelte-check](https://github.com/sveltejs/language-tools) | devDependencies | major | [`^2.7.0` -> `^3.0.0`](https://renovatebot.com/diffs/npm/svelte-check/2.10.2/3.0.1) | --- ### ⚠ Dependency Lookup Warnings ⚠ Warnings were logged while processing this repo. Please check the logs for more information. --- ### Release Notes <details> <summary>sveltejs/language-tools</summary> ### [`v3.0.1`](https://github.com/sveltejs/language-tools/releases/tag/svelte-check-3.0.1) [Compare Source](https://github.com/sveltejs/language-tools/compare/svelte-check-3.0.0...svelte-check-3.0.1) - (fix) correctly check if props implement $$Props interface ([#&#8203;1797](https://github.com/sveltejs/language-tools/issues/1797)) #### BREAKING CHANGES - the old transformation is no longer available. If you're using the `svelte.JSX` namespace in your projects, you should migrate [accordingly](https://github.com/sveltejs/language-tools/blob/master/docs/preprocessors/typescript.md#im-getting-deprecation-warnings-for-sveltejsx--i-want-to-migrate-to-the-new-typings) - minimum required Node version is now 16 - minimum required TypeScript version is now 4.9 - minimum required Svelte version is now 3.55 - removed hint diagnostics to align with tsc - searches for nearest tsconfig/jsconfig by default now (you don't need to specify `--tsconfig` anymore in most cases now; use `--no-tsconfig` to get back the old behavior of only checking Svelte files without a jsconfig/tsconfig) ### [`v3.0.0`](https://github.com/sveltejs/language-tools/releases/tag/svelte-check-3.0.0) [Compare Source](https://github.com/sveltejs/language-tools/compare/svelte-check-2.10.3...svelte-check-3.0.0) broken release, see 3.0.1 instead ### [`v2.10.3`](https://github.com/sveltejs/language-tools/releases/tag/svelte-check-2.10.3) [Compare Source](https://github.com/sveltejs/language-tools/compare/svelte-check-2.10.2...svelte-check-2.10.3) - (fix) data-sveltekit attributes are valid on all elements ([#&#8203;1773](https://github.com/sveltejs/language-tools/issues/1773)) - (fix) move interface if referenced by generic ([#&#8203;1791](https://github.com/sveltejs/language-tools/issues/1791)) - (fix) no error with unkown props if uses $$props ([#&#8203;1769](https://github.com/sveltejs/language-tools/issues/1769)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC43MC4wIiwidXBkYXRlZEluVmVyIjoiMzQuNzAuMCJ9-->
renovate-bot added 1 commit 2022-12-22 12:06:54 +00:00
chore(deps): update dependency svelte-check to v3
Some checks are pending
continuous-integration/drone/push Build is running
366768abde
nemunaire merged commit 366768abde into master 2022-12-22 16:58:14 +00:00
nemunaire deleted branch renovate/svelte-check-3.x 2022-12-22 16:58:15 +00:00
This repo is archived. You cannot comment on pull requests.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: teach/atsebay.t#43
No description provided.