atSCM / atscm

Source code management utilities for atvise
https://atscm.github.io
7 stars 2 forks source link

chore(package): Update dependency semver to v7 - autoclosed #390

Closed renovate[bot] closed 4 years ago

renovate[bot] commented 4 years ago

This PR contains the following updates:

Package Type Update Change
semver dependencies major ^5.7.1 -> ^7.0.0
@types/semver devDependencies minor 7.1.0 -> 7.3.4

Release Notes

npm/node-semver ### [`v7.3.2`](https://togithub.com/npm/node-semver/compare/v7.3.1...v7.3.2) [Compare Source](https://togithub.com/npm/node-semver/compare/v7.3.1...v7.3.2) ### [`v7.3.1`](https://togithub.com/npm/node-semver/compare/v7.3.0...v7.3.1) [Compare Source](https://togithub.com/npm/node-semver/compare/v7.3.0...v7.3.1) ### [`v7.3.0`](https://togithub.com/npm/node-semver/blob/master/CHANGELOG.md#​730) [Compare Source](https://togithub.com/npm/node-semver/compare/v7.2.3...v7.3.0) - Add `subset(r1, r2)` method to determine if `r1` range is entirely contained by `r2` range. ### [`v7.2.3`](https://togithub.com/npm/node-semver/blob/master/CHANGELOG.md#​723) [Compare Source](https://togithub.com/npm/node-semver/compare/v7.2.2...v7.2.3) - 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`](https://togithub.com/npm/node-semver/blob/master/CHANGELOG.md#​722) [Compare Source](https://togithub.com/npm/node-semver/compare/v7.2.1...v7.2.2) - Fix bug where `2.0.0-pre` would be included in `^1.0.0` if `includePrerelease` was set to true. ### [`v7.2.1`](https://togithub.com/npm/node-semver/compare/v7.2.0...v7.2.1) [Compare Source](https://togithub.com/npm/node-semver/compare/v7.2.0...v7.2.1) ### [`v7.2.0`](https://togithub.com/npm/node-semver/blob/master/CHANGELOG.md#​720) [Compare Source](https://togithub.com/npm/node-semver/compare/v7.1.3...v7.2.0) - 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`](https://togithub.com/npm/node-semver/compare/v7.1.2...v7.1.3) [Compare Source](https://togithub.com/npm/node-semver/compare/v7.1.2...v7.1.3) ### [`v7.1.2`](https://togithub.com/npm/node-semver/blob/master/CHANGELOG.md#​712) [Compare Source](https://togithub.com/npm/node-semver/compare/v7.1.1...v7.1.2) - Remove fancy lazy-loading logic, as it was causing problems for webpack users. ### [`v7.1.1`](https://togithub.com/npm/node-semver/compare/v7.1.0...v7.1.1) [Compare Source](https://togithub.com/npm/node-semver/compare/v7.1.0...v7.1.1) ### [`v7.1.0`](https://togithub.com/npm/node-semver/blob/master/CHANGELOG.md#​710) [Compare Source](https://togithub.com/npm/node-semver/compare/v7.0.0...v7.1.0) - Add `require('semver/preload')` to load the entire module without using lazy getter methods. ### [`v7.0.0`](https://togithub.com/npm/node-semver/blob/master/CHANGELOG.md#​700) [Compare Source](https://togithub.com/npm/node-semver/compare/v6.3.0...v7.0.0) - 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`](https://togithub.com/npm/node-semver/blob/master/CHANGELOG.md#​630) [Compare Source](https://togithub.com/npm/node-semver/compare/v6.2.0...v6.3.0) - Expose the token enum on the exports ### [`v6.2.0`](https://togithub.com/npm/node-semver/blob/master/CHANGELOG.md#​620) [Compare Source](https://togithub.com/npm/node-semver/compare/v6.1.3...v6.2.0) - Coerce numbers to strings when passed to semver.coerce() - Add `rtl` option to coerce from right to left ### [`v6.1.3`](https://togithub.com/npm/node-semver/blob/master/CHANGELOG.md#​613) [Compare Source](https://togithub.com/npm/node-semver/compare/v6.1.2...v6.1.3) - Handle X-ranges properly in includePrerelease mode ### [`v6.1.2`](https://togithub.com/npm/node-semver/blob/master/CHANGELOG.md#​612) [Compare Source](https://togithub.com/npm/node-semver/compare/v6.1.1...v6.1.2) - Do not throw when testing invalid version strings ### [`v6.1.1`](https://togithub.com/npm/node-semver/blob/master/CHANGELOG.md#​611) [Compare Source](https://togithub.com/npm/node-semver/compare/v6.1.0...v6.1.1) - Add options support for semver.coerce() - Handle undefined version passed to Range.test ### [`v6.1.0`](https://togithub.com/npm/node-semver/blob/master/CHANGELOG.md#​610) [Compare Source](https://togithub.com/npm/node-semver/compare/v6.0.0...v6.1.0) - Add semver.compareBuild function - Support `*` in semver.intersects ### [`v6.0.0`](https://togithub.com/npm/node-semver/compare/v5.7.1...v6.0.0) [Compare Source](https://togithub.com/npm/node-semver/compare/v5.7.1...v6.0.0)

Renovate configuration

:date: Schedule: At any time (no schedule defined).

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

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

:no_bell: Ignore: Close this PR and you won't be reminded about these updates again.



This PR has been generated by WhiteSource Renovate. View repository job log here.

codecov-io commented 4 years ago

Codecov Report

Merging #390 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #390   +/-   ##
=======================================
  Coverage   40.52%   40.52%           
=======================================
  Files          56       56           
  Lines        2085     2085           
  Branches       82       82           
=======================================
  Hits          845      845           
  Misses       1222     1222           
  Partials       18       18           

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 f2ca202...64ee319. Read the comment docs.

codecov-commenter commented 4 years ago

Codecov Report

Merging #390 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #390   +/-   ##
=======================================
  Coverage   40.48%   40.48%           
=======================================
  Files          56       56           
  Lines        2087     2087           
  Branches       82       82           
=======================================
  Hits          845      845           
  Misses       1224     1224           
  Partials       18       18           

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 63e8a0e...6b3a7dd. Read the comment docs.