Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
215 changes: 29 additions & 186 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"jest": "^29.7.0",
"madge": "^8.0.0",
"prettier": "^3.5.3",
"rimraf": "^6.0.1",
"rimraf": "^6.1.1",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

critical

This upgrade of rimraf to version 6.1.1 introduces a new, stricter Node.js engine requirement. rimraf@6.1.1 requires Node.js version 20 or >=22. This could be a breaking change if your project's CI/CD or development environments are running on an older version of Node.js. Please ensure your environments meet this new requirement before merging.

"ts-jest": "^29.3.4",
"typescript": "^5.8.3",
"typescript-eslint": "^8.32.1"
Expand Down