Skip to content

Commit 6b92bff

Browse files
denobotkt3k
andauthored
chore: release 2025.08.13 (#6795)
Co-authored-by: kt3k <[email protected]>
1 parent 540662c commit 6b92bff

File tree

9 files changed

+48
-13
lines changed

9 files changed

+48
-13
lines changed

Releases.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,39 @@
1+
### 2025.08.13
2+
3+
#### @std/assert 1.0.14 (patch)
4+
5+
- chore(assert,expect): bump assert and expect versions (#6791)
6+
7+
#### @std/collections 1.1.3 (patch)
8+
9+
- test(collections): fix mapValues mutation test so it actually tests mutation
10+
(#6780)
11+
12+
#### @std/expect 1.0.17 (patch)
13+
14+
- chore(assert,expect): bump assert and expect versions (#6791)
15+
16+
#### @std/net 1.0.5 (patch)
17+
18+
- feat(net/unstable): add ip utilities (#6765)
19+
20+
#### @std/path 1.1.2 (patch)
21+
22+
- fix(path): improve regex in `isGlob` (#6764)
23+
24+
#### @std/streams 1.0.11 (patch)
25+
26+
- refactor(streams/unstable): toByteStream to make use of autoAllocateChunkSize
27+
(#6781)
28+
29+
#### @std/text 1.0.16 (patch)
30+
31+
- feat(text/unstable): add `trimBy` functions (#6778)
32+
33+
#### @std/toml 1.0.9 (patch)
34+
35+
- fix(toml): prevent prototype pollution by table key
36+
137
### 2025.07.29
238

339
#### @std/async 1.0.14 (patch)

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.2",
3+
"version": "1.1.3",
44
"exports": {
55
".": "./mod.ts",
66
"./aggregate-groups": "./aggregate_groups.ts",

import_map.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@std/cache": "jsr:@std/cache@^0.2.0",
1414
"@std/cbor": "jsr:@std/cbor@^0.1.8",
1515
"@std/cli": "jsr:@std/cli@^1.0.21",
16-
"@std/collections": "jsr:@std/collections@^1.1.2",
16+
"@std/collections": "jsr:@std/collections@^1.1.3",
1717
"@std/crypto": "jsr:@std/crypto@^1.0.5",
1818
"@std/csv": "jsr:@std/csv@^1.0.6",
1919
"@std/data-structures": "jsr:@std/data-structures@^1.0.9",
@@ -34,16 +34,16 @@
3434
"@std/log": "jsr:@std/log@^0.224.14",
3535
"@std/media-types": "jsr:@std/media-types@^1.1.0",
3636
"@std/msgpack": "jsr:@std/msgpack@^1.0.3",
37-
"@std/net": "jsr:@std/net@^1.0.4",
38-
"@std/path": "jsr:@std/path@^1.1.1",
37+
"@std/net": "jsr:@std/net@^1.0.5",
38+
"@std/path": "jsr:@std/path@^1.1.2",
3939
"@std/regexp": "jsr:@std/regexp@^1.0.1",
4040
"@std/random": "jsr:@std/random@^0.1.2",
4141
"@std/semver": "jsr:@std/semver@^1.0.5",
42-
"@std/streams": "jsr:@std/streams@^1.0.10",
42+
"@std/streams": "jsr:@std/streams@^1.0.11",
4343
"@std/tar": "jsr:@std/tar@^0.1.7",
4444
"@std/testing": "jsr:@std/testing@^1.0.15",
45-
"@std/text": "jsr:@std/text@^1.0.15",
46-
"@std/toml": "jsr:@std/toml@^1.0.8",
45+
"@std/text": "jsr:@std/text@^1.0.16",
46+
"@std/toml": "jsr:@std/toml@^1.0.9",
4747
"@std/ulid": "jsr:@std/ulid@^1.0.0",
4848
"@std/uuid": "jsr:@std/uuid@^1.0.9",
4949
"@std/webgpu": "jsr:@std/webgpu@^0.224.8",

net/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@std/net",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"exports": {
55
".": "./mod.ts",
66
"./get-available-port": "./get_available_port.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.1.1",
3+
"version": "1.1.2",
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.10",
3+
"version": "1.0.11",
44
"exports": {
55
".": "./mod.ts",
66
"./unstable-abort-stream": "./unstable_abort_stream.ts",

text/deno.json

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

toml/deno.json

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

toml/parse_test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -857,7 +857,6 @@ Deno.test({
857857
},
858858
});
859859

860-
861860
Deno.test({
862861
name: "parse() doesn't pollute prototype with __proto__",
863862
async fn() {

0 commit comments

Comments
 (0)