Updates the requirements on commander to permit the latest version.
Release notes
*Sourced from [commander's releases](https://github.com/tj/commander.js/releases).*
> ## v2.20.0
> * fix: resolve symbolic links completely when hunting for subcommands ([#935](https://github-redirect.dependabot.com/tj/commander.js/issues/935))
> * Update index.d.ts ([#930](https://github-redirect.dependabot.com/tj/commander.js/issues/930))
> * Update Readme.md ([#924](https://github-redirect.dependabot.com/tj/commander.js/issues/924))
> * Remove --save option as it isn't required anymore ([#918](https://github-redirect.dependabot.com/tj/commander.js/issues/918))
> * Add link to the license file ([#900](https://github-redirect.dependabot.com/tj/commander.js/issues/900))
> * Added example of receiving args from options ([#858](https://github-redirect.dependabot.com/tj/commander.js/issues/858))
> * Added missing semicolon ([#882](https://github-redirect.dependabot.com/tj/commander.js/issues/882))
> * Add extension to .eslintrc ([#876](https://github-redirect.dependabot.com/tj/commander.js/issues/876))
Changelog
*Sourced from [commander's changelog](https://github.com/tj/commander.js/blob/master/CHANGELOG.md).*
> 2.20.0 / 2019-04-02
> ==================
>
> * fix: resolve symbolic links completely when hunting for subcommands ([#935](https://github-redirect.dependabot.com/tj/commander.js/issues/935))
> * Update index.d.ts ([#930](https://github-redirect.dependabot.com/tj/commander.js/issues/930))
> * Update Readme.md ([#924](https://github-redirect.dependabot.com/tj/commander.js/issues/924))
> * Remove --save option as it isn't required anymore ([#918](https://github-redirect.dependabot.com/tj/commander.js/issues/918))
> * Add link to the license file ([#900](https://github-redirect.dependabot.com/tj/commander.js/issues/900))
> * Added example of receiving args from options ([#858](https://github-redirect.dependabot.com/tj/commander.js/issues/858))
> * Added missing semicolon ([#882](https://github-redirect.dependabot.com/tj/commander.js/issues/882))
> * Add extension to .eslintrc ([#876](https://github-redirect.dependabot.com/tj/commander.js/issues/876))
>
> 2.19.0 / 2018-10-02
> ==================
>
> * Removed newline after Options and Commands headers ([#864](https://github-redirect.dependabot.com/tj/commander.js/issues/864))
> * Bugfix - Error output ([#862](https://github-redirect.dependabot.com/tj/commander.js/issues/862))
> * Fix to change default value to string ([#856](https://github-redirect.dependabot.com/tj/commander.js/issues/856))
>
> 2.18.0 / 2018-09-07
> ==================
>
> * Standardize help output ([#853](https://github-redirect.dependabot.com/tj/commander.js/issues/853))
> * chmod 644 travis.yml ([#851](https://github-redirect.dependabot.com/tj/commander.js/issues/851))
> * add support for execute typescript subcommand via ts-node ([#849](https://github-redirect.dependabot.com/tj/commander.js/issues/849))
>
> 2.17.1 / 2018-08-07
> ==================
>
> * Fix bug in command emit ([#844](https://github-redirect.dependabot.com/tj/commander.js/issues/844))
>
> 2.17.0 / 2018-08-03
> ==================
>
> * fixed newline output after help information ([#833](https://github-redirect.dependabot.com/tj/commander.js/issues/833))
> * Fix to emit the action even without command ([#778](https://github-redirect.dependabot.com/tj/commander.js/issues/778))
> * npm update ([#823](https://github-redirect.dependabot.com/tj/commander.js/issues/823))
>
> 2.16.0 / 2018-06-29
> ==================
>
> * Remove Makefile and `test/run` ([#821](https://github-redirect.dependabot.com/tj/commander.js/issues/821))
> * Make 'npm test' run on Windows ([#820](https://github-redirect.dependabot.com/tj/commander.js/issues/820))
> * Add badge to display install size ([#807](https://github-redirect.dependabot.com/tj/commander.js/issues/807))
> * chore: cache node_modules ([#814](https://github-redirect.dependabot.com/tj/commander.js/issues/814))
> * chore: remove Node.js 4 (EOL), add Node.js 10 ([#813](https://github-redirect.dependabot.com/tj/commander.js/issues/813))
> * fixed typo in readme ([#812](https://github-redirect.dependabot.com/tj/commander.js/issues/812))
> * Fix types ([#804](https://github-redirect.dependabot.com/tj/commander.js/issues/804))
> * Update eslint to resolve vulnerabilities in lodash ([#799](https://github-redirect.dependabot.com/tj/commander.js/issues/799))
> * updated readme with custom event listeners. ([#791](https://github-redirect.dependabot.com/tj/commander.js/issues/791))
> ... (truncated)
Commits
- [`3e8bf54`](https://github.com/tj/commander.js/commit/3e8bf54b9b2fb3960fc2320a4174aa79efca90fa) Merge pull request [#946](https://github-redirect.dependabot.com/tj/commander.js/issues/946) from abetomo/version_bump_2.20.0
- [`1ffcbef`](https://github.com/tj/commander.js/commit/1ffcbefb1545767bd81f63dcff1a75c0d7deb8a1) version bump 2.20.0
- [`50922d8`](https://github.com/tj/commander.js/commit/50922d84573b01a8c7df3a348e7827e90e356fc4) Merge pull request [#935](https://github-redirect.dependabot.com/tj/commander.js/issues/935) from MarshallOfSound/fix-deep-sym-link-resolution
- [`994d24d`](https://github.com/tj/commander.js/commit/994d24ddad4c1139d1ea3d5f94286f6d79b61f99) fix: resolve symbol links until their are no more symbolic links
- [`291fc04`](https://github.com/tj/commander.js/commit/291fc04a405605e056b4e31af64927b8f811f0d7) Merge pull request [#930](https://github-redirect.dependabot.com/tj/commander.js/issues/930) from kira1928/update-index.d.ts
- [`a469137`](https://github.com/tj/commander.js/commit/a4691373f301a6f3060078899eab4fd8d1a8fa8c) some more fix.
- [`a679949`](https://github.com/tj/commander.js/commit/a67994996a07cd871eb56147bd21a58aaa93ff1d) Refine variable name. Use strict type definition instead of
- [`e31bb8a`](https://github.com/tj/commander.js/commit/e31bb8ad665c64d53ae690aa21a35579a42e8c08) Update index.d.ts
- [`4542306`](https://github.com/tj/commander.js/commit/45423069d96fa79258b1cddc9c6a2ed07fb23969) Merge pull request [#924](https://github-redirect.dependabot.com/tj/commander.js/issues/924) from ForJing/patch-1
- [`77bb580`](https://github.com/tj/commander.js/commit/77bb5807476fef649bbc1721c0e9e6ef59b9b560) Update Readme.md
- Additional commits viewable in [compare view](https://github.com/tj/commander.js/compare/v2.9.0...v2.20.0)
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.
Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.
You can always request more updates by clicking Bump now in your Dependabot dashboard.
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.
Updates the requirements on commander to permit the latest version.
Release notes
*Sourced from [commander's releases](https://github.com/tj/commander.js/releases).* > ## v2.20.0 > * fix: resolve symbolic links completely when hunting for subcommands ([#935](https://github-redirect.dependabot.com/tj/commander.js/issues/935)) > * Update index.d.ts ([#930](https://github-redirect.dependabot.com/tj/commander.js/issues/930)) > * Update Readme.md ([#924](https://github-redirect.dependabot.com/tj/commander.js/issues/924)) > * Remove --save option as it isn't required anymore ([#918](https://github-redirect.dependabot.com/tj/commander.js/issues/918)) > * Add link to the license file ([#900](https://github-redirect.dependabot.com/tj/commander.js/issues/900)) > * Added example of receiving args from options ([#858](https://github-redirect.dependabot.com/tj/commander.js/issues/858)) > * Added missing semicolon ([#882](https://github-redirect.dependabot.com/tj/commander.js/issues/882)) > * Add extension to .eslintrc ([#876](https://github-redirect.dependabot.com/tj/commander.js/issues/876))Changelog
*Sourced from [commander's changelog](https://github.com/tj/commander.js/blob/master/CHANGELOG.md).* > 2.20.0 / 2019-04-02 > ================== > > * fix: resolve symbolic links completely when hunting for subcommands ([#935](https://github-redirect.dependabot.com/tj/commander.js/issues/935)) > * Update index.d.ts ([#930](https://github-redirect.dependabot.com/tj/commander.js/issues/930)) > * Update Readme.md ([#924](https://github-redirect.dependabot.com/tj/commander.js/issues/924)) > * Remove --save option as it isn't required anymore ([#918](https://github-redirect.dependabot.com/tj/commander.js/issues/918)) > * Add link to the license file ([#900](https://github-redirect.dependabot.com/tj/commander.js/issues/900)) > * Added example of receiving args from options ([#858](https://github-redirect.dependabot.com/tj/commander.js/issues/858)) > * Added missing semicolon ([#882](https://github-redirect.dependabot.com/tj/commander.js/issues/882)) > * Add extension to .eslintrc ([#876](https://github-redirect.dependabot.com/tj/commander.js/issues/876)) > > 2.19.0 / 2018-10-02 > ================== > > * Removed newline after Options and Commands headers ([#864](https://github-redirect.dependabot.com/tj/commander.js/issues/864)) > * Bugfix - Error output ([#862](https://github-redirect.dependabot.com/tj/commander.js/issues/862)) > * Fix to change default value to string ([#856](https://github-redirect.dependabot.com/tj/commander.js/issues/856)) > > 2.18.0 / 2018-09-07 > ================== > > * Standardize help output ([#853](https://github-redirect.dependabot.com/tj/commander.js/issues/853)) > * chmod 644 travis.yml ([#851](https://github-redirect.dependabot.com/tj/commander.js/issues/851)) > * add support for execute typescript subcommand via ts-node ([#849](https://github-redirect.dependabot.com/tj/commander.js/issues/849)) > > 2.17.1 / 2018-08-07 > ================== > > * Fix bug in command emit ([#844](https://github-redirect.dependabot.com/tj/commander.js/issues/844)) > > 2.17.0 / 2018-08-03 > ================== > > * fixed newline output after help information ([#833](https://github-redirect.dependabot.com/tj/commander.js/issues/833)) > * Fix to emit the action even without command ([#778](https://github-redirect.dependabot.com/tj/commander.js/issues/778)) > * npm update ([#823](https://github-redirect.dependabot.com/tj/commander.js/issues/823)) > > 2.16.0 / 2018-06-29 > ================== > > * Remove Makefile and `test/run` ([#821](https://github-redirect.dependabot.com/tj/commander.js/issues/821)) > * Make 'npm test' run on Windows ([#820](https://github-redirect.dependabot.com/tj/commander.js/issues/820)) > * Add badge to display install size ([#807](https://github-redirect.dependabot.com/tj/commander.js/issues/807)) > * chore: cache node_modules ([#814](https://github-redirect.dependabot.com/tj/commander.js/issues/814)) > * chore: remove Node.js 4 (EOL), add Node.js 10 ([#813](https://github-redirect.dependabot.com/tj/commander.js/issues/813)) > * fixed typo in readme ([#812](https://github-redirect.dependabot.com/tj/commander.js/issues/812)) > * Fix types ([#804](https://github-redirect.dependabot.com/tj/commander.js/issues/804)) > * Update eslint to resolve vulnerabilities in lodash ([#799](https://github-redirect.dependabot.com/tj/commander.js/issues/799)) > * updated readme with custom event listeners. ([#791](https://github-redirect.dependabot.com/tj/commander.js/issues/791)) > ... (truncated)Commits
- [`3e8bf54`](https://github.com/tj/commander.js/commit/3e8bf54b9b2fb3960fc2320a4174aa79efca90fa) Merge pull request [#946](https://github-redirect.dependabot.com/tj/commander.js/issues/946) from abetomo/version_bump_2.20.0 - [`1ffcbef`](https://github.com/tj/commander.js/commit/1ffcbefb1545767bd81f63dcff1a75c0d7deb8a1) version bump 2.20.0 - [`50922d8`](https://github.com/tj/commander.js/commit/50922d84573b01a8c7df3a348e7827e90e356fc4) Merge pull request [#935](https://github-redirect.dependabot.com/tj/commander.js/issues/935) from MarshallOfSound/fix-deep-sym-link-resolution - [`994d24d`](https://github.com/tj/commander.js/commit/994d24ddad4c1139d1ea3d5f94286f6d79b61f99) fix: resolve symbol links until their are no more symbolic links - [`291fc04`](https://github.com/tj/commander.js/commit/291fc04a405605e056b4e31af64927b8f811f0d7) Merge pull request [#930](https://github-redirect.dependabot.com/tj/commander.js/issues/930) from kira1928/update-index.d.ts - [`a469137`](https://github.com/tj/commander.js/commit/a4691373f301a6f3060078899eab4fd8d1a8fa8c) some more fix. - [`a679949`](https://github.com/tj/commander.js/commit/a67994996a07cd871eb56147bd21a58aaa93ff1d) Refine variable name. Use strict type definition instead of - [`e31bb8a`](https://github.com/tj/commander.js/commit/e31bb8ad665c64d53ae690aa21a35579a42e8c08) Update index.d.ts - [`4542306`](https://github.com/tj/commander.js/commit/45423069d96fa79258b1cddc9c6a2ed07fb23969) Merge pull request [#924](https://github-redirect.dependabot.com/tj/commander.js/issues/924) from ForJing/patch-1 - [`77bb580`](https://github.com/tj/commander.js/commit/77bb5807476fef649bbc1721c0e9e6ef59b9b560) Update Readme.md - Additional commits viewable in [compare view](https://github.com/tj/commander.js/compare/v2.9.0...v2.20.0)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
.Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.
You can always request more updates by clicking
Bump now
in your Dependabot dashboard.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.