Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(package): Update dependency semver to v7 #168

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 14, 2019

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
semver 5.7.1 -> 7.3.4 age adoption passing confidence

Release Notes

npm/node-semver

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


Renovate configuration

📅 Schedule: 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 WhiteSource Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/semver-7.x branch 2 times, most recently from 0d25d5e to 3babf99 Compare December 17, 2019 16:58
@renovate renovate bot force-pushed the renovate/semver-7.x branch 4 times, most recently from 4912e08 to e5f98ac Compare April 13, 2020 18:34
@codecov-io
Copy link

Codecov Report

❗ No coverage uploaded for pull request base (master@fff9350). Click here to learn what that means.
The diff coverage is n/a.

@renovate renovate bot force-pushed the renovate/semver-7.x branch 3 times, most recently from adc2aaa to 4623325 Compare April 14, 2020 17:46
@codecov-commenter
Copy link

codecov-commenter commented May 27, 2020

Codecov Report

❗ No coverage uploaded for pull request base (master@0d57960). Click here to learn what that means.
The diff coverage is n/a.

@renovate renovate bot force-pushed the renovate/semver-7.x branch 2 times, most recently from 2ffefaa to 4af930f Compare September 4, 2020 15:36
@codecov-io
Copy link

codecov-io commented Oct 15, 2020

Codecov Report

Merging #168 (6431f7c) into master (2d1d6c3) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@      Coverage Diff      @@
##   master   #168   +/-   ##
=============================
=============================

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2d1d6c3...ab80787. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants