Skip to content

chore(deps): update rust crate miette to v4 - #427

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/miette-4.x
Open

chore(deps): update rust crate miette to v4#427
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/miette-4.x

Conversation

@renovate

@renovate renovate Bot commented Aug 10, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
miette workspace.dependencies major 3.0.04.0.0

Release Notes

oxc-project/oxc-miette (miette)

v4.0.0

Compare Source

Bug Fixes
  • Reject out-of-bounds label offsets, scan the prefix with memchr2 (#​223)
Performance
  • Derive primary-label line/column instead of a second read_span (#​222)
  • Scan the source once per snippet render via a shared line-break index (#​225)
  • Optimize single-context prefix scans (#​242)
  • Specialize LF-only prefix scans (#​243)
  • Inline single-line context storage (#​245)
  • Skip wrapping for fitting text (#​246)
  • Skip width scan for tabless lines (#​247)
  • Use byte widths for plain ascii (#​248)
  • Scan snippet lines with memchr (#​249)
  • Measure ascii display widths by byte (#​250)
  • Write labels without temporary strings (#​251)
  • Write fitting diagnostic text directly (#​252)
  • Borrow graphical label text (#​253)
  • Write underline runs in chunks (#​255)
  • Preallocate snippet lines (#​258)
  • Skip plain style formatting (#​259)
  • Write label padding in chunks (#​280)
  • Restore chunked underline rendering (#​283)
  • Reduce snippet rendering allocations (#​284)
  • Stream fitting diagnostic titles (#​285)
  • Stream blank line-number gutters (#​286)
  • Stream numbered line gutters (#​287)
  • Stream fitting help text (#​288)
Documentation
  • Document the flattened error-report modules (#​236)
  • Synchronize the documented MSRV (#​277)
Refactor
  • Move line_column_at onto MietteSpanContents (#​224)
  • Split the graphical renderer into a module directory (#​227)
  • Remove dead commented-out code from the graphical renderer (#​233)
  • Flatten the eyreish module into the crate root (#​235)
  • Remove the inert graphical cause-chain builders (#​238)
  • Remove the unused ErrReport / EyreContext compat aliases (#​239)
  • Remove the unused with_urls builder (#​241)
  • Encapsulate source span scanning (#​244)
  • Remove the anyhow/eyre-style WrapErr/Context feature (#​240)
  • Mark value-returning APIs as must use (#​275)
  • Make tests clippy-clean and race-free (#​276)
  • Simplify derive and runtime code (#​282)
  • Remove narratable report handler (#​300)
  • Separate diagnostic protocol from application errors (#​301)
  • Prune unused diagnostic features (#​302)
  • Simplify source span protocol (#​303)
  • Narrow diagnostic protocol (#​304)
  • (reporting) Remove unused rendering state (#​305)
  • (protocol) Require contiguous source data (#​306)
  • (protocol) Remove unused implementations (#​307)
Testing
  • Move public-API unit tests into the integration suite (#​229)
Chore
  • (deps) Update rust crates (#​231)
  • (deps) Update rust crate syn to v3 (#​232)
  • (deps) Update rust crate syn to v3.0.1 (#​234)
  • Sync Rust and Clippy lints (#​281)
  • (deps) Update rust crates (#​290)
  • (deps) Update semgrep/semgrep docker tag to v1.171.0 (#​291)
  • (deps) Update rust crate trybuild to v1.0.119 (#​296)
  • (deps) Update github actions (#​297)
  • (deps) Update codspeedhq/action action to v5 (#​298)
  • (deps) Update codspeedhq/action action to v5.0.2 (#​310)
  • (deps) Update rust crate ureq to v3.4.0 (#​311)
CI
  • Skip exhaustive textwrap test under miri (#​254)
  • (semgrep) Add scan workflow (#​257)
Bench
  • Add CodSpeed benchmark for diagnostic rendering (#​215)
  • Add a multi-label diagnostic rendering case (#​220)
  • Align render cases with oxlint (#​279)
  • Measure cold first-render cost separately (#​292)

Configuration

📅 Schedule: (in timezone Asia/Shanghai)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot enabled auto-merge (squash) August 10, 2026 09:47
@renovate

renovate Bot commented Aug 10, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact 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 Cargo.toml --workspace
    Updating crates.io index
error: failed to select a version for `oxc-miette`.
    ... required by package `oxc_angular_compiler v0.1.0 (/tmp/renovate/repos/github/voidzero-dev/oxc-angular-compiler/crates/oxc_angular_compiler)`
    ... which satisfies path dependency `oxc_angular_compiler` (locked to 0.1.0) of package `oxc_angular_conformance v0.0.0 (/tmp/renovate/repos/github/voidzero-dev/oxc-angular-compiler/crates/angular_conformance)`
versions that meet the requirements `^4.0.0` are: 4.0.0

package `oxc_angular_compiler` depends on `oxc-miette` with feature `fancy-no-syscall` but `oxc-miette` does not have that feature.
help: available features: codspeed


failed to select a version for `oxc-miette` which could resolve this conflict

@renovate
renovate Bot force-pushed the renovate/miette-4.x branch from 1f88693 to ddc5deb Compare August 10, 2026 12:54
@renovate
renovate Bot force-pushed the renovate/miette-4.x branch from ddc5deb to 7a458a9 Compare August 10, 2026 13:33
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.

0 participants