Skip to content

Commit

Permalink
Merge branch 'main' into deno_lint_rules
Browse files Browse the repository at this point in the history
  • Loading branch information
bartlomieju committed Jan 9, 2025
2 parents c36a125 + 00bac96 commit f57832d
Show file tree
Hide file tree
Showing 10 changed files with 656 additions and 340 deletions.
58 changes: 18 additions & 40 deletions Cargo.lock

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

9 changes: 5 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "deno_config"
description = "Config file implementation for the Deno CLI"
version = "0.42.0"
version = "0.43.0"
edition = "2021"
authors = ["the Deno authors"]
license = "MIT"
Expand All @@ -21,7 +21,6 @@ sync = ["deno_package_json/sync"]
workspace = ["deno_json", "deno_semver", "package_json"]

[dependencies]
anyhow = "1.0.57"
indexmap = { version = "2", features = ["serde"] }
jsonc-parser = { version = "0.26.0", features = ["serde"], optional = true }
log = "0.4.20"
Expand All @@ -32,8 +31,10 @@ phf = { version = "0.11", features = ["macros"], optional = true }
serde = { version = "1.0.149", features = ["derive"] }
serde_json = "1.0.85"
url = { version = "2.3.1" }
import_map = { version = "0.20.0", features = ["ext"], optional = true }
thiserror = "1.0.61"
import_map = { version = "0.21.0", features = ["ext"], optional = true }
thiserror = "2"
deno_error = { version = "0.5.3", features = ["url"] }
boxed_error = "0.2.3"
deno_semver = { version = "0.7.1", optional = true }
deno_package_json = { version = "0.4.0", optional = true }
deno_path_util = "0.3.0"
Expand Down
Loading

0 comments on commit f57832d

Please sign in to comment.