[ci] release - #17849
Open
astrobot-houston wants to merge 1 commit into
Open
Conversation
Release security reviewPassed No release-blocking vulnerabilities were found. Reviewed commit: |
github-actions
Bot
force-pushed
the
changeset-release/main
branch
7 times, most recently
from
August 29, 2026 10:51
3b444b6 to
3260245
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 29, 2026 17:24
3260245 to
b115b0a
Compare
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
@astrojs/mdx@8.0.0
Major Changes
#17262
f8e9458Thanks @Princesseuh! - Moves MDX file processing to the Markdown processors.'@astrojs/mdx' is still required to add MDX support to your project. However, it now delegates the MDX files processing to Markdown processors.
What should I do?
If you haven't explicitly installed a Markdown processor, you don't need to do anything.
Otherwise, ensure that your configured Markdown processor uses the following version:
@astrojs/markdown-satteri0.4.0 or later if you usesatteri()@astrojs/markdown-remark7.3.0 or later if you useunified()Patch Changes
#17262
f8e9458Thanks @Princesseuh! - Fixes.mdxfiles still usingmarkdown.processorwhenextendMarkdownConfigisfalse. They now use a clean default processor instead; passmdx({ processor })to choose one explicitly.#17262
f8e9458Thanks @Princesseuh! - Adds a warning when the deprecatedremarkPlugins,rehypePlugins,recmaPluginsandremarkRehypeoptions are ignored because your Markdown processor does not run them. They still apply when your processor isunified(), and were previously dropped silently otherwise.Updated dependencies [
f8e9458,f8e9458]:@astrojs/internal-helpers@0.11.0
Minor Changes
f8e9458Thanks @Princesseuh! - Adds an@astrojs/internal-helpers/mdxentrypoint with the shared helpers the Markdown processor packages use to render.mdxfiles.@astrojs/markdown-remark@7.3.0
Minor Changes
#17262
f8e9458Thanks @Princesseuh! - Adds MDX rendering to theunified()andsatteri()processors.Both processors now compile
.mdxfiles themselves. You still need to install@astrojs/mdxto add MDX support to your project.#17262
f8e9458Thanks @Princesseuh! - Adds arecmaPluginsoption tounified()for adding recma (estree/JSX) plugins to the MDX compiler.Patch Changes
f8e9458]:@astrojs/markdown-satteri@0.4.0
Minor Changes
#17262
f8e9458Thanks @Princesseuh! - Adds MDX rendering to theunified()andsatteri()processors.Both processors now compile
.mdxfiles themselves. You still need to install@astrojs/mdxto add MDX support to your project.Patch Changes
f8e9458]:astro@7.2.10
Patch Changes
#17262
f8e9458Thanks @Princesseuh! - Fixes@astrojs/markdown-remarkbeing pinned to an exact version.#17833
413a6e7Thanks @astro-factory! - Fixes prerender conflict warnings to correctly identify the route that first rendered a duplicate pathname, instead of misattributing the conflict to an unrelated route that merely matches the URL pattern#17755
157c500Thanks @matthewp! - Fixes a bug where editing a content collection entry duringastro devon Windows kept serving stale content until the dev server was restarted. The data store now notifies the dev server directly after each write instead of relying only on the file watcher, which can miss the atomic rename that commits the write on some platforms.Updated dependencies [
f8e9458,f8e9458]:@astrojs/cloudflare@14.2.6
Patch Changes
#17854
07b919fThanks @ematipico! - Added@astrojs/prismto the list of dependencies to optimise. The dev server is now faster for sites that use Prism as code highlighter.#17850
1301c37Thanks @matthewp! - Fixes React SSR failures on the first Cloudflare dev request when JSON logging is enabledUpdated dependencies [
f8e9458]:@astrojs/markdoc@2.0.9
Patch Changes
f8e9458]:@astrojs/netlify@8.2.5
Patch Changes
f8e9458]:@astrojs/node@11.1.5
Patch Changes
f8e9458]:@astrojs/preact@6.0.5
Patch Changes
f8e9458]:@astrojs/react@6.0.5
Patch Changes
f8e9458]:@astrojs/sitemap@3.7.4
Patch Changes
52d3f56Thanks @astro-factory! - Fixes the sitemap outputting a URL with an empty path for the homepage (e.g.https://example.cominstead ofhttps://example.com/) whentrailingSlashis set to"never"orbuild.formatis set to"file"@astrojs/vercel@11.0.9
Patch Changes
f8e9458]:@astrojs/language-server@2.16.16
Patch Changes
a51c533Thanks @wakqasahmed! - Fixesastro checksilently skipping.astrofiles that are only reachable through a TypeScript project reference (a tsconfig referenced viareferencesin another tsconfig). These files are now checked and reported like any other.astrofile.