Skip to content

Update dependency proxy-from-env to v2#415

Merged
vdiez merged 1 commit intomasterfrom
renovate/proxy-from-env-2.x
Feb 11, 2026
Merged

Update dependency proxy-from-env to v2#415
vdiez merged 1 commit intomasterfrom
renovate/proxy-from-env-2.x

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.02.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: Never, 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.

@renovate renovate bot added the dependencies label Feb 9, 2026
@renovate renovate bot force-pushed the renovate/proxy-from-env-2.x branch from 4e0df35 to 76ef55e Compare February 9, 2026 10:25
Copy link
Contributor

@vdiez vdiez left a comment

Choose a reason for hiding this comment

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

Auto-approved: Renovate dependency update.

@vdiez vdiez merged commit 158c7e6 into master Feb 11, 2026
3 of 4 checks passed
@vdiez vdiez deleted the renovate/proxy-from-env-2.x branch February 11, 2026 10:48
@vdiez vdiez restored the renovate/proxy-from-env-2.x branch February 11, 2026 10:49
@vdiez vdiez deleted the renovate/proxy-from-env-2.x branch February 11, 2026 10:49
vdiez added a commit that referenced this pull request Feb 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant