Skip to content

Commit

Permalink
⬆️ Bump std from 0.171.0 to 0.213.0
Browse files Browse the repository at this point in the history
  • Loading branch information
proudust committed Feb 5, 2024
1 parent 80a6b84 commit 45b0464
Show file tree
Hide file tree
Showing 7 changed files with 720 additions and 2,885 deletions.
2 changes: 1 addition & 1 deletion cli/main.node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* @module
*/

import { dirname } from "https://deno.land/std@0.171.0/path/mod.ts";
import { dirname } from "https://deno.land/std@0.213.0/path/mod.ts";
import * as git from "../git-wrapper/mod.ts";
import { ghDescribeCli } from "./cli.ts";

Expand Down
2 changes: 1 addition & 1 deletion cli/main.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { dirname, fromFileUrl } from "https://deno.land/std@0.171.0/path/mod.ts";
import { dirname, fromFileUrl } from "https://deno.land/std@0.213.0/path/mod.ts";
import * as git from "../git-wrapper/mod.ts";
import { ghDescribeCli } from "./cli.ts";

Expand Down
2 changes: 1 addition & 1 deletion core/search_tags.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { assertEquals } from "https://deno.land/std@0.171.0/testing/asserts.ts";
import { assertEquals } from "https://deno.land/std@0.213.0/testing/asserts.ts";
import { searchTag } from "./search_tags.ts";

Deno.test("function searchTag(tags, histories)", async (ctx) => {
Expand Down
2 changes: 1 addition & 1 deletion core/to_regexp_array.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { globToRegExp } from "https://deno.land/std@0.171.0/path/glob.ts";
import { globToRegExp } from "https://deno.land/std@0.213.0/path/glob.ts";

export function toReqExpArray(glob?: string | RegExp | (string | RegExp)[]): RegExp[] {
if (!glob) {
Expand Down
45 changes: 30 additions & 15 deletions deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 45b0464

Please sign in to comment.