build: update dependency https-proxy-agent to v9 (main)#32932
build: update dependency https-proxy-agent to v9 (main)#32932angular-robot wants to merge 1 commit intoangular:mainfrom
Conversation
See associated pull request for more information.
There was a problem hiding this comment.
Code Review
This pull request updates the https-proxy-agent dependency to version 9.0.0. A review comment highlights that this update increases the minimum Node.js requirement to version 20, which is a breaking change for users on Node.js 18. It is recommended to revert the update to maintain compatibility.
| "browserslist": "^4.26.0", | ||
| "esbuild": "0.27.3", | ||
| "https-proxy-agent": "8.0.0", | ||
| "https-proxy-agent": "9.0.0", |
There was a problem hiding this comment.
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.
| "https-proxy-agent": "9.0.0", | |
| "https-proxy-agent": "8.0.0", |
This PR contains the following updates:
8.0.0→9.0.0Release Notes
TooTallNate/proxy-agents (https-proxy-agent)
v9.0.0Compare Source
Major Changes
7d12b51: Set minimum Node.js version to 20Patch Changes
7ca27d0: Simplify package.json exports to remove unnecessary imports restrictionca12148]7d12b51]7ca27d0]