Skip to content

Commit 3f5cad3

Browse files
authored
fix(no-slow-types): handle rest param with internal assignments (#27581)
Closes #27575
1 parent b5e4a30 commit 3f5cad3

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Cargo.lock

+3-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ deno_config.workspace = true
7474
deno_core = { workspace = true, features = ["include_js_files_for_snapshotting"] }
7575
deno_doc = { version = "=0.161.3", features = ["rust", "comrak"] }
7676
deno_error.workspace = true
77-
deno_graph = { version = "=0.86.7" }
77+
deno_graph = { version = "=0.86.8" }
7878
deno_lint = { version = "=0.68.2", features = ["docs"] }
7979
deno_lockfile.workspace = true
8080
deno_npm.workspace = true

0 commit comments

Comments
 (0)