ssssota / svelte-exmarkdown

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

chore(deps): update dependency @sveltejs/vite-plugin-svelte to v3 - autoclosed #118

Closed renovate[bot] closed 7 months ago

renovate[bot] commented 10 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@sveltejs/vite-plugin-svelte (source) ^2.4.5 -> ^3.0.0 age adoption passing confidence

Release Notes

sveltejs/vite-plugin-svelte (@​sveltejs/vite-plugin-svelte) ### [`v3.0.1`](https://togithub.com/sveltejs/vite-plugin-svelte/blob/HEAD/packages/vite-plugin-svelte/CHANGELOG.md#301) [Compare Source](https://togithub.com/sveltejs/vite-plugin-svelte/compare/@sveltejs/vite-plugin-svelte@3.0.0...@sveltejs/vite-plugin-svelte@3.0.1) ##### Patch Changes - fix: improve checking of script and style in .svelte code to work with new generic= attribute ([#​799](https://togithub.com/sveltejs/vite-plugin-svelte/pull/799)) - Fix optional parameter types ([#​797](https://togithub.com/sveltejs/vite-plugin-svelte/pull/797)) - Update log level for HMR updates where the output is functionally equivalent to the previous version to "debug" ([#​806](https://togithub.com/sveltejs/vite-plugin-svelte/pull/806)) ### [`v3.0.0`](https://togithub.com/sveltejs/vite-plugin-svelte/blob/HEAD/packages/vite-plugin-svelte/CHANGELOG.md#300) [Compare Source](https://togithub.com/sveltejs/vite-plugin-svelte/compare/@sveltejs/vite-plugin-svelte@2.5.3...@sveltejs/vite-plugin-svelte@3.0.0) ##### Major Changes - breaking: update minimum supported node version to node18 ([#​744](https://togithub.com/sveltejs/vite-plugin-svelte/pull/744)) - breaking: update supported vite version to vite 5 ([#​743](https://togithub.com/sveltejs/vite-plugin-svelte/pull/743)) - breaking: remove support for svelte 3 ([#​746](https://togithub.com/sveltejs/vite-plugin-svelte/pull/746)) - Preprocess style tags by default with vitePreprocess ([#​756](https://togithub.com/sveltejs/vite-plugin-svelte/pull/756)) - breaking: remove package.json export ([#​751](https://togithub.com/sveltejs/vite-plugin-svelte/pull/751)) - breaking(types): emit types with dts-buddy to include type map ([#​751](https://togithub.com/sveltejs/vite-plugin-svelte/pull/751)) - breaking(debug): remove 'vite:' and add suffixes to debug namespace ([#​749](https://togithub.com/sveltejs/vite-plugin-svelte/pull/749)) - breaking(types): rename SvelteOptions to SvelteConfig ([#​751](https://togithub.com/sveltejs/vite-plugin-svelte/pull/751)) - breaking: prefer svelte exports condition over package.json svelte field ([#​747](https://togithub.com/sveltejs/vite-plugin-svelte/pull/747)) ##### Minor Changes - feat(preprocess): add warnings in case preprocess dependencies contain anomalies ([#​767](https://togithub.com/sveltejs/vite-plugin-svelte/pull/767)) - Add experimental support for svelte5 ([#​787](https://togithub.com/sveltejs/vite-plugin-svelte/pull/787)) ##### Patch Changes - fix(types): use correct type Options for svelte function arg ([#​751](https://togithub.com/sveltejs/vite-plugin-svelte/pull/751)) - Improve compile error messages ([#​757](https://togithub.com/sveltejs/vite-plugin-svelte/pull/757)) - feat(compile): promote experimental.dynamicCompileOptions to stable ([#​765](https://togithub.com/sveltejs/vite-plugin-svelte/pull/765)) - update peer dependencies to use final releases ([#​794](https://togithub.com/sveltejs/vite-plugin-svelte/pull/794)) - Updated dependencies \[[`d5b952f`](https://togithub.com/sveltejs/vite-plugin-svelte/commit/d5b952f88253e39458a1fbc0a0231b939bba338d), [`bd5d43e`](https://togithub.com/sveltejs/vite-plugin-svelte/commit/bd5d43e765d35b52b613ddcfd00b8d75491a7d98), [`10ec2a4`](https://togithub.com/sveltejs/vite-plugin-svelte/commit/10ec2a4429623382cc1a700fe91c129616bca3ef), [`62afd80`](https://togithub.com/sveltejs/vite-plugin-svelte/commit/62afd80c3a7bd6430be3c552acdb8baa75aac995), [`1be1c08`](https://togithub.com/sveltejs/vite-plugin-svelte/commit/1be1c085ed75eb8d84cedc5b45077400edd720ef)]: - [@​sveltejs/vite-plugin-svelte-inspector](https://togithub.com/sveltejs/vite-plugin-svelte-inspector)[@​2](https://togithub.com/2).0.0 ### [`v2.5.3`](https://togithub.com/sveltejs/vite-plugin-svelte/releases/tag/%40sveltejs/vite-plugin-svelte%402.5.3) [Compare Source](https://togithub.com/sveltejs/vite-plugin-svelte/compare/@sveltejs/vite-plugin-svelte@2.5.2...@sveltejs/vite-plugin-svelte@2.5.3) ##### Patch Changes - fix: handle closing tags in attributes when detecting script language ([#​796](https://togithub.com/sveltejs/vite-plugin-svelte/pull/796)) ### [`v2.5.2`](https://togithub.com/sveltejs/vite-plugin-svelte/releases/tag/%40sveltejs/vite-plugin-svelte%402.5.2) [Compare Source](https://togithub.com/sveltejs/vite-plugin-svelte/compare/@sveltejs/vite-plugin-svelte@2.5.1...@sveltejs/vite-plugin-svelte@2.5.2) ##### Patch Changes - fix compileModule call for optimizing libraries ([#​788](https://togithub.com/sveltejs/vite-plugin-svelte/pull/788)) ### [`v2.5.1`](https://togithub.com/sveltejs/vite-plugin-svelte/releases/tag/%40sveltejs/vite-plugin-svelte%402.5.1) [Compare Source](https://togithub.com/sveltejs/vite-plugin-svelte/compare/@sveltejs/vite-plugin-svelte@2.5.0...@sveltejs/vite-plugin-svelte@2.5.1) ##### Patch Changes - feat: support Svelte 5 compiler API ([#​785](https://togithub.com/sveltejs/vite-plugin-svelte/pull/785)) ### [`v2.5.0`](https://togithub.com/sveltejs/vite-plugin-svelte/releases/tag/%40sveltejs/vite-plugin-svelte%402.5.0) [Compare Source](https://togithub.com/sveltejs/vite-plugin-svelte/compare/@sveltejs/vite-plugin-svelte@2.4.6...@sveltejs/vite-plugin-svelte@2.5.0) ##### Minor Changes - feat: add experimental support for Svelte 5 ([#​782](https://togithub.com/sveltejs/vite-plugin-svelte/pull/782)) ### [`v2.4.6`](https://togithub.com/sveltejs/vite-plugin-svelte/blob/HEAD/packages/vite-plugin-svelte/CHANGELOG.md#246) [Compare Source](https://togithub.com/sveltejs/vite-plugin-svelte/compare/@sveltejs/vite-plugin-svelte@2.4.5...@sveltejs/vite-plugin-svelte@2.4.6) ##### Patch Changes - fix(prebundleSvelteLibraries): don't try to append missing sourcemap ([#​737](https://togithub.com/sveltejs/vite-plugin-svelte/pull/737))

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.

changeset-bot[bot] commented 10 months ago

⚠️ No Changeset found

Latest commit: f5928888b6ab532f5fc3b5bd645a0f0d20a50722

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

codecov-commenter commented 10 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (f25395f) 98.93% compared to head (f592888) 98.93%.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #118 +/- ## ======================================= Coverage 98.93% 98.93% ======================================= Files 8 8 Lines 282 282 Branches 38 38 ======================================= Hits 279 279 Misses 3 3 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.