Fix dependabot issues
This commit is contained in:
parent
c89d9bd8b0
commit
531c6ba7c8
705 changed files with 53406 additions and 20466 deletions
11
node_modules/update-notifier/readme.md
generated
vendored
11
node_modules/update-notifier/readme.md
generated
vendored
|
|
@ -1,4 +1,4 @@
|
|||
# update-notifier [](https://travis-ci.org/yeoman/update-notifier)
|
||||
# update-notifier
|
||||
|
||||
> Update notifications for your CLI app
|
||||
|
||||
|
|
@ -188,7 +188,7 @@ Options object that will be passed to [`boxen`](https://github.com/sindresorhus/
|
|||
|
||||
Users of your module have the ability to opt-out of the update notifier by changing the `optOut` property to `true` in `~/.config/configstore/update-notifier-[your-module-name].json`. The path is available in `notifier.config.path`.
|
||||
|
||||
Users can also opt-out by [setting the environment variable](https://github.com/sindresorhus/guides/blob/master/set-environment-variables.md) `NO_UPDATE_NOTIFIER` with any value or by using the `--no-update-notifier` flag on a per run basis.
|
||||
Users can also opt-out by [setting the environment variable](https://github.com/sindresorhus/guides/blob/main/set-environment-variables.md) `NO_UPDATE_NOTIFIER` with any value or by using the `--no-update-notifier` flag on a per run basis.
|
||||
|
||||
The check is also skipped automatically:
|
||||
- on CI
|
||||
|
|
@ -203,11 +203,10 @@ The idea for this module came from the desire to apply the browser update strate
|
|||
There are a bunch projects using it:
|
||||
|
||||
- [npm](https://github.com/npm/npm) - Package manager for JavaScript
|
||||
- [Yeoman](http://yeoman.io) - Modern workflows for modern webapps
|
||||
- [AVA](https://ava.li) - Simple concurrent test runner
|
||||
- [Yeoman](https://yeoman.io) - Modern workflows for modern webapps
|
||||
- [AVA](https://avajs.dev) - Simple concurrent test runner
|
||||
- [XO](https://github.com/xojs/xo) - JavaScript happiness style linter
|
||||
- [Pageres](https://github.com/sindresorhus/pageres) - Capture website screenshots
|
||||
- [Node GH](http://nodegh.io) - GitHub command line tool
|
||||
- [Node GH](https://github.com/node-gh/gh) - GitHub command line tool
|
||||
|
||||
[And 2700+ more…](https://www.npmjs.org/browse/depended/update-notifier)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue