Skip to content

Bump global-agent from 3.0.0 to 4.1.2#18

Merged
engingem merged 2 commits intomainfrom
dependabot/npm_and_yarn/global-agent-4.1.2
Mar 10, 2026
Merged

Bump global-agent from 3.0.0 to 4.1.2#18
engingem merged 2 commits intomainfrom
dependabot/npm_and_yarn/global-agent-4.1.2

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 11, 2026

Bumps global-agent from 3.0.0 to 4.1.2.

Release notes

Sourced from global-agent's releases.

v4.1.2

4.1.2 (2026-02-04)

Bug Fixes

v4.1.1

4.1.1 (2026-02-04)

Bug Fixes

  • ignore newline char in NO_PROXY variable (fixes #63) (8beccd6)

v4.1.0

4.1.0 (2026-02-04)

Bug Fixes

Features

  • drop roarr; allow custom logger (dd073b2)

v4.0.0

4.0.0 (2026-02-04)

Bug Fixes

  • correct entry script (fixes #73) (6c01a10)
  • default rejectUnauthorized to true & match Node's NODE_TLS_REJECT_UNAUTHORIZED logic (a3c390e)
  • do not proxy traffic to sockets (cfce4c7)
  • drop anyproxy (91c2340)
  • fixed eslint error (0661973)
  • replaced configuration with configurationInput (0b1714e)
  • suppresed process.env eslint error (a69e748)
  • suppressed type error (182747d)
  • updated ca type to string[] (899a286)
  • updated default value of ca to be empty array (c7a6d59)
  • updated test (69bca77)
  • updated test (291e47d)
  • updated test (83df90e)
  • updated test (f2353ba)

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for global-agent 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Feb 11, 2026
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/global-agent-4.1.2 branch 11 times, most recently from 60f8ba0 to f7330ba Compare February 13, 2026 09:13
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/global-agent-4.1.2 branch 12 times, most recently from e1f5fbc to 1686e17 Compare February 26, 2026 13:56
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 26, 2026

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/global-agent-4.1.2 branch 2 times, most recently from 6a87b55 to 462a469 Compare March 4, 2026 16:14
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/global-agent-4.1.2 branch 3 times, most recently from 589fa84 to c08f8a3 Compare March 10, 2026 12:34
@engingem
Copy link
Contributor

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 10, 2026

Looks like this PR is already up-to-date with main! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@engingem
Copy link
Contributor

@dependabot recreate

Bumps [global-agent](https://github.com/gajus/global-agent) from 3.0.0 to 4.1.2.
- [Release notes](https://github.com/gajus/global-agent/releases)
- [Commits](gajus/global-agent@v3.0.0...v4.1.2)

---
updated-dependencies:
- dependency-name: global-agent
  dependency-version: 4.1.2
  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/global-agent-4.1.2 branch from c08f8a3 to 0d5c0aa Compare March 10, 2026 12:42
@engingem engingem requested a review from jonnywyatt March 10, 2026 13:05
@sonarqubecloud
Copy link

@engingem
Copy link
Contributor

The global-agent package has been removed from the repository due to a package error. It was used by axios and request but we’re no longer using those libraries; we’re using @hapi/Wreck instead. If needed we could re-add a newer version of the package.

Root cause: global-agent@4.1.2 was published to npm without its compiled dist/ output. The package.json declares "main": "./dist/src/index.js" but that file doesn't exist in the published package.

Fix:

  • Removed global-agent from package.json and uninstalled it
  • Removed the bootstrap() call and GLOBAL_AGENT.HTTP_PROXY assignment from setup-proxy.js

This is safe because the app only uses undici (@hapi/wreck and node-fetch both use it under the hood), not axios or the legacy request library that global-agent was designed to patch.

gajus/global-agent#79

@engingem engingem merged commit 8490203 into main Mar 10, 2026
3 checks passed
@engingem engingem deleted the dependabot/npm_and_yarn/global-agent-4.1.2 branch March 10, 2026 13:42
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.

2 participants