Skip to content

Bump pretty_assertions from 0.7.2 to 1.4.0#9

Merged
Dj-Codeman merged 1 commit intodependenciesfrom
dependabot/cargo/pretty_assertions-1.4.0
Apr 19, 2024
Merged

Bump pretty_assertions from 0.7.2 to 1.4.0#9
Dj-Codeman merged 1 commit intodependenciesfrom
dependabot/cargo/pretty_assertions-1.4.0

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Feb 17, 2024

Bumps pretty_assertions from 0.7.2 to 1.4.0.

Release notes

Sourced from pretty_assertions's releases.

v1.4.0

Changed

  • (Windows only) Removed the ctor and output_vt100 dependencies, as their benefit could not be demonstrated (#118)

Fixed

  • Minor documentation fixes (#107)

v1.3.0

Changed

  • MSRV bumped to 1.54.0 (see #102)
  • Removed the publically re-exported ansi_term::Style. This was never intended for public use. (see #102)

Fixed

  • Moved from the unmaintained ansi_term crate to yansi for ANSI terminal escape code support. Thanks to @​Roguelazer for reporting and fixing this! (#102, @​Roguelazer)

v1.2.1

Fixed

v1.2.0

Changed

  • assert_eq compares str-like values without Debug formatting. (#92, @​dtolnay)

v1.1.0

Added

  • Add assert_str_eq for comparing two str-like values without Debug formatting. Thanks to @​x3ro for implementing this! (#88, @​x3ro)

Fixed

v1.0.0

Note: As pretty_assertions has in practice had a stable API for several years, this feature release takes the opportunity to increment the version to 1.0.0 instead of 0.8.0. No breaking changes are expected.

Removed

  • assert_ne no longer warns if values match using PartialEq but not with Debug. This was noted as no longer being necessary after Rust 1.25 (current MSRV 1.35.0)

Added

  • Officially support no_std (thanks to @​Luro02 for the report and reviews!). Adds the std and alloc features to the pretty_assertions crate, with std enabled by default (#83, @​tommilligan)
  • Adds the unstable feature to the pretty_assertions crate, for use with nightly rustc (#81, @​tommilligan)
  • Add a drop in replacement for the unstable stdlib assert_matches macro, behind the unstable flag - thanks @​gilescope for the suggestion! (#81, @​tommilligan)
Changelog

Sourced from pretty_assertions's changelog.

v1.4.0

Changed

  • (Windows only) Removed the ctor and output_vt100 dependencies, as their benefit could not be demonstrated (#118)

Fixed

  • Minor documentation fixes (#107)

v1.3.0

Changed

  • MSRV bumped to 1.54.0 (see #102)
  • Removed the publically re-exported ansi_term::Style. This was never intended for public use. (see #102)

Fixed

  • Moved from the unmaintained ansi_term crate to yansi for ANSI terminal escape code support. Thanks to @​Roguelazer for reporting and fixing this! (#102, @​Roguelazer)

v1.2.1

Fixed

v1.2.0

Changed

  • assert_eq compares str-like values without Debug formatting. (#92, @​dtolnay)

v1.1.0

Added

  • Add assert_str_eq for comparing two str-like values without Debug formatting. Thanks to @​x3ro for implementing this! (#88, @​x3ro)

Fixed

v1.0.0

Removed

  • assert_ne no longer warns if values match using PartialEq but not with Debug. This was noted as no longer being necessary after Rust 1.25 (current MSRV 1.35.0)

Added

... (truncated)

Commits
  • 3f1ebc0 Merge pull request #119 from rust-pretty-assertions/prep-1.4.0
  • 3a67f3b chore: prepare for v1.4.0 release
  • beff377 Merge pull request #118 from rust-pretty-assertions/rm-vt100
  • 3f07591 chore: remove stale vt100/ctor dependencies
  • 26bd02f Merge pull request #112 from rust-pretty-assertions/qvet-config
  • 10e83fe ci: add qvet config
  • cfe0ad4 Merge pull request #107 from memark/patch-1
  • 0fff6cc Fix documentation spelling
  • 3fe5da4 Merge pull request #109 from rust-pretty-assertions/update-ci
  • 913a879 chore: update ci
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 17, 2024
@Dj-Codeman Dj-Codeman self-assigned this Feb 17, 2024
@Dj-Codeman Dj-Codeman closed this Feb 18, 2024
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Feb 18, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/cargo/pretty_assertions-1.4.0 branch February 18, 2024 06:33
@Dj-Codeman Dj-Codeman restored the dependabot/cargo/pretty_assertions-1.4.0 branch February 18, 2024 06:37
@Dj-Codeman Dj-Codeman reopened this Feb 18, 2024
@Dj-Codeman Dj-Codeman changed the base branch from master to dependencies February 18, 2024 06:38
@dependabot dependabot bot force-pushed the dependabot/cargo/pretty_assertions-1.4.0 branch 2 times, most recently from f73f5cb to 424a680 Compare February 20, 2024 06:09
@Dj-Codeman
Copy link
Owner

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/cargo/pretty_assertions-1.4.0 branch from 424a680 to afc012a Compare February 20, 2024 07:20
Bumps [pretty_assertions](https://github.com/rust-pretty-assertions/rust-pretty-assertions) from 0.7.2 to 1.4.0.
- [Release notes](https://github.com/rust-pretty-assertions/rust-pretty-assertions/releases)
- [Changelog](https://github.com/rust-pretty-assertions/rust-pretty-assertions/blob/main/CHANGELOG.md)
- [Commits](rust-pretty-assertions/rust-pretty-assertions@v0.7.2...v1.4.0)

---
updated-dependencies:
- dependency-name: pretty_assertions
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/pretty_assertions-1.4.0 branch from afc012a to b295367 Compare February 21, 2024 23:58
@Dj-Codeman Dj-Codeman merged commit 5a9d482 into dependencies Apr 19, 2024
@dependabot dependabot bot deleted the dependabot/cargo/pretty_assertions-1.4.0 branch April 19, 2024 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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant