-
Notifications
You must be signed in to change notification settings - Fork 11
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
Update miette requirement from 5.10.0 to 7.0.0 #81
Conversation
Updates the requirements on [miette](https://github.com/zkat/miette) to permit the latest version. - [Release notes](https://github.com/zkat/miette/releases) - [Changelog](https://github.com/zkat/miette/blob/main/CHANGELOG.md) - [Commits](zkat/miette@miette-derive-v5.10.0...miette-derive-v7.0.0) --- updated-dependencies: - dependency-name: miette dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #81 +/- ##
==========================================
- Coverage 99.69% 97.99% -1.70%
==========================================
Files 14 14
Lines 648 648
Branches 648 648
==========================================
- Hits 646 635 -11
- Partials 2 13 +11 ☔ View full report in Codecov by Sentry. |
A newer version of miette 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. |
@Finomnis Can we update and release this PR or remove the miette dependency from this lib and go with thiserror or std error implementation? |
Shouldn't you be able to use whatever miette version you want in user code? Or am I mistaken? |
Updates the requirements on miette to permit the latest version.
Changelog
Sourced from miette's changelog.
... (truncated)
Commits
ecb0102
chore: Releaseea12e3f
docs: update changeloga4011d1
feat(deps): bump dependenciesc7144ee
feat(fancy): Add option to change the link display text (#335)cf2d8c0
chore: Releasee515a3c
docs: update changelogab7c066
fix(highlighter): ugh, missed another spot3747fcc
test: fix some fancy tests after NamedSource change1fa7f52
fix(fmt): remove nightly-only fmt flags8b46679
fix(graphical): oops. Fix theme issueDependabot 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)