Update dependency prettier-plugin-svelte to v3 - autoclosed
This MR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
prettier-plugin-svelte | ^2.10.1 -> ^3.0.3 |
Release Notes
sveltejs/prettier-plugin-svelte (prettier-plugin-svelte)
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