chore(deps-dev): bump astro from 5.13.2 to 5.16.4
Bumps astro from 5.13.2 to 5.16.4.
Release notes
Sourced from astro's releases.
[email protected]
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.
[email protected]
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.[email protected]
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 page[email protected]
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[email protected]
Minor Changes
#13880
1a2ed01Thanks@azat-io! - Adds experimental SVGO optimization support for SVG assetsAstro now supports automatic SVG optimization using SVGO during build time. This experimental feature helps reduce SVG file sizes while maintaining visual quality, improving your site's performance.
To enable SVG optimization with default settings, add the following to your
astro.config.mjs:import { defineConfig } from 'astro/config';export default defineConfig({
... (truncated)
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 syncing5.16.0
Minor Changes
#13880
1a2ed01Thanks@azat-io! - Adds experimental SVGO optimization support for SVG assetsAstro now supports automatic SVG optimization using SVGO during build time. This experimental feature helps reduce SVG file sizes while maintaining visual quality, improving your site's performance.
To enable SVG optimization with default settings, add the following to your
astro.config.mjs:
... (truncated)
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
Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for astro since your current version.
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) You can disable automated security fix PRs for this repo from the Security Alerts page.
⚠️ No Changeset found
Latest commit: 9cc6dc6984b18307d067f275080aa85372680dc9
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
This PR includes no changesets
When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
Deploy Preview for styledictionaryjs ready!
| Name | Link |
|---|---|
| Latest commit | 9cc6dc6984b18307d067f275080aa85372680dc9 |
| Latest deploy log | https://app.netlify.com/projects/styledictionaryjs/deploys/693709ac1debdb0008d8dc47 |
| Deploy Preview | https://deploy-preview-1607--styledictionaryjs.netlify.app |
| Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify project configuration.