[PR #40] [CLOSED] deps(deps-dev): bump svelte from 5.45.5 to 5.45.6 in the svelte group across 1 directory #135

Closed
opened 2026-03-15 02:27:03 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/asalimonov/authelia-admin/pull/40
Author: @dependabot[bot]
Created: 12/8/2025
Status: Closed

Base: mainHead: dependabot/npm_and_yarn/svelte-c963d8f1bb


📝 Commits (1)

  • 2759f71 deps(deps-dev): bump svelte in the svelte group across 1 directory

📊 Changes

2 files changed (+65 additions, -5 deletions)

View changed files

📝 package-lock.json (+64 -4)
📝 package.json (+1 -1)

📄 Description

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

Updates svelte from 5.45.5 to 5.45.6

Release notes

Sourced from svelte's releases.

svelte@5.45.6

Patch Changes

  • fix: don't issue a11y warning for <video> without captions if it has no src (#17311)

  • fix: add srcObject to permitted <audio>/<video> attributes (#17310)

Changelog

Sourced from svelte's changelog.

5.45.6

Patch Changes

  • fix: don't issue a11y warning for <video> without captions if it has no src (#17311)

  • fix: add srcObject to permitted <audio>/<video> attributes (#17310)

Commits
  • 275fa82 Version Packages (#17312)
  • 0990095 fix: don't issue a11y warning for video without captions if it has no src (...
  • 46603d9 fix: add srcObject to permitted \<audio>/\<video> attributes (#17310)
  • 0cdc431 chore: upgrade dependencies to fix dependabot warnings (#17287)
  • See full diff in compare view

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

🔄 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/asalimonov/authelia-admin/pull/40 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 12/8/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/svelte-c963d8f1bb` --- ### 📝 Commits (1) - [`2759f71`](https://github.com/asalimonov/authelia-admin/commit/2759f71c18739091194aa5329ab6bc1d54b33e81) deps(deps-dev): bump svelte in the svelte group across 1 directory ### 📊 Changes **2 files changed** (+65 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+64 -4) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps the svelte group with 1 update in the / directory: [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte). Updates `svelte` from 5.45.5 to 5.45.6 <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.45.6</h2> <h3>Patch Changes</h3> <ul> <li> <p>fix: don't issue a11y warning for <code>&lt;video&gt;</code> without captions if it has no <code>src</code> (<a href="https://redirect.github.com/sveltejs/svelte/pull/17311">#17311</a>)</p> </li> <li> <p>fix: add <code>srcObject</code> to permitted <code>&lt;audio&gt;</code>/<code>&lt;video&gt;</code> attributes (<a href="https://redirect.github.com/sveltejs/svelte/pull/17310">#17310</a>)</p> </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.45.6</h2> <h3>Patch Changes</h3> <ul> <li> <p>fix: don't issue a11y warning for <code>&lt;video&gt;</code> without captions if it has no <code>src</code> (<a href="https://redirect.github.com/sveltejs/svelte/pull/17311">#17311</a>)</p> </li> <li> <p>fix: add <code>srcObject</code> to permitted <code>&lt;audio&gt;</code>/<code>&lt;video&gt;</code> attributes (<a href="https://redirect.github.com/sveltejs/svelte/pull/17310">#17310</a>)</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sveltejs/svelte/commit/275fa8231f43b610c43ad711e41015309c9701cf"><code>275fa82</code></a> Version Packages (<a href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/17312">#17312</a>)</li> <li><a href="https://github.com/sveltejs/svelte/commit/0990095aed863ce5edfb55417ab9e5cabe1296d0"><code>0990095</code></a> fix: don't issue a11y warning for video without captions if it has no <code>src</code> (...</li> <li><a href="https://github.com/sveltejs/svelte/commit/46603d93cbe072ea463a099894e2bccdd264051e"><code>46603d9</code></a> fix: add <code>srcObject</code> to permitted <code>\&lt;audio&gt;</code>/<code>\&lt;video&gt;</code> attributes (<a href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/17310">#17310</a>)</li> <li><a href="https://github.com/sveltejs/svelte/commit/0cdc4315624a715004e192f35bdccf1315fb3e92"><code>0cdc431</code></a> chore: upgrade dependencies to fix dependabot warnings (<a href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/17287">#17287</a>)</li> <li>See full diff in <a href="https://github.com/sveltejs/svelte/commits/svelte@5.45.6/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.45.5&new-version=5.45.6)](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 </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-15 02:27:03 +03: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
starred/authelia-admin#135
No description provided.