Skip to content

Commit 76daee7

Browse files
chore(deps): update tauri monorepo (v2) (#1512)
* fix(deps): update tauri monorepo * Create tauri-beta-23.md * fix clippy - regen permissions * revert accidental cargo.toml change --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Fabian-Lars <[email protected]>
1 parent 955ed6a commit 76daee7

File tree

91 files changed

+7596
-955
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

91 files changed

+7596
-955
lines changed

.changes/tauri-beta-23.md

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
---
2+
"authenticator": patch
3+
"autostart": patch
4+
"barcode-scanner": patch
5+
"biometric": patch
6+
"cli": patch
7+
"clipboard-manager": patch
8+
"deep-link": patch
9+
"dialog": patch
10+
"fs": patch
11+
"global-shortcut": patch
12+
"http": patch
13+
"localhost": patch
14+
"log-plugin": patch
15+
"nfc": patch
16+
"notification": patch
17+
"os": patch
18+
"persisted-scope": patch
19+
"positioner": patch
20+
"process": patch
21+
"shell": patch
22+
"single-instance": patch
23+
"sql": patch
24+
"store": patch
25+
"stronghold": patch
26+
"updater": patch
27+
"upload": patch
28+
"websocket": patch
29+
"window-state": patch
30+
"authenticator-js": patch
31+
"autostart-js": patch
32+
"barcode-scanner-js": patch
33+
"biometric-js": patch
34+
"cli-js": patch
35+
"clipboard-manager-js": patch
36+
"deep-link-js": patch
37+
"dialog-js": patch
38+
"fs-js": patch
39+
"global-shortcut-js": patch
40+
"http-js": patch
41+
"log-js": patch
42+
"nfc-js": patch
43+
"notification-js": patch
44+
"os-js": patch
45+
"positioner-js": patch
46+
"process-js": patch
47+
"shell-js": patch
48+
"sql-js": patch
49+
"store-js": patch
50+
"stronghold-js": patch
51+
"updater-js": patch
52+
"upload-js": patch
53+
"websocket-js": patch
54+
"window-state-js": patch
55+
---
56+
57+
Update to tauri beta.23.

.github/workflows/lint-rust.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ jobs:
5353
tauri-plugin-clipboard-manager:
5454
- .github/workflows/lint-rust.yml
5555
- plugins/clipboard-manager/**
56+
tauri-plugin-deep-link:
57+
- .github/workflows/lint-rust.yml
58+
- plugins/deep-link/**
5659
tauri-plugin-dialog:
5760
- .github/workflows/lint-rust.yml
5861
- plugins/dialog/**

Cargo.lock

Lines changed: 63 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ resolver = "2"
1010
[workspace.dependencies]
1111
serde = { version = "1", features = ["derive"] }
1212
log = "0.4"
13-
tauri = "2.0.0-beta.22"
14-
tauri-build = "2.0.0-beta.17"
15-
tauri-plugin = "2.0.0-beta.17"
16-
tauri-utils = "2.0.0-beta.17"
13+
tauri = "2.0.0-beta.23"
14+
tauri-build = "2.0.0-beta.18"
15+
tauri-plugin = "2.0.0-beta.18"
16+
tauri-utils = "2.0.0-beta.18"
1717
serde_json = "1"
1818
thiserror = "1"
1919
url = "2"

examples/api/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"serve": "vite preview"
1010
},
1111
"dependencies": {
12-
"@tauri-apps/api": "2.0.0-beta.13",
12+
"@tauri-apps/api": "2.0.0-beta.14",
1313
"@tauri-apps/plugin-barcode-scanner": "2.0.0-beta.5",
1414
"@tauri-apps/plugin-biometric": "2.0.0-beta.5",
1515
"@tauri-apps/plugin-cli": "2.0.0-beta.5",
@@ -30,7 +30,7 @@
3030
"@iconify-json/codicon": "^1.1.37",
3131
"@iconify-json/ph": "^1.1.8",
3232
"@sveltejs/vite-plugin-svelte": "^3.0.1",
33-
"@tauri-apps/cli": "2.0.0-beta.20",
33+
"@tauri-apps/cli": "2.0.0-beta.21",
3434
"@unocss/extractor-svelte": "^0.61.0",
3535
"internal-ip": "7.0.0",
3636
"svelte": "^4.2.8",

0 commit comments

Comments
 (0)