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 v7 #26

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 10, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change
miette dependencies major 5 -> 7

Release Notes

zkat/miette (miette)

v7.0.0

Compare Source

This is a small breaking release on the heels of 6.0 because I neglected to
bump owo-colors. I figured it's a good time to do it, before 6.0 gets more
widely used.

Features
  • fancy: Add option to change the link display text (#​335) (c7144ee5)
  • deps: bump dependencies (a4011d17)
    • BREAKING CHANGE: This bumps owo-colors to 4.0, which is a breaking change because we expose its styles as part of the graphical renderer API

v6.0.1

Compare Source

Bug Fixes
  • graphical: oops. Fix theme issue (8b46679c)
  • fmt: remove nightly-only fmt flags (1fa7f524)
  • highlighter: ugh, missed another spot (ab7c066e)

v6.0.0

Compare Source

The long-awaited 6.0 release of miette is here, with TONS of goodies, not
least of which is syntax highlighting support!

It also comes with a few breaking changes so make sure to check below and
update your code as needed!

Features
  • labels: Add support for primary label in specifying line/col information (#​291) (db0b7e40)
  • derive: Allow optional sources in derive (#​301) (88d00e0e)
  • derive: Make miette-derive be able to be turned off (#​304) (c7ba5b7e)
  • graphical: Expose additional textwrap options (#​321) (fd77257c)
  • graphical: support rendering labels that contain newlines (#​318) (865d67c8)
  • graphical: Add wrap_lines: bool option allowing wrapping be disabled entirely (#​328) (b0744462)
  • graphical: render disjoint snippets separately for cleaner output (#​324) (19c22143)
  • deps: Bump terminal-size to v0.3.0 (#​308) (c0a298e5)
    • BREAKING CHANGE: This requires an MSRV bump to 1.70.0.
  • source-code: Don't override provided source code (#​300) (0d5c2ce7)
    • BREAKING CHANGE: Source code is no longer overridden if it was provided by the diagnostic's own source_code() impl.
  • source: use usize for length (#​265) (fad0e76a)
    • BREAKING CHANGE: This changes SourceSpan's length type to usize.
  • source: Allow inner source type of a NamedSource to be borrowed (#​254) (1df3b1a5)
    • BREAKING CHANGE: This makes the NamedSource type generic over its Source type, instead of boxing it.
  • highlighting: add syntax highlighting support with syntect crate (#​313) (e65d0a78)
  • deps: remove is-terminal dep in favor of std::io::IsTerminal (e5c7ae46)
  • deps: remove once_cell dep in favor of std::sync::OnceLock (4c48584f)
    • BREAKING CHANGE: This requires an MSRV bump to 1.70.0.
  • deps: bump some semver-breaking deps to newer versions (29d000f2)
  • MSRV: Actually bump the MSRV to 1.70.0 (ab59a7bc)
Bug Fixes
Documentation
  • README: Move import of NamedResult to where it is used (#​309) (d37ada87)

Configuration

📅 Schedule: Branch creation - "every weekend" (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.

Copy link
Contributor Author

renovate bot commented Feb 10, 2024

⚠ Artifact update problem

Renovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path cli/Cargo.toml --package [email protected] --precise 7.0.0
    Updating crates.io index
error: failed to select a version for the requirement `miette = "^5.3.0"`
candidate versions found which didn't match: 7.0.0
location searched: crates.io index
required by package `kdl v4.6.0`
    ... which satisfies dependency `kdl = "^4"` (locked to 4.6.0) of package `usage-cli v0.1.5 (/tmp/renovate/repos/github/jdx/usage/cli)`
perhaps a crate was updated and forgotten to be re-vendored?

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path Cargo.toml --package [email protected] --precise 7.0.0
    Updating crates.io index
error: failed to select a version for the requirement `miette = "^5.3.0"`
candidate versions found which didn't match: 7.0.0
location searched: crates.io index
required by package `kdl v4.6.0`
    ... which satisfies dependency `kdl = "^4"` (locked to 4.6.0) of package `usage-cli v0.1.5 (/tmp/renovate/repos/github/jdx/usage/cli)`
perhaps a crate was updated and forgotten to be re-vendored?

@renovate renovate bot enabled auto-merge (squash) February 10, 2024 17:13
@renovate renovate bot force-pushed the renovate/miette-7.x branch 9 times, most recently from d6abc3e to ad91a11 Compare February 10, 2024 20:47
@renovate renovate bot force-pushed the renovate/miette-7.x branch from ad91a11 to 460adfc Compare February 10, 2024 21:02
@jdx jdx disabled auto-merge February 10, 2024 21:09
@jdx jdx closed this Feb 10, 2024
Copy link
Contributor Author

renovate bot commented Feb 10, 2024

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 7.x releases. But if you manually upgrade to 7.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

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

Successfully merging this pull request may close these issues.

1 participant