From 9f02c603a9b5778b329a6f3f5941e270a8513fc5 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Mon, 11 Nov 2024 22:32:14 +1100
Subject: [PATCH] fix(deps): update dependency svelte to v5 (#2795)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [svelte](https://svelte.dev)
([source](https://redirect.github.com/sveltejs/svelte/tree/HEAD/packages/svelte))
| [`^4.2.19` ->
`^5.1.12`](https://renovatebot.com/diffs/npm/svelte/4.2.19/5.1.12) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/svelte/5.1.12?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/svelte/5.1.12?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/svelte/4.2.19/5.1.12?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/svelte/4.2.19/5.1.12?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
sveltejs/svelte (svelte)
###
[`v5.1.12`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#5112)
[Compare
Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.1.11...svelte@5.1.12)
##### Patch Changes
- fix: ignore `as` type expressions on property definitions
([#14181](https://redirect.github.com/sveltejs/svelte/pull/14181))
- fix: restore active reaction if then block throws
([#14191](https://redirect.github.com/sveltejs/svelte/pull/14191))
- chore: adds legacy mode flag reducing bundle size in runes mode only
apps
([#14180](https://redirect.github.com/sveltejs/svelte/pull/14180))
###
[`v5.1.11`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#5111)
[Compare
Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.1.10...svelte@5.1.11)
##### Patch Changes
- fix: error on TypeScript's `readonly` modifier
([#14153](https://redirect.github.com/sveltejs/svelte/pull/14153))
- fix: remove scoping for `:not` selectors
([#14177](https://redirect.github.com/sveltejs/svelte/pull/14177))
###
[`v5.1.10`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#5110)
[Compare
Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.1.9...svelte@5.1.10)
##### Patch Changes
- fix: ensure non-matching elements are scoped for `:not(...)` selector
([#13999](https://redirect.github.com/sveltejs/svelte/pull/13999))
- fix: ensure video elements autoplay in safari
([#14095](https://redirect.github.com/sveltejs/svelte/pull/14095))
- fix: ensure trailing multiline comments on props produce correct code
([#14143](https://redirect.github.com/sveltejs/svelte/issues/14143)#issuecomment-2455702689)
([#14143](https://redirect.github.com/sveltejs/svelte/pull/14143))
- fix: correctly infer `` tag namespace
([#14134](https://redirect.github.com/sveltejs/svelte/pull/14134))
- fix: check options namespace for top level `svelte:element`s
([#14101](https://redirect.github.com/sveltejs/svelte/pull/14101))
- fix: ensure migrate keeps inline/trailing comments in $props type
definition
([#14143](https://redirect.github.com/sveltejs/svelte/pull/14143))
- fix: update links in JSDoc
([#14165](https://redirect.github.com/sveltejs/svelte/pull/14165))
- fix: ensure SvelteMap and SvelteSet work with generators in dev
([#14103](https://redirect.github.com/sveltejs/svelte/pull/14103))
- fix: only output the key for each_key_duplicate
([#14147](https://redirect.github.com/sveltejs/svelte/pull/14147))
- fix: prevent migrated snippet from shadow snippet prop
([#14127](https://redirect.github.com/sveltejs/svelte/pull/14127))
- fix: pass along `anchor` in legacy class wrappers
([#14100](https://redirect.github.com/sveltejs/svelte/pull/14100))
- fix: recognize all custom element prop definitions
([#14084](https://redirect.github.com/sveltejs/svelte/pull/14084))
- fix: migrate multiple declarations with only some exported correctly
([#14126](https://redirect.github.com/sveltejs/svelte/pull/14126))
###
[`v5.1.9`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#519)
[Compare
Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.1.8...svelte@5.1.9)
##### Patch Changes
- fix: ensure transitions are applied to nested elements
([#14080](https://redirect.github.com/sveltejs/svelte/pull/14080))
###
[`v5.1.8`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#518)
[Compare
Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.1.7...svelte@5.1.8)
##### Patch Changes
- fix: ensure compiler statements are correctly included
([#14074](https://redirect.github.com/sveltejs/svelte/pull/14074))
###
[`v5.1.7`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#517)
[Compare
Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.1.6...svelte@5.1.7)
##### Patch Changes
- fix: ensure each block inert items are disposed of if the each block
is also inert
([#13930](https://redirect.github.com/sveltejs/svelte/pull/13930))
- fix: allow `warningFilter` option for `compileModule`
([#14066](https://redirect.github.com/sveltejs/svelte/pull/14066))
- fix: ensure onMount correctly fires when new expressions are used
([#14049](https://redirect.github.com/sveltejs/svelte/pull/14049))
- fix: wrap `:id`, `:where``:not` and `:has` with `:global` during
migration
([#13850](https://redirect.github.com/sveltejs/svelte/pull/13850))
- fix: ensure custom element attribute/prop changes are in their own
context
([#14016](https://redirect.github.com/sveltejs/svelte/pull/14016))
###
[`v5.1.6`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#516)
[Compare
Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.1.5...svelte@5.1.6)
##### Patch Changes
- fix: ensure child effects are destroyed before their deriveds
([#14043](https://redirect.github.com/sveltejs/svelte/pull/14043))
###
[`v5.1.5`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#515)
[Compare
Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.1.4...svelte@5.1.5)
##### Patch Changes
- fix: replace typo in compiler error messages
([#14044](https://redirect.github.com/sveltejs/svelte/pull/14044))
- fix: preserve the separator between selectors when an unused selector
is in between
([#13954](https://redirect.github.com/sveltejs/svelte/pull/13954))
- fix: more robust re-subscribe detection for `fromStore`
([#13995](https://redirect.github.com/sveltejs/svelte/pull/13995))
- fix: allow to pass in TS preference to migration
([#13929](https://redirect.github.com/sveltejs/svelte/pull/13929))
- fix: extend derived/state validation error to indirect exports
([#14039](https://redirect.github.com/sveltejs/svelte/pull/14039))
- fix: minify inject CSS in prod mode
([#14006](https://redirect.github.com/sveltejs/svelte/pull/14006))
- fix: ensure toStore subscription correctly syncs latest value
([#14015](https://redirect.github.com/sveltejs/svelte/pull/14015))
- fix: don't access `requestAnimationFrame` until needed to reduce need
for mocks during testing
([#14040](https://redirect.github.com/sveltejs/svelte/pull/14040))
- fix: ensure element effects are executed in the correct order
([#14038](https://redirect.github.com/sveltejs/svelte/pull/14038))
- fix: make compiler error extend from `Error`
([#14036](https://redirect.github.com/sveltejs/svelte/pull/14036))
###
[`v5.1.4`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#514)
[Compare
Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.1.3...svelte@5.1.4)
##### Patch Changes
- fix: add empty stack to `CompileDiagnostic` to show error on build
([#13942](https://redirect.github.com/sveltejs/svelte/pull/13942))
- fix: ensure effect_tracking correctly handles tracking reactions
([#14005](https://redirect.github.com/sveltejs/svelte/pull/14005))
- fix: update broken links
([#13944](https://redirect.github.com/sveltejs/svelte/pull/13944))
- fix: more exhaustive check during `SvelteMap.set` in deriveds
([#13951](https://redirect.github.com/sveltejs/svelte/pull/13951))
- fix: trim whitespace while migrating blocks
([#13941](https://redirect.github.com/sveltejs/svelte/pull/13941))
- fix: update links that previously pointed to preview site
([#14001](https://redirect.github.com/sveltejs/svelte/pull/14001))
- fix: properly migrate imports types prefixed with $
([#14007](https://redirect.github.com/sveltejs/svelte/pull/14007))
###
[`v5.1.3`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#513)
[Compare
Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.1.2...svelte@5.1.3)
##### Patch Changes
- fix: rethrow errors from await block if no catch block exists
([#13819](https://redirect.github.com/sveltejs/svelte/pull/13819))
- fix: ensure SVG element attributes have case preserved
([#13935](https://redirect.github.com/sveltejs/svelte/pull/13935))
- fix: ensure bind:group works as intended with proxied state objects
([#13939](https://redirect.github.com/sveltejs/svelte/pull/13939))
- fix: ensure value is correctly set to zero on the progress element
([#13924](https://redirect.github.com/sveltejs/svelte/pull/13924))
- fix: skip comment nodes in snippet validation logic
([#13936](https://redirect.github.com/sveltejs/svelte/pull/13936))
- fix: typo in `Action` types
([#13874](https://redirect.github.com/sveltejs/svelte/pull/13874))
- fix: remove metadata from legacy AST
([#13927](https://redirect.github.com/sveltejs/svelte/pull/13927))
###
[`v5.1.2`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#512)
[Compare
Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.1.1...svelte@5.1.2)
##### Patch Changes
- fix: improve consistency of transitions
([#13895](https://redirect.github.com/sveltejs/svelte/pull/13895))
- fix: enable bound store props in runes mode components
([#13887](https://redirect.github.com/sveltejs/svelte/pull/13887))
- fix: ensure each block references to imports are handled correctly
([#13892](https://redirect.github.com/sveltejs/svelte/pull/13892))
- fix: ensure SvelteMap reactivity persists through deriveds
([#13877](https://redirect.github.com/sveltejs/svelte/pull/13877))
- fix: ensure snippets after empty text correctly hydrate
([#13870](https://redirect.github.com/sveltejs/svelte/pull/13870))
- fix: prevent migration script from adding `props.` to the `export let`
identifier
([#13899](https://redirect.github.com/sveltejs/svelte/pull/13899))
- fix: prevent var name clashing for delegated events without params
([#13896](https://redirect.github.com/sveltejs/svelte/pull/13896))
###
[`v5.1.1`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#511)
[Compare
Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.1.0...svelte@5.1.1)
##### Patch Changes
- fix: internally wrap store subscribe in untrack
([#13858](https://redirect.github.com/sveltejs/svelte/pull/13858))
- fix: allow binding to const with spread in legacy mode
([#13849](https://redirect.github.com/sveltejs/svelte/pull/13849))
- fix: ensure props internally untracks current_value on sets
([#13859](https://redirect.github.com/sveltejs/svelte/pull/13859))
- fix: properly traverse children when checking matches for `:has`
([#13866](https://redirect.github.com/sveltejs/svelte/pull/13866))
###
[`v5.1.0`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#510)
[Compare
Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.0.5...svelte@5.1.0)
##### Minor Changes
- feat: export mount() options as the MountOptions type
([#13674](https://redirect.github.com/sveltejs/svelte/pull/13674))
- feat: allow usage of getContext() within $derived runes
([#13830](https://redirect.github.com/sveltejs/svelte/pull/13830))
##### Patch Changes
- fix: properly migrate ts with inferred type comments
([#13761](https://redirect.github.com/sveltejs/svelte/pull/13761))
- fix: correct property name conversion in custom transitions
([#13820](https://redirect.github.com/sveltejs/svelte/pull/13820))
- fix: ensure $effect.tracking returns false inside transition functions
([#13775](https://redirect.github.com/sveltejs/svelte/pull/13775))
- fix: migrate default slots to children snippet
([#13760](https://redirect.github.com/sveltejs/svelte/pull/13760))
- fix: don't print errors on migration errors
([#13754](https://redirect.github.com/sveltejs/svelte/pull/13754))
- fix: prevent spread attribute from overriding class directive
([#13763](https://redirect.github.com/sveltejs/svelte/pull/13763))
- fix: ensure `:has` selectors followed by other selectors match
([#13824](https://redirect.github.com/sveltejs/svelte/pull/13824))
- fix: ensure muted DOM property works correctly in FF
([#13751](https://redirect.github.com/sveltejs/svelte/pull/13751))
- fix: show filename information in `legacy_recursive_reactive_block`
([#13764](https://redirect.github.com/sveltejs/svelte/pull/13764))
###
[`v5.0.5`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#505)
[Compare
Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.0.4...svelte@5.0.5)
##### Patch Changes
- fix: mark `:has` selectors with multiple preceding selectors as used
([#13750](https://redirect.github.com/sveltejs/svelte/pull/13750))
- fix: ensure event context is reset before invoking callback
([#13737](https://redirect.github.com/sveltejs/svelte/pull/13737))
- fix: add more robust check for `Element` prototype
([#13744](https://redirect.github.com/sveltejs/svelte/pull/13744))
- fix: do not comment out unused selectors that are inside an unused
selector
([#13746](https://redirect.github.com/sveltejs/svelte/pull/13746))
- fix: more accurately detect `$derived` migration opportunities
([#13740](https://redirect.github.com/sveltejs/svelte/pull/13740))
- fix: [@debug](https://redirect.github.com/debug) does not work
with proxied-state
([#13690](https://redirect.github.com/sveltejs/svelte/pull/13690))
- fix: do not add jsdoc if no types found
([#13738](https://redirect.github.com/sveltejs/svelte/pull/13738))
###
[`v5.0.4`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#504)
[Compare
Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.0.3...svelte@5.0.4)
##### Patch Changes
- fix: webview preload tag can be any string
([#13733](https://redirect.github.com/sveltejs/svelte/pull/13733))
- fix: better children snippet / default slot interop
([#13734](https://redirect.github.com/sveltejs/svelte/pull/13734))
###
[`v5.0.3`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#503)
[Compare
Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.0.2...svelte@5.0.3)
##### Patch Changes
- chore: ensure transition events are dispatched without current
reaction
([#13719](https://redirect.github.com/sveltejs/svelte/pull/13719))
###
[`v5.0.2`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#502)
[Compare
Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.0.1...svelte@5.0.2)
##### Patch Changes
- fix: don't blank css on migration error
([#13703](https://redirect.github.com/sveltejs/svelte/pull/13703))
###
[`v5.0.1`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#501)
[Compare
Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.0.0...svelte@5.0.1)
##### Patch Changes
- fix: use typedef for JSDoc props and maintain comments
([#13698](https://redirect.github.com/sveltejs/svelte/pull/13698))
###
[`v5.0.0`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#500)
[Compare
Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@4.2.19...svelte@5.0.0)
A new major version of Svelte has been released! 🎉
The new version brings:
- even better performance,
- a more granular reactivity system with runes,
- more expressive template syntax with snippets and event attributes,
- native TypeScript support,
- and backwards compatibility with the previous syntax!
For more details check out the [Svelte
docs](https://svelte-omnisite.vercel.app/) and the [migration
guide](https://svelte-omnisite.vercel.app/docs/svelte/v5-migration-guide).
---
### 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**: Never, 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 was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/fwouts/previewjs).
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: François Wouts
---
framework-plugins/svelte/package.json | 2 +-
pnpm-lock.yaml | 84 ++++++++++++++++++++-------
2 files changed, 64 insertions(+), 22 deletions(-)
diff --git a/framework-plugins/svelte/package.json b/framework-plugins/svelte/package.json
index 58bb73b37d5..82458872227 100644
--- a/framework-plugins/svelte/package.json
+++ b/framework-plugins/svelte/package.json
@@ -32,7 +32,7 @@
"@previewjs/vfs": "^2.1.2",
"@sveltejs/vite-plugin-svelte": "^4.0.0",
"fs-extra": "^11.2.0",
- "svelte": "^4.2.19",
+ "svelte": "^5.1.12",
"typescript": "^5.6.3",
"vite": "^5.4.10"
},
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 66cd66c4db8..f0081b75565 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -312,7 +312,7 @@ importers:
dependencies:
'@fwouts/vite-tsconfig-paths':
specifier: ^4.2.1
- version: 4.2.1(typescript@5.6.3)(vite@5.4.10(@types/node@20.17.6)(less@4.1.3)(sass@1.62.1)(terser@5.36.0))
+ version: 4.2.1(typescript@5.6.3)(vite@5.4.10(@types/node@20.17.6)(less@4.1.3)(terser@5.36.0))
'@previewjs/analyzer-api':
specifier: ^0.1.6
version: link:../analyzer/api
@@ -2315,13 +2315,13 @@ importers:
version: link:../../vfs
'@sveltejs/vite-plugin-svelte':
specifier: ^4.0.0
- version: 4.0.0(svelte@4.2.19)(vite@5.4.10(@types/node@20.17.6)(less@4.1.3)(terser@5.36.0))
+ version: 4.0.0(svelte@5.1.14)(vite@5.4.10(@types/node@20.17.6)(less@4.1.3)(terser@5.36.0))
fs-extra:
specifier: ^11.2.0
version: 11.2.0
svelte:
- specifier: ^4.2.19
- version: 4.2.19
+ specifier: ^5.1.12
+ version: 5.1.14
typescript:
specifier: ^5.6.3
version: 5.6.3
@@ -2343,7 +2343,7 @@ importers:
version: link:../../testing
'@sveltejs/kit':
specifier: ^2.8.0
- version: 2.8.0(@sveltejs/vite-plugin-svelte@4.0.0(svelte@4.2.19)(vite@5.4.10(@types/node@20.17.6)(less@4.1.3)(terser@5.36.0)))(svelte@4.2.19)(vite@5.4.10(@types/node@20.17.6)(less@4.1.3)(terser@5.36.0))
+ version: 2.8.0(@sveltejs/vite-plugin-svelte@4.0.0(svelte@5.1.14)(vite@5.4.10(@types/node@20.17.6)(less@4.1.3)(terser@5.36.0)))(svelte@5.1.14)(vite@5.4.10(@types/node@20.17.6)(less@4.1.3)(terser@5.36.0))
'@types/fs-extra':
specifier: ^11.0.4
version: 11.0.4
@@ -9827,6 +9827,11 @@ packages:
peerDependencies:
acorn: ^6.0.0 || ^7.0.0 || ^8.0.0
+ acorn-typescript@1.4.13:
+ resolution: {integrity: sha512-xsc9Xv0xlVfwp2o7sQ+GCQ1PgbkdcpWdTzrwXxO3xDMTAywVS3oXVOcOHuRjAPkS4P9b+yc/qNF15460v+jp4Q==}
+ peerDependencies:
+ acorn: '>=8.9.0'
+
acorn-walk@6.2.0:
resolution: {integrity: sha512-7evsyfH1cLOCdAzZAd43Cic04yKydNx0cF+7tiA19p1XnLLPU4dpCQOqpjqwokFe//vS0QqfqqjCS2JkiIs0cA==}
engines: {node: '>=0.4.0'}
@@ -12966,6 +12971,9 @@ packages:
resolution: {integrity: sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==}
engines: {node: '>=0.10'}
+ esrap@1.2.2:
+ resolution: {integrity: sha512-F2pSJklxx1BlQIQgooczXCPHmcWpn6EsP5oo73LQfonG9fIlIENQ8vMmfGXeojP9MrkzUNAfyU5vdFlR9shHAw==}
+
esrecurse@4.3.0:
resolution: {integrity: sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==}
engines: {node: '>=4.0'}
@@ -20345,6 +20353,10 @@ packages:
resolution: {integrity: sha512-IY1rnGr6izd10B0A8LqsBfmlT5OILVuZ7XsI0vdGPEvuonFV7NYEUK4dAkm9Zg2q0Um92kYjTpS1CAP3Nh/KWw==}
engines: {node: '>=16'}
+ svelte@5.1.14:
+ resolution: {integrity: sha512-1ZURTV4OBeWS6qKFzKjTIa9K4RWCR3CtpgOen/hsamCIS/dwBpvglwPNMjvNJR/yMlUWxtq+KC4mmvCo7G7m6Q==}
+ engines: {node: '>=18'}
+
sveltedoc-parser@4.2.1:
resolution: {integrity: sha512-sWJRa4qOfRdSORSVw9GhfDEwsbsYsegnDzBevUCF6k/Eis/QqCu9lJ6I0+d/E2wOWCjOhlcJ3+jl/Iur+5mmCw==}
engines: {node: '>=10.0.0'}
@@ -22500,6 +22512,9 @@ packages:
zhead@2.0.4:
resolution: {integrity: sha512-V4R94t3ifk9AURym6OskbKcnowzgp5Z88tkoL/NF67vyryNxC62u6mx5F1Ux4oh4+YN7FFmKYEyWy6m5kfPH6g==}
+ zimmerframe@1.1.2:
+ resolution: {integrity: sha512-rAbqEGa8ovJy4pyBxZM70hg4pE6gDgaQ0Sl9M3enG3I0d6H4XSAM3GeNGLKnsBpuijUow064sf7ww1nutC5/3w==}
+
zip-stream@4.1.0:
resolution: {integrity: sha512-zshzwQW7gG7hjpBlgeQP9RuyPGNxvJdzR8SUM3QhxCnLjWN2E7j3dOvpeDcQoETfHx0urRS7EtmVToql7YpU4A==}
engines: {node: '>= 10'}
@@ -28776,7 +28791,7 @@ snapshots:
- supports-color
- typescript
- '@fwouts/vite-tsconfig-paths@4.2.1(typescript@5.6.3)(vite@5.4.10(@types/node@20.17.6)(less@4.1.3)(sass@1.62.1)(terser@5.36.0))':
+ '@fwouts/vite-tsconfig-paths@4.2.1(typescript@5.6.3)(vite@5.4.10(@types/node@20.17.6)(less@4.1.3)(terser@5.36.0))':
dependencies:
async-mutex: 0.4.0
debug: 4.3.4
@@ -30903,7 +30918,7 @@ snapshots:
'@previewjs/core@29.1.0(@swc/core@1.3.59(@swc/helpers@0.5.1))(@types/node@20.17.6)(esbuild@0.24.0)(less@4.1.3)(sass@1.62.1)(terser@5.36.0)':
dependencies:
- '@fwouts/vite-tsconfig-paths': 4.2.1(typescript@5.6.3)(vite@5.4.10(@types/node@20.17.6)(less@4.1.3)(sass@1.62.1)(terser@5.36.0))
+ '@fwouts/vite-tsconfig-paths': 4.2.1(typescript@5.6.3)(vite@5.4.10(@types/node@20.17.6)(less@4.1.3)(terser@5.36.0))
'@previewjs/analyzer-api': 0.1.6
'@previewjs/api': 16.0.4
'@previewjs/config': 6.0.0(@types/node@20.17.6)(less@4.1.3)(sass@1.62.1)(terser@5.36.0)
@@ -32835,7 +32850,7 @@ snapshots:
case-sensitive-paths-webpack-plugin: 2.4.0
core-js: 3.30.2
css-loader: 3.6.0(webpack@4.46.0)
- file-loader: 6.2.0(webpack@5.83.1(@swc/core@1.3.59(@swc/helpers@0.5.1)))
+ file-loader: 6.2.0(webpack@4.46.0)
find-up: 5.0.0
fork-ts-checker-webpack-plugin: 4.1.6(eslint@9.14.0(jiti@2.3.3))(typescript@5.6.3)(vue-template-compiler@2.7.16)(webpack@4.46.0)
glob: 7.2.3
@@ -33874,7 +33889,7 @@ snapshots:
core-js: 3.30.2
css-loader: 3.6.0(webpack@4.46.0)
express: 4.21.1
- file-loader: 6.2.0(webpack@4.46.0)
+ file-loader: 6.2.0(webpack@5.83.1(@swc/core@1.3.59(@swc/helpers@0.5.1)))
find-up: 5.0.0
fs-extra: 9.1.0
html-webpack-plugin: 4.5.2(webpack@4.46.0)
@@ -34845,9 +34860,9 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@sveltejs/kit@2.8.0(@sveltejs/vite-plugin-svelte@4.0.0(svelte@4.2.19)(vite@5.4.10(@types/node@20.17.6)(less@4.1.3)(terser@5.36.0)))(svelte@4.2.19)(vite@5.4.10(@types/node@20.17.6)(less@4.1.3)(terser@5.36.0))':
+ '@sveltejs/kit@2.8.0(@sveltejs/vite-plugin-svelte@4.0.0(svelte@5.1.14)(vite@5.4.10(@types/node@20.17.6)(less@4.1.3)(terser@5.36.0)))(svelte@5.1.14)(vite@5.4.10(@types/node@20.17.6)(less@4.1.3)(terser@5.36.0))':
dependencies:
- '@sveltejs/vite-plugin-svelte': 4.0.0(svelte@4.2.19)(vite@5.4.10(@types/node@20.17.6)(less@4.1.3)(terser@5.36.0))
+ '@sveltejs/vite-plugin-svelte': 4.0.0(svelte@5.1.14)(vite@5.4.10(@types/node@20.17.6)(less@4.1.3)(terser@5.36.0))
'@types/cookie': 0.6.0
cookie: 0.6.0
devalue: 5.1.1
@@ -34859,7 +34874,7 @@ snapshots:
sade: 1.8.1
set-cookie-parser: 2.6.0
sirv: 3.0.0
- svelte: 4.2.19
+ svelte: 5.1.14
tiny-glob: 0.2.9
vite: 5.4.10(@types/node@20.17.6)(less@4.1.3)(sass@1.62.1)(terser@5.36.0)
@@ -34890,11 +34905,11 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@sveltejs/vite-plugin-svelte-inspector@3.0.1(@sveltejs/vite-plugin-svelte@4.0.0(svelte@4.2.19)(vite@5.4.10(@types/node@20.17.6)(less@4.1.3)(terser@5.36.0)))(svelte@4.2.19)(vite@5.4.10(@types/node@20.17.6)(less@4.1.3)(terser@5.36.0))':
+ '@sveltejs/vite-plugin-svelte-inspector@3.0.1(@sveltejs/vite-plugin-svelte@4.0.0(svelte@5.1.14)(vite@5.4.10(@types/node@20.17.6)(less@4.1.3)(terser@5.36.0)))(svelte@5.1.14)(vite@5.4.10(@types/node@20.17.6)(less@4.1.3)(terser@5.36.0))':
dependencies:
- '@sveltejs/vite-plugin-svelte': 4.0.0(svelte@4.2.19)(vite@5.4.10(@types/node@20.17.6)(less@4.1.3)(terser@5.36.0))
+ '@sveltejs/vite-plugin-svelte': 4.0.0(svelte@5.1.14)(vite@5.4.10(@types/node@20.17.6)(less@4.1.3)(terser@5.36.0))
debug: 4.3.7(supports-color@5.5.0)
- svelte: 4.2.19
+ svelte: 5.1.14
vite: 5.4.10(@types/node@20.17.6)(less@4.1.3)(sass@1.62.1)(terser@5.36.0)
transitivePeerDependencies:
- supports-color
@@ -34954,14 +34969,14 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@sveltejs/vite-plugin-svelte@4.0.0(svelte@4.2.19)(vite@5.4.10(@types/node@20.17.6)(less@4.1.3)(terser@5.36.0))':
+ '@sveltejs/vite-plugin-svelte@4.0.0(svelte@5.1.14)(vite@5.4.10(@types/node@20.17.6)(less@4.1.3)(terser@5.36.0))':
dependencies:
- '@sveltejs/vite-plugin-svelte-inspector': 3.0.1(@sveltejs/vite-plugin-svelte@4.0.0(svelte@4.2.19)(vite@5.4.10(@types/node@20.17.6)(less@4.1.3)(terser@5.36.0)))(svelte@4.2.19)(vite@5.4.10(@types/node@20.17.6)(less@4.1.3)(terser@5.36.0))
+ '@sveltejs/vite-plugin-svelte-inspector': 3.0.1(@sveltejs/vite-plugin-svelte@4.0.0(svelte@5.1.14)(vite@5.4.10(@types/node@20.17.6)(less@4.1.3)(terser@5.36.0)))(svelte@5.1.14)(vite@5.4.10(@types/node@20.17.6)(less@4.1.3)(terser@5.36.0))
debug: 4.3.7(supports-color@5.5.0)
deepmerge: 4.3.1
kleur: 4.1.5
magic-string: 0.30.12
- svelte: 4.2.19
+ svelte: 5.1.14
vite: 5.4.10(@types/node@20.17.6)(less@4.1.3)(sass@1.62.1)(terser@5.36.0)
vitefu: 1.0.3(vite@5.4.10(@types/node@20.17.6)(less@4.1.3)(terser@5.36.0))
transitivePeerDependencies:
@@ -37609,6 +37624,10 @@ snapshots:
dependencies:
acorn: 8.14.0
+ acorn-typescript@1.4.13(acorn@8.14.0):
+ dependencies:
+ acorn: 8.14.0
+
acorn-walk@6.2.0: {}
acorn-walk@7.2.0: {}
@@ -41791,6 +41810,11 @@ snapshots:
dependencies:
estraverse: 5.3.0
+ esrap@1.2.2:
+ dependencies:
+ '@jridgewell/sourcemap-codec': 1.5.0
+ '@types/estree': 1.0.6
+
esrecurse@4.3.0:
dependencies:
estraverse: 5.3.0
@@ -46299,7 +46323,7 @@ snapshots:
mlly@1.2.0:
dependencies:
- acorn: 8.13.0
+ acorn: 8.14.0
pathe: 1.1.2
pkg-types: 1.0.3
ufo: 1.5.4
@@ -52632,6 +52656,22 @@ snapshots:
magic-string: 0.30.12
periscopic: 3.1.0
+ svelte@5.1.14:
+ dependencies:
+ '@ampproject/remapping': 2.3.0
+ '@jridgewell/sourcemap-codec': 1.5.0
+ '@types/estree': 1.0.6
+ acorn: 8.14.0
+ acorn-typescript: 1.4.13(acorn@8.14.0)
+ aria-query: 5.3.2
+ axobject-query: 4.1.0
+ esm-env: 1.0.0
+ esrap: 1.2.2
+ is-reference: 3.0.2
+ locate-character: 3.0.0
+ magic-string: 0.30.12
+ zimmerframe: 1.1.2
+
sveltedoc-parser@4.2.1:
dependencies:
eslint: 8.4.1
@@ -53519,7 +53559,7 @@ snapshots:
unctx@2.1.2:
dependencies:
- acorn: 8.13.0
+ acorn: 8.14.0
estree-walker: 3.0.3
magic-string: 0.27.0
unplugin: 1.3.1
@@ -53649,7 +53689,7 @@ snapshots:
unimport@3.13.1(rollup@3.29.5)(webpack-sources@3.2.3):
dependencies:
'@rollup/pluginutils': 5.1.3(rollup@3.29.5)
- acorn: 8.13.0
+ acorn: 8.14.0
escape-string-regexp: 5.0.0
estree-walker: 3.0.3
fast-glob: 3.3.2
@@ -55559,6 +55599,8 @@ snapshots:
zhead@2.0.4: {}
+ zimmerframe@1.1.2: {}
+
zip-stream@4.1.0:
dependencies:
archiver-utils: 2.1.0