Skip to content

Commit

Permalink
build(deps): bump deno.land/std from 0.207.0 to 0.208.0 (#93)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
hasundue and github-actions[bot] authored Nov 25, 2023
1 parent 3b3029b commit 02af047
Show file tree
Hide file tree
Showing 10 changed files with 146 additions and 146 deletions.
230 changes: 115 additions & 115 deletions deno.lock

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions lib/std/assert.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
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";
export { assertRejects } from "https://deno.land/std@0.207.0/assert/assert_rejects.ts";
export { assertArrayIncludes } from "https://deno.land/std@0.208.0/assert/assert_array_includes.ts";
export { assertEquals } from "https://deno.land/std@0.208.0/assert/assert_equals.ts";
export { assertExists } from "https://deno.land/std@0.208.0/assert/assert_exists.ts";
export { assertNotEquals } from "https://deno.land/std@0.208.0/assert/assert_not_equals.ts";
export { assertObjectMatch } from "https://deno.land/std@0.208.0/assert/assert_object_match.ts";
export { assertThrows } from "https://deno.land/std@0.208.0/assert/assert_throws.ts";
export { AssertionError } from "https://deno.land/std@0.208.0/assert/assertion_error.ts";
export { assertRejects } from "https://deno.land/std@0.208.0/assert/assert_rejects.ts";
8 changes: 4 additions & 4 deletions lib/std/collections.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
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";
export { distinct } from "https://deno.land/std@0.208.0/collections/distinct.ts";
export { maxBy } from "https://deno.land/std@0.208.0/collections/max_by.ts";
export { filterKeys } from "https://deno.land/std@0.208.0/collections/filter_keys.ts";
export { mapEntries } from "https://deno.land/std@0.208.0/collections/map_entries.ts";
2 changes: 1 addition & 1 deletion lib/std/fmt.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export { stripAnsiCode } from "https://deno.land/std@0.207.0/fmt/colors.ts";
export { stripAnsiCode } from "https://deno.land/std@0.208.0/fmt/colors.ts";
4 changes: 2 additions & 2 deletions lib/std/fs.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export { existsSync } from "https://deno.land/std@0.207.0/fs/exists.ts";
export { existsSync } from "https://deno.land/std@0.208.0/fs/exists.ts";
export {
detect as detectEOL,
EOL,
format as formatEOL,
} from "https://deno.land/std@0.207.0/fs/eol.ts";
} from "https://deno.land/std@0.208.0/fs/eol.ts";
2 changes: 1 addition & 1 deletion lib/std/jsonc.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export { parse } from "https://deno.land/std@0.207.0/jsonc/parse.ts";
export { parse } from "https://deno.land/std@0.208.0/jsonc/parse.ts";
18 changes: 9 additions & 9 deletions lib/std/path.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
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";
export { basename } from "https://deno.land/std@0.207.0/path/basename.ts";
export { isAbsolute } from "https://deno.land/std@0.208.0/path/is_absolute.ts";
export { relative } from "https://deno.land/std@0.208.0/path/relative.ts";
export { resolve } from "https://deno.land/std@0.208.0/path/resolve.ts";
export { toFileUrl } from "https://deno.land/std@0.208.0/path/to_file_url.ts";
export { fromFileUrl } from "https://deno.land/std@0.208.0/path/from_file_url.ts";
export { extname } from "https://deno.land/std@0.208.0/path/extname.ts";
export { join } from "https://deno.land/std@0.208.0/path/join.ts";
export { dirname } from "https://deno.land/std@0.208.0/path/dirname.ts";
export { basename } from "https://deno.land/std@0.208.0/path/basename.ts";
2 changes: 1 addition & 1 deletion lib/std/semver.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export { parse } from "https://deno.land/std@0.207.0/semver/parse.ts";
export { parse } from "https://deno.land/std@0.208.0/semver/parse.ts";
6 changes: 3 additions & 3 deletions lib/std/testing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export {
beforeEach,
describe,
it,
} from "https://deno.land/std@0.207.0/testing/bdd.ts";
} from "https://deno.land/std@0.208.0/testing/bdd.ts";
export {
assertSpyCall,
assertSpyCallArg,
Expand All @@ -17,7 +17,7 @@ export {
type SpyCall,
type Stub,
stub,
} from "https://deno.land/std@0.207.0/testing/mock.ts";
} from "https://deno.land/std@0.208.0/testing/mock.ts";
export {
createAssertSnapshot,
} from "https://deno.land/std@0.207.0/testing/snapshot.ts";
} from "https://deno.land/std@0.208.0/testing/snapshot.ts";
4 changes: 2 additions & 2 deletions lib/std/url.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export { dirname } from "https://deno.land/std@0.207.0/url/dirname.ts";
export { join } from "https://deno.land/std@0.207.0/url/join.ts";
export { dirname } from "https://deno.land/std@0.208.0/url/dirname.ts";
export { join } from "https://deno.land/std@0.208.0/url/join.ts";

0 comments on commit 02af047

Please sign in to comment.