Skip to content

Commit

Permalink
chore(deps): Bump commander from 10.0.0 to 11.0.0 (#161)
Browse files Browse the repository at this point in the history
Bumps [commander](https://github.com/tj/commander.js) from 10.0.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 &quot;types&quot; 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>
</blockquote>
</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 &quot;types&quot; 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>
</blockquote>
</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/v10.0.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=10.0.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
- `@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)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: takegue <takegue@gmail.com>
  • Loading branch information
dependabot[bot] and takegue committed Jul 16, 2023
1 parent b088edd commit 373c2b0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"dependencies": {
"@google-cloud/bigquery": "^6.0.3",
"@types/node": "^20.1.1",
"commander": "^10.0.0",
"commander": "^11.0.0",
"log-update": "^5.0.1",
"p-throttle": "^5.0.0",
"picocolors": "^1.0.0",
Expand Down

0 comments on commit 373c2b0

Please sign in to comment.