Bump astro from 5.14.1 to 5.14.4
Type: Pull Request
State: Closed
Association: Unknown
Comments: 1
(9 months ago)
(9 months ago)
(9 months ago)
dependencies javascript
Bumps astro from 5.14.1 to 5.14.4.
Release notes
Sourced from astro's releases.
astro@5.14.4
Patch Changes
- #14509
7e04cafThanks@ArmandPhilippot! - Fixes an error in the docs that specified an incorrect version for thesecurity.allowedDomainsrelease.astro@5.14.3
Patch Changes
Changelog
Sourced from astro's changelog.
5.14.4
Patch Changes
- #14509
7e04cafThanks@ArmandPhilippot! - Fixes an error in the docs that specified an incorrect version for thesecurity.allowedDomainsrelease.5.14.3
Patch Changes
#14505
28b2a1dThanks@matthewp! - FixesCannot set property manifesterror in test utilities by adding a protected setter for the manifest property#14235
c4d84bbThanks@toxeeec! - Fixes a bug where the "tap" prefetch strategy worked only on the first clicked link with view transitions enabled5.14.2
Patch Changes
#14459
916f9c2Thanks@florian-lefebvre! - Improves font files URLs in development when using the experimental fonts API by showing the subset if present
b8ca69bThanks@ascorbic! - Aligns dev image server file base with Vite rules#14469
1c090b0Thanks@delucis! - Updatestinyexecdependency#14460
008dc75Thanks@florian-lefebvre! - Fixes a case whereastro:config/servervalues typed as URLs would be serialized as strings#13730
7260367Thanks@razonyang! - Fixes a bug in i18n, where Astro caused an infinite loop when a locale that doesn't have an index, and Astro falls back to the index of the default locale.
6ee63bfThanks@matthewp! - Addssecurity.allowedDomainsconfiguration to validateX-Forwarded-Hostheaders in SSRThe
X-Forwarded-Hostheader will now only be trusted if it matches one of the configured allowed host patterns. This prevents host header injection attacks that can lead to cache poisoning and other security vulnerabilities.Configure allowed host patterns to enable
X-Forwarded-Hostsupport:// astro.config.mjs export default defineConfig({ output: 'server', adapter: node(), security: { allowedDomains: [ { hostname: 'example.com' }, { hostname: '*.example.com' }, { hostname: 'cdn.example.com', port: '443' }, ], }, });The patterns support wildcards (
*and**) for flexible hostname matching and can optionally specify protocol and port.
... (truncated)
Commits
3412859[ci] release (#14510)7e04cafdocs: fixsecurity.allowedDomainsversion (#14509)fe1d35c[ci] release (#14507)7926882[ci] formatc4d84bbfix(prefetch): Fix "tap" prefetch strategy when view transitions are enabled ...3bb14b7[ci] release (#14466)7a5aaff[ci] format28b2a1dFix failing x-forwarded-host tests (#14505)ec307b0[ci] format6ee63bfMerge commit from fork- 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: | 10303332 |
| UUID: | 3508497636 |
| Node ID: | PR_kwDONEI_IM6tYXMs |
| Host: | GitHub |
| Repository: | rescript-lang/experimental-rescript-webapi |