chore(deps): upgrade Shiki to v4 - #602
Merged
Merged
Conversation
Contributor
|
@songkeys is attempting to deploy a commit to the Vercel Team on Vercel. A member of the Team first needs to authorize it. |
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
songkeys
force-pushed
the
chore/shiki-v4
branch
from
August 29, 2026 11:25
2cb01f2 to
5151201
Compare
3 tasks
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.
Description
Upgrade
@streamdown/codeand the documentation website from Shiki 3 to Shiki 4.4.3. Shiki v4 requires Node.js 20 or newer, so this also updates the repository prerequisite and declares the requirement on the published code plugin.Type of Change
Related Issues
No related issue.
Changes Made
^3.19.0to^4.4.3.@streamdown/codepackage metadata.@streamdown/code.Testing
Test Coverage
pnpm --filter @streamdown/code buildpnpm --filter @streamdown/code test(22 tests)pnpm build:packagespnpm --filter website buildpnpm test(all 6 test tasks passed; 1,704 tests total)pnpm checkScreenshots/Demos
Not applicable; this dependency upgrade does not change the user interface.
Checklist
pnpm changeset)Changeset
Additional Notes
The Shiki v4 API used by
@streamdown/coderemains compatible with the existing implementation; no source changes were required. The Node.js 20 minimum is the only intended breaking change.The lockfile still contains Shiki 3 through documentation-tooling transitive dependencies. This PR upgrades Streamdown's direct Shiki dependencies only.