Commit fdaefb5
deps(worker): bump wrangler 4.115.0 + vitest-pool-workers 0.19.0 (#48)
The routine currency bump #48 deferred on the release-age gate. Both
versions published 2026-07-28T19:41Z and were 27.0 hours old when this
landed, clearing pnpm 11's default `minimum-release-age` of 1440 minutes -
so no `minimumReleaseAgeExclude` bypass was written, which was #48's
stated acceptance criterion. `pnpm-workspace.yaml` is untouched by this
commit.
While confirming the gate, the "pnpm 11 default is 1440 minutes" claim was
re-derived rather than taken on trust, because `pnpm config get
minimumReleaseAge` reports `undefined` and that reads like "no policy".
It is not: pnpm 11.17.0's own defaults table carries
`"minimum-release-age": 24 * 60, // 1 day` under the kebab-case key. The
`config get` answer only reports what is explicitly set.
They move together on purpose: `@cloudflare/vitest-pool-workers@0.19.0`
hard-pins `wrangler@4.115.0` (0.18.8 pinned 4.114.0), so a split bump
cannot resolve. Peer requirements are unchanged across it, and `vitest`
stayed at 4.1.10 as expected.
Expect nothing behavioural from it. 0.19.0 adds a `verbose` option on
`cloudflareTest()`/`cloudflarePool()` and filters one workerd TLS-teardown
log line; this repo needs neither. In particular it does NOT fix the four
`@cloudflare/containers` sourcemap warnings `pnpm preview:test` prints -
re-checked here, and 0.3.7 (2026-06-04) is still the newest release, still
shipping a `dist/` whose maps point at a `src/` the tarball omits.
Gate: `pnpm run verify` exit 0 - app 1249 passed / 3 skipped, worker 12,
container 3, matching the pre-bump baseline exactly. `wrangler types
--check` reports `worker-configuration.d.ts` up to date under 4.115.0, so
the bump changed no generated types.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01GjMSePtN9aTgr8EtZp66k11 parent c303e77 commit fdaefb5
2 files changed
Lines changed: 18 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
0 commit comments