Skip to content

chore(deps): update dependency https-proxy-agent to v9#1422

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

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

Conversation

@renovate

@renovate renovate Bot commented Apr 4, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
https-proxy-agent (source) 7.0.69.1.0 age adoption passing confidence

Release Notes

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

v9.1.0

Compare Source

Minor Changes
  • 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
  • 1852c75: Fix socket event race condition by deferring socket.resume() via setImmediate(), ensuring HTTP client machinery has time to attach data listeners before data starts flowing
  • 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 Asia/Tokyo)

  • Branch creation
    • "after 9pm,before 9am"
  • 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 4, 2026 17:19
@renovate renovate Bot added the renovate label Apr 4, 2026
@renovate renovate Bot requested review from chihiro-adachi and shabaraba and removed request for a team April 4, 2026 17:19
@renovate renovate Bot force-pushed the renovate/https-proxy-agent-9.x branch 2 times, most recently from 7783690 to 0dddf4c Compare April 10, 2026 17:55
@renovate renovate Bot force-pushed the renovate/https-proxy-agent-9.x branch from 0dddf4c to d351e89 Compare April 29, 2026 18:22
@renovate renovate Bot force-pushed the renovate/https-proxy-agent-9.x branch 2 times, most recently from 2c90e14 to 8be4eb9 Compare May 18, 2026 18:57
@renovate renovate Bot force-pushed the renovate/https-proxy-agent-9.x branch 2 times, most recently from 3649a13 to 329699e Compare June 1, 2026 20:03
@renovate renovate Bot force-pushed the renovate/https-proxy-agent-9.x branch from 329699e to 8e11bdb Compare June 11, 2026 23:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants