Skip to content

chore(deps-dev): bump @tauri-apps/cli from 2.11.0 to 2.11.2#23

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

chore(deps-dev): bump @tauri-apps/cli from 2.11.0 to 2.11.2#23
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/tauri-apps/cli-2.11.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 16, 2026

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

Release notes

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

@​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
  • 499df79 apply version updates (#15378)
  • 20bb033 Revert "feat: add Windows VC runtime linking and bundling options (#15372)" (...
  • b5b72ce fix(tauri-utils): preserve resource source file name when dest is empty (#15383)
  • 3fd8ba2 fix: resources after empty directory not copied (#15388)
  • 47e1b75 fix: set_as_windows_menu_for_nsapp command wrongly called `set_as_help_menu...
  • eadd8f5 chore(deps-dev): bump svelte from 5.53.11 to 5.55.7 (#15382)
  • 32d8166 feat: add Windows VC runtime linking and bundling options (#15372)
  • b15b859 refactor: make error dialog take &'static str (#15369)
  • 0e8e25f chore(deps): update dependency rollup to v4.60.3 (#15355)
  • e5ae5b9 chore: fix changelog
  • Additional commits viewable in compare view

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.2.
- [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.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 16, 2026

Labels

The following labels could not be found: javascript. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label May 16, 2026
@greptile-apps
Copy link
Copy Markdown

greptile-apps Bot commented May 16, 2026

Greptile Summary

Bumps the dev-only @tauri-apps/cli build tool from 2.11.0 to 2.11.2 (two patch releases). The upstream changes are dependency upgrades and minor bug fixes (resource file naming, a misrouted macOS menu command), with no API-surface changes.

  • package.json: version constraint updated to 2.11.2 in devDependencies.
  • pnpm-lock.yaml: all 11 platform-specific optional binaries (macOS, Linux glibc/musl, Windows) updated to 2.11.2 with fresh integrity hashes.

Confidence Score: 5/5

Safe to merge — this is a dev-only build tool patch bump with no runtime or API surface changes.

Only @tauri-apps/cli is touched, a dev dependency used exclusively at build time. The two patch releases contain upstream bug fixes (resource file naming, a misrouted macOS menu call) and dependency bumps with no changes that affect the shipped application bundle or runtime behavior. Both package.json and the lockfile are internally consistent.

No files require special attention.

Important Files Changed

Filename Overview
package.json Dev dependency @tauri-apps/cli bumped from 2.11.0 to 2.11.2 in devDependencies; no other changes.
pnpm-lock.yaml Lockfile updated to reflect 2.11.2 for all 11 platform-specific @tauri-apps/cli binaries with new integrity hashes; no structural changes.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[package.json] -->|devDependency| B["@tauri-apps/cli 2.11.0 → 2.11.2"]
    B --> C[pnpm-lock.yaml]
    C --> D[darwin-arm64 2.11.2]
    C --> E[darwin-x64 2.11.2]
    C --> F[linux-arm-gnueabihf 2.11.2]
    C --> G[linux-arm64-gnu 2.11.2]
    C --> H[linux-arm64-musl 2.11.2]
    C --> I[linux-riscv64-gnu 2.11.2]
    C --> J[linux-x64-gnu 2.11.2]
    C --> K[linux-x64-musl 2.11.2]
    C --> L[win32-arm64-msvc 2.11.2]
    C --> M[win32-ia32-msvc 2.11.2]
    C --> N[win32-x64-msvc 2.11.2]
Loading

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

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 17, 2026

Looks like @tauri-apps/cli is up-to-date now, so this is no longer needed.

@dependabot dependabot Bot closed this May 17, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/tauri-apps/cli-2.11.2 branch May 17, 2026 02:02
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants