Skip to content

Commit 170bacc

Browse files
Version Packages (next) (#1268)
* Version Packages (next) * chore: reorder changelog to have new version requirements on top --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: dominikg <dominik.goepel@gmx.de>
1 parent 40fa6e0 commit 170bacc

File tree

3 files changed

+35
-2
lines changed

3 files changed

+35
-2
lines changed

.changeset/pre.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,11 @@
4545
"@sveltejs/vite-plugin-svelte": "6.2.4",
4646
"@sveltejs/vite-plugin-svelte-inspector": "5.0.2"
4747
},
48-
"changesets": []
48+
"changesets": [
49+
"bumpy-ways-bathe",
50+
"curvy-boats-serve",
51+
"six-trees-scream",
52+
"some-lilies-turn",
53+
"wild-hairs-fetch"
54+
]
4955
}

packages/vite-plugin-svelte/CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
# @sveltejs/vite-plugin-svelte
22

3+
## 7.0.0-next.0
4+
### Major Changes
5+
6+
7+
- breaking(deps): require vite 8 ([#1266](https://github.com/sveltejs/vite-plugin-svelte/pull/1266))
8+
9+
10+
- breaking(deps): require svelte 5.46.4 or later ([#1271](https://github.com/sveltejs/vite-plugin-svelte/pull/1271))
11+
12+
13+
- breaking(options): remove deprecated options ([#1274](https://github.com/sveltejs/vite-plugin-svelte/pull/1274))
14+
15+
- `vitePlugin.hot` in `svelte.config.js`
16+
use `compilerOptions.hmr` instead
17+
- `vitePlugin.ignorePluginPreprocessors` in `svelte.config.js`
18+
no longer needed
19+
- `api.idFilter` of `vite-plugin-svelte:api`
20+
use `api.filter` instead
21+
- `plugin.api.sveltePreprocess` of other vite plugins
22+
Update affected plugins to a newer version or remove them.
23+
See [docs](https://github.com/sveltejs/vite-plugin-svelte/blob/main/docs/advanced-usage.md#transform-svelte-files-with-vite-plugins) for more information.
24+
25+
- breaking(dev): no longer overrides compilerOptions.cssHash because Svelte now produces a stable css hash by itself ([#1271](https://github.com/sveltejs/vite-plugin-svelte/pull/1271))
26+
27+
28+
- breaking(inspector): integrate vite-plugin-svelte-inspector into vite-plugin-svelte to avoid circular dependency ([#1270](https://github.com/sveltejs/vite-plugin-svelte/pull/1270))
29+
330
## 6.2.4
431
### Patch Changes
532

packages/vite-plugin-svelte/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sveltejs/vite-plugin-svelte",
3-
"version": "6.2.4",
3+
"version": "7.0.0-next.0",
44
"license": "MIT",
55
"author": "dominikg",
66
"files": [

0 commit comments

Comments
 (0)