Skip to content

chore(deps): bump the all group with 4 updates - #1835

Merged
thilobillerbeck merged 1 commit into
mainfrom
dependabot/npm_and_yarn/all-8d1b2a6b21
Sep 1, 2025
Merged

thilobillerbeck merged 1 commit into
mainfrom
dependabot/npm_and_yarn/all-8d1b2a6b21

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 1, 2025

Copy link
Copy Markdown
Contributor

Bumps the all group with 4 updates: @typescript-eslint/parser, typescript-eslint, astro and @iconify-json/simple-icons.

Updates @typescript-eslint/parser from 8.40.0 to 8.41.0

Release notes

Sourced from @​typescript-eslint/parser's releases.

v8.41.0

8.41.0 (2025-08-25)

🚀 Features

  • tighten tsconfigRootDir validation (#11463)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/parser's changelog.

8.41.0 (2025-08-25)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

Commits

Updates typescript-eslint from 8.40.0 to 8.41.0

Release notes

Sourced from typescript-eslint's releases.

v8.41.0

8.41.0 (2025-08-25)

🚀 Features

  • tighten tsconfigRootDir validation (#11463)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from typescript-eslint's changelog.

8.41.0 (2025-08-25)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

Commits

Updates astro from 5.13.3 to 5.13.5

Release notes

Sourced from astro's releases.

astro@5.13.5

Patch Changes

  • #14286 09c5db3 Thanks @​ematipico! - BREAKING CHANGES only to the experimental CSP feature

    The following runtime APIs of the Astro global have been renamed:

    • Astro.insertDirective to Astro.csp.insertDirective
    • Astro.insertStyleResource to Astro.csp.insertStyleResource
    • Astro.insertStyleHash to Astro.csp.insertStyleHash
    • Astro.insertScriptResource to Astro.csp.insertScriptResource
    • Astro.insertScriptHash to Astro.csp.insertScriptHash

    The following runtime APIs of the APIContext have been renamed:

    • ctx.insertDirective to ctx.csp.insertDirective
    • ctx.insertStyleResource to ctx.csp.insertStyleResource
    • ctx.insertStyleHash to ctx.csp.insertStyleHash
    • ctx.insertScriptResource to ctx.csp.insertScriptResource
    • ctx.insertScriptHash to ctx.csp.insertScriptHash
  • #14283 3224637 Thanks @​ematipico! - Fixes an issue where CSP headers were incorrectly injected in the development server.

  • #14275 3e2f20d Thanks @​florian-lefebvre! - Adds support for experimental CSP when using experimental fonts

    Experimental fonts now integrate well with experimental CSP by injecting hashes for the styles it generates, as well as font-src directives.

    No action is required to benefit from it.

  • #14280 4b9fb73 Thanks @​ascorbic! - Fixes a bug that caused cookies to not be correctly set when using middleware sequences

  • #14276 77281c4 Thanks @​ArmandPhilippot! - Adds a missing export for resolveSrc, a documented image services utility.

astro@5.13.4

Patch Changes

  • #14260 86a1e40 Thanks @​jp-knj! - Fixes Astro.url.pathname to respect trailingSlash: 'never' configuration when using a base path. Previously, the root path with a base would incorrectly return /base/ instead of /base when trailingSlash was set to 'never'.

  • #14248 e81c4bd Thanks @​julesyoungberg! - Fixes a bug where actions named 'apply' do not work due to being a function prototype method.

Changelog

Sourced from astro's changelog.

5.13.5

Patch Changes

  • #14286 09c5db3 Thanks @​ematipico! - BREAKING CHANGES only to the experimental CSP feature

    The following runtime APIs of the Astro global have been renamed:

    • Astro.insertDirective to Astro.csp.insertDirective
    • Astro.insertStyleResource to Astro.csp.insertStyleResource
    • Astro.insertStyleHash to Astro.csp.insertStyleHash
    • Astro.insertScriptResource to Astro.csp.insertScriptResource
    • Astro.insertScriptHash to Astro.csp.insertScriptHash

    The following runtime APIs of the APIContext have been renamed:

    • ctx.insertDirective to ctx.csp.insertDirective
    • ctx.insertStyleResource to ctx.csp.insertStyleResource
    • ctx.insertStyleHash to ctx.csp.insertStyleHash
    • ctx.insertScriptResource to ctx.csp.insertScriptResource
    • ctx.insertScriptHash to ctx.csp.insertScriptHash
  • #14283 3224637 Thanks @​ematipico! - Fixes an issue where CSP headers were incorrectly injected in the development server.

  • #14275 3e2f20d Thanks @​florian-lefebvre! - Adds support for experimental CSP when using experimental fonts

    Experimental fonts now integrate well with experimental CSP by injecting hashes for the styles it generates, as well as font-src directives.

    No action is required to benefit from it.

  • #14280 4b9fb73 Thanks @​ascorbic! - Fixes a bug that caused cookies to not be correctly set when using middleware sequences

  • #14276 77281c4 Thanks @​ArmandPhilippot! - Adds a missing export for resolveSrc, a documented image services utility.

5.13.4

Patch Changes

  • #14260 86a1e40 Thanks @​jp-knj! - Fixes Astro.url.pathname to respect trailingSlash: 'never' configuration when using a base path. Previously, the root path with a base would incorrectly return /base/ instead of /base when trailingSlash was set to 'never'.

  • #14248 e81c4bd Thanks @​julesyoungberg! - Fixes a bug where actions named 'apply' do not work due to being a function prototype method.

Commits

Updates @iconify-json/simple-icons from 1.2.48 to 1.2.50

Commits

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

Bumps the all group with 4 updates: [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser), [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint), [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) and [@iconify-json/simple-icons](https://github.com/iconify/icon-sets).


Updates `@typescript-eslint/parser` from 8.40.0 to 8.41.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.41.0/packages/parser)

Updates `typescript-eslint` from 8.40.0 to 8.41.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.41.0/packages/typescript-eslint)

Updates `astro` from 5.13.3 to 5.13.5
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/astro@5.13.5/packages/astro)

