-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update dependency prettier-plugin-svelte to v3 #10408
Conversation
|
This seems to be broken: just setup a new project and I'm getting an error saying unknown option "pluginSearchDirs" and then running |
Make sure to read the migration guide: https://github.com/sveltejs/prettier-plugin-svelte#how-to-migrate-from-version-2-to-3 |
This was a brand new project created today tho 😅 |
I'm confused, so the problem happens with prettier version 2? |
Now I'm not sure what I did, perhaps I blacked out and installed v3... I just setup a new Kit app and its pinned to v2 so I must have done something weird, ignore me @dummdidumm ! |
8c92c62
to
52f5911
Compare
tracking this in #10410 |
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
This PR contains the following updates:
^2.10.1
->^3.0.0
Release Notes
sveltejs/prettier-plugin-svelte (prettier-plugin-svelte)
v3.0.0
Compare Source
prettier
version 3. This may require adjustments to your configuration file, see the migration guide for more info<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)svelteAllowShorthand
now takes precedence oversvelteStrictMode
, which no longer has any effect on that behavior. SetsvelteAllowShorthand
tofalse
to get back the v2 behaviorsvelteSortOrder
optionsConfiguration
📅 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 has been generated by Mend Renovate. View repository job log here.