Bump astro from 4.2.3 to 4.2.4 #15

Merged
dependabot[bot] merged 1 commits from dependabot/npm_and_yarn/astro-4.2.4 into main 2024-01-24 06:59:20 +00:00
dependabot[bot] commented 2024-01-24 06:32:38 +00:00 (Migrated from github.com)

Bumps astro from 4.2.3 to 4.2.4.

Release notes

Sourced from astro's releases.

astro@4.2.4

Patch Changes

  • #9792 e22cb8b10c0ca9f6d88cab53cd2713f57875ab4b Thanks @​tugrulates! - Accept aria role switch on toolbar audit.

  • #9606 e6945bcf23b6ad29388bbadaf5bb3cc31dd4a114 Thanks @​eryue0220! - Fixes escaping behavior for .html files and components

  • #9786 5b29550996a7f5459a0d611feea6e51d44e1d8ed Thanks @​Fryuni! - Fixes a regression in routing priority for index pages in rest parameter folders and dynamic sibling trees.

    Considering the following tree:

    src/pages/
    ├── index.astro
    ├── static.astro
    ├── [dynamic_file].astro
    ├── [...rest_file].astro
    ├── blog/
    │   └── index.astro
    ├── [dynamic_folder]/
    │   ├── index.astro
    │   ├── static.astro
    │   └── [...rest].astro
    └── [...rest_folder]/
        ├── index.astro
        └── static.astro
    

    The routes are sorted in this order:

    /src/pages/index.astro
    /src/pages/blog/index.astro
    /src/pages/static.astro
    /src/pages/[dynamic_folder]/index.astro
    /src/pages/[dynamic_file].astro
    /src/pages/[dynamic_folder]/static.astro
    /src/pages/[dynamic_folder]/[...rest].astro
    /src/pages/[...rest_folder]/static.astro
    /src/pages/[...rest_folder]/index.astro
    /src/pages/[...rest_file]/index.astro
    

    This allows for index files to be used as overrides to rest parameter routes on SSR when the rest parameter matching undefined is not desired.

  • #9775 075706f26d2e11e66ef8b52288d07e3c0fa97eb1 Thanks @​lilnasy! - Simplifies internals that handle endpoints.

  • #9773 9aa7a5368c502ae488d3a173e732d81f3d000e98 Thanks @​LunaticMuch! - Raises the required vite version to address a vulnerability in vite.server.fs.deny that affected the dev mode.

  • #9781 ccc05d54014e24c492ca5fddd4862f318aac8172 Thanks @​stevenbenner! - Fix build failure when image file name includes special characters

Changelog

Sourced from astro's changelog.

4.2.4

Patch Changes

  • #9792 e22cb8b10c0ca9f6d88cab53cd2713f57875ab4b Thanks @​tugrulates! - Accept aria role switch on toolbar audit.

  • #9606 e6945bcf23b6ad29388bbadaf5bb3cc31dd4a114 Thanks @​eryue0220! - Fixes escaping behavior for .html files and components

  • #9786 5b29550996a7f5459a0d611feea6e51d44e1d8ed Thanks @​Fryuni! - Fixes a regression in routing priority for index pages in rest parameter folders and dynamic sibling trees.

    Considering the following tree:

    src/pages/
    ├── index.astro
    ├── static.astro
    ├── [dynamic_file].astro
    ├── [...rest_file].astro
    ├── blog/
    │   └── index.astro
    ├── [dynamic_folder]/
    │   ├── index.astro
    │   ├── static.astro
    │   └── [...rest].astro
    └── [...rest_folder]/
        ├── index.astro
        └── static.astro
    

    The routes are sorted in this order:

    /src/pages/index.astro
    /src/pages/blog/index.astro
    /src/pages/static.astro
    /src/pages/[dynamic_folder]/index.astro
    /src/pages/[dynamic_file].astro
    /src/pages/[dynamic_folder]/static.astro
    /src/pages/[dynamic_folder]/[...rest].astro
    /src/pages/[...rest_folder]/static.astro
    /src/pages/[...rest_folder]/index.astro
    /src/pages/[...rest_file]/index.astro
    

    This allows for index files to be used as overrides to rest parameter routes on SSR when the rest parameter matching undefined is not desired.

  • #9775 075706f26d2e11e66ef8b52288d07e3c0fa97eb1 Thanks @​lilnasy! - Simplifies internals that handle endpoints.

  • #9773 9aa7a5368c502ae488d3a173e732d81f3d000e98 Thanks @​LunaticMuch! - Raises the required vite version to address a vulnerability in vite.server.fs.deny that affected the dev mode.

