-
-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(deps): update tauri monorepo to v2 (major) #553
base: main
Are you sure you want to change the base?
Conversation
|
913084d
to
393654d
Compare
393654d
to
fd32ab1
Compare
fd32ab1
to
5bdf620
Compare
Quality Gate passedIssues Measures |
5bdf620
to
04501e8
Compare
86f01d1
to
0c52c67
Compare
41e9054
to
8e9ccf2
Compare
8e9ccf2
to
8b3fb6d
Compare
8b3fb6d
to
4b2371c
Compare
4b2371c
to
cf3cd50
Compare
Quality Gate passedIssues Measures |
This PR contains the following updates:
1.6.3
->2.2.7
1.6.2
->2.0.0
1.5.1
->2.0.0
Release Notes
tauri-apps/tauri (@tauri-apps/cli)
v2.2.7
: @tauri-apps/cli v2.2.7Compare Source
[2.2.7]
Bug Fixes
8e9134c4a
(#12511 by @FabianLars) Fixed an issue that causedtauri dev
to fail because of an incorrect--bins
flag.Dependencies
tauri-cli@2.2.7
v2.2.6
: @tauri-apps/cli v2.2.6Compare Source
[2.2.6]
Enhancements
1a86974aa
(#12406 by @bradleat)ios build --open
will now let xcode start the rust build process.0b79af711
(#12438 by @3lpsy) Log the command used to start the rust app in development.Dependencies
tauri-cli@2.2.6
v2.2.5
: @tauri-apps/cli v2.2.5Compare Source
[2.2.5]
Dependencies
tauri-cli@2.2.5
v2.2.4
: @tauri-apps/cli v2.2.4Compare Source
[2.2.4]
Bug Fixes
cad550445
(#12354 by @FabianLars) Fixed and issue that causedtauri add
to try to install incorrect npm packages.Dependencies
tauri-cli@2.2.4
v2.2.3
: @tauri-apps/cli v2.2.3Compare Source
[2.2.3]
Enhancements
a0f2c84d5
(#12204 by @pjf-dev) Enhancetauri icon
command by including 64x64 png size in default icon sizes.Bug Fixes
98f62e65a
(#12246 by @marcomq) Properly add NPM packages for community plugins when using thetauri add
command.b9a99a5c6
(#12297 by @FabianLars) Fixed an issue that caused the built-in dev server to constantly refresh on Linux. This only affected users who do not havedevUrl
point to a URL.ef21ed9ac
(#12290 by @lucasfernog) Fix iOS build failing when the development team contains spaces.Dependencies
tauri-cli@2.2.3
v2.2.2
: @tauri-apps/cli v2.2.2Compare Source
[2.2.2]
Bug Fixes
26fc9558f
(#12178 by @FabianLars) Fixed an issue that caused thetauri dev
file watcher to exit after detecting file changes.Dependencies
tauri-cli@2.2.2
v2.2.1
: @tauri-apps/cli v2.2.1Compare Source
[2.2.1]
Bug Fixes
881729448
(#12164 by @FabianLars) Fixed an issue that causedtauri dev
to crash before showing the app on Linux.Dependencies
tauri-cli@2.2.1
v2.2.0
: @tauri-apps/api v2.2.0Compare Source
PNPM Audit
[2.2.0]
New Features
020ea0556
(#11661 by @ahqsoftwares) Add badging APIs:Window/WebviewWindow::set_badge_count
for Linux, macOS and IOS.Window/WebviewWindow::set_overlay_icon
for Windows Only.Window/WebviewWindow::set_badge_label
for macOS Only.fc30b20be
(#11726 by @amrbashir) AddTrayIcon.setShowMenuOnLeftClick
method and deprecateTrayIcon.setMenuOnLeftClick
to match the Rust API.fc30b20be
(#11726 by @amrbashir) AddTrayIconOptions.showMenuOnLeftClick
field and deprecateTrayIconOptions.menuOnLeftClick
to match the Rust API.Enhancements
fc30b20be
(#11726 by @amrbashir) Add support forTrayIconOptions.menuOnLeftClick
option andTrayIcon.setMenuOnLeftClick
on Windows.Bug Fixes
a16796a55
(#12069 by @Legend-Master) FixChannel
never callsonmessage
in some cases12a48d1e2
(#11741 by @amrbashir) Fix error when callingPredefinedMenuItem.new
to create anAbout
menu item that uses anImage
instance for the about icon.12a48d1e2
(#11741 by @amrbashir) Fix error when callingIconMenuItem.new
using anImage
instance for the icon.b63262cd4
(#11724 by @FabianLars) Removed the generic in the type of the callback function argument inmockIPC
which prevented its proper use in tests using TypeScript.a6e84f7d2
(#11835 by @ilittlebig) Fix error where usingisAbsolute
would returnCommand not found
.PNPM Publish
v2.1.0
: @tauri-apps/cli v2.1.0Compare Source
[2.1.0]
New Features
6bf917941
(#11322 by @ShaunSHamilton) Addtauri remove
to remove plugins from projects.058c0db72
(#11584 by @amrbashir) Addbundle > linux > rpm > compression
config option to control RPM bundle compression type and level.Enhancements
1f311832a
(#11405 by @amrbashir) Add more context for errors when decoding secret and public keys for signing updater artifacts.e0d1307d3
(#11414 by @Czxck001) Migrate the$schema
Tauri configuration to the v2 format.c43d5df15
(#11512 by @lucasfernog) Associate a newly created capability file with themain
window on thetauri add
andtauri permission add
commands.Bug Fixes
7af01ff2c
(#11523 by @amrbashir) Fixtauri migrate
failing to install NPM depenencies when running from Deno.100a4455a
(#11529 by @amrbashir) Fix detecting yarn berry (v2 and higher) in various tauri cli commands.60e86d5f6
(#11624 by @lucasfernog) Use the public network IP address onandroid dev
by default on Windows.Dependencies
tauri-cli@2.1.0
v2.0.4
: @tauri-apps/cli v2.0.4Compare Source
[2.0.4]
Enhancements
e4c9268b1
(#11258 by @regexident) Support custom project directory structure where the Tauri app folder is not a subfolder of the frontend project.The frontend and Tauri app project paths can be set with the
TAURI_FRONTEND_PATH
and theTAURI_APP_PATH
environment variables respectively.Dependencies
tauri-cli@2.0.4
v2.0.3
: @tauri-apps/cli v2.0.3Compare Source
[2.0.3]
New Features
eda5713ea
(#11242 by @alex-sandri) AddItalian
to supported NSIS installer languagesb3563e3d6
(#11304 by @amrbashir) Add Deno support in tauri-cli operations.Bug Fixes
d609bef9f
(#11314 by @amrbashir) Fix android invalid proguard file when using anidentifier
that contains a component that is a reserved kotlin keyword, likein
,class
, etc069c05e44
(#11315 by @amrbashir) Fix CLI crashing and failing to find a.ico
file whenbundle > icon
option is using globs and doesn't have a string that ends with.ico
.Dependencies
tauri-cli@2.0.3
v2.0.2
: @tauri-apps/cli v2.0.2Compare Source
[2.0.2]
What's Changed
4475fbb50
(#11208 by @lucasfernog) Update cargo-mobile2 to 0.17.3, fixing lib name validation.a49a19ffa
(#11218) Fix bundlingappimage
,deb
andrpm
bundles failing to open when usingmainBinaryName
with spaces.Dependencies
tauri-cli@2.0.2
v2.0.1
: @tauri-apps/cli v2.0.1Compare Source
[2.0.1]
Dependencies
tauri-cli@2.0.1
v2.0.0
: @tauri-apps/cli v2.0.0Compare Source
[2.0.0]
What's Changed
637285790
Promote to v2 stable!Dependencies
tauri-cli@2.0.0
Configuration
📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.