Bump astro from 5.13.4 to 5.13.5
Type: Pull Request
State: Open
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 0
(13 days ago)
(13 days ago)
dependencies javascript
r3nya
Bumps astro from 5.13.4 to 5.13.5.
Release notes
Sourced from astro's releases.
astro@5.13.5
Patch Changes
#14286
09c5db3
Thanks@ematipico
! - BREAKING CHANGES only to the experimental CSP featureThe following runtime APIs of the
Astro
global have been renamed:
Astro.insertDirective
toAstro.csp.insertDirective
Astro.insertStyleResource
toAstro.csp.insertStyleResource
Astro.insertStyleHash
toAstro.csp.insertStyleHash
Astro.insertScriptResource
toAstro.csp.insertScriptResource
Astro.insertScriptHash
toAstro.csp.insertScriptHash
The following runtime APIs of the
APIContext
have been renamed:
ctx.insertDirective
toctx.csp.insertDirective
ctx.insertStyleResource
toctx.csp.insertStyleResource
ctx.insertStyleHash
toctx.csp.insertStyleHash
ctx.insertScriptResource
toctx.csp.insertScriptResource
ctx.insertScriptHash
toctx.csp.insertScriptHash
#14283
3224637
Thanks@ematipico
! - Fixes an issue where CSP headers were incorrectly injected in the development server.#14275
3e2f20d
Thanks@florian-lefebvre
! - Adds support for experimental CSP when using experimental fontsExperimental fonts now integrate well with experimental CSP by injecting hashes for the styles it generates, as well as
font-src
directives.No action is required to benefit from it.
#14280
4b9fb73
Thanks@ascorbic
! - Fixes a bug that caused cookies to not be correctly set when using middleware sequences#14276
77281c4
Thanks@ArmandPhilippot
! - Adds a missing export forresolveSrc
, a documented image services utility.
Changelog
Sourced from astro's changelog.
5.13.5
Patch Changes
#14286
09c5db3
Thanks@ematipico
! - BREAKING CHANGES only to the experimental CSP featureThe following runtime APIs of the
Astro
global have been renamed:
Astro.insertDirective
toAstro.csp.insertDirective
Astro.insertStyleResource
toAstro.csp.insertStyleResource
Astro.insertStyleHash
toAstro.csp.insertStyleHash
Astro.insertScriptResource
toAstro.csp.insertScriptResource
Astro.insertScriptHash
toAstro.csp.insertScriptHash
The following runtime APIs of the
APIContext
have been renamed:
ctx.insertDirective
toctx.csp.insertDirective
ctx.insertStyleResource
toctx.csp.insertStyleResource
ctx.insertStyleHash
toctx.csp.insertStyleHash
ctx.insertScriptResource
toctx.csp.insertScriptResource
ctx.insertScriptHash
toctx.csp.insertScriptHash
#14283
3224637
Thanks@ematipico
! - Fixes an issue where CSP headers were incorrectly injected in the development server.#14275
3e2f20d
Thanks@florian-lefebvre
! - Adds support for experimental CSP when using experimental fontsExperimental fonts now integrate well with experimental CSP by injecting hashes for the styles it generates, as well as
font-src
directives.No action is required to benefit from it.
#14280
4b9fb73
Thanks@ascorbic
! - Fixes a bug that caused cookies to not be correctly set when using middleware sequences#14276
77281c4
Thanks@ArmandPhilippot
! - Adds a missing export forresolveSrc
, a documented image services utility.
Commits
71562f2
[ci] release (#14277)e21da85
[ci] format4b9fb73
fix: don't lose cookies in middleware sequences (#14280)77281c4
fix: add missing export for a documented image service utility (#14276)72ab59b
[ci] format09c5db3
refactor(csp): move methods insidecsp
getter (#14286)3224637
fix(csp): CSP headers in development server (#14283)3e2f20d
feat(fonts): csp 2 (#14275)- See full diff 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 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)
Pull Request Statistics
1
2
+8
-8
Package Dependencies
Technical Details
ID: | 6134703 |
UUID: | 2788583191 |
Node ID: | PR_kwDOAfijYM6mNmcX |
Host: | GitHub |
Repository: | r3nya/r3nya.github.io |
Merge State: | Unknown |