wopian / hibari

🦊 Vue app for Kitsu
https://hibari.moe
MIT License
26 stars 9 forks source link

build: update devdependency semver to ~7.3.0 #608

Closed renovate[bot] closed 4 years ago

renovate[bot] commented 4 years ago

This PR contains the following updates:

Package Type Update Change
semver devDependencies major ~5.5.0 -> ~7.3.0

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) ### [`v5.7.1`](https://togithub.com/npm/node-semver/compare/v5.7.0...v5.7.1) [Compare Source](https://togithub.com/npm/node-semver/compare/v5.7.0...v5.7.1) ### [`v5.7.0`](https://togithub.com/npm/node-semver/compare/v5.6.0...v5.7.0) [Compare Source](https://togithub.com/npm/node-semver/compare/v5.6.0...v5.7.0) ### [`v5.6.0`](https://togithub.com/npm/node-semver/compare/v5.5.1...v5.6.0) [Compare Source](https://togithub.com/npm/node-semver/compare/v5.5.1...v5.6.0)

Renovate configuration

:date: Schedule: "before 9am,after 5pm" in timezone Europe/London.

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

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

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



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

renovate[bot] commented 4 years ago

Renovate Ignore Notification

As this PR has been closed unmerged, Renovate will ignore this upgrade and you will not receive PRs for any future 7.x releases. However, if you upgrade to 7.x manually then Renovate will then reenable updates for minor and patch updates automatically.

If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.