chore: release 2024.11.01 (#6167)

Co-authored-by: kt3k <kt3k@users.noreply.github.com>
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
This commit is contained in:
denobot 2024-11-01 06:33:15 -04:00 committed by GitHub
parent 32b4fb62d1
commit df6f32c6bc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
10 changed files with 60 additions and 16 deletions

View File

@ -1,3 +1,47 @@
### 2024.11.01
#### @std/assert 1.0.7 (patch)
- fix(assert): fix assertion error message of isError (#6147)
- test(assert): change inert comments to @ts-expect-error directives (#6162)
#### @std/async 1.0.8 (patch)
- test(async): fix flakiness of throttle example (#6156)
- test(async/unstable): fix typo (#6149)
#### @std/bytes 1.0.3 (patch)
- test(bytes): document the cases being tested for equals/startsWith/endsWith
(#6163)
#### @std/expect 1.0.7 (patch)
- fix(expect): re-align `expect.toMatchObject` api (#6160)
- fix(expect): support
expect.not.{arrayContaining,objectContaining,stringContaining,stringMatching}
(#6138)
- fix(expect,internal,testing): support `expect.assertions` (#6032)
#### @std/internal 1.0.5 (patch)
- fix(expect,internal,testing): support `expect.assertions` (#6032)
#### @std/path 1.0.8 (patch)
- refactor(path): always name the parameters (add param definition check in doc
linter) (#6158)
#### @std/streams 1.0.8 (patch)
- docs(streams): rest arguments not being asserted in docs (#6155)
#### @std/testing 1.0.4 (patch)
- feat(testing/unstable): support for stubbing properties (#6128)
- feat(testing/unstable): add type test for mutual assignability (#6154)
- fix(expect,internal,testing): support `expect.assertions` (#6032)
### 2024.10.24 ### 2024.10.24
#### @std/async 1.0.7 (patch) #### @std/async 1.0.7 (patch)

View File

@ -1,6 +1,6 @@
{ {
"name": "@std/assert", "name": "@std/assert",
"version": "1.0.6", "version": "1.0.7",
"exports": { "exports": {
".": "./mod.ts", ".": "./mod.ts",
"./assert": "./assert.ts", "./assert": "./assert.ts",

View File

@ -1,6 +1,6 @@
{ {
"name": "@std/async", "name": "@std/async",
"version": "1.0.7", "version": "1.0.8",
"exports": { "exports": {
".": "./mod.ts", ".": "./mod.ts",
"./abortable": "./abortable.ts", "./abortable": "./abortable.ts",

View File

@ -1,6 +1,6 @@
{ {
"name": "@std/bytes", "name": "@std/bytes",
"version": "1.0.2", "version": "1.0.3",
"exports": { "exports": {
".": "./mod.ts", ".": "./mod.ts",
"./concat": "./concat.ts", "./concat": "./concat.ts",

View File

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

View File

@ -7,9 +7,9 @@
"graphviz": "npm:node-graphviz@^0.1.1", "graphviz": "npm:node-graphviz@^0.1.1",
"@std/archive": "jsr:@std/archive@^0.225.4", "@std/archive": "jsr:@std/archive@^0.225.4",
"@std/assert": "jsr:@std/assert@^1.0.6", "@std/assert": "jsr:@std/assert@^1.0.7",
"@std/async": "jsr:@std/async@^1.0.7", "@std/async": "jsr:@std/async@^1.0.8",
"@std/bytes": "jsr:@std/bytes@^1.0.2", "@std/bytes": "jsr:@std/bytes@^1.0.3",
"@std/cache": "jsr:@std/cache@^0.1.3", "@std/cache": "jsr:@std/cache@^0.1.3",
"@std/cbor": "jsr:@std/cbor@^0.1.2", "@std/cbor": "jsr:@std/cbor@^0.1.2",
"@std/cli": "jsr:@std/cli@^1.0.6", "@std/cli": "jsr:@std/cli@^1.0.6",
@ -20,14 +20,14 @@
"@std/datetime": "jsr:@std/datetime@^0.225.2", "@std/datetime": "jsr:@std/datetime@^0.225.2",
"@std/dotenv": "jsr:@std/dotenv@^0.225.2", "@std/dotenv": "jsr:@std/dotenv@^0.225.2",
"@std/encoding": "jsr:@std/encoding@^1.0.5", "@std/encoding": "jsr:@std/encoding@^1.0.5",
"@std/expect": "jsr:@std/expect@^1.0.6", "@std/expect": "jsr:@std/expect@^1.0.7",
"@std/fmt": "jsr:@std/fmt@^1.0.3", "@std/fmt": "jsr:@std/fmt@^1.0.3",
"@std/front-matter": "jsr:@std/front-matter@^1.0.5", "@std/front-matter": "jsr:@std/front-matter@^1.0.5",
"@std/fs": "jsr:@std/fs@^1.0.5", "@std/fs": "jsr:@std/fs@^1.0.5",
"@std/html": "jsr:@std/html@^1.0.3", "@std/html": "jsr:@std/html@^1.0.3",
"@std/http": "jsr:@std/http@^1.0.9", "@std/http": "jsr:@std/http@^1.0.9",
"@std/ini": "jsr:@std/ini@^1.0.0-rc.4", "@std/ini": "jsr:@std/ini@^1.0.0-rc.4",
"@std/internal": "jsr:@std/internal@^1.0.4", "@std/internal": "jsr:@std/internal@^1.0.5",
"@std/io": "jsr:@std/io@^0.225.0", "@std/io": "jsr:@std/io@^0.225.0",
"@std/json": "jsr:@std/json@^1.0.1", "@std/json": "jsr:@std/json@^1.0.1",
"@std/jsonc": "jsr:@std/jsonc@^1.0.1", "@std/jsonc": "jsr:@std/jsonc@^1.0.1",
@ -35,13 +35,13 @@
"@std/media-types": "jsr:@std/media-types@^1.0.3", "@std/media-types": "jsr:@std/media-types@^1.0.3",
"@std/msgpack": "jsr:@std/msgpack@^1.0.2", "@std/msgpack": "jsr:@std/msgpack@^1.0.2",
"@std/net": "jsr:@std/net@^1.0.4", "@std/net": "jsr:@std/net@^1.0.4",
"@std/path": "jsr:@std/path@^1.0.7", "@std/path": "jsr:@std/path@^1.0.8",
"@std/regexp": "jsr:@std/regexp@^1.0.0", "@std/regexp": "jsr:@std/regexp@^1.0.0",
"@std/random": "jsr:@std/random@^0.1.0", "@std/random": "jsr:@std/random@^0.1.0",
"@std/semver": "jsr:@std/semver@^1.0.3", "@std/semver": "jsr:@std/semver@^1.0.3",
"@std/streams": "jsr:@std/streams@^1.0.7", "@std/streams": "jsr:@std/streams@^1.0.8",
"@std/tar": "jsr:@std/tar@^0.1.3", "@std/tar": "jsr:@std/tar@^0.1.3",
"@std/testing": "jsr:@std/testing@^1.0.3", "@std/testing": "jsr:@std/testing@^1.0.4",
"@std/text": "jsr:@std/text@^1.0.8", "@std/text": "jsr:@std/text@^1.0.8",
"@std/toml": "jsr:@std/toml@^1.0.1", "@std/toml": "jsr:@std/toml@^1.0.1",
"@std/ulid": "jsr:@std/ulid@^1.0.0", "@std/ulid": "jsr:@std/ulid@^1.0.0",

View File

@ -1,6 +1,6 @@
{ {
"name": "@std/internal", "name": "@std/internal",
"version": "1.0.4", "version": "1.0.5",
"exports": { "exports": {
".": "./mod.ts", ".": "./mod.ts",
"./assertion-state": "./assertion_state.ts", "./assertion-state": "./assertion_state.ts",

View File

@ -1,6 +1,6 @@
{ {
"name": "@std/path", "name": "@std/path",
"version": "1.0.7", "version": "1.0.8",
"exports": { "exports": {
".": "./mod.ts", ".": "./mod.ts",
"./basename": "./basename.ts", "./basename": "./basename.ts",

View File

@ -1,6 +1,6 @@
{ {
"name": "@std/streams", "name": "@std/streams",
"version": "1.0.7", "version": "1.0.8",
"exports": { "exports": {
".": "./mod.ts", ".": "./mod.ts",
"./buffer": "./buffer.ts", "./buffer": "./buffer.ts",

View File

@ -1,6 +1,6 @@
{ {
"name": "@std/testing", "name": "@std/testing",
"version": "1.0.3", "version": "1.0.4",
"exports": { "exports": {
"./bdd": "./bdd.ts", "./bdd": "./bdd.ts",
"./mock": "./mock.ts", "./mock": "./mock.ts",