Update Node and repo dependencies#2521
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the repo’s maintenance baseline to Node 24, refreshes several repo-wide dependencies (notably Lerna and rimraf), and adjusts the visual-test harness to reduce flakiness under the new runtime.
Changes:
- Bump Node engine and GitHub Actions workflow Node versions from 22 → 24.
- Upgrade tooling dependencies (
lerna,replace-in-file,rimraf) and migrate away fromlerna bootstrap/useWorkspaces. - Stabilize visual tests (server binding for Docker Chromium access, Storybook root handling, longer Jest timeout, serial Docker Chromium run).
Reviewed changes
Copilot reviewed 11 out of 12 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| packages/visual-tests/test-environment-setup.js | Increases Jest timeout and supports #storybook-root for visual checks/setups. |
| packages/visual-tests/setup.js | Binds the Storybook static server to 0.0.0.0 for Docker Chromium connectivity. |
| packages/visual-tests/package.json | Runs the Docker Chromium visual-test suite serially and upgrades rimraf. |
| packages/components/package.json | Upgrades rimraf. |
| packages/components-vue/package.json | Upgrades rimraf. |
| packages/components-react/package.json | Upgrades rimraf. |
| package.json | Switches bootstrap to Yarn install semantics, upgrades lerna/replace-in-file/rimraf, and bumps Node engine to 24.x. |
| lerna.json | Removes legacy useWorkspaces config. |
| .github/workflows/release.yml | Updates CI Node version to 24. |
| .github/workflows/publish.yml | Updates CI Node version to 24. |
| .github/workflows/build-pr.yml | Updates CI Node version to 24. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Updates the repository maintenance baseline to Node 24 and refreshes the requested repo-wide dependencies in order.
Summary:
replace-in-file,rimraf, andlernawith Yarn installs after each step.useWorkspacesoption.#storybook-root, increasing Jest timeout, and running the Docker Chromium suite serially.Validation:
yarn buildyarn workspace @telekom/scale-storybook-vue build --quietyarn bootstrapyarn workspace @telekom/scale-visual-tests test:m1: 29 passed, 9 skipped, 392 tests passed, 464 snapshots passed