[ci] release#16653
Merged
Merged
Conversation
bdfc730 to
9d1b1da
Compare
matthewp
requested changes
May 12, 2026
Contributor
matthewp
left a comment
There was a problem hiding this comment.
Blocking until we know we're safe from Mini Shai-Hulud
9dc1cc6 to
18fb1ab
Compare
0baf95e to
9013cbb
Compare
9013cbb to
948b89e
Compare
matthewp
approved these changes
May 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
astro@6.3.2
Patch Changes
#16675
11d4592Thanks @ascorbic! - Fixes a regression whereAstro.cachewasundefinedwhenexperimental.cachewas not configured.The previous documented behavior is for
Astro.cacheto always be defined as a no-op shim:cache.set()warns once,cache.invalidate()throws andcache.enabledcan be used to gate. This allows library and user code can call cache methods without conditional checks. The cache provider registration was being gated at the call site onexperimental.cachebeing configured, which meant the disabled shim branch inside the provider was unreachable and theAstro.cachegetter was never attached to the context.#16691
0f0a4ceThanks @matthewp! - FixesHTMLElement is not definederror during HMR when using components with client-side scripts (e.g. Starlight<Tabs>) and the Cloudflare adapter#16562
07529ecThanks @matthewp! - Fixes non-prerendered routes failing when a dynamic prerendered route exists in the same project withprerenderEnvironment: 'node'#16638
272185bThanks @ematipico! - Fixes a bug where the Astro compiler wasn't freed at the end of the build. After the fix, the memory used by the compiler is now correctly freed at the end of the build.#16544
d365c97Thanks @matthewp! - TightensisRemotePath()to reject control characters after a leading slash and fixes the dev image endpoint origin check#16685
889e748Thanks @farrosfr! - Improve validation messages forsecurity.csp.directiveswhenscript-srcorstyle-srcare incorrectly placed in thedirectivesarray.#16605
772f13aThanks @rururux! - FixesassetsPrefixnot being available onbuildfromastro:config/server.#16556
f38dec7Thanks @matthewp! - Rejects double-encoded URL paths with a 400 response instead of silently falling back to partial decoding#16659
38bcb25Thanks @jsparkdev! - Fixes&characters appearing as raw entity strings (e.g.&) in<meta>tags when viewed in link previews or raw HTML.Updated dependencies [
d365c97,9256345]:@astrojs/prism@4.0.2
Patch Changes
9256345Thanks @rururux! - Fixes an issue where the<Prism />component failed to work in Cloudflare Workers.@astrojs/cloudflare@13.5.1
Patch Changes
#16707
2ff3f8fThanks @helio-cf! - FixesremoteBindings: falsebeing ignored duringastro build. The Cloudflare prerenderer's internal Vite preview server now receives the user's adapter options, so remote-flagged bindings (e.g. a D1 database withremote: trueinwrangler.toml) are emulated locally during build, matching the existingastro devbehavior.#16652
98c32ccThanks @greatjourney589! - Fixes user-declared KV namespace bindings being duplicated in the generateddist/server/wrangler.json, which caused wrangler validation to fail with " assigned to multiple KV Namespace bindings." The Astro Cloudflare config customizer now returns only the auto-injectedSESSIONbinding and lets@cloudflare/vite-pluginmerge it with the user's wrangler config, instead of pre-merging the user's bindings into the output.#16272
4f9521eThanks @barry3406! - Fixes.astrofiles failing withNo matching export in "html:..." for import "default"when default-imported from a.tsfile#15723
9256345Thanks @rururux! - Fixes an issue where the<Prism />component failed to work in Cloudflare Workers.Updated dependencies [
d365c97]:@astrojs/markdoc@1.0.5
Patch Changes
#15723
9256345Thanks @rururux! - Updates internal type usage from@astrojs/prism.Updated dependencies [
d365c97,9256345,9256345]:@astrojs/mdx@5.0.5
Patch Changes
9256345]:@astrojs/netlify@7.0.9
Patch Changes
#16716
04fdbb2Thanks @delucis! - Updates internal dependenciesUpdated dependencies [
d365c97]:@astrojs/node@10.1.1
Patch Changes
d365c97]:@astrojs/preact@5.1.3
Patch Changes
d365c97]:@astrojs/react@5.0.5
Patch Changes
d365c97]:@astrojs/svelte@8.1.1
Patch Changes
53059beThanks @ocavue! - Adds support for TypeScript v6 to peer dependencies range.@astrojs/vercel@10.0.7
Patch Changes
d365c97]:@astrojs/internal-helpers@0.9.1
Patch Changes
d365c97Thanks @matthewp! - TightensisRemotePath()to reject control characters after a leading slash and fixes the dev image endpoint origin check@astrojs/ts-plugin@1.10.8
Patch Changes
04fdbb2Thanks @delucis! - Drops support for versions of VS Code below 1.101.0 [May 2025]astro-vscode@2.16.15
Patch Changes
04fdbb2Thanks @delucis! - Drops support for versions of VS Code below 1.101.0 [May 2025]@astrojs/markdown-remark@7.1.2
Patch Changes
#15723
9256345Thanks @rururux! - Updates internal type usage from@astrojs/prism.Updated dependencies [
d365c97,9256345]: