Skip to content
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

Bump insta from 1.12.0 to 1.30.0 #722

Merged
merged 4 commits into from
Sep 18, 2023
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 26, 2023

Bumps insta from 1.12.0 to 1.30.0.

Changelog

Sourced from insta's changelog.

1.30.0

  • Resolved a bug on Windows that caused input_file not to be written into the snapshots. (#386)
  • Snapshots are accepted when running with --accept even if a test outside insta fails. (#358)
  • Mark settings drop guard as #[must_use].
  • Write inline snapshots with atomic rename to avoid some rare races. (#373)
  • Pass --color=... to libtest to propagate color choices in more situations. (#375)

1.29.0

  • Fixed a rendering bug with snapshot display (lines were not rendered to the terminal width).
  • Added --exclude option to cargo insta test. (#360)
  • Inherit color option from a CARGO_TERM_COLOR environment variable (#361)

1.28.0

  • Added allow_duplicates! to enable multiple assertions for a single snapshot. (#346)
  • Ensure that expressions formatted with rustfmt use unix newlines.
  • Added a way to disable diffing in review. (#348)
  • Added three argument version of glob! to set a different base path. (#347)
  • Added rounded_redaction to truncate floating point values. (#350)

1.27.0

  • Fix an issue where the inline snapshot patcher could panic in certain situations. (#341)
  • cargo insta test now correctly detects CI environments like cargo test does. In that case it will by fail rather than create snapshot update files. (#345)
  • Added cargo insta test --check to force check runs. (#345)

1.26.0

  • Make canonicalization in glob! optional to better support WASI.

1.25.0

  • Added a way to disable the undiscoverable snapshots warning. By setting the review.warn_undiscovered config key to false a warning is never printed. (#334)
  • Force updating snapshots will now not overwrite files that did not change. This improves the behavior for situations if that behavior is preferred as a default choice. (#335)

1.24.1

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jun 26, 2023
Bumps [insta](https://github.com/mitsuhiko/insta) from 1.12.0 to 1.30.0.
- [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mitsuhiko/insta/commits/1.30.0)

---
updated-dependencies:
- dependency-name: insta
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/insta-1.30.0 branch from 35f2d55 to a254a15 Compare July 6, 2023 10:46
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 17, 2023

A newer version of insta exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

@codecov
Copy link

codecov bot commented Sep 16, 2023

Codecov Report

Patch coverage has no change and project coverage change: +0.02% 🎉

Comparison is base (0e2c60d) 97.56% compared to head (16a387c) 97.58%.
Report is 19 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #722      +/-   ##
==========================================
+ Coverage   97.56%   97.58%   +0.02%     
==========================================
  Files          16       16              
  Lines        6121     6135      +14     
==========================================
+ Hits         5972     5987      +15     
+ Misses        149      148       -1     

see 7 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@JohnnyMorganz JohnnyMorganz merged commit 4c99cc8 into main Sep 18, 2023
15 checks passed
@JohnnyMorganz JohnnyMorganz deleted the dependabot/cargo/insta-1.30.0 branch September 18, 2023 00:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant