Skip to content

Commit e8367ce

Browse files
denobotkt3k
andauthored
chore: release 2025.05.27 (#6685)
Co-authored-by: kt3k <[email protected]>
1 parent baa3d36 commit e8367ce

File tree

15 files changed

+97
-26
lines changed

15 files changed

+97
-26
lines changed

Releases.md

Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,74 @@
1+
### 2025.05.27
2+
3+
#### @std/cli 1.0.18 (patch)
4+
5+
- BREAKING(cli/unstable): make `ProgressBarFormatter.styledTime` a getter
6+
(#6677)
7+
- BREAKING(cli/unstable): change custom formatter rule (#6678)
8+
- BREAKING(cli/unstable): make `ProgressBar` `value` and `max` properties
9+
public, remove add method (#6430)
10+
- BREAKING(cli/unstable): make `ProgressBar` `writable` optional (#6409)
11+
- BREAKING(cli/unstable): rename `ProgressBar` `end()` method to `stop()`
12+
(#6406)
13+
- fix(cli/unstable): fix resource leak of ProgressBar (#6675)
14+
- refactor(cli/unstable): string based `ProgressBar` tests (#6679)
15+
- refactor(cli/unstable): print initial `ProgressBar` (#6676)
16+
- refactor(cli/unstable): generalize units (#6680)
17+
18+
#### @std/collections 1.1.1 (patch)
19+
20+
- feat(collections/unstable): add non-exact binary search function (#6628)
21+
22+
#### @std/datetime 0.225.5 (patch)
23+
24+
- refactor(datetime): simplify month difference (#6662)
25+
26+
#### @std/dotenv 0.225.5 (patch)
27+
28+
- fix(dotenv): prevent prototype pollution during parsing (#6661)
29+
30+
#### @std/http 1.0.17 (patch)
31+
32+
- refactor(http): format file server HTML (#6659)
33+
- chore(http): remove unused `_mock_conn.ts` (#6654)
34+
35+
#### @std/internal 1.0.8 (patch)
36+
37+
- fix(internal): support AssertionState cleanup in node and bun (#6655)
38+
39+
#### @std/path 1.1.0 (minor)
40+
41+
- feat(path): add support of URL input for basename, dirname, extname, join, and
42+
normalize (#6651)
43+
44+
#### @std/random 0.1.1 (patch)
45+
46+
- feat(random/unstable): allow generating seeded random bytes and 53-bit-entropy
47+
floats in [0, 1) (add `getRandomValuesSeeded` and `nextFloat64`) (#6626)
48+
49+
#### @std/testing 1.0.13 (patch)
50+
51+
- feat(testing/unstable): add `assertInlineSnapshot()` (#6530)
52+
53+
#### @std/text 1.0.14 (patch)
54+
55+
- fix(text/unstable): make dedent match reference for multiline substitutions
56+
(#6667)
57+
58+
#### @std/toml 1.0.7 (patch)
59+
60+
- fix(toml): leading zero errors (#6681)
61+
- refactor(toml): move `_parser.ts` tests to separate file (#6653)
62+
- refactor(toml): rewrite `deepAssignWithTable` (#6580)
63+
64+
#### @std/uuid 1.0.8 (patch)
65+
66+
- docs(uuid): update module docs to mention UUIDv7 (#6683)
67+
68+
#### @std/yaml 1.0.7 (patch)
69+
70+
- feat(yaml/unstable): support `quoteStyle` (#6666)
71+
172
### 2025.05.13
273

374
#### @std/async 1.0.13 (patch)

cli/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@std/cli",
3-
"version": "1.0.17",
3+
"version": "1.0.18",
44
"exports": {
55
".": "./mod.ts",
66
"./parse-args": "./parse_args.ts",

collections/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@std/collections",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"exports": {
55
".": "./mod.ts",
66
"./aggregate-groups": "./aggregate_groups.ts",

datetime/deno.json

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

dotenv/deno.json

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

http/deno.json

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

import_map.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -11,41 +11,41 @@
1111
"@std/bytes": "jsr:@std/bytes@^1.0.6",
1212
"@std/cache": "jsr:@std/cache@^0.2.0",
1313
"@std/cbor": "jsr:@std/cbor@^0.1.8",
14-
"@std/cli": "jsr:@std/cli@^1.0.17",
15-
"@std/collections": "jsr:@std/collections@^1.1.0",
14+
"@std/cli": "jsr:@std/cli@^1.0.18",
15+
"@std/collections": "jsr:@std/collections@^1.1.1",
1616
"@std/crypto": "jsr:@std/crypto@^1.0.5",
1717
"@std/csv": "jsr:@std/csv@^1.0.6",
1818
"@std/data-structures": "jsr:@std/data-structures@^1.0.8",
19-
"@std/datetime": "jsr:@std/datetime@^0.225.4",
20-
"@std/dotenv": "jsr:@std/dotenv@^0.225.4",
19+
"@std/datetime": "jsr:@std/datetime@^0.225.5",
20+
"@std/dotenv": "jsr:@std/dotenv@^0.225.5",
2121
"@std/encoding": "jsr:@std/encoding@^1.0.10",
2222
"@std/expect": "jsr:@std/expect@^1.0.16",
2323
"@std/fmt": "jsr:@std/fmt@^1.0.8",
2424
"@std/front-matter": "jsr:@std/front-matter@^1.0.9",
2525
"@std/fs": "jsr:@std/fs@^1.0.17",
2626
"@std/html": "jsr:@std/html@^1.0.4",
27-
"@std/http": "jsr:@std/http@^1.0.16",
27+
"@std/http": "jsr:@std/http@^1.0.17",
2828
"@std/ini": "jsr:@std/ini@^1.0.0-rc.8",
29-
"@std/internal": "jsr:@std/internal@^1.0.7",
29+
"@std/internal": "jsr:@std/internal@^1.0.8",
3030
"@std/io": "jsr:@std/io@^0.225.2",
3131
"@std/json": "jsr:@std/json@^1.0.2",
3232
"@std/jsonc": "jsr:@std/jsonc@^1.0.2",
3333
"@std/log": "jsr:@std/log@^0.224.14",
3434
"@std/media-types": "jsr:@std/media-types@^1.1.0",
3535
"@std/msgpack": "jsr:@std/msgpack@^1.0.3",
3636
"@std/net": "jsr:@std/net@^1.0.4",
37-
"@std/path": "jsr:@std/path@^1.0.9",
37+
"@std/path": "jsr:@std/path@^1.1.0",
3838
"@std/regexp": "jsr:@std/regexp@^1.0.1",
39-
"@std/random": "jsr:@std/random@^0.1.0",
39+
"@std/random": "jsr:@std/random@^0.1.1",
4040
"@std/semver": "jsr:@std/semver@^1.0.5",
4141
"@std/streams": "jsr:@std/streams@^1.0.9",
4242
"@std/tar": "jsr:@std/tar@^0.1.6",
43-
"@std/testing": "jsr:@std/testing@^1.0.12",
44-
"@std/text": "jsr:@std/text@^1.0.13",
45-
"@std/toml": "jsr:@std/toml@^1.0.6",
43+
"@std/testing": "jsr:@std/testing@^1.0.13",
44+
"@std/text": "jsr:@std/text@^1.0.14",
45+
"@std/toml": "jsr:@std/toml@^1.0.7",
4646
"@std/ulid": "jsr:@std/ulid@^1.0.0",
47-
"@std/uuid": "jsr:@std/uuid@^1.0.7",
47+
"@std/uuid": "jsr:@std/uuid@^1.0.8",
4848
"@std/webgpu": "jsr:@std/webgpu@^0.224.8",
49-
"@std/yaml": "jsr:@std/yaml@^1.0.6"
49+
"@std/yaml": "jsr:@std/yaml@^1.0.7"
5050
}
5151
}

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.7",
3+
"version": "1.0.8",
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.9",
3+
"version": "1.1.0",
44
"exports": {
55
".": "./mod.ts",
66
"./basename": "./basename.ts",

random/deno.json

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

0 commit comments

Comments
 (0)