Skip to content

chore(deps): update cli packages - autoclosed - #15809

Closed
renovate[bot] wants to merge 1 commit into
devfrom
renovate/cli-packages
Closed

chore(deps): update cli packages - autoclosed#15809
renovate[bot] wants to merge 1 commit into
devfrom
renovate/cli-packages

Conversation

@renovate

@renovate renovate Bot commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update Pending
@napi-rs/cli (source) 3.7.23.8.2 age confidence devDependencies minor
@types/node (source) ^24.11.0^24.13.3 age confidence devDependencies minor
axum 0.80.8.9 age confidence dependencies patch
base64 0.220.23.0 age confidence dependencies minor
clap 44.6.5 age confidence dependencies minor
clap_complete 44.6.8 age confidence dependencies minor
colored 33.1.1 age confidence dependencies patch
css-color 0.20.2.8 age confidence dependencies patch
ctrlc 33.5.2 age confidence dependencies minor
duct 1.01.1.1 age confidence dependencies patch
dunce (source) 11.0.5 age confidence dependencies patch
env_logger 0.110.11.11 age confidence dependencies patch
glob 0.30.3.4 age confidence dependencies patch
handlebars 66.4.3 age confidence dependencies minor
ignore (source) 0.40.4.31 age confidence dependencies patch 0.4.32
image 0.250.25.10 age confidence dependencies patch
include_dir 0.70.7.4 age confidence dependencies patch
insta (source) 11.48.0 age confidence dev-dependencies minor
json-patch 44.2.0 age confidence dependencies patch
json5 0.40.4.1 age confidence dependencies patch
jsonschema 0.490.49.2 age confidence dependencies patch 0.49.4 (+1)
libc 0.20.2.189 age confidence dependencies patch
local-ip-address 0.60.6.13 age confidence dependencies patch
log 0.4.210.4.33 age confidence dependencies patch
magic_string 0.30.3.4 age confidence dependencies patch
memchr 22.8.3 age confidence dependencies patch
minisign 0.90.9.1 age confidence dependencies patch
napi 3.9.43.12.0 age confidence dependencies minor
napi-build 22.4.0 age confidence build-dependencies minor
napi-derive 3.5.73.6.1 age confidence dependencies minor 3.6.2
notify 88.2.0 age confidence dependencies patch
object 0.390.39.1 age confidence dependencies patch 0.40.0
os_info 33.15.0 age confidence dependencies minor
os_pipe 11.2.3 age confidence dependencies patch
plist 11.10.0 age confidence dependencies patch
pretty_assertions 11.4.1 age confidence dev-dependencies patch
rand (source) 0.100.10.2 age confidence dependencies patch
rayon 1.101.12.0 age confidence dependencies patch
regex 11.13.1 age confidence dependencies minor
semver 11.0.28 age confidence dependencies patch
serde (source) 11.0.229 age confidence dependencies patch
serde_json 11.0.151 age confidence dependencies patch
shared_child 11.1.1 age confidence dependencies patch
tempfile (source) 33.27.0 age confidence dependencies minor
thiserror 22.0.19 age confidence dependencies patch
tokio (source) 11.53.1 age confidence dependencies minor
toml 11.1.4 age confidence dependencies minor
toml_edit 0.250.25.13 age confidence dependencies patch
ureq 33.3.0 age confidence dependencies minor
url 22.5.8 age confidence dependencies patch
uuid 11.24.0 age confidence dependencies minor
vitest (source) ^4.1.0^4.1.10 age confidence devDependencies patch
walkdir 22.5.0 age confidence dependencies patch
which 88.0.5 age confidence dependencies patch
windows-sys 0.610.61.2 age confidence dependencies patch
zip 88.6.0 age confidence dependencies minor

Release Notes

napi-rs/napi-rs (@​napi-rs/cli)

v3.8.2

Compare Source

v3.8.1

Compare Source

v3.8.0

Compare Source

v3.7.4

Compare Source

v3.7.3

Compare Source

tokio-rs/axum (axum)

v0.8.9

