build(deps): bump @astrojs/node from 9.1.3 to 11.0.2 in /test #61

Open
dependabot[bot] wants to merge 1 commit from dependabot/npm_and_yarn/test/astrojs/node-11.0.2 into local/mlkem-default
dependabot[bot] commented 2026-07-21 03:44:31 -04:00 (Migrated from github.com)

Bumps @astrojs/node from 9.1.3 to 11.0.2.

Release notes

Sourced from @​astrojs/node's releases.

@​astrojs/node@​11.0.2

Patch Changes

  • #17252 eb6f97e Thanks @​matthewp! - Fixes trailing-slash handling for request paths that begin with a backslash

    With trailingSlash: 'always', the standalone Node server could append a trailing slash to a request path that begins with a backslash (for example /\example.com/foo) and echo that path back in the Location header of a 301 response. Because browsers resolve a leading \ the same way as /, the resulting Location could point off-site.

    Such paths are now recognized as internal paths, matching the existing handling for paths that begin with //, so they are no longer rewritten with a trailing slash.

  • Updated dependencies [eb6f97e]:

    • @​astrojs/internal-helpers@​0.10.1

@​astrojs/node@​11.0.1

Patch Changes

@​astrojs/node@​11.0.0

Patch Changes

@​astrojs/node@​11.0.0-beta.2

Patch Changes

@​astrojs/node@​11.0.0-beta.1

Patch Changes

Changelog

Sourced from @​astrojs/node's changelog.

11.0.2

Patch Changes

  • #17252 eb6f97e Thanks @​matthewp! - Fixes trailing-slash handling for request paths that begin with a backslash

    With trailingSlash: 'always', the standalone Node server could append a trailing slash to a request path that begins with a backslash (for example /\example.com/foo) and echo that path back in the Location header of a 301 response. Because browsers resolve a leading \ the same way as /, the resulting Location could point off-site.

    Such paths are now recognized as internal paths, matching the existing handling for paths that begin with //, so they are no longer rewritten with a trailing slash.

  • Updated dependencies [eb6f97e]:

    • @​astrojs/internal-helpers@​0.10.1

11.0.1

Patch Changes

11.0.0

Patch Changes

11.0.0-beta.2

Patch Changes

11.0.0-beta.1

Patch Changes

11.0.0-alpha.0

Patch Changes

10.1.4

Patch Changes

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​astrojs/node since your current version.


