build: update dependency https-proxy-agent to v7 - autoclosed#25270
Closed
angular-robot wants to merge 1 commit intoangular:mainfrom
Closed
build: update dependency https-proxy-agent to v7 - autoclosed#25270angular-robot wants to merge 1 commit intoangular:mainfrom
angular-robot wants to merge 1 commit intoangular:mainfrom
Conversation
e986397 to
9343c9c
Compare
58cf4de to
f6a6fa3
Compare
f6a6fa3 to
43f11e5
Compare
0bb8e7a to
0bd8dc1
Compare
0bd8dc1 to
d625a05
Compare
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
5.0.1->7.0.25.0.1->7.0.2Release Notes
TooTallNate/proxy-agents (https-proxy-agent)
v7.0.2Compare Source
Patch Changes
e625d10: Support SNI for proxy serversv7.0.1Compare Source
Patch Changes
23fe1e3: Correct the header parsing logic to stop before the response content to avoid generating an exception.v7.0.0Compare Source
Major Changes
b3860aa: RemovesecureProxygetterIt was not meant to be a public property. If you were using it, just use
agent.proxy.protocol === 'https:'instead.v6.2.1Compare Source
Patch Changes
0b8a0b7: Properly reject errors during proxyCONNECTresponsev6.2.0Compare Source
Minor Changes
8ff9faa: "headers" option can now be a functionPatch Changes
66b4c63]v6.1.0Compare Source
Minor Changes
fd6209c: Emit "proxyConnect" event on HTTPrequestobject (part of #153)c573dbe: Emit "proxyConnect" event on Agent instancePatch Changes
7674748: Update@types/nodeto v14.18.457674748]v6.0.0Compare Source
Major Changes
d99a7c8: Major version bump for all packagesHttpsProxyAgentconstructor argument has been split into two arguments.Upgrading from 5.x to 6.x
In version 5.x, the
HttpsProxyAgentconstructor took a single argument of either (A) astring, or (B) an object matching the output ofthe deprecated
url.parse()methodand various extra options.
Now the constructor takes two separate arguments:
string, or (B) a WHATWGURLobjecthttp.Agent,net.TcpNetConnectOpts, andtls.ConnectionOptionsproperties and/or custom options supported by this package.If you were using an object argument in 5.x, you'll need to change the first argument to match the structure of the
URLclass, and moveany other options to the second argument.
5.x usage:
Updated 6.x usage:
Minor Changes
4333067: Add support for corekeepAlive: truePatch Changes
c169ced: Convert mocha tests to jest for all packages06775a8: Add test forrejectUnauthorized: falsemissing on request optionsc169ced]d99a7c8]4333067]Configuration
📅 Schedule: Branch creation - "after 10:00pm every weekday,before 4:00am every weekday,every weekend" in timezone America/Tijuana, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Renovate Bot.