Bump astro from 5.16.0 to 5.16.4
Type: Pull Request
State: Open
Association: Unknown
Comments: 1
(6 months ago)
(6 months ago)
dependencies javascript
Bumps astro from 5.16.0 to 5.16.4.
Release notes
Sourced from astro's releases.
astro@5.16.4
Patch Changes
#14940
2cf79c2Thanks@ematipico! - Fixes a bug where Astro didn't properly combine CSP resources from thecspconfiguration with those added using the runtime API (Astro.csp.insertDirective()) to form grammatically correct CSP headersNow Astro correctly deduplicate CSP resources. For example, if you have a global resource in the configuration file, and then you add a a new one using the runtime APIs.
astro@5.16.3
Patch Changes
#14889
4bceeb0Thanks@florian-lefebvre! - Fixes actions types when using specific TypeScript configurations#14929
e0f277dThanks@matthewp! - Fixes authentication bypass via double URL encoding in middlewarePrevents attackers from bypassing path-based authentication checks using multi-level URL encoding (e.g.,
/%2561dmininstead of/%61dmin). Pathnames are now validated after decoding to ensure no additional encoding remains.astro@5.16.2
Patch Changes
#14876
b43dc7fThanks@florian-lefebvre! - Fixes a vite warning log during builds when using npm#14884
10273e0Thanks@florian-lefebvre! - Fixes a case where setting the status of a page to404in ssr would show an empty page (or404.astropage if provided) instead of using the current pageastro@5.16.1
Patch Changes
#14769
b43ee71Thanks@adriandlam! - Fixes an unhandled rejection issue when using Astro with Vercel Workflow DevKit#14761
345eb22Thanks@ooga! - Updatesbuttonattributes types to allowcommandandcommandfor#14866
65e214bThanks@GameRoMan! - FixesAstro.globto be correctly marked as deprecated#14894
1ad9a5bThanks@delucis! - Fixes support for Astro component rendering in Vitest test suites using a “client” environment such ashappy-domorjsdom#14782
abed929Thanks@florian-lefebvre! - Improves syncing
Changelog
Sourced from astro's changelog.
5.16.4
Patch Changes
#14940
2cf79c2Thanks@ematipico! - Fixes a bug where Astro didn't properly combine CSP resources from thecspconfiguration with those added using the runtime API (Astro.csp.insertDirective()) to form grammatically correct CSP headersNow Astro correctly deduplicate CSP resources. For example, if you have a global resource in the configuration file, and then you add a a new one using the runtime APIs.
5.16.3
Patch Changes
#14889
4bceeb0Thanks@florian-lefebvre! - Fixes actions types when using specific TypeScript configurations#14929
e0f277dThanks@matthewp! - Fixes authentication bypass via double URL encoding in middlewarePrevents attackers from bypassing path-based authentication checks using multi-level URL encoding (e.g.,
/%2561dmininstead of/%61dmin). Pathnames are now validated after decoding to ensure no additional encoding remains.5.16.2
Patch Changes
#14876
b43dc7fThanks@florian-lefebvre! - Fixes a vite warning log during builds when using npm#14884
10273e0Thanks@florian-lefebvre! - Fixes a case where setting the status of a page to404in ssr would show an empty page (or404.astropage if provided) instead of using the current page5.16.1
Patch Changes
#14769
b43ee71Thanks@adriandlam! - Fixes an unhandled rejection issue when using Astro with Vercel Workflow DevKit#14761
345eb22Thanks@ooga! - Updatesbuttonattributes types to allowcommandandcommandfor#14866
65e214bThanks@GameRoMan! - FixesAstro.globto be correctly marked as deprecated#14894
1ad9a5bThanks@delucis! - Fixes support for Astro component rendering in Vitest test suites using a “client” environment such ashappy-domorjsdom#14782
abed929Thanks@florian-lefebvre! - Improves syncing
Commits
141c676[ci] release (#14930)d9a43e1[ci] format2cf79c2fix(csp): deduplicate CSP resources (#14940)c8ac8e5chore(fonts): classes (#14920)33333e8[ci] release (#14922)aa58d05[ci] formate0f277dfix: prevent authentication bypass via double URL encoding in middleware (#14...4bceeb0fix: actions infer symbol (#14889)e82358c[ci] release (#14918)0a2fe43[ci] format- 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Package Dependencies
Technical Details
| ID: | 11847326 |
| UUID: | 3706797892 |
| Node ID: | PR_kwDOKJYqUs63s7oU |
| Host: | GitHub |
| Repository: | roebi/astro-github-api-plugin |