Skip to content

Commit 0c743a4

Browse files
chore(deps): update dependency vite to v8 (#81)
* chore(deps): update dependency vite to v8 * chore(deps): update dependency @sveltejs/vite-plugin-svelte to v7 * fix(deps): make build pass under Vite 8 Regenerate the lockfile for the Vite 8 / @sveltejs/vite-plugin-svelte 7 bump (renovate only touched package.json) and resolve two breaking changes from Vite 8's rolldown-based bundler and lightningcss defaults: - vite.config.js: alias svelte-collapsible and its dependency svelte-collapse to their Svelte source entries. Both ship a malformed "exports" target ("src/index.js" instead of "./src/index.js") that Vite 7 tolerated but rolldown's spec-compliant resolver rejects. Both packages are unmaintained, so aliasing is the least invasive fix. - asciidoctor.css: hoist the @page rule out of the scoped `div :global` block to the stylesheet top level. Vite 8 minifies CSS with lightningcss by default (SvelteKit forces it on), which correctly rejects @page nested inside a style rule; esbuild (Vite 7) passed it through. - LICENSES-THIRD-PARTY.md: regenerate for the updated dependency tree. --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jan-Hendrik Spahn <jan-hendrik.spahn@soptim.de>
1 parent 76af26f commit 0c743a4

5 files changed

Lines changed: 713 additions & 1096 deletions

File tree

frontend/LICENSES-THIRD-PARTY.md

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
### @eslint/compat
44
- **Package:** @eslint/compat
5-
- **Version:** 2.0.5
5+
- **Version:** 2.1.0
66
- **License:** Apache-2.0
77
- **URL:** [https://github.com/eslint/rewrite/tree/main/packages/compat#readme](https://github.com/eslint/rewrite/tree/main/packages/compat#readme)
88

@@ -56,19 +56,19 @@
5656

5757
### @sveltejs/kit
5858
- **Package:** @sveltejs/kit
59-
- **Version:** 2.60.1
59+
- **Version:** 2.61.1
6060
- **License:** MIT
6161
- **URL:** [https://svelte.dev](https://svelte.dev)
6262

6363
### @sveltejs/vite-plugin-svelte
6464
- **Package:** @sveltejs/vite-plugin-svelte
65-
- **Version:** 6.2.4
65+
- **Version:** 7.1.2
6666
- **License:** MIT
6767
- **URL:** [https://github.com/sveltejs/vite-plugin-svelte#readme](https://github.com/sveltejs/vite-plugin-svelte#readme)
6868

6969
### @tailwindcss/vite
7070
- **Package:** @tailwindcss/vite
71-
- **Version:** 4.2.2
71+
- **Version:** 4.3.0
7272
- **License:** MIT
7373
- **URL:** [https://tailwindcss.com](https://tailwindcss.com)
7474

@@ -80,7 +80,7 @@
8080

8181
### @typescript-eslint/parser
8282
- **Package:** @typescript-eslint/parser
83-
- **Version:** 8.58.2
83+
- **Version:** 8.60.0
8484
- **License:** MIT
8585
- **URL:** [https://typescript-eslint.io/packages/parser](https://typescript-eslint.io/packages/parser)
8686

@@ -103,7 +103,7 @@
103103

104104
### bits-ui
105105
- **Package:** bits-ui
106-
- **Version:** 2.18.0
106+
- **Version:** 2.18.1
107107
- **License:** MIT
108108

109109
### codemirror
@@ -126,7 +126,7 @@
126126

127127
### eslint
128128
- **Package:** eslint
129-
- **Version:** 10.2.1
129+
- **Version:** 10.4.0
130130
- **License:** MIT
131131
- **URL:** [https://eslint.org](https://eslint.org)
132132

@@ -144,7 +144,7 @@
144144

145145
### eslint-plugin-svelte
146146
- **Package:** eslint-plugin-svelte
147-
- **Version:** 3.17.0
147+
- **Version:** 3.17.1
148148
- **License:** MIT
149149
- **URL:** [https://sveltejs.github.io/eslint-plugin-svelte](https://sveltejs.github.io/eslint-plugin-svelte)
150150

@@ -156,12 +156,12 @@
156156

157157
### globals
158158
- **Package:** globals
159-
- **Version:** 17.5.0
159+
- **Version:** 17.6.0
160160
- **License:** MIT
161161

162162
### jsdom
163163
- **Package:** jsdom
164-
- **Version:** 29.0.2
164+
- **Version:** 29.1.1
165165
- **License:** MIT
166166
- **URL:** [https://github.com/jsdom/jsdom](https://github.com/jsdom/jsdom)
167167

@@ -173,7 +173,7 @@
173173

174174
### postcss
175175
- **Package:** postcss
176-
- **Version:** 8.5.10
176+
- **Version:** 8.5.15
177177
- **License:** MIT
178178
- **URL:** [https://postcss.org/](https://postcss.org/)
179179

@@ -185,19 +185,19 @@
185185

186186
### prettier-plugin-svelte
187187
- **Package:** prettier-plugin-svelte
188-
- **Version:** 3.5.1
188+
- **Version:** 3.5.2
189189
- **License:** MIT
190190
- **URL:** [https://github.com/sveltejs/prettier-plugin-svelte#readme](https://github.com/sveltejs/prettier-plugin-svelte#readme)
191191

192192
### prettier-plugin-tailwindcss
193193
- **Package:** prettier-plugin-tailwindcss
194-
- **Version:** 0.7.2
194+
- **Version:** 0.7.4
195195
- **License:** MIT
196196
- **URL:** [https://github.com/tailwindlabs/prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss)
197197

198198
### svelte
199199
- **Package:** svelte
200-
- **Version:** 5.55.4
200+
- **Version:** 5.55.9
201201
- **License:** MIT
202202
- **URL:** [https://svelte.dev](https://svelte.dev)
203203

@@ -209,7 +209,7 @@
209209

210210
### svelte-eslint-parser
211211
- **Package:** svelte-eslint-parser
212-
- **Version:** 1.6.0
212+
- **Version:** 1.6.1
213213
- **License:** MIT
214214
- **URL:** [https://github.com/sveltejs/svelte-eslint-parser#readme](https://github.com/sveltejs/svelte-eslint-parser#readme)
215215

@@ -227,7 +227,7 @@
227227

228228
### tailwindcss
229229
- **Package:** tailwindcss
230-
- **Version:** 4.2.2
230+
- **Version:** 4.3.0
231231
- **License:** MIT
232232
- **URL:** [https://tailwindcss.com](https://tailwindcss.com)
233233

@@ -239,13 +239,13 @@
239239

240240
### typescript-eslint
241241
- **Package:** typescript-eslint
242-
- **Version:** 8.58.2
242+
- **Version:** 8.60.0
243243
- **License:** MIT
244244
- **URL:** [https://typescript-eslint.io/packages/typescript-eslint](https://typescript-eslint.io/packages/typescript-eslint)
245245

246246
### uuid
247247
- **Package:** uuid
248-
- **Version:** 13.0.1
248+
- **Version:** 13.0.2
249249
- **License:** MIT
250250
- **URL:** [https://github.com/uuidjs/uuid](https://github.com/uuidjs/uuid)
251251

@@ -257,13 +257,13 @@
257257

258258
### vite
259259
- **Package:** vite
260-
- **Version:** 7.3.2
260+
- **Version:** 8.0.14
261261
- **License:** MIT
262262
- **URL:** [https://vite.dev](https://vite.dev)
263263

264264
### vitest
265265
- **Package:** vitest
266-
- **Version:** 4.1.4
266+
- **Version:** 4.1.7
267267
- **License:** MIT
268268
- **URL:** [https://vitest.dev](https://vitest.dev)
269269

0 commit comments

Comments
 (0)