From 7d1d9cc34aca7a4c4d6969d6d50fedf988a087fd Mon Sep 17 00:00:00 2001 From: denobot <33910674+denobot@users.noreply.github.com> Date: Fri, 21 Jun 2024 19:15:49 +0900 Subject: [PATCH] chore: release 2024.06.21 (#5107) Co-authored-by: kt3k --- Releases.md | 93 +++++++++++++++++++++++++++++++++++++++++++++++ archive/deno.json | 2 +- async/deno.json | 2 +- deno.json | 20 +++++----- dotenv/deno.json | 2 +- expect/deno.json | 2 +- io/deno.json | 2 +- jsonc/deno.json | 2 +- log/deno.json | 2 +- testing/deno.json | 2 +- toml/deno.json | 2 +- yaml/deno.json | 2 +- 12 files changed, 113 insertions(+), 20 deletions(-) diff --git a/Releases.md b/Releases.md index 798b61b5e..705c24402 100644 --- a/Releases.md +++ b/Releases.md @@ -1,3 +1,96 @@ +### 2024.06.21 + +#### @std/archive 0.224.2 (patch) + +- refactor(archive,expect,io,log,toml,yaml): remove `private` and `public` + access modifiers (#5077) + +#### @std/async 1.0.0-rc.2 (prerelease) + +- BREAKING(async): simplify `deadline()` logic, remove `DeadlineError` and + improve errors (#5058) +- BREAKING(async): make `abortablePromise()` and `abortableAsyncIterable()` + private (#5056) + +#### @std/cli 1.0.0-rc.1 (prerelease) + +- chore(cli): release `cli@1.0.0-rc.1` (#5068) +- chore(cli): make spinner unstable/experimental (#5067) + +#### @std/collections 1.0.0 (major) + +- chore(collections): release `collections@1.0.0` (#4773) + +#### @std/dotenv 0.224.1 (patch) + +- docs(dotenv): improve `dotenv` docs (#5095) + +#### @std/expect 0.224.5 (patch) + +- refactor(archive,expect,io,log,toml,yaml): remove `private` and `public` + access modifiers (#5077) + +#### @std/fs 1.0.0-rc.1 (prerelease) + +- refactor(fs): improve `expandGlob()` implementation and testing (#5089) +- refactor(fs): reduce the repetition in `exists.ts` (#5088) +- refactor(fs): reduce the repetition in ensure_dir.ts (#5085) +- refactor(fs): resolve directories when checking whether they are the same in + `isSubdir()` (#5076) +- test(fs): improve `copy()` testing (#5084) +- test(fs): improve `ensureSymlink()` test (#5087) +- test(fs): check `ensureDir()` is not racy (#5086) +- chore(fs): release `fs@1.0.0-rc.1` (#5091) + +#### @std/io 0.224.2 (patch) + +- refactor(archive,expect,io,log,toml,yaml): remove `private` and `public` + access modifiers (#5077) + +#### @std/json 1.0.0-rc.1 (prerelease) + +- BREAKING(json): rename /common to /types (#5103) +- BREAKING(json): remove `writableStrategy` and `readableStrategy` options + (#5097) +- docs(json): lint `@std/json` docs (#4798) +- test(json): improve json testing (#5075) +- chore(json): release `json@1.0.0-rc.1` (#5102) + +#### @std/jsonc 0.224.3 (patch) + +- test(jsonc): remove dead code and improve testing (#5093) + +#### @std/log 0.224.3 (patch) + +- refactor(archive,expect,io,log,toml,yaml): remove `private` and `public` + access modifiers (#5077) + +#### @std/streams 1.0.0-rc.1 (prerelease) + +- BREAKING(streams): remove `iterateReader`, `readableStreamFromReader`, + `readerFromIterable`, `readerFromStreamReader`, `writableStreamFromWriter`, + and `writerFromStreamWriter` (#5060) +- fix(streams): prevent `earlyZipReadableStreams()` from possibly using + excessive memory (#5082) +- test(streams): improve test coverage (#5078) +- test(streams): improve `DelimiterStream` test cases (#5070) +- test(streams): improve `Buffer` test (#5061) +- chore(streams): release `streams@1.0.0-rc.1` (#5074) + +#### @std/testing 0.225.3 (patch) + +- refactor(testing): remove `FakeTime.start` setter (#5050) + +#### @std/toml 1.0.0-rc.2 (prerelease) + +- refactor(archive,expect,io,log,toml,yaml): remove `private` and `public` + access modifiers (#5077) + +#### @std/yaml 0.224.2 (patch) + +- refactor(archive,expect,io,log,toml,yaml): remove `private` and `public` + access modifiers (#5077) + ### 2024.06.17 #### @std/async 1.0.0-rc.1 (prerelease) diff --git a/archive/deno.json b/archive/deno.json index 9cf166e45..b4de17c51 100644 --- a/archive/deno.json +++ b/archive/deno.json @@ -1,6 +1,6 @@ { "name": "@std/archive", - "version": "0.224.1", + "version": "0.224.2", "exports": { ".": "./mod.ts", "./tar": "./tar.ts", diff --git a/async/deno.json b/async/deno.json index d68a37ae8..f4aff1e0b 100644 --- a/async/deno.json +++ b/async/deno.json @@ -1,6 +1,6 @@ { "name": "@std/async", - "version": "1.0.0-rc.1", + "version": "1.0.0-rc.2", "exports": { ".": "./mod.ts", "./abortable": "./abortable.ts", diff --git a/deno.json b/deno.json index c26e03588..9c1567d62 100644 --- a/deno.json +++ b/deno.json @@ -12,9 +12,9 @@ "automation/": "https://raw.githubusercontent.com/denoland/automation/0.10.0/", "graphviz": "npm:node-graphviz@^0.1.1", - "@std/archive": "jsr:@std/archive@^0.224.1", + "@std/archive": "jsr:@std/archive@^0.224.2", "@std/assert": "jsr:@std/assert@1.0.0-rc.2", - "@std/async": "jsr:@std/async@^1.0.0-rc.1", + "@std/async": "jsr:@std/async@^1.0.0-rc.2", "@std/bytes": "jsr:@std/bytes@^1.0.0-rc.3", "@std/cli": "jsr:@std/cli@^1.0.0-rc.1", "@std/collections": "jsr:@std/collections@^1.0.0", @@ -22,9 +22,9 @@ "@std/csv": "jsr:@std/csv@^0.224.3", "@std/data-structures": "jsr:@std/data-structures@^1.0.0-rc.1", "@std/datetime": "jsr:@std/datetime@^0.224.1", - "@std/dotenv": "jsr:@std/dotenv@^0.224.0", + "@std/dotenv": "jsr:@std/dotenv@^0.224.1", "@std/encoding": "jsr:@std/encoding@1.0.0-rc.2", - "@std/expect": "jsr:@std/expect@^0.224.4", + "@std/expect": "jsr:@std/expect@^0.224.5", "@std/fmt": "jsr:@std/fmt@^0.225.4", "@std/front-matter": "jsr:@std/front-matter@^0.224.2", "@std/fs": "jsr:@std/fs@^1.0.0-rc.1", @@ -32,10 +32,10 @@ "@std/http": "jsr:@std/http@^0.224.5", "@std/ini": "jsr:@std/ini@^0.225.1", "@std/internal": "jsr:@std/internal@^1.0.0", - "@std/io": "jsr:@std/io@^0.224.1", + "@std/io": "jsr:@std/io@^0.224.2", "@std/json": "jsr:@std/json@^1.0.0-rc.1", - "@std/jsonc": "jsr:@std/jsonc@^0.224.2", - "@std/log": "jsr:@std/log@^0.224.2", + "@std/jsonc": "jsr:@std/jsonc@^0.224.3", + "@std/log": "jsr:@std/log@^0.224.3", "@std/media-types": "jsr:@std/media-types@^1.0.0-rc.1", "@std/msgpack": "jsr:@std/msgpack@^1.0.0-rc.1", "@std/net": "jsr:@std/net@^0.224.3", @@ -43,14 +43,14 @@ "@std/regexp": "jsr:@std/regexp@^1.0.0-rc.1", "@std/semver": "jsr:@std/semver@^0.224.3", "@std/streams": "jsr:@std/streams@^1.0.0-rc.1", - "@std/testing": "jsr:@std/testing@^0.225.2", + "@std/testing": "jsr:@std/testing@^0.225.3", "@std/text": "jsr:@std/text@^1.0.0-rc.1", - "@std/toml": "jsr:@std/toml@^1.0.0-rc.1", + "@std/toml": "jsr:@std/toml@^1.0.0-rc.2", "@std/ulid": "jsr:@std/ulid@^1.0.0-rc.2", "@std/url": "jsr:@std/url@^1.0.0-rc.1", "@std/uuid": "jsr:@std/uuid@1.0.0-rc.1", "@std/webgpu": "jsr:@std/webgpu@^0.224.4", - "@std/yaml": "jsr:@std/yaml@^0.224.1" + "@std/yaml": "jsr:@std/yaml@^0.224.2" }, "tasks": { "test": "deno test --unstable-http --unstable-webgpu --doc --allow-all --parallel --coverage --trace-leaks --clean", diff --git a/dotenv/deno.json b/dotenv/deno.json index a08e5c4db..22d98d121 100644 --- a/dotenv/deno.json +++ b/dotenv/deno.json @@ -1,6 +1,6 @@ { "name": "@std/dotenv", - "version": "0.224.0", + "version": "0.224.1", "exports": { ".": "./mod.ts", "./load": "./load.ts", diff --git a/expect/deno.json b/expect/deno.json index 5db6e5dce..ac779bcde 100644 --- a/expect/deno.json +++ b/expect/deno.json @@ -1,6 +1,6 @@ { "name": "@std/expect", - "version": "0.224.4", + "version": "0.224.5", "exports": { ".": "./mod.ts", "./expect": "./expect.ts", diff --git a/io/deno.json b/io/deno.json index 8d3137dc6..eaf3194d8 100644 --- a/io/deno.json +++ b/io/deno.json @@ -1,6 +1,6 @@ { "name": "@std/io", - "version": "0.224.1", + "version": "0.224.2", "exports": { ".": "./mod.ts", "./buf-reader": "./buf_reader.ts", diff --git a/jsonc/deno.json b/jsonc/deno.json index c8c155674..ae4e114fc 100644 --- a/jsonc/deno.json +++ b/jsonc/deno.json @@ -1,6 +1,6 @@ { "name": "@std/jsonc", - "version": "0.224.2", + "version": "0.224.3", "exports": { ".": "./mod.ts", "./parse": "./parse.ts" diff --git a/log/deno.json b/log/deno.json index 655acba9a..577eb4a83 100644 --- a/log/deno.json +++ b/log/deno.json @@ -1,6 +1,6 @@ { "name": "@std/log", - "version": "0.224.2", + "version": "0.224.3", "exports": { ".": "./mod.ts", "./base-handler": "./base_handler.ts", diff --git a/testing/deno.json b/testing/deno.json index 79777e4a9..1782de24d 100644 --- a/testing/deno.json +++ b/testing/deno.json @@ -1,6 +1,6 @@ { "name": "@std/testing", - "version": "0.225.2", + "version": "0.225.3", "exports": { "./asserts": "./asserts.ts", "./bdd": "./bdd.ts", diff --git a/toml/deno.json b/toml/deno.json index c6c459815..49576a55f 100644 --- a/toml/deno.json +++ b/toml/deno.json @@ -1,6 +1,6 @@ { "name": "@std/toml", - "version": "1.0.0-rc.1", + "version": "1.0.0-rc.2", "exports": { ".": "./mod.ts", "./parse": "./parse.ts", diff --git a/yaml/deno.json b/yaml/deno.json index 89d85e58c..5eeaf1476 100644 --- a/yaml/deno.json +++ b/yaml/deno.json @@ -1,6 +1,6 @@ { "name": "@std/yaml", - "version": "0.224.1", + "version": "0.224.2", "exports": { ".": "./mod.ts", "./parse": "./parse.ts",