ssssota / svelte-exmarkdown

Svelte component to render markdown.
https://ssssota.github.io/svelte-exmarkdown
MIT License
188 stars 6 forks source link

chore(deps): update dependency prettier-plugin-svelte to v3 - autoclosed #68

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
prettier-plugin-svelte ^2.9.0 -> ^3.0.0 age adoption passing confidence

Release Notes

sveltejs/prettier-plugin-svelte (prettier-plugin-svelte) ### [`v3.0.0`](https://togithub.com/sveltejs/prettier-plugin-svelte/blob/HEAD/CHANGELOG.md#300-Unreleased) [Compare Source](https://togithub.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://togithub.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 ### [`v2.10.1`](https://togithub.com/sveltejs/prettier-plugin-svelte/blob/HEAD/CHANGELOG.md#2101) [Compare Source](https://togithub.com/sveltejs/prettier-plugin-svelte/compare/b7d0562dfd465c7ef6db706a8bb634122390233e...bd91bbf319fd9c469b041ba5901697de0e2229a3) - (chore) mark as compatible with Svelte 4 ### [`v2.10.0`](https://togithub.com/sveltejs/prettier-plugin-svelte/blob/HEAD/CHANGELOG.md#2100) [Compare Source](https://togithub.com/sveltejs/prettier-plugin-svelte/compare/bd5a49ae6f57f2a62f986bb4efbbca0b4b97cbff...b7d0562dfd465c7ef6db706a8bb634122390233e) - (feat) support `requirePragma` and `insertPragma` options ([#​350](https://togithub.com/sveltejs/prettier-plugin-svelte/issues/350)) - (feat) support `` - (feat) trim whitespace in `class` attributes ([#​339](https://togithub.com/sveltejs/prettier-plugin-svelte/issues/339)) - (feat) allow multiple comments atop of script/style tags ([#​291](https://togithub.com/sveltejs/prettier-plugin-svelte/issues/291)) - (fix) handle script/style attributes without quotes ([#​344](https://togithub.com/sveltejs/prettier-plugin-svelte/issues/344))

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 has been generated by Mend Renovate. View repository job log here.