From 51dc36d56348e2caf88e0e53ad6af572a42c9d4a Mon Sep 17 00:00:00 2001 From: denobot <33910674+denobot@users.noreply.github.com> Date: Wed, 22 May 2024 19:57:28 +0900 Subject: [PATCH] chore: release 2024.05.22 (#4830) Co-authored-by: kt3k Co-authored-by: Yoshiya Hinosawa --- Releases.md | 91 +++++++++++++++++++++++++++++++++++++++ assert/deno.json | 2 +- async/deno.json | 2 +- bytes/deno.json | 2 +- cli/deno.json | 2 +- csv/deno.json | 2 +- data_structures/deno.json | 2 +- deno.json | 28 ++++++------ encoding/deno.json | 2 +- expect/deno.json | 2 +- http/deno.json | 2 +- json/deno.json | 2 +- msgpack/deno.json | 2 +- regexp/deno.json | 2 +- streams/deno.json | 2 +- uuid/deno.json | 2 +- webgpu/deno.json | 2 +- 17 files changed, 120 insertions(+), 29 deletions(-) diff --git a/Releases.md b/Releases.md index 80ccfe7ecf34..4f0d5d578f53 100644 --- a/Releases.md +++ b/Releases.md @@ -1,3 +1,94 @@ +### 2024.05.22 + +#### @std/assert 0.225.3 (patch) + +- refactor(assert,internal): rename `diffstr()` to `diffStr()` (#4758) + +#### @std/async 0.224.1 (patch) + +- docs(async): improve docs for stabilization (#4803) + +#### @std/bytes 1.0.0-rc.3 (prerelease) + +- perf(bytes): skip doing extra work in some scenarios (#4767) + +#### @std/cli 0.224.3 (patch) + +- chore(cli): remove outdated todo comment (#4787) + +#### @std/collections 1.0.0-rc.1 (prerelease) + +- feat(collections): `collections@1.0.0-rc.1` (#4697) +- docs(collections,internal,media-types): use `@typeParam` tag instead of + `@template` (#4772) +- docs(collections): fix typos and improve example (#4763) +- docs(collections): update module doc (#4765) + +#### @std/csv 0.224.1 (patch) + +- docs(csv,encoding,http,json,media-types,uuid): use `rfc-editor.org` for RFC + links (#4777) + +#### @std/data-structures 0.224.1 (patch) + +- docs(data-structures): improve documentation (#4793) + +#### @std/encoding 0.224.2 (patch) + +- docs(csv,encoding,http,json,media-types,uuid): use `rfc-editor.org` for RFC + links (#4777) + +#### @std/expect 0.224.2 (patch) + +- fix(expect): updated error message for toContain (#4750) + +#### @std/http 0.224.1 (patch) + +- docs(csv,encoding,http,json,media-types,uuid): use `rfc-editor.org` for RFC + links (#4777) + +#### @std/internal 1.0.0 (major) + +- docs(collections,internal,media-types): use `@typeParam` tag instead of + `@template` (#4772) +- docs(internal): add module docs (#4757) +- refactor(assert,internal): rename `diffstr()` to `diffStr()` (#4758) + +#### @std/json 0.224.1 (patch) + +- docs(csv,encoding,http,json,media-types,uuid): use `rfc-editor.org` for RFC + links (#4777) + +#### @std/media-types 1.0.0-rc.1 (prerelease) + +- fix(media-types): do not expose vendored json file as public API (#4776) +- docs(collections,internal,media-types): use `@typeParam` tag instead of + `@template` (#4772) +- docs(csv,encoding,http,json,media-types,uuid): use `rfc-editor.org` for RFC + links (#4777) +- chore(media-types): `media-types@1.0.0-rc.1` (#4744) + +#### @std/msgpack 0.224.1 (patch) + +- fix(msgpack): encode maps with null prototype (#4764) + +#### @std/regexp 0.224.1 (patch) + +- docs(regexp): update module example to get full jsr score (#4796) + +#### @std/streams 0.224.1 (patch) + +- feat(streams): `concatReadableStreams()` (#4747) + +#### @std/uuid 0.224.2 (patch) + +- docs(csv,encoding,http,json,media-types,uuid): use `rfc-editor.org` for RFC + links (#4777) + +#### @std/webgpu 0.224.2 (patch) + +- docs(webgpu): improve docs for stabilization (#4811) + ### 2024.05.16 #### @std/assert 0.225.2 (patch) diff --git a/assert/deno.json b/assert/deno.json index c4f1803987ad..3d50aa85e89a 100644 --- a/assert/deno.json +++ b/assert/deno.json @@ -1,6 +1,6 @@ { "name": "@std/assert", - "version": "0.225.2", + "version": "0.225.3", "exports": { ".": "./mod.ts", "./assert": "./assert.ts", diff --git a/async/deno.json b/async/deno.json index 37a06601c09a..67f21237dade 100644 --- a/async/deno.json +++ b/async/deno.json @@ -1,6 +1,6 @@ { "name": "@std/async", - "version": "0.224.0", + "version": "0.224.1", "exports": { ".": "./mod.ts", "./abortable": "./abortable.ts", diff --git a/bytes/deno.json b/bytes/deno.json index 65f648392f59..880f5c7c5c4a 100644 --- a/bytes/deno.json +++ b/bytes/deno.json @@ -1,6 +1,6 @@ { "name": "@std/bytes", - "version": "1.0.0-rc.2", + "version": "1.0.0-rc.3", "exports": { ".": "./mod.ts", "./concat": "./concat.ts", diff --git a/cli/deno.json b/cli/deno.json index 7a03fbb02c2c..0598c84f05d6 100644 --- a/cli/deno.json +++ b/cli/deno.json @@ -1,6 +1,6 @@ { "name": "@std/cli", - "version": "0.224.2", + "version": "0.224.3", "exports": { ".": "./mod.ts", "./parse-args": "./parse_args.ts", diff --git a/csv/deno.json b/csv/deno.json index be719b2eecda..9bf765b40ab8 100644 --- a/csv/deno.json +++ b/csv/deno.json @@ -1,6 +1,6 @@ { "name": "@std/csv", - "version": "0.224.0", + "version": "0.224.1", "exports": { ".": "./mod.ts", "./csv-parse-stream": "./csv_parse_stream.ts", diff --git a/data_structures/deno.json b/data_structures/deno.json index f281acf62d76..3e7844c3a13e 100644 --- a/data_structures/deno.json +++ b/data_structures/deno.json @@ -1,6 +1,6 @@ { "name": "@std/data-structures", - "version": "0.224.0", + "version": "0.224.1", "exports": { ".": "./mod.ts", "./binary-heap": "./binary_heap.ts", diff --git a/deno.json b/deno.json index f8b2e357edac..6cc198135ecd 100644 --- a/deno.json +++ b/deno.json @@ -12,43 +12,43 @@ "automation/": "https://raw.githubusercontent.com/denoland/automation/0.10.0/", "@std/archive": "jsr:@std/archive@^0.224.0", - "@std/assert": "jsr:@std/assert@^0.225.2", - "@std/async": "jsr:@std/async@^0.224.0", - "@std/bytes": "jsr:@std/bytes@^1.0.0-rc.2", - "@std/cli": "jsr:@std/cli@^0.224.2", + "@std/assert": "jsr:@std/assert@^0.225.3", + "@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.3", "@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.0", - "@std/data-structures": "jsr:@std/data-structures@^0.224.0", + "@std/csv": "jsr:@std/csv@^0.224.1", + "@std/data-structures": "jsr:@std/data-structures@^0.224.1", "@std/datetime": "jsr:@std/datetime@^0.224.0", "@std/dotenv": "jsr:@std/dotenv@^0.224.0", - "@std/encoding": "jsr:@std/encoding@^0.224.1", - "@std/expect": "jsr:@std/expect@^0.224.1", + "@std/encoding": "jsr:@std/encoding@^0.224.2", + "@std/expect": "jsr:@std/expect@^0.224.2", "@std/fmt": "jsr:@std/fmt@^0.225.1", "@std/front-matter": "jsr:@std/front-matter@^0.224.0", "@std/fs": "jsr:@std/fs@^0.229.1", "@std/html": "jsr:@std/html@^0.224.0", - "@std/http": "jsr:@std/http@^0.224.0", + "@std/http": "jsr:@std/http@^0.224.1", "@std/ini": "jsr:@std/ini@^0.224.0", "@std/internal": "jsr:@std/internal@^1.0.0", "@std/io": "jsr:@std/io@^0.224.0", - "@std/json": "jsr:@std/json@^0.224.0", + "@std/json": "jsr:@std/json@^0.224.1", "@std/jsonc": "jsr:@std/jsonc@^0.224.0", "@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.0", + "@std/msgpack": "jsr:@std/msgpack@^0.224.1", "@std/net": "jsr:@std/net@^0.224.1", "@std/path": "jsr:@std/path@^0.225.1", - "@std/regexp": "jsr:@std/regexp@^0.224.0", + "@std/regexp": "jsr:@std/regexp@^0.224.1", "@std/semver": "jsr:@std/semver@^0.224.0", - "@std/streams": "jsr:@std/streams@^0.224.0", + "@std/streams": "jsr:@std/streams@^0.224.1", "@std/testing": "jsr:@std/testing@^0.224.0", "@std/text": "jsr:@std/text@^0.224.0", "@std/toml": "jsr:@std/toml@^0.224.0", "@std/ulid": "jsr:@std/ulid@^0.224.0", "@std/url": "jsr:@std/url@^0.224.0", "@std/uuid": "jsr:@std/uuid@^0.224.0", - "@std/webgpu": "jsr:@std/webgpu@^0.224.1", + "@std/webgpu": "jsr:@std/webgpu@^0.224.2", "@std/yaml": "jsr:@std/yaml@^0.224.0" }, "tasks": { diff --git a/encoding/deno.json b/encoding/deno.json index 2e8f14e8d27b..79bc879f6f8b 100644 --- a/encoding/deno.json +++ b/encoding/deno.json @@ -1,6 +1,6 @@ { "name": "@std/encoding", - "version": "0.224.1", + "version": "0.224.2", "exports": { ".": "./mod.ts", "./ascii85": "./ascii85.ts", diff --git a/expect/deno.json b/expect/deno.json index 98cf519c6fc7..6216f51c7044 100644 --- a/expect/deno.json +++ b/expect/deno.json @@ -1,6 +1,6 @@ { "name": "@std/expect", - "version": "0.224.1", + "version": "0.224.2", "exports": { ".": "./mod.ts", "./expect": "./expect.ts", diff --git a/http/deno.json b/http/deno.json index 4830915f7c72..906b07584310 100644 --- a/http/deno.json +++ b/http/deno.json @@ -1,6 +1,6 @@ { "name": "@std/http", - "version": "0.224.0", + "version": "0.224.1", "exports": { ".": "./mod.ts", "./cookie": "./cookie.ts", diff --git a/json/deno.json b/json/deno.json index a0a1c53fe765..8da92db243fb 100644 --- a/json/deno.json +++ b/json/deno.json @@ -1,6 +1,6 @@ { "name": "@std/json", - "version": "0.224.0", + "version": "0.224.1", "exports": { ".": "./mod.ts", "./common": "./common.ts", diff --git a/msgpack/deno.json b/msgpack/deno.json index 8a9f85eb56ee..a074ad04d90f 100644 --- a/msgpack/deno.json +++ b/msgpack/deno.json @@ -1,6 +1,6 @@ { "name": "@std/msgpack", - "version": "0.224.0", + "version": "0.224.1", "exports": { ".": "./mod.ts", "./decode": "./decode.ts", diff --git a/regexp/deno.json b/regexp/deno.json index 1f5857562151..1a312546806a 100644 --- a/regexp/deno.json +++ b/regexp/deno.json @@ -1,6 +1,6 @@ { "name": "@std/regexp", - "version": "0.224.0", + "version": "0.224.1", "exports": { ".": "./mod.ts", "./escape": "./escape.ts" diff --git a/streams/deno.json b/streams/deno.json index b48b6a5d7e8a..36491ad4d494 100644 --- a/streams/deno.json +++ b/streams/deno.json @@ -1,6 +1,6 @@ { "name": "@std/streams", - "version": "0.224.0", + "version": "0.224.1", "exports": { ".": "./mod.ts", "./buffer": "./buffer.ts", diff --git a/uuid/deno.json b/uuid/deno.json index c20aa8c2d9e6..dab79ed666c6 100644 --- a/uuid/deno.json +++ b/uuid/deno.json @@ -1,6 +1,6 @@ { "name": "@std/uuid", - "version": "0.224.1", + "version": "0.224.2", "exports": { ".": "./mod.ts", "./common": "./common.ts", diff --git a/webgpu/deno.json b/webgpu/deno.json index 4d946620ab14..78444ffc2aa3 100644 --- a/webgpu/deno.json +++ b/webgpu/deno.json @@ -1,6 +1,6 @@ { "name": "@std/webgpu", - "version": "0.224.1", + "version": "0.224.2", "exports": { ".": "./mod.ts", "./create-capture": "./create_capture.ts",