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/build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"beasties": "0.4.1",
"browserslist": "^4.26.0",
"esbuild": "0.27.3",
"https-proxy-agent": "8.0.0",
"https-proxy-agent": "9.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 to https-proxy-agent v9.0.0 increases the minimum Node.js requirement to version 20 (up from version 14 in v8.0.0), as reflected in the pnpm-lock.yaml changes for agent-base and https-proxy-agent. This is a breaking change that will affect users on Node.js 18, which is still a supported LTS version. Unless this package is also dropping support for Node.js 18 in this release, this dependency update should be reverted.

Suggested change
"https-proxy-agent": "9.0.0",
"https-proxy-agent": "8.0.0",

"istanbul-lib-instrument": "6.0.3",
"jsonc-parser": "3.3.1",
"listr2": "10.2.1",
Expand Down
22 changes: 11 additions & 11 deletions pnpm-lock.yaml

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

Loading