stoically / temporary-containers

Firefox Add-on that lets you open automatically managed disposable containers
https://addons.mozilla.org/firefox/addon/temporary-containers/
MIT License
852 stars 60 forks source link

chore(deps-dev): bump npm-check-updates from 3.2.2 to 4.0.1 #345

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps npm-check-updates from 3.2.2 to 4.0.1.

Release notes *Sourced from [npm-check-updates's releases](https://github.com/tjunnone/npm-check-updates/releases).* > ## v4.0.0 > ncu v3 excluded prerelease versions (`-alpha`, `-beta`, etc) from the remote by default, as publishing prerelease versions to `latest` is unconventional and not recommended. Prereleases versions can be included by specifying `--pre` (and is implied in options `--greatest` and `--newest`). > > However, when you are already specifying a prerelease version in your package.json dependencies, then clearly you want ncu to find newer prerelease versions. This is now default in v4, albeit with the conservative approach of sticking to the `latest` tag. > > ## Migration > No effect for most users. > > If a prerelease version is published on the `latest` tag, and you specify a prerelease version in your package.json, ncu will now suggest upgrades for it. > > If a prerelease version is published on a different tag, there is no change from ncu v3; you will still need `--pre`, `--greatest`, or `--newest` to get prerelease upgrades.
Commits - [`fb013ea`](https://github.com/tjunnone/npm-check-updates/commit/fb013ea9d77ea6dcad502cb75666340766752121) 4.0.1 - [`26efdb3`](https://github.com/tjunnone/npm-check-updates/commit/26efdb36fde983055d6cad04efe9068b1fd651f7) Do not mutate options. Really fixes [#615](https://github-redirect.dependabot.com/tjunnone/npm-check-updates/issues/615). - [`a51e5c1`](https://github.com/tjunnone/npm-check-updates/commit/a51e5c11073b557480643fc16887f9c787cf11c8) 4.0.0 - [`0706633`](https://github.com/tjunnone/npm-check-updates/commit/0706633f9251d37ce458bc62ba985c2ec5905ffd) Upgrade rc-config-loader - [`cbb18ba`](https://github.com/tjunnone/npm-check-updates/commit/cbb18ba6464e10fce24021f5052ab08ef1e0138a) Upgrade pacote - [`348030a`](https://github.com/tjunnone/npm-check-updates/commit/348030a3458c8b8d5b00230522a38bded70be916) Upgrade commander - [`4be572a`](https://github.com/tjunnone/npm-check-updates/commit/4be572a469069222b90bd505b59d85f125bcbbb1) Upgrade chalk - [`5f8937f`](https://github.com/tjunnone/npm-check-updates/commit/5f8937fbef98fbbcacbdf31f808235cc72f4e1dc) Upgrade < major deps. - [`1f7312a`](https://github.com/tjunnone/npm-check-updates/commit/1f7312a94090c98283e3e96bc829e7d069a127c4) Upgrade prereleases to newer prereleases by default. Fixes [#615](https://github-redirect.dependabot.com/tjunnone/npm-check-updates/issues/615). - [`4227b48`](https://github.com/tjunnone/npm-check-updates/commit/4227b48c9b4d3ead0527c3c4eae030f7c79cf60b) --greatest and --newest should default --pre. - Additional commits viewable in [compare view](https://github.com/tjunnone/npm-check-updates/compare/v3.2.2...v4.0.1)


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 - `@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)