chore(deps): update dependency http-proxy-agent to v7 - abandoned #527
No reviewers
Labels
No labels
MediaFlow Proxy
autorelease: pending
autorelease: tagged
bug
documentation
duplicate
enhancement
help wanted
invalid
question
wontfix
🇩🇪 German
🇫🇷 French
🇮🇳 Indian
🇸🇦 Arabic
🌐 Multi
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Creepso/webstreamr-github#527
Loading…
Reference in a new issue
No description provided.
Delete branch "renovate/http-proxy-agent-7.x-lockfile"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
4.0.1->7.0.2Release Notes
TooTallNate/proxy-agents (http-proxy-agent)
v7.0.2Compare Source
Patch Changes
b88ab46: Importurlinstead ofnode:url🤷♂️v7.0.1Compare Source
Patch Changes
c3c405e: Add missingURLtype importv7.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.1.1Compare Source
Patch Changes
eb6906b: FixkeepAlive: trueda699b1]v6.1.0Compare Source
Minor Changes
1069932: Added "headers" optionPatch Changes
66b4c63]v6.0.1Patch Changes
7674748: Update@types/nodeto v14.18.457674748]v6.0.0Major Changes
d99a7c8: Major version bump for all packagesHttpProxyAgentconstructor argument has been split into two arguments.Upgrading from 5.x to 6.x
In version 5.x, the
HttpProxyAgentconstructor 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.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 packagesc169ced]d99a7c8]4333067]v5.0.0Compare Source
Major Changes
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.
Autoclosing Skipped
This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.
Pull request closed