[READ-ONLY] Mirror of https://github.com/mrgnw/morganwill.com. morganwill.com
0

Configure Feed

Select the types of activity you want to include in your feed.

upgrade: svelte 5.53, kit 2.53, adapter-cloudflare 7.x (Workers Static Assets)

- svelte 5.46→5.53, @sveltejs/kit 2.49→2.53
- adapter-cloudflare 4.9→7.2 (Workers Static Assets)
- Move _redirects from static/ to project root (adapter 6.0 breaking change)
- Remove Pages-only adapter options (pages, assets, fallback, precompress, strict, routes)
- Bump wrangler compatibility_date to 2025-03-01

+99 -358
+4 -4
package.json
··· 19 19 }, 20 20 "devDependencies": { 21 21 "@iconify/json": "^2.2.302", 22 - "@sveltejs/vite-plugin-svelte": "^4.0.1", 22 + "@sveltejs/vite-plugin-svelte": "^4.0.4", 23 23 "@vitest/ui": "^4.0.16", 24 24 "autoprefixer": "^10.4.20", 25 25 "bits-ui": "^0.21.16", ··· 30 30 "postcss-load-config": "^5.1.0", 31 31 "shiki": "^3.6.0", 32 32 "shiki-transformer-copy-button": "^0.0.3", 33 - "svelte": "^5.46.0", 33 + "svelte": "^5.53.7", 34 34 "svelte-adapter-bun": "^0.5.2", 35 35 "svelte-check": "^4.0.0", 36 36 "svelte-preprocess": "^6.0.3", ··· 43 43 "dependencies": { 44 44 "@iconify/svelte": "^4.2.0", 45 45 "@iconify/utils": "^2.2.1", 46 - "@sveltejs/adapter-cloudflare": "^4.7.4", 47 - "@sveltejs/kit": "^2.8.1", 46 + "@sveltejs/adapter-cloudflare": "^7.2.8", 47 + "@sveltejs/kit": "^2.53.4", 48 48 "clsx": "^2.1.1", 49 49 "lucide-svelte": "^0.460.1", 50 50 "mode-watcher": "^1.1.0",
+93 -342
pnpm-lock.yaml
··· 10 10 dependencies: 11 11 '@iconify/svelte': 12 12 specifier: ^4.2.0 13 - version: 4.2.0(svelte@5.46.0) 13 + version: 4.2.0(svelte@5.53.7) 14 14 '@iconify/utils': 15 15 specifier: ^2.2.1 16 16 version: 2.3.0 17 17 '@sveltejs/adapter-cloudflare': 18 - specifier: ^4.7.4 19 - version: 4.9.0(@sveltejs/kit@2.49.2(@sveltejs/vite-plugin-svelte@4.0.4(svelte@5.46.0)(vite@5.4.21(@types/node@20.19.27)))(svelte@5.46.0)(vite@5.4.21(@types/node@20.19.27)))(wrangler@4.56.0(@cloudflare/workers-types@4.20251221.0)) 18 + specifier: ^7.2.8 19 + version: 7.2.8(@sveltejs/kit@2.53.4(@sveltejs/vite-plugin-svelte@4.0.4(svelte@5.53.7)(vite@5.4.21(@types/node@20.19.27)))(svelte@5.53.7)(typescript@5.9.3)(vite@5.4.21(@types/node@20.19.27)))(wrangler@4.56.0(@cloudflare/workers-types@4.20251221.0)) 20 20 '@sveltejs/kit': 21 - specifier: ^2.8.1 22 - version: 2.49.2(@sveltejs/vite-plugin-svelte@4.0.4(svelte@5.46.0)(vite@5.4.21(@types/node@20.19.27)))(svelte@5.46.0)(vite@5.4.21(@types/node@20.19.27)) 21 + specifier: ^2.53.4 22 + version: 2.53.4(@sveltejs/vite-plugin-svelte@4.0.4(svelte@5.53.7)(vite@5.4.21(@types/node@20.19.27)))(svelte@5.53.7)(typescript@5.9.3)(vite@5.4.21(@types/node@20.19.27)) 23 23 clsx: 24 24 specifier: ^2.1.1 25 25 version: 2.1.1 26 26 lucide-svelte: 27 27 specifier: ^0.460.1 28 - version: 0.460.1(svelte@5.46.0) 28 + version: 0.460.1(svelte@5.53.7) 29 29 mode-watcher: 30 30 specifier: ^1.1.0 31 - version: 1.1.0(svelte@5.46.0) 31 + version: 1.1.0(svelte@5.53.7) 32 32 qrcode: 33 33 specifier: ^1.5.4 34 34 version: 1.5.4 35 35 svelte-sonner: 36 36 specifier: ^0.3.28 37 - version: 0.3.28(svelte@5.46.0) 37 + version: 0.3.28(svelte@5.53.7) 38 38 tailwind-merge: 39 39 specifier: ^2.5.4 40 40 version: 2.6.0 ··· 52 52 specifier: ^2.2.302 53 53 version: 2.2.420 54 54 '@sveltejs/vite-plugin-svelte': 55 - specifier: ^4.0.1 56 - version: 4.0.4(svelte@5.46.0)(vite@5.4.21(@types/node@20.19.27)) 55 + specifier: ^4.0.4 56 + version: 4.0.4(svelte@5.53.7)(vite@5.4.21(@types/node@20.19.27)) 57 57 '@vitest/ui': 58 58 specifier: ^4.0.16 59 59 version: 4.0.16(vitest@4.0.16) ··· 62 62 version: 10.4.23(postcss@8.5.6) 63 63 bits-ui: 64 64 specifier: ^0.21.16 65 - version: 0.21.16(svelte@5.46.0) 65 + version: 0.21.16(svelte@5.53.7) 66 66 happy-dom: 67 67 specifier: ^20.0.11 68 68 version: 20.0.11 ··· 71 71 version: 2.3.0 72 72 mdsvex: 73 73 specifier: ^0.11.2 74 - version: 0.11.2(svelte@5.46.0) 74 + version: 0.11.2(svelte@5.53.7) 75 75 postcss: 76 76 specifier: ^8.4.49 77 77 version: 8.5.6 ··· 85 85 specifier: ^0.0.3 86 86 version: 0.0.3 87 87 svelte: 88 - specifier: ^5.46.0 89 - version: 5.46.0 88 + specifier: ^5.53.7 89 + version: 5.53.7 90 90 svelte-adapter-bun: 91 91 specifier: ^0.5.2 92 92 version: 0.5.2 93 93 svelte-check: 94 94 specifier: ^4.0.0 95 - version: 4.3.5(picomatch@4.0.3)(svelte@5.46.0)(typescript@5.9.3) 95 + version: 4.3.5(picomatch@4.0.3)(svelte@5.53.7)(typescript@5.9.3) 96 96 svelte-preprocess: 97 97 specifier: ^6.0.3 98 - version: 6.0.3(postcss-load-config@5.1.0(jiti@1.21.7)(postcss@8.5.6))(postcss@8.5.6)(svelte@5.46.0)(typescript@5.9.3) 98 + version: 6.0.3(postcss-load-config@5.1.0(jiti@1.21.7)(postcss@8.5.6))(postcss@8.5.6)(svelte@5.53.7)(typescript@5.9.3) 99 99 tailwindcss: 100 100 specifier: ^3.4.15 101 101 version: 3.4.19 ··· 186 186 cpu: [ppc64] 187 187 os: [aix] 188 188 189 - '@esbuild/aix-ppc64@0.24.2': 190 - resolution: {integrity: sha512-thpVCb/rhxE/BnMLQ7GReQLLN8q9qbHmI55F4489/ByVg2aQaQ6kbcLb6FHkocZzQhxc4gx0sCk0tJkKBFzDhA==} 191 - engines: {node: '>=18'} 192 - cpu: [ppc64] 193 - os: [aix] 194 - 195 189 '@esbuild/aix-ppc64@0.27.0': 196 190 resolution: {integrity: sha512-KuZrd2hRjz01y5JK9mEBSD3Vj3mbCvemhT466rSuJYeE/hjuBrHfjjcjMdTm/sz7au+++sdbJZJmuBwQLuw68A==} 197 191 engines: {node: '>=18'} ··· 201 195 '@esbuild/android-arm64@0.21.5': 202 196 resolution: {integrity: sha512-c0uX9VAUBQ7dTDCjq+wdyGLowMdtR/GoC2U5IYk/7D1H1JYC0qseD7+11iMP2mRLN9RcCMRcjC4YMclCzGwS/A==} 203 197 engines: {node: '>=12'} 204 - cpu: [arm64] 205 - os: [android] 206 - 207 - '@esbuild/android-arm64@0.24.2': 208 - resolution: {integrity: sha512-cNLgeqCqV8WxfcTIOeL4OAtSmL8JjcN6m09XIgro1Wi7cF4t/THaWEa7eL5CMoMBdjoHOTh/vwTO/o2TRXIyzg==} 209 - engines: {node: '>=18'} 210 198 cpu: [arm64] 211 199 os: [android] 212 200 ··· 222 210 cpu: [arm] 223 211 os: [android] 224 212 225 - '@esbuild/android-arm@0.24.2': 226 - resolution: {integrity: sha512-tmwl4hJkCfNHwFB3nBa8z1Uy3ypZpxqxfTQOcHX+xRByyYgunVbZ9MzUUfb0RxaHIMnbHagwAxuTL+tnNM+1/Q==} 227 - engines: {node: '>=18'} 228 - cpu: [arm] 229 - os: [android] 230 - 231 213 '@esbuild/android-arm@0.27.0': 232 214 resolution: {integrity: sha512-j67aezrPNYWJEOHUNLPj9maeJte7uSMM6gMoxfPC9hOg8N02JuQi/T7ewumf4tNvJadFkvLZMlAq73b9uwdMyQ==} 233 215 engines: {node: '>=18'} ··· 240 222 cpu: [x64] 241 223 os: [android] 242 224 243 - '@esbuild/android-x64@0.24.2': 244 - resolution: {integrity: sha512-B6Q0YQDqMx9D7rvIcsXfmJfvUYLoP722bgfBlO5cGvNVb5V/+Y7nhBE3mHV9OpxBf4eAS2S68KZztiPaWq4XYw==} 245 - engines: {node: '>=18'} 246 - cpu: [x64] 247 - os: [android] 248 - 249 225 '@esbuild/android-x64@0.27.0': 250 226 resolution: {integrity: sha512-wurMkF1nmQajBO1+0CJmcN17U4BP6GqNSROP8t0X/Jiw2ltYGLHpEksp9MpoBqkrFR3kv2/te6Sha26k3+yZ9Q==} 251 227 engines: {node: '>=18'} ··· 255 231 '@esbuild/darwin-arm64@0.21.5': 256 232 resolution: {integrity: sha512-DwqXqZyuk5AiWWf3UfLiRDJ5EDd49zg6O9wclZ7kUMv2WRFr4HKjXp/5t8JZ11QbQfUS6/cRCKGwYhtNAY88kQ==} 257 233 engines: {node: '>=12'} 258 - cpu: [arm64] 259 - os: [darwin] 260 - 261 - '@esbuild/darwin-arm64@0.24.2': 262 - resolution: {integrity: sha512-kj3AnYWc+CekmZnS5IPu9D+HWtUI49hbnyqk0FLEJDbzCIQt7hg7ucF1SQAilhtYpIujfaHr6O0UHlzzSPdOeA==} 263 - engines: {node: '>=18'} 264 234 cpu: [arm64] 265 235 os: [darwin] 266 236 ··· 276 246 cpu: [x64] 277 247 os: [darwin] 278 248 279 - '@esbuild/darwin-x64@0.24.2': 280 - resolution: {integrity: sha512-WeSrmwwHaPkNR5H3yYfowhZcbriGqooyu3zI/3GGpF8AyUdsrrP0X6KumITGA9WOyiJavnGZUwPGvxvwfWPHIA==} 281 - engines: {node: '>=18'} 282 - cpu: [x64] 283 - os: [darwin] 284 - 285 249 '@esbuild/darwin-x64@0.27.0': 286 250 resolution: {integrity: sha512-8mG6arH3yB/4ZXiEnXof5MK72dE6zM9cDvUcPtxhUZsDjESl9JipZYW60C3JGreKCEP+p8P/72r69m4AZGJd5g==} 287 251 engines: {node: '>=18'} ··· 294 258 cpu: [arm64] 295 259 os: [freebsd] 296 260 297 - '@esbuild/freebsd-arm64@0.24.2': 298 - resolution: {integrity: sha512-UN8HXjtJ0k/Mj6a9+5u6+2eZ2ERD7Edt1Q9IZiB5UZAIdPnVKDoG7mdTVGhHJIeEml60JteamR3qhsr1r8gXvg==} 299 - engines: {node: '>=18'} 300 - cpu: [arm64] 301 - os: [freebsd] 302 - 303 261 '@esbuild/freebsd-arm64@0.27.0': 304 262 resolution: {integrity: sha512-9FHtyO988CwNMMOE3YIeci+UV+x5Zy8fI2qHNpsEtSF83YPBmE8UWmfYAQg6Ux7Gsmd4FejZqnEUZCMGaNQHQw==} 305 263 engines: {node: '>=18'} ··· 312 270 cpu: [x64] 313 271 os: [freebsd] 314 272 315 - '@esbuild/freebsd-x64@0.24.2': 316 - resolution: {integrity: sha512-TvW7wE/89PYW+IevEJXZ5sF6gJRDY/14hyIGFXdIucxCsbRmLUcjseQu1SyTko+2idmCw94TgyaEZi9HUSOe3Q==} 317 - engines: {node: '>=18'} 318 - cpu: [x64] 319 - os: [freebsd] 320 - 321 273 '@esbuild/freebsd-x64@0.27.0': 322 274 resolution: {integrity: sha512-zCMeMXI4HS/tXvJz8vWGexpZj2YVtRAihHLk1imZj4efx1BQzN76YFeKqlDr3bUWI26wHwLWPd3rwh6pe4EV7g==} 323 275 engines: {node: '>=18'} ··· 330 282 cpu: [arm64] 331 283 os: [linux] 332 284 333 - '@esbuild/linux-arm64@0.24.2': 334 - resolution: {integrity: sha512-7HnAD6074BW43YvvUmE/35Id9/NB7BeX5EoNkK9obndmZBUk8xmJJeU7DwmUeN7tkysslb2eSl6CTrYz6oEMQg==} 335 - engines: {node: '>=18'} 336 - cpu: [arm64] 337 - os: [linux] 338 - 339 285 '@esbuild/linux-arm64@0.27.0': 340 286 resolution: {integrity: sha512-AS18v0V+vZiLJyi/4LphvBE+OIX682Pu7ZYNsdUHyUKSoRwdnOsMf6FDekwoAFKej14WAkOef3zAORJgAtXnlQ==} 341 287 engines: {node: '>=18'} ··· 348 294 cpu: [arm] 349 295 os: [linux] 350 296 351 - '@esbuild/linux-arm@0.24.2': 352 - resolution: {integrity: sha512-n0WRM/gWIdU29J57hJyUdIsk0WarGd6To0s+Y+LwvlC55wt+GT/OgkwoXCXvIue1i1sSNWblHEig00GBWiJgfA==} 353 - engines: {node: '>=18'} 354 - cpu: [arm] 355 - os: [linux] 356 - 357 297 '@esbuild/linux-arm@0.27.0': 358 298 resolution: {integrity: sha512-t76XLQDpxgmq2cNXKTVEB7O7YMb42atj2Re2Haf45HkaUpjM2J0UuJZDuaGbPbamzZ7bawyGFUkodL+zcE+jvQ==} 359 299 engines: {node: '>=18'} ··· 366 306 cpu: [ia32] 367 307 os: [linux] 368 308 369 - '@esbuild/linux-ia32@0.24.2': 370 - resolution: {integrity: sha512-sfv0tGPQhcZOgTKO3oBE9xpHuUqguHvSo4jl+wjnKwFpapx+vUDcawbwPNuBIAYdRAvIDBfZVvXprIj3HA+Ugw==} 371 - engines: {node: '>=18'} 372 - cpu: [ia32] 373 - os: [linux] 374 - 375 309 '@esbuild/linux-ia32@0.27.0': 376 310 resolution: {integrity: sha512-Mz1jxqm/kfgKkc/KLHC5qIujMvnnarD9ra1cEcrs7qshTUSksPihGrWHVG5+osAIQ68577Zpww7SGapmzSt4Nw==} 377 311 engines: {node: '>=18'} ··· 384 318 cpu: [loong64] 385 319 os: [linux] 386 320 387 - '@esbuild/linux-loong64@0.24.2': 388 - resolution: {integrity: sha512-CN9AZr8kEndGooS35ntToZLTQLHEjtVB5n7dl8ZcTZMonJ7CCfStrYhrzF97eAecqVbVJ7APOEe18RPI4KLhwQ==} 389 - engines: {node: '>=18'} 390 - cpu: [loong64] 391 - os: [linux] 392 - 393 321 '@esbuild/linux-loong64@0.27.0': 394 322 resolution: {integrity: sha512-QbEREjdJeIreIAbdG2hLU1yXm1uu+LTdzoq1KCo4G4pFOLlvIspBm36QrQOar9LFduavoWX2msNFAAAY9j4BDg==} 395 323 engines: {node: '>=18'} ··· 402 330 cpu: [mips64el] 403 331 os: [linux] 404 332 405 - '@esbuild/linux-mips64el@0.24.2': 406 - resolution: {integrity: sha512-iMkk7qr/wl3exJATwkISxI7kTcmHKE+BlymIAbHO8xanq/TjHaaVThFF6ipWzPHryoFsesNQJPE/3wFJw4+huw==} 407 - engines: {node: '>=18'} 408 - cpu: [mips64el] 409 - os: [linux] 410 - 411 333 '@esbuild/linux-mips64el@0.27.0': 412 334 resolution: {integrity: sha512-sJz3zRNe4tO2wxvDpH/HYJilb6+2YJxo/ZNbVdtFiKDufzWq4JmKAiHy9iGoLjAV7r/W32VgaHGkk35cUXlNOg==} 413 335 engines: {node: '>=18'} ··· 417 339 '@esbuild/linux-ppc64@0.21.5': 418 340 resolution: {integrity: sha512-1hHV/Z4OEfMwpLO8rp7CvlhBDnjsC3CttJXIhBi+5Aj5r+MBvy4egg7wCbe//hSsT+RvDAG7s81tAvpL2XAE4w==} 419 341 engines: {node: '>=12'} 420 - cpu: [ppc64] 421 - os: [linux] 422 - 423 - '@esbuild/linux-ppc64@0.24.2': 424 - resolution: {integrity: sha512-shsVrgCZ57Vr2L8mm39kO5PPIb+843FStGt7sGGoqiiWYconSxwTiuswC1VJZLCjNiMLAMh34jg4VSEQb+iEbw==} 425 - engines: {node: '>=18'} 426 342 cpu: [ppc64] 427 343 os: [linux] 428 344 ··· 438 354 cpu: [riscv64] 439 355 os: [linux] 440 356 441 - '@esbuild/linux-riscv64@0.24.2': 442 - resolution: {integrity: sha512-4eSFWnU9Hhd68fW16GD0TINewo1L6dRrB+oLNNbYyMUAeOD2yCK5KXGK1GH4qD/kT+bTEXjsyTCiJGHPZ3eM9Q==} 443 - engines: {node: '>=18'} 444 - cpu: [riscv64] 445 - os: [linux] 446 - 447 357 '@esbuild/linux-riscv64@0.27.0': 448 358 resolution: {integrity: sha512-pQdyAIZ0BWIC5GyvVFn5awDiO14TkT/19FTmFcPdDec94KJ1uZcmFs21Fo8auMXzD4Tt+diXu1LW1gHus9fhFQ==} 449 359 engines: {node: '>=18'} ··· 456 366 cpu: [s390x] 457 367 os: [linux] 458 368 459 - '@esbuild/linux-s390x@0.24.2': 460 - resolution: {integrity: sha512-S0Bh0A53b0YHL2XEXC20bHLuGMOhFDO6GN4b3YjRLK//Ep3ql3erpNcPlEFed93hsQAjAQDNsvcK+hV90FubSw==} 461 - engines: {node: '>=18'} 462 - cpu: [s390x] 463 - os: [linux] 464 - 465 369 '@esbuild/linux-s390x@0.27.0': 466 370 resolution: {integrity: sha512-hPlRWR4eIDDEci953RI1BLZitgi5uqcsjKMxwYfmi4LcwyWo2IcRP+lThVnKjNtk90pLS8nKdroXYOqW+QQH+w==} 467 371 engines: {node: '>=18'} ··· 474 378 cpu: [x64] 475 379 os: [linux] 476 380 477 - '@esbuild/linux-x64@0.24.2': 478 - resolution: {integrity: sha512-8Qi4nQcCTbLnK9WoMjdC9NiTG6/E38RNICU6sUNqK0QFxCYgoARqVqxdFmWkdonVsvGqWhmm7MO0jyTqLqwj0Q==} 479 - engines: {node: '>=18'} 480 - cpu: [x64] 481 - os: [linux] 482 - 483 381 '@esbuild/linux-x64@0.27.0': 484 382 resolution: {integrity: sha512-1hBWx4OUJE2cab++aVZ7pObD6s+DK4mPGpemtnAORBvb5l/g5xFGk0vc0PjSkrDs0XaXj9yyob3d14XqvnQ4gw==} 485 383 engines: {node: '>=18'} 486 384 cpu: [x64] 487 385 os: [linux] 488 386 489 - '@esbuild/netbsd-arm64@0.24.2': 490 - resolution: {integrity: sha512-wuLK/VztRRpMt9zyHSazyCVdCXlpHkKm34WUyinD2lzK07FAHTq0KQvZZlXikNWkDGoT6x3TD51jKQ7gMVpopw==} 491 - engines: {node: '>=18'} 492 - cpu: [arm64] 493 - os: [netbsd] 494 - 495 387 '@esbuild/netbsd-arm64@0.27.0': 496 388 resolution: {integrity: sha512-6m0sfQfxfQfy1qRuecMkJlf1cIzTOgyaeXaiVaaki8/v+WB+U4hc6ik15ZW6TAllRlg/WuQXxWj1jx6C+dfy3w==} 497 389 engines: {node: '>=18'} ··· 504 396 cpu: [x64] 505 397 os: [netbsd] 506 398 507 - '@esbuild/netbsd-x64@0.24.2': 508 - resolution: {integrity: sha512-VefFaQUc4FMmJuAxmIHgUmfNiLXY438XrL4GDNV1Y1H/RW3qow68xTwjZKfj/+Plp9NANmzbH5R40Meudu8mmw==} 509 - engines: {node: '>=18'} 510 - cpu: [x64] 511 - os: [netbsd] 512 - 513 399 '@esbuild/netbsd-x64@0.27.0': 514 400 resolution: {integrity: sha512-xbbOdfn06FtcJ9d0ShxxvSn2iUsGd/lgPIO2V3VZIPDbEaIj1/3nBBe1AwuEZKXVXkMmpr6LUAgMkLD/4D2PPA==} 515 401 engines: {node: '>=18'} 516 402 cpu: [x64] 517 403 os: [netbsd] 518 404 519 - '@esbuild/openbsd-arm64@0.24.2': 520 - resolution: {integrity: sha512-YQbi46SBct6iKnszhSvdluqDmxCJA+Pu280Av9WICNwQmMxV7nLRHZfjQzwbPs3jeWnuAhE9Jy0NrnJ12Oz+0A==} 521 - engines: {node: '>=18'} 522 - cpu: [arm64] 523 - os: [openbsd] 524 - 525 405 '@esbuild/openbsd-arm64@0.27.0': 526 406 resolution: {integrity: sha512-fWgqR8uNbCQ/GGv0yhzttj6sU/9Z5/Sv/VGU3F5OuXK6J6SlriONKrQ7tNlwBrJZXRYk5jUhuWvF7GYzGguBZQ==} 527 407 engines: {node: '>=18'} ··· 531 411 '@esbuild/openbsd-x64@0.21.5': 532 412 resolution: {integrity: sha512-HLNNw99xsvx12lFBUwoT8EVCsSvRNDVxNpjZ7bPn947b8gJPzeHWyNVhFsaerc0n3TsbOINvRP2byTZ5LKezow==} 533 413 engines: {node: '>=12'} 534 - cpu: [x64] 535 - os: [openbsd] 536 - 537 - '@esbuild/openbsd-x64@0.24.2': 538 - resolution: {integrity: sha512-+iDS6zpNM6EnJyWv0bMGLWSWeXGN/HTaF/LXHXHwejGsVi+ooqDfMCCTerNFxEkM3wYVcExkeGXNqshc9iMaOA==} 539 - engines: {node: '>=18'} 540 414 cpu: [x64] 541 415 os: [openbsd] 542 416 ··· 555 429 '@esbuild/sunos-x64@0.21.5': 556 430 resolution: {integrity: sha512-6+gjmFpfy0BHU5Tpptkuh8+uw3mnrvgs+dSPQXQOv3ekbordwnzTVEb4qnIvQcYXq6gzkyTnoZ9dZG+D4garKg==} 557 431 engines: {node: '>=12'} 558 - cpu: [x64] 559 - os: [sunos] 560 - 561 - '@esbuild/sunos-x64@0.24.2': 562 - resolution: {integrity: sha512-hTdsW27jcktEvpwNHJU4ZwWFGkz2zRJUz8pvddmXPtXDzVKTTINmlmga3ZzwcuMpUvLw7JkLy9QLKyGpD2Yxig==} 563 - engines: {node: '>=18'} 564 432 cpu: [x64] 565 433 os: [sunos] 566 434 ··· 576 444 cpu: [arm64] 577 445 os: [win32] 578 446 579 - '@esbuild/win32-arm64@0.24.2': 580 - resolution: {integrity: sha512-LihEQ2BBKVFLOC9ZItT9iFprsE9tqjDjnbulhHoFxYQtQfai7qfluVODIYxt1PgdoyQkz23+01rzwNwYfutxUQ==} 581 - engines: {node: '>=18'} 582 - cpu: [arm64] 583 - os: [win32] 584 - 585 447 '@esbuild/win32-arm64@0.27.0': 586 448 resolution: {integrity: sha512-W1eyGNi6d+8kOmZIwi/EDjrL9nxQIQ0MiGqe/AWc6+IaHloxHSGoeRgDRKHFISThLmsewZ5nHFvGFWdBYlgKPg==} 587 449 engines: {node: '>=18'} ··· 594 456 cpu: [ia32] 595 457 os: [win32] 596 458 597 - '@esbuild/win32-ia32@0.24.2': 598 - resolution: {integrity: sha512-q+iGUwfs8tncmFC9pcnD5IvRHAzmbwQ3GPS5/ceCyHdjXubwQWI12MKWSNSMYLJMq23/IUCvJMS76PDqXe1fxA==} 599 - engines: {node: '>=18'} 600 - cpu: [ia32] 601 - os: [win32] 602 - 603 459 '@esbuild/win32-ia32@0.27.0': 604 460 resolution: {integrity: sha512-30z1aKL9h22kQhilnYkORFYt+3wp7yZsHWus+wSKAJR8JtdfI76LJ4SBdMsCopTR3z/ORqVu5L1vtnHZWVj4cQ==} 605 461 engines: {node: '>=18'} ··· 609 465 '@esbuild/win32-x64@0.21.5': 610 466 resolution: {integrity: sha512-tQd/1efJuzPC6rCFwEvLtci/xNFcTZknmXs98FYDfGE4wP9ClFV98nyKrzJKVPMhdDnjzLhdUyMX4PsQAPjwIw==} 611 467 engines: {node: '>=12'} 612 - cpu: [x64] 613 - os: [win32] 614 - 615 - '@esbuild/win32-x64@0.24.2': 616 - resolution: {integrity: sha512-7VTgWzgMGvup6aSqDPLiW5zHaxYJGTO4OokMjIlrCtf+VpEL+cXKtCvg723iguPYI5oaUNdS+/V7OU2gvXVWEg==} 617 - engines: {node: '>=18'} 618 468 cpu: [x64] 619 469 os: [win32] 620 470 ··· 972 822 peerDependencies: 973 823 acorn: ^8.9.0 974 824 975 - '@sveltejs/adapter-cloudflare@4.9.0': 976 - resolution: {integrity: sha512-o7o8wXy5zDsEuE9oPWSHO5tAuPEulZZg2QavFdc00fcIHh1dxgCyIRZa5LPjAE8EcdJOh+8SFkhFgVRdCfOBvQ==} 825 + '@sveltejs/adapter-cloudflare@7.2.8': 826 + resolution: {integrity: sha512-bIdhY/Fi4AQmqiBdQVKnafH1h9Gw+xbCvHyUu4EouC8rJOU02zwhi14k/FDhQ0mJF1iblIu3m8UNQ8GpGIvIOQ==} 977 827 peerDependencies: 978 828 '@sveltejs/kit': ^2.0.0 979 - wrangler: ^3.28.4 829 + wrangler: ^4.0.0 980 830 981 - '@sveltejs/kit@2.49.2': 982 - resolution: {integrity: sha512-Vp3zX/qlwerQmHMP6x0Ry1oY7eKKRcOWGc2P59srOp4zcqyn+etJyQpELgOi4+ZSUgteX8Y387NuwruLgGXLUQ==} 831 + '@sveltejs/kit@2.53.4': 832 + resolution: {integrity: sha512-iAIPEahFgDJJyvz8g0jP08KvqnM6JvdW8YfsygZ+pMeMvyM2zssWMltcsotETvjSZ82G3VlitgDtBIvpQSZrTA==} 983 833 engines: {node: '>=18.13'} 984 834 hasBin: true 985 835 peerDependencies: 986 836 '@opentelemetry/api': ^1.0.0 987 - '@sveltejs/vite-plugin-svelte': ^3.0.0 || ^4.0.0-next.1 || ^5.0.0 || ^6.0.0-next.0 837 + '@sveltejs/vite-plugin-svelte': ^3.0.0 || ^4.0.0-next.1 || ^5.0.0 || ^6.0.0-next.0 || ^7.0.0 988 838 svelte: ^4.0.0 || ^5.0.0-next.0 989 - vite: ^5.0.3 || ^6.0.0 || ^7.0.0-beta.0 839 + typescript: ^5.3.3 840 + vite: ^5.0.3 || ^6.0.0 || ^7.0.0-beta.0 || ^8.0.0 990 841 peerDependenciesMeta: 991 842 '@opentelemetry/api': 843 + optional: true 844 + typescript: 992 845 optional: true 993 846 994 847 '@sveltejs/vite-plugin-svelte-inspector@3.0.1': ··· 1029 882 1030 883 '@types/node@20.19.27': 1031 884 resolution: {integrity: sha512-N2clP5pJhB2YnZJ3PIHFk5RkygRX5WO/5f0WC08tp0wd+sv0rsJk3MqWn3CbNmT2J505a5336jaQj4ph1AdMug==} 885 + 886 + '@types/trusted-types@2.0.7': 887 + resolution: {integrity: sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==} 1032 888 1033 889 '@types/unist@2.0.11': 1034 890 resolution: {integrity: sha512-CmBKiL6NNo/OqgmMn95Fk9Whlp2mtvIv+KNpQKN2F4SjvrEesubTRWGYSg+BnWZOnlCaSTU1sMpsBOzgbYhnsA==} ··· 1108 964 arg@5.0.2: 1109 965 resolution: {integrity: sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==} 1110 966 1111 - aria-query@5.3.2: 1112 - resolution: {integrity: sha512-COROpnaoap1E2F000S62r6A60uHZnmlvomhfyT2DlTcrY1OrBKn2UhH7qn5wTC9zMvD0AY7csdPSNwKP+7WiQw==} 967 + aria-query@5.3.1: 968 + resolution: {integrity: sha512-Z/ZeOgVl7bcSYZ/u/rh0fOpvEpq//LZmdbkXyc7syVzjPAhfOa9ebsdTSjEBDU4vs5nC98Kfduj1uFo0qyET3g==} 1113 969 engines: {node: '>= 0.4'} 1114 970 1115 971 assertion-error@2.0.1: ··· 1256 1112 resolution: {integrity: sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==} 1257 1113 engines: {node: '>=8'} 1258 1114 1259 - devalue@5.6.1: 1260 - resolution: {integrity: sha512-jDwizj+IlEZBunHcOuuFVBnIMPAEHvTsJj0BcIp94xYguLRVBcXO853px/MyIJvbVzWdsGvrRweIUWJw8hBP7A==} 1115 + devalue@5.6.3: 1116 + resolution: {integrity: sha512-nc7XjUU/2Lb+SvEFVGcWLiKkzfw8+qHI7zn8WYXKkLMgfGSHbgCEaR6bJpev8Cm6Rmrb19Gfd/tZvGqx9is3wg==} 1261 1117 1262 1118 devlop@1.1.0: 1263 1119 resolution: {integrity: sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==} ··· 1288 1144 engines: {node: '>=12'} 1289 1145 hasBin: true 1290 1146 1291 - esbuild@0.24.2: 1292 - resolution: {integrity: sha512-+9egpBW8I3CD5XPe0n6BfT5fxLzxrlDzqydF3aviG+9ni1lDC/OvMHcxqEFV0+LANZG5R1bFMWfUrjVsdwxJvA==} 1293 - engines: {node: '>=18'} 1294 - hasBin: true 1295 - 1296 1147 esbuild@0.27.0: 1297 1148 resolution: {integrity: sha512-jd0f4NHbD6cALCyGElNpGAOtWxSq46l9X/sWB0Nzd5er4Kz2YTm+Vl0qKFT9KUJvD8+fiO8AvoHhFvEatfVixA==} 1298 1149 engines: {node: '>=18'} ··· 1305 1156 esm-env@1.2.2: 1306 1157 resolution: {integrity: sha512-Epxrv+Nr/CaL4ZcFGPJIYLWFom+YeV1DqMLHJoEd9SYRxNbaFruBwfEX/kkHUJf55j2+TUbmDcmuilbP1TmXHA==} 1307 1158 1308 - esrap@2.2.1: 1309 - resolution: {integrity: sha512-GiYWG34AN/4CUyaWAgunGt0Rxvr1PTMlGC0vvEov/uOQYWne2bpN03Um+k8jT+q3op33mKouP2zeJ6OlM+qeUg==} 1159 + esrap@2.2.3: 1160 + resolution: {integrity: sha512-8fOS+GIGCQZl/ZIlhl59htOlms6U8NvX6ZYgYHpRU/b6tVSh3uHkOHZikl3D4cMbYM0JlpBe+p/BkZEi8J9XIQ==} 1310 1161 1311 1162 estree-walker@3.0.3: 1312 1163 resolution: {integrity: sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==} ··· 1783 1634 set-blocking@2.0.0: 1784 1635 resolution: {integrity: sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==} 1785 1636 1786 - set-cookie-parser@2.7.2: 1787 - resolution: {integrity: sha512-oeM1lpU/UvhTxw+g3cIfxXHyJRc/uidd3yK1P242gzHds0udQBYzs3y8j4gCCW+ZJ7ad0yctld8RYO+bdurlvw==} 1637 + set-cookie-parser@3.0.1: 1638 + resolution: {integrity: sha512-n7Z7dXZhJbwuAHhNzkTti6Aw9QDDjZtm3JTpTGATIdNzdQz5GuFs22w90BcvF4INfnrL5xrX3oGsuqO5Dx3A1Q==} 1788 1639 1789 1640 sharp@0.33.5: 1790 1641 resolution: {integrity: sha512-haPVm1EkS9pgvHrQ/F3Xy+hgcuMV0Wm9vfIBSiwZ05k+xgb0PkBQpGsAA/oWdDobNaZTH5ppvHtzCFbnSEwHVw==} ··· 1909 1760 peerDependencies: 1910 1761 svelte: ^5.0.0 1911 1762 1912 - svelte@5.46.0: 1913 - resolution: {integrity: sha512-ZhLtvroYxUxr+HQJfMZEDRsGsmU46x12RvAv/zi9584f5KOX7bUrEbhPJ7cKFmUvZTJXi/CFZUYwDC6M1FigPw==} 1763 + svelte@5.53.7: 1764 + resolution: {integrity: sha512-uxck1KI7JWtlfP3H6HOWi/94soAl23jsGJkBzN2BAWcQng0+lTrRNhxActFqORgnO9BHVd1hKJhG+ljRuIUWfQ==} 1914 1765 engines: {node: '>=18'} 1915 1766 1916 1767 tabbable@6.3.0: ··· 2312 2163 '@esbuild/aix-ppc64@0.21.5': 2313 2164 optional: true 2314 2165 2315 - '@esbuild/aix-ppc64@0.24.2': 2316 - optional: true 2317 - 2318 2166 '@esbuild/aix-ppc64@0.27.0': 2319 2167 optional: true 2320 2168 2321 2169 '@esbuild/android-arm64@0.21.5': 2322 2170 optional: true 2323 2171 2324 - '@esbuild/android-arm64@0.24.2': 2325 - optional: true 2326 - 2327 2172 '@esbuild/android-arm64@0.27.0': 2328 2173 optional: true 2329 2174 2330 2175 '@esbuild/android-arm@0.21.5': 2331 - optional: true 2332 - 2333 - '@esbuild/android-arm@0.24.2': 2334 2176 optional: true 2335 2177 2336 2178 '@esbuild/android-arm@0.27.0': 2337 2179 optional: true 2338 2180 2339 2181 '@esbuild/android-x64@0.21.5': 2340 - optional: true 2341 - 2342 - '@esbuild/android-x64@0.24.2': 2343 2182 optional: true 2344 2183 2345 2184 '@esbuild/android-x64@0.27.0': ··· 2348 2187 '@esbuild/darwin-arm64@0.21.5': 2349 2188 optional: true 2350 2189 2351 - '@esbuild/darwin-arm64@0.24.2': 2352 - optional: true 2353 - 2354 2190 '@esbuild/darwin-arm64@0.27.0': 2355 2191 optional: true 2356 2192 2357 2193 '@esbuild/darwin-x64@0.21.5': 2358 2194 optional: true 2359 2195 2360 - '@esbuild/darwin-x64@0.24.2': 2361 - optional: true 2362 - 2363 2196 '@esbuild/darwin-x64@0.27.0': 2364 2197 optional: true 2365 2198 2366 2199 '@esbuild/freebsd-arm64@0.21.5': 2367 2200 optional: true 2368 2201 2369 - '@esbuild/freebsd-arm64@0.24.2': 2370 - optional: true 2371 - 2372 2202 '@esbuild/freebsd-arm64@0.27.0': 2373 2203 optional: true 2374 2204 2375 2205 '@esbuild/freebsd-x64@0.21.5': 2376 2206 optional: true 2377 2207 2378 - '@esbuild/freebsd-x64@0.24.2': 2379 - optional: true 2380 - 2381 2208 '@esbuild/freebsd-x64@0.27.0': 2382 2209 optional: true 2383 2210 2384 2211 '@esbuild/linux-arm64@0.21.5': 2385 2212 optional: true 2386 2213 2387 - '@esbuild/linux-arm64@0.24.2': 2388 - optional: true 2389 - 2390 2214 '@esbuild/linux-arm64@0.27.0': 2391 2215 optional: true 2392 2216 2393 2217 '@esbuild/linux-arm@0.21.5': 2394 - optional: true 2395 - 2396 - '@esbuild/linux-arm@0.24.2': 2397 2218 optional: true 2398 2219 2399 2220 '@esbuild/linux-arm@0.27.0': 2400 2221 optional: true 2401 2222 2402 2223 '@esbuild/linux-ia32@0.21.5': 2403 - optional: true 2404 - 2405 - '@esbuild/linux-ia32@0.24.2': 2406 2224 optional: true 2407 2225 2408 2226 '@esbuild/linux-ia32@0.27.0': ··· 2411 2229 '@esbuild/linux-loong64@0.21.5': 2412 2230 optional: true 2413 2231 2414 - '@esbuild/linux-loong64@0.24.2': 2415 - optional: true 2416 - 2417 2232 '@esbuild/linux-loong64@0.27.0': 2418 2233 optional: true 2419 2234 2420 2235 '@esbuild/linux-mips64el@0.21.5': 2421 2236 optional: true 2422 2237 2423 - '@esbuild/linux-mips64el@0.24.2': 2424 - optional: true 2425 - 2426 2238 '@esbuild/linux-mips64el@0.27.0': 2427 2239 optional: true 2428 2240 2429 2241 '@esbuild/linux-ppc64@0.21.5': 2430 2242 optional: true 2431 2243 2432 - '@esbuild/linux-ppc64@0.24.2': 2433 - optional: true 2434 - 2435 2244 '@esbuild/linux-ppc64@0.27.0': 2436 2245 optional: true 2437 2246 2438 2247 '@esbuild/linux-riscv64@0.21.5': 2439 2248 optional: true 2440 2249 2441 - '@esbuild/linux-riscv64@0.24.2': 2442 - optional: true 2443 - 2444 2250 '@esbuild/linux-riscv64@0.27.0': 2445 2251 optional: true 2446 2252 2447 2253 '@esbuild/linux-s390x@0.21.5': 2448 2254 optional: true 2449 2255 2450 - '@esbuild/linux-s390x@0.24.2': 2451 - optional: true 2452 - 2453 2256 '@esbuild/linux-s390x@0.27.0': 2454 2257 optional: true 2455 2258 2456 2259 '@esbuild/linux-x64@0.21.5': 2457 2260 optional: true 2458 2261 2459 - '@esbuild/linux-x64@0.24.2': 2460 - optional: true 2461 - 2462 2262 '@esbuild/linux-x64@0.27.0': 2463 2263 optional: true 2464 2264 2465 - '@esbuild/netbsd-arm64@0.24.2': 2466 - optional: true 2467 - 2468 2265 '@esbuild/netbsd-arm64@0.27.0': 2469 2266 optional: true 2470 2267 2471 2268 '@esbuild/netbsd-x64@0.21.5': 2472 - optional: true 2473 - 2474 - '@esbuild/netbsd-x64@0.24.2': 2475 2269 optional: true 2476 2270 2477 2271 '@esbuild/netbsd-x64@0.27.0': 2478 - optional: true 2479 - 2480 - '@esbuild/openbsd-arm64@0.24.2': 2481 2272 optional: true 2482 2273 2483 2274 '@esbuild/openbsd-arm64@0.27.0': ··· 2486 2277 '@esbuild/openbsd-x64@0.21.5': 2487 2278 optional: true 2488 2279 2489 - '@esbuild/openbsd-x64@0.24.2': 2490 - optional: true 2491 - 2492 2280 '@esbuild/openbsd-x64@0.27.0': 2493 2281 optional: true 2494 2282 ··· 2498 2286 '@esbuild/sunos-x64@0.21.5': 2499 2287 optional: true 2500 2288 2501 - '@esbuild/sunos-x64@0.24.2': 2502 - optional: true 2503 - 2504 2289 '@esbuild/sunos-x64@0.27.0': 2505 2290 optional: true 2506 2291 2507 2292 '@esbuild/win32-arm64@0.21.5': 2508 2293 optional: true 2509 2294 2510 - '@esbuild/win32-arm64@0.24.2': 2511 - optional: true 2512 - 2513 2295 '@esbuild/win32-arm64@0.27.0': 2514 2296 optional: true 2515 2297 2516 2298 '@esbuild/win32-ia32@0.21.5': 2517 2299 optional: true 2518 2300 2519 - '@esbuild/win32-ia32@0.24.2': 2520 - optional: true 2521 - 2522 2301 '@esbuild/win32-ia32@0.27.0': 2523 2302 optional: true 2524 2303 2525 2304 '@esbuild/win32-x64@0.21.5': 2526 2305 optional: true 2527 2306 2528 - '@esbuild/win32-x64@0.24.2': 2529 - optional: true 2530 - 2531 2307 '@esbuild/win32-x64@0.27.0': 2532 2308 optional: true 2533 2309 ··· 2547 2323 '@iconify/types': 2.0.0 2548 2324 pathe: 2.0.3 2549 2325 2550 - '@iconify/svelte@4.2.0(svelte@5.46.0)': 2326 + '@iconify/svelte@4.2.0(svelte@5.53.7)': 2551 2327 dependencies: 2552 2328 '@iconify/types': 2.0.0 2553 - svelte: 5.46.0 2329 + svelte: 5.53.7 2554 2330 2555 2331 '@iconify/types@2.0.0': {} 2556 2332 ··· 2670 2446 '@jridgewell/resolve-uri': 3.1.2 2671 2447 '@jridgewell/sourcemap-codec': 1.5.5 2672 2448 2673 - '@melt-ui/svelte@0.76.2(svelte@5.46.0)': 2449 + '@melt-ui/svelte@0.76.2(svelte@5.53.7)': 2674 2450 dependencies: 2675 2451 '@floating-ui/core': 1.7.3 2676 2452 '@floating-ui/dom': 1.7.4 ··· 2678 2454 dequal: 2.0.3 2679 2455 focus-trap: 7.7.0 2680 2456 nanoid: 5.1.6 2681 - svelte: 5.46.0 2457 + svelte: 5.53.7 2682 2458 2683 2459 '@nodelib/fs.scandir@2.1.5': 2684 2460 dependencies: ··· 2815 2591 dependencies: 2816 2592 acorn: 8.15.0 2817 2593 2818 - '@sveltejs/adapter-cloudflare@4.9.0(@sveltejs/kit@2.49.2(@sveltejs/vite-plugin-svelte@4.0.4(svelte@5.46.0)(vite@5.4.21(@types/node@20.19.27)))(svelte@5.46.0)(vite@5.4.21(@types/node@20.19.27)))(wrangler@4.56.0(@cloudflare/workers-types@4.20251221.0))': 2594 + '@sveltejs/adapter-cloudflare@7.2.8(@sveltejs/kit@2.53.4(@sveltejs/vite-plugin-svelte@4.0.4(svelte@5.53.7)(vite@5.4.21(@types/node@20.19.27)))(svelte@5.53.7)(typescript@5.9.3)(vite@5.4.21(@types/node@20.19.27)))(wrangler@4.56.0(@cloudflare/workers-types@4.20251221.0))': 2819 2595 dependencies: 2820 2596 '@cloudflare/workers-types': 4.20251221.0 2821 - '@sveltejs/kit': 2.49.2(@sveltejs/vite-plugin-svelte@4.0.4(svelte@5.46.0)(vite@5.4.21(@types/node@20.19.27)))(svelte@5.46.0)(vite@5.4.21(@types/node@20.19.27)) 2822 - esbuild: 0.24.2 2597 + '@sveltejs/kit': 2.53.4(@sveltejs/vite-plugin-svelte@4.0.4(svelte@5.53.7)(vite@5.4.21(@types/node@20.19.27)))(svelte@5.53.7)(typescript@5.9.3)(vite@5.4.21(@types/node@20.19.27)) 2823 2598 worktop: 0.8.0-next.18 2824 2599 wrangler: 4.56.0(@cloudflare/workers-types@4.20251221.0) 2825 2600 2826 - '@sveltejs/kit@2.49.2(@sveltejs/vite-plugin-svelte@4.0.4(svelte@5.46.0)(vite@5.4.21(@types/node@20.19.27)))(svelte@5.46.0)(vite@5.4.21(@types/node@20.19.27))': 2601 + '@sveltejs/kit@2.53.4(@sveltejs/vite-plugin-svelte@4.0.4(svelte@5.53.7)(vite@5.4.21(@types/node@20.19.27)))(svelte@5.53.7)(typescript@5.9.3)(vite@5.4.21(@types/node@20.19.27))': 2827 2602 dependencies: 2828 2603 '@standard-schema/spec': 1.1.0 2829 2604 '@sveltejs/acorn-typescript': 1.0.8(acorn@8.15.0) 2830 - '@sveltejs/vite-plugin-svelte': 4.0.4(svelte@5.46.0)(vite@5.4.21(@types/node@20.19.27)) 2605 + '@sveltejs/vite-plugin-svelte': 4.0.4(svelte@5.53.7)(vite@5.4.21(@types/node@20.19.27)) 2831 2606 '@types/cookie': 0.6.0 2832 2607 acorn: 8.15.0 2833 2608 cookie: 0.6.0 2834 - devalue: 5.6.1 2609 + devalue: 5.6.3 2835 2610 esm-env: 1.2.2 2836 2611 kleur: 4.1.5 2837 2612 magic-string: 0.30.21 2838 2613 mrmime: 2.0.1 2839 - sade: 1.8.1 2840 - set-cookie-parser: 2.7.2 2614 + set-cookie-parser: 3.0.1 2841 2615 sirv: 3.0.2 2842 - svelte: 5.46.0 2616 + svelte: 5.53.7 2843 2617 vite: 5.4.21(@types/node@20.19.27) 2618 + optionalDependencies: 2619 + typescript: 5.9.3 2844 2620 2845 - '@sveltejs/vite-plugin-svelte-inspector@3.0.1(@sveltejs/vite-plugin-svelte@4.0.4(svelte@5.46.0)(vite@5.4.21(@types/node@20.19.27)))(svelte@5.46.0)(vite@5.4.21(@types/node@20.19.27))': 2621 + '@sveltejs/vite-plugin-svelte-inspector@3.0.1(@sveltejs/vite-plugin-svelte@4.0.4(svelte@5.53.7)(vite@5.4.21(@types/node@20.19.27)))(svelte@5.53.7)(vite@5.4.21(@types/node@20.19.27))': 2846 2622 dependencies: 2847 - '@sveltejs/vite-plugin-svelte': 4.0.4(svelte@5.46.0)(vite@5.4.21(@types/node@20.19.27)) 2623 + '@sveltejs/vite-plugin-svelte': 4.0.4(svelte@5.53.7)(vite@5.4.21(@types/node@20.19.27)) 2848 2624 debug: 4.4.3 2849 - svelte: 5.46.0 2625 + svelte: 5.53.7 2850 2626 vite: 5.4.21(@types/node@20.19.27) 2851 2627 transitivePeerDependencies: 2852 2628 - supports-color 2853 2629 2854 - '@sveltejs/vite-plugin-svelte@4.0.4(svelte@5.46.0)(vite@5.4.21(@types/node@20.19.27))': 2630 + '@sveltejs/vite-plugin-svelte@4.0.4(svelte@5.53.7)(vite@5.4.21(@types/node@20.19.27))': 2855 2631 dependencies: 2856 - '@sveltejs/vite-plugin-svelte-inspector': 3.0.1(@sveltejs/vite-plugin-svelte@4.0.4(svelte@5.46.0)(vite@5.4.21(@types/node@20.19.27)))(svelte@5.46.0)(vite@5.4.21(@types/node@20.19.27)) 2632 + '@sveltejs/vite-plugin-svelte-inspector': 3.0.1(@sveltejs/vite-plugin-svelte@4.0.4(svelte@5.53.7)(vite@5.4.21(@types/node@20.19.27)))(svelte@5.53.7)(vite@5.4.21(@types/node@20.19.27)) 2857 2633 debug: 4.4.3 2858 2634 deepmerge: 4.3.1 2859 2635 kleur: 4.1.5 2860 2636 magic-string: 0.30.21 2861 - svelte: 5.46.0 2637 + svelte: 5.53.7 2862 2638 vite: 5.4.21(@types/node@20.19.27) 2863 2639 vitefu: 1.1.1(vite@5.4.21(@types/node@20.19.27)) 2864 2640 transitivePeerDependencies: ··· 2891 2667 dependencies: 2892 2668 undici-types: 6.21.0 2893 2669 2670 + '@types/trusted-types@2.0.7': {} 2671 + 2894 2672 '@types/unist@2.0.11': {} 2895 2673 2896 2674 '@types/unist@3.0.3': {} ··· 2970 2748 2971 2749 arg@5.0.2: {} 2972 2750 2973 - aria-query@5.3.2: {} 2751 + aria-query@5.3.1: {} 2974 2752 2975 2753 assertion-error@2.0.1: {} 2976 2754 ··· 2989 2767 2990 2768 binary-extensions@2.3.0: {} 2991 2769 2992 - bits-ui@0.21.16(svelte@5.46.0): 2770 + bits-ui@0.21.16(svelte@5.53.7): 2993 2771 dependencies: 2994 2772 '@internationalized/date': 3.10.1 2995 - '@melt-ui/svelte': 0.76.2(svelte@5.46.0) 2773 + '@melt-ui/svelte': 0.76.2(svelte@5.53.7) 2996 2774 nanoid: 5.1.6 2997 - svelte: 5.46.0 2775 + svelte: 5.53.7 2998 2776 2999 2777 blake3-wasm@2.1.5: {} 3000 2778 ··· 3090 2868 3091 2869 detect-libc@2.1.2: {} 3092 2870 3093 - devalue@5.6.1: {} 2871 + devalue@5.6.3: {} 3094 2872 3095 2873 devlop@1.1.0: 3096 2874 dependencies: ··· 3136 2914 '@esbuild/win32-ia32': 0.21.5 3137 2915 '@esbuild/win32-x64': 0.21.5 3138 2916 3139 - esbuild@0.24.2: 3140 - optionalDependencies: 3141 - '@esbuild/aix-ppc64': 0.24.2 3142 - '@esbuild/android-arm': 0.24.2 3143 - '@esbuild/android-arm64': 0.24.2 3144 - '@esbuild/android-x64': 0.24.2 3145 - '@esbuild/darwin-arm64': 0.24.2 3146 - '@esbuild/darwin-x64': 0.24.2 3147 - '@esbuild/freebsd-arm64': 0.24.2 3148 - '@esbuild/freebsd-x64': 0.24.2 3149 - '@esbuild/linux-arm': 0.24.2 3150 - '@esbuild/linux-arm64': 0.24.2 3151 - '@esbuild/linux-ia32': 0.24.2 3152 - '@esbuild/linux-loong64': 0.24.2 3153 - '@esbuild/linux-mips64el': 0.24.2 3154 - '@esbuild/linux-ppc64': 0.24.2 3155 - '@esbuild/linux-riscv64': 0.24.2 3156 - '@esbuild/linux-s390x': 0.24.2 3157 - '@esbuild/linux-x64': 0.24.2 3158 - '@esbuild/netbsd-arm64': 0.24.2 3159 - '@esbuild/netbsd-x64': 0.24.2 3160 - '@esbuild/openbsd-arm64': 0.24.2 3161 - '@esbuild/openbsd-x64': 0.24.2 3162 - '@esbuild/sunos-x64': 0.24.2 3163 - '@esbuild/win32-arm64': 0.24.2 3164 - '@esbuild/win32-ia32': 0.24.2 3165 - '@esbuild/win32-x64': 0.24.2 3166 - 3167 2917 esbuild@0.27.0: 3168 2918 optionalDependencies: 3169 2919 '@esbuild/aix-ppc64': 0.27.0 ··· 3197 2947 3198 2948 esm-env@1.2.2: {} 3199 2949 3200 - esrap@2.2.1: 2950 + esrap@2.2.3: 3201 2951 dependencies: 3202 2952 '@jridgewell/sourcemap-codec': 1.5.5 3203 2953 ··· 3368 3118 dependencies: 3369 3119 p-locate: 4.1.0 3370 3120 3371 - lucide-svelte@0.460.1(svelte@5.46.0): 3121 + lucide-svelte@0.460.1(svelte@5.53.7): 3372 3122 dependencies: 3373 - svelte: 5.46.0 3123 + svelte: 5.53.7 3374 3124 3375 3125 magic-string@0.30.21: 3376 3126 dependencies: ··· 3388 3138 unist-util-visit: 5.0.0 3389 3139 vfile: 6.0.3 3390 3140 3391 - mdsvex@0.11.2(svelte@5.46.0): 3141 + mdsvex@0.11.2(svelte@5.53.7): 3392 3142 dependencies: 3393 3143 '@types/unist': 2.0.11 3394 3144 prism-svelte: 0.4.7 3395 3145 prismjs: 1.30.0 3396 - svelte: 5.46.0 3146 + svelte: 5.53.7 3397 3147 vfile-message: 2.0.4 3398 3148 3399 3149 merge2@1.4.1: {} ··· 3447 3197 pkg-types: 1.3.1 3448 3198 ufo: 1.6.1 3449 3199 3450 - mode-watcher@1.1.0(svelte@5.46.0): 3200 + mode-watcher@1.1.0(svelte@5.53.7): 3451 3201 dependencies: 3452 - runed: 0.25.0(svelte@5.46.0) 3453 - svelte: 5.46.0 3454 - svelte-toolbelt: 0.7.1(svelte@5.46.0) 3202 + runed: 0.25.0(svelte@5.53.7) 3203 + svelte: 5.53.7 3204 + svelte-toolbelt: 0.7.1(svelte@5.53.7) 3455 3205 3456 3206 mri@1.2.0: {} 3457 3207 ··· 3655 3405 dependencies: 3656 3406 queue-microtask: 1.2.3 3657 3407 3658 - runed@0.23.4(svelte@5.46.0): 3408 + runed@0.23.4(svelte@5.53.7): 3659 3409 dependencies: 3660 3410 esm-env: 1.2.2 3661 - svelte: 5.46.0 3411 + svelte: 5.53.7 3662 3412 3663 - runed@0.25.0(svelte@5.46.0): 3413 + runed@0.25.0(svelte@5.53.7): 3664 3414 dependencies: 3665 3415 esm-env: 1.2.2 3666 - svelte: 5.46.0 3416 + svelte: 5.53.7 3667 3417 3668 3418 sade@1.8.1: 3669 3419 dependencies: ··· 3673 3423 3674 3424 set-blocking@2.0.0: {} 3675 3425 3676 - set-cookie-parser@2.7.2: {} 3426 + set-cookie-parser@3.0.1: {} 3677 3427 3678 3428 sharp@0.33.5: 3679 3429 dependencies: ··· 3775 3525 dependencies: 3776 3526 tiny-glob: 0.2.9 3777 3527 3778 - svelte-check@4.3.5(picomatch@4.0.3)(svelte@5.46.0)(typescript@5.9.3): 3528 + svelte-check@4.3.5(picomatch@4.0.3)(svelte@5.53.7)(typescript@5.9.3): 3779 3529 dependencies: 3780 3530 '@jridgewell/trace-mapping': 0.3.31 3781 3531 chokidar: 4.0.3 3782 3532 fdir: 6.5.0(picomatch@4.0.3) 3783 3533 picocolors: 1.1.1 3784 3534 sade: 1.8.1 3785 - svelte: 5.46.0 3535 + svelte: 5.53.7 3786 3536 typescript: 5.9.3 3787 3537 transitivePeerDependencies: 3788 3538 - picomatch 3789 3539 3790 - svelte-preprocess@6.0.3(postcss-load-config@5.1.0(jiti@1.21.7)(postcss@8.5.6))(postcss@8.5.6)(svelte@5.46.0)(typescript@5.9.3): 3540 + svelte-preprocess@6.0.3(postcss-load-config@5.1.0(jiti@1.21.7)(postcss@8.5.6))(postcss@8.5.6)(svelte@5.53.7)(typescript@5.9.3): 3791 3541 dependencies: 3792 - svelte: 5.46.0 3542 + svelte: 5.53.7 3793 3543 optionalDependencies: 3794 3544 postcss: 8.5.6 3795 3545 postcss-load-config: 5.1.0(jiti@1.21.7)(postcss@8.5.6) 3796 3546 typescript: 5.9.3 3797 3547 3798 - svelte-sonner@0.3.28(svelte@5.46.0): 3548 + svelte-sonner@0.3.28(svelte@5.53.7): 3799 3549 dependencies: 3800 - svelte: 5.46.0 3550 + svelte: 5.53.7 3801 3551 3802 - svelte-toolbelt@0.7.1(svelte@5.46.0): 3552 + svelte-toolbelt@0.7.1(svelte@5.53.7): 3803 3553 dependencies: 3804 3554 clsx: 2.1.1 3805 - runed: 0.23.4(svelte@5.46.0) 3555 + runed: 0.23.4(svelte@5.53.7) 3806 3556 style-to-object: 1.0.14 3807 - svelte: 5.46.0 3557 + svelte: 5.53.7 3808 3558 3809 - svelte@5.46.0: 3559 + svelte@5.53.7: 3810 3560 dependencies: 3811 3561 '@jridgewell/remapping': 2.3.5 3812 3562 '@jridgewell/sourcemap-codec': 1.5.5 3813 3563 '@sveltejs/acorn-typescript': 1.0.8(acorn@8.15.0) 3814 3564 '@types/estree': 1.0.8 3565 + '@types/trusted-types': 2.0.7 3815 3566 acorn: 8.15.0 3816 - aria-query: 5.3.2 3567 + aria-query: 5.3.1 3817 3568 axobject-query: 4.1.0 3818 3569 clsx: 2.1.1 3819 - devalue: 5.6.1 3570 + devalue: 5.6.3 3820 3571 esm-env: 1.2.2 3821 - esrap: 2.2.1 3572 + esrap: 2.2.3 3822 3573 is-reference: 3.0.3 3823 3574 locate-character: 3.0.0 3824 3575 magic-string: 0.30.21
static/_redirects _redirects
+1 -11
svelte.config.js
··· 21 21 $jibs: "./src/jibs/*", 22 22 $content: "./src/content/*", 23 23 }, 24 - adapter: adapter({ 25 - pages: "build", 26 - assets: "build", 27 - fallback: "index.html", 28 - precompress: true, 29 - strict: true, 30 - routes: { 31 - include: ["/*"], 32 - exclude: ["<all>"], 33 - }, 34 - }), 24 + adapter: adapter(), 35 25 }, 36 26 37 27 preprocess: [
+1 -1
wrangler.jsonc
··· 1 1 { 2 2 "$schema": "node_modules/wrangler/config-schema.json", 3 3 "name": "mw", 4 - "compatibility_date": "2025-01-01", 4 + "compatibility_date": "2025-03-01", 5 5 "compatibility_flags": ["nodejs_compat"], 6 6 "main": ".svelte-kit/cloudflare/_worker.js", 7 7 "assets": {