olson-sean-k / wax

Opinionated and portable globs that can be matched against paths and directory trees.
https://glob.guide
MIT License
112 stars 10 forks source link

Update miette requirement from ^3.0.0 to ^4.0.1 #12

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Updates the requirements on miette to permit the latest version.

Changelog

Sourced from miette's changelog.

4.0.1 (2022-02-18)

Bug Fixes

  • graphical: boolean was messing up graphical display (5c085b39)

4.0.0 (2022-02-18)

Breaking Changes

  • colors: treat no-color mode as no-color instead of narratable (#94) (9dcce5f1)
    • BREAKING CHANGE: NO_COLOR no longer triggers the narrated handler. Use NO_GRAPHICS instead.
  • derive: Make derive macro diagnostic attribute more flexible. (#115) (5b8b5478)
    • BREAKING CHANGE: diagnostic attribute duplication will now error.

Features

  • Report: adds .context() method to the Report (#109) (2649fd27)

Bug Fixes

3.3.0 (2022-01-08)

Features

Bug Fixes

3.2.0 (2021-10-06)

Features

  • tabs: Add replace tabs with spaces option (#82) (1f70140c)

Bug Fixes

  • read_span prevent multiline MietteSpanContents from skipping lines (#81) (cb5a919d)

... (truncated)

Commits
  • a723443 (cargo-release) version 4.0.1
  • 0161828 (cargo-release) version 4.0.1
  • 9921ac7 docs: update changelog
  • 5c085b3 fix(graphical): boolean was messing up graphical display
  • 0f8e446 (cargo-release) start next development iteration 4.0.1-alpha.0
  • 8845ee0 (cargo-release) start next development iteration 4.0.1-alpha.0
  • d62b679 (cargo-release) version 4.0.0
  • 647a678 (cargo-release) version 4.0.0
  • 7542954 docs: update changelog
  • 5b8b547 feat(derive): Make derive macro diagnostic attribute more flexible. (#115)
  • 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[bot] commented 2 years ago

Superseded by #13.