-
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(deps): update bump minor versions (minor) #128
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/bump-minor-versions
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #128 +/- ##
==========================================
+ Coverage 74.50% 74.55% +0.05%
==========================================
Files 37 37
Lines 957 959 +2
==========================================
+ Hits 713 715 +2
Misses 244 244 ☔ View full report in Codecov by Sentry. |
57b93fc
to
8fa6836
Compare
b95f324
to
2a189e2
Compare
bcc70b5
to
9e6e32a
Compare
9e6e32a
to
c428f5e
Compare
c428f5e
to
3ead0f3
Compare
5dc2765
to
1235198
Compare
1235198
to
e51a7b8
Compare
c89789e
to
5e49ca0
Compare
5e49ca0
to
6d00e90
Compare
6d00e90
to
07a775e
Compare
07a775e
to
8393aba
Compare
8393aba
to
2905c52
Compare
2905c52
to
11d51b2
Compare
11d51b2
to
da40272
Compare
802e1c5
to
7e60059
Compare
9d8b9a2
to
42775fc
Compare
92e6f88
to
6812ea4
Compare
d09aba3
to
dd64e7d
Compare
ba588c8
to
588e6ca
Compare
55c47fc
to
10a7187
Compare
10a7187
to
d030645
Compare
c6e50ae
to
49dd989
Compare
e281d48
to
ab29eeb
Compare
6e33ce8
to
3e4647c
Compare
4d311cb
to
4ed0a78
Compare
153068f
to
1bcb3ab
Compare
9e68309
to
beaef72
Compare
beaef72
to
0d268bb
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.21
->0.22
4.2.2
->4.5.29
2.0.1
->2.2.3
0.6
->0.7
8.00.1
->8.12.1
8.00.1
->8.12.1
0.10
->0.11
0.10
->0.11
1.26.0
->1.42.1
0.32
->0.34
0.32
->0.34
3.0.3
->3.1.3
1.3.0
->1.4.1
0.17
->0.24
3.5.0
->3.16.0
1.24.2
->1.43.0
0.5
->0.6
Release Notes
marshallpierce/rust-base64 (base64)
v0.22.1
Compare Source
alphabet::BIN_HEX
.v0.22.0
Compare Source
DecodeSliceError::OutputSliceTooSmall
is now conservative rather than precise. That is, the error will only occur if the decoded output cannot fit, meaning thatEngine::decode_slice
can now be used with exactly-sized output slices. As part of this,Engine::internal_decode
now returnsDecodeSliceError
instead ofDecodeError
, but that is not expected to affect any external callers.DecodeError::InvalidLength
now refers specifically to the number of valid symbols being invalid (i.e.len % 4 == 1
), rather than just the number of input bytes. This avoids confusing scenarios when based on interpretation you could make a case for eitherInvalidLength
orInvalidByte
being appropriate.v0.21.7
Compare Source
Alphabet::as_str()
v0.21.6
Compare Source
v0.21.5
Compare Source
Debug
andClone
impls for the general purpose Enginev0.21.4
Compare Source
encoded_len
const
, allowing the creation of arrays sized to encode compile-time-known data lengthsv0.21.3
Compare Source
source
instead ofcause
on Error typesv0.21.2
Compare Source
v0.21.1
Compare Source
DecoderReader
no longer sometimes erroneously ignorespadding #226
Breaking changes
Engine.internal_decode
return type changedclap-rs/clap (clap)
v4.5.29
Compare Source
Fixes
ArgMatches::args_present
so not-present flags are considered not-present (matching the documentation)v4.5.28
Compare Source
Features
unstable-markdown
v4.5.27
Compare Source
Documentation
v4.5.26
Compare Source
Fixes
suggestions
featurev4.5.25
Compare Source
Fixes
v4.5.24
Compare Source
Fixes
ignore_errors(true)
and when a suggestion is provided for an unknown argumentv4.5.23
Compare Source
Fixes
allow_negative_numbers
, allowE
againv4.5.22
Compare Source
Fixes
v4.5.21
Compare Source
Fixes
ignore_errors(true)
v4.5.20
Compare Source
Features
CommandExt
v4.5.19
Compare Source
Internal
v4.5.18
Compare Source
Features
Arg::get_display_order
andCommand::get_display_order
v4.5.17
Compare Source
Fixes
v4.5.16
Compare Source
Fixes
derive
feature is missingv4.5.15
Compare Source
Compatiblity
Arg::remove
changed return typesFixes
Arg::remove
return the removed itemv4.5.14
Compare Source
Features
Arg::add
for attaching arbitrary state, like completion hints, toArg
withoutArg
knowing about itv4.5.13
Compare Source
Fixes
#[flatten]
ing an optional#[group(skip)]
v4.5.12
Compare Source
v4.5.11
Compare Source
v4.5.10
Compare Source
v4.5.9
Compare Source
Fixes
v4.5.8
Compare Source
Fixes
v4.5.7
Compare Source
Fixes
num_args
v4.5.6
Compare Source
v4.5.5
Compare Source
Fixes
exclusive
to overriderequired_unless_present
,required_unless_present_any
,required_unless_present_all
v4.5.4
Compare Source
Fixes
#[arg(id)]
attributes againv4.5.3
Compare Source
Internal
heck
v4.5.2
Compare Source
Fixes
ArgMatches::args_present
so not-present flags are considered not-present (matching the documentation)v4.5.1
Compare Source
Internal
v4.5.0
Compare Source
Compatibility
v4.4.18
Compare Source
Fixes
usage
feature, ensure the list of required arguments is uniquev4.4.17
Compare Source
Fixes
panic!
when mixingargs_conflicts_with_subcommands
withArgGroup
(which is implicit withderive
) introduced in 4.4.15v4.4.16
Compare Source
Fixes
v4.4.15
Compare Source
Fixes
args_conflicts_with_subcommands
args_conflicts_with_subcommands
when using subcommand short and long flagsv4.4.14
Compare Source
Documentation
find
cookbook entry to allow repeats of flags/optionsFeatures
num_args(0)
on options which allows making them emulate being a flag for position-tracking flagsv4.4.13
Compare Source
Documentation
v4.4.12
Compare Source
Performance
TypedValueParser
for possible values if neededv4.4.11
Compare Source
Features
Command::mut_group
v4.4.10
Compare Source
Documentation
v4.4.9
Compare Source
Fixes
Command::about
under flattened headingshide
when flattening subcommandsv4.4.8
Compare Source
Features
Command::flatten_help
to allowgit stash -h
like help for subcommandsv4.4.7
Compare Source
Performance
v4.4.6
Compare Source
Internal
anstream
v4.4.5
Compare Source
Fixes
name
orlong_flag
, allow ambiguous-looking matches that unambiguously map back to the same commandlong_flag
, don't panicv4.4.4
Compare Source
Internal
terminal_size
to 0.3v4.4.3
Compare Source
Documentation
v4.4.2
Compare Source
Performance
once_cell
dependencyv4.4.1
Compare Source
Fixes
usage
feature, ensure the list of required arguments is uniquev4.4.0
Compare Source
compatibility
v4.3.24
Compare Source
Fixes
--help
with custom templatesv4.3.23
Compare Source
Fixes
UnknownArgumentValueParser
to not error on flag's absencev4.3.22
Compare Source
Features
UnknownArgumentValueParser
for injecting errors for improving the experience with errorsv4.3.21
Compare Source
Features
TryMapValueParser
so the type can be namedv4.3.20
Compare Source
Features
Command::mut_args
for modifying all arguments en massev4.3.19
Compare Source
Fixes
value_terminator
even in the presence of later multiple-value positional argumentsv4.3.18
Compare Source
Fixes
--
in fewer places where it won't workv4.3.17
Compare Source
Fixes
PossibleValue
descriptions in--help
v4.3.16
Compare Source
Fixes
v4.3.15
Compare Source
Features
anstyle
Documentation
v4.3.14
Compare Source
Features
ArgAction::HelpShort
andArgAction::HelpLong
for explicitly specifying which style of help to displayFixes
[OPTIONS]
in usage if a help or versionArgAction
is usedv4.3.13
Compare Source
v4.3.12
Compare Source
Fixes
v4.3.11
Compare Source
Features
num::Wrapping
,Box
, orArc
Box<str>
,Box<OsStr>
, andBox<Path>
v4.3.10
Compare Source
Performance
v4.3.9
Compare Source
Fixes
Command::ignore_errors
no longer masks help/versionv4.3.8
Compare Source
Fixes
infer_long_arg
, rather than arbitrarily picking one, matching the documentation and subcommand's behaviorv4.3.7
Compare Source
Documentation
v4.3.6
Compare Source
Documentation
clio
v4.3.5
Compare Source
ColorChoice::possible_values
is added to simplify things for builder usersFixes
ColorChoice::to_possible_value
no longer includes descriptions, encouraging shorter help where possiblev4.3.4
Compare Source
Features
Error::exit_code
v4.3.3
Compare Source
Features
Command::defer
for delayed initialization of subcommands to reduce startup times of large applications like denov4.3.2
Compare Source
Fixes
--help
with custom templatesv4.3.1
Compare Source
Fixes
value_terminator
even in the presence of later multiple-value positional argumentsv4.3.0
Compare Source
Fixes
last
assertionvalue_terminator
has higher precedence thanallow_hyphen_values
--help
v4.2.7
Compare Source
Fixes
ArgMatches
v4.2.6
Compare Source
Features
impl Eq<std::any::TypeId> for clap_builder::util::AnyValueId
v4.2.5
Compare Source
Fixes
v4.2.4
Compare Source
Documentation
Command::style
v4.2.3
Compare Source
Features
Command::styles
for theming help/errors (behindunstable-styles
)clap-rs/clap-verbosity-flag (clap-verbosity-flag)
v2.2.3
Compare Source
Features
DebugLevel
andTraceLevel
for exploratory programmingv2.2.2
Compare Source
Fixes
v2.2.1
Compare Source
Compatibility
v2.2.0
Compare Source
Compatibility
Features
is_present()
to see if one of the flags is present on the command-linev2.1.2
Compare Source
Fixes
v2.1.1
Compare Source
Fixes
-v
/-q
Documentation
LogLevel
traitv2.1.0
Compare Source
Compatibility
Features
Default
curl/curl-container (curlimages/curl)
v8.12.1
Compare Source
Changed
v8.12.0
Compare Source
Changed
v8.11.1
Compare Source
Changed
v8.11.0
Compare Source
Changed
v8.10.1
Compare Source
Changed
v8.10.0
Compare Source
Changed
v8.9.1
Compare Source
Changed
v8.9.0
Compare Source
Changed
v8.8.0
Compare Source
Changed
v8.7.1
Compare Source
Changed
v8.6.0
Compare Source
Changed
v8.5.0
Compare Source
Changed
v8.4.0
Compare Source
Changed
v8.3.0
Compare Source
[8.3.1] - 2023-09-13
Changed
v8.2.1
Compare Source
Changed
v8.2.0
Compare Source
Changed
v8.1.2
Changed
console-rs/dialoguer (dialoguer)
v0.11.0
Compare Source
Enhancements
dialoguer::Result
anddialoguer::Error
BasicHistory
implementation forHistory
FuzzySelect
Clone
Delete
key forFuzzySelect
Bug fixes
MultiSelect
checked and unchecked variants looking the same on WindowsInput
values that are invalid are now also stored inHistory
Input
when usingutf-8
charactersSelect
FuzzySelect
when using non-ASCII charactersBreaking
1.63.0
due to multiple dependencies on different platforms:rustix
,tempfile
,linux-raw-sys
Confirm::with_text
ColorfulTheme::inline_selections
mut self
instead of&mut self
Self
instead of&mut Self
self
instead of&self
dialoguer::Result
instead ofstd::io::Result
Validator
toInputValidator
Theme::format_fuzzy_select_prompt()
now takes a byte position instead of a cursor position in order to support UTF-8.v0.10.4
Compare Source
Enhancements
rust-cli/env_logger (env_logger)
v0.11.6
Compare Source
Features
v0.11.5
Compare Source
v0.11.4
Compare Source
v0.11.3
Compare Source
Features
unstable-kv
v0.11.2
Compare Source
v0.11.1
Compare Source
Fixes
Target::Pipe
v0.11.0
Compare Source
Migration Guide
env_logger::fmt::Style:
The bespoke styling API, behind
color
, was removed, in favor of accepting anyANSI styled string and adapting it to the target stream's capabilities.
Possible styling libraries include:
env_logger::fmt::style
custom_format.rs
uses
anstyle
viaFormatter::default_level_style
Breaking Change
env_logger::fmt::Formatter::style
env_logger::fmt::Formatter::default_styled_level
env_logger::fmt::Style
env_logger::fmt::Color
env_logger::fmt::StyledValue
env_logger::filter
in favor ofenv_filter
Compatibility
MSRV changed to 1.71
Features
NO_COLOR
andCLICOLOR_FORCE
, see https://bixense.com/clicolors/Fixes
is_test(true)
v0.10.2
Compare Source
Performance
Fixes
color
is disabledv0.10.1
Compare Source
Performance
Documentation
RUST_LOG
documentationmitsuhiko/insta (insta)
v1.42.1
Compare Source
--accept-unseen
. We've left an issueopen at #659 eliciting feedback on
whether anyone uses this for a few months. A warning will now be printed when
--accept-unseen
is used, and we'll eventually remove the feature unless weget some feedback that it's useful. #668
v1.42.0
Compare Source
snapshot_type: text
in their metadata. Forcontext, we originally added this in the prior release (1.41.0) to support
binary snapshots, but some folks disliked the diff noise on any snapshot
changes, and the maintainers' weighted votes favored reverting. I apologize
that this will cause some additional churn for those who used
cargo insta test --force-update-snapshots
to update their snapshots to the 1.41 format;running this again with 1.42 will remove those metadata entries. To confirm:
this doesn't affect whether snapshot tests pass or fail — the worst impact is
some additional diffs in metadata. #690
cargo-insta
before running tests. Instead, running a test will overwrite orremove its own pending snapshot. To remove all pending snapshots, use
cargo insta reject
or run tests with--unreferenced=delete
. #651insta::internals::SettingsBindDropGuard
(returned fromSettings::bind_to_scope
) no longer implementsSend
. This was incorrect andany tests relying on this behavior where not working properly. Fixes #694 in
#695 by @jalil-salame
v1.41.1
Compare Source
v1.41.0
Compare Source
Experimental support for binary snapshots. #610 (Florian Plattner)
--force-update-snapshots
now causescargo-insta
to write every snapshot, regardless of whethersnapshots fully match, and now implies
--accept
. Thisallows for
--force-update-snapshots
to update inline snapshots'delimiters and indentation.
For the previous behavior of
--force-update-snapshots
, which limited writes tosnapshots which didn't fully match, use
--require-full-match
.The main difference between
--require-full-match
and the existing behavior of--force-update-snapshots
is a non-zero exit code on any snapshots which don't fully match.
Like the previous behavior of
--force-update-snapshots
,--require-full-match
doesn't track inline snapshots' delimiters or
indentation, so can't update if those don't match. #644
Inline snapshots only use
#
characters as delimiters when required. #603Warnings for undiscovered snapshots are more robust, and include files with
custom snapshot extensions. #637
Insta runs correctly on packages which reference rust files in a parent path. #626
Warnings are printed when any snapshot uses a legacy format. #599
cargo insta --version
now prints a version. #665insta
now internally usesINSTA_UPDATE=force
rather thanINSTA_FORCE_UPDATE=1
. (This doesn't affect users ofcargo-insta
, whichhandles this internally.) #482
cargo-insta
's integration tests continue to grow over the past couple of versions,and now offer coverage of most of
cargo-insta
's interface.v1.40.0
Compare Source
cargo-insta
no longer panics when runningcargo insta test --accept --workspace
on a workspace with a default crate. #532
MSRV for
insta
has been raised to 1.60, and forcargo-insta
to 1.64.Added support for compact debug snapshots (
assert_compact_debug_snapshot
). #514Deprecate
--no-force-pass
incargo-insta
. The--check
option covers thesame functionality and has a clearer name. #513
Inline snapshots now use the required number of
#
s to escape the snapshotvalue, rather than always using
###
. This allows snapshotting values whichthemselves contain
###
. If there are no existing#
characters in thesnapshot value, a single
#
will be used. #540Inline snapshots can now be updated with
--force-update-snapshots
. #569cargo insta test
accepts multiple--exclude
flags. #520test
runner
in insta's yaml config works. #544Print a warning when encountering old snapshot formats. #503
Group the options in
cargo insta --help
, upgrade toclap
fromstructopt
. #518No longer suggest running
cargo insta
message when runningcargo insta test --check
. #515Print a clearer error message when accepting a snapshot that was removed. #516
Mark
require-full-match
as experimental, given some corner-cases are currently difficult to manage. #497Add a new integration test approach for
cargo-insta
and a set of integration tests. #537Enable Filters to be created from
IntoIterator
types, rather than justVec
s. #570Implemented total sort order for an internal
Key
type correctly. This prevents potentialcrashes introduced by the new sort algorithm in Rust 1.81. #586
v1.39.0
Compare Source
Fixed a bug in
require_full_match
. #485Fixed a bug that caused snapshot and module names to sometimes be inaccurate. #483
Insta will no longer error when attempting to remove snapshots that were already removed. #484
Added support for trailing commas in inline snapshots. #472
Don't pass
--color
in all cases tolibtest
any more to work around limitationswith custom test harnesses. #491
v1.38.0
Compare Source
Filters
is now constructible fromIntoIterator
. #400Change
std
macro calls to be fully qualified. This fixes issues wherethe prelude was not used or the macros were overridden. #469
v1.37.0
Compare Source
All macros for file snapshots should now handle trailing commas (but not yet inline snapshots)
Vendored old
yaml-rust
dependency to avoid rustsec warnings. #465v1.36.1
Compare Source
v1.36.0
Compare Source
Deprecate
INSTA_FORCE_UPDATE_SNAPSHOTS
env-var forINSTA_FORCE_UPDATE
.The latter was documented, the former was implemented. #449
Add
require_full_match
option. #448Deprecate
assert_display_snapshot!
. #385v1.35.1
Compare Source
v1.35.0
Compare Source
.config
was in the root.match .. { ... }
syntax to redactions for betterrustfmt
support. (#428)--package
parameter can be supplied multiple times now. (#427)inline snapshots that were never able to match. (#444)
cargo insta test
now accepts the--test
parameter multiple times. (#437)v1.34.0
Compare Source
cargo-insta
into a workspace. (#410)--manifest-path
with regards to virtual workspaces. (#409)v1.33.0
Compare Source
--all-targets
parameter support tocargo insta test
. (#408)v1.32.0
Compare Source
--profile
parameter support tocargo insta test
.v1.31.0
Compare Source
cargo insta test
not to report test failures.needless_raw_string_hashes
clippy lint on inline snapshots. (#390)v1.30.0
Compare Source
input_file
not to be written into thesnapshots. (#386)
--accept
even if a test outsideinsta fails. (#358)
#[must_use]
.--color=...
to libtest to propagate color choices in more situations. (#375)v1.29.0
Compare Source
rendered to the terminal width).
--exclude
option tocargo insta test
. (#360)color
option from aCARGO_TERM_COLOR
environment variable (#361)v1.28.0
Compare Source
allow_duplicates!
to enable multiple assertions for asingle snapshot. (#346)
rustfmt
use unix newlines.glob!
to set a different basepath. (#347)
rounded_redaction
to truncate floating point values. (#350)mitsuhiko/minijinja (minijinja)
v0.34.0
Compare Source
Updated
self_cell
andpercent-encoding
dependencies. (#264)Added
Template::render_block
andTemplate::render_block_to_write
whichallows rendering a single block in isolation. (#262)
v0.33.0
Compare Source
Syntax::compile
method.undeclared_variables
methods toTemplate
andExpression
. (#250)assert-rs/predicates-rs (predicates)
v3.1.3
Compare Source
Features
boxed
function is now available for predicates with anItem
type thatis not
Sized
.v3.1.2
Compare Source
v3.1.0
Compare Source
Compatibility
Internals
itertools
v3.0.4
Compare Source
Compatibility
Internal
itertools
to 0.11rust-pretty-assertions/rust-pretty-assertions (pretty_assertions)
v1.4.1
[Compare Sou
Configuration
📅 Schedule: 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.
This PR was generated by Mend Renovate. View the repository job log.