Skip to content

chore(deps-dev): Bump @tauri-apps/cli from 2.11.2 to 2.11.4 - #266

Merged
oratis merged 1 commit into
mainfrom
dependabot/npm_and_yarn/tauri-apps/cli-2.11.4
Aug 25, 2026
Merged

chore(deps-dev): Bump @tauri-apps/cli from 2.11.2 to 2.11.4#266
oratis merged 1 commit into
mainfrom
dependabot/npm_and_yarn/tauri-apps/cli-2.11.4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 10, 2026

Copy link
Copy Markdown
Contributor

Bumps @tauri-apps/cli from 2.11.2 to 2.11.4.

Release notes

Sourced from @​tauri-apps/cli's releases.

@​tauri-apps/cli v2.11.4

[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

@​tauri-apps/cli v2.11.3

[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
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@tauri-apps/cli](https://github.com/tauri-apps/tauri) from 2.11.2 to 2.11.4.
- [Release notes](https://github.com/tauri-apps/tauri/releases)
- [Commits](https://github.com/tauri-apps/tauri/compare/@tauri-apps/cli-v2.11.2...@tauri-apps/cli-v2.11.4)

---
updated-dependencies:
- dependency-name: "@tauri-apps/cli"
  dependency-version: 2.11.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 10, 2026
@oratis

oratis commented Aug 25, 2026

Copy link
Copy Markdown
Owner

Reviewed and verified locally against current main.

Same-major bump of a build tool. Version alignment across the three places Tauri versions live is fine:

version
@tauri-apps/cli (this PR) 2.11.4
tauri crate (Cargo.lock) 2.11.2
@tauri-apps/api (installed via ^2.0.0) 2.11.0

Same minor throughout, which is what Tauri asks for — a CLI ahead of the crate by a patch is supported.

Verified the CLI actually reads this project: tauri info under 2.11.4 parses tauri.conf.json without complaint and resolves every plugin crate. (Its @tauri-apps/api: not installed! line is a pnpm-detection artifact — it warns no lock files found, defaulting to npm because the workspace lockfile is at the repo root, and the package is in fact installed at 2.11.0. Pre-existing, unrelated to this bump.)

Scope, stated honestly: the CLI is invoked in exactly two places — scripts/sign-and-notarize.sh (tauri build) and the tauri signer generate step in docs/RELEASING.md. CI never runs either; the "Desktop Rust check + test" job drives cargo directly. So a green CI here is not evidence the bundler half still works — the first real exercise is the next build-mac run. Config parsing is the most I can check without an Apple-credentialed release.

Full gate on the merged result: typecheck, lint, format, docs clean; 1671 tests pass, 19 skipped.

@oratis
oratis merged commit 8a830a0 into main Aug 25, 2026
5 checks passed
@oratis
oratis deleted the dependabot/npm_and_yarn/tauri-apps/cli-2.11.4 branch August 25, 2026 15:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant