build(build): upgrade to Node 24 and bump npm devDependencies#414
Merged
Conversation
- upgrade setup-node-deps composite action default from Node 20 to 24 - pin Node 24.14.1 in .nvmrc and node:24-slim in Dockerfile - bump cspell 9.4.0 to 10.0.0, lint-staged 16.2.7 to 16.4.0 - bump markdown-table-formatter 1.6.0 to 1.7.0, markdownlint-cli2 0.21.0 to 0.22.0 - update Pester test fixtures from Node 20 to 24 🔧 - Generated by Copilot
Contributor
Dependency ReviewThe following issues were found:
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #414 +/- ##
=======================================
Coverage 50.48% 50.48%
=======================================
Files 267 267
Lines 18188 18188
Branches 1855 1903 +48
=======================================
Hits 9182 9182
Misses 8716 8716
Partials 290 290
*This pull request uses carry forward flags. Click here to find out more. 🚀 New features to boost your workflow:
|
- regenerate package-lock.json with full platform-specific optional dep entries - fix npm ci failure caused by missing entries for @unrs/resolver-binding, fsevents, @napi-rs/wasm-runtime, and @emnapi packages - lockfileVersion 3 now has 19 @unrs/resolver-binding entries (was 2), plus fsevents, @napi-rs, and @emnapi entries (were 0) 🔧 - Generated by Copilot
- add GHSA-c2c7-rcm5-vvqj (ReDoS via extglob quantifiers, CVE-2026-33671) - add GHSA-3v7f-55p6-f55p (method injection in POSIX char classes, CVE-2026-33672) 🔒 - Generated by Copilot
nguyena2
approved these changes
Apr 8, 2026
WilliamBerryiii
pushed a commit
that referenced
this pull request
Apr 8, 2026
🤖 I have created a release *beep* *boop* --- ## [0.6.1](v0.6.0...v0.6.1) (2026-04-08) ### 📦 Build System * **build:** upgrade to Node 24 and bump npm devDependencies ([#414](#414)) ([e46ddcd](e46ddcd)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --------- Co-authored-by: physical-ai-toolchain-release[bot] <267194360+physical-ai-toolchain-release[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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
cspell 10.0.0 drops Node 20 support (requires
>=22.18.0). This PR upgrades the entire repository to Node 24.14.1 and bumps all four pending devDependency updates.Closes #413
Supersedes #402
Type of Change
Component(s) Affected
Testing Performed
npm run spell-check— 544 files, zero issuesnpm run lint:md— 183 files, zero errorsnpm run lint:yaml— zero issuesnpm run test:ps— 1026 tests passed, 0 failedDocumentation Impact
Bug Fix Checklist
Checklist
Changes Summary
.github/actions/setup-node-deps/action.yml'20'→'24.14.1'.github/workflows/deploy-docs.ymlnode-version: 20→'24.14.1'.github/workflows/docusaurus-tests.yml'20'→'24.14.1'data-management/viewer/frontend/.nvmrc22→24.14.1data-management/viewer/frontend/Dockerfilenode:22-slim→node:24.14.1-slimdocs/docusaurus/package.json>=20→>=24package.json>=20→>=24; cspell 9→10, lint-staged 16.2→16.4, markdown-table-formatter 1.6→1.7, markdownlint-cli2 0.21→0.22package-lock.jsonnode-version: '20'→'24.14.1'