chore(deps): update dependency prettier-plugin-svelte to v3 - autoclosed
This MR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| prettier-plugin-svelte | devDependencies | major | ^2.8.1 -> ^3.0.0 |
Release Notes
sveltejs/prettier-plugin-svelte (prettier-plugin-svelte)
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
- (feat) Svelte 5: never quote single-expression-attributes
v3.2.5
- (fix) Svelte 5: format TypeScript in the template
v3.2.4
- (fix) speed up regex
v3.2.3
- (fix) don't force-self-close
<slot>tags
v3.2.2
- (fix) handle updated
@rendertag AST shape
v3.2.1
- (fix) handle updated
@rendertag AST shape
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
Snippetblock AST shape
v3.1.2
- (fix) handle
>tags in attributes
v3.1.1
- (fix) handle types on each/await contexts
v3.1.0
- (feat) add experimental support for Svelte 5
- (feat) support
#snippetand@render
v3.0.3
- (fix) handle static
tagattributes on<svelte:element>
v3.0.2
- (fix) add
package.jsonto exports map
v3.0.1
- (fix) support less/scss in style tags
v3.0.0
- (breaking) requires
prettierversion 3. This may require adjustments to your configuration file, see the migration guide for more info - (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
<div />or<Component />that stays as is, and so does<div></div>/<Component></Component>. IfsvelteStrictModeis turned on, it will still only allow<div></div>notation for elements (but it will leave your components alone) - (breaking)
svelteAllowShorthandnow takes precedence oversvelteStrictMode, which no longer has any effect on that behavior. SetsvelteAllowShorthandtofalseto get back the v2 behavior - (breaking) remove deprecated
svelteSortOrderoptions
v2.10.1
- (chore) mark as compatible with Svelte 4
v2.10.0
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.
Edited by Renovate Bot