adonisjs / ally

AdonisJS Social Authentication Provider
MIT License
159 stars 53 forks source link

chore(deps-dev): update semver requirement from ^5.5.1 to ^6.2.0 #78

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

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).* > ## 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.test > > ## 6.1.0 > > * Add semver.compareBuild function > * Support `*` in semver.intersects > > ## 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 > > ... (truncated)
Commits - [`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 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). 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 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.
coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 67.033% when pulling 9b390526a648442a22d718a5c7188aa2656aa2e6 on dependabot/npm_and_yarn/semver-tw-6.2.0 into 5bca6cd9f2b35ed24bcb33f28cb92a1923bcea3d on develop.

dependabot-preview[bot] commented 5 years ago

Superseded by #87.