chore(deps): update cli packages - autoclosed - #15809
Conversation
|
|
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.
|
Package Changes Through 695bb36There 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 VersionsThe following package releases are the planned based on the context of changes in this pull request.
Add another change file through the GitHub UI by following this link. Read about change files or the docs at github.com/jbolda/covector |
e88ff07 to
0a226e8
Compare
0a226e8 to
695bb36
Compare
This PR contains the following updates:
3.7.2→3.8.2^24.11.0→^24.13.30.8→0.8.90.22→0.23.04→4.6.54→4.6.83→3.1.10.2→0.2.83→3.5.21.0→1.1.11→1.0.50.11→0.11.110.3→0.3.46→6.4.30.4→0.4.310.4.320.25→0.25.100.7→0.7.41→1.48.04→4.2.00.4→0.4.10.49→0.49.20.49.4(+1)0.2→0.2.1890.6→0.6.130.4.21→0.4.330.3→0.3.42→2.8.30.9→0.9.13.9.4→3.12.02→2.4.03.5.7→3.6.13.6.28→8.2.00.39→0.39.10.40.03→3.15.01→1.2.31→1.10.01→1.4.10.10→0.10.21.10→1.12.01→1.13.11→1.0.281→1.0.2291→1.0.1511→1.1.13→3.27.02→2.0.191→1.53.11→1.1.40.25→0.25.133→3.3.02→2.5.81→1.24.0^4.1.0→^4.1.102→2.5.08→8.0.50.61→0.61.28→8.6.0Release Notes
napi-rs/napi-rs (@napi-rs/cli)
v3.8.2Compare Source
v3.8.1Compare Source
v3.8.0Compare Source
v3.7.4Compare Source
v3.7.3Compare Source
tokio-rs/axum (axum)
v0.8.9Compare Source
WebSocketUpgrade::{requested_protocols, set_selected_protocol}for more flexible subprotocol selection (#3597)v0.8.8: axum v0.8.8Compare Source
Router::route_layer(#3567)v0.8.7: axum v0.8.7Compare Source
Send/Syncbounds onRouterAsService,RouterIntoService(#3555)v0.8.6Compare Source
v0.8.5: axum v0.8.5Compare Source
OptionalFromRequestforMultipart(#3220)Location::{status_code, location}middleware::ResponseAxumBodyLayerfor mapping response body toaxum::body::Body(#3469)impl FusedStream for WebSocket(#3443)ssemodule andSsetype no longer depend on thetokiofeature (#3154)Redirects constructors is not a valid header value, instead of panicking on construction, theIntoResponseimpl now returns an HTTP 500, just likeJsondoes when serialization fails (#3377)marshallpierce/rust-base64 (base64)
v0.23.0Compare Source
simd-unsafefeature:Simdpicks the bestinstruction set at runtime (AVX2 on
x86_64, NEON onaarch64) and falls back to the scalarGeneralPurposeengine, whileAvx2andNeontarget one instruction set with no runtimedetection and work in
no_std. The engines support the standard and URL-safe alphabets.clap-rs/clap (clap)
v4.6.5Compare Source
v4.6.4Compare Source
Internal
v4.6.3Compare Source
Fixes
"literal".function()as attribute valuesv4.6.2Compare Source
Fixes
aliaswhen there is only onev4.6.1Compare Source
Fixes
v4.6.0Compare Source
Compatibility
v4.5.61Compare Source
Internal
v4.5.60Compare Source
Fixes
v4.5.59Compare Source
Fixes
Command::ignore_errorsno longer masks help/version on subcommandsv4.5.58Compare Source
v4.5.57Compare Source
Fixes
.value_terminator("--")caused problems with an argument with.last(true)v4.5.56Compare Source
Fixes
v4.5.55Compare Source
Fixes
value_terminator("--")and escapes (--) where./foo -- barmeans the first arg is empty, rather than escaping future argsv4.5.54Compare Source
Fixes
[default]to its own paragraph whenPossibleValue::helpis present in--helpv4.5.53Compare Source
Features
default_values_if,default_values_ifsv4.5.52Compare Source
Fixes
args_conflicts_with_subcommandsconflicts with anArgGroupv4.5.51Compare Source
Fixes
ArgAction::Countv4.5.50Compare Source
Features
CowwhereStringand&strare acceptedv4.5.49Compare Source
Fixes
v4.5.48Compare Source
Documentation
typed_derivecookbook entryv4.5.47Compare Source
Features
impl FromArgMatches for ()impl Args for ()impl Subcommand for ()impl FromArgMatches for Infallibleimpl Subcommand for InfallibleFixes
clapv4.5.46Compare Source
Features
StyledStr::push_strv4.5.45Compare Source
Fixes
ValueEnumvariants now use the full doc comment, not summary, forPossibleValue::helpv4.5.44Compare Source
Features
Command::mut_subcommandsv4.5.43Compare Source
Fixes
v4.5.42Compare Source
Fixes
--helpv4.5.41Compare Source
Features
Styles::contextandStyles::context_valueto customize the styling of[default: value]like notes in the--helpv4.5.40Compare Source
Features
arg!()macro (e.g.arg!("check-config": ...))v4.5.39Compare Source
Fixes
v4.5.38Compare Source
Fixes
--or-v4.5.37Compare Source
Features
ArgMatches::try_clear_id()v4.5.36Compare Source
Fixes
v4.5.35Compare Source
Fixes
help_headingv4.5.34Compare Source
Fixes
flatten_help(true)and subcommands without argumentsv4.5.33Compare Source
Fixes
v4.5.32Compare Source
Features
Error::removeDocumentation
humantimetojiffInternal
pulldown-cmarkv4.5.31Compare Source
Features
ValueParserFactoryforSaturating<T>v4.5.30Compare Source
Fixes
num_args(0..=1)to be used withSetTruetakes_valuesassertionsv4.5.29Compare Source
Fixes
ArgMatches::args_presentso not-present flags are considered not-present (matching the documentation)v4.5.28Compare Source
Features
unstable-markdownv4.5.27Compare Source
Documentation
Detegr/rust-ctrlc (ctrlc)
v3.5.2Compare Source
v3.5.1Compare Source
What's Changed
dispatch2by @madsmtm in #140Full Changelog: Detegr/rust-ctrlc@3.5.0...3.5.1
v3.5.0Compare Source
What's Changed
Apparently we broke compatibility with RedoxOS as well.
New Contributors
Full Changelog: Detegr/rust-ctrlc@3.4.7...3.5.0
v3.4.7Compare Source
What's Changed
New Contributors
Full Changelog: Detegr/rust-ctrlc@3.4.6...3.4.7
v3.4.6Compare 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.11Compare Source
Internal
env_filterv0.11.10Compare Source
Internal
v0.11.9Compare Source
v0.11.8Compare Source
Compatibility
unstable-kvfeature which may be removed in a future patch releaseFeatures
kvfeatureConfigurableFormatto build custom [Builder::format]s that leverage thisv0.11.7Compare Source
Internal
humantimewithjiffrust-lang/glob (glob)
v0.3.4Compare Source
fill_todo(#181)into_errormethod withimpl Into(#179)v0.3.3Compare Source
sunng87/handlebars-rust (handlebars)
v6.4.3Compare Source
~) on anelse ifchain tag, e.g.
{{~else if cond}}. The leading tilde is now handledconsistently with
{{~else}}[#766]preserve_json_orderfeature flag that gatesserde_json'spreserve_orderfeature. Enabled by default to keep insertion-order keyiteration; disable with
default-features = falseto restore alphabeticalJSON object key ordering. [#767]
pprofdev-dependency (and itsinferno/quick-xmltransitive deps) from benchmarks. This removes the vulnerablequick-xml0.26 transitive dependency ([#764], [#765]); the upgrade wasblocked upstream because
pprofpinsinferno0.11. Benchmarks now useplain criterion without in-repo flamegraph generation.
v6.4.2Compare Source
@key,@index, etc. in#withandpartial block [#758]
that receives hash parameters [#760]
preserve_orderfeature. JSON objects are nowiterated 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 longersorts before
"2").v6.4.1Compare Source
@partial-blockwith block include and fallback template [#752]v6.4.0Compare Source
recursive_lookupmode [#730]v6.3.2Compare Source
v6.3.1Compare Source
BurntSushi/ripgrep (ignore)
v0.4.31Compare Source
v0.4.30Compare Source
v0.4.29Compare Source
v0.4.28Compare Source
v0.4.27Compare Source
v0.4.26Compare Source
v0.4.25Compare Source
v0.4.24Compare Source
mitsuhiko/insta (insta)
v1.48.0Compare Source
strip_ansi_escape_codessetting which removes ANSI escape sequences(color codes, cursor movement, etc.) from snapshot content before comparison.
Requires the
filtersfeature. #899 (@pierluigilenoci)metadata fields such as
descriptionandexpression. SetINSTA_YAML_BLOCK_STYLE=1to enable. #851 (@ivov)CI=truenormally makescargo insta testbehave as though--checkwas passed. Explicit snapshot handling options such as
--acceptnow takeprecedence over this environment variable, allowing users to override this
behavior if they want to. #924
cargo insta test --profilebeing forwarded to nextest as the nextestprofile instead of the cargo build profile; it now translates to
--cargo-profilefor the nextest runner. Add--nextest-profileto selectthe nextest profile. #910
cargo insta pending-snapshotsprinting unusable\\?\-prefixed pathson Windows. The
--snapshotfilter now also accepts partial paths: anytrailing path suffix of the snapshot file matches, so a bare
--snapshot my_test.snapworks. #904os error 2when its datafile is missing (e.g. gitignored and not committed). #914
v1.47.2Compare Source
Send + SynconSettings,Redactions, andRedactionbyreverting the
ArctoRcchange from 1.47.0, which was semver-breaking.#873 #874
Send + Syncbounds toComparatortrait for consistency withArc-based storage. #872v1.47.1Compare Source
sort_maps. The change in 1.47.0 sorted allSeqvalues (includingVec), not just non-deterministic collections likeHashSet, which was a breaking change. #876v1.47.0Compare Source
Comparatortrait for customizing how snapshot values are compared. #872 (@dstu)sort_mapsto fix non-deterministicHashSetsnapshots. #876assert_json_snapshot!orassert_yaml_snapshot!as alternatives. #880Send + Syncbounds fromRedaction, allowing non-Sendclosures in dynamic redactions. #874ArcinSettingsunnecessarily. #873 (@dstu)consoleto 0.16 and MSRV to 1.66. #885toml-editto 0.25. #882 (@alexanderkjall)v1.46.3Compare Source
v1.46.2Compare Source
leading_space()function incorrectly treated\ras indentation, causing carriage returns to be stripped from snapshot content. #866< 0.4.17upper bound on globset dependency. #864v1.46.1Compare Source
with_settings!macro. #858v1.46.0Compare Source
INSTA_PENDING_DIRenvironment 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. #852test.runner_fallbackconfig key. #853v1.45.1Compare Source
v1.45.0Compare Source
INSTA_DIFF_TOOLenvironment 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>. #844test.disable_nextest_doctestconfig option toinsta.yaml, allowing users to silence the nextest doctest warning via config instead of passing--dndevery time. #842--unreferenced=rejectwithout false positives on.snapfiles from other tools. #846clippy::needless_raw_stringslint by only using raw strings when content contains backslashes or quotes. #828v1.44.3Compare Source
======or similar patterns as conflicts. #832let output = assert_snapshot!(...)). #833v1.44.2Compare Source
NEXTEST_RUN_IDenvironment variable. #824v1.44.1Compare Source
--dndalias for--disable-nextest-doctestflag to make it easier to silence the deprecation warning. [#82Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.