Chore/update npm deps 2026 06 - #708
Merged
Merged
Conversation
Update all dependencies to the latest versions allowed by existing semver ranges (axios, eslint, jest, sass, vue, vitepress, etc.). Pin typescript to ^5.9.3: it is not a direct dependency, and the transitive resolver was pulling TypeScript 6.0, which broke ts-jest type resolution for the __tests__ suite. TS 6 is a separate migration. Verified: 26 tests pass, eslint/markdownlint clean, vitepress build OK. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
- uuid 13 -> 14 (only used as v4() in util/generate-feeds.js; the v14 breaking change is the buffer-fill bounds check, not exercised here) - markdownlint-cli 0.48 -> 0.49 Held back @babel/* at 7.x: @babel/node 8 breaks babel-node (ERR_MODULE_NOT_FOUND for @babel/node/lib/babel-node) under this ESM + Node setup, which breaks the build and generate:* scripts. Verified: 26 tests pass, eslint/markdownlint clean, vitepress build OK, generate:types and generate:feeds (uuid v4) run clean. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #708 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 1 1
Lines 69 69
Branches 27 27
=========================================
Hits 69 69 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
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.
No description provided.