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

fix(deps): update rust crate miette to v5 - autoclosed #42

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 4, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
miette dependencies major 4.7 -> 5.10

Release Notes

zkat/miette (miette)

v5.10.0

Compare Source

Features
  • protocol: add StdError impl for Box<dyn Diagnostic + Send + Sync> (#​273) (2e3e5c9d)

v5.9.0

Compare Source

Features
Bug Fixes

v5.8.0

Compare Source

Features
Bug Fixes
  • narrated: put URLs in their own line (adbff65e)

v5.7.0

Compare Source

While this is a semver-minor release, there's potential for it to have
knock-on effects due to the syn2 upgrade. There's been issues as this new
version propagates between syn/thiserror versions (for example, see a similar
change in eyre
).

The other thing of note is that backtrace printing is now much better! Try
the hook and see for yourself!

Features
Bug Fixes
  • colors: change unicode to default to ansi (#​249) (159f2b35)
  • tests: disable doctest that doesn't work with default feature flags (#​248) (0b445dc2)

v5.6.0

Compare Source

Bug Fixes
Features

v5.5.0

Compare Source

Features
Bug Fixes
  • derive: elide lifetimes in derived functions (#​226) (c88f0b5a)
  • graphical: Fix panic with span extending past end of line (#​221) (8b56d277)
  • license: fix mangled license text to improve recognition (d5fbb340)

v5.4.1

Compare Source

Bug Fixes
  • graphical: Fix panic with zero-width span at end of line (#​204) (b8810ee3)

v5.4.0

Compare Source

Features
  • version: declare minimum supported rust version at 1.56.0 (#​209) (ac02a124)
  • report: Report::new_boxed (0660d2f4)
  • error: impl AsRef<dyn StdError> for Report (1a27033d)
Bug Fixes
  • wrapper: complete forwarding Diagnostic implementations (3fc5c04c)

v5.3.1

Compare Source

Bug Fixes
  • miri: Resolve Miri's concerns around unsafe code (#​197) (5f3429b0)
  • graphical: Align highlights correctly with wide unicode characters and tabs (#​202) (196c09ce)

v5.3.0

Compare Source

Bug Fixes
  • utils: Fix off-by-one error in SourceOffset::from_location (#​190) (c3e6c983)
Features
  • graphical: Allow miette users to opt-out of the rendering of the cause chain (#​192) (b9ea5871)

v5.2.0

Compare Source

Features
Bug Fixes
  • docs: readme was getting cut off during generation (e286c705)

v5.1.1

Compare Source

Bug Fixes

v5.1.0

Compare Source

Features
  • protocol: Implement SourceCode for Arc (and similar types) (#​181) (85da6a84)

v5.0.0

Compare Source

Breaking Changes
  • theme: restructure automatic color selection (#​177) (1816b06a)
    • The default theme now prefers ANSI colors, even if RGB is supported
    • MietteHandlerOpts::ansi_colors is removed
    • MietteHandlerOpts::rgb_color now takes an enum that controls the color
      format used when color support is enabled, and has no effect otherwise.
Bug Fixes
  • json: Don't escape single-quotes, that's not valid json (#​180) (b193d3c0)

v4.7.1

Compare Source

Bug Fixes
  • tests: add Display impl to diagnostic_source example (0a4cf4ad)

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 requested a review from alixinne as a code owner November 4, 2023 04:23
@renovate renovate bot added the dependencies label Nov 4, 2023
@renovate renovate bot enabled auto-merge (rebase) November 4, 2023 04:23
@renovate renovate bot force-pushed the renovate/miette-5.x branch 2 times, most recently from e0e76d6 to be23de3 Compare November 13, 2023 17:49
@renovate renovate bot force-pushed the renovate/miette-5.x branch 2 times, most recently from e7a2fe9 to 2872433 Compare December 26, 2023 18:24
@renovate renovate bot changed the title fix(deps): update rust crate miette to v5 fix(deps): update rust crate miette to v5 - autoclosed Feb 4, 2024
@renovate renovate bot closed this Feb 4, 2024
auto-merge was automatically disabled February 4, 2024 05:00

Pull request was closed

@renovate renovate bot deleted the renovate/miette-5.x branch February 4, 2024 05:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants