Skip to content

Commit 3f2478e

Browse files
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]>
1 parent e8224fc commit 3f2478e

File tree

2 files changed

+16
-28
lines changed

2 files changed

+16
-28
lines changed

js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"@types/command-line-args": "^5.2.3",
5757
"@types/command-line-usage": "^5.0.4",
5858
"@types/node": "^20.13.0",
59-
"command-line-args": "^5.2.1",
59+
"command-line-args": "^6.0.1",
6060
"command-line-usage": "^7.0.1",
6161
"flatbuffers": "^24.3.25",
6262
"json-bignum": "^0.0.3",

js/yarn.lock

Lines changed: 15 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1915,11 +1915,6 @@ arr-union@^3.1.0:
19151915
resolved "https://registry.yarnpkg.com/arr-union/-/arr-union-3.1.0.tgz#e39b09aea9def866a8f206e288af63919bae39c4"
19161916
integrity sha512-sKpyeERZ02v1FeCZT8lrfJq5u6goHCtpTAzPwJYe7c8SPFOboNjNg1vz2L4VTn9T4PQxEx13TbXLmYUcS6Ug7Q==
19171917

1918-
array-back@^3.0.1, array-back@^3.1.0:
1919-
version "3.1.0"
1920-
resolved "https://registry.yarnpkg.com/array-back/-/array-back-3.1.0.tgz#b8859d7a508871c9a7b2cf42f99428f65e96bfb0"
1921-
integrity sha512-TkuxA4UCOvxuDK6NZYXCalszEzj+TLszyASooky+i742l9TqsOdYCMJJupxRic61hwquNtppB3hgcuq9SVSH1Q==
1922-
19231918
array-back@^6.2.2:
19241919
version "6.2.2"
19251920
resolved "https://registry.yarnpkg.com/array-back/-/array-back-6.2.2.tgz#f567d99e9af88a6d3d2f9dfcc21db6f9ba9fd157"
@@ -2511,15 +2506,15 @@ color-support@^1.1.3:
25112506
resolved "https://registry.yarnpkg.com/color-support/-/color-support-1.1.3.tgz#93834379a1cc9a0c61f82f52f0d04322251bd5a2"
25122507
integrity sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==
25132508

2514-
command-line-args@^5.2.1:
2515-
version "5.2.1"
2516-
resolved "https://registry.yarnpkg.com/command-line-args/-/command-line-args-5.2.1.tgz#c44c32e437a57d7c51157696893c5909e9cec42e"
2517-
integrity sha512-H4UfQhZyakIjC74I9d34fGYDwk3XpSr17QhEd0Q3I9Xq1CETHo4Hcuo87WyWHpAF1aSLjLRf5lD9ZGX2qStUvg==
2509+
command-line-args@^6.0.1:
2510+
version "6.0.1"
2511+
resolved "https://registry.yarnpkg.com/command-line-args/-/command-line-args-6.0.1.tgz#cbd1efb4f72b285dbd54bde9a8585c2d9694b070"
2512+
integrity sha512-Jr3eByUjqyK0qd8W0SGFW1nZwqCaNCtbXjRo2cRJC1OYxWl3MZ5t1US3jq+cO4sPavqgw4l9BMGX0CBe+trepg==
25182513
dependencies:
2519-
array-back "^3.1.0"
2520-
find-replace "^3.0.0"
2514+
array-back "^6.2.2"
2515+
find-replace "^5.0.2"
25212516
lodash.camelcase "^4.3.0"
2522-
typical "^4.0.0"
2517+
typical "^7.2.0"
25232518

25242519
command-line-usage@^7.0.1:
25252520
version "7.0.3"
@@ -3436,12 +3431,10 @@ fill-range@^7.0.1:
34363431
dependencies:
34373432
to-regex-range "^5.0.1"
34383433

3439-
find-replace@^3.0.0:
3440-
version "3.0.0"
3441-
resolved "https://registry.yarnpkg.com/find-replace/-/find-replace-3.0.0.tgz#3e7e23d3b05167a76f770c9fbd5258b0def68c38"
3442-
integrity sha512-6Tb2myMioCAgv5kfvP5/PkZZ/ntTpVK39fHY7WkWBgvbeE+VHd/tZuZ4mrC+bxh4cfOZeYKVPaJIZtZXV7GNCQ==
3443-
dependencies:
3444-
array-back "^3.0.1"
3434+
find-replace@^5.0.2:
3435+
version "5.0.2"
3436+
resolved "https://registry.yarnpkg.com/find-replace/-/find-replace-5.0.2.tgz#fe27ff0be05975aef6fc679c1139bbabea564e26"
3437+
integrity sha512-Y45BAiE3mz2QsrN2fb5QEtO4qb44NcS7en/0y9PEVsg351HsLeVclP8QPMH79Le9sH3rs5RSwJu99W0WPZO43Q==
34453438

34463439
find-up@^1.0.0:
34473440
version "1.1.2"
@@ -7055,15 +7048,10 @@ [email protected]:
70557048
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.5.tgz#42ccef2c571fdbd0f6718b1d1f5e6e5ef006f611"
70567049
integrity sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==
70577050

7058-
typical@^4.0.0:
7059-
version "4.0.0"
7060-
resolved "https://registry.yarnpkg.com/typical/-/typical-4.0.0.tgz#cbeaff3b9d7ae1e2bbfaf5a4e6f11eccfde94fc4"
7061-
integrity sha512-VAH4IvQ7BDFYglMd7BPRDfLgxZZX4O4TFcRDA6EN5X7erNJJq+McIEp8np9aVtxrCJ6qx4GTYVfOWNjcqwZgRw==
7062-
7063-
typical@^7.1.1:
7064-
version "7.1.1"
7065-
resolved "https://registry.yarnpkg.com/typical/-/typical-7.1.1.tgz#ba177ab7ab103b78534463ffa4c0c9754523ac1f"
7066-
integrity sha512-T+tKVNs6Wu7IWiAce5BgMd7OZfNYUndHwc5MknN+UHOudi7sGZzuHdCadllRuqJ3fPtgFtIH9+lt9qRv6lmpfA==
7051+
typical@^7.1.1, typical@^7.2.0:
7052+
version "7.3.0"
7053+
resolved "https://registry.yarnpkg.com/typical/-/typical-7.3.0.tgz#930376be344228709f134613911fa22aa09617a4"
7054+
integrity sha512-ya4mg/30vm+DOWfBg4YK3j2WD6TWtRkCbasOJr40CseYENzCUby/7rIvXA99JGsQHeNxLbnXdyLLxKSv3tauFw==
70677055

70687056
uc.micro@^2.0.0, uc.micro@^2.1.0:
70697057
version "2.1.0"

0 commit comments

Comments
 (0)