andersonshatch / soma-ctrl

Node util for controlling SOMA smart shade via MQTT or HTTP
MIT License
21 stars 6 forks source link

Bump yargs from 12.0.5 to 13.1.0 #44

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps yargs from 12.0.5 to 13.1.0.

Changelog *Sourced from [yargs's changelog](https://github.com/yargs/yargs/blob/master/CHANGELOG.md).* > # [13.1.0](https://github.com/yargs/yargs/compare/v13.0.0...v13.1.0) (2019-02-12) > > > ### Features > > * add applyBeforeValidation, for applying sync middleware before validation ([5be206a](https://github.com/yargs/yargs/commit/5be206a)) > > > > > # [13.0.0](https://github.com/yargs/yargs/compare/v12.0.5...v13.0.0) (2019-02-02) > > > ### Bug Fixes > > * **deps:** Update os-locale to avoid security vulnerability ([#1270](https://github-redirect.dependabot.com/yargs/yargs/issues/1270)) ([27bf739](https://github.com/yargs/yargs/commit/27bf739)) > * **validation:** Use the error as a message when none exists otherwise ([#1268](https://github-redirect.dependabot.com/yargs/yargs/issues/1268)) ([0510fe6](https://github.com/yargs/yargs/commit/0510fe6)) > * better bash path completion ([#1272](https://github-redirect.dependabot.com/yargs/yargs/issues/1272)) ([da75ea2](https://github.com/yargs/yargs/commit/da75ea2)) > * middleware added multiple times due to reference bug ([#1282](https://github-redirect.dependabot.com/yargs/yargs/issues/1282)) ([64af518](https://github.com/yargs/yargs/commit/64af518)) > > > ### Chores > > * drop Node 6 from testing matrix ([#1287](https://github-redirect.dependabot.com/yargs/yargs/issues/1287)) ([ef16792](https://github.com/yargs/yargs/commit/ef16792)) > * update dependencies ([#1284](https://github-redirect.dependabot.com/yargs/yargs/issues/1284)) ([f25de4f](https://github.com/yargs/yargs/commit/f25de4f)) > > > ### Features > > * Add `.parserConfiguration()` method, deprecating package.json config ([#1262](https://github-redirect.dependabot.com/yargs/yargs/issues/1262)) ([3c6869a](https://github.com/yargs/yargs/commit/3c6869a)) > * adds config option for sorting command output ([#1256](https://github-redirect.dependabot.com/yargs/yargs/issues/1256)) ([6916ce9](https://github.com/yargs/yargs/commit/6916ce9)) > * options/positionals with leading '+' and '0' no longer parse as numbers ([#1286](https://github-redirect.dependabot.com/yargs/yargs/issues/1286)) ([e9dc3aa](https://github.com/yargs/yargs/commit/e9dc3aa)) > * support promises in middleware ([f3a4e4f](https://github.com/yargs/yargs/commit/f3a4e4f)) > > > ### BREAKING CHANGES > > * options with leading '+' or '0' now parse as strings > * dropping Node 6 which hits end of life in April 2019 > * see [yargs-parser@12.0.0 CHANGELOG](https://github.com/yargs/yargs-parser/blob/master/CHANGELOG.md#breaking-changes) > * we now warn if the yargs stanza package.json is used. > > > >
Commits - [`706fc7a`](https://github.com/yargs/yargs/commit/706fc7a6a0e3a6ebd1b992ccc9315f9200d07f3e) chore(release): 13.1.0 - [`95700d6`](https://github.com/yargs/yargs/commit/95700d6f350bed82a153f64cbce1e53f31f58c59) test: add tests for alias behavior, based on conversations today ([#1291](https://github-redirect.dependabot.com/yargs/yargs/issues/1291)) - [`f45a817`](https://github.com/yargs/yargs/commit/f45a817fedab3114cbf9ebaefac8e39a7c0f92fc) chore: slight refactor of approach being used, add support for per-command - [`5be206a`](https://github.com/yargs/yargs/commit/5be206ac9ecd096531ed1726032484e7884293a8) feat: add applyBeforeValidation, for applying sync middleware before validation - [`cc8af76`](https://github.com/yargs/yargs/commit/cc8af7698b7c8daa55b215a780403f625d579f57) chore(release): 13.0.0 - [`e9dc3aa`](https://github.com/yargs/yargs/commit/e9dc3aaf7b9d0fe07bfbe28ec347db7d959cbf0b) feat: options/positionals with leading '+' and '0' no longer parse as numbers... - [`ef16792`](https://github.com/yargs/yargs/commit/ef167921e9f8d03e4bd08604480e1458cbf861e9) chore: drop Node 6 from testing matrix ([#1287](https://github-redirect.dependabot.com/yargs/yargs/issues/1287)) - [`f25de4f`](https://github.com/yargs/yargs/commit/f25de4fc8b4ad4bfd48080439492e6af50596940) chore: update dependencies ([#1284](https://github-redirect.dependabot.com/yargs/yargs/issues/1284)) - [`6916ce9`](https://github.com/yargs/yargs/commit/6916ce9a548c4f0ccd80740a0d85c6e7c567ff84) feat: adds config option for sorting command output ([#1256](https://github-redirect.dependabot.com/yargs/yargs/issues/1256)) - [`7b200d2`](https://github.com/yargs/yargs/commit/7b200d2ed7c4cdc0511e1d4e41e12ac4e1b2215e) chore: increase test timeout for windows - Additional commits viewable in [compare view](https://github.com/yargs/yargs/compare/v12.0.5...v13.1.0)


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 - `@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.
dependabot-preview[bot] commented 5 years ago

Superseded by #45.