Skip to content

chore(deps): update tauri monorepo to v2#862

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/major-tauri-monorepo
Open

chore(deps): update tauri monorepo to v2#862
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/major-tauri-monorepo

Conversation

@renovate

@renovate renovate Bot commented Dec 8, 2024

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@tauri-apps/cli 1.6.32.11.3 age confidence

Release Notes

tauri-apps/tauri (@​tauri-apps/cli)

v2.11.3: @​tauri-apps/cli v2.11.3

Compare Source

[2.11.3]

Bug Fixes
  • 50b0237ed (#​15549 by @​Legend-Master) Escape special characters in productName when generating Android strings.xml

  • 728c8d4a5 (#​15473 by @​Legend-Master) Skip building bundles when using tauri android run

  • be0cb0d43 (#​15344 by @​raglady) Fix NDK_HOME environment variable not honored when set

  • ed8fd411f (#​15552 by @​Legend-Master) Make ureq_proto show trace level logs only on -vvv instead of -vv

  • fca4a31f9 (#​15454 by @​fallintoplace) Fix tauri migrate generating invalid namespace imports for aliased pluginified imports from @tauri-apps/api.

    Inputs like import { cli as superCli } from "@​tauri-apps/api" now migrate to import * as superCli from "@​tauri-apps/plugin-cli" instead of producing invalid ESM syntax. The migration tests also reparse migrated JS, Svelte, and Vue output so syntax regressions are caught directly.

Dependencies
  • Upgraded to tauri-cli@2.11.3

v2.11.2: @​tauri-apps/cli v2.11.2

Compare Source

[2.11.2]

Dependencies
  • Upgraded to tauri-cli@2.11.2

v2.11.1: @​tauri-apps/cli v2.11.1

Compare Source

[2.11.1]

Dependencies
  • Upgraded to tauri-cli@2.11.1

v2.11.0: @​tauri-apps/cli v2.11.0

Compare Source

[2.11.0]

New Features
  • 926a57bb0 (#​15201) Added uninstaller icon and uninstaller header image support for NSIS installer.

    Notes:

    • For tauri-bundler lib users, the NsisSettings now has 2 new fields uninstaller_icon and uninstaller_header_image which can be a breaking change
    • When bundling with NSIS, users can add uninstallerIcon and uninstallerHeaderImage under bundle > windows > nsis to configure them.
  • 764b9139a (#​14313) Prompt to restart the Android emulator if it is not connected to adb.

  • 5dc2cee60 (#​14793) Added support for minimumWebview2Version option support for the MSI (Wix) installer, the old bundle > windows > nsis > minimumWebview2Version is now deprecated in favor of bundle > windows > minimumWebview2Version

    Notes:

    • For anyone relying on the WVRTINSTALLED Property tag in main.wxs, it is now renamed to INSTALLED_WEBVIEW2_VERSION
    • For tauri-bundler lib users, the WindowsSettings now has a new field minimum_webview2_version which can be a breaking change
Enhancements
Bug Fixes
  • fcb702ec4 (#​14954) Fix build --bundles to allow nsis arg in linux+macOS
  • 80c1425af (#​14921) Fix iOS build failure when Metal Toolchain is installed by using explicit $(DEVELOPER_DIR)/Toolchains/XcodeDefault.xctoolchain path instead of $(TOOLCHAIN_DIR) for Swift library search paths.
What's Changed
Dependencies
  • Upgraded to tauri-cli@2.11.0

v2.10.1: @​tauri-apps/cli v2.10.1

Compare Source

[2.10.1]

Bug Fixes
What's Changed
Dependencies
  • Upgraded to tauri-cli@2.10.1

v2.10.0: @​tauri-apps/cli v2.10.0

Compare Source

[2.10.0]

Enhancements
  • f82594410 (#​13253 by @​Armaldio) Allow electron to run the CLI directly

  • a2abe2e6b (#​14607 by @​sftse) Simplified internal representation of features: Option<Vec<String>> with Vec<String>, no user facing changes

  • 84b04c4a8 (#​14759 by @​amrbashir) Added new environment variables for tauri signer sign command, to align with existing environment variables used in tauri build, tauri bundle and tauri signer generate

    • TAURI_SIGNING_PRIVATE_KEY
    • TAURI_SIGNING_PRIVATE_KEY_PATH
    • TAURI_SIGNING_PRIVATE_KEY_PASSWORD

    The old environment variables are deprecated and will be removed in a future release.

    • TAURI_PRIVATE_KEY
    • TAURI_PRIVATE_KEY_PATH
    • TAURI_PRIVATE_KEY_PASSWORD
Bug Fixes
What's Changed
  • e3fdcb500 (#​14836 by @​sftse) Continued refactors of tauri-cli, fix too weak atomics.
  • 0575dd287 (#​14521 by @​kandrelczyk) Change the way bundle type information is added to binary files. Instead of looking up the value of a variable we simply look for the default value.
  • 7f7d9aac2 (#​14668 by @​sftse) Refactored internal use of static on config and directory resolvings, no user facing changes, please report any regressions if you encounter any
Dependencies
  • Upgraded to tauri-cli@2.10.0

v2.9.6: @​tauri-apps/cli v2.9.6

Compare Source

[2.9.6]

Dependencies
  • Upgraded to tauri-cli@2.9.6

v2.9.5: @​tauri-apps/cli v2.9.5

Compare Source

[2.9.5]

Bug Fixes
Performance Improvements
Dependencies
  • Upgraded to tauri-cli@2.9.5

v2.9.4: @​tauri-apps/cli v2.9.4

Compare Source

[2.9.4]

Bug Fixes
Dependencies
  • Upgraded to tauri-cli@2.9.4

v2.9.3: @​tauri-apps/cli v2.9.3

Compare Source

[2.9.3]

Bug Fixes
Dependencies
  • Upgraded to tauri-cli@2.9.3

v2.9.2: @​tauri-apps/cli v2.9.2

Compare Source

[2.9.2]

Dependencies
  • Upgraded to tauri-cli@2.9.2

v2.9.1: @​tauri-apps/cli v2.9.1

Compare Source

[2.9.1]

Dependencies
  • Upgraded to tauri-cli@2.9.1

v2.9.0: @​tauri-apps/cli v2.9.0

Compare Source

[2.9.0]

New Features
  • 3b4fac201 (#​14194) Add tauri.conf.json > bundle > android > autoIncrementVersionCode config option to automatically increment the Android version code.
  • 673867aa0 (#​14094) Try to detect ANDROID_HOME and NDK_HOME environment variables from default system locations and install them if needed using the Android Studio command line tools.
  • 3d6868d09 (#​14128) Added support to defining the content type of the declared file association on macOS (maps to LSItemContentTypes property).
  • 3d6868d09 (#​14128) Added support to defining the metadata for custom types declared in tauri.conf.json > bundle > fileAssociations > exportedType via the UTExportedTypeDeclarations Info.plist property.
  • ed7c9a410 (#​14108) Added bundle > macOS > infoPlist and bundle > iOS > infoPlist configurations to allow defining custom Info.plist extensions.
  • 75082cc5b (#​14120) Added ios run and android run commands to run the app in production mode.
  • cc8c0b531 (#​14031) Added support to universal app links on macOS with the plugins > deep-link > desktop > domains configuration.
Enhancements
Bug Fixes
  • 19fb6f7cb (#​14146) Strip Windows-only extensions from the binary path so an Android project initialized on Windows can be used on UNIX systems.
  • 19fb6f7cb (#​14146) Enhance Android build script usage on Windows by attempting to run cmd, bat and exe formats.
  • 28a2f9bc5 (#​14101) Fix iOS CLI usage after modifying the package name.
  • d2938486e (#​14261) Replaced the non-standard nerd font character with ⱼₛ in tarui info
  • 25e920e16 (#​14298) Wait for dev server to exit before exiting the CLI when the app is closed on tauri dev --no-watch.
  • b0012424c (#​14115) Resolve local IP address when tauri.conf.json > build > devUrl host is 0.0.0.0.
  • abf7e8850 (#​14118) Fixes mobile project initialization when using pnpx or pnpm dlx.
Dependencies
  • Upgraded to tauri-cli@2.9.0

v2.8.4: @​tauri-apps/cli v2.8.4

Compare Source

[2.8.4]

Enhancements
Bug Fixes
Dependencies
  • Upgraded to tauri-cli@2.8.4

v2.8.3: @​tauri-apps/cli v2.8.3

Compare Source

[2.8.3]

Bug Fixes
  • 0ac89d3b6 (#​14078 by @​FabianLars) Updated cargo-mobile2 to allow running on iOS simulators that have a higher version than the XCode SDK. This fixes compatiblity issues with Apple's recent "iOS 18.5 + iOS 18.6 Simulator" platform support component.
Dependencies
  • Upgraded to tauri-cli@2.8.2

v2.8.2: @​tauri-apps/cli v2.8.2

Compare Source

[2.8.2]

Dependencies
  • Upgraded to tauri-cli@2.8.1

v2.8.1: @​tauri-apps/cli v2.8.1

Compare Source

[2.8.1]

Bug Fixes

v2.8.0: @​tauri-apps/cli v2.8.0

Compare Source

[2.8.0]

New Features
Enhancements
  • 8b465a12b (#​13913 by @​FabianLars) The bundler now pulls the latest AppImage linuxdeploy plugin instead of using the built-in one. This should remove the libfuse requirement.
  • 390cb9c36 (#​13953 by @​FabianLars) Reduced the log level of the binary patcher crate goblin to only show its debug logs in -vv and above.
  • 4475e93e1 (#​13824 by @​FabianLars) The bundler and cli will now read TLS Certificates installed on the system when downloading tools and checking versions.
Bug Fixes
Dependencies
  • Upgraded to tauri-cli@2.8.0

v2.7.1: @​tauri-apps/cli v2.7.1

Compare Source

[2.7.1]

Dependencies
  • Upgraded to tauri-cli@2.7.1

v2.7.0: @​tauri-apps/cli v2.7.0

Compare Source

[2.7.0]

New Features
  • 33d079392 (#​13811 by @​mhbagheri-99) Allow runner configuration to be an object with cmd, cwd, and args properties. The runner can now be configured as { "cmd": "my_runner", "cwd": "/path", "args": ["--quiet"] } while maintaining backwards compatibility with the existing string format.
Enhancements
  • 232265c70 (#​13209 by @​kandrelczyk) Binaries are patched before bundling to add the type of a bundle they will placed in. This information will be used during update process to select the correct target.
Bug Fixes
Dependencies
  • Upgraded to tauri-cli@2.7.0

v2.6.2: @​tauri-apps/cli v2.6.2

Compare Source

[2.6.2]

Bug Fixes
Dependencies
  • Upgraded to tauri-cli@2.6.2

v2.6.1: @​tauri-apps/cli v2.6.1

Compare Source

[2.6.1]

Dependencies
  • Upgraded to tauri-cli@2.6.1

v2.6.0: @​tauri-apps/cli v2.6.0

Compare Source

[2.6.0]

New Features
Bug Fixes
Dependencies

v2.5.0: @​tauri-apps/cli v2.5.0

Compare Source

[2.5.0]

New Features
  • 0aa48fb9e (#​13030) Added bundleVersion to iOS and macOS configuration to support specifying a CFBundleVersion.
Enhancements
  • ad3fd3890 (#​13152) Detect package manager from environment variable npm_config_user_agent first
  • 82406c61e (#​13231) Improve iOS simulator usage, checking if Xcode iOS SDK is installed and allowing usage of Simulator for older iOS releases (previously only supported when running on Xcode via ios dev --open).
Bug Fixes
  • 2dccfab53 (#​13236) Fix fileAssociations missing LSHandlerRank on macOS.
  • 080252903 (#​13210) Fixes iOS dev not working on Xcode 16.3 simulators. To apply the fix, either regenerate the Xcode project with rm -r src-tauri/gen/apple && tauri ios init or remove the arm64-sim architecture from the Xcode project.
Dependencies
  • Upgraded to tauri-cli@2.5.0

v2.4.1: @​tauri-apps/cli v2.4.1

Compare Source

[2.4.1]

Enhancements
Bug Fixes
Dependencies
  • Upgraded to tauri-cli@2.4.1

v2.4.0: @​tauri-apps/cli v2.4.0

Compare Source

[2.4.0]

New Features
  • d91bfa5cb (#​12970 by @​lucasfernog) Allow merging multiple configuration values on tauri dev, tauri build, tauri bundle, tauri android dev, tauri android build, tauri ios dev and tauri ios build.
  • 30f5a1553 (#​12366 by @​FabianLars) Added trafficLightPosition window configuration to set the traffic light buttons position on macOS.
Enhancements
Bug Fixes
Dependencies
  • Upgraded to tauri-cli@2.4.0

v2.3.1: @​tauri-apps/cli v2.3.1

Compare Source

[2.3.1]

Dependencies
  • Upgraded to tauri-cli@2.3.1

v2.3.0: @​tauri-apps/cli v2.3.0

Compare Source

[2.3.0]

Enhancements
Dependencies
  • Upgraded to tauri-cli@2.3.0

v2.2.7: @​tauri-apps/cli v2.2.7

Compare Source

[2.2.7]

Bug Fixes
Dependencies
  • Upgraded to tauri-cli@2.2.7

v2.2.6: @​tauri-apps/cli v2.2.6

Compare Source

[2.2.6]

Enhancements
Dependencies
  • Upgraded to tauri-cli@2.2.6

v2.2.5: @​tauri-apps/cli v2.2.5

Compare Source

[2.2.5]

Dependencies
  • Upgraded to tauri-cli@2.2.5

v2.2.4: @​tauri-apps/cli v2.2.4

Compare Source

[2.2.4]

Bug Fixes
Dependencies
  • Upgraded to tauri-cli@2.2.4

v2.2.3: @​tauri-apps/cli v2.2.3

Compare Source

[2.2.3]

Enhancements
Bug Fixes
Dependencies
  • Upgraded to tauri-cli@2.2.3

v2.2.2: @​tauri-apps/cli v2.2.2

Compare Source

[2.2.2]

Bug Fixes
Dependencies
  • Upgraded to tauri-cli@2.2.2

v2.2.1: @​tauri-apps/cli v2.2.1

Compare Source

[2.2.1]

Bug Fixes
Dependencies
  • Upgraded to tauri-cli@2.2.1

v2.2.0: @​tauri-apps/cli v2.2.0

Compare Source

[2.2.0]

New Features
Enhancements
Bug Fixes
Dependencies
  • Upgraded to tauri-cli@2.2.0

v2.1.0: @​tauri-apps/cli v2.1.0

Compare Source

[2.1.0]

New Features
Enhancements

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot force-pushed the renovate/major-tauri-monorepo branch from ebe2cc8 to 2bc784b Compare December 8, 2024 21:55
@renovate renovate Bot changed the title fix(deps): update tauri monorepo to v2 (major) chore(deps): update tauri monorepo to v2 (major) Dec 8, 2024
@renovate renovate Bot changed the title chore(deps): update tauri monorepo to v2 (major) fix(deps): update tauri monorepo to v2 (major) Dec 10, 2024
@renovate renovate Bot force-pushed the renovate/major-tauri-monorepo branch 3 times, most recently from 9a5b40f to 9e90c0b Compare January 4, 2025 04:35
@renovate renovate Bot force-pushed the renovate/major-tauri-monorepo branch 2 times, most recently from a001c62 to 2b4570d Compare January 11, 2025 21:31
@renovate renovate Bot force-pushed the renovate/major-tauri-monorepo branch 3 times, most recently from 28506f2 to 3d50ee5 Compare January 25, 2025 20:40
@renovate renovate Bot force-pushed the renovate/major-tauri-monorepo branch 2 times, most recently from e3007ca to 47a888c Compare February 28, 2025 18:58
@renovate renovate Bot force-pushed the renovate/major-tauri-monorepo branch from 47a888c to 8a69690 Compare March 20, 2025 22:51
@renovate renovate Bot force-pushed the renovate/major-tauri-monorepo branch from 8a69690 to db0e872 Compare April 1, 2025 18:37
@renovate renovate Bot force-pushed the renovate/major-tauri-monorepo branch from db0e872 to f7a9686 Compare April 15, 2025 19:59
@renovate renovate Bot force-pushed the renovate/major-tauri-monorepo branch 3 times, most recently from 704e829 to 1904227 Compare June 29, 2025 01:35
@renovate renovate Bot force-pushed the renovate/major-tauri-monorepo branch 2 times, most recently from 5dc70ae to 1678914 Compare July 22, 2025 12:48
@renovate renovate Bot force-pushed the renovate/major-tauri-monorepo branch from 1678914 to 4bf6e87 Compare August 10, 2025 13:42
@renovate renovate Bot force-pushed the renovate/major-tauri-monorepo branch 4 times, most recently from 35e342b to 471bfec Compare August 25, 2025 15:01
@renovate renovate Bot force-pushed the renovate/major-tauri-monorepo branch from 471bfec to 919b770 Compare September 6, 2025 19:38
@renovate renovate Bot force-pushed the renovate/major-tauri-monorepo branch 2 times, most recently from 0701745 to added3d Compare October 22, 2025 19:35
@renovate renovate Bot force-pushed the renovate/major-tauri-monorepo branch from added3d to 595ba36 Compare October 29, 2025 17:39
@renovate renovate Bot force-pushed the renovate/major-tauri-monorepo branch 2 times, most recently from 67e6232 to d578706 Compare November 9, 2025 13:54
@renovate renovate Bot force-pushed the renovate/major-tauri-monorepo branch from d578706 to 28359d0 Compare November 30, 2025 13:03
@renovate renovate Bot force-pushed the renovate/major-tauri-monorepo branch 2 times, most recently from cbfdfec to c421599 Compare December 13, 2025 17:06
@renovate renovate Bot force-pushed the renovate/major-tauri-monorepo branch from c421599 to 3011a58 Compare December 31, 2025 14:07
@renovate renovate Bot force-pushed the renovate/major-tauri-monorepo branch from 3011a58 to 031aa8c Compare February 2, 2026 22:36
@renovate renovate Bot force-pushed the renovate/major-tauri-monorepo branch from 031aa8c to f63e9fc Compare March 4, 2026 15:39
@renovate renovate Bot force-pushed the renovate/major-tauri-monorepo branch from f63e9fc to 434d752 Compare April 1, 2026 16:38
@renovate renovate Bot force-pushed the renovate/major-tauri-monorepo branch 2 times, most recently from d6376c1 to 312d367 Compare May 6, 2026 12:50
@renovate renovate Bot changed the title fix(deps): update tauri monorepo to v2 (major) fix(deps): update tauri monorepo to v2 May 12, 2026
@renovate renovate Bot force-pushed the renovate/major-tauri-monorepo branch from 312d367 to 39a05c7 Compare May 16, 2026 21:13
@renovate renovate Bot force-pushed the renovate/major-tauri-monorepo branch from 39a05c7 to 7b702c1 Compare June 18, 2026 20:31
@renovate renovate Bot changed the title fix(deps): update tauri monorepo to v2 chore(deps): update tauri monorepo to v2 Jun 18, 2026
@renovate renovate Bot force-pushed the renovate/major-tauri-monorepo branch from 7b702c1 to ea3ac35 Compare June 19, 2026 16:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants