-
Notifications
You must be signed in to change notification settings - Fork 84
fix(deps): update dependency https-proxy-agent to v7 #1403
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
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/https-proxy-agent-7.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
0c7a862 to
73a6659
Compare
73a6659 to
5a03ee1
Compare
57c4db3 to
d9c2790
Compare
d9c2790 to
b5f18a6
Compare
8255869 to
360a696
Compare
46eb577 to
19bc7b1
Compare
c953eea to
fd9f5de
Compare
ccdf291 to
b4eb32d
Compare
b4eb32d to
387ed50
Compare
16d4e94 to
96f9567
Compare
96f9567 to
9cd7144
Compare
8635fd0 to
9910fa3
Compare
57f02a4 to
51a7f67
Compare
2206502 to
659d018
Compare
ed75076 to
0a3fd5f
Compare
a3bc73e to
33f3b4a
Compare
e61912a to
3f39980
Compare
cdfde36 to
d70e2de
Compare
d70e2de to
444f5b8
Compare
444f5b8 to
bfc191d
Compare
bfc191d to
297b558
Compare
297b558 to
8ba776a
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.6Release Notes
TooTallNate/proxy-agents (https-proxy-agent)
v7.0.6Compare Source
Patch Changes
913a49a: Only overwrite servername in tls connect when host is not an IP address1699a09]v7.0.5Compare Source
Patch Changes
5908e84: Removenet.isIP()check for TLSservernamev7.0.4Compare Source
Patch Changes
b88ab46: Importurlinstead ofnode:url🤷♂️v7.0.3Compare Source
Patch Changes
c3c405e: Add missingURLtype importv7.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 - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.