Updates `@iconify-json/simple-icons` from 1.2.48 to 1.2.50
- [Commits](https://github.com/iconify/icon-sets/commits)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.41.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: typescript-eslint
  dependency-version: 8.41.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: astro
  dependency-version: 5.13.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@iconify-json/simple-icons"
  dependency-version: 1.2.50
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 1, 2025
@github-actions

github-actions Bot commented Sep 1, 2025

Copy link
Copy Markdown
Contributor

@thilobillerbeck
thilobillerbeck merged commit e8e2ebd into main Sep 1, 2025
3 checks passed
@thilobillerbeck
thilobillerbeck deleted the dependabot/npm_and_yarn/all-8d1b2a6b21 branch September 1, 2025 10:53
wamirez pushed a commit to wamirez/nixos-homepage that referenced this pull request Oct 14, 2025
Bumps the all group with 4 updates:
[@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser),
[typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint),
[astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) and
[@iconify-json/simple-icons](https://github.com/iconify/icon-sets).

Updates `@typescript-eslint/parser` from 8.40.0 to 8.41.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/typescript-eslint/typescript-eslint/releases"><code>@​typescript-eslint/parser</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v8.41.0</h2>
<h2>8.41.0 (2025-08-25)</h2>
<h3>🚀 Features</h3>
<ul>
<li>tighten <code>tsconfigRootDir</code> validation (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11463">#11463</a>)</li>
</ul>
<h3>❤️ Thank You</h3>
<ul>
<li>Kirk Waiblinger <a
href="https://github.com/kirkwaiblinger"><code>@​kirkwaiblinger</code></a></li>
</ul>
<p>You can read about our <a
href="https://main--typescript-eslint.netlify.app/users/versioning">versioning
strategy</a> and <a
href="https://main--typescript-eslint.netlify.app/users/releases">releases</a>
on our website.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md"><code>@​typescript-eslint/parser</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>8.41.0 (2025-08-25)</h2>
<p>This was a version bump only for parser to align it with other
projects, there were no code changes.</p>
<p>You can read about our <a
href="https://main--typescript-eslint.netlify.app/users/versioning">versioning
strategy</a> and <a
href="https://main--typescript-eslint.netlify.app/users/releases">releases</a>
on our website.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/31a73361bd6449974c89b78ef77be0d04e77510b"><code>31a7336</code></a>
chore(release): publish 8.41.0</li>
<li>See full diff in <a
href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.41.0/packages/parser">compare
view</a></li>
</ul>
</details>
<br />

Updates `typescript-eslint` from 8.40.0 to 8.41.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/typescript-eslint/typescript-eslint/releases">typescript-eslint's
releases</a>.</em></p>
<blockquote>
<h2>v8.41.0</h2>
<h2>8.41.0 (2025-08-25)</h2>
<h3>🚀 Features</h3>
<ul>
<li>tighten <code>tsconfigRootDir</code> validation (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11463">#11463</a>)</li>
</ul>
<h3>❤️ Thank You</h3>
<ul>
<li>Kirk Waiblinger <a
href="https://github.com/kirkwaiblinger"><code>@​kirkwaiblinger</code></a></li>
</ul>
<p>You can read about our <a
href="https://main--typescript-eslint.netlify.app/users/versioning">versioning
strategy</a> and <a
href="https://main--typescript-eslint.netlify.app/users/releases">releases</a>
on our website.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md">typescript-eslint's
changelog</a>.</em></p>
<blockquote>
<h2>8.41.0 (2025-08-25)</h2>
<p>This was a version bump only for typescript-eslint to align it with
other projects, there were no code changes.</p>
<p>You can read about our <a
href="https://main--typescript-eslint.netlify.app/users/versioning">versioning
strategy</a> and <a
href="https://main--typescript-eslint.netlify.app/users/releases">releases</a>
on our website.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/31a73361bd6449974c89b78ef77be0d04e77510b"><code>31a7336</code></a>
chore(release): publish 8.41.0</li>
<li>See full diff in <a
href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.41.0/packages/typescript-eslint">compare
view</a></li>
</ul>
</details>
<br />

Updates `astro` from 5.13.3 to 5.13.5
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/withastro/astro/releases">astro's
releases</a>.</em></p>
<blockquote>
<h2>astro@5.13.5</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/14286">#14286</a>
<a
href="https://github.com/withastro/astro/commit/09c5db37d12862eef8d4ecf62389e10f30a22de9"><code>09c5db3</code></a>
Thanks <a
href="https://github.com/ematipico"><code>@​ematipico</code></a>! -
<strong>BREAKING CHANGES only to the experimental CSP
feature</strong></p>
<p>The following runtime APIs of the <code>Astro</code> global have been
renamed:</p>
<ul>
<li><code>Astro.insertDirective</code> to
<code>Astro.csp.insertDirective</code></li>
<li><code>Astro.insertStyleResource</code> to
<code>Astro.csp.insertStyleResource</code></li>
<li><code>Astro.insertStyleHash</code> to
<code>Astro.csp.insertStyleHash</code></li>
<li><code>Astro.insertScriptResource</code> to
<code>Astro.csp.insertScriptResource</code></li>
<li><code>Astro.insertScriptHash</code> to
<code>Astro.csp.insertScriptHash</code></li>
</ul>
<p>The following runtime APIs of the <code>APIContext</code> have been
renamed:</p>
<ul>
<li><code>ctx.insertDirective</code> to
<code>ctx.csp.insertDirective</code></li>
<li><code>ctx.insertStyleResource</code> to
<code>ctx.csp.insertStyleResource</code></li>
<li><code>ctx.insertStyleHash</code> to
<code>ctx.csp.insertStyleHash</code></li>
<li><code>ctx.insertScriptResource</code> to
<code>ctx.csp.insertScriptResource</code></li>
<li><code>ctx.insertScriptHash</code> to
<code>ctx.csp.insertScriptHash</code></li>
</ul>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/14283">#14283</a>
<a
href="https://github.com/withastro/astro/commit/3224637eca5c065872d92449216cb33baac2dbfd"><code>3224637</code></a>
Thanks <a
href="https://github.com/ematipico"><code>@​ematipico</code></a>! -
Fixes an issue where CSP headers were incorrectly injected in the
development server.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/14275">#14275</a>
<a
href="https://github.com/withastro/astro/commit/3e2f20d07e92b1acfadb1357a59b6952e85227f3"><code>3e2f20d</code></a>
Thanks <a
href="https://github.com/florian-lefebvre"><code>@​florian-lefebvre</code></a>!
- Adds support for experimental CSP when using experimental fonts</p>
<p>Experimental fonts now integrate well with experimental CSP by
injecting hashes for the styles it generates, as well as
<code>font-src</code> directives.</p>
<p>No action is required to benefit from it.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/14280">#14280</a>
<a
href="https://github.com/withastro/astro/commit/4b9fb736dab42b8864012db0a981d3441366c388"><code>4b9fb73</code></a>
Thanks <a
href="https://github.com/ascorbic"><code>@​ascorbic</code></a>! - Fixes
a bug that caused cookies to not be correctly set when using middleware
sequences</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/14276">#14276</a>
<a
href="https://github.com/withastro/astro/commit/77281c4616b65959715dcbac42bf948bebfee755"><code>77281c4</code></a>
Thanks <a
href="https://github.com/ArmandPhilippot"><code>@​ArmandPhilippot</code></a>!
- Adds a missing export for <code>resolveSrc</code>, a documented image
services utility.</p>
</li>
</ul>
<h2>astro@5.13.4</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/14260">#14260</a>
<a
href="https://github.com/withastro/astro/commit/86a1e40ce21b629a956057b059d06ba78bd89402"><code>86a1e40</code></a>
Thanks <a href="https://github.com/jp-knj"><code>@​jp-knj</code></a>! -
Fixes <code>Astro.url.pathname</code> to respect <code>trailingSlash:
'never'</code> configuration when using a base path. Previously, the
root path with a base would incorrectly return <code>/base/</code>
instead of <code>/base</code> when <code>trailingSlash</code> was set to
'never'.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/14248">#14248</a>
<a
href="https://github.com/withastro/astro/commit/e81c4bd1cca6739192d33068cbfb2c9e4ced1ffe"><code>e81c4bd</code></a>
Thanks <a
href="https://github.com/julesyoungberg"><code>@​julesyoungberg</code></a>!
- Fixes a bug where actions named 'apply' do not work due to being a
function prototype method.</p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md">astro's
changelog</a>.</em></p>
<blockquote>
<h2>5.13.5</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/14286">#14286</a>
<a
href="https://github.com/withastro/astro/commit/09c5db37d12862eef8d4ecf62389e10f30a22de9"><code>09c5db3</code></a>
Thanks <a
href="https://github.com/ematipico"><code>@​ematipico</code></a>! -
<strong>BREAKING CHANGES only to the experimental CSP
feature</strong></p>
<p>The following runtime APIs of the <code>Astro</code> global have been
renamed:</p>
<ul>
<li><code>Astro.insertDirective</code> to
<code>Astro.csp.insertDirective</code></li>
<li><code>Astro.insertStyleResource</code> to
<code>Astro.csp.insertStyleResource</code></li>
<li><code>Astro.insertStyleHash</code> to
<code>Astro.csp.insertStyleHash</code></li>
<li><code>Astro.insertScriptResource</code> to
<code>Astro.csp.insertScriptResource</code></li>
<li><code>Astro.insertScriptHash</code> to
<code>Astro.csp.insertScriptHash</code></li>
</ul>
<p>The following runtime APIs of the <code>APIContext</code> have been
renamed:</p>
<ul>
<li><code>ctx.insertDirective</code> to
<code>ctx.csp.insertDirective</code></li>
<li><code>ctx.insertStyleResource</code> to
<code>ctx.csp.insertStyleResource</code></li>
<li><code>ctx.insertStyleHash</code> to
<code>ctx.csp.insertStyleHash</code></li>
<li><code>ctx.insertScriptResource</code> to
<code>ctx.csp.insertScriptResource</code></li>
<li><code>ctx.insertScriptHash</code> to
<code>ctx.csp.insertScriptHash</code></li>
</ul>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/14283">#14283</a>
<a
href="https://github.com/withastro/astro/commit/3224637eca5c065872d92449216cb33baac2dbfd"><code>3224637</code></a>
Thanks <a
href="https://github.com/ematipico"><code>@​ematipico</code></a>! -
Fixes an issue where CSP headers were incorrectly injected in the
development server.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/14275">#14275</a>
<a
href="https://github.com/withastro/astro/commit/3e2f20d07e92b1acfadb1357a59b6952e85227f3"><code>3e2f20d</code></a>
Thanks <a
href="https://github.com/florian-lefebvre"><code>@​florian-lefebvre</code></a>!
- Adds support for experimental CSP when using experimental fonts</p>
<p>Experimental fonts now integrate well with experimental CSP by
injecting hashes for the styles it generates, as well as
<code>font-src</code> directives.</p>
<p>No action is required to benefit from it.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/14280">#14280</a>
<a
href="https://github.com/withastro/astro/commit/4b9fb736dab42b8864012db0a981d3441366c388"><code>4b9fb73</code></a>
Thanks <a
href="https://github.com/ascorbic"><code>@​ascorbic</code></a>! - Fixes
a bug that caused cookies to not be correctly set when using middleware
sequences</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/14276">#14276</a>
<a
href="https://github.com/withastro/astro/commit/77281c4616b65959715dcbac42bf948bebfee755"><code>77281c4</code></a>
Thanks <a
href="https://github.com/ArmandPhilippot"><code>@​ArmandPhilippot</code></a>!
- Adds a missing export for <code>resolveSrc</code>, a documented image
services utility.</p>
</li>
</ul>
<h2>5.13.4</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/14260">#14260</a>
<a
href="https://github.com/withastro/astro/commit/86a1e40ce21b629a956057b059d06ba78bd89402"><code>86a1e40</code></a>
Thanks <a href="https://github.com/jp-knj"><code>@​jp-knj</code></a>! -
Fixes <code>Astro.url.pathname</code> to respect <code>trailingSlash:
'never'</code> configuration when using a base path. Previously, the
root path with a base would incorrectly return <code>/base/</code>
instead of <code>/base</code> when <code>trailingSlash</code> was set to
'never'.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/14248">#14248</a>
<a
href="https://github.com/withastro/astro/commit/e81c4bd1cca6739192d33068cbfb2c9e4ced1ffe"><code>e81c4bd</code></a>
Thanks <a
href="https://github.com/julesyoungberg"><code>@​julesyoungberg</code></a>!
- Fixes a bug where actions named 'apply' do not work due to being a
function prototype method.</p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/withastro/astro/commit/71562f28c9e26a7c1b4421c94597aa0fcde22d14"><code>71562f2</code></a>
[ci] release (<a
href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/14277">#14277</a>)</li>
<li><a
href="https://github.com/withastro/astro/commit/e21da85744dbd43d9c4feb4b3207c392d5878830"><code>e21da85</code></a>
[ci] format</li>
<li><a
href="https://github.com/withastro/astro/commit/4b9fb736dab42b8864012db0a981d3441366c388"><code>4b9fb73</code></a>
fix: don't lose cookies in middleware sequences (<a
href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/14280">#14280</a>)</li>
<li><a
href="https://github.com/withastro/astro/commit/77281c4616b65959715dcbac42bf948bebfee755"><code>77281c4</code></a>
fix: add missing export for a documented image service utility (<a
href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/14276">#14276</a>)</li>
<li><a
href="https://github.com/withastro/astro/commit/72ab59ba96e72615c046f9bb0b833dbe3a7e1465"><code>72ab59b</code></a>
[ci] format</li>
<li><a
href="https://github.com/withastro/astro/commit/09c5db37d12862eef8d4ecf62389e10f30a22de9"><code>09c5db3</code></a>
refactor(csp): move methods inside <code>csp</code> getter (<a
href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/14286">#14286</a>)</li>
<li><a
href="https://github.com/withastro/astro/commit/3224637eca5c065872d92449216cb33baac2dbfd"><code>3224637</code></a>
fix(csp): CSP headers in development server (<a
href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/14283">#14283</a>)</li>
<li><a
href="https://github.com/withastro/astro/commit/3e2f20d07e92b1acfadb1357a59b6952e85227f3"><code>3e2f20d</code></a>
feat(fonts): csp 2 (<a
href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/14275">#14275</a>)</li>
<li><a
href="https://github.com/withastro/astro/commit/24b04c159ff2e5e1b15efcf8f3a77a131b5a9f92"><code>24b04c1</code></a>
[ci] release (<a
href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/14267">#14267</a>)</li>
<li><a
href="https://github.com/withastro/astro/commit/4823c426c4e3c63765098f53c93fcb1bb3a4faaf"><code>4823c42</code></a>
feat(netlify): dev context (<a
href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/14269">#14269</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/withastro/astro/commits/astro@5.13.5/packages/astro">compare
view</a></li>
</ul>
</details>
<br />

Updates `@iconify-json/simple-icons` from 1.2.48 to 1.2.50
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/iconify/icon-sets/commits">compare
view</a></li>
</ul>
</details>
<br />


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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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