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 next, this PR will be updated.
next
is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, runchangeset pre exit
onnext
.Releases
@astrojs/[email protected]
Major Changes
cb5d3ae
Thanks @Princesseuh! - Updates peer dependency range to support Astro 5@astrojs/[email protected]
Major Changes
cb5d3ae
Thanks @Princesseuh! - Updates peer dependency range to support Astro 5[email protected]
Patch Changes
#12035
325a57c
Thanks @ascorbic! - Correctly parse values returned from inline loader#12022
ddc3a08
Thanks @Princesseuh! - Properly handle including trailing slash on the image endpoint route based on the trailingSlash config#12016
837ee3a
Thanks @matthewp! - Fixes actions with large amount of validation errors#12030
10a756a
Thanks @ascorbic! - Resolves image paths in content layer with initial slash as project-relativeWhen using the
image()
schema helper, previously paths with an initial slash were treated as public URLs. This was to match the behavior of markdown images. However this is a change from before, where paths with an initial slash were treated as project-relative. This change restores the previous behavior, so that paths with an initial slash are treated as project-relative.