build(deps): bump astro from 4.15.9 to 4.16.16 #47

Merged
dependabot[bot] merged 1 commit from dependabot/npm_and_yarn/astro-4.16.16 into main 2025-06-18 21:47:00 +02:00
dependabot[bot] commented 2024-12-01 21:04:25 +01:00 (Migrated from github.com)

Bumps astro from 4.15.9 to 4.16.16.

Release notes

Sourced from astro's releases.

astro@4.16.16

Patch Changes

astro@4.16.15

Patch Changes

astro@4.16.14

Patch Changes

astro@4.16.13

Patch Changes

  • #12436 453ec6b Thanks @​martrapp! - Fixes a potential null access in the clientside router

  • #12392 0462219 Thanks @​apatel369! - Fixes an issue where scripts were not correctly injected during the build. The issue was triggered when there were injected routes with the same entrypoint and different pattern

astro@4.16.12

Patch Changes

  • #12420 acac0af Thanks @​ematipico! - Fixes an issue where the dev server returns a 404 status code when a user middleware returns a valid Response.

astro@4.16.11

Patch Changes

  • #12305 f5f7109 Thanks @​florian-lefebvre! - Fixes a case where the error overlay would not escape the message

  • #12402 823e73b Thanks @​ematipico! - Fixes a case where Astro allowed to call an action without using Astro.callAction. This is now invalid, and Astro will show a proper error.

    ---
    import { actions } from "astro:actions";
    

... (truncated)

Changelog

Sourced from astro's changelog.

4.16.16

Patch Changes

4.16.15

Patch Changes

4.16.14

Patch Changes

4.16.13

Patch Changes

  • #12436 453ec6b Thanks @​martrapp! - Fixes a potential null access in the clientside router

  • #12392 0462219 Thanks @​apatel369! - Fixes an issue where scripts were not correctly injected during the build. The issue was triggered when there were injected routes with the same entrypoint and different pattern

4.16.12

Patch Changes

  • #12420 acac0af Thanks @​ematipico! - Fixes an issue where the dev server returns a 404 status code when a user middleware returns a valid Response.

4.16.11

Patch Changes

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

