Skip to content

Chore/update npm deps 2026 06 - #708

Merged
ZeldaZach merged 2 commits into
mainfrom
chore/update-npm-deps-2026-06
Jun 19, 2026
Merged

Chore/update npm deps 2026 06#708
ZeldaZach merged 2 commits into
mainfrom
chore/update-npm-deps-2026-06

Conversation

@ZeldaZach

Copy link
Copy Markdown
Member

No description provided.

ZeldaZach and others added 2 commits June 19, 2026 15:34
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

codecov Bot commented Jun 19, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (cd004fd) to head (17204ca).

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@ZeldaZach
ZeldaZach merged commit 0d5d849 into main Jun 19, 2026
5 checks passed
@ZeldaZach
ZeldaZach deleted the chore/update-npm-deps-2026-06 branch June 19, 2026 19:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant