Skip to content

Bump svelte from 5.48.0 to 5.50.2#153

Merged
cooolbros merged 1 commit intomainfrom
dependabot/npm_and_yarn/svelte-5.50.2
Mar 24, 2026
Merged

Bump svelte from 5.48.0 to 5.50.2#153
cooolbros merged 1 commit intomainfrom
dependabot/npm_and_yarn/svelte-5.50.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Feb 12, 2026

Bumps svelte from 5.48.0 to 5.50.2.

Release notes

Sourced from svelte's releases.

svelte@5.50.2

Patch Changes

  • fix: resolve effect_update_depth_exceeded when using bind:value on <select> with derived state in legacy mode (#17645)

  • fix: don't swallow DOMException when media.play() fails in bind:paused (#17656)

  • chore: provide proper public type for parseCss result (#17654)

  • fix: robustify blocker calculation (#17676)

  • fix: reduce if block nesting (#17662)

svelte@5.50.1

Patch Changes

  • fix: render boolean attribute values as empty strings for XHTML compliance (#17648)

  • fix: prevent async render tag hydration mismatches (#17652)

svelte@5.50.0

Minor Changes

  • feat: allow use of createContext when instantiating components programmatically (#17575)

Patch Changes

  • fix: ensure infinite effect loops are cleared after flushing (#17601)

  • fix: allow {#key NaN} (#17642)

  • fix: detect store in each block expression regardless of AST shape (#17636)

  • fix: treat <menu> like <ul>/<ol> for a11y role checks (#17638)

  • fix: add vite-ignore comment inside dynamic crypto import (#17623)

  • chore: wrap JSDoc URLs in @see and @link tags (#17617)

  • fix: properly hydrate already-resolved async blocks (#17641)

  • fix: emit each_key_duplicate error in production (#16724)

  • fix: exit resolved async blocks on correct node when hydrating (#17640)

svelte@5.49.2

Patch Changes

  • chore: remove SvelteKit data attributes from elements.d.ts (#17613)

... (truncated)

Changelog

Sourced from svelte's changelog.

5.50.2

Patch Changes

  • fix: resolve effect_update_depth_exceeded when using bind:value on <select> with derived state in legacy mode (#17645)

  • fix: don't swallow DOMException when media.play() fails in bind:paused (#17656)

  • chore: provide proper public type for parseCss result (#17654)

  • fix: robustify blocker calculation (#17676)

  • fix: reduce if block nesting (#17662)

5.50.1

Patch Changes

  • fix: render boolean attribute values as empty strings for XHTML compliance (#17648)

  • fix: prevent async render tag hydration mismatches (#17652)

5.50.0

Minor Changes

  • feat: allow use of createContext when instantiating components programmatically (#17575)

Patch Changes

  • fix: ensure infinite effect loops are cleared after flushing (#17601)

  • fix: allow {#key NaN} (#17642)

  • fix: detect store in each block expression regardless of AST shape (#17636)

  • fix: treat <menu> like <ul>/<ol> for a11y role checks (#17638)

  • fix: add vite-ignore comment inside dynamic crypto import (#17623)

  • chore: wrap JSDoc URLs in @see and @link tags (#17617)

  • fix: properly hydrate already-resolved async blocks (#17641)

  • fix: emit each_key_duplicate error in production (#16724)

  • fix: exit resolved async blocks on correct node when hydrating (#17640)

5.49.2

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Feb 12, 2026
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/svelte-5.50.2 branch from a93733b to ea607f5 Compare March 13, 2026 00:35
@cooolbros
Copy link
Copy Markdown
Owner

@dependabot rebase

Bumps [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) from 5.48.0 to 5.50.2.
- [Release notes](https://github.com/sveltejs/svelte/releases)
- [Changelog](https://github.com/sveltejs/svelte/blob/main/packages/svelte/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/svelte/commits/svelte@5.50.2/packages/svelte)

---
updated-dependencies:
- dependency-name: svelte
  dependency-version: 5.50.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/svelte-5.50.2 branch from ea607f5 to 717f6e3 Compare March 24, 2026 04:32
@cooolbros cooolbros merged commit 319f349 into main Mar 24, 2026
1 check passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/svelte-5.50.2 branch March 24, 2026 04:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant