chore(deps): update dependency @sveltejs/vite-plugin-svelte to v5 #4

Open
System wants to merge 1 commits from renovate/sveltejs-vite-plugin-svelte-5.x into master
Owner

This PR contains the following updates:

Package Type Update Change
@sveltejs/vite-plugin-svelte (source) devDependencies major ^3.1.2 -> ^5.0.0

Release Notes

sveltejs/vite-plugin-svelte (@​sveltejs/vite-plugin-svelte)

v5.1.0

Compare Source

Minor Changes
  • scope css to js module to enable treeshaking scoped css from unused components. Requires vite 6.2 and svelte 5.26 (#​1092)
Patch Changes
  • add svelte > clsx to optimizeDeps.include to avoid page reload when using vite6 and npm (#​1124)

v5.0.3

Compare Source

Patch Changes
  • fix errorhandling to work with errors that don't have a code property (#​1054)

v5.0.2

Compare Source

Patch Changes
  • adapt internal handling of warning and error code property to changes in svelte5 (#​1044)

v5.0.1

Compare Source

Patch Changes
  • Fix peer dependencies warning (#​1038)

v5.0.0

Compare Source

Major Changes
  • Handle Vite 6 breaking change and remove Vite 5 handling (#​1020)

  • Support Vite 6 (#​1026)

Minor Changes
  • Add esm-env to ssr.noExternal by default to resolve its conditions with Vite (#​1020)

  • Support ?inline query on Svelte style virtual modules (#​1024)

Patch Changes

v4.0.4

Compare Source

Patch Changes
  • fix errorhandling to work with errors that don't have a code property (1a91581)

v4.0.3

Compare Source

Patch Changes
  • adapt internal handling of warning and error code property to changes in svelte5 (#​1046)

v4.0.2

Compare Source

Patch Changes
  • Allow script tags to span multiple lines (5309d7b)

v4.0.1

Compare Source

Patch Changes
  • removed references to compiler options no longer available in svelte5 (#​1010)

v4.0.0

Compare Source

Major Changes
  • only prebundle files with default filenames (.svelte for components, .svelte.(js|ts) for modules) (#​901)

  • remove support for Svelte 4 (#​892)

  • breaking(types): some types that have been unintentionally public are now private (#​934)

  • disable script preprocessing in vitePreprocess() by default because Svelte 5 supports lang=ts out of the box (#​892)

  • replaced svelte-hmr with Svelte 5 compiler hmr integration (#​892)

Minor Changes
  • allow infix notation for svelte modules (#​901)

    Previously, only suffix notation .svelte.js was allowed, now you can also use .svelte.test.js or .svelte.stories.js.
    This helps when writing testcases or other auxillary code where you may want to use runes too.

  • feat(config): dynamically extract list of svelte exports from peer dependency so that new exports work automatically" (#​941)

  • feat(warnings): change default loglevel of warnings originating from files in node_modules to debug. To see them call DEBUG:vite-plugin-svelte:node-modules-onwarn pnpm build. (#​989)

Patch Changes
  • fix: make defaultHandler a required argument for onwarn in plugin options (#​895)

  • prebundle with dev: true by default (#​901)

  • fix(dev): compile with hmr: false for prebundled deps as hmr does not work with that (#​950)

  • fix: ensure svelte modules correctly run in DEV mode (#​906)

  • ensure consistent use of compileOptions.hmr also for prebundling (#​956)

  • fix(optimizeDeps): avoid to optimise server only entrypoints of svelte that are never used on the client (#​941)

  • update peer on workspace packages to avoid packages bumping each other (#​916)

  • export PluginOptions interface (#​976)

  • Remove log about experimental status of Svelte 5. Note that breaking changes can still occur while vite-plugin-svelte 4 is in prerelease mode (#​894)

  • fix: ensure vite config is only resolved once during lazy init of vitePreprocess (#​912)

  • fix(vitePreprocess): default to build config so that svelte-check does not trigger dev-only plugins (#​931)

  • fix: only apply infix filter to basename (#​920)

  • fix: disable hmr when vite config server.hmr is false (#​913)

  • fix(dev): make sure custom cssHash is applied consistently even for prebundled components to avoid hash mismatches during hydration (#​950)

  • Updated dependencies [22baa25, 49324db, e9f048c, 213fedd]:


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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@sveltejs/vite-plugin-svelte](https://github.com/sveltejs/vite-plugin-svelte) ([source](https://github.com/sveltejs/vite-plugin-svelte/tree/HEAD/packages/vite-plugin-svelte)) | devDependencies | major | [`^3.1.2` -> `^5.0.0`](https://renovatebot.com/diffs/npm/@sveltejs%2fvite-plugin-svelte/3.1.2/5.1.0) | --- ### Release Notes <details> <summary>sveltejs/vite-plugin-svelte (@&#8203;sveltejs/vite-plugin-svelte)</summary> ### [`v5.1.0`](https://github.com/sveltejs/vite-plugin-svelte/blob/HEAD/packages/vite-plugin-svelte/CHANGELOG.md#510) [Compare Source](https://github.com/sveltejs/vite-plugin-svelte/compare/@sveltejs/vite-plugin-svelte@5.0.3...@sveltejs/vite-plugin-svelte@5.1.0) ##### Minor Changes - scope css to js module to enable treeshaking scoped css from unused components. Requires vite 6.2 and svelte 5.26 ([#&#8203;1092](https://github.com/sveltejs/vite-plugin-svelte/pull/1092)) ##### Patch Changes - add `svelte > clsx` to optimizeDeps.include to avoid page reload when using vite6 and npm ([#&#8203;1124](https://github.com/sveltejs/vite-plugin-svelte/pull/1124)) ### [`v5.0.3`](https://github.com/sveltejs/vite-plugin-svelte/blob/HEAD/packages/vite-plugin-svelte/CHANGELOG.md#503) [Compare Source](https://github.com/sveltejs/vite-plugin-svelte/compare/@sveltejs/vite-plugin-svelte@5.0.2...@sveltejs/vite-plugin-svelte@5.0.3) ##### Patch Changes - fix errorhandling to work with errors that don't have a code property ([#&#8203;1054](https://github.com/sveltejs/vite-plugin-svelte/pull/1054)) ### [`v5.0.2`](https://github.com/sveltejs/vite-plugin-svelte/blob/HEAD/packages/vite-plugin-svelte/CHANGELOG.md#502) [Compare Source](https://github.com/sveltejs/vite-plugin-svelte/compare/@sveltejs/vite-plugin-svelte@5.0.1...@sveltejs/vite-plugin-svelte@5.0.2) ##### Patch Changes - adapt internal handling of warning and error `code` property to changes in svelte5 ([#&#8203;1044](https://github.com/sveltejs/vite-plugin-svelte/pull/1044)) ### [`v5.0.1`](https://github.com/sveltejs/vite-plugin-svelte/blob/HEAD/packages/vite-plugin-svelte/CHANGELOG.md#501) [Compare Source](https://github.com/sveltejs/vite-plugin-svelte/compare/@sveltejs/vite-plugin-svelte@5.0.0...@sveltejs/vite-plugin-svelte@5.0.1) ##### Patch Changes - Fix peer dependencies warning ([#&#8203;1038](https://github.com/sveltejs/vite-plugin-svelte/pull/1038)) ### [`v5.0.0`](https://github.com/sveltejs/vite-plugin-svelte/blob/HEAD/packages/vite-plugin-svelte/CHANGELOG.md#500) [Compare Source](https://github.com/sveltejs/vite-plugin-svelte/compare/@sveltejs/vite-plugin-svelte@4.0.4...@sveltejs/vite-plugin-svelte@5.0.0) ##### Major Changes - Handle Vite 6 breaking change and remove Vite 5 handling ([#&#8203;1020](https://github.com/sveltejs/vite-plugin-svelte/pull/1020)) - Support Vite 6 ([#&#8203;1026](https://github.com/sveltejs/vite-plugin-svelte/pull/1026)) ##### Minor Changes - Add `esm-env` to `ssr.noExternal` by default to resolve its conditions with Vite ([#&#8203;1020](https://github.com/sveltejs/vite-plugin-svelte/pull/1020)) - Support `?inline` query on Svelte style virtual modules ([#&#8203;1024](https://github.com/sveltejs/vite-plugin-svelte/pull/1024)) ##### Patch Changes - remove vite6 beta from peer range ([#&#8203;1035](https://github.com/sveltejs/vite-plugin-svelte/pull/1035)) - Allow script tags to span multiple lines ([`0db95a9`](https://github.com/sveltejs/vite-plugin-svelte/commit/0db95a9cbcd281b99b8b817c8eda8d9ff8fa2db2)) - Updated dependencies \[[`4fefbc2`](https://github.com/sveltejs/vite-plugin-svelte/commit/4fefbc24718953161ac7f86750df2dd539ca7978), [`e262266`](https://github.com/sveltejs/vite-plugin-svelte/commit/e2622664d9871558e03974524467968c7f906098)]: - [@&#8203;sveltejs/vite-plugin-svelte-inspector](https://github.com/sveltejs/vite-plugin-svelte-inspector)[@&#8203;4](https://github.com/4).0.0 ### [`v4.0.4`](https://github.com/sveltejs/vite-plugin-svelte/releases/tag/%40sveltejs/vite-plugin-svelte%404.0.4) [Compare Source](https://github.com/sveltejs/vite-plugin-svelte/compare/@sveltejs/vite-plugin-svelte@4.0.3...@sveltejs/vite-plugin-svelte@4.0.4) ##### Patch Changes - fix errorhandling to work with errors that don't have a code property ([`1a91581`](https://github.com/sveltejs/vite-plugin-svelte/commit/1a915816d13fb7d9c1e6cf51f3801e1c5be4effe)) ### [`v4.0.3`](https://github.com/sveltejs/vite-plugin-svelte/releases/tag/%40sveltejs/vite-plugin-svelte%404.0.3) [Compare Source](https://github.com/sveltejs/vite-plugin-svelte/compare/@sveltejs/vite-plugin-svelte@4.0.2...@sveltejs/vite-plugin-svelte@4.0.3) ##### Patch Changes - adapt internal handling of warning and error `code` property to changes in svelte5 ([#&#8203;1046](https://github.com/sveltejs/vite-plugin-svelte/pull/1046)) ### [`v4.0.2`](https://github.com/sveltejs/vite-plugin-svelte/releases/tag/%40sveltejs/vite-plugin-svelte%404.0.2) [Compare Source](https://github.com/sveltejs/vite-plugin-svelte/compare/@sveltejs/vite-plugin-svelte@4.0.1...@sveltejs/vite-plugin-svelte@4.0.2) ##### Patch Changes - Allow script tags to span multiple lines ([`5309d7b`](https://github.com/sveltejs/vite-plugin-svelte/commit/5309d7bda16eeea740c0e1e94b878e8d0f248b82)) ### [`v4.0.1`](https://github.com/sveltejs/vite-plugin-svelte/blob/HEAD/packages/vite-plugin-svelte/CHANGELOG.md#401) [Compare Source](https://github.com/sveltejs/vite-plugin-svelte/compare/@sveltejs/vite-plugin-svelte@4.0.0...@sveltejs/vite-plugin-svelte@4.0.1) ##### Patch Changes - removed references to compiler options no longer available in svelte5 ([#&#8203;1010](https://github.com/sveltejs/vite-plugin-svelte/pull/1010)) ### [`v4.0.0`](https://github.com/sveltejs/vite-plugin-svelte/blob/HEAD/packages/vite-plugin-svelte/CHANGELOG.md#400) [Compare Source](https://github.com/sveltejs/vite-plugin-svelte/compare/@sveltejs/vite-plugin-svelte@3.1.2...@sveltejs/vite-plugin-svelte@4.0.0) ##### Major Changes - only prebundle files with default filenames (.svelte for components, .svelte.(js|ts) for modules) ([#&#8203;901](https://github.com/sveltejs/vite-plugin-svelte/pull/901)) - remove support for Svelte 4 ([#&#8203;892](https://github.com/sveltejs/vite-plugin-svelte/pull/892)) - breaking(types): some types that have been unintentionally public are now private ([#&#8203;934](https://github.com/sveltejs/vite-plugin-svelte/pull/934)) - disable script preprocessing in vitePreprocess() by default because Svelte 5 supports lang=ts out of the box ([#&#8203;892](https://github.com/sveltejs/vite-plugin-svelte/pull/892)) - replaced svelte-hmr with Svelte 5 compiler hmr integration ([#&#8203;892](https://github.com/sveltejs/vite-plugin-svelte/pull/892)) ##### Minor Changes - allow infix notation for svelte modules ([#&#8203;901](https://github.com/sveltejs/vite-plugin-svelte/pull/901)) Previously, only suffix notation `.svelte.js` was allowed, now you can also use `.svelte.test.js` or `.svelte.stories.js`. This helps when writing testcases or other auxillary code where you may want to use runes too. - feat(config): dynamically extract list of svelte exports from peer dependency so that new exports work automatically" ([#&#8203;941](https://github.com/sveltejs/vite-plugin-svelte/pull/941)) - feat(warnings): change default loglevel of warnings originating from files in node_modules to debug. To see them call `DEBUG:vite-plugin-svelte:node-modules-onwarn pnpm build`. ([#&#8203;989](https://github.com/sveltejs/vite-plugin-svelte/pull/989)) ##### Patch Changes - fix: make defaultHandler a required argument for onwarn in plugin options ([#&#8203;895](https://github.com/sveltejs/vite-plugin-svelte/pull/895)) - prebundle with dev: true by default ([#&#8203;901](https://github.com/sveltejs/vite-plugin-svelte/pull/901)) - fix(dev): compile with hmr: false for prebundled deps as hmr does not work with that ([#&#8203;950](https://github.com/sveltejs/vite-plugin-svelte/pull/950)) - fix: ensure svelte modules correctly run in DEV mode ([#&#8203;906](https://github.com/sveltejs/vite-plugin-svelte/pull/906)) - ensure consistent use of compileOptions.hmr also for prebundling ([#&#8203;956](https://github.com/sveltejs/vite-plugin-svelte/pull/956)) - fix(optimizeDeps): avoid to optimise server only entrypoints of svelte that are never used on the client ([#&#8203;941](https://github.com/sveltejs/vite-plugin-svelte/pull/941)) - update peer on workspace packages to avoid packages bumping each other ([#&#8203;916](https://github.com/sveltejs/vite-plugin-svelte/pull/916)) - export PluginOptions interface ([#&#8203;976](https://github.com/sveltejs/vite-plugin-svelte/pull/976)) - Remove log about experimental status of Svelte 5. Note that breaking changes can still occur while vite-plugin-svelte 4 is in prerelease mode ([#&#8203;894](https://github.com/sveltejs/vite-plugin-svelte/pull/894)) - fix: ensure vite config is only resolved once during lazy init of vitePreprocess ([#&#8203;912](https://github.com/sveltejs/vite-plugin-svelte/pull/912)) - fix(vitePreprocess): default to build config so that svelte-check does not trigger dev-only plugins ([#&#8203;931](https://github.com/sveltejs/vite-plugin-svelte/pull/931)) - fix: only apply infix filter to basename ([#&#8203;920](https://github.com/sveltejs/vite-plugin-svelte/pull/920)) - fix: disable hmr when vite config server.hmr is false ([#&#8203;913](https://github.com/sveltejs/vite-plugin-svelte/pull/913)) - fix(dev): make sure custom cssHash is applied consistently even for prebundled components to avoid hash mismatches during hydration ([#&#8203;950](https://github.com/sveltejs/vite-plugin-svelte/pull/950)) - Updated dependencies \[[`22baa25`](https://github.com/sveltejs/vite-plugin-svelte/commit/22baa25b5e98ddc92715bfc430dc9d0cfad99bb0), [`49324db`](https://github.com/sveltejs/vite-plugin-svelte/commit/49324dbf747a46ae75b405a29fc7feac2db966dd), [`e9f048c`](https://github.com/sveltejs/vite-plugin-svelte/commit/e9f048c362a0769b3d5afa87da6f8398f46fe1a9), [`213fedd`](https://github.com/sveltejs/vite-plugin-svelte/commit/213fedd68ec2c5fcb41752e05dcded4abfa8d0c0)]: - [@&#8203;sveltejs/vite-plugin-svelte-inspector](https://github.com/sveltejs/vite-plugin-svelte-inspector)[@&#8203;3](https://github.com/3).0.0 </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNTQuMSIsInVwZGF0ZWRJblZlciI6IjM5LjI2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
System added 1 commit 2025-04-30 01:19:39 +00:00
chore(deps): update dependency @sveltejs/vite-plugin-svelte to v5
Some checks failed
FanslySync Build & Test / FanslySync Test Runner (push) Failing after 25m44s
82d9798f43
Some checks failed
FanslySync Build & Test / FanslySync Test Runner (push) Failing after 25m44s
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/sveltejs-vite-plugin-svelte-5.x:renovate/sveltejs-vite-plugin-svelte-5.x
git checkout renovate/sveltejs-vite-plugin-svelte-5.x
Sign in to join this conversation.
No description provided.