Merge/11 4/dev/2026 08 12 - #295
Closed
renatoathaydes wants to merge 6 commits into
Closed
Conversation
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
npm 11 no longer installs vitest's optional jsdom peer, leaving the root-hoisted vitest unable to resolve it. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
IS-9818 Update .nvmrc to Node 24.19.0.
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the repository’s JavaScript toolchain baseline to Node.js 24.19.0 / npm 11.17.0, aligns developer docs to reference the repo-wide .nvmrc, and refreshes lockfile state accordingly.
Changes:
- Bump
enginesconstraints across workspaces and the root to Node.js>=24.19.0and npm>=11.17.0, and update.nvmrcto24.19.0. - Update READMEs to reference
.nvmrcas the source of truth for Node/npm versions. - Add root
jsdomdevDependency and pin Cypress to15.20.0, with correspondingpackage-lock.jsonupdates.
Reviewed changes
Copilot reviewed 9 out of 10 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| src/self-service-portal/app/package.json | Updates Node/npm engines; pins Cypress; keeps toolchain dependencies aligned with updated lockfile. |
| src/identity-server/README.md | Switches prerequisites guidance to use .nvmrc. |
| src/identity-server/package.json | Updates Node/npm engines to the new baseline. |
| src/haapi-react-sdk/package.json | Updates Node/npm engines to the new baseline. |
| src/haapi-react-app/package.json | Updates Node/npm engines to the new baseline. |
| src/common/component-library/README.md | Switches prerequisites guidance to use .nvmrc. |
| src/common/component-library/package.json | Updates Node/npm engines to the new baseline. |
| package.json | Updates Node/npm engines and adds jsdom devDependency at the root workspace. |
| package-lock.json | Lockfile refresh reflecting engine bump, jsdom addition, and Cypress update. |
| .nvmrc | Sets the repo’s Node version to 24.19.0. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
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.