chore(deps): update rust crate insta to v1.44.1
This MR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| insta (source) | dev-dependencies | minor |
=1.43.2 -> =1.44.1
|
Release Notes
mitsuhiko/insta (insta)
v1.44.1
- Add
--dndalias for--disable-nextest-doctestflag to make it easier to silence the deprecation warning. #822 - Update cargo-dist to 0.30.2 and fix Windows runner to use windows-2022. #821
v1.44.0
- Added non-interactive snapshot review and reject modes for use in non-TTY environments
(LLMs, CI pipelines, scripts).
cargo insta review --snapshot <path>andcargo insta reject --snapshot <path>now work without a terminal. Enhancedpending-snapshotsoutput with usage instructions and workspace-relative paths. #815 - Add
--disable-nextest-doctestflag tocargo insta testto disable running doctests with nextest. Shows a deprecation warning when nextest is used with doctests without this flag, to preparecargo instato no longer run a separate doctest process when using nextest in the future. #803 - Add ergonomic
--test-runner-fallback/--no-test-runner-fallbackflags tocargo insta test. #811 - Apply redactions to snapshot metadata. #813
- Remove confusing 'previously unseen snapshot' message. #812
- Speed up JSON float rendering. #806 (@nyurik)
- Allow globset version up to 0.4.16. #810 (@g0hl1n)
- Improve documentation. #814 (@tshepang)
- We no longer trim starting newlines during assertions, which allows asserting
the number of leading newlines match. Existing assertions with different
leading newlines will pass and print a warning suggesting running with
--force-update-snapshots. They may fail in the future. (Note that we still currently allow differing trailing newlines, though may adjust this in the future). #563
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.
Edited by Mathieu Arnold