Updates the requirements on semver to permit the latest version.
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
- [`3dc88f3`](https://github.com/npm/node-semver/commit/3dc88f3b3d1563aa92bca3b60d739b214937ca27) 6.1.3
- [`c44e124`](https://github.com/npm/node-semver/commit/c44e124d045f246e5adfe8d18185edcb0fc311a1) Handle X ranges properly in includePrelease mode
- [`ba19e8f`](https://github.com/npm/node-semver/commit/ba19e8f547eedec57e652257817bfa01b4710812) Add a -0 prerelease on >X and
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.
Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.
You can always request more updates by clicking Bump now in your Dependabot dashboard.
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)
- 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 67.033% when pulling bcccbd891f40a1c80b06dad775ffe9422ff3b613 on dependabot/npm_and_yarn/semver-tw-6.1.3 into 5bca6cd9f2b35ed24bcb33f28cb92a1923bcea3d on develop.
Updates the requirements on semver to permit the latest version.
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
- [`3dc88f3`](https://github.com/npm/node-semver/commit/3dc88f3b3d1563aa92bca3b60d739b214937ca27) 6.1.3 - [`c44e124`](https://github.com/npm/node-semver/commit/c44e124d045f246e5adfe8d18185edcb0fc311a1) Handle X ranges properly in includePrelease mode - [`ba19e8f`](https://github.com/npm/node-semver/commit/ba19e8f547eedec57e652257817bfa01b4710812) Add a -0 prerelease on >X andDependabot 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
.Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.
You can always request more updates by clicking
Bump now
in your Dependabot dashboard.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) - 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.