[PR #1242] [MERGED] chore(deps-dev): bump svelte from 5.46.1 to 5.46.4 in the npm_and_yarn group across 1 directory #1100

Closed
opened 2026-02-04 21:16:44 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pocket-id/pocket-id/pull/1242
Author: @dependabot[bot]
Created: 1/15/2026
Status: Merged
Merged: 1/15/2026
Merged by: @kmendell

Base: mainHead: dependabot/npm_and_yarn/npm_and_yarn-6ef000e261


📝 Commits (1)

  • a657702 chore(deps-dev): bump svelte

📊 Changes

2 files changed (+83 additions, -83 deletions)

View changed files

📝 frontend/package.json (+1 -1)
📝 pnpm-lock.yaml (+82 -82)

📄 Description

Bumps the npm_and_yarn group with 1 update in the / directory: svelte.

Updates svelte from 5.46.1 to 5.46.4

Release notes

Sourced from svelte's releases.

svelte@5.46.4

Patch Changes

svelte@5.46.3

Patch Changes

  • fix: reconnect clean deriveds when they are read in a reactive context (#17362)
Changelog

Sourced from svelte's changelog.

5.46.4

Patch Changes

5.46.3

Patch Changes

  • fix: reconnect clean deriveds when they are read in a reactive context (#17362)

  • fix: don't transform references of function declarations in legacy mode (#17431)

  • fix: notify deriveds of changes to sources inside forks (#17437)

  • fix: always reconnect deriveds in get, when appropriate (#17451)

  • fix: prevent derives without dependencies from ever re-running (286b40c4526ce9970cb81ddd5e65b93b722fe468)

  • fix: correctly update writable deriveds inside forks (#17437)

  • fix: remove $inspect calls after await expressions when compiling for production server code (#17407)

  • fix: clear batch between runs (#17424)

  • fix: adjust loc property of Program nodes created from <script> elements (#17428)

  • fix: don't revert source to UNINITIALIZED state when time travelling (#17409)

5.46.2

Notice

Not published due to CI issue

Commits

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
    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/pocket-id/pocket-id/pull/1242 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/15/2026 **Status:** ✅ Merged **Merged:** 1/15/2026 **Merged by:** [@kmendell](https://github.com/kmendell) **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/npm_and_yarn-6ef000e261` --- ### 📝 Commits (1) - [`a657702`](https://github.com/pocket-id/pocket-id/commit/a6577028506eb5ce270246f6c7d5b632376e8b97) chore(deps-dev): bump svelte ### 📊 Changes **2 files changed** (+83 additions, -83 deletions) <details> <summary>View changed files</summary> 📝 `frontend/package.json` (+1 -1) 📝 `pnpm-lock.yaml` (+82 -82) </details> ### 📄 Description Bumps the npm_and_yarn group with 1 update in the / directory: [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte). Updates `svelte` from 5.46.1 to 5.46.4 <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.46.4</h2> <h3>Patch Changes</h3> <ul> <li>fix: use <code>devalue.uneval</code> to serialize <code>hydratable</code> keys (<a href="https://github.com/sveltejs/svelte/commit/ef81048e238844b729942441541d6dcfe6c8ccca"><code>ef81048e238844b729942441541d6dcfe6c8ccca</code></a>)</li> </ul> <h2>svelte@5.46.3</h2> <h3>Patch Changes</h3> <ul> <li>fix: reconnect clean deriveds when they are read in a reactive context (<a href="https://redirect.github.com/sveltejs/svelte/pull/17362">#17362</a>)</li> </ul> </blockquote> </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.46.4</h2> <h3>Patch Changes</h3> <ul> <li>fix: use <code>devalue.uneval</code> to serialize <code>hydratable</code> keys (<a href="https://github.com/sveltejs/svelte/commit/ef81048e238844b729942441541d6dcfe6c8ccca"><code>ef81048e238844b729942441541d6dcfe6c8ccca</code></a>)</li> </ul> <h2>5.46.3</h2> <h3>Patch Changes</h3> <ul> <li> <p>fix: reconnect clean deriveds when they are read in a reactive context (<a href="https://redirect.github.com/sveltejs/svelte/pull/17362">#17362</a>)</p> </li> <li> <p>fix: don't transform references of function declarations in legacy mode (<a href="https://redirect.github.com/sveltejs/svelte/pull/17431">#17431</a>)</p> </li> <li> <p>fix: notify deriveds of changes to sources inside forks (<a href="https://redirect.github.com/sveltejs/svelte/pull/17437">#17437</a>)</p> </li> <li> <p>fix: always reconnect deriveds in get, when appropriate (<a href="https://redirect.github.com/sveltejs/svelte/pull/17451">#17451</a>)</p> </li> <li> <p>fix: prevent derives without dependencies from ever re-running (<a href="https://github.com/sveltejs/svelte/commit/286b40c4526ce9970cb81ddd5e65b93b722fe468"><code>286b40c4526ce9970cb81ddd5e65b93b722fe468</code></a>)</p> </li> <li> <p>fix: correctly update writable deriveds inside forks (<a href="https://redirect.github.com/sveltejs/svelte/pull/17437">#17437</a>)</p> </li> <li> <p>fix: remove <code>$inspect</code> calls after await expressions when compiling for production server code (<a href="https://redirect.github.com/sveltejs/svelte/pull/17407">#17407</a>)</p> </li> <li> <p>fix: clear batch between runs (<a href="https://redirect.github.com/sveltejs/svelte/pull/17424">#17424</a>)</p> </li> <li> <p>fix: adjust <code>loc</code> property of <code>Program</code> nodes created from <code>&lt;script&gt;</code> elements (<a href="https://redirect.github.com/sveltejs/svelte/pull/17428">#17428</a>)</p> </li> <li> <p>fix: don't revert source to UNINITIALIZED state when time travelling (<a href="https://redirect.github.com/sveltejs/svelte/pull/17409">#17409</a>)</p> </li> </ul> <h2>5.46.2</h2> <h3>Notice</h3> <p>Not published due to CI issue</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sveltejs/svelte/commit/0718a26b435b927428dee57a71a91c1a77dc19cb"><code>0718a26</code></a> Version Packages (<a href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/17476">#17476</a>)</li> <li><a href="https://github.com/sveltejs/svelte/commit/cfc7e0a8c3b1846f0c17388735eb0263b53b93a2"><code>cfc7e0a</code></a> chore: Upgrade devalue (<a href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/17475">#17475</a>)</li> <li><a href="https://github.com/sveltejs/svelte/commit/ef81048e238844b729942441541d6dcfe6c8ccca"><code>ef81048</code></a> Merge commit from fork</li> <li><a href="https://github.com/sveltejs/svelte/commit/6d90b96e990d9dd45f55effb4431393c3e610937"><code>6d90b96</code></a> chore: edit changelog (<a href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/17463">#17463</a>)</li> <li><a href="https://github.com/sveltejs/svelte/commit/ed8dcd063625062f03291f2f086fee75e1dc5105"><code>ed8dcd0</code></a> Version Packages (<a href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/17458">#17458</a>)</li> <li><a href="https://github.com/sveltejs/svelte/commit/51c7f7152c244512067fa52312e15a596d1ae1c9"><code>51c7f71</code></a> Version Packages (<a href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/17410">#17410</a>)</li> <li><a href="https://github.com/sveltejs/svelte/commit/7dbb5b478893056e4a9c43bdee5e34e64d86e588"><code>7dbb5b4</code></a> fix: derived reactivity and perf regressions (<a href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/17362">#17362</a>)</li> <li><a href="https://github.com/sveltejs/svelte/commit/ae224bea4937d1349366cb170a62cd438a1eb580"><code>ae224be</code></a> fix: always reconnect deriveds in get, when appropriate (<a href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/17451">#17451</a>)</li> <li><a href="https://github.com/sveltejs/svelte/commit/2c2339028657fa52f38bd904bef88927288438c5"><code>2c23390</code></a> chore: const -&gt; var</li> <li><a href="https://github.com/sveltejs/svelte/commit/286b40c4526ce9970cb81ddd5e65b93b722fe468"><code>286b40c</code></a> fix: prevent derives without dependencies from ever re-running (<a href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/17445">#17445</a>)</li> <li>Additional commits viewable in <a href="https://github.com/sveltejs/svelte/commits/svelte@5.46.4/packages/svelte">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=svelte&package-manager=npm_and_yarn&previous-version=5.46.1&new-version=5.46.4)](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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/pocket-id/pocket-id/network/alerts). </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-04 21:16:44 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/pocket-id#1100