chore(deps): upgrade all dependencies to latest major versions#2
Merged
Conversation
- typescript 4→5, jest 27→29, ts-jest 27→29 - @types/jest 26→29, @types/node 16→20 - remark 14→15, remark-directive 2→4 - remark-frontmatter 4→5, remark-math 5→6 - Replace remark-gfm with individual GFM plugins to remove autolink literal false positives with CJK - Remove mdast-util-gfm-autolink-literal monkey-patch - Fix @tootallnate/once vulnerability via jest upgrade
- Add packageManager field to package.json - Update CI workflow pnpm version from ^10.9.8 to 11.0.9
- remark 15→14, remark-directive 4→2, remark-frontmatter 4→5, remark-math 5→6 - Restore remark-gfm@3 and mdast-util-gfm-autolink-literal@1 - Restore original parse-md.ts with monkey-patch - Keep devDependencies upgrades (jest 29, typescript 5)
- jest 29→27, ts-jest 29→27, @types/jest 29→26 - Restore original snapshot format (Object/Array) - Only typescript 4→5 upgrade remains
hustcc
approved these changes
Jun 16, 2026
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.
Closes #1
Summary
Upgrade all dependencies to their latest major versions and fix a vulnerability.
Changes
devDependencies:
runtime dependencies:
Architecture:
remark-gfmwith individual GFM plugins (footnote, strikethrough, table, task-list-item) to avoid false-positive autolink detection on CJK textmdast-util-gfm-autolink-literaland its monkey-patch hack@tootallnate/oncevulnerability (jest 27→29)Verification