[PR #285] [CLOSED] build(deps): bump the npm_and_yarn group across 2 directories with 2 updates #2917

Closed
opened 2026-05-17 19:23:24 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/RayLabsHQ/gitea-mirror/pull/285
Author: @dependabot[bot]
Created: 5/13/2026
Status: Closed

Base: mainHead: dependabot/npm_and_yarn/npm_and_yarn-0639ed3365


📝 Commits (1)

  • df6f95e build(deps): bump the npm_and_yarn group across 2 directories with 2 updates

📊 Changes

3 files changed (+462 additions, -118 deletions)

View changed files

📝 package.json (+1 -1)
📝 www/package.json (+1 -1)
📝 www/pnpm-lock.yaml (+460 -116)

📄 Description

Bumps the npm_and_yarn group with 1 update in the / directory: @astrojs/node.
Bumps the npm_and_yarn group with 1 update in the /www directory: astro.

Updates @astrojs/node from 10.0.1 to 10.0.5

Release notes

Sourced from @​astrojs/node's releases.

@​astrojs/node@​10.0.5

Patch Changes

  • #16319 940afd5 Thanks @​matthewp! - Fixes static asset error responses incorrectly including immutable cache headers. Conditional request failures (e.g. If-Match mismatch) now return the correct status code without far-future cache directives.

@​astrojs/node@​10.0.4

Patch Changes

  • #16002 846f27f Thanks @​buley! - Fixes file descriptor leaks from read streams that were not destroyed on client disconnect or read errors

  • #15941 f41584a Thanks @​ematipico! - Fixes an infinite loop in resolveClientDir() when the server entry point is bundled with esbuild or similar tools. The function now throws a descriptive error instead of hanging indefinitely when the expected server directory segment is not found in the file path.

Changelog

Sourced from @​astrojs/node's changelog.

10.0.5

Patch Changes

  • #16319 940afd5 Thanks @​matthewp! - Fixes static asset error responses incorrectly including immutable cache headers. Conditional request failures (e.g. If-Match mismatch) now return the correct status code without far-future cache directives.

10.0.4

Patch Changes

  • #16002 846f27f Thanks @​buley! - Fixes file descriptor leaks from read streams that were not destroyed on client disconnect or read errors

  • #15941 f41584a Thanks @​ematipico! - Fixes an infinite loop in resolveClientDir() when the server entry point is bundled with esbuild or similar tools. The function now throws a descriptive error instead of hanging indefinitely when the expected server directory segment is not found in the file path.

10.0.3

Patch Changes

  • #15735 9685e2d Thanks @​fa-sharp! - Fixes an EventEmitter memory leak when serving static pages from Node.js middleware.

    When using the middleware handler, requests that were being passed on to Express / Fastify (e.g. static files / pre-rendered pages / etc.) weren't cleaning up socket listeners before calling next(), causing a memory leak warning. This fix makes sure to run the cleanup before calling next().

10.0.2

Patch Changes

Commits

Updates astro from 6.1.6 to 6.1.10

Release notes

Sourced from astro's releases.

astro@6.1.10

Patch Changes

  • #16479 1058428 Thanks @​matthewp! - Fixes a spurious [WARN] [content] Content config not loaded warning during astro dev for projects that don't use content collections

  • #16457 3d82220 Thanks @​matthewp! - Hardens server island encryption to prevent encrypted data from one island component being replayed against a different one

  • #16481 152700e Thanks @​matthewp! - Fixes a spurious 404 request for a dev toolbar sourcemap during astro dev caused by the browser mis-resolving a relative sourceMappingURL from the /@id/ URL prefix

  • #16480 1bcb43b Thanks @​matthewp! - Fixes an unnecessary full page reload on first navigation during dev

astro@6.1.9

Patch Changes

  • #16448 99464ed Thanks @​matthewp! - Updates vite, picomatch, and unstorage to latest patch versions

  • #16422 a3951d7 Thanks @​matthewp! - Hardens astro-island export resolution and hydration error handling for malformed component metadata

  • #16420 e21de1d Thanks @​matthewp! - Hardens Astro's error overlay and server logging paths to avoid unsafe HTML insertion and format-string interpolation

  • #16419 f3485c3 Thanks @​matthewp! - Hardens nested object and package metadata lookups to ignore prototype keys in content handling and project scaffolding

  • #16022 a002540 Thanks @​mathieumaf! - Fixes an issue where i18n domains would return 404 when trailingSlash is set to never.

  • Updated dependencies [99464ed, f3485c3]:

    • @​astrojs/internal-helpers@​0.9.0
    • @​astrojs/markdown-remark@​7.1.1

astro@6.1.8

Patch Changes

  • #16367 a6866a7 Thanks @​ematipico! - Fixes an issue where build output files could contain special characters (!, ~, {, }) in their names, causing deploy failures on platforms like Netlify.

  • #16381 217c5b3 Thanks @​ematipico! - Slightly improved the performance of the dev server by caching the internal crawling of the dependencies of a project.

  • #16348 7d26cd7 Thanks @​ocavue! - Fixes a bug where emitted assets during a client build would contain always fresh, new hashes in their name. Now the build should be more stable.

  • #16317 d012bfe Thanks @​das-peter! - Fixes a bug where allowedDomains weren't correctly propagated when using the development server.

  • #16379 5a84551 Thanks @​martrapp! - Improves Vue scoped style handling in DEV mode during client router navigation.

  • #16317 d012bfe Thanks @​das-peter! - Adds tests to verify settings are properly propagated when using the development server.

  • #16282 5b0fdaa Thanks @​jmurty! - Fixes build errors on platforms with skew protection enabled (e.g. Vercel, Netlify) for inter-chunk Javascript using dynamic imports

  • Updated dependencies [e0b240e]:

    • @​astrojs/telemetry@​3.3.1

astro@6.1.7

Patch Changes

... (truncated)

Changelog

Sourced from astro's changelog.

6.1.10

Patch Changes

  • #16479 1058428 Thanks @​matthewp! - Fixes a spurious [WARN] [content] Content config not loaded warning during astro dev for projects that don't use content collections

  • #16457 3d82220 Thanks @​matthewp! - Hardens server island encryption to prevent encrypted data from one island component being replayed against a different one

  • #16481 152700e Thanks @​matthewp! - Fixes a spurious 404 request for a dev toolbar sourcemap during astro dev caused by the browser mis-resolving a relative sourceMappingURL from the /@id/ URL prefix

  • #16480 1bcb43b Thanks @​matthewp! - Fixes an unnecessary full page reload on first navigation during dev

6.1.9

Patch Changes

  • #16448 99464ed Thanks @​matthewp! - Updates vite, picomatch, and unstorage to latest patch versions

  • #16422 a3951d7 Thanks @​matthewp! - Hardens astro-island export resolution and hydration error handling for malformed component metadata

  • #16420 e21de1d Thanks @​matthewp! - Hardens Astro's error overlay and server logging paths to avoid unsafe HTML insertion and format-string interpolation

  • #16419 f3485c3 Thanks @​matthewp! - Hardens nested object and package metadata lookups to ignore prototype keys in content handling and project scaffolding

  • #16022 a002540 Thanks @​mathieumaf! - Fixes an issue where i18n domains would return 404 when trailingSlash is set to never.

  • Updated dependencies [99464ed, f3485c3]:

    • @​astrojs/internal-helpers@​0.9.0
    • @​astrojs/markdown-remark@​7.1.1

6.1.8

Patch Changes

  • #16367 a6866a7 Thanks @​ematipico! - Fixes an issue where build output files could contain special characters (!, ~, {, }) in their names, causing deploy failures on platforms like Netlify.

  • #16381 217c5b3 Thanks @​ematipico! - Slightly improved the performance of the dev server by caching the internal crawling of the dependencies of a project.

  • #16348 7d26cd7 Thanks @​ocavue! - Fixes a bug where emitted assets during a client build would contain always fresh, new hashes in their name. Now the build should be more stable.

  • #16317 d012bfe Thanks @​das-peter! - Fixes a bug where allowedDomains weren't correctly propagated when using the development server.

  • #16379 5a84551 Thanks @​martrapp! - Improves Vue scoped style handling in DEV mode during client router navigation.

  • #16317 d012bfe Thanks @​das-peter! - Adds tests to verify settings are properly propagated when using the development server.

  • #16282 5b0fdaa Thanks @​jmurty! - Fixes build errors on platforms with skew protection enabled (e.g. Vercel, Netlify) for inter-chunk Javascript using dynamic imports

  • Updated dependencies [e0b240e]:

    • @​astrojs/telemetry@​3.3.1

... (truncated)

Commits
  • c1f2e4f [ci] release (#16467)
  • 345fb9e chore: fix flaky dev toolbar render time test (#16500)
  • 5120ecd [ci] format
  • 3d82220 Add AEAD context binding to server island encryption (#16457)
  • 1bcb43b Prebundle dev toolbar entrypoint in client environment (#16480)
  • 93101cc [ci] format
  • 152700e fix: strip sourceMappingURL from dev toolbar entrypoint during dep optimizati...
  • bc83041 refactor(astro): migrate test utils to typescript (#16492)
  • 5c543c5 refactor(astro): add internal entry points for test (#16473)
  • 1058428 Suppress content config warning for projects without content collections (#16...
  • Additional commits viewable in compare view

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 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
    You can disable automated security fix PRs for this repo from the Security Alerts page.

🔄 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/RayLabsHQ/gitea-mirror/pull/285 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 5/13/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/npm_and_yarn-0639ed3365` --- ### 📝 Commits (1) - [`df6f95e`](https://github.com/RayLabsHQ/gitea-mirror/commit/df6f95ea3e09b010c3bc7111589c1e86e9db4ed4) build(deps): bump the npm_and_yarn group across 2 directories with 2 updates ### 📊 Changes **3 files changed** (+462 additions, -118 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) 📝 `www/package.json` (+1 -1) 📝 `www/pnpm-lock.yaml` (+460 -116) </details> ### 📄 Description Bumps the npm_and_yarn group with 1 update in the / directory: [@astrojs/node](https://github.com/withastro/astro/tree/HEAD/packages/integrations/node). Bumps the npm_and_yarn group with 1 update in the /www directory: [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro). Updates `@astrojs/node` from 10.0.1 to 10.0.5 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/withastro/astro/releases">@​astrojs/node's releases</a>.</em></p> <blockquote> <h2><code>@​astrojs/node</code><a href="https://github.com/10"><code>@​10</code></a>.0.5</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/withastro/astro/pull/16319">#16319</a> <a href="https://github.com/withastro/astro/commit/940afd53040a14e924606b3218a8619c1e2674ee"><code>940afd5</code></a> Thanks <a href="https://github.com/matthewp"><code>@​matthewp</code></a>! - Fixes static asset error responses incorrectly including immutable cache headers. Conditional request failures (e.g. <code>If-Match</code> mismatch) now return the correct status code without far-future cache directives.</li> </ul> <h2><code>@​astrojs/node</code><a href="https://github.com/10"><code>@​10</code></a>.0.4</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/16002">#16002</a> <a href="https://github.com/withastro/astro/commit/846f27f4be8508f728d237e93fcac7c6ec8227b2"><code>846f27f</code></a> Thanks <a href="https://github.com/buley"><code>@​buley</code></a>! - Fixes file descriptor leaks from read streams that were not destroyed on client disconnect or read errors</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/15941">#15941</a> <a href="https://github.com/withastro/astro/commit/f41584ad8af1d9edfa22153fb65005b2e9529d73"><code>f41584a</code></a> Thanks <a href="https://github.com/ematipico"><code>@​ematipico</code></a>! - Fixes an infinite loop in <code>resolveClientDir()</code> when the server entry point is bundled with esbuild or similar tools. The function now throws a descriptive error instead of hanging indefinitely when the expected server directory segment is not found in the file path.</p> </li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/withastro/astro/blob/main/packages/integrations/node/CHANGELOG.md">@​astrojs/node's changelog</a>.</em></p> <blockquote> <h2>10.0.5</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/withastro/astro/pull/16319">#16319</a> <a href="https://github.com/withastro/astro/commit/940afd53040a14e924606b3218a8619c1e2674ee"><code>940afd5</code></a> Thanks <a href="https://github.com/matthewp"><code>@​matthewp</code></a>! - Fixes static asset error responses incorrectly including immutable cache headers. Conditional request failures (e.g. <code>If-Match</code> mismatch) now return the correct status code without far-future cache directives.</li> </ul> <h2>10.0.4</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/16002">#16002</a> <a href="https://github.com/withastro/astro/commit/846f27f4be8508f728d237e93fcac7c6ec8227b2"><code>846f27f</code></a> Thanks <a href="https://github.com/buley"><code>@​buley</code></a>! - Fixes file descriptor leaks from read streams that were not destroyed on client disconnect or read errors</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/15941">#15941</a> <a href="https://github.com/withastro/astro/commit/f41584ad8af1d9edfa22153fb65005b2e9529d73"><code>f41584a</code></a> Thanks <a href="https://github.com/ematipico"><code>@​ematipico</code></a>! - Fixes an infinite loop in <code>resolveClientDir()</code> when the server entry point is bundled with esbuild or similar tools. The function now throws a descriptive error instead of hanging indefinitely when the expected server directory segment is not found in the file path.</p> </li> </ul> <h2>10.0.3</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/15735">#15735</a> <a href="https://github.com/withastro/astro/commit/9685e2d5ef132ca113144c1714163511a93fd29e"><code>9685e2d</code></a> Thanks <a href="https://github.com/fa-sharp"><code>@​fa-sharp</code></a>! - Fixes an EventEmitter memory leak when serving static pages from Node.js middleware.</p> <p>When using the middleware handler, requests that were being passed on to Express / Fastify (e.g. static files / pre-rendered pages / etc.) weren't cleaning up socket listeners before calling <code>next()</code>, causing a memory leak warning. This fix makes sure to run the cleanup before calling <code>next()</code>.</p> </li> </ul> <h2>10.0.2</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/withastro/astro/pull/15934">#15934</a> <a href="https://github.com/withastro/astro/commit/6f8f0bc4e22e958ccc2164acb1aa8cce21c43148"><code>6f8f0bc</code></a> Thanks <a href="https://github.com/ematipico"><code>@​ematipico</code></a>! - Updates the Astro <code>peerDependencies#astro</code> to be <code>6.0.0</code>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/withastro/astro/commit/eca29c17853b16fe2d05d1ecc7629b85bd30bfc2"><code>eca29c1</code></a> [ci] release (<a href="https://github.com/withastro/astro/tree/HEAD/packages/integrations/node/issues/16314">#16314</a>)</li> <li><a href="https://github.com/withastro/astro/commit/940afd53040a14e924606b3218a8619c1e2674ee"><code>940afd5</code></a> Fix static asset error responses including immutable cache headers (<a href="https://github.com/withastro/astro/tree/HEAD/packages/integrations/node/issues/16319">#16319</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/integrations/node/issues/16246">#16246</a>)</li> <li><a href="https://github.com/withastro/astro/commit/711f837cfa3374a458f1f91e08bc388e7c0e12e6"><code>711f837</code></a> Prevent static assets from being caught by catch-all routes (<a href="https://github.com/withastro/astro/tree/HEAD/packages/integrations/node/issues/16047">#16047</a>)</li> <li><a href="https://github.com/withastro/astro/commit/88fcc98e58455167afa0233163680b833812b69d"><code>88fcc98</code></a> fix integrations links across docs (<a href="https://github.com/withastro/astro/tree/HEAD/packages/integrations/node/issues/16098">#16098</a>)</li> <li><a href="https://github.com/withastro/astro/commit/4a6ff2a40f5aaa844afc5ac2710b129e1d6ca7d5"><code>4a6ff2a</code></a> [ci] release (<a href="https://github.com/withastro/astro/tree/HEAD/packages/integrations/node/issues/16020">#16020</a>)</li> <li><a href="https://github.com/withastro/astro/commit/b9e96da0fd6bef9230f9fe60887e99cdfb561dd7"><code>b9e96da</code></a> fix(deps): update dependency vitest to v4 (<a href="https://github.com/withastro/astro/tree/HEAD/packages/integrations/node/issues/15372">#15372</a>)</li> <li><a href="https://github.com/withastro/astro/commit/846f27f4be8508f728d237e93fcac7c6ec8227b2"><code>846f27f</code></a> fix: destroy read streams to prevent file descriptor leaks (<a href="https://github.com/withastro/astro/tree/HEAD/packages/integrations/node/issues/16002">#16002</a>)</li> <li><a href="https://github.com/withastro/astro/commit/f41584ad8af1d9edfa22153fb65005b2e9529d73"><code>f41584a</code></a> fix(node): recursion fs loop (<a href="https://github.com/withastro/astro/tree/HEAD/packages/integrations/node/issues/15941">#15941</a>)</li> <li><a href="https://github.com/withastro/astro/commit/878791fa7d5a8fb515e21e4ceec7693dbfe2e037"><code>878791f</code></a> [ci] release (<a href="https://github.com/withastro/astro/tree/HEAD/packages/integrations/node/issues/15985">#15985</a>)</li> <li>Additional commits viewable in <a href="https://github.com/withastro/astro/commits/@astrojs/node@10.0.5/packages/integrations/node">compare view</a></li> </ul> </details> <br /> Updates `astro` from 6.1.6 to 6.1.10 <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.10</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/16479">#16479</a> <a href="https://github.com/withastro/astro/commit/1058428df2d13878c6130787636dd1778273a934"><code>1058428</code></a> Thanks <a href="https://github.com/matthewp"><code>@​matthewp</code></a>! - Fixes a spurious <code>[WARN] [content] Content config not loaded</code> warning during <code>astro dev</code> for projects that don't use content collections</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/16457">#16457</a> <a href="https://github.com/withastro/astro/commit/3d82220a1549e699e34ed433f3846a919f4c02bd"><code>3d82220</code></a> Thanks <a href="https://github.com/matthewp"><code>@​matthewp</code></a>! - Hardens server island encryption to prevent encrypted data from one island component being replayed against a different one</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/16481">#16481</a> <a href="https://github.com/withastro/astro/commit/152700e08178285b240d8ef947cccd47b870ee5f"><code>152700e</code></a> Thanks <a href="https://github.com/matthewp"><code>@​matthewp</code></a>! - Fixes a spurious 404 request for a dev toolbar sourcemap during <code>astro dev</code> caused by the browser mis-resolving a relative <code>sourceMappingURL</code> from the <code>/@id/</code> URL prefix</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/16480">#16480</a> <a href="https://github.com/withastro/astro/commit/1bcb43bf04f3fa8f4623897ae2a937250f35216a"><code>1bcb43b</code></a> Thanks <a href="https://github.com/matthewp"><code>@​matthewp</code></a>! - Fixes an unnecessary full page reload on first navigation during dev</p> </li> </ul> <h2>astro@6.1.9</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/16448">#16448</a> <a href="https://github.com/withastro/astro/commit/99464edb5fc0968f6497328e106f26ab393668bd"><code>99464ed</code></a> Thanks <a href="https://github.com/matthewp"><code>@​matthewp</code></a>! - Updates vite, picomatch, and unstorage to latest patch versions</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/16422">#16422</a> <a href="https://github.com/withastro/astro/commit/a3951d7873c7c210fedbaa77702bc33db6410715"><code>a3951d7</code></a> Thanks <a href="https://github.com/matthewp"><code>@​matthewp</code></a>! - Hardens <code>astro-island</code> export resolution and hydration error handling for malformed component metadata</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/16420">#16420</a> <a href="https://github.com/withastro/astro/commit/e21de1d03b318d5045dba718291c04fe05c01490"><code>e21de1d</code></a> Thanks <a href="https://github.com/matthewp"><code>@​matthewp</code></a>! - Hardens Astro's error overlay and server logging paths to avoid unsafe HTML insertion and format-string interpolation</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/16419">#16419</a> <a href="https://github.com/withastro/astro/commit/f3485c3458bc8bf70c152126e418c24f489ded9d"><code>f3485c3</code></a> Thanks <a href="https://github.com/matthewp"><code>@​matthewp</code></a>! - Hardens nested object and package metadata lookups to ignore prototype keys in content handling and project scaffolding</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/16022">#16022</a> <a href="https://github.com/withastro/astro/commit/a002540d60d4a840db9971e73c820a8015658ffe"><code>a002540</code></a> Thanks <a href="https://github.com/mathieumaf"><code>@​mathieumaf</code></a>! - Fixes an issue where i18n domains would return 404 when <code>trailingSlash</code> is set to <code>never</code>.</p> </li> <li> <p>Updated dependencies [<a href="https://github.com/withastro/astro/commit/99464edb5fc0968f6497328e106f26ab393668bd"><code>99464ed</code></a>, <a href="https://github.com/withastro/astro/commit/f3485c3458bc8bf70c152126e418c24f489ded9d"><code>f3485c3</code></a>]:</p> <ul> <li><code>@​astrojs/internal-helpers</code><a href="https://github.com/0"><code>@​0</code></a>.9.0</li> <li><code>@​astrojs/markdown-remark</code><a href="https://github.com/7"><code>@​7</code></a>.1.1</li> </ul> </li> </ul> <h2>astro@6.1.8</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/16367">#16367</a> <a href="https://github.com/withastro/astro/commit/a6866a7ef086627f8f8237274361d8acc2f85121"><code>a6866a7</code></a> Thanks <a href="https://github.com/ematipico"><code>@​ematipico</code></a>! - Fixes an issue where build output files could contain special characters (<code>!</code>, <code>~</code>, <code>{</code>, <code>}</code>) in their names, causing deploy failures on platforms like Netlify.</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/16381">#16381</a> <a href="https://github.com/withastro/astro/commit/217c5b3b937f0aee7e59280e8a10cf2bd4237605"><code>217c5b3</code></a> Thanks <a href="https://github.com/ematipico"><code>@​ematipico</code></a>! - Slightly improved the performance of the dev server by caching the internal crawling of the dependencies of a project.</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/16348">#16348</a> <a href="https://github.com/withastro/astro/commit/7d26cd77bc1b33cee81f0e7b408dc2d170be1bdd"><code>7d26cd7</code></a> Thanks <a href="https://github.com/ocavue"><code>@​ocavue</code></a>! - Fixes a bug where emitted assets during a client build would contain always fresh, new hashes in their name. Now the build should be more stable.</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/16317">#16317</a> <a href="https://github.com/withastro/astro/commit/d012bfeadb5b33f9ab1175191d59357d629c327e"><code>d012bfe</code></a> Thanks <a href="https://github.com/das-peter"><code>@​das-peter</code></a>! - Fixes a bug where <code>allowedDomains</code> weren't correctly propagated when using the development server.</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/16379">#16379</a> <a href="https://github.com/withastro/astro/commit/5a845514114ae21ca9820e98b56cce33c0cf579b"><code>5a84551</code></a> Thanks <a href="https://github.com/martrapp"><code>@​martrapp</code></a>! - Improves Vue scoped style handling in DEV mode during client router navigation.</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/16317">#16317</a> <a href="https://github.com/withastro/astro/commit/d012bfeadb5b33f9ab1175191d59357d629c327e"><code>d012bfe</code></a> Thanks <a href="https://github.com/das-peter"><code>@​das-peter</code></a>! - Adds tests to verify settings are properly propagated when using the development server.</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/16282">#16282</a> <a href="https://github.com/withastro/astro/commit/5b0fdaa8ba3dc17f4b93d9847c3255150b0aeab2"><code>5b0fdaa</code></a> Thanks <a href="https://github.com/jmurty"><code>@​jmurty</code></a>! - Fixes build errors on platforms with skew protection enabled (e.g. Vercel, Netlify) for inter-chunk Javascript using dynamic imports</p> </li> <li> <p>Updated dependencies [<a href="https://github.com/withastro/astro/commit/e0b240edea4db632138def3a9003b4b12e12f765"><code>e0b240e</code></a>]:</p> <ul> <li><code>@​astrojs/telemetry</code><a href="https://github.com/3"><code>@​3</code></a>.3.1</li> </ul> </li> </ul> <h2>astro@6.1.7</h2> <h3>Patch Changes</h3> <!-- 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.10</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/16479">#16479</a> <a href="https://github.com/withastro/astro/commit/1058428df2d13878c6130787636dd1778273a934"><code>1058428</code></a> Thanks <a href="https://github.com/matthewp"><code>@​matthewp</code></a>! - Fixes a spurious <code>[WARN] [content] Content config not loaded</code> warning during <code>astro dev</code> for projects that don't use content collections</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/16457">#16457</a> <a href="https://github.com/withastro/astro/commit/3d82220a1549e699e34ed433f3846a919f4c02bd"><code>3d82220</code></a> Thanks <a href="https://github.com/matthewp"><code>@​matthewp</code></a>! - Hardens server island encryption to prevent encrypted data from one island component being replayed against a different one</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/16481">#16481</a> <a href="https://github.com/withastro/astro/commit/152700e08178285b240d8ef947cccd47b870ee5f"><code>152700e</code></a> Thanks <a href="https://github.com/matthewp"><code>@​matthewp</code></a>! - Fixes a spurious 404 request for a dev toolbar sourcemap during <code>astro dev</code> caused by the browser mis-resolving a relative <code>sourceMappingURL</code> from the <code>/@id/</code> URL prefix</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/16480">#16480</a> <a href="https://github.com/withastro/astro/commit/1bcb43bf04f3fa8f4623897ae2a937250f35216a"><code>1bcb43b</code></a> Thanks <a href="https://github.com/matthewp"><code>@​matthewp</code></a>! - Fixes an unnecessary full page reload on first navigation during dev</p> </li> </ul> <h2>6.1.9</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/16448">#16448</a> <a href="https://github.com/withastro/astro/commit/99464edb5fc0968f6497328e106f26ab393668bd"><code>99464ed</code></a> Thanks <a href="https://github.com/matthewp"><code>@​matthewp</code></a>! - Updates vite, picomatch, and unstorage to latest patch versions</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/16422">#16422</a> <a href="https://github.com/withastro/astro/commit/a3951d7873c7c210fedbaa77702bc33db6410715"><code>a3951d7</code></a> Thanks <a href="https://github.com/matthewp"><code>@​matthewp</code></a>! - Hardens <code>astro-island</code> export resolution and hydration error handling for malformed component metadata</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/16420">#16420</a> <a href="https://github.com/withastro/astro/commit/e21de1d03b318d5045dba718291c04fe05c01490"><code>e21de1d</code></a> Thanks <a href="https://github.com/matthewp"><code>@​matthewp</code></a>! - Hardens Astro's error overlay and server logging paths to avoid unsafe HTML insertion and format-string interpolation</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/16419">#16419</a> <a href="https://github.com/withastro/astro/commit/f3485c3458bc8bf70c152126e418c24f489ded9d"><code>f3485c3</code></a> Thanks <a href="https://github.com/matthewp"><code>@​matthewp</code></a>! - Hardens nested object and package metadata lookups to ignore prototype keys in content handling and project scaffolding</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/16022">#16022</a> <a href="https://github.com/withastro/astro/commit/a002540d60d4a840db9971e73c820a8015658ffe"><code>a002540</code></a> Thanks <a href="https://github.com/mathieumaf"><code>@​mathieumaf</code></a>! - Fixes an issue where i18n domains would return 404 when <code>trailingSlash</code> is set to <code>never</code>.</p> </li> <li> <p>Updated dependencies [<a href="https://github.com/withastro/astro/commit/99464edb5fc0968f6497328e106f26ab393668bd"><code>99464ed</code></a>, <a href="https://github.com/withastro/astro/commit/f3485c3458bc8bf70c152126e418c24f489ded9d"><code>f3485c3</code></a>]:</p> <ul> <li><code>@​astrojs/internal-helpers</code><a href="https://github.com/0"><code>@​0</code></a>.9.0</li> <li><code>@​astrojs/markdown-remark</code><a href="https://github.com/7"><code>@​7</code></a>.1.1</li> </ul> </li> </ul> <h2>6.1.8</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/16367">#16367</a> <a href="https://github.com/withastro/astro/commit/a6866a7ef086627f8f8237274361d8acc2f85121"><code>a6866a7</code></a> Thanks <a href="https://github.com/ematipico"><code>@​ematipico</code></a>! - Fixes an issue where build output files could contain special characters (<code>!</code>, <code>~</code>, <code>{</code>, <code>}</code>) in their names, causing deploy failures on platforms like Netlify.</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/16381">#16381</a> <a href="https://github.com/withastro/astro/commit/217c5b3b937f0aee7e59280e8a10cf2bd4237605"><code>217c5b3</code></a> Thanks <a href="https://github.com/ematipico"><code>@​ematipico</code></a>! - Slightly improved the performance of the dev server by caching the internal crawling of the dependencies of a project.</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/16348">#16348</a> <a href="https://github.com/withastro/astro/commit/7d26cd77bc1b33cee81f0e7b408dc2d170be1bdd"><code>7d26cd7</code></a> Thanks <a href="https://github.com/ocavue"><code>@​ocavue</code></a>! - Fixes a bug where emitted assets during a client build would contain always fresh, new hashes in their name. Now the build should be more stable.</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/16317">#16317</a> <a href="https://github.com/withastro/astro/commit/d012bfeadb5b33f9ab1175191d59357d629c327e"><code>d012bfe</code></a> Thanks <a href="https://github.com/das-peter"><code>@​das-peter</code></a>! - Fixes a bug where <code>allowedDomains</code> weren't correctly propagated when using the development server.</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/16379">#16379</a> <a href="https://github.com/withastro/astro/commit/5a845514114ae21ca9820e98b56cce33c0cf579b"><code>5a84551</code></a> Thanks <a href="https://github.com/martrapp"><code>@​martrapp</code></a>! - Improves Vue scoped style handling in DEV mode during client router navigation.</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/16317">#16317</a> <a href="https://github.com/withastro/astro/commit/d012bfeadb5b33f9ab1175191d59357d629c327e"><code>d012bfe</code></a> Thanks <a href="https://github.com/das-peter"><code>@​das-peter</code></a>! - Adds tests to verify settings are properly propagated when using the development server.</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/16282">#16282</a> <a href="https://github.com/withastro/astro/commit/5b0fdaa8ba3dc17f4b93d9847c3255150b0aeab2"><code>5b0fdaa</code></a> Thanks <a href="https://github.com/jmurty"><code>@​jmurty</code></a>! - Fixes build errors on platforms with skew protection enabled (e.g. Vercel, Netlify) for inter-chunk Javascript using dynamic imports</p> </li> <li> <p>Updated dependencies [<a href="https://github.com/withastro/astro/commit/e0b240edea4db632138def3a9003b4b12e12f765"><code>e0b240e</code></a>]:</p> <ul> <li><code>@​astrojs/telemetry</code><a href="https://github.com/3"><code>@​3</code></a>.3.1</li> </ul> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/withastro/astro/commit/c1f2e4f62adc1f2ba7b36f400f38fbab8862bc74"><code>c1f2e4f</code></a> [ci] release (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/16467">#16467</a>)</li> <li><a href="https://github.com/withastro/astro/commit/345fb9e370ddcd633c1043326e723ee43c89a3e4"><code>345fb9e</code></a> chore: fix flaky dev toolbar render time test (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/16500">#16500</a>)</li> <li><a href="https://github.com/withastro/astro/commit/5120ecd4c337a7c59c4956ff8fd6bf327b4abce9"><code>5120ecd</code></a> [ci] format</li> <li><a href="https://github.com/withastro/astro/commit/3d82220a1549e699e34ed433f3846a919f4c02bd"><code>3d82220</code></a> Add AEAD context binding to server island encryption (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/16457">#16457</a>)</li> <li><a href="https://github.com/withastro/astro/commit/1bcb43bf04f3fa8f4623897ae2a937250f35216a"><code>1bcb43b</code></a> Prebundle dev toolbar entrypoint in client environment (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/16480">#16480</a>)</li> <li><a href="https://github.com/withastro/astro/commit/93101cce781585574d6b528bae05d5b6a02e63bd"><code>93101cc</code></a> [ci] format</li> <li><a href="https://github.com/withastro/astro/commit/152700e08178285b240d8ef947cccd47b870ee5f"><code>152700e</code></a> fix: strip sourceMappingURL from dev toolbar entrypoint during dep optimizati...</li> <li><a href="https://github.com/withastro/astro/commit/bc8304121b79f5fdcfb400d6baea977840391134"><code>bc83041</code></a> refactor(astro): migrate test utils to typescript (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/16492">#16492</a>)</li> <li><a href="https://github.com/withastro/astro/commit/5c543c595def9826acdd71c1cb88f08f8d63f1a5"><code>5c543c5</code></a> refactor(astro): add internal entry points for test (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/16473">#16473</a>)</li> <li><a href="https://github.com/withastro/astro/commit/1058428df2d13878c6130787636dd1778273a934"><code>1058428</code></a> Suppress content config warning for projects without content collections (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/16">#16</a>...</li> <li>Additional commits viewable in <a href="https://github.com/withastro/astro/commits/astro@6.1.10/packages/astro">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 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 You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/RayLabsHQ/gitea-mirror/network/alerts). </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-17 19:23:24 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea-mirror#2917