Project 'oh14-dev/gib-geld-fsr' was moved to 'tudo-fsinfo/fsr/fsr-tools/gib-geld-fsr'. Please update any links and bookmarks that may still have the old path.
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.10.1 -> ^3.0.0 |
Release Notes
sveltejs/prettier-plugin-svelte (prettier-plugin-svelte)
v3.3.2
v3.3.1
v3.3.0
v3.2.8
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
@render
tag AST shape
v3.2.1
- (fix) handle updated
@render
tag 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
Snippet
block 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
#snippet
and@render
v3.0.3
- (fix) handle static
tag
attributes on<svelte:element>
v3.0.2
- (fix) add
package.json
to exports map
v3.0.1
- (fix) support less/scss in style tags
v3.0.0
- (breaking) requires
prettier
version 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>
. IfsvelteStrictMode
is turned on, it will still only allow<div></div>
notation for elements (but it will leave your components alone) - (breaking)
svelteAllowShorthand
now takes precedence oversvelteStrictMode
, which no longer has any effect on that behavior. SetsvelteAllowShorthand
tofalse
to get back the v2 behavior - (breaking) remove deprecated
svelteSortOrder
options
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.
Edited by Renovate Bot
Merge request reports
Activity
Filter activity
Please register or sign in to reply