This is an automated email from the ASF dual-hosted git repository.
lidavidm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git
The following commit(s) were added to refs/heads/main by this push:
new 2942a3ca1 chore(javascript): bump napi crates (#4482)
2942a3ca1 is described below
commit 2942a3ca1af158a1a752ef8c8fcda140c7f4b072
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jul 7 19:16:28 2026 -0700
chore(javascript): bump napi crates (#4482)
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: David Li <[email protected]>
---
.github/dependabot.yml | 20 +++++++++++++++++++-
javascript/Cargo.lock | 12 ++++++------
2 files changed, 25 insertions(+), 7 deletions(-)
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 9ec20de05..1ab770429 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -86,7 +86,6 @@ updates:
- package-ecosystem: "cargo"
directories:
- "/rust/"
- - "/javascript/"
schedule:
interval: "weekly"
commit-message:
@@ -98,3 +97,22 @@ updates:
- "arrow-*"
cooldown:
default-days: 7
+ - package-ecosystem: "cargo"
+ directories:
+ - "/javascript/"
+ schedule:
+ interval: "weekly"
+ commit-message:
+ prefix: "chore(javascript): "
+ groups:
+ arrow:
+ applies-to: version-updates
+ patterns:
+ - "arrow-*"
+ napi:
+ applies-to: version-updates
+ patterns:
+ - "napi"
+ - "napi-*"
+ cooldown:
+ default-days: 7
diff --git a/javascript/Cargo.lock b/javascript/Cargo.lock
index 228ea5c89..627b4835b 100644
--- a/javascript/Cargo.lock
+++ b/javascript/Cargo.lock
@@ -486,9 +486,9 @@ checksum =
"6b947ae49db0d222b1dbc6b113ce7248a3fc3a6ca21b696717bfc000ba4484d8"
[[package]]
name = "napi"
-version = "3.9.4"
+version = "3.10.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b41bda2ac390efb5e8d22025d925ccc3f3807d8c1bea6d19b36127247c4b8f83"
+checksum = "0c71997d6f7ad4a756966e452426848ac27d3b37a295302d63afbbcce0270f93"
dependencies = [
"bitflags",
"ctor",
@@ -507,9 +507,9 @@ checksum =
"c9c366d2c8c60b86fa632df75f745509b52f9128f91a6bad4c796e44abb505e1"
[[package]]
name = "napi-derive"
-version = "3.5.6"
+version = "3.5.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "89b3f766e04667e6da0e181e2da4f85475d5a6513b7cf6a80bea184e224a5b42"
+checksum = "d4ba572deef53e2c386759a8c2014175a62679d74ff83adc205c8bc0e0285727"
dependencies = [
"convert_case",
"ctor",
@@ -521,9 +521,9 @@ dependencies = [
[[package]]
name = "napi-derive-backend"
-version = "5.0.4"
+version = "5.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "0d5af30503edf933ce7377cf6d4c877a62b0f1107ea05585f1b5e430e88d5baf"
+checksum = "ddd961eb2aa8965e3f29722d754f3a86907eb1984e2fbcbe3fe87b9a02d6bfba"
dependencies = [
"convert_case",
"proc-macro2",