Skip to content

Commit

Permalink
deps: deno@v1.41.1, deno_std@v0.218.0 (#426)
Browse files Browse the repository at this point in the history
This commit also migrates `--trace-ops` to `--trace-leaks`
  • Loading branch information
uki00a authored Mar 5, 2024
1 parent 3a79f8f commit 849c98e
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .denov
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.41.0
v1.41.1
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"exclude": ["benchmark/", "tmp/", "vendor/"]
},
"tasks": {
"test": "DENO_FUTURE=1 deno test --allow-net --allow-read=tests --allow-write=tests/tmp --allow-run=redis-server,redis-cli --coverage=coverage --trace-ops",
"test": "DENO_FUTURE=1 deno test --allow-net --allow-read=tests --allow-write=tests/tmp --allow-run=redis-server,redis-cli --coverage=coverage --trace-leaks",
"test:doc": "deno test --doc --no-run --import-map=import_map.test.json",
"coverage": "deno coverage ./coverage --lcov --output=coverage/lcov.info",
"make_mod": "deno run --allow-read --allow-write --allow-run --check tools/make_mod.ts",
Expand Down
2 changes: 1 addition & 1 deletion modules-lock.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"https://deno.land/std": {
"version": "@0.217.0",
"version": "@0.218.0",
"modules": [
"/assert/mod.ts",
"/async/delay.ts",
Expand Down
2 changes: 1 addition & 1 deletion modules.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"https://deno.land/std": {
"version": "@0.217.0",
"version": "@0.218.0",
"modules": [
"/assert/mod.ts",
"/async/delay.ts",
Expand Down
2 changes: 1 addition & 1 deletion vendor/https/deno.land/std/assert/mod.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/std@0.217.0/assert/mod.ts";
export * from "https://deno.land/std@0.218.0/assert/mod.ts";
2 changes: 1 addition & 1 deletion vendor/https/deno.land/std/async/delay.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/std@0.217.0/async/delay.ts";
export * from "https://deno.land/std@0.218.0/async/delay.ts";
2 changes: 1 addition & 1 deletion vendor/https/deno.land/std/bytes/concat.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/std@0.217.0/bytes/concat.ts";
export * from "https://deno.land/std@0.218.0/bytes/concat.ts";
2 changes: 1 addition & 1 deletion vendor/https/deno.land/std/io/buf_reader.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/std@0.217.0/io/buf_reader.ts";
export * from "https://deno.land/std@0.218.0/io/buf_reader.ts";
2 changes: 1 addition & 1 deletion vendor/https/deno.land/std/io/buf_writer.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/std@0.217.0/io/buf_writer.ts";
export * from "https://deno.land/std@0.218.0/io/buf_writer.ts";
2 changes: 1 addition & 1 deletion vendor/https/deno.land/std/io/read_all.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/std@0.217.0/io/read_all.ts";
export * from "https://deno.land/std@0.218.0/io/read_all.ts";
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/std@0.217.0/streams/reader_from_stream_reader.ts";
export * from "https://deno.land/std@0.218.0/streams/reader_from_stream_reader.ts";
2 changes: 1 addition & 1 deletion vendor/https/deno.land/std/testing/bdd.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/std@0.217.0/testing/bdd.ts";
export * from "https://deno.land/std@0.218.0/testing/bdd.ts";

0 comments on commit 849c98e

Please sign in to comment.