Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

fix(deps): update dependency semver to v7 #778

Merged
merged 1 commit into from
Apr 21, 2020
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 12, 2020

This PR contains the following updates:

Package Type Update Change
semver dependencies major ^6.0.0 -> ^7.0.0
@types/semver devDependencies major ^6.0.0 -> ^7.0.0

Release Notes

npm/node-semver

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.

Renovate configuration

📅 Schedule: "after 9am and before 3pm" (UTC).

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

♻️ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates 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 from c83add8 to 8fbf956 Compare April 21, 2020 12:34
@codecov-io
Copy link

codecov-io commented Apr 21, 2020

Codecov Report

Merging #778 into master will decrease coverage by 0.05%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #778      +/-   ##
==========================================
- Coverage   95.44%   95.38%   -0.06%     
==========================================
  Files         148      148              
  Lines       10770    10752      -18     
  Branches      805      803       -2     
==========================================
- Hits        10279    10256      -23     
- Misses        491      496       +5     
Impacted Files Coverage Δ
test/test-instana.ts 61.11% <0.00%> (-25.56%) ⬇️
src/stackdriver-monitoring.ts 77.02% <0.00%> (-2.71%) ⬇️
test/test-jaeger-format.ts 96.22% <0.00%> (-0.39%) ⬇️

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 eee11ee...8fbf956. Read the comment docs.

@mayurkale22 mayurkale22 merged commit f5676ca into master Apr 21, 2020
@mayurkale22 mayurkale22 deleted the renovate/semver-7.x branch April 21, 2020 18:22
@mayurkale22 mayurkale22 restored the renovate/semver-7.x branch April 21, 2020 18:22
@mayurkale22 mayurkale22 deleted the renovate/semver-7.x branch April 21, 2020 18:22
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants