Skip to content

chore(deps): bump proxy-chain from 2.5.9 to 3.0.0#4640

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/proxy-chain-3.0.0
Open

chore(deps): bump proxy-chain from 2.5.9 to 3.0.0#4640
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/proxy-chain-3.0.0

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github May 19, 2026

Bumps proxy-chain from 2.5.9 to 3.0.0.

Release notes

Sourced from proxy-chain's releases.

v3.0.0

Breaking changes

  • Dropped Node.js < 20.11 (#638, #654)
  • ESM-only - use import, not require() (#654)
  • Callback API removed - Server#listen(), Server#close(), anonymizeProxy(), closeAnonymizedProxy(), createTunnel(), closeTunnel() are Promise-only (#656)
  • CustomResponse is now a type-only export (#654)

Other changes

  • TypeScript v5 + NodeNext / verbatimModuleSyntax (#655)
  • Bun runtime support with dedicated CI jobs (#650)
  • Tests reorganized into test/unit/ and test/e2e/; CI split into unit/e2e/lint (#651)
  • Removed unused typeSocket helper (#653)

Full Changelog: apify/proxy-chain@v2.7.1...v3.0.0

v2.7.1

What's Changed

Full Changelog: apify/proxy-chain@v2.7.0...v2.7.1

v2.7.0

What's Changed

New Contributors

Full Changelog: apify/proxy-chain@v2.6.1...v2.7.0

v2.6.1

What's Changed

Full Changelog: apify/proxy-chain@v2.6.0...v2.6.1

v2.6.0

What's Changed

New Contributors

... (truncated)

Changelog

Sourced from proxy-chain's changelog.

3.0.0 / 2026-05-19

This is a major release that modernizes the codebase. The runtime behavior of the proxy server itself is unchanged; the breaking changes are about how you import, package, and call the library.

  • BREAKING: Dropped support for Node.js older than 20.11. The minimum supported version is now Node.js 20.11. See #638, #654.

  • BREAKING: The package is now ESM-only ("type": "module" in package.json). Use import instead of require(). CommonJS consumers must migrate to ESM (or use a dynamic import()). See #654.

  • BREAKING: Removed Node.js-style callbacks from the entire public API. Server#listen(), Server#close(), anonymizeProxy(), closeAnonymizedProxy(), createTunnel(), and closeTunnel() now return a Promise only - use await or .then(). See #656.

  • BREAKING: CustomResponse is now a type-only export. If you were importing it as a value, switch to import type { CustomResponse } from 'proxy-chain'. See #654.

  • Upgraded TypeScript to v5 and adopted NodeNext module resolution with verbatimModuleSyntax. See #655.

  • Added Bun runtime support. The library now loads cleanly under Bun and is validated on every PR via a dedicated Unit tests (Bun) job, plus an E2E tests (Bun, compatible) job that runs a curated Bun-safe subset of the e2e suite. A full toggle for running the entire e2e suite under Bun is available via workflow dispatch. See #650.

  • Internal: removed the unused typeSocket assertion helper. See #653.

  • Internal: reorganized tests into test/unit/ and test/e2e/ directories and split the CI workflow into separate unit, e2e, and lint jobs. See #651.

2.0.1 / 2022-05-02

  • Simplify code, fix tests, move to TypeScript #162
  • Bugfix: Memory leak in createTunnel #160
  • Bugfix: Proxy fails to handle non-standard HTTP response in HTTP forwarding mode, on certain websites #107
  • Pass proxyChainId to tunnelConnectResponded #173
  • feat: accept custom port for proxy anonymization #214
  • fix: socket close race condition
  • feat: closeConnection by id #176
  • feat: custom dns lookup #175

1.0.3 / 2021-08-17

... (truncated)

Commits
  • e547cde chore(changelog): backfill missing 3.0.0 entries (#657)
  • 5af20c6 feat(ci): add Bun runtime jobs (unit + curated/full e2e) (#650)
  • 6039501 chore: Split unit and e2e tests into separate CI jobs (#651)
  • fcd8905 feat: release version 3.0 (#652)
  • 565c4f0 chore: bump version to release a patch (#639)
  • 5534c5d fix: correct localhost-test resolving on linux machines (#636)
  • a9449bc feat: add https proxy server implementation (#626)
  • b4d2620 chore(ci): Clean up workflows, switch to publishing through OIDC (#627)
  • c585e59 fix: add missing resolve() when headers are already send using forward handle...
  • c947a31 chore: bump package version (#624)
  • Additional commits viewable in compare view
Maintainer changes

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


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [proxy-chain](https://github.com/apify/proxy-chain) from 2.5.9 to 3.0.0.
- [Release notes](https://github.com/apify/proxy-chain/releases)
- [Changelog](https://github.com/apify/proxy-chain/blob/master/CHANGELOG.md)
- [Commits](apify/proxy-chain@v2.5.9...v3.0.0)

---
updated-dependencies:
- dependency-name: proxy-chain
  dependency-version: 3.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github May 19, 2026

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

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.

0 participants