Skip to content

build(deps-dev): bump @tauri-apps/cli from 2.11.0 to 2.11.3#228

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/tauri-apps/cli-2.11.3
Closed

build(deps-dev): bump @tauri-apps/cli from 2.11.0 to 2.11.3#228
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/tauri-apps/cli-2.11.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 22, 2026

Copy link
Copy Markdown
Contributor

Bumps @tauri-apps/cli from 2.11.0 to 2.11.3.

Release notes

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

@​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

@​tauri-apps/cli v2.11.2

[2.11.2]

Dependencies

  • Upgraded to tauri-cli@2.11.2

@​tauri-apps/cli v2.11.1

[2.11.1]

Dependencies

  • Upgraded to tauri-cli@2.11.1
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.0 to 2.11.3.
- [Release notes](https://github.com/tauri-apps/tauri/releases)
- [Commits](https://github.com/tauri-apps/tauri/compare/@tauri-apps/cli-v2.11.0...@tauri-apps/cli-v2.11.3)

---
updated-dependencies:
- dependency-name: "@tauri-apps/cli"
  dependency-version: 2.11.3
  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 Jun 22, 2026
@greptile-apps

greptile-apps Bot commented Jun 22, 2026

Copy link
Copy Markdown

Greptile Summary

Routine Dependabot patch bump of the @tauri-apps/cli dev-only build tool from 2.11.0 to 2.11.3. No runtime code is affected.

  • package.json and package-lock.json are updated with the new version and integrity hashes for all 11 platform-specific CLI binaries.
  • The lock file also gains libc metadata fields on Linux packages (distinguishing glibc vs musl variants), which improves correct binary selection on Linux hosts.
  • The three patch releases include Android-specific bug fixes (special-character escaping in strings.xml, tauri android run bundle skipping, NDK_HOME handling) and a tauri migrate aliased-import fix — none of which affect typical desktop builds.

Confidence Score: 5/5

Safe to merge — only the Tauri CLI dev toolchain is updated; no runtime or application code changes.

This is a mechanical patch-version bump of a dev-only build tool. All integrity hashes in the lock file are consistent with the published packages, and the added libc metadata fields are a standard npm improvement for Linux binary selection. No application logic, runtime dependencies, or configuration files are touched.

No files require special attention.

Important Files Changed

Filename Overview
package.json Bumps @tauri-apps/cli dev dependency from 2.11.0 to 2.11.3; no other changes.
package-lock.json Lock file updated for all 11 platform-specific CLI binaries to 2.11.3 with new integrity hashes; adds libc field to Linux gnu/musl packages for better platform resolution.

Reviews (1): Last reviewed commit: "build(deps-dev): bump @tauri-apps/cli fr..." | Re-trigger Greptile

@dependabot @github

dependabot Bot commented on behalf of github Jun 29, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #229.

@dependabot dependabot Bot closed this Jun 29, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/tauri-apps/cli-2.11.3 branch June 29, 2026 03:53
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.

0 participants