Skip to content

build(deps-dev): bump @tauri-apps/cli from 2.2.7 to 2.10.1#210

Merged
ErikBjare merged 1 commit intomasterfrom
dependabot/npm_and_yarn/tauri-apps/cli-2.10.1
Mar 9, 2026
Merged

build(deps-dev): bump @tauri-apps/cli from 2.2.7 to 2.10.1#210
ErikBjare merged 1 commit intomasterfrom
dependabot/npm_and_yarn/tauri-apps/cli-2.10.1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 9, 2026

Bumps @tauri-apps/cli from 2.2.7 to 2.10.1.

Release notes

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

@​tauri-apps/cli v2.10.1

[2.10.1]

Bug Fixes

What's Changed

Dependencies

  • Upgraded to tauri-cli@2.10.1

@​tauri-apps/cli v2.10.0

[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

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​tauri-apps/cli since your current version.


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.2.7 to 2.10.1.
- [Release notes](https://github.com/tauri-apps/tauri/releases)
- [Commits](https://github.com/tauri-apps/tauri/compare/@tauri-apps/cli-v2.2.7...@tauri-apps/cli-v2.10.1)

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

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 Mar 9, 2026
@greptile-apps
Copy link

greptile-apps bot commented Mar 9, 2026

Greptile Summary

This PR bumps the @tauri-apps/cli dev dependency from 2.2.7 to 2.10.1, spanning eight minor versions. The change is limited to package.json and the auto-generated package-lock.json, which consistently updates all platform-specific binary packages and adds a new @tauri-apps/cli-linux-riscv64-gnu optional entry for RISC-V 64 support.

Key highlights from the upstream release notes worth being aware of:

  • Updater signing key regression (v2.9.3–v2.10.0): A bug was introduced between v2.9.3 and v2.10.0 where private keys generated with tauri signer generate using an empty password became unusable. If this project uses auto-updater signing keys generated during that window, those keys must be regenerated after upgrading.
  • The new TAURI_SIGNING_PRIVATE_KEY / TAURI_SIGNING_PRIVATE_KEY_PATH / TAURI_SIGNING_PRIVATE_KEY_PASSWORD environment variables replace the deprecated TAURI_PRIVATE_KEY* variants — any CI/CD or local scripts using the old names should be updated before the deprecated variables are eventually removed.

Confidence Score: 5/5

  • This PR is safe to merge; it is a routine automated dependency bump with no logic changes.
  • The diff is entirely confined to version strings and integrity hashes in package.json and package-lock.json. All platform entries are updated consistently to 2.10.1, and no application code is touched. The only noteworthy advisory is about a signing-key regression fixed in this very release, which has no impact on the lock file itself.
  • No files require special attention.

Important Files Changed

Filename Overview
package.json Single-line version bump of @tauri-apps/cli from 2.2.7 to 2.10.1 in devDependencies; no issues found.
package-lock.json Lock file updated consistently for all platform-specific CLI binaries to 2.10.1, with updated integrity hashes; also adds the new @tauri-apps/cli-linux-riscv64-gnu optional platform entry. No inconsistencies found.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A["package.json\n@tauri-apps/cli: 2.2.7 → 2.10.1"] --> B["package-lock.json\n(all platform binaries updated)"]
    B --> C["@tauri-apps/cli-darwin-arm64 2.10.1"]
    B --> D["@tauri-apps/cli-darwin-x64 2.10.1"]
    B --> E["@tauri-apps/cli-linux-arm-gnueabihf 2.10.1"]
    B --> F["@tauri-apps/cli-linux-arm64-gnu 2.10.1"]
    B --> G["@tauri-apps/cli-linux-arm64-musl 2.10.1"]
    B --> H["@tauri-apps/cli-linux-riscv64-gnu 2.10.1 ✨ NEW"]
    B --> I["@tauri-apps/cli-linux-x64-gnu 2.10.1"]
    B --> J["@tauri-apps/cli-linux-x64-musl 2.10.1"]
    B --> K["@tauri-apps/cli-win32-arm64-msvc 2.10.1"]
    B --> L["@tauri-apps/cli-win32-ia32-msvc 2.10.1"]
    B --> M["@tauri-apps/cli-win32-x64-msvc 2.10.1"]
Loading

Last reviewed commit: 069c927

@ErikBjare ErikBjare merged commit f65e762 into master Mar 9, 2026
7 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/tauri-apps/cli-2.10.1 branch March 9, 2026 08:50
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