chore: upgrade dependencies to current stable versions#257
Merged
rainerhahnekamp merged 1 commit intoMay 31, 2026
Merged
Conversation
- Node.js 18 → 24 LTS (Node 18 EOL April 2025) across all CI workflows - actions/setup-node v3 → v4 in build and release-please workflows - @types/node 18.19.14 → ^24.0.0 - typescript-eslint + @typescript-eslint/rule-tester ^8.5.0 → ^8.60.0 - nx + @nx/js + @nx/workspace 20.0.7 → 22.7.4 - vitest + @vitest/coverage-v8 ^2.0.3 → ^4.1.7 - All @docusaurus/* packages 3.4.0 → ^3.10.0 (docs/) - TypeScript in docs ~5.2.2 → ~5.5.3 - Node engines in docs >=18.0 → >=24.0 Note: yarn.lock needs to be regenerated locally after checkout. TypeScript 5.5 → 6.0 upgrade is tracked separately due to tsconfig changes. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
f634d36
into
softarc-consulting:main
2 of 4 checks passed
rainerhahnekamp
added a commit
that referenced
this pull request
Jun 2, 2026
* chore: upgrade dependencies to current stable versions (#257) - Node.js 18 → 24 LTS (Node 18 EOL April 2025) across all CI workflows - actions/setup-node v3 → v4 in build and release-please workflows - @types/node 18.19.14 → ^24.0.0 - typescript-eslint + @typescript-eslint/rule-tester ^8.5.0 → ^8.60.0 - nx + @nx/js + @nx/workspace 20.0.7 → 22.7.4 - vitest + @vitest/coverage-v8 ^2.0.3 → ^4.1.7 - All @docusaurus/* packages 3.4.0 → ^3.10.0 (docs/) - TypeScript in docs ~5.2.2 → ~5.5.3 - Node engines in docs >=18.0 → >=24.0 Note: yarn.lock needs to be regenerated locally after checkout. TypeScript 5.5 → 6.0 upgrade is tracked separately due to tsconfig changes. Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com> * fix: update TypeScript target and lib to es2022 to fix build Bumps tsconfig.base.json target/lib from es2015/es2017 to es2022 so Array.prototype.at() and other ES2022 builtins are recognised after the TypeScript 5.9.3 upgrade. Also includes nx migrate artifacts. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * chore: update docs yarn.lock for Docusaurus 3.10.0 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.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.



Summary
nxand related packages from v20 to v22.7.4@typescript-eslint/rule-testerandtypescript-eslintto ^8.60.0vitestand@vitest/coverage-v8from ^2 to ^4@types/nodeto ^24.0.0typescriptin docs to ~5.5.3actions/setup-nodev3 → v4, Node.js 18 → 24 across all workflowsmigrations.jsonentries from the nx upgradeTest plan
yarninstalls cleanlyyarn build)yarn test)🤖 Generated with Claude Code