Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=command-line-args&package-manager=npm_and_yarn&previous-version=5.2.1&new-version=6.0.1)](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]>
- Loading branch information