Skip to content

build(packages): bump pac-proxy-agent from 7.2.0 to 9.0.1#154

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/pac-proxy-agent-9.0.1
Closed

build(packages): bump pac-proxy-agent from 7.2.0 to 9.0.1#154
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/pac-proxy-agent-9.0.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 7, 2026

Copy link
Copy Markdown
Contributor

Bumps pac-proxy-agent from 7.2.0 to 9.0.1.

Release notes

Sourced from pac-proxy-agent's releases.

pac-proxy-agent@9.0.1

Patch Changes

  • 16a7c8a: Update QuickJS integration for quickjs-wasi v2.2.0. This removes deprecated unwrapResult() / dispose(false) usage and avoids duplicate sandbox host callback registration when recompiling PAC resolvers.
  • Updated dependencies [16a7c8a]
    • pac-resolver@9.0.1

pac-proxy-agent@9.0.0

Major Changes

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

Patch Changes

  • 7ca27d0: Simplify package.json exports to remove unnecessary imports restriction
  • Updated dependencies [4e922b5]
  • Updated dependencies [ca12148]
  • Updated dependencies [7d12b51]
  • Updated dependencies [7ca27d0]
    • get-uri@8.0.0
    • agent-base@9.0.0
    • http-proxy-agent@9.0.0
    • https-proxy-agent@9.0.0
    • pac-resolver@9.0.0
    • socks-proxy-agent@10.0.0

pac-proxy-agent@8.0.0

Major Changes

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

Minor Changes

  • b1509d8: Replace @tootallnate/quickjs-emscripten with quickjs-wasi for running sandboxed PAC file code. quickjs-wasi is a lighter-weight QuickJS WASM runtime built on quickjs-ng with WASI reactor mode. The compile() function now takes a QuickJS instance directly instead of QuickJSWASMModule, and createPacResolver() / pac-proxy-agent are updated accordingly.

Patch Changes

  • Updated dependencies [9c92c09]
  • Updated dependencies [b1509d8]
    • agent-base@8.0.0
    • http-proxy-agent@8.0.0
    • https-proxy-agent@8.0.0
    • socks-proxy-agent@9.0.0
    • pac-resolver@8.0.0
    • get-uri@7.0.0
Changelog

Sourced from pac-proxy-agent's changelog.

9.0.1

Patch Changes

  • 16a7c8a: Update QuickJS integration for quickjs-wasi v2.2.0. This removes deprecated unwrapResult() / dispose(false) usage and avoids duplicate sandbox host callback registration when recompiling PAC resolvers.
  • Updated dependencies [16a7c8a]
    • pac-resolver@9.0.1

9.0.0

Major Changes

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

Patch Changes

  • 7ca27d0: Simplify package.json exports to remove unnecessary imports restriction
  • Updated dependencies [4e922b5]
  • Updated dependencies [ca12148]
  • Updated dependencies [7d12b51]
  • Updated dependencies [7ca27d0]
    • get-uri@8.0.0
    • agent-base@9.0.0
    • http-proxy-agent@9.0.0
    • https-proxy-agent@9.0.0
    • pac-resolver@9.0.0
    • socks-proxy-agent@10.0.0

8.0.0

Major Changes

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

Minor Changes

  • b1509d8: Replace @tootallnate/quickjs-emscripten with quickjs-wasi for running sandboxed PAC file code. quickjs-wasi is a lighter-weight QuickJS WASM runtime built on quickjs-ng with WASI reactor mode. The compile() function now takes a QuickJS instance directly instead of QuickJSWASMModule, and createPacResolver() / pac-proxy-agent are updated accordingly.

Patch Changes

  • Updated dependencies [9c92c09]
  • Updated dependencies [b1509d8]
    • agent-base@8.0.0
    • http-proxy-agent@8.0.0
    • https-proxy-agent@8.0.0
    • socks-proxy-agent@9.0.0
    • pac-resolver@8.0.0
    • get-uri@7.0.0
Commits
  • 03d9ee9 Version Packages (#410)
  • 16a7c8a fix: update quickjs-wasi to v2.2.0 APIs (#409)
  • af317e0 Version Packages (#397)
  • 7ca27d0 Simplify package.json exports to remove unnecessary imports restriction (#408)
  • 7d12b51 Set minimum Node.js version to 20 and add Node 24.x to CI matrix
  • 8dcdac8 Version Packages (#395)
  • b1509d8 Replace @tootallnate/quickjs-emscripten with quickjs-wasi (#394)
  • 5d3f71a Use pnpm catalog: for shared dependencies
  • 77da068 Use workspace:* for inter-repo dependencies
  • 549af5e Fix pre-existing test issues exposed by vitest migration
  • Additional commits viewable in compare view
Maintainer changes

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


@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 7, 2026
@vercel

vercel Bot commented Apr 7, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
api-enhanced Ready Ready Preview, Comment Jun 8, 2026 4:37pm

@MoeFurina

Copy link
Copy Markdown
Member

@dependabot rebase

Bumps [pac-proxy-agent](https://github.com/TooTallNate/proxy-agents/tree/HEAD/packages/pac-proxy-agent) from 7.2.0 to 9.0.1.
- [Release notes](https://github.com/TooTallNate/proxy-agents/releases)
- [Changelog](https://github.com/TooTallNate/proxy-agents/blob/main/packages/pac-proxy-agent/CHANGELOG.md)
- [Commits](https://github.com/TooTallNate/proxy-agents/commits/pac-proxy-agent@9.0.1/packages/pac-proxy-agent)

---
updated-dependencies:
- dependency-name: pac-proxy-agent
  dependency-version: 9.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/pac-proxy-agent-9.0.1 branch from 32cbbb4 to 2a81eea Compare June 8, 2026 16:36
@dependabot @github

dependabot Bot commented on behalf of github Jun 9, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #193.

@dependabot dependabot Bot closed this Jun 9, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/pac-proxy-agent-9.0.1 branch June 9, 2026 12:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

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