Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 25, 2025

This PR contains the following updates:

Package Type Update Change
insta (source) dev-dependencies minor 1.42.0 -> 1.43.0

Release Notes

mitsuhiko/insta (insta)

v1.43.0

Compare Source

  • Add uppercase keyboard shortcuts for bulk operations in cargo insta review:
    A to accept all, R to reject all, and S to skip all remaining snapshots.
    #​745
  • --unreferenced=auto (or other relevant values) no longer cleans up pending
    snapshots. A bug where cargo insta test --unreferenced=auto would
    incorrectly pass on new pending snapshots has been fixed.
  • Support specifying cargo-nextest bin with INSTA_CARGO_NEXTEST_BIN. #​721 (Louis Fruleux)
  • Allow setting INSTA_WORKSPACE_ROOT at compile time. This is useful for reproducible binaries
    so they don't contain references to CARGO_MANIFEST_DIR. #​726 (Pascal Bach)
  • Qualify all references in macros to avoid name clashes. #​729 (Austin Schey)
  • Remove linked-hash-map and pin-project dependencies. #​742, #​741, #​738
  • cargo insta review fails with a helpful error message when run in a non-TTY environment.

v1.42.2

Compare Source

  • Support other indention characters than spaces in inline snapshots. #​679
  • Fix an issue where multiple targets with the same root would cause too many pending snapshots to be reported. #​730
  • Hide unseen option in CLI, as it's pending deprecation. #​732
  • Stop \t and \x1b (ANSI color escape) from causing snapshots to be escaped. #​715
  • Improved handling of inline snapshots within allow_duplicates! { .. }. #​712

v1.42.1

Compare Source

  • Improved handling of control characters in inline snapshots. #​713
  • Add pending deprecation warning for --accept-unseen. We've left an issue
    open 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 we
    get 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@Kobzol Kobzol added this pull request to the merge queue Apr 26, 2025
Merged via the queue into main with commit b1981d5 Apr 26, 2025
2 checks passed
@Kobzol Kobzol deleted the renovate/insta-1.x-lockfile branch April 26, 2025 07:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant