sveltejs/prettier-plugin-svelte (prettier-plugin-svelte)
### [`v3.2.7`](https://redirect.github.com/sveltejs/prettier-plugin-svelte/blob/HEAD/CHANGELOG.md#327-unreleased)
[Compare Source](https://redirect.github.com/sveltejs/prettier-plugin-svelte/compare/v3.2.6...v3.2.7)
- (fix) force quote style inside style directives
- (fix) preserve commas in array expressions
- (fix) Svelte 5: properly determine end of snippet parameters with TS annotations
### [`v3.2.6`](https://redirect.github.com/sveltejs/prettier-plugin-svelte/blob/HEAD/CHANGELOG.md#326)
[Compare Source](https://redirect.github.com/sveltejs/prettier-plugin-svelte/compare/v3.2.5...v3.2.6)
- (feat) Svelte 5: never quote single-expression-attributes
### [`v3.2.5`](https://redirect.github.com/sveltejs/prettier-plugin-svelte/blob/HEAD/CHANGELOG.md#325)
[Compare Source](https://redirect.github.com/sveltejs/prettier-plugin-svelte/compare/v3.2.4...v3.2.5)
- (fix) Svelte 5: format TypeScript in the template
### [`v3.2.4`](https://redirect.github.com/sveltejs/prettier-plugin-svelte/blob/HEAD/CHANGELOG.md#324)
[Compare Source](https://redirect.github.com/sveltejs/prettier-plugin-svelte/compare/v3.2.3...v3.2.4)
- (fix) speed up regex
### [`v3.2.3`](https://redirect.github.com/sveltejs/prettier-plugin-svelte/blob/HEAD/CHANGELOG.md#323)
[Compare Source](https://redirect.github.com/sveltejs/prettier-plugin-svelte/compare/v3.2.2...v3.2.3)
- (fix) don't force-self-close `` tags
### [`v3.2.2`](https://redirect.github.com/sveltejs/prettier-plugin-svelte/blob/HEAD/CHANGELOG.md#322)
[Compare Source](https://redirect.github.com/sveltejs/prettier-plugin-svelte/compare/v3.2.1...v3.2.2)
- (fix) handle updated `@render` tag AST shape
### [`v3.2.1`](https://redirect.github.com/sveltejs/prettier-plugin-svelte/blob/HEAD/CHANGELOG.md#321)
[Compare Source](https://redirect.github.com/sveltejs/prettier-plugin-svelte/compare/v3.2.0...v3.2.1)
- (fix) handle updated `@render` tag AST shape
### [`v3.2.0`](https://redirect.github.com/sveltejs/prettier-plugin-svelte/blob/HEAD/CHANGELOG.md#320)
[Compare Source](https://redirect.github.com/sveltejs/prettier-plugin-svelte/compare/v3.1.2...v3.2.0)
- (feat) format JSON script tags
- (feat) introduce separate entry point using `prettier/standalone`
- (fix) don't duplicate comments of nested script/style tags
- (fix) handle updated `Snippet` block AST shape
### [`v3.1.2`](https://redirect.github.com/sveltejs/prettier-plugin-svelte/blob/HEAD/CHANGELOG.md#312)
[Compare Source](https://redirect.github.com/sveltejs/prettier-plugin-svelte/compare/v3.1.1...v3.1.2)
- (fix) handle `>` tags in attributes
### [`v3.1.1`](https://redirect.github.com/sveltejs/prettier-plugin-svelte/blob/HEAD/CHANGELOG.md#311)
[Compare Source](https://redirect.github.com/sveltejs/prettier-plugin-svelte/compare/v3.1.0...v3.1.1)
- (fix) handle types on each/await contexts
### [`v3.1.0`](https://redirect.github.com/sveltejs/prettier-plugin-svelte/blob/HEAD/CHANGELOG.md#310)
[Compare Source](https://redirect.github.com/sveltejs/prettier-plugin-svelte/compare/v3.0.3...v3.1.0)
- (feat) add experimental support for Svelte 5
- (feat) support `#snippet` and `@render`
### [`v3.0.3`](https://redirect.github.com/sveltejs/prettier-plugin-svelte/blob/HEAD/CHANGELOG.md#303)
[Compare Source](https://redirect.github.com/sveltejs/prettier-plugin-svelte/compare/v3.0.2...v3.0.3)
- (fix) handle static `tag` attributes on ``
### [`v3.0.2`](https://redirect.github.com/sveltejs/prettier-plugin-svelte/blob/HEAD/CHANGELOG.md#302)
[Compare Source](https://redirect.github.com/sveltejs/prettier-plugin-svelte/compare/v3.0.1...v3.0.2)
- (fix) add `package.json` to exports map
### [`v3.0.1`](https://redirect.github.com/sveltejs/prettier-plugin-svelte/blob/HEAD/CHANGELOG.md#301)
[Compare Source](https://redirect.github.com/sveltejs/prettier-plugin-svelte/compare/v3.0.0...v3.0.1)
- (fix) support less/scss in style tags
### [`v3.0.0`](https://redirect.github.com/sveltejs/prettier-plugin-svelte/blob/HEAD/CHANGELOG.md#300)
[Compare Source](https://redirect.github.com/sveltejs/prettier-plugin-svelte/compare/bd91bbf319fd9c469b041ba5901697de0e2229a3...v3.0.0)
- (breaking) requires `prettier` version 3. This may require adjustments to your configuration file, see [the migration guide for more info](https://redirect.github.com/sveltejs/prettier-plugin-svelte#how-to-migrate-from-version-2-to-3)
- (breaking) requires node version 14 or higher
- (breaking) Whether or not empty elements/components should self-close is now left to the user - in other words, if you write `` or `` that stays as is, and so does ``/``. If `svelteStrictMode` is turned on, it will still only allow `` notation for elements (but it will leave your components alone)
- (breaking) `svelteAllowShorthand` now takes precedence over `svelteStrictMode`, which no longer has any effect on that behavior. Set `svelteAllowShorthand` to `false` to get back the v2 behavior
- (breaking) remove deprecated `svelteSortOrder` options
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 contains the following updates:
^2.10.1
->^3.0.0
Release Notes
sveltejs/prettier-plugin-svelte (prettier-plugin-svelte)
### [`v3.2.7`](https://redirect.github.com/sveltejs/prettier-plugin-svelte/blob/HEAD/CHANGELOG.md#327-unreleased) [Compare Source](https://redirect.github.com/sveltejs/prettier-plugin-svelte/compare/v3.2.6...v3.2.7) - (fix) force quote style inside style directives - (fix) preserve commas in array expressions - (fix) Svelte 5: properly determine end of snippet parameters with TS annotations ### [`v3.2.6`](https://redirect.github.com/sveltejs/prettier-plugin-svelte/blob/HEAD/CHANGELOG.md#326) [Compare Source](https://redirect.github.com/sveltejs/prettier-plugin-svelte/compare/v3.2.5...v3.2.6) - (feat) Svelte 5: never quote single-expression-attributes ### [`v3.2.5`](https://redirect.github.com/sveltejs/prettier-plugin-svelte/blob/HEAD/CHANGELOG.md#325) [Compare Source](https://redirect.github.com/sveltejs/prettier-plugin-svelte/compare/v3.2.4...v3.2.5) - (fix) Svelte 5: format TypeScript in the template ### [`v3.2.4`](https://redirect.github.com/sveltejs/prettier-plugin-svelte/blob/HEAD/CHANGELOG.md#324) [Compare Source](https://redirect.github.com/sveltejs/prettier-plugin-svelte/compare/v3.2.3...v3.2.4) - (fix) speed up regex ### [`v3.2.3`](https://redirect.github.com/sveltejs/prettier-plugin-svelte/blob/HEAD/CHANGELOG.md#323) [Compare Source](https://redirect.github.com/sveltejs/prettier-plugin-svelte/compare/v3.2.2...v3.2.3) - (fix) don't force-self-close `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 was generated by Mend Renovate. View the repository job log.