Skip to content

Commit 93cbc30

Browse files
github-actions[bot]lambdalisue
authored andcommitted
📦 bump deno.land/std from 0.214.0 to 0.217.0
1 parent 2e1696d commit 93cbc30

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+47
-47
lines changed

.scripts/gen-function/gen-function.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import {
22
difference,
33
intersection,
44
} from "https://deno.land/x/set_operations@v1.1.1/mod.ts";
5-
import * as path from "https://deno.land/std@0.214.0/path/mod.ts";
5+
import * as path from "https://deno.land/std@0.217.0/path/mod.ts";
66
import { parse } from "./parse.ts";
77
import { format } from "./format.ts";
88
import { DOCS_OVERRIDES } from "./override.ts";

.scripts/gen-option/gen-option.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import {
22
difference,
33
intersection,
44
} from "https://deno.land/x/set_operations@v1.1.1/mod.ts";
5-
import * as path from "https://deno.land/std@0.214.0/path/mod.ts";
5+
import * as path from "https://deno.land/std@0.217.0/path/mod.ts";
66
import { parse } from "./parse.ts";
77
import { format } from "./format.ts";
88
import { DOCS_OVERRIDES } from "./override.ts";

.scripts/markdown_test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { assertEquals } from "https://deno.land/std@0.214.0/assert/mod.ts";
1+
import { assertEquals } from "https://deno.land/std@0.217.0/assert/mod.ts";
22

33
import { createMarkdownFromHelp } from "./markdown.ts";
44

.scripts/transform.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import {
22
fromFileUrl,
33
toFileUrl,
4-
} from "https://deno.land/std@0.214.0/path/mod.ts";
4+
} from "https://deno.land/std@0.217.0/path/mod.ts";
55
import { intersection } from "https://deno.land/x/set_operations@v1.1.1/mod.ts";
66

77
interface ModuleInformation {

.scripts/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import * as streams from "https://deno.land/std@0.214.0/streams/mod.ts";
1+
import * as streams from "https://deno.land/std@0.217.0/streams/mod.ts";
22

33
/**
44
* Downloads a text file and returns the contents.

.scripts/utils_test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ import {
33
assertInstanceOf,
44
assertRejects,
55
assertThrows,
6-
} from "https://deno.land/std@0.214.0/assert/mod.ts";
7-
import { stub } from "https://deno.land/std@0.214.0/testing/mock.ts";
6+
} from "https://deno.land/std@0.217.0/assert/mod.ts";
7+
import { stub } from "https://deno.land/std@0.217.0/testing/mock.ts";
88

99
import {
1010
Counter,

argument/flags_test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { assertEquals } from "https://deno.land/std@0.214.0/assert/mod.ts";
1+
import { assertEquals } from "https://deno.land/std@0.217.0/assert/mod.ts";
22
import { parseFlags } from "./flags.ts";
33

44
Deno.test("parseFlags", () => {

argument/mod_test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { assertEquals } from "https://deno.land/std@0.214.0/assert/mod.ts";
1+
import { assertEquals } from "https://deno.land/std@0.217.0/assert/mod.ts";
22
import { parse } from "./mod.ts";
33

44
Deno.test("parse", () => {

argument/opts_test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { assertEquals } from "https://deno.land/std@0.214.0/assert/mod.ts";
1+
import { assertEquals } from "https://deno.land/std@0.217.0/assert/mod.ts";
22
import { parseOpts } from "./opts.ts";
33

44
Deno.test("parseOpts", () => {

autocmd/common_test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { assertEquals } from "https://deno.land/std@0.214.0/assert/mod.ts";
1+
import { assertEquals } from "https://deno.land/std@0.217.0/assert/mod.ts";
22
import { test } from "https://deno.land/x/denops_test@v1.6.1/mod.ts";
33
import { globals } from "../variable/mod.ts";
44
import { define, emit, emitAll, list, remove } from "./common.ts";

0 commit comments

Comments
 (0)