This is an automated email from the ASF dual-hosted git repository.

kou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-js.git


The following commit(s) were added to refs/heads/main by this push:
     new 32bb48b  chore: bump del-cli from 6.0.0 to 7.0.0 (#328)
32bb48b is described below

commit 32bb48b4d80ec4fdb632f175826c687710d98545
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Nov 4 09:59:32 2025 +0900

    chore: bump del-cli from 6.0.0 to 7.0.0 (#328)
    
    Bumps [del-cli](https://github.com/sindresorhus/del-cli) from 6.0.0 to
    7.0.0.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/sindresorhus/del-cli/releases";>del-cli's
    releases</a>.</em></p>
    <blockquote>
    <h2>v7.0.0</h2>
    <h3>Breaking</h3>
    <ul>
    <li>Require Node.js 20  aba3b05</li>
    </ul>
    <h3>Improvements</h3>
    <ul>
    <li>Improve error presentation  822f27c</li>
    <li>Fix <code>--dry-run</code> behavior and clarify help text
    f71aaa6</li>
    </ul>
    <hr />
    <p><a
    
href="https://github.com/sindresorhus/del-cli/compare/v6.0.0...v7.0.0";>https://github.com/sindresorhus/del-cli/compare/v6.0.0...v7.0.0</a></p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    
href="https://github.com/sindresorhus/del-cli/commit/77857ae31a5a4b3beca03e76903cd8abb1cc7665";><code>77857ae</code></a>
    7.0.0</li>
    <li><a
    
href="https://github.com/sindresorhus/del-cli/commit/aba3b05405849f0e9c863d6ed346ff38fd2cd526";><code>aba3b05</code></a>
    Require Node.js 20</li>
    <li><a
    
href="https://github.com/sindresorhus/del-cli/commit/6562054be280545b3cb853656ab7bd851315e93c";><code>6562054</code></a>
    Add tests for directory paths with trailing slash</li>
    <li><a
    
href="https://github.com/sindresorhus/del-cli/commit/822f27c19208e928fde01fa05ae732e5a7ad4a4c";><code>822f27c</code></a>
    Improve error presentation</li>
    <li><a
    
href="https://github.com/sindresorhus/del-cli/commit/f71aaa68c58c8be814be56ed3caf74400fcacf76";><code>f71aaa6</code></a>
    Fix <code>--dry-run</code> behavior and clarify help text</li>
    <li>See full diff in <a
    
href="https://github.com/sindresorhus/del-cli/compare/v6.0.0...v7.0.0";>compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=del-cli&package-manager=npm_and_yarn&previous-version=6.0.0&new-version=7.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 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>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 package.json |  2 +-
 yarn.lock    | 23 ++++++++++++-----------
 2 files changed, 13 insertions(+), 12 deletions(-)

diff --git a/package.json b/package.json
index 5edb9bd..e4fa1b4 100644
--- a/package.json
+++ b/package.json
@@ -72,7 +72,7 @@
     "benny": "3.7.1",
     "cross-env": "10.0.0",
     "del": "8.0.1",
-    "del-cli": "6.0.0",
+    "del-cli": "7.0.0",
     "esbuild": "0.25.10",
     "esbuild-plugin-alias": "0.2.1",
     "eslint": "9.36.0",
diff --git a/yarn.lock b/yarn.lock
index 1d20153..ae225ab 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -2670,15 +2670,16 @@ define-properties@^1.2.1:
     has-property-descriptors "^1.0.0"
     object-keys "^1.1.1"
 
[email protected]:
-  version "6.0.0"
-  resolved 
"https://registry.yarnpkg.com/del-cli/-/del-cli-6.0.0.tgz#7822d0ffd5b73449a506a586d839711485bfb119";
-  integrity 
sha512-9nitGV2W6KLFyya4qYt4+9AKQFL+c0Ehj5K7V7IwlxTc6RMCfQUGY9E9pLG6e8TQjtwXpuiWIGGZb3mfVxyZkw==
[email protected]:
+  version "7.0.0"
+  resolved 
"https://registry.yarnpkg.com/del-cli/-/del-cli-7.0.0.tgz#ffb696b3af54e145870c2aee455ed171be3145a8";
+  integrity 
sha512-fRl4pWJYu9WFQH8jXdQUYvcD0IMtij9WEc7qmB7xOyJEweNJNuE7iKmqNeoOT1DbBUjtRjxlw8Y63qKBI/NQ1g==
   dependencies:
-    del "^8.0.0"
-    meow "^13.2.0"
+    del "^8.0.1"
+    meow "^14.0.0"
+    presentable-error "^0.0.1"
 
[email protected], del@^8.0.0:
[email protected], del@^8.0.1:
   version "8.0.1"
   resolved 
"https://registry.yarnpkg.com/del/-/del-8.0.1.tgz#86772fe3a8c9f91bad0d7c6f79e04c6f310e50ac";
   integrity 
sha512-gPqh0mKTPvaUZGAuHbrBUYKZWBNAeHG7TU3QH5EhVwPMyKvmfJaNXhcD2jTcXsJRRcffuho4vaYweu80dRrMGA==
@@ -4843,10 +4844,10 @@ memory-fs@^0.5.0:
     errno "^0.1.3"
     readable-stream "^2.0.1"
 
-meow@^13.2.0:
-  version "13.2.0"
-  resolved 
"https://registry.yarnpkg.com/meow/-/meow-13.2.0.tgz#6b7d63f913f984063b3cc261b6e8800c4cd3474f";
-  integrity 
sha512-pxQJQzB6djGPXh08dacEloMFopsOqGVRKFPYvPOt9XDZ1HasbgDZA74CJGreSU4G3Ak7EFJGoiH2auq+yXISgA==
+meow@^14.0.0:
+  version "14.0.0"
+  resolved 
"https://registry.yarnpkg.com/meow/-/meow-14.0.0.tgz#97d44d2f9eeb9836db06108570891f7523103bbc";
+  integrity 
sha512-JhC3R1f6dbspVtmF3vKjAWz1EVIvwFrGGPLSdU6rK79xBwHWTuHoLnRX/t1/zHS1Ch1Y2UtIrih7DAHuH9JFJA==
 
 merge-stream@^2.0.0:
   version "2.0.0"

Reply via email to