... (truncated)

Commits

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 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)
Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 4.2.3 to 4.2.4. <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.2.4</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/9792">#9792</a> <a href="https://github.com/withastro/astro/commit/e22cb8b10c0ca9f6d88cab53cd2713f57875ab4b"><code>e22cb8b10c0ca9f6d88cab53cd2713f57875ab4b</code></a> Thanks <a href="https://github.com/tugrulates"><code>@​tugrulates</code></a>! - Accept aria role <code>switch</code> on toolbar audit.</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/9606">#9606</a> <a href="https://github.com/withastro/astro/commit/e6945bcf23b6ad29388bbadaf5bb3cc31dd4a114"><code>e6945bcf23b6ad29388bbadaf5bb3cc31dd4a114</code></a> Thanks <a href="https://github.com/eryue0220"><code>@​eryue0220</code></a>! - Fixes escaping behavior for <code>.html</code> files and components</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/9786">#9786</a> <a href="https://github.com/withastro/astro/commit/5b29550996a7f5459a0d611feea6e51d44e1d8ed"><code>5b29550996a7f5459a0d611feea6e51d44e1d8ed</code></a> Thanks <a href="https://github.com/Fryuni"><code>@​Fryuni</code></a>! - Fixes a regression in routing priority for index pages in rest parameter folders and dynamic sibling trees.</p> <p>Considering the following tree:</p> <pre><code>src/pages/ ├── index.astro ├── static.astro ├── [dynamic_file].astro ├── [...rest_file].astro ├── blog/ │ └── index.astro ├── [dynamic_folder]/ │ ├── index.astro │ ├── static.astro │ └── [...rest].astro └── [...rest_folder]/ ├── index.astro └── static.astro </code></pre> <p>The routes are sorted in this order:</p> <pre><code>/src/pages/index.astro /src/pages/blog/index.astro /src/pages/static.astro /src/pages/[dynamic_folder]/index.astro /src/pages/[dynamic_file].astro /src/pages/[dynamic_folder]/static.astro /src/pages/[dynamic_folder]/[...rest].astro /src/pages/[...rest_folder]/static.astro /src/pages/[...rest_folder]/index.astro /src/pages/[...rest_file]/index.astro </code></pre> <p>This allows for index files to be used as overrides to rest parameter routes on SSR when the rest parameter matching <code>undefined</code> is not desired.</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/9775">#9775</a> <a href="https://github.com/withastro/astro/commit/075706f26d2e11e66ef8b52288d07e3c0fa97eb1"><code>075706f26d2e11e66ef8b52288d07e3c0fa97eb1</code></a> Thanks <a href="https://github.com/lilnasy"><code>@​lilnasy</code></a>! - Simplifies internals that handle endpoints.</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/9773">#9773</a> <a href="https://github.com/withastro/astro/commit/9aa7a5368c502ae488d3a173e732d81f3d000e98"><code>9aa7a5368c502ae488d3a173e732d81f3d000e98</code></a> Thanks <a href="https://github.com/LunaticMuch"><code>@​LunaticMuch</code></a>! - Raises the required vite version to address a vulnerability in <code>vite.server.fs.deny</code> that affected the dev mode.</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/9781">#9781</a> <a href="https://github.com/withastro/astro/commit/ccc05d54014e24c492ca5fddd4862f318aac8172"><code>ccc05d54014e24c492ca5fddd4862f318aac8172</code></a> Thanks <a href="https://github.com/stevenbenner"><code>@​stevenbenner</code></a>! - Fix build failure when image file name includes special characters</p> </li> </ul> </blockquote> </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.2.4</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/9792">#9792</a> <a href="https://github.com/withastro/astro/commit/e22cb8b10c0ca9f6d88cab53cd2713f57875ab4b"><code>e22cb8b10c0ca9f6d88cab53cd2713f57875ab4b</code></a> Thanks <a href="https://github.com/tugrulates"><code>@​tugrulates</code></a>! - Accept aria role <code>switch</code> on toolbar audit.</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/9606">#9606</a> <a href="https://github.com/withastro/astro/commit/e6945bcf23b6ad29388bbadaf5bb3cc31dd4a114"><code>e6945bcf23b6ad29388bbadaf5bb3cc31dd4a114</code></a> Thanks <a href="https://github.com/eryue0220"><code>@​eryue0220</code></a>! - Fixes escaping behavior for <code>.html</code> files and components</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/9786">#9786</a> <a href="https://github.com/withastro/astro/commit/5b29550996a7f5459a0d611feea6e51d44e1d8ed"><code>5b29550996a7f5459a0d611feea6e51d44e1d8ed</code></a> Thanks <a href="https://github.com/Fryuni"><code>@​Fryuni</code></a>! - Fixes a regression in routing priority for index pages in rest parameter folders and dynamic sibling trees.</p> <p>Considering the following tree:</p> <pre><code>src/pages/ ├── index.astro ├── static.astro ├── [dynamic_file].astro ├── [...rest_file].astro ├── blog/ │ └── index.astro ├── [dynamic_folder]/ │ ├── index.astro │ ├── static.astro │ └── [...rest].astro └── [...rest_folder]/ ├── index.astro └── static.astro </code></pre> <p>The routes are sorted in this order:</p> <pre><code>/src/pages/index.astro /src/pages/blog/index.astro /src/pages/static.astro /src/pages/[dynamic_folder]/index.astro /src/pages/[dynamic_file].astro /src/pages/[dynamic_folder]/static.astro /src/pages/[dynamic_folder]/[...rest].astro /src/pages/[...rest_folder]/static.astro /src/pages/[...rest_folder]/index.astro /src/pages/[...rest_file]/index.astro </code></pre> <p>This allows for index files to be used as overrides to rest parameter routes on SSR when the rest parameter matching <code>undefined</code> is not desired.</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/9775">#9775</a> <a href="https://github.com/withastro/astro/commit/075706f26d2e11e66ef8b52288d07e3c0fa97eb1"><code>075706f26d2e11e66ef8b52288d07e3c0fa97eb1</code></a> Thanks <a href="https://github.com/lilnasy"><code>@​lilnasy</code></a>! - Simplifies internals that handle endpoints.</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/9773">#9773</a> <a href="https://github.com/withastro/astro/commit/9aa7a5368c502ae488d3a173e732d81f3d000e98"><code>9aa7a5368c502ae488d3a173e732d81f3d000e98</code></a> Thanks <a href="https://github.com/LunaticMuch"><code>@​LunaticMuch</code></a>! - Raises the required vite version to address a vulnerability in <code>vite.server.fs.deny</code> that affected the dev mode.</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/eaf483fe73871e2cc8c22d17a13a550b0f0ff4e7"><code>eaf483f</code></a> [ci] release (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/9785">#9785</a>)</li> <li><a href="https://github.com/withastro/astro/commit/d7543d4e1be0e6f9d7a1c5c715e33b3ec09eb2b6"><code>d7543d4</code></a> [ci] format</li> <li><a href="https://github.com/withastro/astro/commit/5b29550996a7f5459a0d611feea6e51d44e1d8ed"><code>5b29550</code></a> Fix regression on dynamic sibling trees and index inside rest parameter folde...</li> <li><a href="https://github.com/withastro/astro/commit/659087be1aa7468ef11e7d8fc0da45c3f90087e4"><code>659087b</code></a> [ci] format</li> <li><a href="https://github.com/withastro/astro/commit/e6945bcf23b6ad29388bbadaf5bb3cc31dd4a114"><code>e6945bc</code></a> Fix <code>.html</code> file escaping (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/9606">#9606</a>)</li> <li><a href="https://github.com/withastro/astro/commit/2e58904cd44eb6a36d2b093dc3b27ee29758326b"><code>2e58904</code></a> [ci] format</li> <li><a href="https://github.com/withastro/astro/commit/ccc05d54014e24c492ca5fddd4862f318aac8172"><code>ccc05d5</code></a> Fix build failure when image file name includes special characters (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/9781">#9781</a>)</li> <li><a href="https://github.com/withastro/astro/commit/e22cb8b10c0ca9f6d88cab53cd2713f57875ab4b"><code>e22cb8b</code></a> fix: accept the 'switch' aria role during a11y checks (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/9792">#9792</a>)</li> <li><a href="https://github.com/withastro/astro/commit/17f27e7cebe612ba38fcee09e35df0a8e0ce86cd"><code>17f27e7</code></a> [ci] format</li> <li><a href="https://github.com/withastro/astro/commit/075706f26d2e11e66ef8b52288d07e3c0fa97eb1"><code>075706f</code></a> refactor: remove endpoint handling infra (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/9775">#9775</a>)</li> <li>Additional commits viewable in <a href="https://github.com/withastro/astro/commits/astro@4.2.4/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.2.3&new-version=4.2.4)](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 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>
dependabot[bot] commented 2024-01-24 06:32:39 +00:00 (Migrated from github.com)

The following labels could not be found: npm.

The following labels could not be found: `npm`.
Adammatthiesen (Migrated from github.com) approved these changes 2024-01-24 06:59:11 +00:00
Sign in to join this conversation.
No description provided.