Skip to content

fix(deps): update dependency https-proxy-agent to v9 - #1861

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

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

Conversation

@renovate

@renovate renovate Bot commented Jun 25, 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: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled because a matching PR was automerged previously.

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.

@codecov-commenter

codecov-commenter commented Jun 25, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 61.96%. Comparing base (cd965bd) to head (81298eb).
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1861   +/-   ##
=======================================
  Coverage   61.96%   61.96%           
=======================================
  Files          68       68           
  Lines        4238     4238           
  Branches      358      358           
=======================================
  Hits         2626     2626           
  Misses       1610     1610           
  Partials        2        2           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovate
renovate Bot force-pushed the renovate/https-proxy-agent-9.x branch 2 times, most recently from 62338e1 to 40755a8 Compare July 16, 2026 18:04
@renovate
renovate Bot force-pushed the renovate/https-proxy-agent-9.x branch 2 times, most recently from 1cb0830 to 4b9f943 Compare July 24, 2026 21:37
@renovate
renovate Bot force-pushed the renovate/https-proxy-agent-9.x branch from 4b9f943 to 686ff46 Compare July 30, 2026 21:13
@renovate
renovate Bot force-pushed the renovate/https-proxy-agent-9.x branch from 686ff46 to 81298eb Compare July 31, 2026 00:35
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.

1 participant