From 10e23314814d13018cda9902b8bb195b9b3b2b71 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Jun 2025 09:53:54 +0000 Subject: [PATCH] chore(deps): update tauri monorepo to v2.6.0 (v2) (#2804) * chore(deps): update tauri monorepo to v2.6.0 * Regenerate api-iife.js * Bump rust tauri * Tweak all examples to match the new features * Bump workspace min tauri version * Bump `@tauri-apps/api` to ^2.6 * Add change file * Update lock file * missing `"` --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Tony Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/15873176921 Co-authored-by: Legend-Master --- node_modules/@tauri-apps/api | 2 +- package.json | 2 +- permissions/autogenerated/reference.md | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/node_modules/@tauri-apps/api b/node_modules/@tauri-apps/api index a4cefd7..03d1e48 120000 --- a/node_modules/@tauri-apps/api +++ b/node_modules/@tauri-apps/api @@ -1 +1 @@ -../../../../node_modules/.pnpm/@tauri-apps+api@2.5.0/node_modules/@tauri-apps/api \ No newline at end of file +../../../../node_modules/.pnpm/@tauri-apps+api@2.6.0/node_modules/@tauri-apps/api \ No newline at end of file diff --git a/package.json b/package.json index 605496f..2a1c984 100644 --- a/package.json +++ b/package.json @@ -24,6 +24,6 @@ "LICENSE" ], "dependencies": { - "@tauri-apps/api": "^2.0.0" + "@tauri-apps/api": "^2.6.0" } } diff --git a/permissions/autogenerated/reference.md b/permissions/autogenerated/reference.md index 6cb15b5..45d74b7 100644 --- a/permissions/autogenerated/reference.md +++ b/permissions/autogenerated/reference.md @@ -8,7 +8,6 @@ process features are by default exposed. This enables to quit via `allow-exit` and restart via `allow-restart` the application. - #### This default permission set includes the following: - `allow-exit`