Changelog
*Sourced from [semver's changelog](https://github.com/npm/node-semver/blob/master/CHANGELOG.md).*
> # changes log
>
> ## 6.0
>
> * Fix `intersects` logic.
>
> This is technically a bug fix, but since it is also a change to behavior
> that may require users updating their code, it is marked as a major
> version increment.
>
> ## 5.7
>
> * Add `minVersion` method
>
> ## 5.6
>
> * Move boolean `loose` param to an options object, with
> backwards-compatibility protection.
> * Add ability to opt out of special prerelease version handling with
> the `includePrerelease` option flag.
>
> ## 5.5
>
> * Add version coercion capabilities
>
> ## 5.4
>
> * Add intersection checking
>
> ## 5.3
>
> * Add `minSatisfying` method
>
> ## 5.2
>
> * Add `prerelease(v)` that returns prerelease components
>
> ## 5.1
>
> * Add Backus-Naur for ranges
> * Remove excessively cute inspection methods
>
> ## 5.0
>
> * Remove AMD/Browserified build artifacts
> * Fix ltr and gtr when using the `*` range
> * Fix for range `*` with a prerelease identifier
Commits
- [`0aea9ca`](https://github.com/npm/node-semver/commit/0aea9ca2d3c4bc879f5a0f582d16026ee51b4495) 6.1.0
- [`7b072bd`](https://github.com/npm/node-semver/commit/7b072bd1e5446e60559898dfd45cc8fb4361ef0d) Range intersect supports wildcards and ~
- [`78ea02a`](https://github.com/npm/node-semver/commit/78ea02ad2af47f9e3ec3ffee3db844a9b0172c66) tap@14
- [`62b21ed`](https://github.com/npm/node-semver/commit/62b21ed4a2adeae0f7ff1e12e2cefad32105ec73) Remove --save option as it isn't required anymore
- [`93c2f2d`](https://github.com/npm/node-semver/commit/93c2f2da87cef050e791e7ac1162e51c05140fc3) Clarify some ^0.0.x & ~.0.0.x cases
- [`e09ecf8`](https://github.com/npm/node-semver/commit/e09ecf8abeaa40ad1fab4a452798c9a3026ab828) Clarify Caret Ranges
- [`a3bcc39`](https://github.com/npm/node-semver/commit/a3bcc39f8f72d9b71e4c1aa91040eff51510d01b) Add semver.compareBuild function.
- [`5fb517b`](https://github.com/npm/node-semver/commit/5fb517b2906a0763518e1941a3f4a163956a81d3) 6.0.0
- [`3e1d016`](https://github.com/npm/node-semver/commit/3e1d0161b2438294aac32286dd236ea54bf9cc89) changelog for v6
- [`673e820`](https://github.com/npm/node-semver/commit/673e820718acdcf466c5555fa2d75874622da243) fix: Improve performance of isSatisfiable function
- Additional commits viewable in [compare view](https://github.com/npm/node-semver/compare/v5.4.1...v6.1.0)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
Coverage remained the same at 79.31% when pulling f6b2b9d1fe591af1a4a6f62500a31b0dc2c23f84 on dependabot/npm_and_yarn/semver-6.1.0 into 57b66dd40ffe5f44d2cf553d1d1ecfd47973c567 on master.
Bumps semver from 5.4.1 to 6.1.0.
Changelog
*Sourced from [semver's changelog](https://github.com/npm/node-semver/blob/master/CHANGELOG.md).* > # changes log > > ## 6.0 > > * Fix `intersects` logic. > > This is technically a bug fix, but since it is also a change to behavior > that may require users updating their code, it is marked as a major > version increment. > > ## 5.7 > > * Add `minVersion` method > > ## 5.6 > > * Move boolean `loose` param to an options object, with > backwards-compatibility protection. > * Add ability to opt out of special prerelease version handling with > the `includePrerelease` option flag. > > ## 5.5 > > * Add version coercion capabilities > > ## 5.4 > > * Add intersection checking > > ## 5.3 > > * Add `minSatisfying` method > > ## 5.2 > > * Add `prerelease(v)` that returns prerelease components > > ## 5.1 > > * Add Backus-Naur for ranges > * Remove excessively cute inspection methods > > ## 5.0 > > * Remove AMD/Browserified build artifacts > * Fix ltr and gtr when using the `*` range > * Fix for range `*` with a prerelease identifierCommits
- [`0aea9ca`](https://github.com/npm/node-semver/commit/0aea9ca2d3c4bc879f5a0f582d16026ee51b4495) 6.1.0 - [`7b072bd`](https://github.com/npm/node-semver/commit/7b072bd1e5446e60559898dfd45cc8fb4361ef0d) Range intersect supports wildcards and ~ - [`78ea02a`](https://github.com/npm/node-semver/commit/78ea02ad2af47f9e3ec3ffee3db844a9b0172c66) tap@14 - [`62b21ed`](https://github.com/npm/node-semver/commit/62b21ed4a2adeae0f7ff1e12e2cefad32105ec73) Remove --save option as it isn't required anymore - [`93c2f2d`](https://github.com/npm/node-semver/commit/93c2f2da87cef050e791e7ac1162e51c05140fc3) Clarify some ^0.0.x & ~.0.0.x cases - [`e09ecf8`](https://github.com/npm/node-semver/commit/e09ecf8abeaa40ad1fab4a452798c9a3026ab828) Clarify Caret Ranges - [`a3bcc39`](https://github.com/npm/node-semver/commit/a3bcc39f8f72d9b71e4c1aa91040eff51510d01b) Add semver.compareBuild function. - [`5fb517b`](https://github.com/npm/node-semver/commit/5fb517b2906a0763518e1941a3f4a163956a81d3) 6.0.0 - [`3e1d016`](https://github.com/npm/node-semver/commit/3e1d0161b2438294aac32286dd236ea54bf9cc89) changelog for v6 - [`673e820`](https://github.com/npm/node-semver/commit/673e820718acdcf466c5555fa2d75874622da243) fix: Improve performance of isSatisfiable function - Additional commits viewable in [compare view](https://github.com/npm/node-semver/compare/v5.4.1...v6.1.0)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.