Prechádzať zdrojové kódy

chore(deps) Update Tauri CLI (#3371)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
renovate[bot] 3 rokov pred
rodič
commit
69c4e814fa

+ 2 - 2
tooling/cli.rs/Cargo.lock

@@ -2609,9 +2609,9 @@ dependencies = [
 
 [[package]]
 name = "toml_edit"
-version = "0.12.6"
+version = "0.13.4"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "94217a6d6a89fb646cbc9f28283cf4745f77eb0b04c4f680c4b3ae4450e3a473"
+checksum = "744e9ed5b352340aa47ce033716991b5589e23781acb97cad37d4ea70560f55b"
 dependencies = [
  "combine",
  "indexmap",

+ 5 - 5
tooling/cli.rs/Cargo.toml

@@ -25,10 +25,10 @@ colored = "2.0"
 once_cell = "1.9"
 serde = { version = "1.0", features = [ "derive" ] }
 serde_json = "1.0"
-serde_with = "1.11"
+serde_with = "1.12"
 notify = "4.0"
 shared_child = "1.0"
-toml_edit = "0.12"
+toml_edit = "0.13"
 json-patch = "0.2"
 tauri-utils = { version = "1.0.0-beta.3", path = "../../core/tauri-utils", features = ["isolation", "schema", "config-json5"] }
 toml = "0.5"
@@ -38,7 +38,7 @@ include_dir = "0.7"
 minisign = "0.7"
 base64 = "0.13.0"
 ureq = "2.4"
-os_info = "3.0"
+os_info = "3.2"
 semver = "1.0"
 regex = "1.5"
 lazy_static = "1"
@@ -46,7 +46,7 @@ libc = "0.2"
 terminal_size = "0.1"
 unicode-width = "0.1"
 tempfile = "3"
-zeroize = "1.4"
+zeroize = "1.5"
 glob = "0.3"
 heck = "0.4"
 dialoguer = "0.9"
@@ -66,5 +66,5 @@ tauri-utils = { version = "1.0.0-beta.3", features = ["schema", "isolation"], pa
 schemars = { version = "0.8", features = ["url"] }
 serde = { version = "1.0", features = [ "derive" ] }
 serde_json = "1.0"
-serde_with = "1.11"
+serde_with = "1.12"
 url = { version = "2.2", features = [ "serde" ] }

+ 1 - 1
tooling/cli.rs/schema.json

@@ -2009,7 +2009,7 @@
       "additionalProperties": false
     },
     "WindowUrl": {
-      "description": "The window webview URL options.",
+      "description": "An URL to open on a Tauri webview window.",
       "anyOf": [
         {
           "description": "An external URL.",

+ 5 - 5
tooling/cli.rs/templates/plugin/with-api/examples/svelte-app/package.json

@@ -14,16 +14,16 @@
     "@rollup/plugin-typescript": "8.3.0",
     "@tauri-apps/cli": "1.0.0-beta.10",
     "@tsconfig/svelte": "3.0.0",
-    "rollup": "2.63.0",
+    "rollup": "2.67.1",
     "rollup-plugin-css-only": "3.1.0",
     "rollup-plugin-livereload": "2.0.5",
     "rollup-plugin-svelte": "7.1.0",
     "rollup-plugin-terser": "7.0.2",
-    "svelte": "3.46.0",
-    "svelte-check": "2.2.12",
-    "svelte-preprocess": "4.10.1",
+    "svelte": "3.46.4",
+    "svelte-check": "2.4.3",
+    "svelte-preprocess": "4.10.2",
     "tslib": "2.3.1",
-    "typescript": "4.5.4"
+    "typescript": "4.5.5"
   },
   "dependencies": {
     "sirv-cli": "2.0.2",

+ 2 - 2
tooling/cli.rs/templates/plugin/with-api/package.json

@@ -14,9 +14,9 @@
   "devDependencies": {
     "@rollup/plugin-node-resolve": "13.1.3",
     "@rollup/plugin-typescript": "8.3.0",
-    "rollup": "2.63.0",
+    "rollup": "2.67.1",
     "rollup-plugin-terser": "7.0.2",
-    "typescript": "4.5.4"
+    "typescript": "4.5.5"
   },
   "dependencies": {
     "@tauri-apps/api": "1.0.0-beta.8",