[PR #313] [CLOSED] Bump svelte from 5.0.0-next.151 to 5.51.5 #314

Closed
opened 2026-03-23 20:33:13 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/RADar-AZDelta/Keun/pull/313
Author: @dependabot[bot]
Created: 2/20/2026
Status: Closed

Base: prdHead: dependabot/npm_and_yarn/svelte-5.51.5


📝 Commits (1)

  • ce23972 Bump svelte from 5.0.0-next.151 to 5.51.5

📊 Changes

2 files changed (+172 additions, -133 deletions)

View changed files

📝 package.json (+1 -1)
📝 pnpm-lock.yaml (+171 -132)

📄 Description

Bumps svelte from 5.0.0-next.151 to 5.51.5.

Release notes

Sourced from svelte's releases.

svelte@5.51.5

Patch Changes

svelte@5.51.4

Patch Changes

  • chore: proactively defer effects in pending boundary (#17734)

  • fix: detect and error on non-idempotent each block keys in dev mode (#17732)

svelte@5.51.3

Patch Changes

  • fix: prevent event delegation logic conflicting between svelte instances (#17728)

  • fix: treat CSS attribute selectors as case-insensitive for HTML enumerated attributes (#17712)

  • fix: locate Rollup annontaion friendly to JS downgraders (#17724)

  • fix: run effects in pending snippets (#17719)

svelte@5.51.2

Patch Changes

  • fix: take async into consideration for dev delegated handlers (#17710)

  • fix: emit state_referenced_locally warning for non-destructured props (#17708)

svelte@5.51.1

Patch Changes

  • fix: don't crash on undefined document.contentType (#17707)

  • fix: use symbols for encapsulated event delegation (#17703)

svelte@5.51.0

Minor Changes

... (truncated)

Changelog

Sourced from svelte's changelog.

5.51.5

Patch Changes

5.51.4

Patch Changes

  • chore: proactively defer effects in pending boundary (#17734)

  • fix: detect and error on non-idempotent each block keys in dev mode (#17732)

5.51.3

Patch Changes

  • fix: prevent event delegation logic conflicting between svelte instances (#17728)

  • fix: treat CSS attribute selectors as case-insensitive for HTML enumerated attributes (#17712)

  • fix: locate Rollup annontaion friendly to JS downgraders (#17724)

  • fix: run effects in pending snippets (#17719)

5.51.2

Patch Changes

  • fix: take async into consideration for dev delegated handlers (#17710)

  • fix: emit state_referenced_locally warning for non-destructured props (#17708)

5.51.1

Patch Changes

  • fix: don't crash on undefined document.contentType (#17707)

... (truncated)

Commits
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 compatibility score

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 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/RADar-AZDelta/Keun/pull/313 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 2/20/2026 **Status:** ❌ Closed **Base:** `prd` ← **Head:** `dependabot/npm_and_yarn/svelte-5.51.5` --- ### 📝 Commits (1) - [`ce23972`](https://github.com/RADar-AZDelta/Keun/commit/ce23972db36c43925c6743fea0e86a80aae335a2) Bump svelte from 5.0.0-next.151 to 5.51.5 ### 📊 Changes **2 files changed** (+172 additions, -133 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) 📝 `pnpm-lock.yaml` (+171 -132) </details> ### 📄 Description Bumps [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) from 5.0.0-next.151 to 5.51.5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sveltejs/svelte/releases">svelte's releases</a>.</em></p> <blockquote> <h2>svelte@5.51.5</h2> <h3>Patch Changes</h3> <ul> <li> <p>fix: check to make sure <code>svelte:element</code> tags are valid during SSR (<a href="https://github.com/sveltejs/svelte/commit/73098bb26c6f06e7fd1b0746d817d2c5ee90755f"><code>73098bb26c6f06e7fd1b0746d817d2c5ee90755f</code></a>)</p> </li> <li> <p>fix: misc option escaping and backwards compatibility (<a href="https://redirect.github.com/sveltejs/svelte/pull/17741">#17741</a>)</p> </li> <li> <p>fix: strip event handlers during SSR (<a href="https://github.com/sveltejs/svelte/commit/a0c7f289156e9fafaeaf5ca14af6c06fe9b9eae5"><code>a0c7f289156e9fafaeaf5ca14af6c06fe9b9eae5</code></a>)</p> </li> <li> <p>fix: replace usage of <code>for in</code> with <code>for of Object.keys</code> (<a href="https://github.com/sveltejs/svelte/commit/f89c7ddd7eebaa1ef3cc540400bec2c9140b330c"><code>f89c7ddd7eebaa1ef3cc540400bec2c9140b330c</code></a>)</p> </li> <li> <p>fix: always escape option body in SSR (<a href="https://github.com/sveltejs/svelte/commit/f7c80da18c215e3727c2a611b0b8744cc6e504c5"><code>f7c80da18c215e3727c2a611b0b8744cc6e504c5</code></a>)</p> </li> <li> <p>chore: upgrade <code>devalue</code> (<a href="https://redirect.github.com/sveltejs/svelte/pull/17739">#17739</a>)</p> </li> </ul> <h2>svelte@5.51.4</h2> <h3>Patch Changes</h3> <ul> <li> <p>chore: proactively defer effects in pending boundary (<a href="https://redirect.github.com/sveltejs/svelte/pull/17734">#17734</a>)</p> </li> <li> <p>fix: detect and error on non-idempotent each block keys in dev mode (<a href="https://redirect.github.com/sveltejs/svelte/pull/17732">#17732</a>)</p> </li> </ul> <h2>svelte@5.51.3</h2> <h3>Patch Changes</h3> <ul> <li> <p>fix: prevent event delegation logic conflicting between svelte instances (<a href="https://redirect.github.com/sveltejs/svelte/pull/17728">#17728</a>)</p> </li> <li> <p>fix: treat CSS attribute selectors as case-insensitive for HTML enumerated attributes (<a href="https://redirect.github.com/sveltejs/svelte/pull/17712">#17712</a>)</p> </li> <li> <p>fix: locate Rollup annontaion friendly to JS downgraders (<a href="https://redirect.github.com/sveltejs/svelte/pull/17724">#17724</a>)</p> </li> <li> <p>fix: run effects in pending snippets (<a href="https://redirect.github.com/sveltejs/svelte/pull/17719">#17719</a>)</p> </li> </ul> <h2>svelte@5.51.2</h2> <h3>Patch Changes</h3> <ul> <li> <p>fix: take async into consideration for dev delegated handlers (<a href="https://redirect.github.com/sveltejs/svelte/pull/17710">#17710</a>)</p> </li> <li> <p>fix: emit state_referenced_locally warning for non-destructured props (<a href="https://redirect.github.com/sveltejs/svelte/pull/17708">#17708</a>)</p> </li> </ul> <h2>svelte@5.51.1</h2> <h3>Patch Changes</h3> <ul> <li> <p>fix: don't crash on undefined <code>document.contentType</code> (<a href="https://redirect.github.com/sveltejs/svelte/pull/17707">#17707</a>)</p> </li> <li> <p>fix: use symbols for encapsulated event delegation (<a href="https://redirect.github.com/sveltejs/svelte/pull/17703">#17703</a>)</p> </li> </ul> <h2>svelte@5.51.0</h2> <h3>Minor Changes</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/sveltejs/svelte/blob/main/packages/svelte/CHANGELOG.md">svelte's changelog</a>.</em></p> <blockquote> <h2>5.51.5</h2> <h3>Patch Changes</h3> <ul> <li> <p>fix: check to make sure <code>svelte:element</code> tags are valid during SSR (<a href="https://github.com/sveltejs/svelte/commit/73098bb26c6f06e7fd1b0746d817d2c5ee90755f"><code>73098bb26c6f06e7fd1b0746d817d2c5ee90755f</code></a>)</p> </li> <li> <p>fix: misc option escaping and backwards compatibility (<a href="https://redirect.github.com/sveltejs/svelte/pull/17741">#17741</a>)</p> </li> <li> <p>fix: strip event handlers during SSR (<a href="https://github.com/sveltejs/svelte/commit/a0c7f289156e9fafaeaf5ca14af6c06fe9b9eae5"><code>a0c7f289156e9fafaeaf5ca14af6c06fe9b9eae5</code></a>)</p> </li> <li> <p>fix: replace usage of <code>for in</code> with <code>for of Object.keys</code> (<a href="https://github.com/sveltejs/svelte/commit/f89c7ddd7eebaa1ef3cc540400bec2c9140b330c"><code>f89c7ddd7eebaa1ef3cc540400bec2c9140b330c</code></a>)</p> </li> <li> <p>fix: always escape option body in SSR (<a href="https://github.com/sveltejs/svelte/commit/f7c80da18c215e3727c2a611b0b8744cc6e504c5"><code>f7c80da18c215e3727c2a611b0b8744cc6e504c5</code></a>)</p> </li> <li> <p>chore: upgrade <code>devalue</code> (<a href="https://redirect.github.com/sveltejs/svelte/pull/17739">#17739</a>)</p> </li> </ul> <h2>5.51.4</h2> <h3>Patch Changes</h3> <ul> <li> <p>chore: proactively defer effects in pending boundary (<a href="https://redirect.github.com/sveltejs/svelte/pull/17734">#17734</a>)</p> </li> <li> <p>fix: detect and error on non-idempotent each block keys in dev mode (<a href="https://redirect.github.com/sveltejs/svelte/pull/17732">#17732</a>)</p> </li> </ul> <h2>5.51.3</h2> <h3>Patch Changes</h3> <ul> <li> <p>fix: prevent event delegation logic conflicting between svelte instances (<a href="https://redirect.github.com/sveltejs/svelte/pull/17728">#17728</a>)</p> </li> <li> <p>fix: treat CSS attribute selectors as case-insensitive for HTML enumerated attributes (<a href="https://redirect.github.com/sveltejs/svelte/pull/17712">#17712</a>)</p> </li> <li> <p>fix: locate Rollup annontaion friendly to JS downgraders (<a href="https://redirect.github.com/sveltejs/svelte/pull/17724">#17724</a>)</p> </li> <li> <p>fix: run effects in pending snippets (<a href="https://redirect.github.com/sveltejs/svelte/pull/17719">#17719</a>)</p> </li> </ul> <h2>5.51.2</h2> <h3>Patch Changes</h3> <ul> <li> <p>fix: take async into consideration for dev delegated handlers (<a href="https://redirect.github.com/sveltejs/svelte/pull/17710">#17710</a>)</p> </li> <li> <p>fix: emit state_referenced_locally warning for non-destructured props (<a href="https://redirect.github.com/sveltejs/svelte/pull/17708">#17708</a>)</p> </li> </ul> <h2>5.51.1</h2> <h3>Patch Changes</h3> <ul> <li>fix: don't crash on undefined <code>document.contentType</code> (<a href="https://redirect.github.com/sveltejs/svelte/pull/17707">#17707</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sveltejs/svelte/commit/8ea33bf7fe86d0d53cbe4104419cda9b4bb0442f"><code>8ea33bf</code></a> Version Packages (<a href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/17740">#17740</a>)</li> <li><a href="https://github.com/sveltejs/svelte/commit/f855a0b770f0e327fe1c9b2f42c006c2dad45dee"><code>f855a0b</code></a> fix: misc option escaping and backwards compatibility (<a href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/17741">#17741</a>)</li> <li><a href="https://github.com/sveltejs/svelte/commit/781052eeabb6f564ec73fef4610185f2efe8ffa3"><code>781052e</code></a> chore: upgrade <code>devalue</code> (<a href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/17739">#17739</a>)</li> <li><a href="https://github.com/sveltejs/svelte/commit/f7c80da18c215e3727c2a611b0b8744cc6e504c5"><code>f7c80da</code></a> Merge commit from fork</li> <li><a href="https://github.com/sveltejs/svelte/commit/a0c7f289156e9fafaeaf5ca14af6c06fe9b9eae5"><code>a0c7f28</code></a> Merge commit from fork</li> <li><a href="https://github.com/sveltejs/svelte/commit/73098bb26c6f06e7fd1b0746d817d2c5ee90755f"><code>73098bb</code></a> Merge commit from fork</li> <li><a href="https://github.com/sveltejs/svelte/commit/f89c7ddd7eebaa1ef3cc540400bec2c9140b330c"><code>f89c7dd</code></a> Merge commit from fork</li> <li><a href="https://github.com/sveltejs/svelte/commit/b8f2b86105e02c03a884dfef184e0e1b89471b55"><code>b8f2b86</code></a> Version Packages (<a href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/17733">#17733</a>)</li> <li><a href="https://github.com/sveltejs/svelte/commit/c83aa06d69fba0f30300a9f0614e00030fbfbc31"><code>c83aa06</code></a> chore: proactively defer effects in pending boundary (<a href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/17734">#17734</a>)</li> <li><a href="https://github.com/sveltejs/svelte/commit/2287ad005aee7fc14681f3913c3f5a0cebfd181e"><code>2287ad0</code></a> fix: detect and error on non-idempotent each block keys in dev mode (<a href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/17732">#17732</a>)</li> <li>Additional commits viewable in <a href="https://github.com/sveltejs/svelte/commits/svelte@5.51.5/packages/svelte">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by [GitHub Actions](<a href="https://www.npmjs.com/~GitHub">https://www.npmjs.com/~GitHub</a> Actions), a new releaser for svelte since your current version.</p> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=svelte&package-manager=npm_and_yarn&previous-version=5.0.0-next.151&new-version=5.51.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/RADar-AZDelta/Keun/network/alerts). </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 20:33:13 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
RADar-AZDelta/archived-Keun#314
No description provided.