From d49dad367b9558b56171e17072d27e3d4707d85d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 21 Nov 2023 06:04:08 +0000 Subject: [PATCH 1/2] build(deps): bump deno.land/std from 0.206.0 to 0.207.0 --- lib/std/assert.ts | 14 +++++++------- lib/std/collections.ts | 8 ++++---- lib/std/fmt.ts | 2 +- lib/std/fs.ts | 4 ++-- lib/std/jsonc.ts | 2 +- lib/std/path.ts | 16 ++++++++-------- lib/std/semver.ts | 2 +- lib/std/testing.ts | 4 ++-- 8 files changed, 26 insertions(+), 26 deletions(-) diff --git a/lib/std/assert.ts b/lib/std/assert.ts index 43a08718..34edb260 100644 --- a/lib/std/assert.ts +++ b/lib/std/assert.ts @@ -1,7 +1,7 @@ -export { assertArrayIncludes } from "https://deno.land/std@0.206.0/assert/assert_array_includes.ts"; -export { assertEquals } from "https://deno.land/std@0.206.0/assert/assert_equals.ts"; -export { assertExists } from "https://deno.land/std@0.206.0/assert/assert_exists.ts"; -export { assertNotEquals } from "https://deno.land/std@0.206.0/assert/assert_not_equals.ts"; -export { assertObjectMatch } from "https://deno.land/std@0.206.0/assert/assert_object_match.ts"; -export { assertThrows } from "https://deno.land/std@0.206.0/assert/assert_throws.ts"; -export { AssertionError } from "https://deno.land/std@0.206.0/assert/assertion_error.ts"; +export { assertArrayIncludes } from "https://deno.land/std@0.207.0/assert/assert_array_includes.ts"; +export { assertEquals } from "https://deno.land/std@0.207.0/assert/assert_equals.ts"; +export { assertExists } from "https://deno.land/std@0.207.0/assert/assert_exists.ts"; +export { assertNotEquals } from "https://deno.land/std@0.207.0/assert/assert_not_equals.ts"; +export { assertObjectMatch } from "https://deno.land/std@0.207.0/assert/assert_object_match.ts"; +export { assertThrows } from "https://deno.land/std@0.207.0/assert/assert_throws.ts"; +export { AssertionError } from "https://deno.land/std@0.207.0/assert/assertion_error.ts"; diff --git a/lib/std/collections.ts b/lib/std/collections.ts index b0bc2c04..db4a201e 100644 --- a/lib/std/collections.ts +++ b/lib/std/collections.ts @@ -1,4 +1,4 @@ -export { distinct } from "https://deno.land/std@0.206.0/collections/distinct.ts"; -export { maxBy } from "https://deno.land/std@0.206.0/collections/max_by.ts"; -export { filterKeys } from "https://deno.land/std@0.206.0/collections/filter_keys.ts"; -export { mapEntries } from "https://deno.land/std@0.206.0/collections/map_entries.ts"; +export { distinct } from "https://deno.land/std@0.207.0/collections/distinct.ts"; +export { maxBy } from "https://deno.land/std@0.207.0/collections/max_by.ts"; +export { filterKeys } from "https://deno.land/std@0.207.0/collections/filter_keys.ts"; +export { mapEntries } from "https://deno.land/std@0.207.0/collections/map_entries.ts"; diff --git a/lib/std/fmt.ts b/lib/std/fmt.ts index e4af212b..820aa4e2 100644 --- a/lib/std/fmt.ts +++ b/lib/std/fmt.ts @@ -1 +1 @@ -export { stripAnsiCode } from "https://deno.land/std@0.206.0/fmt/colors.ts"; +export { stripAnsiCode } from "https://deno.land/std@0.207.0/fmt/colors.ts"; diff --git a/lib/std/fs.ts b/lib/std/fs.ts index e7f49c70..fa3d2ba1 100644 --- a/lib/std/fs.ts +++ b/lib/std/fs.ts @@ -1,6 +1,6 @@ -export { existsSync } from "https://deno.land/std@0.206.0/fs/exists.ts"; +export { existsSync } from "https://deno.land/std@0.207.0/fs/exists.ts"; export { detect as detectEOL, EOL, format as formatEOL, -} from "https://deno.land/std@0.206.0/fs/eol.ts"; +} from "https://deno.land/std@0.207.0/fs/eol.ts"; diff --git a/lib/std/jsonc.ts b/lib/std/jsonc.ts index e1f483aa..7f2294db 100644 --- a/lib/std/jsonc.ts +++ b/lib/std/jsonc.ts @@ -1 +1 @@ -export { parse } from "https://deno.land/std@0.206.0/jsonc/parse.ts"; +export { parse } from "https://deno.land/std@0.207.0/jsonc/parse.ts"; diff --git a/lib/std/path.ts b/lib/std/path.ts index 19d05ebf..94be32c0 100644 --- a/lib/std/path.ts +++ b/lib/std/path.ts @@ -1,8 +1,8 @@ -export { isAbsolute } from "https://deno.land/std@0.206.0/path/is_absolute.ts"; -export { relative } from "https://deno.land/std@0.206.0/path/relative.ts"; -export { resolve } from "https://deno.land/std@0.206.0/path/resolve.ts"; -export { toFileUrl } from "https://deno.land/std@0.206.0/path/to_file_url.ts"; -export { fromFileUrl } from "https://deno.land/std@0.206.0/path/from_file_url.ts"; -export { extname } from "https://deno.land/std@0.206.0/path/extname.ts"; -export { join } from "https://deno.land/std@0.206.0/path/join.ts"; -export { dirname } from "https://deno.land/std@0.206.0/path/dirname.ts"; +export { isAbsolute } from "https://deno.land/std@0.207.0/path/is_absolute.ts"; +export { relative } from "https://deno.land/std@0.207.0/path/relative.ts"; +export { resolve } from "https://deno.land/std@0.207.0/path/resolve.ts"; +export { toFileUrl } from "https://deno.land/std@0.207.0/path/to_file_url.ts"; +export { fromFileUrl } from "https://deno.land/std@0.207.0/path/from_file_url.ts"; +export { extname } from "https://deno.land/std@0.207.0/path/extname.ts"; +export { join } from "https://deno.land/std@0.207.0/path/join.ts"; +export { dirname } from "https://deno.land/std@0.207.0/path/dirname.ts"; diff --git a/lib/std/semver.ts b/lib/std/semver.ts index 62eb289b..5717f92c 100644 --- a/lib/std/semver.ts +++ b/lib/std/semver.ts @@ -1 +1 @@ -export { parse } from "https://deno.land/std@0.206.0/semver/parse.ts"; +export { parse } from "https://deno.land/std@0.207.0/semver/parse.ts"; diff --git a/lib/std/testing.ts b/lib/std/testing.ts index bd55f9bc..1ac86209 100644 --- a/lib/std/testing.ts +++ b/lib/std/testing.ts @@ -5,7 +5,7 @@ export { beforeEach, describe, it, -} from "https://deno.land/std@0.206.0/testing/bdd.ts"; +} from "https://deno.land/std@0.207.0/testing/bdd.ts"; export { assertSpyCall, assertSpyCallArg, @@ -20,4 +20,4 @@ export { } from "https://deno.land/std@0.207.0/testing/mock.ts"; export { createAssertSnapshot, -} from "https://deno.land/std@0.206.0/testing/snapshot.ts"; +} from "https://deno.land/std@0.207.0/testing/snapshot.ts"; From 4472f00cd94ab1a39f85921533b84c268afd6f19 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 21 Nov 2023 06:04:08 +0000 Subject: [PATCH 2/2] build(deps): bump deno.land/x/deno_graph from 0.60.0 to 0.61.1 --- lib/x/deno_graph.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/x/deno_graph.ts b/lib/x/deno_graph.ts index d327039f..18c9d2ee 100644 --- a/lib/x/deno_graph.ts +++ b/lib/x/deno_graph.ts @@ -4,4 +4,4 @@ export { init, load, type ModuleJson, -} from "https://deno.land/x/deno_graph@0.60.0/mod.ts"; +} from "https://deno.land/x/deno_graph@0.61.1/mod.ts";