Skip to content

Commit df6f32c

Browse files
denobotkt3k
andauthored
chore: release 2024.11.01 (#6167)
Co-authored-by: kt3k <[email protected]> Co-authored-by: Yoshiya Hinosawa <[email protected]>
1 parent 32b4fb6 commit df6f32c

File tree

10 files changed

+60
-16
lines changed

10 files changed

+60
-16
lines changed

Releases.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,47 @@
1+
### 2024.11.01
2+
3+
#### @std/assert 1.0.7 (patch)
4+
5+
- fix(assert): fix assertion error message of isError (#6147)
6+
- test(assert): change inert comments to @ts-expect-error directives (#6162)
7+
8+
#### @std/async 1.0.8 (patch)
9+
10+
- test(async): fix flakiness of throttle example (#6156)
11+
- test(async/unstable): fix typo (#6149)
12+
13+
#### @std/bytes 1.0.3 (patch)
14+
15+
- test(bytes): document the cases being tested for equals/startsWith/endsWith
16+
(#6163)
17+
18+
#### @std/expect 1.0.7 (patch)
19+
20+
- fix(expect): re-align `expect.toMatchObject` api (#6160)
21+
- fix(expect): support
22+
expect.not.{arrayContaining,objectContaining,stringContaining,stringMatching}
23+
(#6138)
24+
- fix(expect,internal,testing): support `expect.assertions` (#6032)
25+
26+
#### @std/internal 1.0.5 (patch)
27+
28+
- fix(expect,internal,testing): support `expect.assertions` (#6032)
29+
30+
#### @std/path 1.0.8 (patch)
31+
32+
- refactor(path): always name the parameters (add param definition check in doc
33+
linter) (#6158)
34+
35+
#### @std/streams 1.0.8 (patch)
36+
37+
- docs(streams): rest arguments not being asserted in docs (#6155)
38+
39+
#### @std/testing 1.0.4 (patch)
40+
41+
- feat(testing/unstable): support for stubbing properties (#6128)
42+
- feat(testing/unstable): add type test for mutual assignability (#6154)
43+
- fix(expect,internal,testing): support `expect.assertions` (#6032)
44+
145
### 2024.10.24
246

347
#### @std/async 1.0.7 (patch)

assert/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@std/assert",
3-
"version": "1.0.6",
3+
"version": "1.0.7",
44
"exports": {
55
".": "./mod.ts",
66
"./assert": "./assert.ts",

async/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@std/async",
3-
"version": "1.0.7",
3+
"version": "1.0.8",
44
"exports": {
55
".": "./mod.ts",
66
"./abortable": "./abortable.ts",

bytes/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@std/bytes",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"exports": {
55
".": "./mod.ts",
66
"./concat": "./concat.ts",

expect/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@std/expect",
3-
"version": "1.0.6",
3+
"version": "1.0.7",
44
"exports": {
55
".": "./mod.ts",
66
"./expect": "./expect.ts",

import_map.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
"graphviz": "npm:node-graphviz@^0.1.1",
88

99
"@std/archive": "jsr:@std/archive@^0.225.4",
10-
"@std/assert": "jsr:@std/assert@^1.0.6",
11-
"@std/async": "jsr:@std/async@^1.0.7",
12-
"@std/bytes": "jsr:@std/bytes@^1.0.2",
10+
"@std/assert": "jsr:@std/assert@^1.0.7",
11+
"@std/async": "jsr:@std/async@^1.0.8",
12+
"@std/bytes": "jsr:@std/bytes@^1.0.3",
1313
"@std/cache": "jsr:@std/cache@^0.1.3",
1414
"@std/cbor": "jsr:@std/cbor@^0.1.2",
1515
"@std/cli": "jsr:@std/cli@^1.0.6",
@@ -20,28 +20,28 @@
2020
"@std/datetime": "jsr:@std/datetime@^0.225.2",
2121
"@std/dotenv": "jsr:@std/dotenv@^0.225.2",
2222
"@std/encoding": "jsr:@std/encoding@^1.0.5",
23-
"@std/expect": "jsr:@std/expect@^1.0.6",
23+
"@std/expect": "jsr:@std/expect@^1.0.7",
2424
"@std/fmt": "jsr:@std/fmt@^1.0.3",
2525
"@std/front-matter": "jsr:@std/front-matter@^1.0.5",
2626
"@std/fs": "jsr:@std/fs@^1.0.5",
2727
"@std/html": "jsr:@std/html@^1.0.3",
2828
"@std/http": "jsr:@std/http@^1.0.9",
2929
"@std/ini": "jsr:@std/ini@^1.0.0-rc.4",
30-
"@std/internal": "jsr:@std/internal@^1.0.4",
30+
"@std/internal": "jsr:@std/internal@^1.0.5",
3131
"@std/io": "jsr:@std/io@^0.225.0",
3232
"@std/json": "jsr:@std/json@^1.0.1",
3333
"@std/jsonc": "jsr:@std/jsonc@^1.0.1",
3434
"@std/log": "jsr:@std/log@^0.224.9",
3535
"@std/media-types": "jsr:@std/media-types@^1.0.3",
3636
"@std/msgpack": "jsr:@std/msgpack@^1.0.2",
3737
"@std/net": "jsr:@std/net@^1.0.4",
38-
"@std/path": "jsr:@std/path@^1.0.7",
38+
"@std/path": "jsr:@std/path@^1.0.8",
3939
"@std/regexp": "jsr:@std/regexp@^1.0.0",
4040
"@std/random": "jsr:@std/random@^0.1.0",
4141
"@std/semver": "jsr:@std/semver@^1.0.3",
42-
"@std/streams": "jsr:@std/streams@^1.0.7",
42+
"@std/streams": "jsr:@std/streams@^1.0.8",
4343
"@std/tar": "jsr:@std/tar@^0.1.3",
44-
"@std/testing": "jsr:@std/testing@^1.0.3",
44+
"@std/testing": "jsr:@std/testing@^1.0.4",
4545
"@std/text": "jsr:@std/text@^1.0.8",
4646
"@std/toml": "jsr:@std/toml@^1.0.1",
4747
"@std/ulid": "jsr:@std/ulid@^1.0.0",

internal/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@std/internal",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"exports": {
55
".": "./mod.ts",
66
"./assertion-state": "./assertion_state.ts",

path/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@std/path",
3-
"version": "1.0.7",
3+
"version": "1.0.8",
44
"exports": {
55
".": "./mod.ts",
66
"./basename": "./basename.ts",

streams/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@std/streams",
3-
"version": "1.0.7",
3+
"version": "1.0.8",
44
"exports": {
55
".": "./mod.ts",
66
"./buffer": "./buffer.ts",

testing/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@std/testing",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"exports": {
55
"./bdd": "./bdd.ts",
66
"./mock": "./mock.ts",

0 commit comments

Comments
 (0)