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
2 changes: 1 addition & 1 deletion ng-dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"tsx": "4.21.0",
"typescript": "6.0.3",
"utf-8-validate": "6.0.6",
"which": "6.0.1",
"which": "7.0.0",
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

high

The update to which@7.0.0 introduces significantly more restrictive Node.js engine requirements: ^22.22.2 || ^24.15.0 || >=26.0.0. This version drops support for Node.js 20 and earlier versions of Node.js 22 and 24.

Since other dependencies in this project (such as @angular-devkit/core) still support Node.js 20, and the project's own @types/node is at 24.12.2 (which is below the 24.15.0 minimum for the v24 range), this update will likely cause installation failures or runtime issues in many environments. It is recommended to revert to which@6 to maintain compatibility unless a project-wide Node.js version bump is intended.

Suggested change
"which": "7.0.0",
"which": "6.0.1",

"yaml": "2.8.4",
"yargs": "18.0.0",
"zod": "^4.3.6"
Expand Down
14 changes: 12 additions & 2 deletions pnpm-lock.yaml

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

Loading