Skip to content

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

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

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

Conversation

@renovate

@renovate renovate Bot commented May 1, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
https-proxy-agent (source) ^7.0.6^9.0.0 age 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 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 added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 1, 2026
@renovate renovate Bot requested a review from a team as a code owner May 1, 2026 15:06
@renovate renovate Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 1, 2026
@github-actions github-actions Bot added the merge conflict Cannot merge due to merge conflicts label May 5, 2026
@github-actions

github-actions Bot commented May 5, 2026

Copy link
Copy Markdown

This pull request has merge conflicts. Please resolve the conflicts so the PR can be successfully reviewed and merged.

@renovate renovate Bot force-pushed the renovate/https-proxy-agent-9.x branch from b5c95b2 to 738a4f0 Compare May 5, 2026 13:02
@github-actions github-actions Bot removed the merge conflict Cannot merge due to merge conflicts label May 6, 2026
@renovate renovate Bot force-pushed the renovate/https-proxy-agent-9.x branch 2 times, most recently from 4b87616 to 0eeaa9a Compare May 18, 2026 10:03
@renovate renovate Bot force-pushed the renovate/https-proxy-agent-9.x branch 2 times, most recently from fb9005b to e179b95 Compare June 1, 2026 13:33
@M0NsTeRRR

Copy link
Copy Markdown
Member

#2966 (comment)

@M0NsTeRRR M0NsTeRRR added the blocked This issue can't be solved for now label Jun 9, 2026
@renovate renovate Bot force-pushed the renovate/https-proxy-agent-9.x branch from e179b95 to 52a379c Compare June 11, 2026 08:49
@renovate renovate Bot force-pushed the renovate/https-proxy-agent-9.x branch from 52a379c to e49836e Compare June 16, 2026 00:53
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