chore: release 2024.06.21 (#5107)

Co-authored-by: kt3k <kt3k@users.noreply.github.com>
This commit is contained in:
denobot 2024-06-21 19:15:49 +09:00 committed by GitHub
parent adc6072042
commit 7d1d9cc34a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
12 changed files with 113 additions and 20 deletions

View File

@ -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)

View File

@ -1,6 +1,6 @@
{
"name": "@std/archive",
"version": "0.224.1",
"version": "0.224.2",
"exports": {
".": "./mod.ts",
"./tar": "./tar.ts",

View File

@ -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",

View File

@ -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",

View File

@ -1,6 +1,6 @@
{
"name": "@std/dotenv",
"version": "0.224.0",
"version": "0.224.1",
"exports": {
".": "./mod.ts",
"./load": "./load.ts",

View File

@ -1,6 +1,6 @@
{
"name": "@std/expect",
"version": "0.224.4",
"version": "0.224.5",
"exports": {
".": "./mod.ts",
"./expect": "./expect.ts",

View File

@ -1,6 +1,6 @@
{
"name": "@std/io",
"version": "0.224.1",
"version": "0.224.2",
"exports": {
".": "./mod.ts",
"./buf-reader": "./buf_reader.ts",

View File

@ -1,6 +1,6 @@
{
"name": "@std/jsonc",
"version": "0.224.2",
"version": "0.224.3",
"exports": {
".": "./mod.ts",
"./parse": "./parse.ts"

View File

@ -1,6 +1,6 @@
{
"name": "@std/log",
"version": "0.224.2",
"version": "0.224.3",
"exports": {
".": "./mod.ts",
"./base-handler": "./base_handler.ts",

View File

@ -1,6 +1,6 @@
{
"name": "@std/testing",
"version": "0.225.2",
"version": "0.225.3",
"exports": {
"./asserts": "./asserts.ts",
"./bdd": "./bdd.ts",

View File

@ -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",

View File

@ -1,6 +1,6 @@
{
"name": "@std/yaml",
"version": "0.224.1",
"version": "0.224.2",
"exports": {
".": "./mod.ts",
"./parse": "./parse.ts",