chore(deps-dev): bump svelte from 4.2.19 to 5.53.5 in /examples/svelte-design-system by dependabot[bot] · Pull Request #4323 · BuilderIO/builder
Bumps svelte from 4.2.19 to 5.53.5.
Release notes
Sourced from svelte's releases.
svelte@5.53.5
Patch Changes
fix: escape
innerTextandtextContentbindings ofcontenteditable(0df5abcae223058ceb95491470372065fb87951d)fix: sanitize
transformErrorvalues prior to embedding in HTML comments (0298e979371bb583855c9810db79a70a551d22b9)svelte@5.53.4
Patch Changes
fix: set server context after async transformError (#17799)
fix: hydrate if blocks correctly (#17784)
fix: handle default parameters scope leaks (#17788)
fix: prevent flushed effects from running again (#17787)
svelte@5.53.3
Patch Changes
fix: render
:catchof#awaitblock with correct key (#17769)chore: pin aria-query@5.3.1 (#17772)
fix: make string coercion consistent to
toString(#17774)svelte@5.53.2
Patch Changes
fix: update expressions on server deriveds (#17767)
fix: further obfuscate
node:cryptoimport from overzealous static analysis (#17763)svelte@5.53.1
Patch Changes
- fix: handle shadowed function names correctly (#17753)
svelte@5.53.0
Minor Changes
Patch Changes
- fix: use TrustedHTML to test for customizable support, where necessary (#17743)
... (truncated)
Changelog
Sourced from svelte's changelog.
5.53.5
Patch Changes
fix: escape
innerTextandtextContentbindings ofcontenteditable(0df5abcae223058ceb95491470372065fb87951d)fix: sanitize
transformErrorvalues prior to embedding in HTML comments (0298e979371bb583855c9810db79a70a551d22b9)5.53.4
Patch Changes
fix: set server context after async transformError (#17799)
fix: hydrate if blocks correctly (#17784)
fix: handle default parameters scope leaks (#17788)
fix: prevent flushed effects from running again (#17787)
5.53.3
Patch Changes
fix: render
:catchof#awaitblock with correct key (#17769)chore: pin aria-query@5.3.1 (#17772)
fix: make string coercion consistent to
toString(#17774)5.53.2
Patch Changes
fix: update expressions on server deriveds (#17767)
fix: further obfuscate
node:cryptoimport from overzealous static analysis (#17763)5.53.1
Patch Changes
- fix: handle shadowed function names correctly (#17753)
5.53.0
Minor Changes
- feat: allow comments in tags (#17671)
... (truncated)
Commits
ed14b49Version Packages (#17802)0df5abcMerge commit from fork0298e97Merge commit from fork96fd3ceVersion Packages (#17786)1b3e660fix: prevent flushed effects from running again (#17787)673a1abfix: set server context after async transformError (#17799)3a28979fix: handle default parameters scope leaks (#17788)fcdc028fix: hydrate if blocks correctly (#17784)97f3ac5Version Packages (#17775)7deedc5fix: render:catchof#awaitblock with correct key (#17769)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for svelte since your current version.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the Security Alerts page.
Note
Medium Risk
Major Svelte upgrade in the examples/svelte-design-system project may introduce breaking changes and toolchain/runtime requirements (notably Node >=18), potentially affecting build and dev workflows for that example.
Overview
Upgrades examples/svelte-design-system from Svelte 4.2.19 to 5.53.5 in package.json.
Updates package-lock.json to match the Svelte 5 dependency tree, including new transitive packages (e.g., @sveltejs/acorn-typescript, clsx, devalue) and removal/replacement of older Svelte 4 transitive deps, along with an updated Node engine requirement for svelte.
Written by Cursor Bugbot for commit 923c463. This will update automatically on new commits. Configure here.