Browse Source

chore(deps) Update Tauri JS CLI (#6138)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] 2 years ago
parent
commit
2d9936931a
4 changed files with 355 additions and 351 deletions
  1. 11 8
      tooling/cli/Cargo.lock
  2. 1 1
      tooling/cli/node/Cargo.toml
  3. 2 2
      tooling/cli/node/package.json
  4. 341 340
      tooling/cli/node/yarn.lock

+ 11 - 8
tooling/cli/Cargo.lock

@@ -506,9 +506,12 @@ checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
 
 [[package]]
 name = "convert_case"
-version = "0.5.0"
+version = "0.6.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "fb4a24b1aaf0fd0ce8b45161144d6f42cd91677fd5940fd431183eb023b3a2b8"
+checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
+dependencies = [
+ "unicode-segmentation",
+]
 
 [[package]]
 name = "core-foundation"
@@ -1764,11 +1767,11 @@ checksum = "882a73d9ef23e8dc2ebbffb6a6ae2ef467c0f18ac10711e4cc59c5485d41df0e"
 
 [[package]]
 name = "napi-derive"
-version = "2.9.0"
+version = "2.10.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1be75210f300e9fbf386ccac1c8eaaed23410e2f7f7aa9295b78c436a172ef51"
+checksum = "0265746190f318c66aca7b2a6ad3cabff25906e43a939dddc17ea59300d0a827"
 dependencies = [
- "convert_case 0.5.0",
+ "convert_case 0.6.0",
  "napi-derive-backend",
  "proc-macro2",
  "quote",
@@ -1777,11 +1780,11 @@ dependencies = [
 
 [[package]]
 name = "napi-derive-backend"
-version = "1.0.37"
+version = "1.0.42"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "92ba4800264fac8a7726b208d5dd4c6d637d1027d73b026061a69d3339a0a930"
+checksum = "aac6a809a2b7f1c2d29f835fa6a1c8aed4054738c5cf77f456f13009a13f528c"
 dependencies = [
- "convert_case 0.5.0",
+ "convert_case 0.6.0",
  "once_cell",
  "proc-macro2",
  "quote",

+ 1 - 1
tooling/cli/node/Cargo.toml

@@ -9,7 +9,7 @@ crate-type = ["cdylib"]
 [dependencies]
 # Default enable napi4 feature, see https://nodejs.org/api/n-api.html#node-api-version-matrix
 napi = { version = "2.10", default-features = false, features = ["napi4"] }
-napi-derive = "2.9"
+napi-derive = "2.10"
 tauri-cli = { path = ".." }
 log = "0.4.17"
 

+ 2 - 2
tooling/cli/node/package.json

@@ -37,11 +37,11 @@
     }
   },
   "devDependencies": {
-    "@napi-rs/cli": "2.14.3",
+    "@napi-rs/cli": "2.14.4",
     "cross-env": "7.0.3",
     "cross-spawn": "7.0.3",
     "fs-extra": "11.1.0",
-    "jest": "29.3.1",
+    "jest": "29.4.0",
     "jest-transform-toml": "1.0.0",
     "prettier": "2.8.3"
   },

File diff suppressed because it is too large
+ 341 - 340
tooling/cli/node/yarn.lock


Some files were not shown because too many files changed in this diff