fix: add changeset to bump @astrojs/markdown-remark and fix missing ./shiki export#15676
Merged
ematipico merged 1 commit intowithastro:mainfrom Feb 26, 2026
Merged
Conversation
🦋 Changeset detectedLatest commit: b63952a The changes in this PR will be included in the next version bump. Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
./shiki export./shiki export
ArmandPhilippot
approved these changes
Feb 26, 2026
Member
ArmandPhilippot
left a comment
There was a problem hiding this comment.
Oh, nice catch! I think this is right given the history. And the changeset looks good to me. Thank you!
ematipico
approved these changes
Feb 26, 2026
Merged
Contributor
Author
|
Thank you! 😆 |
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.
fixes: #15675
Changes
A changeset was missing for the
./shikisubpath export addition in @astrojs/markdown-remark, so the package was never re-published with that change.As a result, the published version (7.0.0-beta.7) is outdated and packages that depend on @astrojs/markdown-remark (such as astro itself) fail when trying to resolve the
./shikispecifier.This PR adds the missing changeset to trigger a new release.
Testing
N/A
Docs
N/A