apply version updates (#14592)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-12-09 12:41:05 +01:00
committed by GitHub
parent 54e8d93db1
commit f2e0405dc2
22 changed files with 76 additions and 53 deletions

View File

@@ -1,5 +0,0 @@
---
"tauri-macos-sign": patch:deps
---
Update num-bigint-dig from 0.8.4 to 0.8.6

View File

@@ -1,6 +0,0 @@
---
tauri: patch:bug
tauri-runtime-wry: patch:bug
---
Fix `Monitor::work_area` returns logical position and size inside the `PhysicalRect` on Linux

View File

@@ -1,5 +0,0 @@
---
tauri-bundler: patch:bug
---
Skip signing for NSIS uninstaller when using `--no-sign` flag

View File

@@ -1,5 +0,0 @@
---
tauri-bundler: patch:bug
---
Fix NSIS plugins not being signed due to wrong path handlings

View File

@@ -1,5 +0,0 @@
---
tauri-bundler: patch:enhance
---
Consider extensions that are defined in the wxs template.

View File

@@ -1,5 +0,0 @@
---
tauri-cli: patch:changes
---
Errors like `Error Failed to parse version 2 for for NPM package tauri` when there was no `package-lock.json` file present yet or when using ones like `link:./tauri` are now only logged in `--verbose` mode.