Compare Source

  • added: WebSocketUpgrade::{requested_protocols, set_selected_protocol} for more flexible subprotocol selection (#​3597)
  • changed: Update minimum rust version to 1.80 (#​3620)
  • fixed: Set connect endpoint on correct field in MethodRouter (#​3656)
  • fixed: Return specific error message when multipart body limit is exceeded (#​3611)

v0.8.8: axum v0.8.8

Compare Source

  • Clarify documentation for Router::route_layer (#​3567)

v0.8.7: axum v0.8.7

Compare Source

  • Relax implicit Send / Sync bounds on RouterAsService, RouterIntoService (#​3555)
  • Make it easier to visually scan for default features (#​3550)
  • Fix some documentation typos

v0.8.6

Compare Source

v0.8.5: axum v0.8.5

Compare Source

  • fixed: Reject JSON request bodies with trailing characters after the JSON document (#​3453)
  • added: Implement OptionalFromRequest for Multipart (#​3220)
  • added: Getter methods Location::{status_code, location}
  • added: Support for writing arbitrary binary data into server-sent events (#​3425)]
  • added: middleware::ResponseAxumBodyLayer for mapping response body to axum::body::Body (#​3469)
  • added: impl FusedStream for WebSocket (#​3443)
  • changed: The sse module and Sse type no longer depend on the tokio feature (#​3154)
  • changed: If the location given to one of Redirects constructors is not a valid header value, instead of panicking on construction, the IntoResponse impl now returns an HTTP 500, just like Json does when serialization fails (#​3377)
  • changed: Update minimum rust version to 1.78 (#​3412)
marshallpierce/rust-base64 (base64)

v0.23.0

Compare Source

  • Added more consts for preconfigured configs and engines
  • Make DecodeError::InvalidLastSymbol more clear by including the decoded value
  • Added SIMD-accelerated engines behind the default-on simd-unsafe feature: Simd picks the best
    instruction set at runtime (AVX2 on x86_64, NEON on aarch64) and falls back to the scalar
    GeneralPurpose engine, while Avx2 and Neon target one instruction set with no runtime
    detection and work in no_std. The engines support the standard and URL-safe alphabets.
  • Update MSRV to 1.71.0
  • Add support for custom padding symbols
clap-rs/clap (clap)

v4.6.5

Compare Source

v4.6.4

Compare Source

Internal
  • Update to syn v3

v4.6.3

Compare Source

Fixes
  • (derive) Allow "literal".function() as attribute values

v4.6.2

Compare Source

Fixes
  • (help) Say alias when there is only one

v4.6.1

Compare Source

Fixes
  • (derive) Ensure rebuilds happen when an read env variable is changed

v4.6.0

Compare Source

Compatibility
  • Update MSRV to 1.85

v4.5.61

Compare Source

Internal
  • Update dependencies

v4.5.60

Compare Source

Fixes
  • (help) Quote empty default values, possible values

v4.5.59

Compare Source

Fixes
  • Command::ignore_errors no longer masks help/version on subcommands

v4.5.58

Compare Source

v4.5.57

Compare Source

Fixes
  • Regression from 4.5.55 where having an argument with .value_terminator("--") caused problems with an argument with .last(true)

v4.5.56

Compare Source

Fixes
  • On conflict error, don't show conflicting arguments in the usage

v4.5.55

Compare Source

Fixes
  • Fix inconsistency in precedence between positionals with a value_terminator("--") and escapes (--) where ./foo -- bar means the first arg is empty, rather than escaping future args

v4.5.54

Compare Source

Fixes
  • (help) Move [default] to its own paragraph when PossibleValue::help is present in --help

v4.5.53

Compare Source

Features
  • Add default_values_if, default_values_ifs

v4.5.52

Compare Source

Fixes
  • Don't panic when args_conflicts_with_subcommands conflicts with an ArgGroup

v4.5.51

Compare Source

Fixes
  • (help) Correctly calculate padding for short flags that take a value
  • (help) Don't panic on short flags using ArgAction::Count

v4.5.50

Compare Source

Features
  • Accept Cow where String and &str are accepted

v4.5.49

Compare Source

Fixes
  • (help) Correctly wrap when ANSI escape codes are present

v4.5.48

Compare Source

Documentation
  • Add a new CLI Concepts document as another way of framing clap
  • Expand the typed_derive cookbook entry

v4.5.47

Compare Source

Features
  • Added impl FromArgMatches for ()
  • Added impl Args for ()
  • Added impl Subcommand for ()
  • Added impl FromArgMatches for Infallible
  • Added impl Subcommand for Infallible
Fixes
  • (derive) Update runtime error text to match clap

v4.5.46

Compare Source

Features
  • Expose StyledStr::push_str

v4.5.45

Compare Source

Fixes
  • (unstable-v5) ValueEnum variants now use the full doc comment, not summary, for PossibleValue::help

v4.5.44

Compare Source

Features
  • Add Command::mut_subcommands

v4.5.43

Compare Source

Fixes
  • (help) In long help, list Possible Values before defaults, rather than after, for a more consistent look

v4.5.42

Compare Source

Fixes
  • Include subcommand visible long aliases in --help

v4.5.41

Compare Source

Features
  • Add Styles::context and Styles::context_value to customize the styling of [default: value] like notes in the --help

v4.5.40

Compare Source

Features
  • Support quoted ids in arg!() macro (e.g. arg!("check-config": ...))

v4.5.39

Compare Source

Fixes
  • (help) Show short flag aliases before long
  • (help) Merge the short and long flag alias lists

v4.5.38

Compare Source

Fixes
  • (help) When showing aliases, include leading -- or -

v4.5.37

Compare Source

Features
  • Added ArgMatches::try_clear_id()

v4.5.36

Compare Source

Fixes
  • (help) Revert 4.5.35's "Don't leave space for shorts if there are none" for now

v4.5.35

Compare Source

Fixes
  • (help) Align positionals and flags when put in the same help_heading
  • (help) Don't leave space for shorts if there are none

v4.5.34

Compare Source

Fixes
  • (help) Don't add extra blank lines with flatten_help(true) and subcommands without arguments

v4.5.33

Compare Source

Fixes
  • (error) When showing the usage of a suggestion for an unknown argument, don't show the group

v4.5.32

Compare Source

Features
  • Add Error::remove
Documentation
  • (cookbook) Switch from humantime to jiff
  • (tutorial) Better cover required vs optional
Internal
  • Update pulldown-cmark

v4.5.31

Compare Source

Features
  • Add ValueParserFactory for Saturating<T>

v4.5.30

Compare Source

Fixes
  • (assert) Allow num_args(0..=1) to be used with SetTrue
  • (assert) Clean up rendering of takes_values assertions

v4.5.29

Compare Source

Fixes
  • Change ArgMatches::args_present so not-present flags are considered not-present (matching the documentation)

v4.5.28

Compare Source

Features
  • (derive) Unstable support for full markdown syntax for doc comments, enabled with unstable-markdown

v4.5.27

Compare Source

Documentation
  • Iterate on tutorials and reference based on feedback
Detegr/rust-ctrlc (ctrlc)

v3.5.2

Compare Source

v3.5.1

Compare Source

What's Changed

Full Changelog: Detegr/rust-ctrlc@3.5.0...3.5.1

v3.5.0

Compare Source

What's Changed

  • Implement unix with sem_(3) instead of pipes (dispatch_semaphore_() on apple where POSIX semaphores are broken-by-design) by @​nabijaczleweli in #​134
  • Bump windows-sys to 0.60 by @​dpaoliello in #​135
  • Bump windows-sys to 0.61

Apparently we broke compatibility with RedoxOS as well.

New Contributors

Full Changelog: Detegr/rust-ctrlc@3.4.7...3.5.0

v3.4.7

Compare Source

What's Changed

New Contributors

Full Changelog: Detegr/rust-ctrlc@3.4.6...3.4.7

v3.4.6

Compare Source

What's Changed

New Contributors

Full Changelog: Detegr/rust-ctrlc@3.4.5...3.4.6

rust-cli/env_logger (env_logger)

v0.11.11

Compare Source

Internal
  • Updated env_filter

v0.11.10

Compare Source

Internal
  • Update dependencies

v0.11.9

Compare Source

v0.11.8

Compare Source

Compatibility
  • (kv) Deprecate the unstable-kv feature which may be removed in a future patch release
Features
  • (kv) Stabilize key-value support behind the kv feature
  • Expose ConfigurableFormat to build custom [Builder::format]s that leverage this

v0.11.7

Compare Source

Internal
  • Replaced humantime with jiff
rust-lang/glob (glob)

v0.3.4

Compare Source

  • Cache filename for sorting in fill_todo (#​181)
  • Replace into_error method with impl Into (#​179)
  • Replace tempdir with tempfile (#​176)
  • Set the edition to 2021 (#​188)

v0.3.3

Compare Source

  • Optimize memory allocations (#​147)
  • Bump the MSRV to 1.63 (#​172)
  • Fix spelling in pattern documentation (#​164)
  • Fix version numbers and some formatting (#​157)
  • Style fixes (#​137)
sunng87/handlebars-rust (handlebars)

v6.4.3

Compare Source

  • [Fixed] Panic when using whitespace omission (~) on an else if
    chain tag, e.g. {{~else if cond}}. The leading tilde is now handled
    consistently with {{~else}} [#​766]
  • [Added] preserve_json_order feature flag that gates serde_json's
    preserve_order feature. Enabled by default to keep insertion-order key
    iteration; disable with default-features = false to restore alphabetical
    JSON object key ordering. [#​767]
  • [Changed] Drop the pprof dev-dependency (and its inferno /
    quick-xml transitive deps) from benchmarks. This removes the vulnerable
    quick-xml 0.26 transitive dependency ([#​764], [#​765]); the upgrade was
    blocked upstream because pprof pins inferno 0.11. Benchmarks now use
    plain criterion without in-repo flamegraph generation.

v6.4.2

Compare Source

  • [Fixed] Access to local variables like @key, @index, etc. in #with and
    partial block [#​758]
  • [Fixed] Preserve ordering when iterating an array context inside a partial
    that receives hash parameters [#​760]
  • [Changed] Enable serde_json preserve_order feature. JSON objects are now
    iterated in insertion order (matching Handlebars.js semantics) instead of
    alphabetical key order. This fixes index-key ordering for array contexts
    converted into objects by partial hash parameters (e.g. "10" no longer
    sorts before "2").

v6.4.1

Compare Source

  • [Fixed] Allow using @partial-block with block include and fallback template [#​752]

v6.4.0

Compare Source

  • [Fixed] Reimplement partial-block, fixed partial-block resolution issues [#​732]
  • [Added] recursive_lookup mode [#​730]

v6.3.2

Compare Source

  • [Fixed] Reimplementation of partial context [#​699]

v6.3.1

Compare Source

  • [Fixed] Regression of partial context [#​694]
BurntSushi/ripgrep (ignore)

v0.4.31

Compare Source

v0.4.30

Compare Source

v0.4.29

Compare Source

v0.4.28

Compare Source

v0.4.27

Compare Source

v0.4.26

Compare Source

v0.4.25

Compare Source

v0.4.24

Compare Source

mitsuhiko/insta (insta)

v1.48.0

Compare Source

  • Add strip_ansi_escape_codes setting which removes ANSI escape sequences
    (color codes, cursor movement, etc.) from snapshot content before comparison.
    Requires the filters feature. #​899 (@​pierluigilenoci)
  • Add opt-in support for YAML literal blocks for multiline strings in snapshot
    metadata fields such as description and expression. Set
    INSTA_YAML_BLOCK_STYLE=1 to enable. #​851 (@​ivov)
  • Setting CI=true normally makes cargo insta test behave as though --check
    was passed. Explicit snapshot handling options such as --accept now take
    precedence over this environment variable, allowing users to override this
    behavior if they want to. #​924
  • Fix cargo insta test --profile being forwarded to nextest as the nextest
    profile instead of the cargo build profile; it now translates to
    --cargo-profile for the nextest runner. Add --nextest-profile to select
    the nextest profile. #​910
  • Fix cargo insta pending-snapshots printing unusable \\?\-prefixed paths
    on Windows. The --snapshot filter now also accepts partial paths: any
    trailing path suffix of the snapshot file matches, so a bare
    --snapshot my_test.snap works. #​904
  • Accepting a binary snapshot no longer fails with os error 2 when its data
    file is missing (e.g. gitignored and not committed). #​914

v1.47.2

Compare Source

  • Restore Send + Sync on Settings, Redactions, and Redaction by
    reverting the Arc to Rc change from 1.47.0, which was semver-breaking.
    #​873 #​874
  • Add Send + Sync bounds to Comparator trait for consistency with
    Arc-based storage. #​872
  • Add compile-time assertion to prevent future auto-trait regressions.

v1.47.1

Compare Source

  • Revert sorting of sequences in sort_maps. The change in 1.47.0 sorted all
    Seq values (including Vec), not just non-deterministic collections like
    HashSet, which was a breaking change. #​876

v1.47.0

Compare Source

  • Add Comparator trait for customizing how snapshot values are compared. #​872 (@​dstu)
  • Sort sequences in sort_maps to fix non-deterministic HashSet snapshots. #​876
  • Improve TOML serialization error message for unsupported types, suggesting assert_json_snapshot! or assert_yaml_snapshot! as alternatives. #​880
  • Remove unnecessary Send + Sync bounds from Redaction, allowing non-Send closures in dynamic redactions. #​874
  • Don't use Arc in Settings unnecessarily. #​873 (@​dstu)
  • Upgrade console to 0.16 and MSRV to 1.66. #​885
  • Upgrade toml-edit to 0.25. #​882 (@​alexanderkjall)

v1.46.3

Compare Source

  • Fix inline escaped snapshots incorrectly stripping leading newlines when content contains control characters like carriage returns. The escaped format (used for snapshots with control chars) now correctly preserves the original content without stripping a non-existent formatting newline. #​865

v1.46.2

Compare Source

  • Fix inline snapshot corruption with carriage returns. The leading_space() function incorrectly treated \r as indentation, causing carriage returns to be stripped from snapshot content. #​866
  • Remove < 0.4.17 upper bound on globset dependency. #​864

v1.46.1

Compare Source

  • Fix inline snapshot corruption when multiple snapshots appear inside with_settings! macro. #​858

v1.46.0

Compare Source

  • Add INSTA_PENDING_DIR environment variable for Bazel and other hermetic build systems. When set, pending snapshots are written to a separate directory while keeping the source tree read-only. We are very open to feedback on this feature. #​852
  • Fix documentation for test.runner_fallback config key. #​853

v1.45.1

Compare Source

v1.45.0

Compare Source

  • Add external diff tool support via INSTA_DIFF_TOOL environment variable. When set, insta uses the specified tool (e.g., delta, difftastic) to display snapshot diffs instead of the built-in diff. The tool is invoked as <tool> <old_file> <new_file>. #​844
  • Add test.disable_nextest_doctest config option to insta.yaml, allowing users to silence the nextest doctest warning via config instead of passing --dnd every time. #​842
  • Skip non-insta snapshot files in unreferenced detection. Projects using both insta and other snapshot tools (like vitest or jest) can now use --unreferenced=reject without false positives on .snap files from other tools. #​846
  • Collect warnings from tests for display after run. Ensures deprecation warnings are visible even when nextest suppresses stdout/stderr from passing tests. #​840
  • Update TOML serialization to be up-to-date and backwards-compatible. #​834 (@​spoutn1k)
  • Support clippy::needless_raw_strings lint by only using raw strings when content contains backslashes or quotes. #​828

v1.44.3

Compare Source

  • Fix a regression in 1.44.2 where merge conflict detection was too aggressive, incorrectly flagging snapshot content containing ====== or similar patterns as conflicts. #​832
  • Fix a regression in 1.42.2 where inline snapshot updates would corrupt the file when code preceded the macro (e.g., let output = assert_snapshot!(...)). #​833

v1.44.2

Compare Source

  • Fix a rare backward compatibility issue where inline snapshots using an uncommon legacy format (single-line content stored in multiline raw strings) could fail to match after 1.44.0. #​830
  • Handle merge conflicts in snapshot files gracefully. When a snapshot file contains git merge conflict markers, insta now detects them and treats the snapshot as missing, allowing tests to continue and create a new pending snapshot for review. #​829
  • Skip nextest_doctest tests when cargo-nextest is not installed. #​826
  • Fix functional tests failing under nextest due to inherited NEXTEST_RUN_ID environment variable. #​824

v1.44.1

Compare Source

  • Add --dnd alias for --disable-nextest-doctest flag to make it easier to silence the deprecation warning. [#​82

Note

PR body was truncated to here.


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 is behind base branch, 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 requested a review from a team as a code owner August 3, 2026 08:33
@renovate renovate Bot added the type: chore label Aug 3, 2026
@renovate

renovate Bot commented Aug 3, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update artifacts 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: crates/tauri-cli/Cargo.toml
Artifact update for jsonschema resolved to version 0.49.3, which is a pending version that has not yet passed the Minimum Release Age threshold.
Renovate was attempting to update to 0.49.2
This is (likely) not a bug in Renovate, but due to the way your project pins dependencies, _and_ how Renovate calls your package manager to update them.
Until Renovate supports specifying an exact update to your package manager (https://github.com/renovatebot/renovate/issues/41624), it is recommended to directly pin your dependencies (with `rangeStrategy=pin` for apps, or `rangeStrategy=widen` for libraries)
See also: https://docs.renovatebot.com/dependency-pinning/
File name: crates/tauri-cli/Cargo.toml
Artifact update for ignore resolved to version 0.4.32, which is a pending version that has not yet passed the Minimum Release Age threshold.
Renovate was attempting to update to 0.4.31
This is (likely) not a bug in Renovate, but due to the way your project pins dependencies, _and_ how Renovate calls your package manager to update them.
Until Renovate supports specifying an exact update to your package manager (https://github.com/renovatebot/renovate/issues/41624), it is recommended to directly pin your dependencies (with `rangeStrategy=pin` for apps, or `rangeStrategy=widen` for libraries)
See also: https://docs.renovatebot.com/dependency-pinning/
File name: packages/cli/Cargo.toml
Artifact update for napi-derive resolved to version 3.6.2, which is a pending version that has not yet passed the Minimum Release Age threshold.
Renovate was attempting to update to 3.6.1
This is (likely) not a bug in Renovate, but due to the way your project pins dependencies, _and_ how Renovate calls your package manager to update them.
Until Renovate supports specifying an exact update to your package manager (https://github.com/renovatebot/renovate/issues/41624), it is recommended to directly pin your dependencies (with `rangeStrategy=pin` for apps, or `rangeStrategy=widen` for libraries)
See also: https://docs.renovatebot.com/dependency-pinning/

@socket-security

socket-security Bot commented Aug 3, 2026

Copy link
Copy Markdown

@socket-security

socket-security Bot commented Aug 3, 2026

Copy link
Copy Markdown

Warning

Review the following alerts detected in dependencies.

According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.

Action Severity Alert  (click "▶" to expand/collapse)
Warn High
Obfuscated code: cargo tokio is 90.0% likely obfuscated

Confidence: 0.90

Location: Package overview

From: Cargo.lockcargo/tokio@1.53.1

ℹ Read more on: This package | This alert | What is obfuscated code?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Packages should not obfuscate their code. Consider not using packages with obfuscated code.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore cargo/tokio@1.53.1. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

View full report

@github-actions

github-actions Bot commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

Package Changes Through 695bb36

There are 14 changes which include tauri with minor, tauri-cli with minor, @tauri-apps/cli with minor, tauri-runtime with minor, tauri-runtime-wry with minor, tauri-utils with minor, tauri-bundler with minor, tauri-build with minor, tauri-macos-sign with minor, tauri-codegen with minor, tauri-macros with minor, tauri-plugin with minor, tauri-driver with minor, @tauri-apps/api with minor

Planned Package Versions

The following package releases are the planned based on the context of changes in this pull request.

package current next
@tauri-apps/api 2.11.1 2.12.0
tauri-utils 2.9.3 2.10.0
tauri-macos-sign 2.3.4 2.4.0
tauri-bundler 2.9.4 2.10.0
tauri-runtime 2.11.3 2.12.0
tauri-runtime-wry 2.11.4 2.12.0
tauri-codegen 2.6.3 2.7.0
tauri-macros 2.6.3 2.7.0
tauri-plugin 2.6.3 2.7.0
tauri-build 2.6.3 2.7.0
tauri 2.11.5 2.12.0
@tauri-apps/cli 2.11.4 2.12.0
tauri-cli 2.11.4 2.12.0
tauri-driver 2.0.6 2.1.0

Add another change file through the GitHub UI by following this link.


Read about change files or the docs at github.com/jbolda/covector

@renovate
renovate Bot force-pushed the renovate/cli-packages branch from 0a226e8 to 695bb36 Compare August 3, 2026 21:17
@renovate renovate Bot changed the title chore(deps): update cli packages chore(deps): update cli packages - autoclosed Aug 4, 2026
@renovate renovate Bot closed this Aug 4, 2026
@renovate
renovate Bot deleted the renovate/cli-packages branch August 4, 2026 07:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants