Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 9, 2026

This PR contains the following updates:

Package Change Age Confidence
proxy-from-env ^1.1.0^2.0.0 age confidence

Release Notes

Rob--W/proxy-from-env (proxy-from-env)

v2.0.0

Compare Source

What's Changed

  • Remove url.parse usage to avoid DEP0169 DeprecationWarning (#​30).

  • Use WHATWG URL constructor to parse strings instead of url.parse.
    This may cause getProxyForUrl to return an empty string instead of
    a proxy URL when the input is an invalid URL.

  • Switch from CJS to ESM. When import syntax is used, the minimum
    compatible Node.js version is v12.17.0. When require is used, the
    minimum compatible Node.js version is v20.19.0, because that version
    introduced require(esm) support.

  • Drop detection of npm_config_-prefixed environment variables, which
    was introduced in 1.1.0. Now the behavior is back to version 1.0.0.
    This should not affect users in practice, because the npn ecosystem
    dropped support for these environment variables many years ago (#​13).

Full Changelog: Rob--W/proxy-from-env@v1.1.0...v2.0.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@coveralls
Copy link

Pull Request Test Coverage Report for Build 21812898972

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 89.932%

Totals Coverage Status
Change from base Build 21666211188: 0.0%
Covered Lines: 1195
Relevant Lines: 1280

💛 - Coveralls

@gastonfournier gastonfournier moved this from New to Bots in Issues and PRs Feb 10, 2026
Copy link
Contributor

@gastonfournier gastonfournier left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks safe

@github-project-automation github-project-automation bot moved this from Bots to Approved PRs in Issues and PRs Feb 10, 2026
@gastonfournier gastonfournier merged commit 7170f01 into main Feb 10, 2026
6 checks passed
@gastonfournier gastonfournier deleted the renovate/proxy-from-env-2.x branch February 10, 2026 08:37
@github-project-automation github-project-automation bot moved this from Approved PRs to Done in Issues and PRs Feb 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants