sveltejs/kit (@sveltejs/kit)
### [`v2.5.2`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#252)
[Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@2.5.1...@sveltejs/kit@2.5.2)
##### Patch Changes
- fix: tsconfig includes should cover svelte.config.js ([#11886](https://togithub.com/sveltejs/kit/pull/11886))
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
### [`v7.1.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#710-2024-02-26)
[Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.0.2...v7.1.0)
##### 🚀 Features
- **eslint-plugin:** add \*-type-checked-only configs
- **eslint-plugin:** \[naming-convention] support the auto-accessor syntax
- **eslint-plugin:** \[consistent-return] add new rule
##### 🩹 Fixes
- **eslint-plugin:** \[prefer-optional-chan] allow typeof for avoiding reference error
- **eslint-plugin:** \[no-misused-promises] improve check union types
- **eslint-plugin:** \[no-use-before-define] fix false positive type reference in as, satisfies
##### ❤️ Thank You
- Arka Pratim Chaudhuri
- Josh Goldberg ✨
- YeonJuan
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
### [`v7.1.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#710-2024-02-26)
[Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.0.2...v7.1.0)
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
avajs/ava (ava)
### [`v6.1.2`](https://togithub.com/avajs/ava/releases/tag/v6.1.2)
[Compare Source](https://togithub.com/avajs/ava/compare/v6.1.1...v6.1.2)
#### What's Changed
- Fix throws assertions rejecting falsy values when `any: true` by [@gibson042](https://togithub.com/gibson042) in [https://github.com/avajs/ava/pull/3313](https://togithub.com/avajs/ava/pull/3313)
**Full Changelog**: https://github.com/avajs/ava/compare/v6.1.1...v6.1.2
sveltejs/prettier-plugin-svelte (prettier-plugin-svelte)
### [`v3.2.2`](https://togithub.com/sveltejs/prettier-plugin-svelte/blob/HEAD/CHANGELOG.md#322)
[Compare Source](https://togithub.com/sveltejs/prettier-plugin-svelte/compare/v3.2.1...v3.2.2)
- (fix) handle updated `@render` tag AST shape
sveltejs/language-tools (svelte-check)
### [`v3.6.6`](https://togithub.com/sveltejs/language-tools/releases/tag/svelte-check-3.6.6)
[Compare Source](https://togithub.com/sveltejs/language-tools/compare/svelte-check-3.6.5...svelte-check-3.6.6)
- fix: adjust render tag for latest AST version
### [`v3.6.5`](https://togithub.com/sveltejs/language-tools/releases/tag/svelte-check-3.6.5)
[Compare Source](https://togithub.com/sveltejs/language-tools/compare/svelte-check-3.6.4...svelte-check-3.6.5)
- fix: adjust $props() comment type logic ([#2294](https://togithub.com/sveltejs/language-tools/issues/2294))
- fix: use Svelte 4 compiler from user when available
- fix: adjust snippet helper type to new snippet API
- fix: also take type argument into account when analyzing $props()
- fix: don't add form type to zero types when property is not typed out
Configuration
📅 Schedule: Branch creation - "after 1am and before 7am on monday" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
[ ] 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.5.1
->2.5.2
20.11.20
->20.11.24
7.0.2
->7.1.0
7.0.2
->7.1.0
6.1.1
->6.1.2
3.2.1
->3.2.2
3.6.4
->3.6.6
Release Notes
sveltejs/kit (@sveltejs/kit)
### [`v2.5.2`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#252) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@2.5.1...@sveltejs/kit@2.5.2) ##### Patch Changes - fix: tsconfig includes should cover svelte.config.js ([#11886](https://togithub.com/sveltejs/kit/pull/11886))typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
### [`v7.1.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#710-2024-02-26) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.0.2...v7.1.0) ##### 🚀 Features - **eslint-plugin:** add \*-type-checked-only configs - **eslint-plugin:** \[naming-convention] support the auto-accessor syntax - **eslint-plugin:** \[consistent-return] add new rule ##### 🩹 Fixes - **eslint-plugin:** \[prefer-optional-chan] allow typeof for avoiding reference error - **eslint-plugin:** \[no-misused-promises] improve check union types - **eslint-plugin:** \[no-use-before-define] fix false positive type reference in as, satisfies ##### ❤️ Thank You - Arka Pratim Chaudhuri - Josh Goldberg ✨ - YeonJuan You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.typescript-eslint/typescript-eslint (@typescript-eslint/parser)
### [`v7.1.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#710-2024-02-26) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.0.2...v7.1.0) This was a version bump only for parser to align it with other projects, there were no code changes. You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.avajs/ava (ava)
### [`v6.1.2`](https://togithub.com/avajs/ava/releases/tag/v6.1.2) [Compare Source](https://togithub.com/avajs/ava/compare/v6.1.1...v6.1.2) #### What's Changed - Fix throws assertions rejecting falsy values when `any: true` by [@gibson042](https://togithub.com/gibson042) in [https://github.com/avajs/ava/pull/3313](https://togithub.com/avajs/ava/pull/3313) **Full Changelog**: https://github.com/avajs/ava/compare/v6.1.1...v6.1.2sveltejs/prettier-plugin-svelte (prettier-plugin-svelte)
### [`v3.2.2`](https://togithub.com/sveltejs/prettier-plugin-svelte/blob/HEAD/CHANGELOG.md#322) [Compare Source](https://togithub.com/sveltejs/prettier-plugin-svelte/compare/v3.2.1...v3.2.2) - (fix) handle updated `@render` tag AST shapesveltejs/language-tools (svelte-check)
### [`v3.6.6`](https://togithub.com/sveltejs/language-tools/releases/tag/svelte-check-3.6.6) [Compare Source](https://togithub.com/sveltejs/language-tools/compare/svelte-check-3.6.5...svelte-check-3.6.6) - fix: adjust render tag for latest AST version ### [`v3.6.5`](https://togithub.com/sveltejs/language-tools/releases/tag/svelte-check-3.6.5) [Compare Source](https://togithub.com/sveltejs/language-tools/compare/svelte-check-3.6.4...svelte-check-3.6.5) - fix: adjust $props() comment type logic ([#2294](https://togithub.com/sveltejs/language-tools/issues/2294)) - fix: use Svelte 4 compiler from user when available - fix: adjust snippet helper type to new snippet API - fix: also take type argument into account when analyzing $props() - fix: don't add form type to zero types when property is not typed outConfiguration
📅 Schedule: Branch creation - "after 1am and before 7am on monday" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.