From b9374d37153512263643faacfe5ec84ca5e54191 Mon Sep 17 00:00:00 2001 From: denobot <33910674+denobot@users.noreply.github.com> Date: Mon, 3 Jun 2024 15:44:03 +0900 Subject: [PATCH] chore: release 2024.06.03 (#4935) Co-authored-by: kt3k --- Releases.md | 125 ++++++++++++++++++++++++++++++++++++++ assert/deno.json | 2 +- cli/deno.json | 2 +- csv/deno.json | 2 +- data_structures/deno.json | 2 +- deno.json | 38 ++++++------ expect/deno.json | 2 +- fmt/deno.json | 2 +- front_matter/deno.json | 2 +- html/deno.json | 2 +- http/deno.json | 2 +- jsonc/deno.json | 2 +- net/deno.json | 2 +- path/deno.json | 2 +- semver/deno.json | 2 +- streams/deno.json | 2 +- testing/deno.json | 2 +- text/deno.json | 2 +- toml/deno.json | 2 +- webgpu/deno.json | 2 +- 20 files changed, 162 insertions(+), 37 deletions(-) diff --git a/Releases.md b/Releases.md index bb665060f..c9dd8cdc9 100644 --- a/Releases.md +++ b/Releases.md @@ -1,3 +1,128 @@ +### 2024.06.03 + +#### @std/assert 0.226.0 (minor) + +- BREAKING(assert,testing): remove `formatter` option from `assertEquals()` + (#4893) +- docs(assert,cli,data-structures,expect,fmt,front-matter,html,http,jsonc,semver,streams,text,toml,webgpu): + add snippet checks in module, function and class docs to doc checker (#4855) +- docs(assert): improve docs (#4876) + +#### @std/cli 0.224.5 (patch) + +- docs(assert,cli,data-structures,expect,fmt,front-matter,html,http,jsonc,semver,streams,text,toml,webgpu): + add snippet checks in module, function and class docs to doc checker (#4855) + +#### @std/crypto 1.0.0-rc.1 (prerelease) + +- BREAKING(crypto): remove deprecated APIs (#4919) +- BREAKING(crypto): remove KeyStack (#4916) +- docs(crypto): improve docs (#4884) +- refactor(crypto): cleanup redundant assertion in `timingSafeEqual()` (#4907) +- test(crypto): test node.js custom inspection of `KeyStack` (#4887) +- chore(crypto): release `crypto@1.0.0-rc.1` (#4912) + +#### @std/csv 0.224.2 (patch) + +- docs(csv): use assertions in example code snippets (#4932) +- docs(csv): improve API docs (#4920) + +#### @std/data-structures 0.225.1 (patch) + +- docs(assert,cli,data-structures,expect,fmt,front-matter,html,http,jsonc,semver,streams,text,toml,webgpu): + add snippet checks in module, function and class docs to doc checker (#4855) + +#### @std/encoding 1.0.0-rc.1 (prerelease) + +- BREAKING(encoding): replace `Ascii85Options` with `EncodeAscii85Options` and + `DecodeAscii85Options` (#4861) +- BREAKING(encoding): rename `MaxVarInt` to `MaxVarint` (#4896) +- BREAKING(encoding): rename `MaxUInt64` to `MaxUint64` (#4897) +- BREAKING(encoding): remove deprecated VarInt APIs (#4864) +- fix(encoding): throw `TypeError` on invalid input (#4901) +- chore(encoding): release `encoding@1.0.0-rc.1` (#4858) + +#### @std/expect 0.224.4 (patch) + +- docs(assert,cli,data-structures,expect,fmt,front-matter,html,http,jsonc,semver,streams,text,toml,webgpu): + add snippet checks in module, function and class docs to doc checker (#4855) + +#### @std/fmt 0.225.3 (patch) + +- docs(assert,cli,data-structures,expect,fmt,front-matter,html,http,jsonc,semver,streams,text,toml,webgpu): + add snippet checks in module, function and class docs to doc checker (#4855) + +#### @std/front-matter 0.224.2 (patch) + +- docs(assert,cli,data-structures,expect,fmt,front-matter,html,http,jsonc,semver,streams,text,toml,webgpu): + add snippet checks in module, function and class docs to doc checker (#4855) + +#### @std/html 0.224.2 (patch) + +- docs(assert,cli,data-structures,expect,fmt,front-matter,html,http,jsonc,semver,streams,text,toml,webgpu): + add snippet checks in module, function and class docs to doc checker (#4855) + +#### @std/http 0.224.3 (patch) + +- docs(assert,cli,data-structures,expect,fmt,front-matter,html,http,jsonc,semver,streams,text,toml,webgpu): + add snippet checks in module, function and class docs to doc checker (#4855) +- docs(http): added `--allow-sys` to file server example (#4890) + +#### @std/jsonc 0.224.1 (patch) + +- docs(assert,cli,data-structures,expect,fmt,front-matter,html,http,jsonc,semver,streams,text,toml,webgpu): + add snippet checks in module, function and class docs to doc checker (#4855) + +#### @std/net 0.224.2 (patch) + +- feat(net): `getNetworkAddress()` (#4677) + +#### @std/path 0.225.2 (patch) + +- docs(path): improve API docs (#4900) +- test(path): add test cases of `isAbsolute()`, `joinGlobs()`, and `common()` + (#4904) +- test(path): test `toNamespacedPath()` (#4902) + +#### @std/semver 0.224.2 (patch) + +- docs(assert,cli,data-structures,expect,fmt,front-matter,html,http,jsonc,semver,streams,text,toml,webgpu): + add snippet checks in module, function and class docs to doc checker (#4855) + +#### @std/streams 0.224.3 (patch) + +- docs(assert,cli,data-structures,expect,fmt,front-matter,html,http,jsonc,semver,streams,text,toml,webgpu): + add snippet checks in module, function and class docs to doc checker (#4855) + +#### @std/testing 0.225.0 (minor) + +- BREAKING(assert,testing): remove `formatter` option from `assertEquals()` + (#4893) +- refactor(testing): do not use assertEquals in snapshot.ts (#4930) + +#### @std/text 0.224.2 (patch) + +- docs(assert,cli,data-structures,expect,fmt,front-matter,html,http,jsonc,semver,streams,text,toml,webgpu): + add snippet checks in module, function and class docs to doc checker (#4855) + +#### @std/toml 0.224.1 (patch) + +- docs(assert,cli,data-structures,expect,fmt,front-matter,html,http,jsonc,semver,streams,text,toml,webgpu): + add snippet checks in module, function and class docs to doc checker (#4855) +- docs(toml): lint `@std/toml` docs (#4799) + +#### @std/uuid 1.0.0-rc.1 (prerelease) + +- BREAKING(uuid): remove `V1Options` in favor of `GenerateOptions` (#4925) +- BREAKING(uuid): remove `v1.generate()` signature with `buf` and `offset` + parameters and `number[]` return type (#4877) +- chore(uuid): release `uuid@1.0.0-rc.1` (#4867) + +#### @std/webgpu 0.224.3 (patch) + +- docs(assert,cli,data-structures,expect,fmt,front-matter,html,http,jsonc,semver,streams,text,toml,webgpu): + add snippet checks in module, function and class docs to doc checker (#4855) + ### 2024.05.29 #### @std/cli 0.224.4 (patch) diff --git a/assert/deno.json b/assert/deno.json index 3d50aa85e..64e2d39f5 100644 --- a/assert/deno.json +++ b/assert/deno.json @@ -1,6 +1,6 @@ { "name": "@std/assert", - "version": "0.225.3", + "version": "0.226.0", "exports": { ".": "./mod.ts", "./assert": "./assert.ts", diff --git a/cli/deno.json b/cli/deno.json index e40932790..d78e9d6ce 100644 --- a/cli/deno.json +++ b/cli/deno.json @@ -1,6 +1,6 @@ { "name": "@std/cli", - "version": "0.224.4", + "version": "0.224.5", "exports": { ".": "./mod.ts", "./parse-args": "./parse_args.ts", diff --git a/csv/deno.json b/csv/deno.json index 9bf765b40..f4b214d0a 100644 --- a/csv/deno.json +++ b/csv/deno.json @@ -1,6 +1,6 @@ { "name": "@std/csv", - "version": "0.224.1", + "version": "0.224.2", "exports": { ".": "./mod.ts", "./csv-parse-stream": "./csv_parse_stream.ts", diff --git a/data_structures/deno.json b/data_structures/deno.json index 8cc877a78..86d820eee 100644 --- a/data_structures/deno.json +++ b/data_structures/deno.json @@ -1,6 +1,6 @@ { "name": "@std/data-structures", - "version": "0.225.0", + "version": "0.225.1", "exports": { ".": "./mod.ts", "./binary-heap": "./binary_heap.ts", diff --git a/deno.json b/deno.json index 331f007a6..4f3aa7601 100644 --- a/deno.json +++ b/deno.json @@ -13,43 +13,43 @@ "graphviz": "npm:node-graphviz@^0.1.1", "@std/archive": "jsr:@std/archive@^0.224.0", - "@std/assert": "jsr:@std/assert@^0.225.3", + "@std/assert": "jsr:@std/assert@^0.226.0", "@std/async": "jsr:@std/async@^0.224.1", "@std/bytes": "jsr:@std/bytes@^1.0.0-rc.3", - "@std/cli": "jsr:@std/cli@^0.224.4", + "@std/cli": "jsr:@std/cli@^0.224.5", "@std/collections": "jsr:@std/collections@^1.0.0-rc.1", - "@std/crypto": "jsr:@std/crypto@^0.224.0", - "@std/csv": "jsr:@std/csv@^0.224.1", - "@std/data-structures": "jsr:@std/data-structures@^0.225.0", + "@std/crypto": "jsr:@std/crypto@^1.0.0-rc.1", + "@std/csv": "jsr:@std/csv@^0.224.2", + "@std/data-structures": "jsr:@std/data-structures@^0.225.1", "@std/datetime": "jsr:@std/datetime@^0.224.0", "@std/dotenv": "jsr:@std/dotenv@^0.224.0", "@std/encoding": "jsr:@std/encoding@1.0.0-rc.1", - "@std/expect": "jsr:@std/expect@^0.224.3", - "@std/fmt": "jsr:@std/fmt@^0.225.2", - "@std/front-matter": "jsr:@std/front-matter@^0.224.1", + "@std/expect": "jsr:@std/expect@^0.224.4", + "@std/fmt": "jsr:@std/fmt@^0.225.3", + "@std/front-matter": "jsr:@std/front-matter@^0.224.2", "@std/fs": "jsr:@std/fs@^0.229.1", - "@std/html": "jsr:@std/html@^0.224.1", - "@std/http": "jsr:@std/http@^0.224.2", + "@std/html": "jsr:@std/html@^0.224.2", + "@std/http": "jsr:@std/http@^0.224.3", "@std/ini": "jsr:@std/ini@^0.225.0", "@std/internal": "jsr:@std/internal@^1.0.0", "@std/io": "jsr:@std/io@^0.224.0", "@std/json": "jsr:@std/json@^0.224.1", - "@std/jsonc": "jsr:@std/jsonc@^0.224.0", + "@std/jsonc": "jsr:@std/jsonc@^0.224.1", "@std/log": "jsr:@std/log@^0.224.1", "@std/media-types": "jsr:@std/media-types@^1.0.0-rc.1", "@std/msgpack": "jsr:@std/msgpack@^0.224.2", - "@std/net": "jsr:@std/net@^0.224.1", - "@std/path": "jsr:@std/path@^0.225.1", + "@std/net": "jsr:@std/net@^0.224.2", + "@std/path": "jsr:@std/path@^0.225.2", "@std/regexp": "jsr:@std/regexp@^0.224.1", - "@std/semver": "jsr:@std/semver@^0.224.1", - "@std/streams": "jsr:@std/streams@^0.224.2", - "@std/testing": "jsr:@std/testing@^0.224.0", - "@std/text": "jsr:@std/text@^0.224.1", - "@std/toml": "jsr:@std/toml@^0.224.0", + "@std/semver": "jsr:@std/semver@^0.224.2", + "@std/streams": "jsr:@std/streams@^0.224.3", + "@std/testing": "jsr:@std/testing@^0.225.0", + "@std/text": "jsr:@std/text@^0.224.2", + "@std/toml": "jsr:@std/toml@^0.224.1", "@std/ulid": "jsr:@std/ulid@^0.224.1", "@std/url": "jsr:@std/url@^0.224.0", "@std/uuid": "jsr:@std/uuid@1.0.0-rc.1", - "@std/webgpu": "jsr:@std/webgpu@^0.224.2", + "@std/webgpu": "jsr:@std/webgpu@^0.224.3", "@std/yaml": "jsr:@std/yaml@^0.224.1" }, "tasks": { diff --git a/expect/deno.json b/expect/deno.json index 7c0aee475..5db6e5dce 100644 --- a/expect/deno.json +++ b/expect/deno.json @@ -1,6 +1,6 @@ { "name": "@std/expect", - "version": "0.224.3", + "version": "0.224.4", "exports": { ".": "./mod.ts", "./expect": "./expect.ts", diff --git a/fmt/deno.json b/fmt/deno.json index 7141eadb4..1194e0c09 100644 --- a/fmt/deno.json +++ b/fmt/deno.json @@ -1,6 +1,6 @@ { "name": "@std/fmt", - "version": "0.225.2", + "version": "0.225.3", "exports": { "./bytes": "./bytes.ts", "./colors": "./colors.ts", diff --git a/front_matter/deno.json b/front_matter/deno.json index 9a34b20dc..5be92f6b7 100644 --- a/front_matter/deno.json +++ b/front_matter/deno.json @@ -1,6 +1,6 @@ { "name": "@std/front-matter", - "version": "0.224.1", + "version": "0.224.2", "exports": { ".": "./mod.ts", "./any": "./any.ts", diff --git a/html/deno.json b/html/deno.json index 6d1cbea0f..3bc2bdfea 100644 --- a/html/deno.json +++ b/html/deno.json @@ -1,6 +1,6 @@ { "name": "@std/html", - "version": "0.224.1", + "version": "0.224.2", "exports": { ".": "./mod.ts", "./entities": "./entities.ts", diff --git a/http/deno.json b/http/deno.json index 2878b6cfc..03a76d905 100644 --- a/http/deno.json +++ b/http/deno.json @@ -1,6 +1,6 @@ { "name": "@std/http", - "version": "0.224.2", + "version": "0.224.3", "exports": { ".": "./mod.ts", "./cookie": "./cookie.ts", diff --git a/jsonc/deno.json b/jsonc/deno.json index db371b5a0..73f35cc55 100644 --- a/jsonc/deno.json +++ b/jsonc/deno.json @@ -1,6 +1,6 @@ { "name": "@std/jsonc", - "version": "0.224.0", + "version": "0.224.1", "exports": { ".": "./mod.ts", "./parse": "./parse.ts" diff --git a/net/deno.json b/net/deno.json index 04d1dc0f4..88433e98b 100644 --- a/net/deno.json +++ b/net/deno.json @@ -1,6 +1,6 @@ { "name": "@std/net", - "version": "0.224.1", + "version": "0.224.2", "exports": { ".": "./mod.ts", "./get-available-port": "./get_available_port.ts", diff --git a/path/deno.json b/path/deno.json index ffa364c5e..08023aec6 100644 --- a/path/deno.json +++ b/path/deno.json @@ -1,6 +1,6 @@ { "name": "@std/path", - "version": "0.225.1", + "version": "0.225.2", "exports": { ".": "./mod.ts", "./basename": "./basename.ts", diff --git a/semver/deno.json b/semver/deno.json index eceda3b57..6c0901031 100644 --- a/semver/deno.json +++ b/semver/deno.json @@ -1,6 +1,6 @@ { "name": "@std/semver", - "version": "0.224.1", + "version": "0.224.2", "exports": { ".": "./mod.ts", "./can-parse": "./can_parse.ts", diff --git a/streams/deno.json b/streams/deno.json index b5656c32a..e5c3134eb 100644 --- a/streams/deno.json +++ b/streams/deno.json @@ -1,6 +1,6 @@ { "name": "@std/streams", - "version": "0.224.2", + "version": "0.224.3", "exports": { ".": "./mod.ts", "./buffer": "./buffer.ts", diff --git a/testing/deno.json b/testing/deno.json index dae989ce6..91d6c0b27 100644 --- a/testing/deno.json +++ b/testing/deno.json @@ -1,6 +1,6 @@ { "name": "@std/testing", - "version": "0.224.0", + "version": "0.225.0", "exports": { "./asserts": "./asserts.ts", "./bdd": "./bdd.ts", diff --git a/text/deno.json b/text/deno.json index f64e12878..6acf3d726 100644 --- a/text/deno.json +++ b/text/deno.json @@ -1,6 +1,6 @@ { "name": "@std/text", - "version": "0.224.1", + "version": "0.224.2", "exports": { ".": "./mod.ts", "./case": "./case.ts", diff --git a/toml/deno.json b/toml/deno.json index e61d98e40..2d9053be0 100644 --- a/toml/deno.json +++ b/toml/deno.json @@ -1,6 +1,6 @@ { "name": "@std/toml", - "version": "0.224.0", + "version": "0.224.1", "exports": { ".": "./mod.ts", "./parse": "./parse.ts", diff --git a/webgpu/deno.json b/webgpu/deno.json index 78444ffc2..844df75ab 100644 --- a/webgpu/deno.json +++ b/webgpu/deno.json @@ -1,6 +1,6 @@ { "name": "@std/webgpu", - "version": "0.224.2", + "version": "0.224.3", "exports": { ".": "./mod.ts", "./create-capture": "./create_capture.ts",