Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump commander from 8.3.0 to 11.0.0 (#91)
Bumps [commander](https://github.com/tj/commander.js) from 8.3.0 to 11.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tj/commander.js/releases">commander's releases</a>.</em></p> <blockquote> <h2>v11.0.0</h2> <h3>Fixed</h3> <ul> <li>help command works when help option is disabled (<a href="https://redirect.github.com/tj/commander.js/issues/1864">#1864</a>)</li> </ul> <h3>Changed</h3> <ul> <li>leading and trailing spaces are now ignored by the .arguments() method (<a href="https://redirect.github.com/tj/commander.js/issues/1874">#1874</a>)</li> <li>refine "types" exports for ESM to follow TypeScript guidelines (<a href="https://redirect.github.com/tj/commander.js/issues/1886">#1886</a>)</li> <li><em>Breaking:</em> Commander 11 requires Node.js v16 or higher</li> </ul> <h2>v10.0.1</h2> <h3>Added</h3> <ul> <li>improvements to documentation (<a href="https://redirect.github.com/tj/commander.js/issues/1858">#1858</a>, <a href="https://redirect.github.com/tj/commander.js/issues/1859">#1859</a>, <a href="https://redirect.github.com/tj/commander.js/issues/1860">#1860</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>remove unused <code>Option.optionFlags</code> property from TypeScript definition (<a href="https://redirect.github.com/tj/commander.js/issues/1844">#1844</a>)</li> </ul> <h3>Changed</h3> <ul> <li>assume boolean option intended if caller passes string instead of hash to <code>.implies()</code> (<a href="https://redirect.github.com/tj/commander.js/issues/1854">#1854</a>)</li> </ul> <h2>v10.0.0</h2> <h3>Added</h3> <ul> <li>wrap command description in help (<a href="https://redirect.github.com/tj/commander.js/issues/1804">#1804</a>)</li> </ul> <h3>Changed</h3> <ul> <li><em>Breaking:</em> Commander 10 requires Node.js v14 or higher</li> </ul> <h2>v9.5.0</h2> <h3>Added</h3> <ul> <li><code>.getOptionValueSourceWithGlobals()</code> (<a href="https://redirect.github.com/tj/commander.js/issues/1832">#1832</a>)</li> <li><code>showGlobalOptions</code> for <code>.configureHelp{}</code> and <code>Help</code> (<a href="https://redirect.github.com/tj/commander.js/issues/1828">#1828</a>)</li> </ul> <h2>v9.4.1</h2> <h3>Fixed</h3> <ul> <li><code>.setOptionValue()</code> now also clears option source (<a href="https://redirect.github.com/tj/commander.js/issues/1795">#1795</a>)</li> <li>TypeScript: add <code>implied</code> to <code>OptionValueSource</code> for option values set by using <code>.implies()</code> (<a href="https://redirect.github.com/tj/commander.js/issues/1794">#1794</a>)</li> <li>TypeScript : add <code>undefined</code> to return type of <code>.getOptionValueSource()</code> (<a href="https://redirect.github.com/tj/commander.js/issues/1794">#1794</a>)</li> </ul> <h3>Changed</h3> <ul> <li>additions to README</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/tj/commander.js/blob/master/CHANGELOG.md">commander's changelog</a>.</em></p> <blockquote> <h2>[11.0.0] (2023-06-16)</h2> <h3>Fixed</h3> <ul> <li>help command works when help option is disabled (<a href="https://redirect.github.com/tj/commander.js/issues/1864">#1864</a>)</li> </ul> <h3>Changed</h3> <ul> <li>leading and trailing spaces are now ignored by the .arguments() method (<a href="https://redirect.github.com/tj/commander.js/issues/1874">#1874</a>)</li> <li>refine "types" exports for ESM to follow TypeScript guidelines (<a href="https://redirect.github.com/tj/commander.js/issues/1886">#1886</a>)</li> <li><em>Breaking:</em> Commander 11 requires Node.js v16 or higher</li> </ul> <h2>[10.0.1] (2023-04-15)</h2> <h3>Added</h3> <ul> <li>improvements to documentation (<a href="https://redirect.github.com/tj/commander.js/issues/1858">#1858</a>, <a href="https://redirect.github.com/tj/commander.js/issues/1859">#1859</a>, <a href="https://redirect.github.com/tj/commander.js/issues/1860">#1860</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>remove unused <code>Option.optionFlags</code> property from TypeScript definition (<a href="https://redirect.github.com/tj/commander.js/issues/1844">#1844</a>)</li> </ul> <h3>Changed</h3> <ul> <li>assume boolean option intended if caller passes string instead of hash to <code>.implies()</code> (<a href="https://redirect.github.com/tj/commander.js/issues/1854">#1854</a>)</li> </ul> <h2>[10.0.0] (2023-01-13)</h2> <h3>Added</h3> <ul> <li>wrap command description in help (<a href="https://redirect.github.com/tj/commander.js/issues/1804">#1804</a>)</li> </ul> <h3>Changed</h3> <ul> <li><em>Breaking:</em> Commander 10 requires Node.js v14 or higher</li> </ul> <h2>[9.5.0] (2023-01-07)</h2> <h3>Added</h3> <ul> <li><code>.getOptionValueSourceWithGlobals()</code> (<a href="https://redirect.github.com/tj/commander.js/issues/1832">#1832</a>)</li> <li><code>showGlobalOptions</code> for <code>.configureHelp{}</code> and <code>Help</code> (<a href="https://redirect.github.com/tj/commander.js/issues/1828">#1828</a>)</li> </ul> <h2>[9.4.1] (2022-09-30)</h2> <h3>Fixed</h3> <ul> <li><code>.setOptionValue()</code> now also clears option source (<a href="https://redirect.github.com/tj/commander.js/issues/1795">#1795</a>)</li> <li>TypeScript: add <code>implied</code> to <code>OptionValueSource</code> for option values set by using <code>.implies()</code> (<a href="https://redirect.github.com/tj/commander.js/issues/1794">#1794</a>)</li> <li>TypeScript : add <code>undefined</code> to return type of <code>.getOptionValueSource()</code> (<a href="https://redirect.github.com/tj/commander.js/issues/1794">#1794</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tj/commander.js/commit/4ef19faac1564743d8c7e3ce89ef8d190e1551b4"><code>4ef19fa</code></a> Bump version</li> <li><a href="https://github.com/tj/commander.js/commit/1be6dfa339d05df44bd501a9e5b995c424762b5e"><code>1be6dfa</code></a> Adjust date</li> <li><a href="https://github.com/tj/commander.js/commit/1b8e82d07a19ff44e5abb6bb08bf9e9f9d680ee6"><code>1b8e82d</code></a> Update CHANGELOG for 11.0.0</li> <li><a href="https://github.com/tj/commander.js/commit/752900d84931eeaabcc3cbb00d89b5c0f502bb4f"><code>752900d</code></a> Lint fixes for latest rules</li> <li><a href="https://github.com/tj/commander.js/commit/76d3d1168375bc46ad37088faa2425b36fdacd5d"><code>76d3d11</code></a> Update to minimum of node 16</li> <li><a href="https://github.com/tj/commander.js/commit/a4c96e6fedc88ec765d9df7263578b2279d7d48f"><code>a4c96e6</code></a> Add separate type file for esm per TypeScript guidelines (<a href="https://redirect.github.com/tj/commander.js/issues/1886">#1886</a>)</li> <li><a href="https://github.com/tj/commander.js/commit/ffc78979cedc8a776e2510e82cbb8b16e403a2e3"><code>ffc7897</code></a> Deprecate import from commander/esm.mjs (<a href="https://redirect.github.com/tj/commander.js/issues/1887">#1887</a>)</li> <li><a href="https://github.com/tj/commander.js/commit/2f07c2af7901ac2a73dcfc87d3f360fa24e83d2f"><code>2f07c2a</code></a> trim() input string of .arguments method</li> <li><a href="https://github.com/tj/commander.js/commit/60958df4c478e055d3ed0c6f3f14c35c7141dea7"><code>60958df</code></a> Add npm run-script to README (<a href="https://redirect.github.com/tj/commander.js/issues/1872">#1872</a>)</li> <li><a href="https://github.com/tj/commander.js/commit/63abdaca08fd72818989ac962429ffe727801724"><code>63abdac</code></a> Have help command call help directly for subcommands, when possible (<a href="https://redirect.github.com/tj/commander.js/issues/1864">#1864</a>)</li> <li>Additional commits viewable in <a href="https://github.com/tj/commander.js/compare/v8.3.0...v11.0.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=commander&package-manager=npm_and_yarn&previous-version=8.3.0&new-version=11.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Lucas <[email protected]>
- Loading branch information