Skip to content

chore: bump proxy from 1.0.2 to 4.1.0 - #678

Merged
VojtaM39 merged 2 commits into
masterfrom
dependabot/npm_and_yarn/proxy-4.1.0
Aug 31, 2026
Merged

chore: bump proxy from 1.0.2 to 4.1.0#678
VojtaM39 merged 2 commits into
masterfrom
dependabot/npm_and_yarn/proxy-4.1.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 26, 2026

Copy link
Copy Markdown
Contributor

Bumps proxy from 1.0.2 to 4.1.0.

Release notes

Sourced from proxy's releases.

proxy@4.1.0

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

Patch Changes

  • 31d7ef1: Reject URLs longer than 4096 characters with HTTP 414 to prevent potential DoS via excessively long inputs
  • 0f40077: Replace basic-auth-parser dependency with built-in implementation

proxy@4.0.0

Major Changes

  • 7d12b51: Set minimum Node.js version to 20

Patch Changes

  • 7ca27d0: Simplify package.json exports to remove unnecessary imports restriction

proxy@3.0.0

Major Changes

  • 9c92c09: Convert to ESM. All packages now use "type": "module" and compile to ESM output instead of CommonJS.

proxy@2.2.0

Minor Changes

  • 28104d2: Add bin for CLI

proxy@2.1.1

Patch Changes

  • 25e0c93: Ensure that socket.remoteAddress is a string

proxy@2.1.0

Minor Changes

  • 0f31047: Add localAddress option to specify which networking interface the proxy should use to create outgoing connections

proxy@2.0.1

Patch Changes

... (truncated)

Changelog

Sourced from proxy's changelog.

4.1.0

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

Patch Changes

  • 31d7ef1: Reject URLs longer than 4096 characters with HTTP 414 to prevent potential DoS via excessively long inputs
  • 0f40077: Replace basic-auth-parser dependency with built-in implementation

4.0.0

Major Changes

  • 7d12b51: Set minimum Node.js version to 20

Patch Changes

  • 7ca27d0: Simplify package.json exports to remove unnecessary imports restriction

3.0.0

Major Changes

  • 9c92c09: Convert to ESM. All packages now use "type": "module" and compile to ESM output instead of CommonJS.

2.2.0

Minor Changes

  • 28104d2: Add bin for CLI

2.1.1

Patch Changes

  • 25e0c93: Ensure that socket.remoteAddress is a string

2.1.0

Minor Changes

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for proxy since your current version.


@dependabot dependabot Bot added dependencies Pull requests that update a dependency file. javascript Pull requests that update javascript code labels Aug 26, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/proxy-4.1.0 branch from d8988ce to e8556fa Compare August 28, 2026 13:26
@bliuchak

Copy link
Copy Markdown
Contributor

@VojtaM39 could you please take a look at it whenever you have time? :)

@bliuchak bliuchak added adhoc Ad-hoc unplanned task added during the sprint. tech enhancement Enhancement of our tech stack. t-unblocking Issues with this label are in the ownership of the unblocking team. labels Aug 31, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/proxy-4.1.0 branch from e8556fa to 829e7f1 Compare August 31, 2026 14:31
Bumps [proxy](https://github.com/TooTallNate/proxy-agents/tree/HEAD/packages/proxy) from 1.0.2 to 4.1.0.
- [Release notes](https://github.com/TooTallNate/proxy-agents/releases)
- [Changelog](https://github.com/TooTallNate/proxy-agents/blob/main/packages/proxy/CHANGELOG.md)
- [Commits](https://github.com/TooTallNate/proxy-agents/commits/proxy@4.1.0/packages/proxy)

---
updated-dependencies:
- dependency-name: proxy
  dependency-version: 4.1.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@VojtaM39
VojtaM39 force-pushed the dependabot/npm_and_yarn/proxy-4.1.0 branch from 829e7f1 to ddc39c2 Compare August 31, 2026 14:50
@VojtaM39
VojtaM39 merged commit 436c38a into master Aug 31, 2026
10 checks passed
@VojtaM39
VojtaM39 deleted the dependabot/npm_and_yarn/proxy-4.1.0 branch August 31, 2026 15:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

adhoc Ad-hoc unplanned task added during the sprint. dependencies Pull requests that update a dependency file. javascript Pull requests that update javascript code t-unblocking Issues with this label are in the ownership of the unblocking team. tech enhancement Enhancement of our tech stack.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants