chore(deps): update dependency @sveltejs/vite-plugin-svelte to v7#180
Open
renovate[bot] wants to merge 1 commit into
Open
chore(deps): update dependency @sveltejs/vite-plugin-svelte to v7#180renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
commit: |
renovate
Bot
force-pushed
the
renovate/sveltejs-vite-plugin-svelte-7.x
branch
from
March 13, 2026 17:11
91f8022 to
56e73b0
Compare
renovate
Bot
force-pushed
the
renovate/sveltejs-vite-plugin-svelte-7.x
branch
from
March 27, 2026 09:16
56e73b0 to
58111bf
Compare
renovate
Bot
force-pushed
the
renovate/sveltejs-vite-plugin-svelte-7.x
branch
from
April 1, 2026 18:21
58111bf to
7a754d8
Compare
renovate
Bot
force-pushed
the
renovate/sveltejs-vite-plugin-svelte-7.x
branch
from
April 29, 2026 09:36
7a754d8 to
0d07f1b
Compare
renovate
Bot
force-pushed
the
renovate/sveltejs-vite-plugin-svelte-7.x
branch
from
May 5, 2026 11:08
0d07f1b to
73f4363
Compare
renovate
Bot
force-pushed
the
renovate/sveltejs-vite-plugin-svelte-7.x
branch
from
May 6, 2026 00:57
73f4363 to
4c8f71a
Compare
renovate
Bot
force-pushed
the
renovate/sveltejs-vite-plugin-svelte-7.x
branch
from
May 7, 2026 22:16
4c8f71a to
84294af
Compare
renovate
Bot
force-pushed
the
renovate/sveltejs-vite-plugin-svelte-7.x
branch
from
May 13, 2026 18:27
84294af to
81d170b
Compare
renovate
Bot
force-pushed
the
renovate/sveltejs-vite-plugin-svelte-7.x
branch
from
May 18, 2026 19:38
81d170b to
32bcd9c
Compare
renovate
Bot
force-pushed
the
renovate/sveltejs-vite-plugin-svelte-7.x
branch
from
May 28, 2026 14:57
32bcd9c to
905b1d9
Compare
renovate
Bot
force-pushed
the
renovate/sveltejs-vite-plugin-svelte-7.x
branch
from
June 4, 2026 15:19
905b1d9 to
3eedfdd
Compare
renovate
Bot
force-pushed
the
renovate/sveltejs-vite-plugin-svelte-7.x
branch
from
June 11, 2026 14:48
3eedfdd to
b07e198
Compare
renovate
Bot
force-pushed
the
renovate/sveltejs-vite-plugin-svelte-7.x
branch
from
June 12, 2026 09:19
b07e198 to
a4f6c6a
Compare
renovate
Bot
force-pushed
the
renovate/sveltejs-vite-plugin-svelte-7.x
branch
from
July 6, 2026 18:16
a4f6c6a to
f1c670b
Compare
|
Install the latest version of pnpm add https://pkg.svelte.dev/@sveltejs/mcp/c/7a60ac533784a1b77a85f71ac58fa1dd251e1111Open in |
renovate
Bot
force-pushed
the
renovate/sveltejs-vite-plugin-svelte-7.x
branch
from
July 6, 2026 22:36
f1c670b to
fb4f899
Compare
renovate
Bot
force-pushed
the
renovate/sveltejs-vite-plugin-svelte-7.x
branch
from
July 7, 2026 17:27
fb4f899 to
ed44a5b
Compare
renovate
Bot
force-pushed
the
renovate/sveltejs-vite-plugin-svelte-7.x
branch
from
July 12, 2026 13:41
ed44a5b to
74e252f
Compare
renovate
Bot
force-pushed
the
renovate/sveltejs-vite-plugin-svelte-7.x
branch
from
July 18, 2026 13:16
74e252f to
0bd493b
Compare
Contributor
renovate
Bot
force-pushed
the
renovate/sveltejs-vite-plugin-svelte-7.x
branch
from
July 21, 2026 02:45
0bd493b to
d78ccfc
Compare
renovate
Bot
force-pushed
the
renovate/sveltejs-vite-plugin-svelte-7.x
branch
from
July 22, 2026 11:37
d78ccfc to
54916f6
Compare
renovate
Bot
force-pushed
the
renovate/sveltejs-vite-plugin-svelte-7.x
branch
from
July 24, 2026 19:51
54916f6 to
7a60ac5
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^6.0.0→^7.0.0Release Notes
sveltejs/vite-plugin-svelte (@sveltejs/vite-plugin-svelte)
v7.2.0Compare Source
Minor Changes
v7.1.4Compare Source
Patch Changes
v7.1.3Compare Source
Patch Changes
v7.1.2Compare Source
Patch Changes
v7.1.1Compare Source
Patch Changes
fix: pass
typescript.onlyRemoveTypeImportstotransformWithOxcinvitePreprocessso 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.0Compare Source
Minor Changes
v7.0.0Compare Source
Major Changes
breaking(deps): require vite 8 (#1266)
breaking(options): remove deprecated options (#1274)
vitePlugin.hotinsvelte.config.jsuse
compilerOptions.hmrinsteadvitePlugin.ignorePluginPreprocessorsinsvelte.config.jsno longer needed
api.idFilterofvite-plugin-svelte:apiuse
api.filterinsteadplugin.api.sveltePreprocessof other vite pluginsUpdate 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: (UTC)
🚦 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 was generated by Mend Renovate. View the repository job log.