sveltejs/language-tools
### [`v3.2.0`](https://togithub.com/sveltejs/language-tools/releases/tag/svelte-check-3.2.0)
[Compare Source](https://togithub.com/sveltejs/language-tools/compare/svelte-check-3.1.4...svelte-check-3.2.0)
- (feat) intellisense for new bindings ([#1957](https://togithub.com/sveltejs/language-tools/issues/1957))
- (feat) bump to TypeScript 5.0 ([#1919](https://togithub.com/sveltejs/language-tools/issues/1919))
- (feat) support `` ([#1958](https://togithub.com/sveltejs/language-tools/issues/1958))
- (fix) swap order of inserted statements for store prop with type ([#1960](https://togithub.com/sveltejs/language-tools/issues/1960))
- (fix) add `.js` to `$types` imports to support node16/nodenext resolution ([#1967](https://togithub.com/sveltejs/language-tools/issues/1967))
- (fix) use Svelte's ComponentConstructorOptions ([#1969](https://togithub.com/sveltejs/language-tools/issues/1969))
- (feat) throw error on invalid tsconfig includes/excludes and on unknown options ([#1974](https://togithub.com/sveltejs/language-tools/issues/1974))
### [`v3.1.4`](https://togithub.com/sveltejs/language-tools/releases/tag/svelte-check-3.1.4)
[Compare Source](https://togithub.com/sveltejs/language-tools/compare/svelte-check-3.1.3...svelte-check-3.1.4)
- (fix) various kit auto typing fixes ([#1936](https://togithub.com/sveltejs/language-tools/issues/1936))
### [`v3.1.3`](https://togithub.com/sveltejs/language-tools/releases/tag/svelte-check-3.1.3)
[Compare Source](https://togithub.com/sveltejs/language-tools/compare/svelte-check-3.1.2...svelte-check-3.1.3)
- (fix) take arrow function into account when adding return type ([#1934](https://togithub.com/sveltejs/language-tools/issues/1934))
### [`v3.1.2`](https://togithub.com/sveltejs/language-tools/releases/tag/svelte-check-3.1.2)
[Compare Source](https://togithub.com/sveltejs/language-tools/compare/svelte-check-3.1.1...svelte-check-3.1.2)
- (fix) correct request handler event type for SvelteKit auto-typings
### [`v3.1.1`](https://togithub.com/sveltejs/language-tools/releases/tag/svelte-check-3.1.1)
[Compare Source](https://togithub.com/sveltejs/language-tools/compare/svelte-check-3.1.0...svelte-check-3.1.1)
- (fix) allow more actions on one element
- (fix) remove overzealous $$Props check ([#1920](https://togithub.com/sveltejs/language-tools/issues/1920))
- (fix) various improvements around automatic SvelteKit types ([#1926](https://togithub.com/sveltejs/language-tools/issues/1926), [#1927](https://togithub.com/sveltejs/language-tools/issues/1927))
- (fix) race condition when reloading ts service ([#1922](https://togithub.com/sveltejs/language-tools/issues/1922))
- (fix) error on invalid tsconfig path ([#1928](https://togithub.com/sveltejs/language-tools/issues/1928))
### [`v3.1.0`](https://togithub.com/sveltejs/language-tools/releases/tag/svelte-check-3.1.0)
[Compare Source](https://togithub.com/sveltejs/language-tools/compare/svelte-check-3.0.4...svelte-check-3.1.0)
- (feat) include the number of files containing errors or warnings in svelte-check diagnostics summary ([#1909](https://togithub.com/sveltejs/language-tools/issues/1909))
### [`v3.0.4`](https://togithub.com/sveltejs/language-tools/releases/tag/svelte-check-3.0.4)
[Compare Source](https://togithub.com/sveltejs/language-tools/compare/svelte-check-3.0.3...svelte-check-3.0.4)
- (fix) recognize more js-like file types ([#1894](https://togithub.com/sveltejs/language-tools/issues/1894))
- (fix) no error with unkown props if `$$restProps` is used ([#1887](https://togithub.com/sveltejs/language-tools/issues/1887))
- (fix) move error if $$Props is an alias of another type ([#1892](https://togithub.com/sveltejs/language-tools/issues/1892))
- (chore) remove old transformation ([#1858](https://togithub.com/sveltejs/language-tools/issues/1858))
### [`v3.0.3`](https://togithub.com/sveltejs/language-tools/releases/tag/svelte-check-3.0.3)
[Compare Source](https://togithub.com/sveltejs/language-tools/compare/svelte-check-3.0.2...svelte-check-3.0.3)
- (fix) make `--no-tsconfig` flag work ([#1843](https://togithub.com/sveltejs/language-tools/issues/1843))
### [`v3.0.2`](https://togithub.com/sveltejs/language-tools/releases/tag/svelte-check-3.0.2)
[Compare Source](https://togithub.com/sveltejs/language-tools/compare/svelte-check-3.0.1...svelte-check-3.0.2)
- (fix) add missing space to the console output ([#1810](https://togithub.com/sveltejs/language-tools/issues/1810))
### [`v3.0.1`](https://togithub.com/sveltejs/language-tools/releases/tag/svelte-check-3.0.1)
[Compare Source](https://togithub.com/sveltejs/language-tools/compare/svelte-check-3.0.0...svelte-check-3.0.1)
- (fix) correctly check if props implement $$Props interface ([#1797](https://togithub.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://togithub.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://togithub.com/sveltejs/language-tools/releases/tag/svelte-check-3.0.0)
[Compare Source](https://togithub.com/sveltejs/language-tools/compare/svelte-check-2.10.3...svelte-check-3.0.0)
broken release, see 3.0.1 instead
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 Mend Renovate. View repository job log here.
This PR contains the following updates:
2.10.3
->3.2.0
Release Notes
sveltejs/language-tools
### [`v3.2.0`](https://togithub.com/sveltejs/language-tools/releases/tag/svelte-check-3.2.0) [Compare Source](https://togithub.com/sveltejs/language-tools/compare/svelte-check-3.1.4...svelte-check-3.2.0) - (feat) intellisense for new bindings ([#1957](https://togithub.com/sveltejs/language-tools/issues/1957)) - (feat) bump to TypeScript 5.0 ([#1919](https://togithub.com/sveltejs/language-tools/issues/1919)) - (feat) support `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.
This PR has been generated by Mend Renovate. View repository job log here.