Skip to content

Commit e8e2ebd

Browse files
chore(deps): bump the all group with 4 updates (#1835)
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>
1 parent 0101d2f commit e8e2ebd

3 files changed

Lines changed: 75 additions & 75 deletions

File tree

core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@tailwindcss/vite": "^4.1.12",
2323
"@xmldom/xmldom": "^0.9.8",
2424
"asciinema-player": "^3.10.0",
25-
"astro": "^5.13.3",
25+
"astro": "^5.13.5",
2626
"astro-favicons": "^3.1.5",
2727
"astro-icon": "^1.1.5",
2828
"astro-seo": "^0.8.4",
@@ -36,7 +36,7 @@
3636
},
3737
"devDependencies": {
3838
"@iconify-json/mdi": "^1.2.3",
39-
"@iconify-json/simple-icons": "^1.2.48",
39+
"@iconify-json/simple-icons": "^1.2.50",
4040
"@iconify/tailwind": "^1.2.0"
4141
}
4242
}

package-lock.json

Lines changed: 71 additions & 71 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
],
2727
"devDependencies": {
2828
"@eslint/js": "^9.34.0",
29-
"@typescript-eslint/parser": "^8.40.0",
29+
"@typescript-eslint/parser": "^8.41.0",
3030
"eslint": "^9.34.0",
3131
"eslint-plugin-astro": "^1.3.1",
3232
"express": "^5.1.0",
@@ -35,7 +35,7 @@
3535
"prettier-plugin-astro": "^0.14.1",
3636
"prettier-plugin-astro-organize-imports": "^0.4.11",
3737
"prettier-plugin-tailwindcss": "^0.6.14",
38-
"typescript-eslint": "^8.40.0"
38+
"typescript-eslint": "^8.41.0"
3939
},
4040
"dependencies": {
4141
"chalk": "^5.6.0"

0 commit comments

Comments
 (0)