Upgrade pnpm dependencies and Node.js runtime - #33
Merged
Conversation
|
@icapitalan My initial findings are below. Priority / Should fix
Worth looking at
|
Member
Author
|
Good call! Rev'd |
iCapitalDoug
approved these changes
May 22, 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.
Summary
Monthly dependency upgrades for May 2026. Bumps Node.js runtime to latest 24.x LTS and applies all semver-compatible (minor/patch) package updates across the workspace. Also aligns
jestandglobalsmajor versions across the workspace to match the root, resolving pre-existing cross-major mismatches flagged in review.Runtime
Cross-Major Alignment
These match the root, which was already on the newer major:
Minor Version Changes
Patch Version Changes
Outstanding Major Versions (deferred)
@eslint/js9 → 10,eslint9 → 10,eslint-plugin-n17 → 18eslint-plugin-react-hooks4 → 7,@testing-library/react15 → 16,react18 → 19,react-dom18 → 19,@types/react18 → 19@types/node20 → 25@rollup/plugin-babel6 → 7,@rollup/plugin-commonjs25 → 29,@rollup/plugin-node-resolve15 → 16,@rollup/plugin-replace5 → 6,@rollup/plugin-typescript11 → 12babel-loader9 → 10,globals16 → 17Pre-existing peer-dep warnings remain:
eslint-plugin-react-hooks@4andtypescript-eslint@7don't supporteslint@9— blocked by the major upgrades above.Test plan
pnpm installsucceedspnpm lintpassespnpm testpasses (7/7 across vanilla + react)pnpm buildpasses (vanilla + react)pnpm typecheckpasses