From 4ef3b52b28cff111f75bf9f22f20f48cc48e8be2 Mon Sep 17 00:00:00 2001 From: Jonas Kruckenberg Date: Wed, 27 Mar 2024 16:08:32 +0100 Subject: [PATCH] bump tauri to 1.5.11 --- .changes/bump-tauri.md | 5 +++ package.json | 8 ++--- pnpm-lock.yaml | 82 +++++++++++++++++++++--------------------- 3 files changed, 50 insertions(+), 45 deletions(-) create mode 100644 .changes/bump-tauri.md diff --git a/.changes/bump-tauri.md b/.changes/bump-tauri.md new file mode 100644 index 0000000..58a2b53 --- /dev/null +++ b/.changes/bump-tauri.md @@ -0,0 +1,5 @@ +--- +"tauri-build": patch +--- + +Bump Tauri to 1.5.9 \ No newline at end of file diff --git a/package.json b/package.json index b805dc6..d585128 100644 --- a/package.json +++ b/package.json @@ -24,10 +24,10 @@ "license": "MIT", "dependencies": { "@actions/core": "^1.10.1", - "@tauri-apps/cli": "1.5.8", - "@tauri-apps/cli-darwin-x64": "1.5.8", - "@tauri-apps/cli-linux-x64-gnu": "1.5.8", - "@tauri-apps/cli-win32-x64-msvc": "1.5.8", + "@tauri-apps/cli": "1.5.9", + "@tauri-apps/cli-darwin-x64": "1.5.9", + "@tauri-apps/cli-linux-x64-gnu": "1.5.9", + "@tauri-apps/cli-win32-x64-msvc": "1.5.9", "string-argv": "^0.3.2", "tiny-glob": "^0.2.9" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3a37d8c..1f18d2a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,7 +1,7 @@ lockfileVersion: '6.0' settings: - autoInstallPeers: false + autoInstallPeers: true excludeLinksFromLockfile: false dependencies: @@ -9,17 +9,17 @@ dependencies: specifier: ^1.10.1 version: 1.10.1 '@tauri-apps/cli': - specifier: 1.5.8 - version: 1.5.8 + specifier: 1.5.9 + version: 1.5.9 '@tauri-apps/cli-darwin-x64': - specifier: 1.5.8 - version: 1.5.8 + specifier: 1.5.9 + version: 1.5.9 '@tauri-apps/cli-linux-x64-gnu': - specifier: 1.5.8 - version: 1.5.8 + specifier: 1.5.9 + version: 1.5.9 '@tauri-apps/cli-win32-x64-msvc': - specifier: 1.5.8 - version: 1.5.8 + specifier: 1.5.9 + version: 1.5.9 string-argv: specifier: ^0.3.2 version: 0.3.2 @@ -173,8 +173,8 @@ packages: engines: {node: ^12.20.0 || ^14.18.0 || >=16.0.0} dev: true - /@tauri-apps/cli-darwin-arm64@1.5.8: - resolution: {integrity: sha512-/AksDWfAt3NUSt8Rq2a3gTLASChKzldPVUjmJhcbtsuzFg2nx5g+hhOHxfBYzss2Te1K5mzlu+73LAMy1Sb9Gw==} + /@tauri-apps/cli-darwin-arm64@1.5.9: + resolution: {integrity: sha512-7C2Jf8f0gzv778mLYb7Eszqqv1bm9Wzews81MRTqKrUIcC+eZEtDXLex+JaEkEzFEUrgIafdOvMBVEavF030IA==} engines: {node: '>= 10'} cpu: [arm64] os: [darwin] @@ -182,15 +182,15 @@ packages: dev: false optional: true - /@tauri-apps/cli-darwin-x64@1.5.8: - resolution: {integrity: sha512-gcfSh+BFRDdbIGpggZ1+5R5SgToz2A9LthH8P4ak3OHagDzDvI6ov6zy2UQE3XDWJKdnlna2rSR1dIuRZ0T9bA==} + /@tauri-apps/cli-darwin-x64@1.5.9: + resolution: {integrity: sha512-LHKytpkofPYgH8RShWvwDa3hD1ws131x7g7zNasJPfOiCWLqYVQFUuQVmjEUt8+dpHe/P/err5h4z+YZru2d0A==} engines: {node: '>= 10'} cpu: [x64] os: [darwin] dev: false - /@tauri-apps/cli-linux-arm-gnueabihf@1.5.8: - resolution: {integrity: sha512-ZHQYuOBGvZubPnh5n8bNaN2VMxPBZWs26960FGQWamm9569UV/TNDHb6mD0Jjk9o0f9P+f98qNhuu5Y37P+vfQ==} + /@tauri-apps/cli-linux-arm-gnueabihf@1.5.9: + resolution: {integrity: sha512-teGK20IYKx+dVn8wFq/Lg57Q9ce7foq1KHSfyHi464LVt1T0V1rsmULSgZpQPPj/NYPF5BG78PcWYv64yH86jw==} engines: {node: '>= 10'} cpu: [arm] os: [linux] @@ -198,8 +198,8 @@ packages: dev: false optional: true - /@tauri-apps/cli-linux-arm64-gnu@1.5.8: - resolution: {integrity: sha512-FFs28Ew3R2EFPYKuyAIouTbp6YnR+shAmJGFNnVy7ibKHL0wxamVKqv1N5N9gUUr+EhbZu2syMBRfG9XQ5mgng==} + /@tauri-apps/cli-linux-arm64-gnu@1.5.9: + resolution: {integrity: sha512-onJ/DW5Crw38qVx+wquY4uBbfCxVhzhdJmlCYqnYyXsZZmSiPUfSyhV58y+5TYB0q1hG8eYdB5x8VAwzByhGzw==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] @@ -207,8 +207,8 @@ packages: dev: false optional: true - /@tauri-apps/cli-linux-arm64-musl@1.5.8: - resolution: {integrity: sha512-dEYvNyLMmWD0jb30FNfVPXmBq6OGg6is3km+4RlGg8tZU5Zvq78ClUZtaZuER+N/hv27+Uc6UHl9X3hin8cGGw==} + /@tauri-apps/cli-linux-arm64-musl@1.5.9: + resolution: {integrity: sha512-23AYoLD3acakLp9NtheKQDJl8F66eTOflxoPzdJNRy13hUSxb+W9qpz4rRA+CIzkjICFvO2i3UWjeV9QwDVpsQ==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] @@ -216,15 +216,15 @@ packages: dev: false optional: true - /@tauri-apps/cli-linux-x64-gnu@1.5.8: - resolution: {integrity: sha512-ut3TDbtLXmZhz6Q4wim57PV02wG+AfuLSWRPhTL9MsPsg/E7Y6sJhv0bIMAq6SwC59RCH52ZGft6RH7samV2NQ==} + /@tauri-apps/cli-linux-x64-gnu@1.5.9: + resolution: {integrity: sha512-9PQA1rE7gh41W2ylyKd5qOGOds55ymaYPml9KOpM0g+cxmCXa+8Wf9K5NKvACnJldJJ6cekWzIyB4eN6o5T+yQ==} engines: {node: '>= 10'} cpu: [x64] os: [linux] dev: false - /@tauri-apps/cli-linux-x64-musl@1.5.8: - resolution: {integrity: sha512-k6ei7ETXVZlNpFOhl/8Cnj709UbEr+VuY9xKK/HgwvNfjA5f8HQ9TSKk/Um7oeT1Y61/eEcvcgF/hDURhFJDPQ==} + /@tauri-apps/cli-linux-x64-musl@1.5.9: + resolution: {integrity: sha512-5hdbNFeDsrJ/pXZ4cSQV4bJwUXPPxXxN3/pAtNUqIph7q+vLcBXOXIMoS64iuyaluJC59lhEwlWZFz+EPv0Hqg==} engines: {node: '>= 10'} cpu: [x64] os: [linux] @@ -232,8 +232,8 @@ packages: dev: false optional: true - /@tauri-apps/cli-win32-arm64-msvc@1.5.8: - resolution: {integrity: sha512-l6zm31x1inkS2K5e7otUZ90XBoK+xr2KJObFCZbzmluBE+LM0fgIXCrj7xwH/f0RCUX3VY9HHx4EIo7eLGBXKQ==} + /@tauri-apps/cli-win32-arm64-msvc@1.5.9: + resolution: {integrity: sha512-O18JufjSB3hSJYu5WWByONouGeX7DraLAtXLErsG1r/VS3zHd/zyuzycrVUaObNXk5bfGlIP0Ypt+RvZJILN2w==} engines: {node: '>= 10'} cpu: [arm64] os: [win32] @@ -241,8 +241,8 @@ packages: dev: false optional: true - /@tauri-apps/cli-win32-ia32-msvc@1.5.8: - resolution: {integrity: sha512-0k3YpWl6PKV4Qp2N52Sb45egXafSgQXcBaO7TIJG4EDfaEf5f6StN+hYSzdnrq9idrK5x9DDCPuebZTuJ+Q8EA==} + /@tauri-apps/cli-win32-ia32-msvc@1.5.9: + resolution: {integrity: sha512-FQxtxTZu0JVBihfd/lmpxo7jyMOesjWQehfyVUqtgMfm5+Pvvw0Y+ZioeDi1TZkFVrT3QDYy8R4LqDLSZVMQRA==} engines: {node: '>= 10'} cpu: [ia32] os: [win32] @@ -250,28 +250,28 @@ packages: dev: false optional: true - /@tauri-apps/cli-win32-x64-msvc@1.5.8: - resolution: {integrity: sha512-XjBg8VMswmD9JAHKlb10NRPfBVAZoiOJBbPRte+GP1BUQtqDnbIYcOLSnUCmNZoy3fUBJuKJUBT9tDCbkMr5fQ==} + /@tauri-apps/cli-win32-x64-msvc@1.5.9: + resolution: {integrity: sha512-EeI1+L518cIBLKw0qUFwnLIySBeSmPQjPLIlNwSukHSro4tAQPHycEVGgKrdToiCWgaZJBA0e5aRSds0Du2TWg==} engines: {node: '>= 10'} cpu: [x64] os: [win32] dev: false - /@tauri-apps/cli@1.5.8: - resolution: {integrity: sha512-c/mzk5vjjfxtH5uNXSc9h1eiprsolnoBcUwAa4/SZ3gxJ176CwrUKODz3cZBOnzs8omwagwgSN/j7K8NrdFL9g==} + /@tauri-apps/cli@1.5.9: + resolution: {integrity: sha512-knSt/9AvCTeyfC6wkyeouF9hBW/0Mzuw+5vBKEvzaGPQsfFJo1ZCp5FkdiZpGBBfnm09BhugasGRTGofzatfqQ==} engines: {node: '>= 10'} hasBin: true optionalDependencies: - '@tauri-apps/cli-darwin-arm64': 1.5.8 - '@tauri-apps/cli-darwin-x64': 1.5.8 - '@tauri-apps/cli-linux-arm-gnueabihf': 1.5.8 - '@tauri-apps/cli-linux-arm64-gnu': 1.5.8 - '@tauri-apps/cli-linux-arm64-musl': 1.5.8 - '@tauri-apps/cli-linux-x64-gnu': 1.5.8 - '@tauri-apps/cli-linux-x64-musl': 1.5.8 - '@tauri-apps/cli-win32-arm64-msvc': 1.5.8 - '@tauri-apps/cli-win32-ia32-msvc': 1.5.8 - '@tauri-apps/cli-win32-x64-msvc': 1.5.8 + '@tauri-apps/cli-darwin-arm64': 1.5.9 + '@tauri-apps/cli-darwin-x64': 1.5.9 + '@tauri-apps/cli-linux-arm-gnueabihf': 1.5.9 + '@tauri-apps/cli-linux-arm64-gnu': 1.5.9 + '@tauri-apps/cli-linux-arm64-musl': 1.5.9 + '@tauri-apps/cli-linux-x64-gnu': 1.5.9 + '@tauri-apps/cli-linux-x64-musl': 1.5.9 + '@tauri-apps/cli-win32-arm64-msvc': 1.5.9 + '@tauri-apps/cli-win32-ia32-msvc': 1.5.9 + '@tauri-apps/cli-win32-x64-msvc': 1.5.9 dev: false /@types/json-schema@7.0.15: