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

chore(deps): update rust crate insta to 1.38.0 - autoclosed #516

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 27, 2022

Mend Renovate

This PR contains the following updates:

Package Type Update Change
insta (source) dev-dependencies minor 1.16 -> 1.38.0

Release Notes

mitsuhiko/insta (insta)

v1.38.0

Compare Source

  • Filters is now constructible from IntoIterator. #​400

  • Change std macro calls to be fully qualified. This fixes issues where
    the 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. #​465

v1.36.1

Compare Source

  • Fix an ownership issue introduced in 1.36 with snapshot assertions. #​453

v1.36.0

Compare Source

  • Deprecate INSTA_FORCE_UPDATE_SNAPSHOTS env-var for INSTA_FORCE_UPDATE.
    The latter was documented, the former was implemented. #​449

  • Add require_full_match option. #​448

  • Deprecate assert_display_snapshot!. #​385

v1.35.1

Compare Source

  • Fixed a bug with diffs showing bogus newlines.

v1.35.0

Compare Source

  • Fixed a crash when a file named .config was in the root.
  • Added new alternative match .. { ... } syntax to redactions for better
    rustfmt support. (#​428)
  • The --package parameter can be supplied multiple times now. (#​427)
  • Leading newlines in snapshots are now ignored to resolve issues with
    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

  • Snapshots are now sorted in the UI on review. (#​413)
  • Re-organized repository to move cargo-insta into a workspace. (#​410)
  • Fixed handling of --manifest-path with regards to virtual workspaces. (#​409)

v1.33.0

Compare Source

  • Added --all-targets parameter support to cargo insta test. (#​408)

v1.32.0

Compare Source

  • Added --profile parameter support to cargo insta test.

v1.31.0

Compare Source

  • Fixed a bug that caused cargo insta test not to report test failures.
  • Suppress needless_raw_string_hashes clippy lint on inline snapshots. (#​390)

v1.30.0

Compare Source

  • 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)

v1.29.0

Compare Source

  • 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)

v1.28.0

Compare Source

  • 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)

v1.26.0

Compare Source

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

v1.24.1

Compare Source

  • Fix non working --include-hidden flag (#​331)
  • Fix incorrect mapping of review.include_ignored (#​330)

v1.24.0

Compare Source

  • Added an insta tool config (.config/insta.yaml) to change the
    behavior of insta and cargo-insta. (#​322)
  • Renamed --no-ignore to --include-ignored.
  • Added --include-hidden to instruct insta to also walk into
    hidden paths.
  • Added new --unreferenced option to cargo-insta test which allows
    fine tuning of what should happen with unreferenced files. It's now
    possible to ignore (default), warn, reject or delete unreferenced
    snapshots. (#​328)
  • Resolved an error message about doc tests when using nextest with
    test targeting. (#​317)

v1.23.0

Compare Source

  • Add a hint if snapshots might be skipped. (#​314)
  • Avoid extra newline in YAML snapshots. (#​311)

v1.22.0

Compare Source

  • Added support for rendering some invisibles in diffs. This now also
    should make sure that ANSI sequences in strings are no longer screwing
    up the terminal output. (#​308)
  • Prevent inline snapshots to be used in loops. (#​307)
  • Support the --target option to cargo insta test. (#​309)
  • Globbing now adds directories as disambiguators into the snapshot
    suffixes. This allows patterns such as foo/*/*.txt without
    creating conflicts. (#​310)

v1.21.2

Compare Source

  • Added missing parameters to cargo insta test. (#​305)
  • Fixed a sorting issue in hash maps for compound keys. (#​304)

v1.21.1

  • Fix incorrect handling of extra args to cargo insta test.

v1.21.0

  • Fixed an issue that broke support for older rust versions. (#​292)
  • Added cargo insta show command to render a snapshot.
  • Added support for compact JSON snapshots. (#​288)

v1.20.0

Compare Source

  • cargo insta now supports nextest as test runner. (#​285)
  • The glob! macro now defers failures by default. (#​284)

v1.19.1

Compare Source

  • Added support for numeric keys in JSON which regressed in 0.18.0. (#​281)

v1.19.0

Compare Source

  • Removed backtrace feature.
  • Removed serialization feature.
  • assert_json_snapshot! and assert_yaml_snapshot! now require
    the json and yaml feature respectively.
  • Doctests now emit a warning that inline snapshot updating is
    not supported (#​272)
  • Added support for INSTA_GLOB_FILTER to skip over tests expanded
    from a glob. (#​274)

v1.18.2

Compare Source

  • Avoid the use of #[allow(unused)] in the macro. (#​271)

v1.18.1

Compare Source

  • Fixed a regression in the JSON serialization format with newtypes and
    tuple variants. (#​270)

v1.18.0

  • Settings::bind now can return a result.
  • Expose the drop guard type of bind_to_scope.
  • The serde dependency is now optional. While still enabled by default
    users need to opt into yaml and json features explicitly to regain
    support for it. To avoid the default serde dependency the default
    features just need to be disabled. (#​255)
  • Deprecated unused serialization features.
  • Deprecated unused backtrace feature.
  • Removed deprecated Settings::bind_to_thread.

Breaking Changes / Upgrading: If you are upgrading to serde 1.18.0 you will
receive deprecating warnings if you are using the assert_yaml_snapshot! and
assert_json_snapshot! macros. These macros will continue to function in the
future but they will require explicit opting into the yaml and json features.
To silence the warning add them to your insta dependency. Additionally the
backtrace feature was deprecated. It is no longer needed so just remove it.

v1.17.2

  • Remove an accidentaly debug print output.

v1.17.1

  • Added support for nextest. (#​242)
  • Resolved an issue where inline snapshot tests in doctests refused to
    work. (#​252)

v1.17.0

  • Fixed an issue in cargo-insta where sometimes accepting inline snapshots
    would crash with an out of bounds panic.
  • Added new filters feature. (#​245)
  • Disallow unnamed snapshots in doctests. (#​246)
  • with_settings! macro now inherits the former settings rather than resetting. (#​249)
  • Added support for Settings::bind_to_scope and deprecated
    Settings::bind_to_thread. (#​250)
  • Added support for minimal-versions builds.

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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/insta-1.x branch from 2f2c9c2 to e3ea65b Compare August 8, 2022 15:03
@renovate renovate bot changed the title chore(deps): update rust crate insta to 1.17 chore(deps): update rust crate insta to 1.18 Aug 8, 2022
@renovate renovate bot force-pushed the renovate/insta-1.x branch from e3ea65b to 09a614b Compare August 21, 2022 21:36
@renovate renovate bot changed the title chore(deps): update rust crate insta to 1.18 chore(deps): update rust crate insta to 1.19 Aug 21, 2022
@renovate renovate bot force-pushed the renovate/insta-1.x branch from 09a614b to 5f94cb5 Compare August 31, 2022 01:59
@renovate renovate bot changed the title chore(deps): update rust crate insta to 1.19 chore(deps): update rust crate insta to 1.20 Sep 17, 2022
@renovate renovate bot force-pushed the renovate/insta-1.x branch from 5f94cb5 to 2fc5439 Compare September 17, 2022 21:32
@renovate renovate bot force-pushed the renovate/insta-1.x branch from 2fc5439 to e6d05ca Compare September 28, 2022 13:12
@renovate renovate bot changed the title chore(deps): update rust crate insta to 1.20 chore(deps): update rust crate insta to 1.21 Sep 28, 2022
@renovate renovate bot force-pushed the renovate/insta-1.x branch from e6d05ca to 04ff8ae Compare December 3, 2022 15:54
@renovate renovate bot changed the title chore(deps): update rust crate insta to 1.21 chore(deps): update rust crate insta to 1.22 Dec 3, 2022
@renovate renovate bot force-pushed the renovate/insta-1.x branch from 04ff8ae to 94948da Compare December 11, 2022 13:58
@renovate renovate bot changed the title chore(deps): update rust crate insta to 1.22 chore(deps): update rust crate insta to 1.23 Dec 11, 2022
@renovate renovate bot changed the title chore(deps): update rust crate insta to 1.23 Update Rust crate insta to 1.23 Dec 17, 2022
@renovate renovate bot changed the title Update Rust crate insta to 1.23 chore(deps): update rust crate insta to 1.23 Dec 17, 2022
@renovate renovate bot force-pushed the renovate/insta-1.x branch from 94948da to 5918138 Compare January 3, 2023 21:03
@renovate renovate bot changed the title chore(deps): update rust crate insta to 1.23 chore(deps): update rust crate insta to 1.24 Jan 3, 2023
@renovate renovate bot force-pushed the renovate/insta-1.x branch from 5918138 to 679c9c2 Compare January 6, 2023 23:26
@renovate renovate bot changed the title chore(deps): update rust crate insta to 1.24 chore(deps): update rust crate insta to 1.26 Jan 6, 2023
@renovate renovate bot force-pushed the renovate/insta-1.x branch from 679c9c2 to db675a9 Compare February 16, 2023 17:14
@renovate renovate bot changed the title chore(deps): update rust crate insta to 1.26 chore(deps): update rust crate insta to 1.28 Feb 16, 2023
@renovate renovate bot force-pushed the renovate/insta-1.x branch from db675a9 to 5fc0d5d Compare March 15, 2023 16:26
@renovate renovate bot force-pushed the renovate/insta-1.x branch from 5fc0d5d to 8cbb1dc Compare March 23, 2023 12:08
@renovate renovate bot changed the title chore(deps): update rust crate insta to 1.28 chore(deps): update rust crate insta to 1.29 Mar 23, 2023
@renovate renovate bot force-pushed the renovate/insta-1.x branch from 8cbb1dc to ffd7592 Compare May 15, 2023 00:59
@renovate renovate bot changed the title chore(deps): update rust crate insta to 1.29 chore(deps): update rust crate insta to 1.30 Jun 22, 2023
@renovate renovate bot force-pushed the renovate/insta-1.x branch from ffd7592 to 1acc5d7 Compare June 22, 2023 13:21
@renovate renovate bot changed the title chore(deps): update rust crate insta to 1.30 chore(deps): update rust crate insta to 1.31 Jul 15, 2023
@renovate renovate bot force-pushed the renovate/insta-1.x branch from 1acc5d7 to df6eb83 Compare July 15, 2023 00:34
@renovate renovate bot changed the title chore(deps): update rust crate insta to 1.31 chore(deps): update rust crate insta to 1.32 Sep 20, 2023
@renovate renovate bot force-pushed the renovate/insta-1.x branch from df6eb83 to 1aa21d2 Compare September 20, 2023 21:48
@renovate renovate bot changed the title chore(deps): update rust crate insta to 1.32 chore(deps): update rust crate insta to 1.33 Sep 28, 2023
@renovate renovate bot force-pushed the renovate/insta-1.x branch from 1aa21d2 to d223dc5 Compare September 28, 2023 07:10
@renovate renovate bot changed the title chore(deps): update rust crate insta to 1.33 chore(deps): update rust crate insta to 1.34 Oct 10, 2023
@renovate renovate bot force-pushed the renovate/insta-1.x branch from d223dc5 to 9aa1624 Compare October 10, 2023 01:00
@renovate renovate bot force-pushed the renovate/insta-1.x branch from 9aa1624 to 8bcd57f Compare February 19, 2024 22:23
@renovate renovate bot changed the title chore(deps): update rust crate insta to 1.34 chore(deps): update rust crate insta to 1.35 Feb 19, 2024
@renovate renovate bot force-pushed the renovate/insta-1.x branch from 8bcd57f to 7fdf9ca Compare March 3, 2024 19:06
@renovate renovate bot changed the title chore(deps): update rust crate insta to 1.35 chore(deps): update rust crate insta to 1.36 Mar 3, 2024
@renovate renovate bot force-pushed the renovate/insta-1.x branch from 7fdf9ca to fca8a21 Compare March 26, 2024 14:00
@renovate renovate bot changed the title chore(deps): update rust crate insta to 1.36 chore(deps): update rust crate insta to 1.37 Mar 26, 2024
@renovate renovate bot force-pushed the renovate/insta-1.x branch from fca8a21 to aee3a1d Compare March 28, 2024 14:57
@renovate renovate bot changed the title chore(deps): update rust crate insta to 1.37 chore(deps): update rust crate insta to 1.38 Mar 28, 2024
@renovate renovate bot force-pushed the renovate/insta-1.x branch from aee3a1d to ee5d3c8 Compare March 29, 2024 14:42
@renovate renovate bot force-pushed the renovate/insta-1.x branch from ee5d3c8 to b3a45e0 Compare April 11, 2024 15:58
@renovate renovate bot force-pushed the renovate/insta-1.x branch from b3a45e0 to 53a9b10 Compare May 1, 2024 09:40
@renovate renovate bot changed the title chore(deps): update rust crate insta to 1.38 chore(deps): update rust crate insta to 1.38.0 May 1, 2024
@renovate renovate bot changed the title chore(deps): update rust crate insta to 1.38.0 chore(deps): update rust crate insta to 1.38.0 - autoclosed May 5, 2024
@renovate renovate bot closed this May 5, 2024
@renovate renovate bot deleted the renovate/insta-1.x branch May 5, 2024 10:18
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.

0 participants