-
Notifications
You must be signed in to change notification settings - Fork 11.9k
build: update dependency undici to v8 (main) #32933
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -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" | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This update to
Suggested change
|
||||||
| }, | ||||||
| "peerDependencies": { | ||||||
| "@angular/compiler-cli": "0.0.0-ANGULAR-FW-PEER-DEP", | ||||||
|
|
||||||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updating
undicitov8.0.0is 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 tov7.24.7instead.