Skip to content

Commit 455d154

Browse files
chore(deps): update dependency svelte to v5.55.4 (#2342)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [svelte](https://svelte.dev) ([source](https://redirect.github.com/sveltejs/svelte/tree/HEAD/packages/svelte)) | [`5.55.3` → `5.55.4`](https://renovatebot.com/diffs/npm/svelte/5.55.3/5.55.4) | ![age](https://developer.mend.io/api/mc/badges/age/npm/svelte/5.55.4?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/svelte/5.55.3/5.55.4?slim=true) | --- ### Release Notes <details> <summary>sveltejs/svelte (svelte)</summary> ### [`v5.55.4`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#5554) [Compare Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.55.3...svelte@5.55.4) ##### Patch Changes - fix: never mark a child effect root as inert ([#&#8203;18111](https://redirect.github.com/sveltejs/svelte/pull/18111)) - fix: reset context after waiting on blockers of `@const` expressions ([#&#8203;18100](https://redirect.github.com/sveltejs/svelte/pull/18100)) - fix: keep flushing new eager effects ([#&#8203;18102](https://redirect.github.com/sveltejs/svelte/pull/18102)) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **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. --- - [x] <!-- rebase-check -->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/runtime-env/import-meta-env). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMjAuMiIsInVwZGF0ZWRJblZlciI6IjQzLjEyMC4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Ernest <soc221b.e@gmail.com>
1 parent 7c6ddcc commit 455d154

2 files changed

Lines changed: 23 additions & 25 deletions

File tree

packages/examples/vite-svelte-example/package-lock.json

Lines changed: 22 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/examples/vite-svelte-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"devDependencies": {
1111
"@sveltejs/vite-plugin-svelte": "5.1.1",
1212
"cross-env": "7.0.3",
13-
"svelte": "5.55.3",
13+
"svelte": "5.55.4",
1414
"vite": "6.3.6"
1515
}
1616
}

0 commit comments

Comments
 (0)