fix(deps): update dependency @tauri-apps/cli to v2.0.0-rc.4 #2553
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.0.0-rc.3
->2.0.0-rc.4
Release Notes
tauri-apps/tauri (@tauri-apps/cli)
v2.0.0-rc.4
: @tauri-apps/cli v2.0.0-rc.4Compare Source
[2.0.0-rc.4]
New Features
78e22bedc
(#10602 by @amrbashir) Add necessary options toAndroidManifest.xml
in android template to support AndroidTV.3bec7b159
(#10544 by @lucasfernog) v1 migrate script now migrates Svelte and Vue.js code.Enhancements
bba1a4419
(#10457 by @mmvanheusden) Added--no-fmt
option to theadd
command to skip formatting the code after applying changes.71d00646a
(#10504 by @fu050409) Improve theinit
command behavior by detecting the project NPM package manager.8deb1966a
(#10652 by @lucasfernog) Infer macOS codesign identity from theAPPLE_CERTIFICATE
environment variable when provided, meaning the identity no longer needs to be provided when signing on CI using that option. If the imported certificate name does not match a provided signingIdentity configuration, an error is returned.f35bcda28
(#10598 by @lucasfernog)permission add
andadd
commands now check if the plugin is known and if it is either desktop or mobile onlywe add the permission to a target-specific capability.
Bug Fixes
f712f31d1
(#10639 by @lucasfernog) Include notarization error output in the error message if it fails.9f75d0622
(#10604 by @lucasfernog) Fixesandroid dev
port forward failing under some conditions, add better logging and error handling.2d47352a0
(#10418 by @samkearney) CLI commands will now consistently search for theapp_dir
(the directory containingpackage.json
) from the current working directory of the command invocation.f4cd68f04
(#10600 by @lucasfernog) Fixesandroid dev
not working when using the builtin dev server.41c7a6646
(#10572 by @lucasfernog) Exit with code 1 if a panic occurs when running the CLI withbun
.9089d9763
(#10605 by @lucasfernog) Fixes[android|ios] build --config <config>
failing to resolve.712f1049f
(#10569 by @lucasfernog) Fixes runningios dev
andios build
usingbun
.3998570fd
(#10540 by @lucasfernog) Fixes v1 migration of Cargo.toml dependencies and features.3beba92b5
(#10542 by @lucasfernog) Fixes v1 frontend code migration when using plugin default imports.10fb027b7
(#10656 by @lucasfernog) Migrate v1 plugins to their v2 releases.10fb027b7
(#10656 by @lucasfernog) Prevent duplicate permissions on v1 migration.b160f9359
(#10638 by @lucasfernog) Only validate the output iOS library on debug builds.4bfe4880f
(#10550 by @anatawa12) fails to build universal fat binary if main bin is renamed to another name inCargo.toml
f3837d5b9
(#10539 by @lucasfernog) Improve migration tooling by supporting TOML configs, handle nulls and properly check for updater migration.What's Changed
794cf8234
(#10571 by @lucasfernog) Change iOS template default export method from deprecateddevelopment
todebugging
.bfc49cc7a
(#10558 by @ahqsoftwares) Remove targetSdk from gradle filesDependencies
[email protected]
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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 this update again.
This PR was generated by Mend Renovate. View the repository job log.