Commit 6730508
build(deps-dev): bump astro from 6.1.2 to 6.1.6 (#6003)
Bumps
[astro](https://github.com/withastro/astro/tree/HEAD/packages/astro)
from 6.1.2 to 6.1.6.
<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@6.1.6</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/16202">#16202</a>
<a
href="https://github.com/withastro/astro/commit/b5c2fba8bf2bc315db94e525f12f7661dd357822"><code>b5c2fba</code></a>
Thanks <a
href="https://github.com/matthewp"><code>@matthewp</code></a>! - Fixes
Actions failing with <code>ActionsWithoutServerOutputError</code> when
using <code>output: 'static'</code> with an adapter</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/16303">#16303</a>
<a
href="https://github.com/withastro/astro/commit/b06eabf01afda713066feb803bbc4c89af634aaf"><code>b06eabf</code></a>
Thanks <a
href="https://github.com/matthewp"><code>@matthewp</code></a>! -
Improves handling of special characters in inline
<code><script></code> content</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/14924">#14924</a>
<a
href="https://github.com/withastro/astro/commit/bb4586a73e32659e6cd4f610799799b634cfc658"><code>bb4586a</code></a>
Thanks <a
href="https://github.com/aralroca"><code>@aralroca</code></a>! - Fixes
SCSS and CSS module file changes triggering a full page reload instead
of hot-updating styles in place during development</p>
</li>
</ul>
<h2>astro@6.1.5</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/16171">#16171</a>
<a
href="https://github.com/withastro/astro/commit/5bcd03c1852cb7a7e165017089cc39c111599530"><code>5bcd03c</code></a>
Thanks <a href="https://github.com/Desel72"><code>@Desel72</code></a>!
- Fixes a build error that occurred when a pre-rendered page used the
<code><Picture></code> component and another page called
<code>render()</code> on content collection entries.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/16239">#16239</a>
<a
href="https://github.com/withastro/astro/commit/7c65c0495a12dcb86e6566223e398094566d1435"><code>7c65c04</code></a>
Thanks <a
href="https://github.com/dataCenter430"><code>@dataCenter430</code></a>!
- Fixes sync content inside <code><Fragment></code> not streaming
to the browser until all async sibling expressions have resolved.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/16242">#16242</a>
<a
href="https://github.com/withastro/astro/commit/686c3124c1f4078d8395c86047020d92225e71ae"><code>686c312</code></a>
Thanks <a
href="https://github.com/martrapp"><code>@martrapp</code></a>! -
Revives UnoCSS in dev mode when used with the client router.</p>
<p>This change partly reverts <a
href="https://redirect.github.com/withastro/astro/pull/16089">#16089</a>,
which in hindsight turned out to be too general. Instead of
automatically persisting all style sheets, we now do this only for
styles from Vue components.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/16192">#16192</a>
<a
href="https://github.com/withastro/astro/commit/79d86b88ef199d6a2195584ec53b225c6a9df5f9"><code>79d86b8</code></a>
Thanks <a
href="https://github.com/alexanderniebuhr"><code>@alexanderniebuhr</code></a>!
- Uses today’s date for Cloudflare <code>compatibility_date</code> in
<code>astro add cloudflare</code></p>
<p>When creating new projects, <code>astro add cloudflare</code> now
sets <code>compatibility_date</code> to the current date. Previously,
this date was resolved from locally installed packages, which could be
unreliable in some package manager environments. Using today’s date is
simpler and more reliable across environments, and is supported by <a
href="https://redirect.github.com/cloudflare/workers-sdk/pull/13051"><code>workerd</code></a>.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/16259">#16259</a>
<a
href="https://github.com/withastro/astro/commit/34df95585662d8d00f09e1295cdfe51f2dc78e3f"><code>34df955</code></a>
Thanks <a
href="https://github.com/gameroman"><code>@gameroman</code></a>! -
Removed <code>dlv</code> dependency</p>
</li>
</ul>
<h2>astro@6.1.4</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/16197">#16197</a>
<a
href="https://github.com/withastro/astro/commit/21f9fe29f5de442a3e0672ea36dbe690491f3e8c"><code>21f9fe2</code></a>
Thanks <a
href="https://github.com/SchahinRohani"><code>@SchahinRohani</code></a>!
- Remove unused re-exports from assets/utils barrel file to fix Vite
build warning</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/16059">#16059</a>
<a
href="https://github.com/withastro/astro/commit/6d5469e2c8ddd5c2a546052ac7e3b0fb801b9069"><code>6d5469e</code></a>
Thanks <a
href="https://github.com/matthewp"><code>@matthewp</code></a>! - Fixes
<code>Expected 'miniflare' to be defined</code> errors and 404 responses
in dev mode when using the Cloudflare adapter and the config file
changes. Instead of creating a brand new Vite server on config changes,
Astro now performs a Vite in-place restart, allowing the Cloudflare
adapter to reuse its existing miniflare instance across restarts.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/16154">#16154</a>
<a
href="https://github.com/withastro/astro/commit/7610ba4552b51a64be59ad16e8450ce6672579f0"><code>7610ba4</code></a>
Thanks <a href="https://github.com/Desel72"><code>@Desel72</code></a>!
- Fixes pages with dots in their filenames (e.g.
<code>hello.world.astro</code>) returning 404 when accessed with a
trailing slash in the dev server. The <code>trailingSlashForPath</code>
function now only forces <code>trailingSlash: 'never'</code> for
endpoints with file extensions, allowing pages to correctly respect the
user's <code>trailingSlash</code> config.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/16193">#16193</a>
<a
href="https://github.com/withastro/astro/commit/23425e2413b25cd304b64b4711f86f3f889546ff"><code>23425e2</code></a>
Thanks <a
href="https://github.com/matthewp"><code>@matthewp</code></a>! - Fixes
<code>trailingSlash: "always"</code> producing redirect HTML
instead of the actual response for extensionless endpoints during static
builds</p>
</li>
</ul>
<h2>astro@6.1.3</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/16161">#16161</a>
<a
href="https://github.com/withastro/astro/commit/b51f2972d4c5d877f9087b86bb2b1d62c8293be5"><code>b51f297</code></a>
Thanks <a
href="https://github.com/matthewp"><code>@matthewp</code></a>! - Fixes
a dev rendering issue with the Cloudflare adapter where head metadata
could be missing and dev CSS/scripts could be injected in the wrong
place</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/16110">#16110</a>
<a
href="https://github.com/withastro/astro/commit/de669f0a11c606cc4703762a73c2566d17667453"><code>de669f0</code></a>
Thanks <a
href="https://github.com/tmimmanuel"><code>@tmimmanuel</code></a>! -
Fixes skew protection query parameters not being appended to inter-chunk
JavaScript imports in client bundles, which could cause version
mismatches during rolling deployments on Vercel</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/16162">#16162</a>
<a
href="https://github.com/withastro/astro/commit/a0a49e99fd63419cae8bf143e1a58f532c52ee94"><code>a0a49e9</code></a>
Thanks <a href="https://github.com/rururux"><code>@rururux</code></a>!
- Fixes an issue where HMR would not trigger when modifying files while
using <code>@astrojs/cloudflare</code> with prerenderEnvironment:
'node' enabled.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/16142">#16142</a>
<a
href="https://github.com/withastro/astro/commit/7454854dfcb9b7e9ae7f825dbf72bdf3106b78e1"><code>7454854</code></a>
Thanks <a href="https://github.com/rururux"><code>@rururux</code></a>!
- Fixes HTML content being incorrectly escaped as plain text when
rendering a MDX component using the <code>AstroContainer</code>
APIs.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/16116">#16116</a>
<a
href="https://github.com/withastro/astro/commit/12602a907c4eba0508145938c652362f37240878"><code>12602a9</code></a>
Thanks <a href="https://github.com/riderx"><code>@riderx</code></a>! -
Fixes a bug where page-level CSS could leak between unrelated pages when
traversing style parents across top-level route boundaries</p>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</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>6.1.6</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/16202">#16202</a>
<a
href="https://github.com/withastro/astro/commit/b5c2fba8bf2bc315db94e525f12f7661dd357822"><code>b5c2fba</code></a>
Thanks <a
href="https://github.com/matthewp"><code>@matthewp</code></a>! - Fixes
Actions failing with <code>ActionsWithoutServerOutputError</code> when
using <code>output: 'static'</code> with an adapter</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/16303">#16303</a>
<a
href="https://github.com/withastro/astro/commit/b06eabf01afda713066feb803bbc4c89af634aaf"><code>b06eabf</code></a>
Thanks <a
href="https://github.com/matthewp"><code>@matthewp</code></a>! -
Improves handling of special characters in inline
<code><script></code> content</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/14924">#14924</a>
<a
href="https://github.com/withastro/astro/commit/bb4586a73e32659e6cd4f610799799b634cfc658"><code>bb4586a</code></a>
Thanks <a
href="https://github.com/aralroca"><code>@aralroca</code></a>! - Fixes
SCSS and CSS module file changes triggering a full page reload instead
of hot-updating styles in place during development</p>
</li>
</ul>
<h2>6.1.5</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/16171">#16171</a>
<a
href="https://github.com/withastro/astro/commit/5bcd03c1852cb7a7e165017089cc39c111599530"><code>5bcd03c</code></a>
Thanks <a href="https://github.com/Desel72"><code>@Desel72</code></a>!
- Fixes a build error that occurred when a pre-rendered page used the
<code><Picture></code> component and another page called
<code>render()</code> on content collection entries.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/16239">#16239</a>
<a
href="https://github.com/withastro/astro/commit/7c65c0495a12dcb86e6566223e398094566d1435"><code>7c65c04</code></a>
Thanks <a
href="https://github.com/dataCenter430"><code>@dataCenter430</code></a>!
- Fixes sync content inside <code><Fragment></code> not streaming
to the browser until all async sibling expressions have resolved.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/16242">#16242</a>
<a
href="https://github.com/withastro/astro/commit/686c3124c1f4078d8395c86047020d92225e71ae"><code>686c312</code></a>
Thanks <a
href="https://github.com/martrapp"><code>@martrapp</code></a>! -
Revives UnoCSS in dev mode when used with the client router.</p>
<p>This change partly reverts <a
href="https://redirect.github.com/withastro/astro/pull/16089">#16089</a>,
which in hindsight turned out to be too general. Instead of
automatically persisting all style sheets, we now do this only for
styles from Vue components.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/16192">#16192</a>
<a
href="https://github.com/withastro/astro/commit/79d86b88ef199d6a2195584ec53b225c6a9df5f9"><code>79d86b8</code></a>
Thanks <a
href="https://github.com/alexanderniebuhr"><code>@alexanderniebuhr</code></a>!
- Uses today’s date for Cloudflare <code>compatibility_date</code> in
<code>astro add cloudflare</code></p>
<p>When creating new projects, <code>astro add cloudflare</code> now
sets <code>compatibility_date</code> to the current date. Previously,
this date was resolved from locally installed packages, which could be
unreliable in some package manager environments. Using today’s date is
simpler and more reliable across environments, and is supported by <a
href="https://redirect.github.com/cloudflare/workers-sdk/pull/13051"><code>workerd</code></a>.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/16259">#16259</a>
<a
href="https://github.com/withastro/astro/commit/34df95585662d8d00f09e1295cdfe51f2dc78e3f"><code>34df955</code></a>
Thanks <a
href="https://github.com/gameroman"><code>@gameroman</code></a>! -
Removed <code>dlv</code> dependency</p>
</li>
</ul>
<h2>6.1.4</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/16197">#16197</a>
<a
href="https://github.com/withastro/astro/commit/21f9fe29f5de442a3e0672ea36dbe690491f3e8c"><code>21f9fe2</code></a>
Thanks <a
href="https://github.com/SchahinRohani"><code>@SchahinRohani</code></a>!
- Remove unused re-exports from assets/utils barrel file to fix Vite
build warning</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/16059">#16059</a>
<a
href="https://github.com/withastro/astro/commit/6d5469e2c8ddd5c2a546052ac7e3b0fb801b9069"><code>6d5469e</code></a>
Thanks <a
href="https://github.com/matthewp"><code>@matthewp</code></a>! - Fixes
<code>Expected 'miniflare' to be defined</code> errors and 404 responses
in dev mode when using the Cloudflare adapter and the config file
changes. Instead of creating a brand new Vite server on config changes,
Astro now performs a Vite in-place restart, allowing the Cloudflare
adapter to reuse its existing miniflare instance across restarts.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/16154">#16154</a>
<a
href="https://github.com/withastro/astro/commit/7610ba4552b51a64be59ad16e8450ce6672579f0"><code>7610ba4</code></a>
Thanks <a href="https://github.com/Desel72"><code>@Desel72</code></a>!
- Fixes pages with dots in their filenames (e.g.
<code>hello.world.astro</code>) returning 404 when accessed with a
trailing slash in the dev server. The <code>trailingSlashForPath</code>
function now only forces <code>trailingSlash: 'never'</code> for
endpoints with file extensions, allowing pages to correctly respect the
user's <code>trailingSlash</code> config.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/16193">#16193</a>
<a
href="https://github.com/withastro/astro/commit/23425e2413b25cd304b64b4711f86f3f889546ff"><code>23425e2</code></a>
Thanks <a
href="https://github.com/matthewp"><code>@matthewp</code></a>! - Fixes
<code>trailingSlash: "always"</code> producing redirect HTML
instead of the actual response for extensionless endpoints during static
builds</p>
</li>
</ul>
<h2>6.1.3</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/16161">#16161</a>
<a
href="https://github.com/withastro/astro/commit/b51f2972d4c5d877f9087b86bb2b1d62c8293be5"><code>b51f297</code></a>
Thanks <a
href="https://github.com/matthewp"><code>@matthewp</code></a>! - Fixes
a dev rendering issue with the Cloudflare adapter where head metadata
could be missing and dev CSS/scripts could be injected in the wrong
place</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/16110">#16110</a>
<a
href="https://github.com/withastro/astro/commit/de669f0a11c606cc4703762a73c2566d17667453"><code>de669f0</code></a>
Thanks <a
href="https://github.com/tmimmanuel"><code>@tmimmanuel</code></a>! -
Fixes skew protection query parameters not being appended to inter-chunk
JavaScript imports in client bundles, which could cause version
mismatches during rolling deployments on Vercel</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/16162">#16162</a>
<a
href="https://github.com/withastro/astro/commit/a0a49e99fd63419cae8bf143e1a58f532c52ee94"><code>a0a49e9</code></a>
Thanks <a href="https://github.com/rururux"><code>@rururux</code></a>!
- Fixes an issue where HMR would not trigger when modifying files while
using <code>@astrojs/cloudflare</code> with prerenderEnvironment:
'node' enabled.</p>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/withastro/astro/commit/1945a934e85843de4b956d0bb211d410d8fe9ff7"><code>1945a93</code></a>
[ci] release (<a
href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/16281">#16281</a>)</li>
<li><a
href="https://github.com/withastro/astro/commit/bb4586a73e32659e6cd4f610799799b634cfc658"><code>bb4586a</code></a>
fix: avoid full-reload in scss modules (<a
href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/14924">#14924</a>)</li>
<li><a
href="https://github.com/withastro/astro/commit/5f3085bd43bcfe7d3c037874b035c40fe68985be"><code>5f3085b</code></a>
[ci] format</li>
<li><a
href="https://github.com/withastro/astro/commit/b5c2fba8bf2bc315db94e525f12f7661dd357822"><code>b5c2fba</code></a>
Skip actions server-output validation when an adapter is configured (<a
href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/16202">#16202</a>)</li>
<li><a
href="https://github.com/withastro/astro/commit/b06eabf01afda713066feb803bbc4c89af634aaf"><code>b06eabf</code></a>
Consolidate inline script escaping into shared utility (<a
href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/16303">#16303</a>)</li>
<li><a
href="https://github.com/withastro/astro/commit/92fc0303d1870a169991335edb70d374cab402a0"><code>92fc030</code></a>
refactor(core): rename logger internal types (<a
href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/16271">#16271</a>)</li>
<li><a
href="https://github.com/withastro/astro/commit/ba18015a6b8010215509b4f38e481c12861bac94"><code>ba18015</code></a>
[ci] format</li>
<li><a
href="https://github.com/withastro/astro/commit/d198e822faf39c14a0dee25cf2f7830aefc7a204"><code>d198e82</code></a>
test: port 16 routing unit tests to TypeScript (<a
href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/16266">#16266</a>)</li>
<li><a
href="https://github.com/withastro/astro/commit/673a871b2d1dc5a094ffbf70ba4e8bfe9b9cde27"><code>673a871</code></a>
[ci] release (<a
href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/16244">#16244</a>)</li>
<li><a
href="https://github.com/withastro/astro/commit/fab9c005403e4c807e469461556385bea1a44840"><code>fab9c00</code></a>
chore: upgrade biome (<a
href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/16246">#16246</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/withastro/astro/commits/astro@6.1.6/packages/astro">compare
view</a></li>
</ul>
</details>
<br />
[](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)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/arcjet/arcjet-js/network/alerts).
</details>
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: 零Rei <212411920+arcjet-rei@users.noreply.github.com>
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent fe37f56 commit 6730508
3 files changed
Lines changed: 6 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
| 77 | + | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
961 | 961 | | |
962 | 962 | | |
963 | 963 | | |
964 | | - | |
| 964 | + | |
965 | 965 | | |
966 | 966 | | |
967 | 967 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments