chore(deps): update rust crate insta to v1.43.0 #274
Merged
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:
1.42.0
->1.43.0
Release Notes
mitsuhiko/insta (insta)
v1.43.0
Compare Source
cargo insta review
:A
to accept all,R
to reject all, andS
to skip all remaining snapshots.#745
--unreferenced=auto
(or other relevant values) no longer cleans up pendingsnapshots. A bug where
cargo insta test --unreferenced=auto
wouldincorrectly pass on new pending snapshots has been fixed.
cargo-nextest
bin withINSTA_CARGO_NEXTEST_BIN
. #721 (Louis Fruleux)INSTA_WORKSPACE_ROOT
at compile time. This is useful for reproducible binariesso they don't contain references to
CARGO_MANIFEST_DIR
. #726 (Pascal Bach)linked-hash-map
andpin-project
dependencies. #742, #741, #738cargo insta review
fails with a helpful error message when run in a non-TTY environment.v1.42.2
Compare Source
unseen
option in CLI, as it's pending deprecation. #732\t
and\x1b
(ANSI color escape) from causing snapshots to be escaped. #715allow_duplicates! { .. }
. #712v1.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
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 becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.