PlayForm / Compress

🗜️ Compress —
https://playform.github.io/Compress/
Other
510 stars 12 forks source link

Bump astro from 4.2.3 to 4.2.4 #266

Closed dependabot[bot] closed 9 months ago

dependabot[bot] commented 9 months ago

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 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)