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
@astrojs/[email protected]
Major Changes
68c20be66
Thanks @equt! - Filter out draft in RSS generation[email protected]
Minor Changes
d72da5290
Thanks @bholmesdev! - Addastro sync
CLI command for type generationPatch Changes
#5668
9674cf56c
Thanks @bholmesdev! - Remove strayconsole.log
from content collections error message#5652
0b5098758
Thanks @bluwy! - Use acorn to postprocess Astro globs#5648
853081d1c
Thanks @bholmesdev! - Prevent relative image paths insrc/content/
#5678
f8f576829
Thanks @bluwy! - Fix code generation quotes handling#5635
376f67011
Thanks @SegaraRai! - Addserver.headers
typingUpdated dependencies [
853081d1c
,2c65b433b
]:@astrojs/[email protected]
Minor Changes
#5654
2c65b433b
Thanks @delucis! - Run heading ID injection after user pluginsIf you are using a rehype plugin that depends on heading IDs injected by Astro, the IDs will no longer be available when your plugin runs by default.
To inject IDs before your plugins run, import and add the
rehypeHeadingIds
plugin to yourrehypePlugins
config:Patch Changes
#5667
a5ba4af79
Thanks @bholmesdev! - Chore: remove verbose "Now interiting Markdown plugins..." logs#5648
853081d1c
Thanks @bholmesdev! - Prevent relative image paths insrc/content/
Updated dependencies [
853081d1c
,2c65b433b
]:@astrojs/[email protected]
Minor Changes
a467139e1
Thanks @andreademasi! - Ignore warnings when traced file fails to parse@astrojs/[email protected]
Minor Changes
#5654
2c65b433b
Thanks @delucis! - Refactor and exportrehypeHeadingIds
pluginThe
rehypeHeadingIds
plugin injects IDs for all headings in a Markdown document and can now also handle MDX inputs if needed. You can import and use this plugin if you need heading IDs to be injected before other rehype plugins run.Patch Changes
853081d1c
Thanks @bholmesdev! - Prevent relative image paths insrc/content/