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.
Motivation and Context
Jira Link:
Description
How has this been tested?
Screenshots (if appropriate):
Types of changes
Checklist:
Note
Medium Risk
Primarily dependency/toolchain upgrades plus updated Node/Docker targets, which can cause CI/build/runtime differences across environments. Low code-path risk, but moderate compatibility risk (Node 22/24, Vitest/Playwright, Express 5) and packaging changes.
Overview
Updates dependencies and build tooling across the monorepo, including Lerna/Torus scripts, ESLint/Prettier/TypeScript, and package versions.
Raises runtime/build targets by updating package
engines(packages now require Node 22+/npm 10+) and shifting the server Docker image tonode:24-alpine, alongside TypeScript config tweaks for NodeNext/ES2022 output.Refreshes testing/config by updating Vitest browser test configuration (Playwright provider + multi-browser instances) and adjusting top-level Torus build config flags.
Written by Cursor Bugbot for commit e3f7535. This will update automatically on new commits. Configure here.