Note

Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 4.15.9 to 4.16.16. <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@4.16.16</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/12542">#12542</a> <a href="https://github.com/withastro/astro/commit/65e50eb7b6d7b10a193bba7d292804ac0e55be18"><code>65e50eb</code></a> Thanks <a href="https://github.com/kadykov"><code>@​kadykov</code></a>! - Fix JPEG image size determination</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/12525">#12525</a> <a href="https://github.com/withastro/astro/commit/cf0d8b08a0f16bba7310d1a92c82b5a276682e8c"><code>cf0d8b0</code></a> Thanks <a href="https://github.com/ematipico"><code>@​ematipico</code></a>! - Fixes an issue where with <code>i18n</code> enabled, Astro couldn't render the <code>404.astro</code> component for non-existent routes.</p> </li> </ul> <h2>astro@4.16.15</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/withastro/astro/pull/12498">#12498</a> <a href="https://github.com/withastro/astro/commit/b140a3f6d821127f927b7cb938294549e41c5168"><code>b140a3f</code></a> Thanks <a href="https://github.com/ematipico"><code>@​ematipico</code></a>! - Fixes a regression where Astro was trying to access <code>Request.headers</code></li> </ul> <h2>astro@4.16.14</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/12480">#12480</a> <a href="https://github.com/withastro/astro/commit/c3b7e7cfa13603c08eb923703f31a92d514e82db"><code>c3b7e7c</code></a> Thanks <a href="https://github.com/matthewp"><code>@​matthewp</code></a>! - Removes the default throw behavior in <code>astro:env</code></p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/12444">#12444</a> <a href="https://github.com/withastro/astro/commit/28dd3ce5222a667fe113238254edf59318b3fa14"><code>28dd3ce</code></a> Thanks <a href="https://github.com/ematipico"><code>@​ematipico</code></a>! - Fixes an issue where a server island hydration script might fail case the island ID misses from the DOM.</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/12476">#12476</a> <a href="https://github.com/withastro/astro/commit/80a9a5299a9d51f2b09900d3200976d687feae8f"><code>80a9a52</code></a> Thanks <a href="https://github.com/florian-lefebvre"><code>@​florian-lefebvre</code></a>! - Fixes a case where the Content Layer <code>glob()</code> loader would not update when renaming or deleting an entry</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/12418">#12418</a> <a href="https://github.com/withastro/astro/commit/25baa4ed0c5f55fa85c2c7e2c15848937ed1dc9b"><code>25baa4e</code></a> Thanks <a href="https://github.com/oliverlynch"><code>@​oliverlynch</code></a>! - Fix cached image redownloading if it is the first asset</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/12477">#12477</a> <a href="https://github.com/withastro/astro/commit/46f6b386b3db6332f286d79958ef10261958cceb"><code>46f6b38</code></a> Thanks <a href="https://github.com/ematipico"><code>@​ematipico</code></a>! - Fixes an issue where the SSR build was emitting the <code>dist/server/entry.mjs</code> file with an incorrect import at the top of the file/</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/12365">#12365</a> <a href="https://github.com/withastro/astro/commit/a23985b02165c2ddce56d511b3f97b6815c452c9"><code>a23985b</code></a> Thanks <a href="https://github.com/apatel369"><code>@​apatel369</code></a>! - Fixes an issue where <code>Astro.currentLocale</code> was not correctly returning the locale for 404 and 500 pages.</p> </li> </ul> <h2>astro@4.16.13</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/12436">#12436</a> <a href="https://github.com/withastro/astro/commit/453ec6b12f8c021e0bd0fd0ea9f71c8fc280f4b1"><code>453ec6b</code></a> Thanks <a href="https://github.com/martrapp"><code>@​martrapp</code></a>! - Fixes a potential null access in the clientside router</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/12392">#12392</a> <a href="https://github.com/withastro/astro/commit/0462219612183b65867aaaef9fa538d89f201999"><code>0462219</code></a> Thanks <a href="https://github.com/apatel369"><code>@​apatel369</code></a>! - Fixes an issue where scripts were not correctly injected during the build. The issue was triggered when there were injected routes with the same <code>entrypoint</code> and different <code>pattern</code></p> </li> </ul> <h2>astro@4.16.12</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/withastro/astro/pull/12420">#12420</a> <a href="https://github.com/withastro/astro/commit/acac0af53466f8a381ccdac29ed2ad735d7b4e79"><code>acac0af</code></a> Thanks <a href="https://github.com/ematipico"><code>@​ematipico</code></a>! - Fixes an issue where the dev server returns a 404 status code when a user middleware returns a valid <code>Response</code>.</li> </ul> <h2>astro@4.16.11</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/12305">#12305</a> <a href="https://github.com/withastro/astro/commit/f5f71094ec74961b4cca2ee451798abd830c617a"><code>f5f7109</code></a> Thanks <a href="https://github.com/florian-lefebvre"><code>@​florian-lefebvre</code></a>! - Fixes a case where the error overlay would not escape the message</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/12402">#12402</a> <a href="https://github.com/withastro/astro/commit/823e73b164eab4115af31b1de8e978f2b4e0a95d"><code>823e73b</code></a> Thanks <a href="https://github.com/ematipico"><code>@​ematipico</code></a>! - Fixes a case where Astro allowed to call an action without using <code>Astro.callAction</code>. This is now invalid, and Astro will show a proper error.</p> <pre lang="diff"><code>--- import { actions } from &quot;astro:actions&quot;; <p></code></pre></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>4.16.16</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/12542">#12542</a> <a href="https://github.com/withastro/astro/commit/65e50eb7b6d7b10a193bba7d292804ac0e55be18"><code>65e50eb</code></a> Thanks <a href="https://github.com/kadykov"><code>@​kadykov</code></a>! - Fix JPEG image size determination</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/12525">#12525</a> <a href="https://github.com/withastro/astro/commit/cf0d8b08a0f16bba7310d1a92c82b5a276682e8c"><code>cf0d8b0</code></a> Thanks <a href="https://github.com/ematipico"><code>@​ematipico</code></a>! - Fixes an issue where with <code>i18n</code> enabled, Astro couldn't render the <code>404.astro</code> component for non-existent routes.</p> </li> </ul> <h2>4.16.15</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/withastro/astro/pull/12498">#12498</a> <a href="https://github.com/withastro/astro/commit/b140a3f6d821127f927b7cb938294549e41c5168"><code>b140a3f</code></a> Thanks <a href="https://github.com/ematipico"><code>@​ematipico</code></a>! - Fixes a regression where Astro was trying to access <code>Request.headers</code></li> </ul> <h2>4.16.14</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/12480">#12480</a> <a href="https://github.com/withastro/astro/commit/c3b7e7cfa13603c08eb923703f31a92d514e82db"><code>c3b7e7c</code></a> Thanks <a href="https://github.com/matthewp"><code>@​matthewp</code></a>! - Removes the default throw behavior in <code>astro:env</code></p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/12444">#12444</a> <a href="https://github.com/withastro/astro/commit/28dd3ce5222a667fe113238254edf59318b3fa14"><code>28dd3ce</code></a> Thanks <a href="https://github.com/ematipico"><code>@​ematipico</code></a>! - Fixes an issue where a server island hydration script might fail case the island ID misses from the DOM.</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/12476">#12476</a> <a href="https://github.com/withastro/astro/commit/80a9a5299a9d51f2b09900d3200976d687feae8f"><code>80a9a52</code></a> Thanks <a href="https://github.com/florian-lefebvre"><code>@​florian-lefebvre</code></a>! - Fixes a case where the Content Layer <code>glob()</code> loader would not update when renaming or deleting an entry</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/12418">#12418</a> <a href="https://github.com/withastro/astro/commit/25baa4ed0c5f55fa85c2c7e2c15848937ed1dc9b"><code>25baa4e</code></a> Thanks <a href="https://github.com/oliverlynch"><code>@​oliverlynch</code></a>! - Fix cached image redownloading if it is the first asset</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/12477">#12477</a> <a href="https://github.com/withastro/astro/commit/46f6b386b3db6332f286d79958ef10261958cceb"><code>46f6b38</code></a> Thanks <a href="https://github.com/ematipico"><code>@​ematipico</code></a>! - Fixes an issue where the SSR build was emitting the <code>dist/server/entry.mjs</code> file with an incorrect import at the top of the file/</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/12365">#12365</a> <a href="https://github.com/withastro/astro/commit/a23985b02165c2ddce56d511b3f97b6815c452c9"><code>a23985b</code></a> Thanks <a href="https://github.com/apatel369"><code>@​apatel369</code></a>! - Fixes an issue where <code>Astro.currentLocale</code> was not correctly returning the locale for 404 and 500 pages.</p> </li> </ul> <h2>4.16.13</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/12436">#12436</a> <a href="https://github.com/withastro/astro/commit/453ec6b12f8c021e0bd0fd0ea9f71c8fc280f4b1"><code>453ec6b</code></a> Thanks <a href="https://github.com/martrapp"><code>@​martrapp</code></a>! - Fixes a potential null access in the clientside router</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/12392">#12392</a> <a href="https://github.com/withastro/astro/commit/0462219612183b65867aaaef9fa538d89f201999"><code>0462219</code></a> Thanks <a href="https://github.com/apatel369"><code>@​apatel369</code></a>! - Fixes an issue where scripts were not correctly injected during the build. The issue was triggered when there were injected routes with the same <code>entrypoint</code> and different <code>pattern</code></p> </li> </ul> <h2>4.16.12</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/withastro/astro/pull/12420">#12420</a> <a href="https://github.com/withastro/astro/commit/acac0af53466f8a381ccdac29ed2ad735d7b4e79"><code>acac0af</code></a> Thanks <a href="https://github.com/ematipico"><code>@​ematipico</code></a>! - Fixes an issue where the dev server returns a 404 status code when a user middleware returns a valid <code>Response</code>.</li> </ul> <h2>4.16.11</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/withastro/astro/pull/12305">#12305</a> <a href="https://github.com/withastro/astro/commit/f5f71094ec74961b4cca2ee451798abd830c617a"><code>f5f7109</code></a> Thanks <a href="https://github.com/florian-lefebvre"><code>@​florian-lefebvre</code></a>! - Fixes a case where the error overlay would not escape the message</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/withastro/astro/commit/6eac6ba7331c3af7c2b704dc15a133748a2fd18b"><code>6eac6ba</code></a> [ci] release (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/12536">#12536</a>)</li> <li><a href="https://github.com/withastro/astro/commit/65e50eb7b6d7b10a193bba7d292804ac0e55be18"><code>65e50eb</code></a> Fix JPEG image size determination (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/12542">#12542</a>)</li> <li><a href="https://github.com/withastro/astro/commit/6fc29e3c24a23774d2bd960028716a660d3e9b53"><code>6fc29e3</code></a> fix(deps): update all non-major dependencies (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/12410">#12410</a>)</li> <li><a href="https://github.com/withastro/astro/commit/cf0d8b08a0f16bba7310d1a92c82b5a276682e8c"><code>cf0d8b0</code></a> fix(i18n): render <code>404.astro</code> when i18n is enabled (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/12525">#12525</a>)</li> <li><a href="https://github.com/withastro/astro/commit/36d8d921db05bf9222512949a64f5076904dde4d"><code>36d8d92</code></a> [ci] release (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/12501">#12501</a>)</li> <li><a href="https://github.com/withastro/astro/commit/b140a3f6d821127f927b7cb938294549e41c5168"><code>b140a3f</code></a> fix(routing): don't access Request headers (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/12498">#12498</a>)</li> <li><a href="https://github.com/withastro/astro/commit/b9c05f45b2c9780d7b5518adb4a545cf69f075a6"><code>b9c05f4</code></a> [ci] release (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/12452">#12452</a>)</li> <li><a href="https://github.com/withastro/astro/commit/e329657a00ae4b36efa395670eacb66a4bb0c576"><code>e329657</code></a> [ci] format</li> <li><a href="https://github.com/withastro/astro/commit/a23985b02165c2ddce56d511b3f97b6815c452c9"><code>a23985b</code></a> fix: return correct locale in root 404 and 500 page with i18n (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/12365">#12365</a>)</li> <li><a href="https://github.com/withastro/astro/commit/28dd3ce5222a667fe113238254edf59318b3fa14"><code>28dd3ce</code></a> fix: server island hydration (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/12444">#12444</a>)</li> <li>Additional commits viewable in <a href="https://github.com/withastro/astro/commits/astro@4.16.16/packages/astro">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=astro&package-manager=npm_and_yarn&previous-version=4.15.9&new-version=4.16.16)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR 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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
github-actions[bot] commented 2025-01-01 00:39:51 +01:00 (Migrated from github.com)

This PR has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

This PR has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Sign in to join this conversation.
No description provided.