Conversation
60f8ba0 to
f7330ba
Compare
e1f5fbc to
1686e17
Compare
|
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 |
6a87b55 to
462a469
Compare
589fa84 to
c08f8a3
Compare
|
@dependabot rebase |
|
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 |
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>
c08f8a3 to
0d5c0aa
Compare
|
|
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:
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. |



Bumps global-agent from 3.0.0 to 4.1.2.
Release notes
Sourced from global-agent's releases.
... (truncated)
Commits
77a5f00fix: drop omit-undefined3152023fix: drop es6-error8beccd6fix: ignore newline char in NO_PROXY variable (fixes #63)ccc376dchore: migrate to vitest2fcace2docs: drop coverallse04aaf1docs: update personal website URL11a2dd6chore: use oxlint54cca56chore: use oxlintad46531fix: use named exportsdd073b2feat: drop roarr; allow custom loggerMaintainer 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 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)