Skip to content

Commit 58f9457

Browse files
chore(deps): bump astro from 5.17.3 to 5.18.0 (#34)
Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 5.17.3 to 5.18.0. <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.18.0</h2> <h3>Minor Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/15589">#15589</a> <a href="https://github.com/withastro/astro/commit/b7dd447e319a7b435c01ccd69347e5261bd9dc14"><code>b7dd447</code></a> Thanks <a href="https://github.com/qzio"><code>@​qzio</code></a>! - Adds a new <code>security.actionBodySizeLimit</code> option to configure the maximum size of Astro Actions request bodies.</p> <p>This lets you increase the default 1 MB limit when your actions need to accept larger payloads. For example, actions that handle file uploads or large JSON payloads can now opt in to a higher limit.</p> <p>If you do not set this option, Astro continues to enforce the 1 MB default to help prevent abuse.</p> <pre lang="js"><code>// astro.config.mjs export default defineConfig({ security: { actionBodySizeLimit: 10 * 1024 * 1024, // set to 10 MB }, }); </code></pre> </li> </ul> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/withastro/astro/pull/15594">#15594</a> <a href="https://github.com/withastro/astro/commit/efae11cef1ebe1f2f54ceb55db0d1ff1938351c6"><code>efae11c</code></a> Thanks <a href="https://github.com/qzio"><code>@​qzio</code></a>! - Fix X-Forwarded-Proto validation when allowedDomains includes both protocol and hostname fields. The protocol check no longer fails due to hostname mismatch against the hardcoded test URL.</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/withastro/astro/blob/astro@5.18.0/packages/astro/CHANGELOG.md">astro's changelog</a>.</em></p> <blockquote> <h2>5.18.0</h2> <h3>Minor Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/15589">#15589</a> <a href="https://github.com/withastro/astro/commit/b7dd447e319a7b435c01ccd69347e5261bd9dc14"><code>b7dd447</code></a> Thanks <a href="https://github.com/qzio"><code>@​qzio</code></a>! - Adds a new <code>security.actionBodySizeLimit</code> option to configure the maximum size of Astro Actions request bodies.</p> <p>This lets you increase the default 1 MB limit when your actions need to accept larger payloads. For example, actions that handle file uploads or large JSON payloads can now opt in to a higher limit.</p> <p>If you do not set this option, Astro continues to enforce the 1 MB default to help prevent abuse.</p> <pre lang="js"><code>// astro.config.mjs export default defineConfig({ security: { actionBodySizeLimit: 10 * 1024 * 1024, // set to 10 MB }, }); </code></pre> </li> </ul> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/withastro/astro/pull/15594">#15594</a> <a href="https://github.com/withastro/astro/commit/efae11cef1ebe1f2f54ceb55db0d1ff1938351c6"><code>efae11c</code></a> Thanks <a href="https://github.com/qzio"><code>@​qzio</code></a>! - Fix X-Forwarded-Proto validation when allowedDomains includes both protocol and hostname fields. The protocol check no longer fails due to hostname mismatch against the hardcoded test URL.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/withastro/astro/commit/011f06106531419f27ce53d0641a3e6ef9db5108"><code>011f061</code></a> [ci] release (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/15597">#15597</a>)</li> <li><a href="https://github.com/withastro/astro/commit/efae11cef1ebe1f2f54ceb55db0d1ff1938351c6"><code>efae11c</code></a> fix: X-Forwarded-Proto rejected when allowedDomains includes protocol… (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/15594">#15594</a>)</li> <li><a href="https://github.com/withastro/astro/commit/751ccf06fab3f1f8e157873354f91f7282a5a1ca"><code>751ccf0</code></a> Update actionBodySizeLimit changeset and make minor (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/15600">#15600</a>)</li> <li><a href="https://github.com/withastro/astro/commit/b7dd447e319a7b435c01ccd69347e5261bd9dc14"><code>b7dd447</code></a> make actionBodySizeLimit configurable (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/15589">#15589</a>)</li> <li>See full diff in <a href="https://github.com/withastro/astro/commits/astro@5.18.0/packages/astro">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=astro&package-manager=npm_and_yarn&previous-version=5.17.3&new-version=5.18.0)](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) </details>
1 parent e6152ba commit 58f9457

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"@astrojs/starlight": "^0.37.6",
14-
"astro": "^5.17.3",
14+
"astro": "^5.18.0",
1515
"rehype-mermaid": "^3.0.0",
1616
"sharp": "^0.34.5"
1717
},

0 commit comments

Comments
 (0)