anp / moxie

lightweight platform-agnostic tools for declarative UI
https://moxie.rs
Apache License 2.0
828 stars 27 forks source link

Update pretty_assertions requirement from 0.6 to 0.7 #253

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Updates the requirements on pretty_assertions to permit the latest version.

Changelog

Sourced from pretty_assertions's changelog.

v0.7.0

Changed

  • Move from difference to diff for calculating diffs. The exact assertion messages generated may differ from previous versions. (#52, @tommilligan)

For example, the following assertion message from v0.7.0:

pretty assertion

Was previously rendered like this in v0.6.1:

pretty assertion

Added

  • Support for unsized values (#42, @stanislav-tkach)
  • Document the Comparison struct, which was previously hidden. This can be used to generate a pretty diff of two values without panicking. (#52, @tommilligan)

Fixed

Internal

Commits
  • 7f6ae17 Merge pull request #63 from tommilligan/update-gitignore
  • ccb2e45 ci: update gitignore
  • ed08b32 Merge pull request #62 from tommilligan/ci-publish-fixup
  • e607be5 ci: fixup config for publish workflow
  • f98b2d1 Merge pull request #60 from tommilligan/ci-publish
  • cdbbd57 ci: add crate publish workflow
  • f05108e Merge pull request #61 from tommilligan/readme-absolute-img
  • 770d35e chore: make image urls in readme absolute
  • 08bcaa0 Merge pull request #59 from tommilligan/cache-cargo-bin
  • f810629 ci: cache cargo binary installations
  • Additional commits viewable in compare view


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 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 badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in the `.dependabot/config.yml` file in this repo: - Update frequency - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
codecov[bot] commented 3 years ago

Codecov Report

Merging #253 (db687ab) into main (20920ca) will increase coverage by 0.79%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #253      +/-   ##
==========================================
+ Coverage   49.72%   50.51%   +0.79%     
==========================================
  Files          46       46              
  Lines        8443     8270     -173     
==========================================
- Hits         4198     4178      -20     
+ Misses       4245     4092     -153     
Impacted Files Coverage Δ
src/runtime.rs 41.05% <0.00%> (-4.79%) :arrow_down:
src/lib.rs 56.70% <0.00%> (-1.72%) :arrow_down:
dom/examples/todo/src/item.rs 34.15% <0.00%> (-0.03%) :arrow_down:
ofl/src/server.rs 0.00% <0.00%> (ø)
dom/augdom/src/webdom.rs 0.00% <0.00%> (ø)
dom/examples/todo/src/input.rs 28.82% <0.00%> (+1.27%) :arrow_up:
dom/src/macros.rs 82.25% <0.00%> (+15.99%) :arrow_up:
dom/src/text.rs 19.51% <0.00%> (+16.51%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update ac24ffd...db687ab. Read the comment docs.