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@4.11.1
Patch Changes
#11308
44c61dd
Thanks @ematipico! - Fixes an issue where custom404.astro
and500.astro
were not returning the correct status code when rendered inside a rewriting cycle.#11302
0622567
Thanks @martrapp! - Fixes an issue with the view transition router when redirecting to an URL with different origin.Updated dependencies [
b6afe6a
,41064ce
]:@astrojs/rss@4.0.7
Patch Changes
8ce66f2
Thanks @ematipico! - Fixes an issue where thepagesGlobToRssItems
returned an incorrect type foritems
@astrojs/markdoc@0.11.1
Patch Changes
b6afe6a
,41064ce
]:@astrojs/mdx@3.1.2
Patch Changes
b6afe6a
]:@astrojs/node@8.3.2
Patch Changes
5848d97
Thanks @florian-lefebvre! - Fixesastro:env
getSecret compatibility@astrojs/vercel@7.7.2
Patch Changes
#11323
41064ce
Thanks @ascorbic! - Extracts fs helpers into shared internal-helpers module#11296
5848d97
Thanks @florian-lefebvre! - Fixesastro:env
getSecret compatibilityUpdated dependencies [
41064ce
]:@astrojs/internal-helpers@0.4.1
Patch Changes
41064ce
Thanks @ascorbic! - Extracts fs helpers into shared internal-helpers module@astrojs/markdown-remark@5.1.1
Patch Changes
b6afe6a
Thanks @bluwy! - Handles encoded image paths in internal rehype plugins and return decoded paths from markdown vfile'sdata.imagePaths
@astrojs/underscore-redirects@0.3.4
Patch Changes
#11271
7f956f0
Thanks @florian-lefebvre! - Adds support for forced redirectsRedirects can be forced by setting
force
totrue
:It will append a
!
after the status.