Skip to content

chore(deps): update dependency http-proxy-agent to v9#2966

Open
renovate[bot] wants to merge 1 commit into
developfrom
renovate/http-proxy-agent-9.x
Open

chore(deps): update dependency http-proxy-agent to v9#2966
renovate[bot] wants to merge 1 commit into
developfrom
renovate/http-proxy-agent-9.x

Conversation

@renovate

@renovate renovate Bot commented Apr 28, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
http-proxy-agent (source) ^7.0.2^9.0.0 age confidence

Release Notes

TooTallNate/proxy-agents (http-proxy-agent)

v9.1.0

Compare Source

Minor Changes
  • d8f2926: Adds proxyConnect event emission to http-proxy-agent for parity with https-proxy-agent. The event is emitted on both the request and the agent instance when the socket connects to the proxy server.

  • 84e85ed: Add onProxyAuth callback and negotiate option for Kerberos/SPNEGO proxy authentication

    • Extract shared Negotiate/SPNEGO auth logic into new proxy-agent-negotiate package
    • Added optional onProxyAuth async callback to HttpsProxyAgent and HttpProxyAgent options
    • When the proxy responds with 407 Proxy-Authentication Required, the callback is invoked with the response and auth scheme
    • The callback returns headers (e.g. Proxy-Authorization) to retry the request with
    • Added negotiate: true option that uses the kerberos package for automatic Negotiate/SPNEGO auth
    • Added kerberos as an optional peer dependency of proxy-agent-negotiate
    • Extended the proxy test package to support authenticate: 'negotiate' mode for mock testing
  • 3ebf4b2: Add proxy event emission on the request object for all proxy agents. After the proxy connection is established, the request emits a proxy event with { proxy, socket } where proxy is the proxy URL string. This is useful for debugging and logging which proxy was used for a connection.

Patch Changes
  • Updated dependencies [84e85ed]
    • proxy-agent-negotiate@​1.1.0

v9.0.0

Compare Source

Major Changes
  • 7d12b51: Set minimum Node.js version to 20
Patch Changes
  • 7ca27d0: Simplify package.json exports to remove unnecessary imports restriction
  • Updated dependencies [ca12148]
  • Updated dependencies [7d12b51]
  • Updated dependencies [7ca27d0]
    • agent-base@​9.0.0

v8.0.0

Compare Source

Major Changes
  • 9c92c09: Convert to ESM. All packages now use "type": "module" and compile to ESM output instead of CommonJS.
Patch Changes
  • Updated dependencies [9c92c09]
    • agent-base@​8.0.0

Configuration

📅 Schedule: (in timezone UTC)

  • 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.

@renovate renovate Bot requested a review from a team as a code owner April 28, 2026 13:13
@renovate renovate Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 28, 2026
@gauthier-th gauthier-th added the blocked This issue can't be solved for now label Apr 28, 2026
@gauthier-th

Copy link
Copy Markdown
Member

This require ESM.

@renovate renovate Bot force-pushed the renovate/http-proxy-agent-9.x branch from 691bf65 to 2790cf6 Compare April 29, 2026 11:24
@renovate renovate Bot force-pushed the renovate/http-proxy-agent-9.x branch 2 times, most recently from 71ceae0 to 9339c83 Compare May 18, 2026 10:02
@renovate renovate Bot force-pushed the renovate/http-proxy-agent-9.x branch 2 times, most recently from 741cf1d to ce0c32c Compare June 1, 2026 13:33
@renovate renovate Bot force-pushed the renovate/http-proxy-agent-9.x branch from ce0c32c to bb36b8b Compare June 11, 2026 08:48
@renovate renovate Bot force-pushed the renovate/http-proxy-agent-9.x branch from bb36b8b to de5982d Compare June 16, 2026 00:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

blocked This issue can't be solved for now dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant