Skip to content

Commit fdaefb5

Browse files
wormeymanclaude
andcommitted
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_01GjMSePtN9aTgr8EtZp66k1
1 parent c303e77 commit fdaefb5

2 files changed

Lines changed: 18 additions & 18 deletions

File tree

pnpm-lock.yaml

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

preview-service/worker/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"@cloudflare/containers": "^0.3.7"
1212
},
1313
"devDependencies": {
14-
"@cloudflare/vitest-pool-workers": "^0.18.8",
14+
"@cloudflare/vitest-pool-workers": "^0.19.0",
1515
"vitest": "^4.1.10",
16-
"wrangler": "^4.114.0"
16+
"wrangler": "^4.115.0"
1717
}
1818
}

0 commit comments

Comments
 (0)