Ver código fonte

chore: bump all js/rust deps (#983)

* bump tauri.js deps

* bump tauri core deps

* bump tauri-api deps

* bump tauri-bundler deps

* change file
Jacob Bolda 5 anos atrás
pai
commit
06dd75b68a

+ 8 - 0
.changes/975-to-979-bump-all-deps.md

@@ -0,0 +1,8 @@
+---
+"tauri.js": patch
+"tauri": patch
+"tauri-api": patch
+"tauri-bundler": patch
+---
+
+Bump all deps as noted in #975, #976, #977, #978, and #979.

+ 2 - 2
cli/tauri-bundler/Cargo.toml

@@ -23,7 +23,7 @@ clap = "^2"
 dirs = "2.0.2"
 glob = "0.3.0"
 icns = "0.3"
-image = "0.23.7"
+image = "0.23.8"
 libflate = "1.0"
 md5 = "0.7.0"
 msi = "0.2"
@@ -39,7 +39,7 @@ toml = "0.5.6"
 uuid = { version = "0.8", features = [ "v5" ] }
 walkdir = "2"
 lazy_static = { version = "1.4" }
-handlebars = { version = "3.3" }
+handlebars = { version = "3.4" }
 
 [target."cfg(target_os = \"windows\")".dependencies]
 attohttpc = { version = "0.15.0" }

+ 22 - 22
cli/tauri.js/package.json

@@ -52,7 +52,7 @@
     "@tauri-apps/tauri-inliner": "1.14.1",
     "@tauri-apps/toml": "2.2.4",
     "chalk": "4.1.0",
-    "chokidar": "3.4.1",
+    "chokidar": "3.4.2",
     "cross-spawn": "7.0.3",
     "fast-glob": "3.2.4",
     "fs-extra": "9.0.1",
@@ -61,29 +61,29 @@
     "imagemin-optipng": "8.0.0",
     "imagemin-pngquant": "9.0.0",
     "imagemin-zopfli": "7.0.0",
-    "inquirer": "7.3.2",
+    "inquirer": "7.3.3",
     "is-png": "2.0.0",
     "is-reachable": "4.0.0",
     "isbinaryfile": "4.0.6",
-    "jsdom": "16.3.0",
-    "lodash": "4.17.19",
+    "jsdom": "16.4.0",
+    "lodash": "4.17.20",
     "minimist": "1.2.5",
     "ms": "2.1.2",
     "png2icons": "2.0.1",
     "read-chunk": "3.2.0",
     "semver": "7.3.2",
     "sharp": "0.25.4",
-    "webpack-merge": "5.0.9",
+    "webpack-merge": "5.1.2",
     "webpack-shell-plugin": "0.5.0"
   },
   "devDependencies": {
-    "@babel/core": "7.10.5",
-    "@babel/preset-env": "7.10.4",
+    "@babel/core": "7.11.1",
+    "@babel/preset-env": "7.11.0",
     "@babel/preset-typescript": "7.10.4",
-    "@rollup/plugin-babel": "5.1.0",
-    "@rollup/plugin-commonjs": "14.0.0",
+    "@rollup/plugin-babel": "5.2.0",
+    "@rollup/plugin-commonjs": "15.0.0",
     "@rollup/plugin-json": "4.1.0",
-    "@rollup/plugin-node-resolve": "8.4.0",
+    "@rollup/plugin-node-resolve": "9.0.0",
     "@rollup/plugin-sucrase": "3.1.0",
     "@rollup/plugin-typescript": "5.0.2",
     "@types/cross-spawn": "6.0.2",
@@ -91,16 +91,16 @@
     "@types/http-proxy": "1.17.4",
     "@types/imagemin": "7.0.0",
     "@types/imagemin-optipng": "5.2.0",
-    "@types/inquirer": "7.3.0",
+    "@types/inquirer": "7.3.1",
     "@types/jsdom": "16.2.3",
-    "@types/lodash": "4.14.158",
+    "@types/lodash": "4.14.159",
     "@types/ms": "0.7.31",
-    "@types/semver": "7.3.1",
+    "@types/semver": "7.3.3",
     "@types/sharp": "0.25.1",
     "@types/webpack-merge": "4.1.5",
     "@typescript-eslint/eslint-plugin": "3.9.1",
     "@typescript-eslint/parser": "3.9.1",
-    "babel-jest": "26.1.0",
+    "babel-jest": "26.3.0",
     "copy-webpack-plugin": "6.0.3",
     "dotenv": "8.2.0",
     "eslint": "7.7.0",
@@ -114,7 +114,7 @@
     "eslint-plugin-standard": "4.0.1",
     "husky": "4.2.5",
     "is-running": "2.1.0",
-    "jest": "26.1.0",
+    "jest": "26.4.1",
     "jest-mock-process": "1.4.0",
     "lint-staged": "10.2.11",
     "lockfile-lint": "4.3.7",
@@ -122,17 +122,17 @@
     "promise": "8.1.0",
     "raw-loader": "4.0.1",
     "rimraf": "3.0.2",
-    "rollup": "2.22.2",
-    "rollup-plugin-terser": "6.1.0",
-    "rollup-plugin-typescript2": "0.27.1",
+    "rollup": "2.26.4",
+    "rollup-plugin-terser": "7.0.0",
+    "rollup-plugin-typescript2": "0.27.2",
     "toml-loader": "1.0.0",
-    "ts-loader": "8.0.1",
-    "tslib": "2.0.0",
+    "ts-loader": "8.0.2",
+    "tslib": "2.0.1",
     "typescript": "3.9.7",
     "typescript-json-validator": "2.4.2",
-    "webpack": "4.43.0",
+    "webpack": "4.44.1",
     "webpack-cli": "3.3.12",
-    "webpack-node-externals": "2.5.0"
+    "webpack-node-externals": "2.5.1"
   },
   "resolutions": {
     "**/lodash": ">=4.17.19"

Diferenças do arquivo suprimidas por serem muito extensas
+ 346 - 294
cli/tauri.js/yarn.lock


+ 3 - 3
tauri-api/Cargo.toml

@@ -22,10 +22,10 @@ dirs = "3.0.1"
 zip = "0.5.6"
 semver = "0.10"
 tempfile = "3"
-either = "1.5.3"
+either = "1.6.0"
 tar = "0.4"
 flate2 = "1"
-anyhow = "1.0.31"
+anyhow = "1.0.32"
 thiserror = "1.0.20"
 rand = "0.7"
 nfd = "0.0.4"
@@ -35,7 +35,7 @@ http = "0.2"
 tauri-utils = { version = "0.5", path = "../tauri-utils" }
 clap = { git = "https://github.com/clap-rs/clap", rev = "1a276f8", version = "3.0.0-beta.1", optional = true }
 notify-rust = { version = "4.0.0", optional = true }
-once_cell = "1.4.0"
+once_cell = "1.4.1"
 
 [dev-dependencies]
 quickcheck = "0.9.2"

+ 4 - 4
tauri/Cargo.toml

@@ -20,7 +20,7 @@ features = [ "all-api" ]
 [dependencies]
 serde_json = "1.0"
 serde = { version = "1.0", features = [ "derive" ] }
-webview_official = "0.0.2"
+webview_official = "0.0.3"
 tauri_includedir = "0.6.0"
 phf = "0.8.0"
 base64 = "0.12.3"
@@ -29,10 +29,10 @@ lazy_static = "1.4.0"
 tiny_http = { version = "0.7", optional = true }
 threadpool = "1.8"
 uuid = { version = "0.8.1", features = [ "v4" ] }
-anyhow = "1.0.31"
+anyhow = "1.0.32"
 thiserror = "1.0.20"
 envmnt = "0.8.4"
-once_cell = "1.4.0"
+once_cell = "1.4.1"
 tauri-api = { version = "0.7.3", path = "../tauri-api" }
 urlencoding = "1.1.1"
 
@@ -44,7 +44,7 @@ tauri_includedir_codegen = "0.6.2"
 cfg_aliases = "0.1.0"
 
 [dev-dependencies]
-proptest = "0.10.0"
+proptest = "0.10.1"
 serde_json = "1.0"
 tauri = { path = ".", features = [ "all-api" ] }
 serde = { version = "1.0", features = [ "derive" ] }

Alguns arquivos não foram mostrados porque muitos arquivos mudaram nesse diff