Skip to content

Commit

Permalink
feat: miette v7 (#2465)
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen committed Mar 8, 2024
1 parent 88f94bb commit 265b2fb
Show file tree
Hide file tree
Showing 50 changed files with 1,146 additions and 833 deletions.
137 changes: 67 additions & 70 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -97,7 +97,7 @@ ignore = { version = "0.4.22" }
itertools = { version = "0.12.1" }
jemallocator = { version = "0.5.4" }
lazy_static = { version = "1.4.0" }
miette = { version = "5.10.0", features = ["fancy-no-backtrace"] }
miette = { version = "7.2.0", features = ["fancy-no-syscall"] }
mimalloc = { version = "0.1.39" }
num-bigint = { version = "0.4.4" }
num-traits = { version = "0.2.18" }
Expand Down
7 changes: 3 additions & 4 deletions crates/oxc_diagnostics/Cargo.toml
Expand Up @@ -19,9 +19,8 @@ doctest = false

[dependencies]
thiserror = { workspace = true }
miette = { workspace = true, features = ["fancy-no-backtrace"] }
miette = { workspace = true }

unicode-width = "0.1.11"
owo-colors = { version = "3.5.0" }
textwrap = { version = "=0.15.0" } # pinned to 0.15.0 to sync with miette
is-terminal = { version = "0.4.12" }
owo-colors = { version = "4.0.0" }
textwrap = { version = "0.16.0" }

0 comments on commit 265b2fb

Please sign in to comment.