wework / we-js-logger

Universal logger with transports to Rollbar and Logentries. Uses bunyan under the hood.
MIT License
14 stars 3 forks source link

Bump semver from 5.4.1 to 6.1.3 #205

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps semver from 5.4.1 to 6.1.3.

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 compatibility score

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.
coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 79.31% when pulling cb4ddd6ce0a9e945a814b0b2ba09f41f02e0a4e6 on dependabot/npm_and_yarn/semver-6.1.3 into 57b66dd40ffe5f44d2cf553d1d1ecfd47973c567 on master.

dependabot-preview[bot] commented 5 years ago

Superseded by #206.