Dependabot compatibility score

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 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.
Bumps [@astrojs/node](https://github.com/withastro/astro/tree/HEAD/packages/integrations/node) from 9.1.3 to 11.0.2. <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/11"><code>@​11</code></a>.0.2</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/17252">#17252</a> <a href="https://github.com/withastro/astro/commit/eb6f97e391ee587747e37609c255c7cd4b9cce3c"><code>eb6f97e</code></a> Thanks <a href="https://github.com/matthewp"><code>@​matthewp</code></a>! - Fixes trailing-slash handling for request paths that begin with a backslash</p> <p>With <code>trailingSlash: 'always'</code>, the standalone Node server could append a trailing slash to a request path that begins with a backslash (for example <code>/\example.com/foo</code>) and echo that path back in the <code>Location</code> header of a <code>301</code> response. Because browsers resolve a leading <code>\</code> the same way as <code>/</code>, the resulting <code>Location</code> could point off-site.</p> <p>Such paths are now recognized as internal paths, matching the existing handling for paths that begin with <code>//</code>, so they are no longer rewritten with a trailing slash.</p> </li> <li> <p>Updated dependencies [<a href="https://github.com/withastro/astro/commit/eb6f97e391ee587747e37609c255c7cd4b9cce3c"><code>eb6f97e</code></a>]:</p> <ul> <li><code>@​astrojs/internal-helpers</code><a href="https://github.com/0"><code>@​0</code></a>.10.1</li> </ul> </li> </ul> <h2><code>@​astrojs/node</code><a href="https://github.com/11"><code>@​11</code></a>.0.1</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/withastro/astro/pull/17249">#17249</a> <a href="https://github.com/withastro/astro/commit/02b73b0fc2e32102e788fd9031ce061337490a73"><code>02b73b0</code></a> Thanks <a href="https://github.com/ematipico"><code>@​ematipico</code></a>! - Fixes an issue where the <code>peerDependencies</code> field used incorrect dependencies.</li> </ul> <h2><code>@​astrojs/node</code><a href="https://github.com/11"><code>@​11</code></a>.0.0</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/17054">#17054</a> <a href="https://github.com/withastro/astro/commit/d426b67b1239a82bf001d23ac8e418fea6861be1"><code>d426b67</code></a> Thanks <a href="https://github.com/astrobot-houston"><code>@​astrobot-houston</code></a>! - Fixes an issue where Astro files with non-ASCII characters in their name weren't correctly served after the build.</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/17027">#17027</a> <a href="https://github.com/withastro/astro/commit/241250bf126f39c86a8aedd38df106e533301752"><code>241250b</code></a> Thanks <a href="https://github.com/ocavue"><code>@​ocavue</code></a>! - Triggers beta prereleases for packages that are still on alpha</p> </li> </ul> <h2><code>@​astrojs/node</code><a href="https://github.com/11"><code>@​11</code></a>.0.0-beta.2</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/withastro/astro/pull/17054">#17054</a> <a href="https://github.com/withastro/astro/commit/d426b67b1239a82bf001d23ac8e418fea6861be1"><code>d426b67</code></a> Thanks <a href="https://github.com/astrobot-houston"><code>@​astrobot-houston</code></a>! - Fixes an issue where Astro files with non-ASCII characters in their name weren't correctly served after the build.</li> </ul> <h2><code>@​astrojs/node</code><a href="https://github.com/11"><code>@​11</code></a>.0.0-beta.1</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/withastro/astro/pull/17027">#17027</a> <a href="https://github.com/withastro/astro/commit/241250bf126f39c86a8aedd38df106e533301752"><code>241250b</code></a> Thanks <a href="https://github.com/ocavue"><code>@​ocavue</code></a>! - Triggers beta prereleases for packages that are still on alpha</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>11.0.2</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/17252">#17252</a> <a href="https://github.com/withastro/astro/commit/eb6f97e391ee587747e37609c255c7cd4b9cce3c"><code>eb6f97e</code></a> Thanks <a href="https://github.com/matthewp"><code>@​matthewp</code></a>! - Fixes trailing-slash handling for request paths that begin with a backslash</p> <p>With <code>trailingSlash: 'always'</code>, the standalone Node server could append a trailing slash to a request path that begins with a backslash (for example <code>/\example.com/foo</code>) and echo that path back in the <code>Location</code> header of a <code>301</code> response. Because browsers resolve a leading <code>\</code> the same way as <code>/</code>, the resulting <code>Location</code> could point off-site.</p> <p>Such paths are now recognized as internal paths, matching the existing handling for paths that begin with <code>//</code>, so they are no longer rewritten with a trailing slash.</p> </li> <li> <p>Updated dependencies [<a href="https://github.com/withastro/astro/commit/eb6f97e391ee587747e37609c255c7cd4b9cce3c"><code>eb6f97e</code></a>]:</p> <ul> <li><code>@​astrojs/internal-helpers</code><a href="https://github.com/0"><code>@​0</code></a>.10.1</li> </ul> </li> </ul> <h2>11.0.1</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/withastro/astro/pull/17249">#17249</a> <a href="https://github.com/withastro/astro/commit/02b73b0fc2e32102e788fd9031ce061337490a73"><code>02b73b0</code></a> Thanks <a href="https://github.com/ematipico"><code>@​ematipico</code></a>! - Fixes an issue where the <code>peerDependencies</code> field used incorrect dependencies.</li> </ul> <h2>11.0.0</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/17054">#17054</a> <a href="https://github.com/withastro/astro/commit/d426b67b1239a82bf001d23ac8e418fea6861be1"><code>d426b67</code></a> Thanks <a href="https://github.com/astrobot-houston"><code>@​astrobot-houston</code></a>! - Fixes an issue where Astro files with non-ASCII characters in their name weren't correctly served after the build.</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/17027">#17027</a> <a href="https://github.com/withastro/astro/commit/241250bf126f39c86a8aedd38df106e533301752"><code>241250b</code></a> Thanks <a href="https://github.com/ocavue"><code>@​ocavue</code></a>! - Triggers beta prereleases for packages that are still on alpha</p> </li> </ul> <h2>11.0.0-beta.2</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/withastro/astro/pull/17054">#17054</a> <a href="https://github.com/withastro/astro/commit/d426b67b1239a82bf001d23ac8e418fea6861be1"><code>d426b67</code></a> Thanks <a href="https://github.com/astrobot-houston"><code>@​astrobot-houston</code></a>! - Fixes an issue where Astro files with non-ASCII characters in their name weren't correctly served after the build.</li> </ul> <h2>11.0.0-beta.1</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/withastro/astro/pull/17027">#17027</a> <a href="https://github.com/withastro/astro/commit/241250bf126f39c86a8aedd38df106e533301752"><code>241250b</code></a> Thanks <a href="https://github.com/ocavue"><code>@​ocavue</code></a>! - Triggers beta prereleases for packages that are still on alpha</li> </ul> <h2>11.0.0-alpha.0</h2> <h3>Patch Changes</h3> <ul> <li>Updated dependencies [<a href="https://github.com/withastro/astro/commit/cafec4e23365061491103dfce2e889a15cf86f27"><code>cafec4e</code></a>, <a href="https://github.com/withastro/astro/commit/cafec4e23365061491103dfce2e889a15cf86f27"><code>cafec4e</code></a>, <a href="https://github.com/withastro/astro/commit/c30a7789a477e44826c54c8560587d09dc46a229"><code>c30a778</code></a>, <a href="https://github.com/withastro/astro/commit/ee079d4c7f143076b84d663c832911009a077c7f"><code>ee079d4</code></a>]: <ul> <li>astro@7.0.0-alpha.0</li> </ul> </li> </ul> <h2>10.1.4</h2> <h3>Patch Changes</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/withastro/astro/commit/a86160ee79e4600bf77f89eb2dc84782acdeab6f"><code>a86160e</code></a> [ci] release (<a href="https://github.com/withastro/astro/tree/HEAD/packages/integrations/node/issues/17256">#17256</a>)</li> <li><a href="https://github.com/withastro/astro/commit/fee9069cc1547fb6b4725b728207e3aea90364e4"><code>fee9069</code></a> [ci] format</li> <li><a href="https://github.com/withastro/astro/commit/eb6f97e391ee587747e37609c255c7cd4b9cce3c"><code>eb6f97e</code></a> Treat backslash-prefixed paths as internal in trailing-slash handling (<a href="https://github.com/withastro/astro/tree/HEAD/packages/integrations/node/issues/17252">#17252</a>)</li> <li><a href="https://github.com/withastro/astro/commit/7d8ec1f10365a1e99e226172e5694bf078b25a51"><code>7d8ec1f</code></a> [ci] release (<a href="https://github.com/withastro/astro/tree/HEAD/packages/integrations/node/issues/17237">#17237</a>)</li> <li><a href="https://github.com/withastro/astro/commit/02b73b0fc2e32102e788fd9031ce061337490a73"><code>02b73b0</code></a> fix: peer deps of packages (<a href="https://github.com/withastro/astro/tree/HEAD/packages/integrations/node/issues/17249">#17249</a>)</li> <li><a href="https://github.com/withastro/astro/commit/0a054e74a3960451d913288ca9d7f11b4899ac1f"><code>0a054e7</code></a> chore(head): normalize html charset declarations (<a href="https://github.com/withastro/astro/tree/HEAD/packages/integrations/node/issues/17197">#17197</a>)</li> <li><a href="https://github.com/withastro/astro/commit/d5fbee8ec341049dc5ddc7b6c251b7a859abf437"><code>d5fbee8</code></a> chore(deps): update sharp to v0.35 (<a href="https://github.com/withastro/astro/tree/HEAD/packages/integrations/node/issues/17234">#17234</a>)</li> <li><a href="https://github.com/withastro/astro/commit/2bfb179545249786e9f395325c88a9dfef574acb"><code>2bfb179</code></a> chore: simpler package.json types (<a href="https://github.com/withastro/astro/tree/HEAD/packages/integrations/node/issues/17229">#17229</a>)</li> <li><a href="https://github.com/withastro/astro/commit/dc260dae5a6d4bff23f30945e984ae4b2b377d96"><code>dc260da</code></a> Remove legacy &quot;X-UA-Compatible&quot; meta tags (<a href="https://github.com/withastro/astro/tree/HEAD/packages/integrations/node/issues/17162">#17162</a>)</li> <li><a href="https://github.com/withastro/astro/commit/f55ba4caca7c587555da86e3211ae1f1b3407c5f"><code>f55ba4c</code></a> [ci] release (<a href="https://github.com/withastro/astro/tree/HEAD/packages/integrations/node/issues/17132">#17132</a>)</li> <li>Additional commits viewable in <a href="https://github.com/withastro/astro/commits/@astrojs/node@11.0.2/packages/integrations/node">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~GitHub%20Actions">GitHub Actions</a>, a new releaser for <code>@​astrojs/node</code> since your current version.</p> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@astrojs/node&package-manager=npm_and_yarn&previous-version=9.1.3&new-version=11.0.2)](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/orpheuslummis/bun-mlkem/network/alerts). </details>
autofix-troubleshooter commented 2026-07-21 03:46:15 -04:00 (Migrated from github.com)

Hi! I'm the autofix logoautofix.ci troubleshooter bot.

It looks like you correctly set up a CI job that uses the autofix.ci GitHub Action, but the autofix.ci GitHub App has not been installed for this repository. This means that autofix.ci unfortunately does not have the permissions to fix this pull request. If you are the repository owner, please install the app and then restart the CI workflow! 😃

Hi! I'm the <a href="https://autofix.ci"><img alt="autofix logo" src="https://autofix.ci/logo/logo.svg" width="16"><strong>autofix.ci</strong></a> troubleshooter bot. It looks like you correctly set up a CI job that uses the autofix.ci GitHub Action, but the [**autofix.ci GitHub App**](https://github.com/apps/autofix-ci/) has not been installed for this repository. This means that autofix.ci unfortunately does not have the permissions to fix this pull request. If you are the repository owner, please install the app and then restart the CI workflow! 😃
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin dependabot/npm_and_yarn/test/astrojs/node-11.0.2:dependabot/npm_and_yarn/test/astrojs/node-11.0.2
git switch dependabot/npm_and_yarn/test/astrojs/node-11.0.2

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch local/mlkem-default
git merge --no-ff dependabot/npm_and_yarn/test/astrojs/node-11.0.2
git switch dependabot/npm_and_yarn/test/astrojs/node-11.0.2
git rebase local/mlkem-default
git switch local/mlkem-default
git merge --ff-only dependabot/npm_and_yarn/test/astrojs/node-11.0.2
git switch dependabot/npm_and_yarn/test/astrojs/node-11.0.2
git rebase local/mlkem-default
git switch local/mlkem-default
git merge --no-ff dependabot/npm_and_yarn/test/astrojs/node-11.0.2
git switch local/mlkem-default
git merge --squash dependabot/npm_and_yarn/test/astrojs/node-11.0.2
git switch local/mlkem-default
git merge --ff-only dependabot/npm_and_yarn/test/astrojs/node-11.0.2
git switch local/mlkem-default
git merge dependabot/npm_and_yarn/test/astrojs/node-11.0.2
git push origin local/mlkem-default
Sign in to join this conversation.
No description provided.