Closed dependabot-preview[bot] closed 5 years ago
Code Climate has analyzed commit b00dd160 and detected 0 issues on this pull request.
View more on Code Climate.
Merging #135 into develop will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## develop #135 +/- ##
========================================
Coverage 94.77% 94.77%
========================================
Files 10 10
Lines 134 134
Branches 21 21
========================================
Hits 127 127
Misses 5 5
Partials 2 2
Looks like semver is up-to-date now, so this is no longer needed.
Bumps semver from 6.1.0 to 6.2.0.
Changelog
*Sourced from [semver's changelog](https://github.com/npm/node-semver/blob/master/CHANGELOG.md).* > ## 6.2.0 > > * Coerce numbers to strings when passed to semver.coerce() > * Add `rtl` option to coerce from right to left > > ## 6.1.3 > > * Handle X-ranges properly in includePrerelease mode > > ## 6.1.2 > > * Do not throw when testing invalid version strings > > ## 6.1.1 > > * Add options support for semver.coerce() > * Handle undefined version passed to Range.testCommits
- [`ce6190e`](https://github.com/npm/node-semver/commit/ce6190e2b681700dcc5d7309fe8eda99941f712d) 6.2.0 - [`24af461`](https://github.com/npm/node-semver/commit/24af46159b3fddb56be22d845a190d79a4133761) Add test coverage for bin file - [`388ec1c`](https://github.com/npm/node-semver/commit/388ec1cad414402d589b03c2ef7c4eb707ca1557) Add `rtl` option to coerce from right to left - [`d062593`](https://github.com/npm/node-semver/commit/d06259383cddb24b85e9b9501eee27ca6c117361) coerce(number) will coerce to a string - [`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
.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). To ignore the version in this PR you can just close it - `@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 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 the `.dependabot/config.yml` file in this repo: - 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.