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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
"source-map-support": "0.5.21",
"tslib": "2.8.1",
"typescript": "6.0.2",
"undici": "7.24.6",
"undici": "8.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

Updating undici to v8.0.0 is a major breaking change. Most notably, it increases the minimum Node.js requirement to >=22.19.0 (as evidenced in the lockfile), which drops support for current LTS versions like Node.js 18 and 20. Additionally, HTTP/2 is now enabled by default, which may cause connectivity issues in environments with incompatible proxies or legacy servers. If maintaining compatibility with older Node.js LTS versions is required, consider updating to v7.24.7 instead.

Suggested change
"undici": "8.0.0",
"undici": "7.24.7",

"unenv": "^1.10.0",
"verdaccio": "6.3.2",
"verdaccio-auth-memory": "^10.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/angular_devkit/build_angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"@angular/ssr": "workspace:*",
"browser-sync": "3.0.4",
"ng-packagr": "22.0.0-next.1",
"undici": "7.24.6"
"undici": "8.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 undici v8.0.0 introduces a minimum Node.js requirement of >=22.19.0. This will break compatibility for users on Node.js 18 or 20. If this package is intended to be used in environments still running these LTS versions, it is recommended to stay on the v7 branch.

Suggested change
"undici": "8.0.0"
"undici": "7.24.7"

},
"peerDependencies": {
"@angular/compiler-cli": "0.0.0-ANGULAR-FW-PEER-DEP",
Expand Down
14 changes: 10 additions & 4 deletions pnpm-lock.yaml

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

Loading