chore(deps-dev): bump astro from 1.6.10 to 5.15.9
Bumps astro from 1.6.10 to 5.15.9.
Release notes
Sourced from astro's releases.
[email protected]
Patch Changes
#14786
758a891Thanks@mef! - Add handling of invalid encrypted props and slots in server islands.#14783
504958fThanks@florian-lefebvre! - Improves the experimental Fonts API build log to show the number of downloaded files. This can help spotting excessive downloading because of misconfiguration#14791
9e9c528Thanks@Princesseuh! - Changes the remote protocol checks for images to require explicit authorization in order to use data URIs.In order to allow data URIs for remote images, you will need to update your
astro.config.mjsfile to include the following configuration:// astro.config.mjs import { defineConfig } from 'astro/config';export default defineConfig({ images: { remotePatterns: [ { protocol: 'data', }, ], }, });
#14787
0f75f6bThanks@matthewp! - Fixes wildcard hostname pattern matching to correctly reject hostnames without dotsPreviously, hostnames like
localhostor other single-part names would incorrectly match patterns like*.example.com. The wildcard matching logic has been corrected to ensure that only valid subdomains matching the pattern are accepted.#14776
3537876Thanks@ktym4a! - Fixes the behavior ofpassthroughImageServiceso it does not generate webp.[email protected]
Patch Changes
#14772
00c579aThanks@matthewp! - Improves the security of Server Islands slots by encrypting them before transmission to the browser, matching the security model used for props. This improves the integrity of slot content and prevents injection attacks, even when component templates don't explicitly support slots.Slots continue to work as expected for normal usage—this change has no breaking changes for legitimate requests.
#14771
6f80081Thanks@matthewp! - Fix middleware pathname matching by normalizing URL-encoded pathsMiddleware now receives normalized pathname values, ensuring that encoded paths like
/%61dminare properly decoded to/adminbefore middleware checks. This prevents potential security issues where middleware checks might be bypassed through URL encoding.[email protected]
Patch Changes
... (truncated)
Changelog
Sourced from astro's changelog.
1.9.2
Patch Changes
1.9.1
Patch Changes
adad7e966Thanks@matthewp! - Fix for hoisted scripts in project with spaces in the file path1.9.0
Minor Changes
- #5666
bf210f784Thanks@bholmesdev! - Correctly handle spaces and capitalization insrc/content/file names. This introduces github-slugger for slug generation to ensure slugs are usable bygetStaticPaths. Changes:
- Resolve spaces and capitalization:
collection/Entry With Spaces.mdbecomescollection/entry-with-spaces.- Truncate
/indexpaths to base URL:collection/index.mdbecomescollectionPatch Changes
#5720
fe316be86Thanks@umarov! - Do not add base path to a hoisted script body#5706
c2844a79cThanks@bluwy! - Add preact and sitemap integration to config load external list#5700
3aa3e00a6Thanks@bholmesdev! - Fiximport.meta.env.DEValways being set totruewhen using Content Collections1.8.0
Minor Changes
- #5647
d72da5290Thanks@bholmesdev! - Addastro syncCLI command for type generationPatch Changes
#5668
9674cf56cThanks@bholmesdev! - Remove strayconsole.logfrom content collections error message#5652
0b5098758Thanks@bluwy! - Use acorn to postprocess Astro globs#5648
853081d1cThanks@bholmesdev! - Prevent relative image paths insrc/content/#5678
f8f576829Thanks@bluwy! - Fix code generation quotes handling#5635
376f67011Thanks@SegaraRai! - Addserver.headerstypingUpdated dependencies [
853081d1c,2c65b433b]:
@astrojs/markdown-remark@1.2.01.7.2
... (truncated)
Commits
7a07f02[ci] release (#14788)8cf3f05[ci] format758a891fix(astro): handle invalid encrypted props in server island (#14786)3537876fix:passthroughImageServicegenerate webp (#14776)048e4dc[ci] format9e9c528fix: require explicit authorization to use data urls (#14791)0f75f6bFix wildcard hostname matching to reject hostnames without dots (#14787)504958ffeat(fonts): log number of downloaded files (#14783)24e28d2fix(deps): update astro dependencies (#14779)60af4d0[ci] release (#14773)- 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: ad70f095fb99f10e1df2501fd3808a427219645c
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