Skip to content

Commit 54f7234

Browse files
kt3kclaude
andcommitted
feat: add denoland/std to watched repos and backfill May–June digests
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 98591cb commit 54f7234

41 files changed

Lines changed: 531 additions & 0 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

repos.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
#
99
repos:
1010
- denoland/deno
11+
- denoland/std
1112
- oven-sh/bun
1213
- nodejs/node
1314
- tc39/ecma262
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
date: 2026-05-01
3+
repo: denoland/std
4+
size: N
5+
title: "No changes"
6+
excerpt: ""
7+
commits: 0
8+
---
9+
10+
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
date: 2026-05-02
3+
repo: denoland/std
4+
size: N
5+
title: "No changes"
6+
excerpt: ""
7+
commits: 0
8+
---
9+
10+
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
date: 2026-05-03
3+
repo: denoland/std
4+
size: N
5+
title: "No changes"
6+
excerpt: ""
7+
commits: 0
8+
---
9+
10+
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
date: 2026-05-04
3+
repo: denoland/std
4+
size: N
5+
title: "No changes"
6+
excerpt: ""
7+
commits: 0
8+
---
9+
10+
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
date: 2026-05-05
3+
repo: denoland/std
4+
size: N
5+
title: "No changes"
6+
excerpt: ""
7+
commits: 0
8+
---
9+
10+
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
date: 2026-05-06
3+
repo: denoland/std
4+
size: M
5+
title: "Timer types fixed for canary compatibility"
6+
excerpt: "A repo-wide typing cleanup updates timer handles to work with canary return types, touching async helpers, CLI widgets, and testing utilities."
7+
commits: 1
8+
authors: [tomas-zijdemans]
9+
commit_authors: {"a496da2": tomas-zijdemans}
10+
---
11+
12+
**Timer handle typings updated for canary compatibility** (a496da2)
13+
The day’s change replaces several hard-coded `number` timer IDs with `ReturnType<typeof setTimeout>` / `setInterval` or removes unnecessary annotations entirely. This keeps async utilities, CLI progress/spinner helpers, and testing time mocks compatible with canary timer return types without changing runtime behavior.
14+
15+
### Other misc changes
16+
- Type-only cleanup across multiple timer-related files (`async/*`, `cache/ttl_cache.ts`, `cli/*`, `testing/*`, `toml/_parser_test.ts`)
17+
- Documentation example updated in `testing/README.md`
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
date: 2026-05-07
3+
repo: denoland/std
4+
size: N
5+
title: "No changes"
6+
excerpt: ""
7+
commits: 0
8+
---
9+
10+
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
date: 2026-05-08
3+
repo: denoland/std
4+
size: N
5+
title: "No changes"
6+
excerpt: ""
7+
commits: 0
8+
---
9+
10+
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
date: 2026-05-09
3+
repo: denoland/std
4+
size: N
5+
title: "No changes"
6+
excerpt: ""
7+
commits: 0
8+
---
9+
10+

0 commit comments

Comments
 (0)