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

Open
renovate-bot wants to merge 1 commit from renovate/sveltejs-vite-plugin-svelte-7.x into master
Collaborator

This PR contains the following updates:

Package Change 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.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)


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 | 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)) | [`^6.0.0` → `^7.0.0`](https://renovatebot.com/diffs/npm/@sveltejs%2fvite-plugin-svelte/6.2.4/7.0.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@sveltejs%2fvite-plugin-svelte/7.0.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@sveltejs%2fvite-plugin-svelte/6.2.4/7.0.0?slim=true) | --- ### Release Notes <details> <summary>sveltejs/vite-plugin-svelte (@&#8203;sveltejs/vite-plugin-svelte)</summary> ### [`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)) </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:eyJjcmVhdGVkSW5WZXIiOiI0MS41OS4xIiwidXBkYXRlZEluVmVyIjoiNDIuNzEuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
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 master
git merge --no-ff renovate/sveltejs-vite-plugin-svelte-7.x
git switch renovate/sveltejs-vite-plugin-svelte-7.x
git rebase master
git switch master
git merge --ff-only renovate/sveltejs-vite-plugin-svelte-7.x
git switch renovate/sveltejs-vite-plugin-svelte-7.x
git rebase master
git switch master
git merge --no-ff renovate/sveltejs-vite-plugin-svelte-7.x
git switch master
git merge --squash renovate/sveltejs-vite-plugin-svelte-7.x
git switch master
git merge --ff-only renovate/sveltejs-vite-plugin-svelte-7.x
git switch master
git merge renovate/sveltejs-vite-plugin-svelte-7.x
git push origin master
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Beeebooo/Portfolio!17
No description provided.