katowulf / mockfirebase

Firebase mock library for writing unit tests (experimental)
157 stars 40 forks source link

Bump semver from 3.0.1 to 7.1.2 #115

Open dependabot[bot] opened 4 years ago

dependabot[bot] commented 4 years ago

Bumps semver from 3.0.1 to 7.1.2.

Changelog *Sourced from [semver's changelog](https://github.com/npm/node-semver/blob/master/CHANGELOG.md).* > # changes log > > ## 7.1.0 > > * Add `require('semver/preload')` to load the entire module without using > lazy getter methods. > > ## 7.0.0 > > * Refactor module into separate files for better tree-shaking > * Drop support for very old node versions, use const/let, `=>` functions, > and classes. > > ## 6.3.0 > > * Expose the token enum on the exports > > ## 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 > > ... (truncated)
Commits - [`8f4d96d`](https://github.com/npm/node-semver/commit/8f4d96d7816c296d311eef101588a3809170ea2b) 7.1.2 - [`70593f7`](https://github.com/npm/node-semver/commit/70593f743620b01fdf9391a85c3dedce83dfa589) Remove the fancy preload logic in index.js - [`70d9fb3`](https://github.com/npm/node-semver/commit/70d9fb3f1c128227a3cd911867edb07a54260cad) document preload and exported modules - [`bb36c98`](https://github.com/npm/node-semver/commit/bb36c98d71d5760d730abba71c68bc324035dd36) 7.1.1 - [`6648df1`](https://github.com/npm/node-semver/commit/6648df16df5920f78af16a8af0711a4994996043) Add preload.js into npm package - [`5a4ce3d`](https://github.com/npm/node-semver/commit/5a4ce3df0c9d71900313ae165b3d31abb38dc85f) changelog for 7.1 - [`e663d38`](https://github.com/npm/node-semver/commit/e663d38c2d3f77bfe8c9cae9770c409aa434c713) 7.1.0 - [`945d53c`](https://github.com/npm/node-semver/commit/945d53c0979d9894343d07ffb615f7ce66cc1cbe) Add semver/preload module to just load the whole thing like it used to be - [`d61f828`](https://github.com/npm/node-semver/commit/d61f828e64260a0a097f26210f5500e91a621828) update changelog, travis, and engines versions - [`533ed12`](https://github.com/npm/node-semver/commit/533ed1266b44d7672ad5015202c0e571da15b8c1) update tap - Additional commits viewable in [compare view](https://github.com/npm/node-semver/compare/v3.0.1...v7.1.2)


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 close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor 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 You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/katowulf/mockfirebase/network/alerts).