Update dependency @sveltejs/vite-plugin-svelte to v7 #28

Open
navicore wants to merge 1 commit from renovate/sveltejs-vite-plugin-svelte-7.x into main
Owner

This PR contains the following updates:

Package Change Age Confidence
@sveltejs/vite-plugin-svelte (source) ^5.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)

v6.1.0

Compare Source

Minor Changes
  • feat: add support for the new experimental.async option and apply dynamicCompileOptions when compiling Svelte modules (#​1176)
Patch Changes
  • skip comment blocks when reporting compiler errors that might be caused by a preprocessor issue (#​1166)

  • increase logLevel to info for "no Svelte config found" message (#​1179)

v6.0.0

Compare Source

Major Changes
  • drop support for node18 and update exports map to use default export. cjs is supported via require esm in node 20.19+ (#​1129)

  • Remove experimental "advanced raw queries" feature. Basic File.svelte?raw is still supported. (#​1145)

  • Using the typescript preprocessor now requires a tsconfig.json with verbatimModuleSyntax enabled, eg @​tsconfig/svelte (#​1135)

  • remove support for loading commonjs svelte config files (#​1142)

  • bump vite peer dependency to ^6.3.0 || ^7.0.0 (#​1130)

  • define filters using object hook syntax and optimize the filter for resolveId (#​1132)

    NOTE
    include logic has changed to files matching svelteConfig.include OR svelteConfig.extensions. Previously only files matching both were loaded and transformed.

  • split preprocess and compile into separate plugins (#​1145)

    It allows vite plugins to transform code between preprocess and compile, see docs and is the recommended way to replace plugin.api.sveltePreprocess usage in other vite plugins.
    You can also use vite-plugin-inspect now to inspect the result of svelte.preprocess by checking the transform of vite-plugin-svelte:preprocess

    NOTE
    This can be a breaking change in case you have other plugins besides vite-plugin-svelte transforming your svelte code
    To fix this, read the docs on how to order plugins in relation to preprocess and compile

Minor Changes
  • Add experimental support for rolldown-vite (#​1135)

  • replace esbuild optimizer with rolldown optimizer if rolldown-vite is used (#​1135)

  • add support for loading TypeScript Svelte config files in runtimes that support it (#​1142)

    NOTE
    This change only applies to vite-plugin-svelte.

    To use svelte.config.ts in SvelteKit, with the Svelte VS Code extension or other tools reading the Svelte config file, you have to wait until support is implemented there.

Patch Changes
  • reduce deprecation logging to info and allow disabling it with a flag (#​1158)

  • refactor internal caching to reduce code, memory use and avoid perEnvironmentCache (#​1154)

  • fix: crawl local workspace private packages devDependencies for generating vite config ssr.noExternal (#​1155)

  • log known-issues link when using rolldown-vite (#​1144)

  • use vite environment api internally (#​1145)

  • remove vite7 beta releases from peerDependency range. (#​1151)

  • deprecate plugin.api.sveltePreprocess (#​1145)


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 08:00 AM and 09:59 AM, only on Monday and Thursday (* 8-9 * * 1,4)
  • 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 Mend Renovate.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [@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)) | [`^5.0.0` → `^7.0.0`](https://renovatebot.com/diffs/npm/@sveltejs%2fvite-plugin-svelte/5.1.1/7.1.2) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@sveltejs%2fvite-plugin-svelte/7.1.2?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@sveltejs%2fvite-plugin-svelte/5.1.1/7.1.2?slim=true) | --- ### Release Notes <details> <summary>sveltejs/vite-plugin-svelte (@&#8203;sveltejs/vite-plugin-svelte)</summary> ### [`v7.1.2`](https://github.com/sveltejs/vite-plugin-svelte/blob/HEAD/packages/vite-plugin-svelte/CHANGELOG.md#712) [Compare Source](https://github.com/sveltejs/vite-plugin-svelte/compare/@sveltejs/vite-plugin-svelte@7.1.1...@sveltejs/vite-plugin-svelte@7.1.2) ##### Patch Changes - fix: correctly resolve compiled CSS on the server for dependencies with Svelte files ([#&#8203;1342](https://github.com/sveltejs/vite-plugin-svelte/pull/1342)) ### [`v7.1.1`](https://github.com/sveltejs/vite-plugin-svelte/blob/HEAD/packages/vite-plugin-svelte/CHANGELOG.md#711) [Compare Source](https://github.com/sveltejs/vite-plugin-svelte/compare/@sveltejs/vite-plugin-svelte@7.1.0...@sveltejs/vite-plugin-svelte@7.1.1) ##### 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 ([#&#8203;1326](https://github.com/sveltejs/vite-plugin-svelte/pull/1326)) - fix: correctly resolve compiled CSS for optimised Svelte dependencies on the server ([#&#8203;1336](https://github.com/sveltejs/vite-plugin-svelte/pull/1336)) ### [`v7.1.0`](https://github.com/sveltejs/vite-plugin-svelte/blob/HEAD/packages/vite-plugin-svelte/CHANGELOG.md#710) [Compare Source](https://github.com/sveltejs/vite-plugin-svelte/compare/@sveltejs/vite-plugin-svelte@7.0.0...@sveltejs/vite-plugin-svelte@7.1.0) ##### Minor Changes - feat: enable optimizer for server environments during dev ([#&#8203;1328](https://github.com/sveltejs/vite-plugin-svelte/pull/1328)) ### [`v7.0.0`](https://github.com/sveltejs/vite-plugin-svelte/blob/HEAD/packages/vite-plugin-svelte/CHANGELOG.md#700) [Compare Source](https://github.com/sveltejs/vite-plugin-svelte/compare/@sveltejs/vite-plugin-svelte@6.2.4...@sveltejs/vite-plugin-svelte@7.0.0) ##### Major Changes - breaking(deps): require vite 8 ([#&#8203;1266](https://github.com/sveltejs/vite-plugin-svelte/pull/1266)) - breaking(options): remove deprecated options ([#&#8203;1274](https://github.com/sveltejs/vite-plugin-svelte/pull/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](https://github.com/sveltejs/vite-plugin-svelte/blob/main/docs/advanced-usage.md#transform-svelte-files-with-vite-plugins) for more information. - breaking(dev): no longer overrides compilerOptions.cssHash because Svelte now produces a stable css hash by itself ([#&#8203;1271](https://github.com/sveltejs/vite-plugin-svelte/pull/1271)) - breaking(inspector): integrate vite-plugin-svelte-inspector into vite-plugin-svelte to avoid circular dependency ([#&#8203;1270](https://github.com/sveltejs/vite-plugin-svelte/pull/1270)) - breaking(deps): require svelte 5.46.4 or later ([#&#8203;1271](https://github.com/sveltejs/vite-plugin-svelte/pull/1271)) ##### Patch Changes - chore: upgrade vitefu to compatible peer dependency range ([#&#8203;1286](https://github.com/sveltejs/vite-plugin-svelte/pull/1286)) - remove author field from package.json ([#&#8203;1281](https://github.com/sveltejs/vite-plugin-svelte/pull/1281)) ### [`v6.2.4`](https://github.com/sveltejs/vite-plugin-svelte/blob/HEAD/packages/vite-plugin-svelte/CHANGELOG.md#624) [Compare Source](https://github.com/sveltejs/vite-plugin-svelte/compare/@sveltejs/vite-plugin-svelte@6.2.3...@sveltejs/vite-plugin-svelte@6.2.4) ##### Patch Changes - fix(hmr): ensure that svelte files are recompiled and updated css modules returned correctly when reported out of order ([#&#8203;1258](https://github.com/sveltejs/vite-plugin-svelte/pull/1258)) ### [`v6.2.3`](https://github.com/sveltejs/vite-plugin-svelte/blob/HEAD/packages/vite-plugin-svelte/CHANGELOG.md#623) [Compare Source](https://github.com/sveltejs/vite-plugin-svelte/compare/@sveltejs/vite-plugin-svelte@6.2.2...@sveltejs/vite-plugin-svelte@6.2.3) ##### Patch Changes - fix(filter): ignore zero-tagged ids per rollup convention ([#&#8203;1255](https://github.com/sveltejs/vite-plugin-svelte/pull/1255)) ### [`v6.2.2`](https://github.com/sveltejs/vite-plugin-svelte/blob/HEAD/packages/vite-plugin-svelte/CHANGELOG.md#622) [Compare Source](https://github.com/sveltejs/vite-plugin-svelte/compare/@sveltejs/vite-plugin-svelte@6.2.1...@sveltejs/vite-plugin-svelte@6.2.2) ##### Patch Changes - Update experimental support for rolldown-vite to vite 8 beta ([#&#8203;1246](https://github.com/sveltejs/vite-plugin-svelte/pull/1246)) - perf: switch from debug to obug (smaller, esm-only) ([#&#8203;1241](https://github.com/sveltejs/vite-plugin-svelte/pull/1241)) ### [`v6.2.1`](https://github.com/sveltejs/vite-plugin-svelte/blob/HEAD/packages/vite-plugin-svelte/CHANGELOG.md#621) [Compare Source](https://github.com/sveltejs/vite-plugin-svelte/compare/@sveltejs/vite-plugin-svelte@6.2.0...@sveltejs/vite-plugin-svelte@6.2.1) ##### Patch Changes - fix: remove unscopable global styles warning ([#&#8203;1223](https://github.com/sveltejs/vite-plugin-svelte/pull/1223)) - Remove automatic configuration for rolldownOptions.optimization.inlineConst because latest version of rolldown-vite has it enabled by default. ([#&#8203;1225](https://github.com/sveltejs/vite-plugin-svelte/pull/1225)) ### [`v6.2.0`](https://github.com/sveltejs/vite-plugin-svelte/blob/HEAD/packages/vite-plugin-svelte/CHANGELOG.md#620) [Compare Source](https://github.com/sveltejs/vite-plugin-svelte/compare/@sveltejs/vite-plugin-svelte@6.1.4...@sveltejs/vite-plugin-svelte@6.2.0) ##### Minor Changes - feat(rolldown-vite): enable `optimization.inlineConst` by default to ensure treeshaking works with esm-env in svelte ([#&#8203;1207](https://github.com/sveltejs/vite-plugin-svelte/pull/1207)) ### [`v6.1.4`](https://github.com/sveltejs/vite-plugin-svelte/blob/HEAD/packages/vite-plugin-svelte/CHANGELOG.md#614) [Compare Source](https://github.com/sveltejs/vite-plugin-svelte/compare/@sveltejs/vite-plugin-svelte@6.1.3...@sveltejs/vite-plugin-svelte@6.1.4) ##### Patch Changes - fix: allow preprocess plugin to run twice ([#&#8203;1206](https://github.com/sveltejs/vite-plugin-svelte/pull/1206)) - fix(types): update urls to PreprocessorGroup and CompileOptions in type documention ([#&#8203;1203](https://github.com/sveltejs/vite-plugin-svelte/pull/1203)) - replace kleur dependency with builtin node:utils styleText ([#&#8203;1210](https://github.com/sveltejs/vite-plugin-svelte/pull/1210)) ### [`v6.1.3`](https://github.com/sveltejs/vite-plugin-svelte/blob/HEAD/packages/vite-plugin-svelte/CHANGELOG.md#613) [Compare Source](https://github.com/sveltejs/vite-plugin-svelte/compare/@sveltejs/vite-plugin-svelte@6.1.2...@sveltejs/vite-plugin-svelte@6.1.3) ##### 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 ([#&#8203;1199](https://github.com/sveltejs/vite-plugin-svelte/pull/1199)) ### [`v6.1.2`](https://github.com/sveltejs/vite-plugin-svelte/blob/HEAD/packages/vite-plugin-svelte/CHANGELOG.md#612) [Compare Source](https://github.com/sveltejs/vite-plugin-svelte/compare/@sveltejs/vite-plugin-svelte@6.1.1...@sveltejs/vite-plugin-svelte@6.1.2) ##### Patch Changes - fix: ensure compiled css is returned when reloading during dev with ssr (e.g. SvelteKit) ([#&#8203;1194](https://github.com/sveltejs/vite-plugin-svelte/pull/1194)) ### [`v6.1.1`](https://github.com/sveltejs/vite-plugin-svelte/blob/HEAD/packages/vite-plugin-svelte/CHANGELOG.md#611) [Compare Source](https://github.com/sveltejs/vite-plugin-svelte/compare/@sveltejs/vite-plugin-svelte@6.1.0...@sveltejs/vite-plugin-svelte@6.1.1) ##### Patch Changes - fix: ensure compiled svelte css is loaded correctly when rebuilding in `build --watch` ([#&#8203;1189](https://github.com/sveltejs/vite-plugin-svelte/pull/1189)) ### [`v6.1.0`](https://github.com/sveltejs/vite-plugin-svelte/blob/HEAD/packages/vite-plugin-svelte/CHANGELOG.md#610) [Compare Source](https://github.com/sveltejs/vite-plugin-svelte/compare/@sveltejs/vite-plugin-svelte@6.0.0...@sveltejs/vite-plugin-svelte@6.1.0) ##### Minor Changes - feat: add support for the new experimental.async option and apply dynamicCompileOptions when compiling Svelte modules ([#&#8203;1176](https://github.com/sveltejs/vite-plugin-svelte/pull/1176)) ##### Patch Changes - skip comment blocks when reporting compiler errors that might be caused by a preprocessor issue ([#&#8203;1166](https://github.com/sveltejs/vite-plugin-svelte/pull/1166)) - increase logLevel to info for "no Svelte config found" message ([#&#8203;1179](https://github.com/sveltejs/vite-plugin-svelte/pull/1179)) ### [`v6.0.0`](https://github.com/sveltejs/vite-plugin-svelte/blob/HEAD/packages/vite-plugin-svelte/CHANGELOG.md#600) [Compare Source](https://github.com/sveltejs/vite-plugin-svelte/compare/@sveltejs/vite-plugin-svelte@5.1.1...@sveltejs/vite-plugin-svelte@6.0.0) ##### Major Changes - drop support for node18 and update exports map to use default export. cjs is supported via require esm in node 20.19+ ([#&#8203;1129](https://github.com/sveltejs/vite-plugin-svelte/pull/1129)) - Remove experimental "advanced raw queries" feature. Basic `File.svelte?raw` is still supported. ([#&#8203;1145](https://github.com/sveltejs/vite-plugin-svelte/pull/1145)) - Using the typescript preprocessor now requires a tsconfig.json with verbatimModuleSyntax enabled, eg [@&#8203;tsconfig/svelte](https://github.com/tsconfig/svelte) ([#&#8203;1135](https://github.com/sveltejs/vite-plugin-svelte/pull/1135)) - remove support for loading commonjs svelte config files ([#&#8203;1142](https://github.com/sveltejs/vite-plugin-svelte/pull/1142)) - bump vite peer dependency to ^6.3.0 || ^7.0.0 ([#&#8203;1130](https://github.com/sveltejs/vite-plugin-svelte/pull/1130)) - define filters using object hook syntax and optimize the filter for resolveId ([#&#8203;1132](https://github.com/sveltejs/vite-plugin-svelte/pull/1132)) > **NOTE** > include logic has changed to files matching `svelteConfig.include` **OR** `svelteConfig.extensions`. Previously only files matching both were loaded and transformed. - split preprocess and compile into separate plugins ([#&#8203;1145](https://github.com/sveltejs/vite-plugin-svelte/pull/1145)) It allows vite plugins to transform code between preprocess and compile, see [docs](https://github.com/sveltejs/vite-plugin-svelte/blob/main/docs/advanced-usage.md#transform-svelte-files-with-vite-plugins) and is the recommended way to replace `plugin.api.sveltePreprocess` usage in other vite plugins. You can also use [vite-plugin-inspect](https://github.com/antfu-collective/vite-plugin-inspect) now to inspect the result of svelte.preprocess by checking the transform of `vite-plugin-svelte:preprocess` > **NOTE** > This can be a breaking change in case you have other plugins besides vite-plugin-svelte transforming your svelte code > To fix this, read the [docs](https://github.com/sveltejs/vite-plugin-svelte/blob/main/docs/advanced-usage.md#transform-svelte-files-with-vite-plugins) on how to order plugins in relation to preprocess and compile ##### Minor Changes - Add experimental support for rolldown-vite ([#&#8203;1135](https://github.com/sveltejs/vite-plugin-svelte/pull/1135)) - replace esbuild optimizer with rolldown optimizer if rolldown-vite is used ([#&#8203;1135](https://github.com/sveltejs/vite-plugin-svelte/pull/1135)) - add support for loading TypeScript Svelte config files in runtimes that support it ([#&#8203;1142](https://github.com/sveltejs/vite-plugin-svelte/pull/1142)) > **NOTE** > This change only applies to vite-plugin-svelte. > > To use `svelte.config.ts` in SvelteKit, with the Svelte VS Code extension or other tools reading the Svelte config file, you have to wait until support is implemented there. ##### Patch Changes - reduce deprecation logging to info and allow disabling it with a flag ([#&#8203;1158](https://github.com/sveltejs/vite-plugin-svelte/pull/1158)) - refactor internal caching to reduce code, memory use and avoid perEnvironmentCache ([#&#8203;1154](https://github.com/sveltejs/vite-plugin-svelte/pull/1154)) - fix: crawl local workspace private packages devDependencies for generating vite config ssr.noExternal ([#&#8203;1155](https://github.com/sveltejs/vite-plugin-svelte/pull/1155)) - log known-issues link when using rolldown-vite ([#&#8203;1144](https://github.com/sveltejs/vite-plugin-svelte/pull/1144)) - use vite environment api internally ([#&#8203;1145](https://github.com/sveltejs/vite-plugin-svelte/pull/1145)) - remove vite7 beta releases from peerDependency range. ([#&#8203;1151](https://github.com/sveltejs/vite-plugin-svelte/pull/1151)) - deprecate `plugin.api.sveltePreprocess` ([#&#8203;1145](https://github.com/sveltejs/vite-plugin-svelte/pull/1145)) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - Between 08:00 AM and 09:59 AM, only on Monday and Thursday (`* 8-9 * * 1,4`) - 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 [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xODYuMSIsInVwZGF0ZWRJblZlciI6IjQzLjE4Ni4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJqYXZhc2NyaXB0IiwicmVub3ZhdGUiXX0=-->
Update dependency @sveltejs/vite-plugin-svelte to v7
Some checks failed
renovate/artifacts Artifact file update failure
CI / ci (pull_request) Failing after 1m10s
3a496039ba
Author
Owner

⚠️ 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: pwa/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 error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: aiindex-pwa@0.1.0
npm error Found: vite@6.4.3
npm error node_modules/vite
npm error   dev vite@"^6.4.2" 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 /tmp/renovate/cache/others/npm/_logs/2026-06-01T13_00_40_681Z-eresolve-report.txt
npm error A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2026-06-01T13_00_40_681Z-debug-0.log

### ⚠️ 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: pwa/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 error code ERESOLVE npm error ERESOLVE unable to resolve dependency tree npm error npm error While resolving: aiindex-pwa@0.1.0 npm error Found: vite@6.4.3 npm error node_modules/vite npm error dev vite@"^6.4.2" 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 /tmp/renovate/cache/others/npm/_logs/2026-06-01T13_00_40_681Z-eresolve-report.txt npm error A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2026-06-01T13_00_40_681Z-debug-0.log ```
navicore force-pushed renovate/sveltejs-vite-plugin-svelte-7.x from 3a496039ba
Some checks failed
renovate/artifacts Artifact file update failure
CI / ci (pull_request) Failing after 1m10s
to bacc4d18f2
Some checks failed
renovate/artifacts Artifact file update failure
CI / ci (pull_request) Failing after 1m11s
2026-05-25 12:00:56 +00:00
Compare
navicore force-pushed renovate/sveltejs-vite-plugin-svelte-7.x from bacc4d18f2
Some checks failed
renovate/artifacts Artifact file update failure
CI / ci (pull_request) Failing after 1m11s
to 24370598be
Some checks failed
renovate/artifacts Artifact file update failure
CI / ci (pull_request) Failing after 1m11s
2026-05-28 14:00:45 +00:00
Compare
navicore force-pushed renovate/sveltejs-vite-plugin-svelte-7.x from 24370598be
Some checks failed
renovate/artifacts Artifact file update failure
CI / ci (pull_request) Failing after 1m11s
to a700831d6d
Some checks failed
renovate/artifacts Artifact file update failure
CI / ci (pull_request) Failing after 38s
2026-06-01 13:00:45 +00:00
Compare
Some checks failed
renovate/artifacts Artifact file update failure
CI / ci (pull_request) Failing after 38s
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/sveltejs-vite-plugin-svelte-7.x:renovate/sveltejs-vite-plugin-svelte-7.x
git switch renovate/sveltejs-vite-plugin-svelte-7.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff renovate/sveltejs-vite-plugin-svelte-7.x
git switch renovate/sveltejs-vite-plugin-svelte-7.x
git rebase main
git switch main
git merge --ff-only renovate/sveltejs-vite-plugin-svelte-7.x
git switch renovate/sveltejs-vite-plugin-svelte-7.x
git rebase main
git switch main
git merge --no-ff renovate/sveltejs-vite-plugin-svelte-7.x
git switch main
git merge --squash renovate/sveltejs-vite-plugin-svelte-7.x
git switch main
git merge --ff-only renovate/sveltejs-vite-plugin-svelte-7.x
git switch main
git merge renovate/sveltejs-vite-plugin-svelte-7.x
git push origin main
Sign in to join this conversation.
No description provided.