chore(deps): update remark-cjk-friendly and remark-cjk-friendly-gfm-strikethrough to v2.x#455
Merged
haydenbleasel merged 2 commits intovercel:mainfrom Mar 10, 2026
Merged
Conversation
…to v2.x Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: Tatsunori Uchino <tats.u@live.jp>
Contributor
|
@tats-u 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.
|
Member
|
Thanks @tats-u 🙏 |
Contributor
Author
|
Thank you for the merge, but I forgot to mention that the reason their size decreased was simply because I optimized the bundle method and eliminated code duplication by switching their bundler from tsup to tsdown. |
Contributor
Author
|
It's a hassle to have to create a new Changeset file just to fix another Changeset. |
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
Bump
remark-cjk-friendlyandremark-cjk-friendly-gfm-strikethroughfrom v1.x (^1.2.3) to v2.x (^2.0.1). The sole breaking change in v2.0.0 is dropping Node 16—Streamdown already requires Node ≥18, so no functional impact. Actual code is identical to the latest v1.x; v2.0.1 only addedpackage.jsonimportability. Net benefit: ~8kB install size reduction and version alignment with other consumers of these packages.Type of Change
Related Issues
Related to #185
Changes Made
remark-cjk-friendlyandremark-cjk-friendly-gfm-strikethroughto^2.0.1inpackages/streamdown-cjk/package.jsonandapps/test/package.jsonpnpm-lock.yaml@streamdown/cjkTesting
Added new tests for the changes(N/A)Manually tested the changes(N/A)Test Coverage
No code has been changed
Screenshots/Demos
No visual change
Checklist
I have commented my code, particularly in hard-to-understand areas(N/A)I have made corresponding changes to the documentation(N/A)I have added tests that prove my fix is effective or that my feature works(N/A)—The code itself has not been changedpnpm changeset)Changeset
Additional Notes
Based on tats-u#1
Copilot Coding Agent powered by Claude Opus 4.6
The changeset patch level should have been set to patch, but I mistakenly instructed it to be minor. I corrected it by hand.