Skip to content

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

Open
renovate[bot] wants to merge 1 commit into
developfrom
renovate/sveltejs-vite-plugin-svelte-7.x
Open

chore(deps): update dependency @sveltejs/vite-plugin-svelte to v7#5295
renovate[bot] wants to merge 1 commit into
developfrom
renovate/sveltejs-vite-plugin-svelte-7.x

Conversation

@renovate

@renovate renovate Bot commented Mar 23, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@sveltejs/vite-plugin-svelte (source) ^6.1.0^7.0.0 age confidence
@sveltejs/vite-plugin-svelte (source) ^6.0.0^7.0.0 age confidence

Release Notes

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

v7.1.2

Compare Source

Patch Changes
  • fix: correctly resolve compiled CSS on the server for dependencies with Svelte files (#​1342)

v7.1.1

Compare Source

Patch Changes
  • fix: pass typescript.onlyRemoveTypeImports to transformWithOxc in vitePreprocess so that value imports are not dropped when they are only referenced in Svelte template markup (#​1326)

  • fix: correctly resolve compiled CSS for optimised Svelte dependencies on the server (#​1336)

v7.1.0

Compare Source

Minor Changes
  • feat: enable optimizer for server environments during dev (#​1328)

v7.0.0

Compare Source

Major Changes
  • breaking(deps): require vite 8 (#​1266)

  • breaking(options): remove deprecated options (#​1274)

    • vitePlugin.hot in svelte.config.js
      use compilerOptions.hmr instead
    • vitePlugin.ignorePluginPreprocessors in svelte.config.js
      no longer needed
    • api.idFilter of vite-plugin-svelte:api
      use api.filter instead
    • plugin.api.sveltePreprocess of other vite plugins
      Update affected plugins to a newer version or remove them.
      See docs for more information.
  • breaking(dev): no longer overrides compilerOptions.cssHash because Svelte now produces a stable css hash by itself (#​1271)

  • breaking(inspector): integrate vite-plugin-svelte-inspector into vite-plugin-svelte to avoid circular dependency (#​1270)

  • breaking(deps): require svelte 5.46.4 or later (#​1271)

Patch Changes
  • chore: upgrade vitefu to compatible peer dependency range (#​1286)

  • remove author field from package.json (#​1281)

v6.2.4

Compare Source

Patch Changes
  • fix(hmr): ensure that svelte files are recompiled and updated css modules returned correctly when reported out of order (#​1258)

v6.2.3

Compare Source

Patch Changes
  • fix(filter): ignore zero-tagged ids per rollup convention (#​1255)

v6.2.2

Compare Source

Patch Changes
  • Update experimental support for rolldown-vite to vite 8 beta (#​1246)

  • perf: switch from debug to obug (smaller, esm-only) (#​1241)

v6.2.1

Compare Source

Patch Changes
  • fix: remove unscopable global styles warning (#​1223)

  • Remove automatic configuration for rolldownOptions.optimization.inlineConst because latest version of rolldown-vite has it enabled by default. (#​1225)

v6.2.0

Compare Source

Minor Changes
  • feat(rolldown-vite): enable optimization.inlineConst by default to ensure treeshaking works with esm-env in svelte (#​1207)

v6.1.4

Compare Source

Patch Changes
  • fix: allow preprocess plugin to run twice (#​1206)

  • fix(types): update urls to PreprocessorGroup and CompileOptions in type documention (#​1203)

  • replace kleur dependency with builtin node:utils styleText (#​1210)

v6.1.3

Compare Source

Patch Changes
  • fix(api): add api.filter and deprecate api.idFilter to avoid confusing filter.id = idFilter.id assignments when used as hybrid filter in other plugins (#​1199)

v6.1.2

Compare Source

Patch Changes
  • fix: ensure compiled css is returned when reloading during dev with ssr (e.g. SvelteKit) (#​1194)

v6.1.1

Compare Source

Patch Changes
  • fix: ensure compiled svelte css is loaded correctly when rebuilding in build --watch (#​1189)

Configuration

📅 Schedule: (UTC)

  • 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 is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate

renovate Bot commented Mar 23, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: sites/static-image-api/package-lock.json
npm warn Unknown env config "store". This will stop working in the next major version of npm. See `npm help npmrc` for supported config options.
npm warn Unknown project config "resolution-mode". This will stop working in the next major version of npm. See `npm help npmrc` for supported config options.
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: geohub-static-image-api@0.0.1
npm error Found: vite@7.3.5
npm error node_modules/vite
npm error   dev vite@"^7.0.6" from the root project
npm error
npm error Could not resolve dependency:
npm error peer vite@"^8.0.0-beta.7 || ^8.0.0" from @sveltejs/vite-plugin-svelte@7.1.2
npm error node_modules/@sveltejs/vite-plugin-svelte
npm error   dev @sveltejs/vite-plugin-svelte@"^7.0.0" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry this command with --force or --legacy-peer-deps to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /runner/cache/others/npm/_logs/2026-06-25T01_54_35_545Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2026-06-25T01_54_35_545Z-debug-0.log

@changeset-bot

changeset-bot Bot commented Mar 23, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 81ad369

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

@renovate renovate Bot temporarily deployed to Svelte UNDP Components March 23, 2026 17:34 Inactive
@renovate renovate Bot temporarily deployed to Svelte UNDP Design March 23, 2026 17:34 Inactive
@renovate renovate Bot force-pushed the renovate/sveltejs-vite-plugin-svelte-7.x branch from 07f24c0 to 2ca5ed3 Compare April 1, 2026 18:51
@renovate renovate Bot temporarily deployed to Svelte UNDP Components April 1, 2026 18:51 Inactive
@renovate renovate Bot temporarily deployed to Svelte UNDP Design April 1, 2026 18:51 Inactive
@renovate renovate Bot force-pushed the renovate/sveltejs-vite-plugin-svelte-7.x branch from 2ca5ed3 to d202b39 Compare April 2, 2026 13:20
@renovate renovate Bot temporarily deployed to Svelte UNDP Components April 2, 2026 13:20 Inactive
@renovate renovate Bot temporarily deployed to Svelte UNDP Design April 2, 2026 13:20 Inactive
@renovate renovate Bot force-pushed the renovate/sveltejs-vite-plugin-svelte-7.x branch from d202b39 to 5cd4825 Compare April 7, 2026 01:41
@renovate renovate Bot force-pushed the renovate/sveltejs-vite-plugin-svelte-7.x branch from 5cd4825 to f73e299 Compare April 11, 2026 00:42
@renovate renovate Bot force-pushed the renovate/sveltejs-vite-plugin-svelte-7.x branch from f73e299 to e5e05ff Compare April 11, 2026 05:17
@renovate renovate Bot temporarily deployed to Svelte UNDP Components May 6, 2026 04:27 Inactive
@renovate renovate Bot force-pushed the renovate/sveltejs-vite-plugin-svelte-7.x branch from 8e2bd60 to 5f16424 Compare May 12, 2026 09:05
@renovate renovate Bot temporarily deployed to Svelte UNDP Components May 12, 2026 09:05 Inactive
@renovate renovate Bot temporarily deployed to Svelte UNDP Design May 12, 2026 09:05 Inactive
@renovate renovate Bot force-pushed the renovate/sveltejs-vite-plugin-svelte-7.x branch from 5f16424 to da80e14 Compare May 15, 2026 04:40
@renovate renovate Bot temporarily deployed to Svelte UNDP Components May 15, 2026 04:41 Inactive
@renovate renovate Bot temporarily deployed to Svelte UNDP Design May 15, 2026 04:41 Inactive
@renovate renovate Bot force-pushed the renovate/sveltejs-vite-plugin-svelte-7.x branch from da80e14 to 930a194 Compare May 21, 2026 22:33
@renovate renovate Bot temporarily deployed to Svelte UNDP Design May 21, 2026 22:33 Inactive
@renovate renovate Bot temporarily deployed to Svelte UNDP Components May 21, 2026 22:33 Inactive
@renovate renovate Bot force-pushed the renovate/sveltejs-vite-plugin-svelte-7.x branch from 930a194 to c797fe2 Compare June 9, 2026 06:56
@renovate renovate Bot temporarily deployed to Svelte UNDP Design June 9, 2026 06:56 Inactive
@renovate renovate Bot temporarily deployed to Svelte UNDP Components June 9, 2026 06:56 Inactive
@renovate renovate Bot force-pushed the renovate/sveltejs-vite-plugin-svelte-7.x branch from c797fe2 to b4ed02f Compare June 12, 2026 11:09
@renovate renovate Bot temporarily deployed to Svelte UNDP Components June 12, 2026 11:10 Inactive
@renovate renovate Bot temporarily deployed to Svelte UNDP Design June 12, 2026 11:10 Inactive
@renovate renovate Bot force-pushed the renovate/sveltejs-vite-plugin-svelte-7.x branch from b4ed02f to dfc9a51 Compare June 20, 2026 03:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants