Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • N node-http-proxy
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 482
    • Issues 482
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 102
    • Merge requests 102
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • http ... PARTY!
  • node-http-proxy
  • Merge requests
  • !1406

[dist] Update dependency semver to v7

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Administrator requested to merge renovate/semver-7.x into master Dec 14, 2019
  • Overview 0
  • Commits 1
  • Pipelines 0
  • Changes 2

Created by: renovate[bot]

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
semver ^5.0.3 -> ^7.0.0 age adoption passing confidence

Release Notes

npm/node-semver

v7.3.8

Compare Source

Bug Fixes
  • d8ef32c #​383 add support for node.js esm auto exports (#​383) (@​MylesBorins)
Documentation
  • 7209b14 #​477 update range.js comments to clarify the caret ranges examples (#​477) (@​amitse)
7.3.7 (2022-04-11)
Bug Fixes
  • allow node >=10 (85b269a)
  • bin: get correct value from arg separated by equals (#​449) (4ceca76), closes #​431
  • ensure SemVer instance passed to inc are not modified (#​427) (f070dde)
  • inc prerelease with numeric preid (#​380) (802e161)
Dependencies
  • revert to lru-cache@6 (22ae54d)
7.3.6 (2022-04-05)
Bug Fixes
  • https://github.com/npm/node-semver/issues/329 (cb1ca1d)
  • properly escape dots in GTE0 regexes (#​432) (11494f1)
  • replace deprecated String.prototype.substr() (#​445) (e2d55e7)
  • replace regex used to split ranges (#​434) (9ab7b71)
Documentation
  • clarify * range behavior (cb1ca1d)
Dependencies
  • lru-cache@7.4.0 (#​442) (9a3064c)
  • tap@16.0.0 (#​439) (60cbb3f)

v7.3.7

Compare Source

v7.3.6

Compare Source

v7.3.5

Compare Source

v7.3.4

Compare Source

v7.3.3

Compare Source

v7.3.2

Compare Source

v7.3.1

Compare Source

v7.3.0

Compare Source

  • Add subset(r1, r2) method to determine if r1 range is entirely contained by r2 range.

v7.2.3

Compare Source

  • Fix handling of includePrelease mode where version ranges like 1.0.0 - 2.0.0 would include 3.0.0-pre and not 1.0.0-pre.

v7.2.2

Compare Source

  • Fix bug where 2.0.0-pre would be included in ^1.0.0 if includePrerelease was set to true.

v7.2.1

Compare Source

v7.2.0

Compare Source

  • Add simplifyRange method to attempt to generate a more human-readable range expression that is equivalent to a supplied range, for a given set of versions.

v7.1.3

Compare Source

v7.1.2

Compare Source

  • Remove fancy lazy-loading logic, as it was causing problems for webpack users.

v7.1.1

Compare Source

v7.1.0

Compare Source

  • Add require('semver/preload') to load the entire module without using lazy getter methods.

v7.0.0

Compare Source

  • Refactor module into separate files for better tree-shaking
  • Drop support for very old node versions, use const/let, => functions, and classes.

v6.3.0

Compare Source

  • Expose the token enum on the exports

v6.2.0

Compare Source

  • Coerce numbers to strings when passed to semver.coerce()
  • Add rtl option to coerce from right to left

v6.1.3

Compare Source

  • Handle X-ranges properly in includePrerelease mode

v6.1.2

Compare Source

  • Do not throw when testing invalid version strings

v6.1.1

Compare Source

  • Add options support for semver.coerce()
  • Handle undefined version passed to Range.test

v6.1.0

Compare Source

  • Add semver.compareBuild function
  • Support * in semver.intersects

v6.0.0

Compare Source


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 has been generated by Mend Renovate. View repository job log here.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: renovate/semver-7.x