Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 27, 2023

This PR contains the following updates:

Package Change Age Confidence
proxy-agent (source) ^2.0.0 -> ^6.0.0 age confidence

Release Notes

TooTallNate/proxy-agents (proxy-agent)

v6.5.0

Compare Source

Minor Changes
  • 85b10b3: Lazily load agents in proxy-agent
  • 96b771b: Include ClientRequest in getProxyForUrl parameters for additional flexibility
Patch Changes
  • ad68f63: Dispose of Agent instances in cache correctly
  • Updated dependencies [38760db]
  • Updated dependencies [77c3599]
  • Updated dependencies [913a49a]
  • Updated dependencies [1699a09]
  • Updated dependencies [e90e2b2]
    • pac-proxy-agent@​7.1.0
    • https-proxy-agent@​7.0.6
    • socks-proxy-agent@​8.0.5
    • agent-base@​7.1.2

v6.4.0

Compare Source

Minor Changes
  • e7e0e56: Allow getProxyForUrl() option to return a Promise
Patch Changes
  • Updated dependencies [c3c405e]
    • http-proxy-agent@​7.0.1
    • https-proxy-agent@​7.0.3

v6.3.1

Compare Source

Patch Changes
  • 1d39f6c: Fix Electron support by using Node.js native URL object
  • Updated dependencies [1d39f6c]
  • Updated dependencies [e625d10]
    • socks-proxy-agent@​8.0.2
    • pac-proxy-agent@​7.0.1
    • https-proxy-agent@​7.0.2

v6.3.0

Compare Source

Minor Changes
  • f1f3220: Use QuickJS version of pac-proxy-agent
Patch Changes
  • Updated dependencies [f1f3220]
    • pac-proxy-agent@​7.0.0

v6.2.2

Compare Source

Patch Changes
  • 999dd9d: Fix pac+ prefixed protocol URIs
  • Updated dependencies [999dd9d]
    • pac-proxy-agent@​6.0.4

v6.2.1

Compare Source

Patch Changes
  • 4a45593: Fix WebSocket connections over "http"/"https" proxies
  • Updated dependencies [b3860aa]
    • https-proxy-agent@​7.0.0
    • http-proxy-agent@​7.0.0
    • pac-proxy-agent@​6.0.3

v6.2.0

Compare Source

Minor Changes
  • 0bbe335: Support for getProxyForUrl option, to provide proxy address dynamically per different URLs
Patch Changes
  • Updated dependencies [bf20b04]
    • pac-proxy-agent@​6.0.2

v6.1.2

Compare Source

Patch Changes
  • 7674748: Update @types/node to v14.18.45
  • Updated dependencies [fd6209c]
  • Updated dependencies [c573dbe]
  • Updated dependencies [7674748]
    • https-proxy-agent@​6.1.0
    • socks-proxy-agent@​8.0.1
    • http-proxy-agent@​6.0.1
    • pac-proxy-agent@​6.0.1
    • agent-base@​7.0.1

v6.1.1

Compare Source

Patch Changes
  • f30ed32: Use HttpProxyAgent for "http" and HttpsProxyAgent for "https"

v6.1.0

Minor Changes
  • 9a90063: Add support for httpAgent and httpsAgent options

v6.0.0

Major Changes
  • d99a7c8: Major version bump for all packages
Minor Changes
  • 4333067: Add support for core keepAlive: true
Patch Changes
  • c169ced: Convert mocha tests to jest for all packages
  • Updated dependencies [c169ced]
  • Updated dependencies [d99a7c8]
  • Updated dependencies [4333067]
  • Updated dependencies [06775a8]
    • https-proxy-agent@​6.0.0
    • socks-proxy-agent@​8.0.0
    • http-proxy-agent@​6.0.0
    • pac-proxy-agent@​6.0.0
    • agent-base@​7.0.0

v5.0.0

Compare Source

Major Changes
  • Refactor to TypeScript: #​95

v4.0.1

Compare Source

v4.0.0

Compare Source

Major Changes
  • Set "engines" requirement to node 6.0.0: #​82
  • Update dependencies: c846a68
Minor Changes
  • Update debug to v4.0.0: #​82
Patches
  • Use localhost instead of 127.0.0.1 in tests: 829905f
Credits

Huge thanks to @​Krinkle for helping!

v3.1.1

Compare Source

v3.1.0

Compare Source

v3.0.3

Compare Source

v3.0.1

Compare Source

Patches
  • Update proxy to v1.0.1: 7ce932a
  • Add GitHub Actions for Node CI: 67f71c6
  • Delete .travis.yml: 3b680ba
  • Replace Travis CI status badge with workflow status badge: #​80
  • Use a net.Socket instead of a plain EventEmitter for replaying proxy errors: #​83
  • Test CI on "push to master" and "pull request": 11d4677
Credits

Huge thanks to @​lpinca for helping!

v3.0.0

Compare Source

This release fixes the MitM vulnerability reported via HackerOne. It is a breaking change because Node 4, 5, and 7 are no longer tested in CI (note that Node 6 is still supported).

Major Changes
  • Remove Node 5 and 7 from Travis: 590bc8b
  • Remove Node 4 from Travis: 6c804a2
Minor Changes
  • Update proxy to v1.0.0: d0e3c18
  • Test on Node.js 10 and 12: 3535951
  • Fix compatibility with Node.js >= 10.0.0: #​73
  • Add .editorconfig file: 06ead2f
  • Add .eslintrc.js file: ae53572
Patches
  • Update README with correct secureProxy behavior: #​65
  • Remove unreachable code: 46aad09
  • [TypeScript] Allow port to be a string: #​72
  • Use an EventEmitter to replay failed proxy connect HTTP requests: #​77
Credits

Huge thanks to @​lpinca, @​stoically, and @​zkochan for helping!


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 becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@yegor256
Copy link
Owner

@rultor please, try to merge

@rultor
Copy link
Collaborator

rultor commented May 27, 2023

@rultor please, try to merge

@renovate[bot] @yegor256 Can't merge it. Some CI checks were failed. Apparently, the pull request is not ready to be merged since it has some problems. Please, fix them first.

@renovate renovate bot force-pushed the renovate/proxy-agent-6.x branch from 2f3465e to 02ea5aa Compare August 10, 2025 12:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants