[PR #399] [CLOSED] chore(deps): bump astro from 5.18.1 to 6.1.6 #388

Closed
opened 2026-06-05 14:22:40 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Drop-OSS/drop/pull/399
Author: @dependabot[bot]
Created: 4/21/2026
Status: Closed

Base: developHead: dependabot/npm_and_yarn/astro-6.1.6


📝 Commits (1)

  • 72ab8ba chore(deps): bump astro from 5.18.1 to 6.1.6

📊 Changes

2 files changed (+398 additions, -401 deletions)

View changed files

📝 pnpm-lock.yaml (+397 -400)
📝 sites/docs/package.json (+1 -1)

📄 Description

Bumps astro from 5.18.1 to 6.1.6.

Release notes

Sourced from astro's releases.

astro@6.1.6

Patch Changes

  • #16202 b5c2fba Thanks @​matthewp! - Fixes Actions failing with ActionsWithoutServerOutputError when using output: 'static' with an adapter

  • #16303 b06eabf Thanks @​matthewp! - Improves handling of special characters in inline <script> content

  • #14924 bb4586a Thanks @​aralroca! - Fixes SCSS and CSS module file changes triggering a full page reload instead of hot-updating styles in place during development

astro@6.1.5

Patch Changes

  • #16171 5bcd03c Thanks @​Desel72! - Fixes a build error that occurred when a pre-rendered page used the <Picture> component and another page called render() on content collection entries.

  • #16239 7c65c04 Thanks @​dataCenter430! - Fixes sync content inside <Fragment> not streaming to the browser until all async sibling expressions have resolved.

  • #16242 686c312 Thanks @​martrapp! - Revives UnoCSS in dev mode when used with the client router.

    This change partly reverts #16089, 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.

  • #16192 79d86b8 Thanks @​alexanderniebuhr! - Uses today’s date for Cloudflare compatibility_date in astro add cloudflare

    When creating new projects, astro add cloudflare now sets compatibility_date 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 workerd.

  • #16259 34df955 Thanks @​gameroman! - Removed dlv dependency

astro@6.1.4

Patch Changes

  • #16197 21f9fe2 Thanks @​SchahinRohani! - Remove unused re-exports from assets/utils barrel file to fix Vite build warning

  • #16059 6d5469e Thanks @​matthewp! - Fixes Expected 'miniflare' to be defined 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.

  • #16154 7610ba4 Thanks @​Desel72! - Fixes pages with dots in their filenames (e.g. hello.world.astro) returning 404 when accessed with a trailing slash in the dev server. The trailingSlashForPath function now only forces trailingSlash: 'never' for endpoints with file extensions, allowing pages to correctly respect the user's trailingSlash config.

  • #16193 23425e2 Thanks @​matthewp! - Fixes trailingSlash: "always" producing redirect HTML instead of the actual response for extensionless endpoints during static builds

astro@6.1.3

Patch Changes

  • #16161 b51f297 Thanks @​matthewp! - 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

  • #16110 de669f0 Thanks @​tmimmanuel! - 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

  • #16162 a0a49e9 Thanks @​rururux! - Fixes an issue where HMR would not trigger when modifying files while using @​astrojs/cloudflare with prerenderEnvironment: 'node' enabled.

  • #16142 7454854 Thanks @​rururux! - Fixes HTML content being incorrectly escaped as plain text when rendering a MDX component using the AstroContainer APIs.

  • #16116 12602a9 Thanks @​riderx! - Fixes a bug where page-level CSS could leak between unrelated pages when traversing style parents across top-level route boundaries

... (truncated)

Changelog

Sourced from astro's changelog.

6.1.6

Patch Changes

  • #16202 b5c2fba Thanks @​matthewp! - Fixes Actions failing with ActionsWithoutServerOutputError when using output: 'static' with an adapter

  • #16303 b06eabf Thanks @​matthewp! - Improves handling of special characters in inline <script> content

  • #14924 bb4586a Thanks @​aralroca! - Fixes SCSS and CSS module file changes triggering a full page reload instead of hot-updating styles in place during development

6.1.5

Patch Changes

  • #16171 5bcd03c Thanks @​Desel72! - Fixes a build error that occurred when a pre-rendered page used the <Picture> component and another page called render() on content collection entries.

  • #16239 7c65c04 Thanks @​dataCenter430! - Fixes sync content inside <Fragment> not streaming to the browser until all async sibling expressions have resolved.

  • #16242 686c312 Thanks @​martrapp! - Revives UnoCSS in dev mode when used with the client router.

    This change partly reverts #16089, 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.

  • #16192 79d86b8 Thanks @​alexanderniebuhr! - Uses today’s date for Cloudflare compatibility_date in astro add cloudflare

    When creating new projects, astro add cloudflare now sets compatibility_date 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 workerd.

  • #16259 34df955 Thanks @​gameroman! - Removed dlv dependency

6.1.4

Patch Changes

  • #16197 21f9fe2 Thanks @​SchahinRohani! - Remove unused re-exports from assets/utils barrel file to fix Vite build warning

  • #16059 6d5469e Thanks @​matthewp! - Fixes Expected 'miniflare' to be defined 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.

  • #16154 7610ba4 Thanks @​Desel72! - Fixes pages with dots in their filenames (e.g. hello.world.astro) returning 404 when accessed with a trailing slash in the dev server. The trailingSlashForPath function now only forces trailingSlash: 'never' for endpoints with file extensions, allowing pages to correctly respect the user's trailingSlash config.

  • #16193 23425e2 Thanks @​matthewp! - Fixes trailingSlash: "always" producing redirect HTML instead of the actual response for extensionless endpoints during static builds

6.1.3

Patch Changes

  • #16161 b51f297 Thanks @​matthewp! - 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

  • #16110 de669f0 Thanks @​tmimmanuel! - 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

  • #16162 a0a49e9 Thanks @​rururux! - Fixes an issue where HMR would not trigger when modifying files while using @​astrojs/cloudflare with prerenderEnvironment: 'node' enabled.

... (truncated)

Commits


🔄 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/Drop-OSS/drop/pull/399 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 4/21/2026 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `dependabot/npm_and_yarn/astro-6.1.6` --- ### 📝 Commits (1) - [`72ab8ba`](https://github.com/Drop-OSS/drop/commit/72ab8ba664eb35b1da6a7c9c2ebc2439ca392a3c) chore(deps): bump astro from 5.18.1 to 6.1.6 ### 📊 Changes **2 files changed** (+398 additions, -401 deletions) <details> <summary>View changed files</summary> 📝 `pnpm-lock.yaml` (+397 -400) 📝 `sites/docs/package.json` (+1 -1) </details> ### 📄 Description Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 5.18.1 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>&lt;script&gt;</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>&lt;Picture&gt;</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>&lt;Fragment&gt;</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: &quot;always&quot;</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>&lt;script&gt;</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>&lt;Picture&gt;</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>&lt;Fragment&gt;</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: &quot;always&quot;</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 /> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-06-05 14:22:40 -04:00
yindo closed this issue 2026-06-05 14:22:40 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Drop-OSS/drop#388