Skip to content

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

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

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

Conversation

@renovate

@renovate renovate Bot commented Oct 12, 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
    • "every weekend"
  • 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 913084d to 393654d Compare October 12, 2024 18:49
@renovate renovate Bot changed the title chore(deps): update tauri monorepo to v2 (major) fix(deps): update tauri monorepo to v2 (major) Oct 14, 2024
@renovate renovate Bot changed the title fix(deps): update tauri monorepo to v2 (major) chore(deps): update tauri monorepo to v2 (major) Oct 15, 2024
@renovate renovate Bot force-pushed the renovate/major-tauri-monorepo branch from 393654d to fd32ab1 Compare October 21, 2024 13:35
@renovate renovate Bot force-pushed the renovate/major-tauri-monorepo branch from fd32ab1 to 5bdf620 Compare November 9, 2024 15:11
@sonarqubecloud

sonarqubecloud Bot commented Nov 9, 2024

Copy link
Copy Markdown

@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 from 5bdf620 to 04501e8 Compare December 11, 2024 09:34
@renovate renovate Bot force-pushed the renovate/major-tauri-monorepo branch 3 times, most recently from 86f01d1 to 0c52c67 Compare January 4, 2025 03:11
@renovate renovate Bot force-pushed the renovate/major-tauri-monorepo branch 2 times, most recently from 41e9054 to 8e9ccf2 Compare January 11, 2025 21:09
@renovate renovate Bot force-pushed the renovate/major-tauri-monorepo branch from 8e9ccf2 to 8b3fb6d Compare January 18, 2025 13:19
@renovate renovate Bot force-pushed the renovate/major-tauri-monorepo branch from 8b3fb6d to 4b2371c Compare January 26, 2025 09:55
@renovate renovate Bot force-pushed the renovate/major-tauri-monorepo branch from 4b2371c to cf3cd50 Compare February 3, 2025 16:55
@renovate renovate Bot force-pushed the renovate/major-tauri-monorepo branch 3 times, most recently from 4c8a8eb to cbd6b3f Compare March 3, 2025 18:13
@renovate renovate Bot force-pushed the renovate/major-tauri-monorepo branch from cbd6b3f to 4bfd580 Compare March 20, 2025 22:44
@renovate renovate Bot force-pushed the renovate/major-tauri-monorepo branch 2 times, most recently from 0a7293d to 81d0e66 Compare April 1, 2025 19:27
@renovate renovate Bot force-pushed the renovate/major-tauri-monorepo branch from 81d0e66 to 6875b09 Compare April 15, 2025 19:42
@renovate renovate Bot force-pushed the renovate/major-tauri-monorepo branch 4 times, most recently from ccf4c26 to 99042f4 Compare June 28, 2025 22:37
@renovate renovate Bot force-pushed the renovate/major-tauri-monorepo branch 2 times, most recently from 7c7bc37 to 6fcfb48 Compare July 22, 2025 09:06
@renovate renovate Bot force-pushed the renovate/major-tauri-monorepo branch from 6fcfb48 to 28adb24 Compare August 18, 2025 20:32
@renovate renovate Bot force-pushed the renovate/major-tauri-monorepo branch 2 times, most recently from ce148cf to 6d71f92 Compare January 29, 2026 07:44
@renovate renovate Bot force-pushed the renovate/major-tauri-monorepo branch 2 times, most recently from 091d73e to 719bef1 Compare February 2, 2026 23:09
@renovate renovate Bot force-pushed the renovate/major-tauri-monorepo branch 3 times, most recently from 131c823 to 43f8a6d Compare February 17, 2026 14:35
@renovate renovate Bot force-pushed the renovate/major-tauri-monorepo branch from 43f8a6d to 821b01d Compare February 25, 2026 11:12
@renovate renovate Bot force-pushed the renovate/major-tauri-monorepo branch 2 times, most recently from fef2ca6 to cec77fd Compare March 4, 2026 13:30
@renovate renovate Bot force-pushed the renovate/major-tauri-monorepo branch 2 times, most recently from bfd592e to 40004bf Compare April 3, 2026 19:26
@renovate renovate Bot force-pushed the renovate/major-tauri-monorepo branch from 40004bf to 94a65de Compare April 8, 2026 21:17
@renovate renovate Bot force-pushed the renovate/major-tauri-monorepo branch 2 times, most recently from b732a91 to 1a18293 Compare April 30, 2026 18:58
@renovate renovate Bot force-pushed the renovate/major-tauri-monorepo branch from 1a18293 to a82d5d1 Compare May 6, 2026 14:34
@sonarqubecloud

sonarqubecloud Bot commented May 6, 2026

Copy link
Copy Markdown

@renovate renovate Bot force-pushed the renovate/major-tauri-monorepo branch from a82d5d1 to ceb343f Compare May 12, 2026 11:08
@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 3 times, most recently from 6c376e3 to ae29489 Compare May 18, 2026 13:13
@renovate renovate Bot force-pushed the renovate/major-tauri-monorepo branch 3 times, most recently from cec8e21 to ed64de8 Compare June 1, 2026 22:48
@sonarqubecloud

sonarqubecloud Bot commented Jun 1, 2026

Copy link
Copy Markdown

@renovate renovate Bot force-pushed the renovate/major-tauri-monorepo branch from ed64de8 to 221b06e Compare June 11, 2026 14:39
@renovate renovate Bot force-pushed the renovate/major-tauri-monorepo branch from 221b06e to 890a527 Compare June 18, 2026 20:35
@sonarqubecloud

Copy link
Copy Markdown

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