Skip to content

Update tauri monorepo - #5

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

Update tauri monorepo#5
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/tauri-monorepo

Conversation

@renovate

@renovate renovate Bot commented Jan 24, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence Type Update
@tauri-apps/cli 2.2.42.11.4 age confidence devDependencies minor
tauri-build (source) 2.0.52.6.3 age confidence build-dependencies minor

Release Notes

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

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

Compare Source

[2.11.4]

Bug Fixes
  • 67ffa192a (#​15596 by @​FabianLars) Fixed an issue in the AppImage bundler that caused the /.desktop and .DirIcon files to be absolute symlinks instead of relative symlinks which caused problems with AppImage installers like AppManager.
Dependencies
  • Upgraded to tauri-cli@2.11.4

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

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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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/tauri-monorepo branch 2 times, most recently from a86f321 to 643e83f Compare January 31, 2025 20:15
@renovate
renovate Bot force-pushed the renovate/tauri-monorepo branch from 643e83f to 00180f0 Compare February 9, 2025 12:14
@renovate
renovate Bot force-pushed the renovate/tauri-monorepo branch 2 times, most recently from 5690849 to e8e3c0d Compare March 5, 2025 07:49
@renovate
renovate Bot force-pushed the renovate/tauri-monorepo branch 2 times, most recently from 62faf0a to 94d4505 Compare March 19, 2025 23:43
@renovate
renovate Bot force-pushed the renovate/tauri-monorepo branch from 94d4505 to 99aa186 Compare March 22, 2025 00:03
@renovate
renovate Bot force-pushed the renovate/tauri-monorepo branch from 99aa186 to 664f9d7 Compare April 4, 2025 07:51
@renovate
renovate Bot force-pushed the renovate/tauri-monorepo branch from 664f9d7 to db5a2fc Compare April 17, 2025 23:55
@renovate
renovate Bot force-pushed the renovate/tauri-monorepo branch from db5a2fc to 682db25 Compare April 26, 2025 00:03
@renovate
renovate Bot force-pushed the renovate/tauri-monorepo branch from 682db25 to 3a0c582 Compare May 24, 2025 08:19
@renovate
renovate Bot force-pushed the renovate/tauri-monorepo branch from 3a0c582 to 89fd773 Compare May 31, 2025 23:40
@renovate
renovate Bot force-pushed the renovate/tauri-monorepo branch from 89fd773 to 999f5bd Compare June 22, 2025 12:04
@renovate
renovate Bot force-pushed the renovate/tauri-monorepo branch from 999f5bd to e3b9357 Compare June 29, 2025 20:00
@renovate
renovate Bot force-pushed the renovate/tauri-monorepo branch from e3b9357 to bb1d8cd Compare July 12, 2025 15:56
@renovate
renovate Bot force-pushed the renovate/tauri-monorepo branch from bb1d8cd to 327939d Compare July 21, 2025 00:07
@renovate
renovate Bot force-pushed the renovate/tauri-monorepo branch from 327939d to 67fae1a Compare August 3, 2025 15:32
@renovate
renovate Bot force-pushed the renovate/tauri-monorepo branch from 67fae1a to 4ff0e2d Compare August 14, 2025 00:07
@renovate
renovate Bot force-pushed the renovate/tauri-monorepo branch from 4ff0e2d to 723062c Compare August 23, 2025 08:08
@renovate
renovate Bot force-pushed the renovate/tauri-monorepo branch 2 times, most recently from 52c6ec8 to 6be520a Compare September 2, 2025 06:12
@renovate
renovate Bot force-pushed the renovate/tauri-monorepo branch from 6be520a to ea3e7aa Compare September 26, 2025 11:44
@renovate
renovate Bot force-pushed the renovate/tauri-monorepo branch 2 times, most recently from 8eb8d40 to cc4d44b Compare October 23, 2025 06:41
@renovate
renovate Bot force-pushed the renovate/tauri-monorepo branch from cc4d44b to ae6a8fb Compare November 1, 2025 07:50
@renovate
renovate Bot force-pushed the renovate/tauri-monorepo branch from ae6a8fb to d41001e Compare November 9, 2025 04:12
@renovate
renovate Bot force-pushed the renovate/tauri-monorepo branch from d41001e to 76b8bf1 Compare November 16, 2025 16:03
@renovate
renovate Bot force-pushed the renovate/tauri-monorepo branch from 76b8bf1 to 1d46aad Compare December 1, 2025 06:06
@renovate
renovate Bot force-pushed the renovate/tauri-monorepo branch from 1d46aad to b20e8f1 Compare December 10, 2025 06:48
@renovate
renovate Bot force-pushed the renovate/tauri-monorepo branch from b20e8f1 to 28ed4b7 Compare December 31, 2025 11:56
@renovate
renovate Bot force-pushed the renovate/tauri-monorepo branch from 28ed4b7 to be87889 Compare January 9, 2026 07:45
@renovate
renovate Bot force-pushed the renovate/tauri-monorepo branch from be87889 to 3c22c27 Compare January 20, 2026 03:37
@renovate
renovate Bot force-pushed the renovate/tauri-monorepo branch 2 times, most recently from 51c2d8d to 1f9a3e6 Compare February 4, 2026 16:16
@renovate
renovate Bot force-pushed the renovate/tauri-monorepo branch 2 times, most recently from 4ea11b5 to 788778e Compare February 19, 2026 07:44
@renovate
renovate Bot force-pushed the renovate/tauri-monorepo branch 2 times, most recently from 9ac11b4 to 95f506a Compare March 8, 2026 10:36
@renovate
renovate Bot force-pushed the renovate/tauri-monorepo branch from 95f506a to fae60a7 Compare March 14, 2026 18:54
@renovate
renovate Bot force-pushed the renovate/tauri-monorepo branch from fae60a7 to 6c2c5f1 Compare April 15, 2026 11:48
@renovate
renovate Bot force-pushed the renovate/tauri-monorepo branch 3 times, most recently from 419af8c to 8780cc4 Compare May 6, 2026 23:24
@renovate
renovate Bot force-pushed the renovate/tauri-monorepo branch from 8780cc4 to 99ef9cb Compare May 8, 2026 19:29
@renovate
renovate Bot force-pushed the renovate/tauri-monorepo branch from 99ef9cb to 2fa6595 Compare May 17, 2026 08:12
@renovate renovate Bot changed the title Update tauri monorepo Update tauri monorepo to v2.11.2 Jun 12, 2026
@renovate
renovate Bot force-pushed the renovate/tauri-monorepo branch from 2fa6595 to c4042f3 Compare June 20, 2026 19:41
@renovate renovate Bot changed the title Update tauri monorepo to v2.11.2 Update tauri monorepo to v2.11.3 Jun 20, 2026
@renovate renovate Bot changed the title Update tauri monorepo to v2.11.3 Update tauri monorepo Jun 24, 2026
@renovate renovate Bot changed the title Update tauri monorepo Update dependency @tauri-apps/cli to v2.11.3 Jun 27, 2026
@renovate renovate Bot changed the title Update dependency @tauri-apps/cli to v2.11.3 Update dependency @tauri-apps/cli to v2.11.4 Jul 1, 2026
@renovate
renovate Bot force-pushed the renovate/tauri-monorepo branch from c4042f3 to 179f2c2 Compare July 1, 2026 05:03
@renovate renovate Bot changed the title Update dependency @tauri-apps/cli to v2.11.4 Update tauri monorepo Jul 15, 2026
@renovate

renovate Bot commented Jul 15, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: src-tauri/Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path src-tauri/Cargo.toml --package tauri-build@2.0.5 --precise 2.6.3
    Updating crates.io index
error: failed to select a version for `kuchikiki`.
    ... required by package `tauri-utils v2.9.3`
    ... which satisfies dependency `tauri-utils = "^2.1.1"` of package `tauri v2.2.2`
    ... which satisfies dependency `tauri = "^2"` (locked to 2.2.2) of package `tauri-app v0.1.0 (/tmp/renovate/repos/github/Gabo-Tech/ChatGPT-Multiplatform-Desktop-Wrapper/src-tauri)`
versions that meet the requirements `^0.8.8-speedreader` are: 0.8.8-speedreader

all possible versions conflict with previously selected packages

  previously selected package `kuchikiki v0.8.2`
    ... which satisfies dependency `kuchiki = "^0.8"` of package `wry v0.48.1`
    ... which satisfies dependency `wry = "^0.48"` (locked to 0.48.1) of package `tauri-runtime-wry v2.3.0`
    ... which satisfies dependency `tauri-runtime-wry = "^2.3.0"` (locked to 2.3.0) of package `tauri v2.2.2`
    ... which satisfies dependency `tauri = "^2"` (locked to 2.2.2) of package `tauri-app v0.1.0 (/tmp/renovate/repos/github/Gabo-Tech/ChatGPT-Multiplatform-Desktop-Wrapper/src-tauri)`

failed to select a version for `kuchikiki` which could resolve this conflict

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