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 packages/angular/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"ini": "6.0.0",
"jsonc-parser": "3.3.1",
"listr2": "10.2.1",
"npm-package-arg": "13.0.2",
"npm-package-arg": "14.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

This update to npm-package-arg v14.0.0 introduces a breaking change in Node.js version support, now requiring node ^22.22.2 || ^24.15.0 || >=26.0.0. This is significantly more restrictive than the current Node.js LTS versions (18, 20). Additionally, this major version likely transitions the package to ESM-only, which will cause runtime errors if the CLI (which lacks "type": "module" in its package.json) attempts to import it without proper ESM support.

"pacote": "21.5.0",
"parse5-html-rewriting-stream": "8.0.1",
"semver": "7.8.0",
Expand Down
35 changes: 33 additions & 2 deletions pnpm-lock.yaml

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

Loading