Commit 3f2478e
authored
MINOR: [JS] Bump command-line-args from 5.2.1 to 6.0.1 in /js (#44833)
Bumps [command-line-args](https://github.com/75lb/command-line-args) from 5.2.1 to 6.0.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/75lb/command-line-args/releases">command-line-args's releases</a>.</em></p>
<blockquote>
<h2>v6.0.0</h2>
<p>This is a non-functional release intended to refresh the codebase and dependency tree. There are no changes to the library's API or behaviour.</p>
<h2>Breaking changes since 5.2.1</h2>
<ul>
<li>Dropped support for Node versions less than v12.20</li>
</ul>
<h2>Misc other improvements</h2>
<ul>
<li>The package is now a native ES6 module while still maintaining support for CommonJS</li>
<li>All dependencies updated to their latest version</li>
</ul>
<h2>Upgrade Notes</h2>
<ul>
<li>If you're using Node v12.20 or above it's safe to upgrade with zero changes to your code.</li>
<li>Users of older versions of Node should stick with command-line-args v5.2.1.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/75lb/command-line-args/commit/40f364642bf6e3a16b60d8d8fbdb0241e7092ecb"><code>40f3646</code></a> 6.0.1</li>
<li><a href="https://github.com/75lb/command-line-args/commit/baee1e81eb844820d0d9162185101831f86f3165"><code>baee1e8</code></a> add Node v23 to CI</li>
<li><a href="https://github.com/75lb/command-line-args/commit/e3c4d16720682da2072b29b2ab333a64151ebee2"><code>e3c4d16</code></a> 6.0.0</li>
<li><a href="https://github.com/75lb/command-line-args/commit/1feac1807ee21dc99d0bc0d0ed7da74d5e8e0c7c"><code>1feac18</code></a> remove coveralls</li>
<li><a href="https://github.com/75lb/command-line-args/commit/9e3ea5ea8c2c65235a607ed40ea7b4f4deb48b4c"><code>9e3ea5e</code></a> Fix CI</li>
<li><a href="https://github.com/75lb/command-line-args/commit/6fd5e984bef8854c73ab49666ee5b669610dfd5b"><code>6fd5e98</code></a> Add rollup config and CommonJS test</li>
<li><a href="https://github.com/75lb/command-line-args/commit/574a6070a7584dc65a2c0718d74489e065900312"><code>574a607</code></a> Drop support for Node versions less than 12.20</li>
<li>See full diff in <a href="https://github.com/75lb/command-line-args/compare/v5.2.1...v6.0.1">compare view</a></li>
</ul>
</details>
<br />
[](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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
- `@ 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>
Authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Sutou Kouhei <[email protected]>1 parent e8224fc commit 3f2478e
2 files changed
+16
-28
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1915 | 1915 | | |
1916 | 1916 | | |
1917 | 1917 | | |
1918 | | - | |
1919 | | - | |
1920 | | - | |
1921 | | - | |
1922 | | - | |
1923 | 1918 | | |
1924 | 1919 | | |
1925 | 1920 | | |
| |||
2511 | 2506 | | |
2512 | 2507 | | |
2513 | 2508 | | |
2514 | | - | |
2515 | | - | |
2516 | | - | |
2517 | | - | |
| 2509 | + | |
| 2510 | + | |
| 2511 | + | |
| 2512 | + | |
2518 | 2513 | | |
2519 | | - | |
2520 | | - | |
| 2514 | + | |
| 2515 | + | |
2521 | 2516 | | |
2522 | | - | |
| 2517 | + | |
2523 | 2518 | | |
2524 | 2519 | | |
2525 | 2520 | | |
| |||
3436 | 3431 | | |
3437 | 3432 | | |
3438 | 3433 | | |
3439 | | - | |
3440 | | - | |
3441 | | - | |
3442 | | - | |
3443 | | - | |
3444 | | - | |
| 3434 | + | |
| 3435 | + | |
| 3436 | + | |
| 3437 | + | |
3445 | 3438 | | |
3446 | 3439 | | |
3447 | 3440 | | |
| |||
7055 | 7048 | | |
7056 | 7049 | | |
7057 | 7050 | | |
7058 | | - | |
7059 | | - | |
7060 | | - | |
7061 | | - | |
7062 | | - | |
7063 | | - | |
7064 | | - | |
7065 | | - | |
7066 | | - | |
| 7051 | + | |
| 7052 | + | |
| 7053 | + | |
| 7054 | + | |
7067 | 7055 | | |
7068 | 7056 | | |
7069 | 7057 | | |
| |||
0 commit comments