Skip to content

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

Merged
charIeszhao merged 1 commit into
masterfrom
renovate/https-proxy-agent-9.x
Sep 1, 2026
Merged

chore(deps): update dependency https-proxy-agent to v9#1432
charIeszhao merged 1 commit into
masterfrom
renovate/https-proxy-agent-9.x

Conversation

@renovate

@renovate renovate Bot commented Jun 16, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
https-proxy-agent (source) ^8.0.0^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

Configuration

📅 Schedule: (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.

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Jun 16, 2026

Copy link
Copy Markdown

Deploying logto-docs-tutorials with  Cloudflare Pages  Cloudflare Pages

Latest commit: 9c98930
Status: ✅  Deploy successful!
Preview URL: https://76caf53a.logto-docs-tutorials.pages.dev
Branch Preview URL: https://renovate-https-proxy-agent-9.logto-docs-tutorials.pages.dev

View logs

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Jun 16, 2026

Copy link
Copy Markdown

Deploying logto-docs with  Cloudflare Pages  Cloudflare Pages

Latest commit: 9c98930
Status: ✅  Deploy successful!
Preview URL: https://5e3a1ba3.logto-docs.pages.dev
Branch Preview URL: https://renovate-https-proxy-agent-9.logto-docs.pages.dev

View logs

@renovate
renovate Bot force-pushed the renovate/https-proxy-agent-9.x branch from 537b489 to f22eb39 Compare June 16, 2026 02:31
@renovate
renovate Bot force-pushed the renovate/https-proxy-agent-9.x branch 2 times, most recently from 81ff8bb to acee0b8 Compare July 16, 2026 16:54
@renovate
renovate Bot force-pushed the renovate/https-proxy-agent-9.x branch 2 times, most recently from a5a5402 to 8170007 Compare July 24, 2026 18:22
@renovate
renovate Bot force-pushed the renovate/https-proxy-agent-9.x branch 2 times, most recently from 9d4c80d to 065cc91 Compare July 30, 2026 14:16
@renovate
renovate Bot force-pushed the renovate/https-proxy-agent-9.x branch 3 times, most recently from bd11ec7 to 733b46a Compare August 17, 2026 01:25
@renovate
renovate Bot force-pushed the renovate/https-proxy-agent-9.x branch from 733b46a to 455f607 Compare August 21, 2026 14:15
@charIeszhao
charIeszhao force-pushed the renovate/https-proxy-agent-9.x branch from 455f607 to 9c98930 Compare August 25, 2026 04:11
@renovate
renovate Bot force-pushed the renovate/https-proxy-agent-9.x branch from 9c98930 to 355c06d Compare August 25, 2026 04:12
@charIeszhao
charIeszhao force-pushed the renovate/https-proxy-agent-9.x branch from 355c06d to 9c98930 Compare August 25, 2026 04:14
@renovate

renovate Bot commented Aug 25, 2026

Copy link
Copy Markdown
Contributor Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@charIeszhao
charIeszhao merged commit 16776a3 into master Sep 1, 2026
19 of 36 checks passed
@charIeszhao
charIeszhao deleted the renovate/https-proxy-agent-9.x branch September 1, 2026 08:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant