From f2a12748e1e9a51a0374c9b0c9f44dc298ee40ed Mon Sep 17 00:00:00 2001 From: Yuki Tanaka Date: Mon, 25 Apr 2022 06:03:57 +0900 Subject: [PATCH] deps: deno@v1.21.0, deno_std@v0.136.0 (#302) --- .denov | 2 +- .github/workflows/build.yml | 2 +- modules-lock.json | 2 +- modules.json | 2 +- vendor/https/deno.land/std/async/deferred.ts | 2 +- vendor/https/deno.land/std/async/delay.ts | 2 +- vendor/https/deno.land/std/io/buffer.ts | 2 +- vendor/https/deno.land/std/io/util.ts | 2 +- vendor/https/deno.land/std/testing/asserts.ts | 2 +- vendor/https/deno.land/std/testing/bench.ts | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.denov b/.denov index 1940c469..a68c29a5 100644 --- a/.denov +++ b/.denov @@ -1 +1 @@ -v1.20.3 +v1.21.0 diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 05eaeabd..e96f0806 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -36,7 +36,7 @@ jobs: run: | deno task make_mod git diff --exit-code - deno cache mod.ts # Ensure that mod.ts works without --unstable + deno check mod.ts - name: Run lint run: | diff --git a/modules-lock.json b/modules-lock.json index beef4870..fd16c48d 100644 --- a/modules-lock.json +++ b/modules-lock.json @@ -1,6 +1,6 @@ { "https://deno.land/std": { - "version": "@0.132.0", + "version": "@0.136.0", "modules": [ "/async/deferred.ts", "/async/delay.ts", diff --git a/modules.json b/modules.json index beef4870..fd16c48d 100644 --- a/modules.json +++ b/modules.json @@ -1,6 +1,6 @@ { "https://deno.land/std": { - "version": "@0.132.0", + "version": "@0.136.0", "modules": [ "/async/deferred.ts", "/async/delay.ts", diff --git a/vendor/https/deno.land/std/async/deferred.ts b/vendor/https/deno.land/std/async/deferred.ts index 66a76896..c8431298 100644 --- a/vendor/https/deno.land/std/async/deferred.ts +++ b/vendor/https/deno.land/std/async/deferred.ts @@ -1 +1 @@ -export * from "https://deno.land/std@0.132.0/async/deferred.ts"; +export * from "https://deno.land/std@0.136.0/async/deferred.ts"; diff --git a/vendor/https/deno.land/std/async/delay.ts b/vendor/https/deno.land/std/async/delay.ts index 78b12f91..843b0feb 100644 --- a/vendor/https/deno.land/std/async/delay.ts +++ b/vendor/https/deno.land/std/async/delay.ts @@ -1 +1 @@ -export * from "https://deno.land/std@0.132.0/async/delay.ts"; +export * from "https://deno.land/std@0.136.0/async/delay.ts"; diff --git a/vendor/https/deno.land/std/io/buffer.ts b/vendor/https/deno.land/std/io/buffer.ts index dd094f87..148d171b 100644 --- a/vendor/https/deno.land/std/io/buffer.ts +++ b/vendor/https/deno.land/std/io/buffer.ts @@ -1 +1 @@ -export * from "https://deno.land/std@0.132.0/io/buffer.ts"; +export * from "https://deno.land/std@0.136.0/io/buffer.ts"; diff --git a/vendor/https/deno.land/std/io/util.ts b/vendor/https/deno.land/std/io/util.ts index 66f28066..1f2b7730 100644 --- a/vendor/https/deno.land/std/io/util.ts +++ b/vendor/https/deno.land/std/io/util.ts @@ -1 +1 @@ -export * from "https://deno.land/std@0.132.0/io/util.ts"; +export * from "https://deno.land/std@0.136.0/io/util.ts"; diff --git a/vendor/https/deno.land/std/testing/asserts.ts b/vendor/https/deno.land/std/testing/asserts.ts index 54583cdf..c44228c8 100644 --- a/vendor/https/deno.land/std/testing/asserts.ts +++ b/vendor/https/deno.land/std/testing/asserts.ts @@ -1 +1 @@ -export * from "https://deno.land/std@0.132.0/testing/asserts.ts"; +export * from "https://deno.land/std@0.136.0/testing/asserts.ts"; diff --git a/vendor/https/deno.land/std/testing/bench.ts b/vendor/https/deno.land/std/testing/bench.ts index cda22436..99643858 100644 --- a/vendor/https/deno.land/std/testing/bench.ts +++ b/vendor/https/deno.land/std/testing/bench.ts @@ -1 +1 @@ -export * from "https://deno.land/std@0.132.0/testing/bench.ts"; +export * from "https://deno.land/std@0.136.0/testing/bench.ts";