summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Spurlock <47259736+johnspurlock-skymethod@users.noreply.github.com>2024-02-06 17:49:24 -0600
committerGitHub <noreply@github.com>2024-02-06 18:49:24 -0500
commit82401e9fe00858f7189cd2eb6197b2975e02ff62 (patch)
tree9ac95c92228079968a3740c251ac0d916932dd16
parent33d12c1d5774afc575b371083c1e72e8db03edea (diff)
fix(publish): 'explit' typo (#22296)
-rw-r--r--Cargo.lock4
-rw-r--r--cli/Cargo.toml2
-rw-r--r--cli/tests/testdata/publish/invalid_fast_check.out2
3 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 4fb5f2ca6..ebf28430e 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1374,9 +1374,9 @@ dependencies = [
[[package]]
name = "deno_graph"
-version = "0.64.1"
+version = "0.64.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c0eb6ad784fa5885867ba00e0db8ddcb2d98a4a0234fe336d50a13092e268c44"
+checksum = "a60def166df99195520b3b020974fdf7d3865b7a07eca5284ff0d24235f972da"
dependencies = [
"anyhow",
"async-trait",
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index 76e9f53a7..145544f58 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -59,7 +59,7 @@ deno_config = "=0.9.2"
deno_core = { workspace = true, features = ["include_js_files_for_snapshotting"] }
deno_doc = { version = "=0.100.0", features = ["html"] }
deno_emit = "=0.35.0"
-deno_graph = "=0.64.1"
+deno_graph = "=0.64.2"
deno_lint = { version = "=0.55.0", features = ["docs"] }
deno_lockfile.workspace = true
deno_npm = "=0.16.0"
diff --git a/cli/tests/testdata/publish/invalid_fast_check.out b/cli/tests/testdata/publish/invalid_fast_check.out
index 34b9b0314..d18be45fe 100644
--- a/cli/tests/testdata/publish/invalid_fast_check.out
+++ b/cli/tests/testdata/publish/invalid_fast_check.out
@@ -4,7 +4,7 @@ error[zap-missing-explicit-return-type]: missing explicit return type in the pub
|
2 | export function getRandom() {
| ^^^^^^^^^ this function is missing an explicit return type
- = hint: add an explit return type to the function
+ = hint: add an explicit return type to the function
info: all functions in the public API must have an explicit return type
docs: https://jsr.io/go/zap-missing-explicit-return-type