chore(deps): refresh Worker and forwarder dependencies - #34
Merged
Conversation
|
🦞👀 Pull request received. I will update this pull request when review starts. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What Problem This Solves
Refreshes the Worker dependencies and the forwarder's stale transitive lockfile entries while preserving the existing build and test gates.
Why This Change Was Made
Updates React Router from 8.3.0 to 8.3.1 and Wrangler from 4.127.0 to 4.127.1, refreshes both Bun lockfiles, and regenerates the Cloudflare runtime declarations. No direct dependencies were added or removed, and no application migration was required.
react-router8.3.0 → 8.3.1;wrangler4.127.0 → 4.127.1miniflare5.20260826.0-alpha → 5.20260828.0-alpha;workerd1.20260826.1 → 1.20260828.1;tsx4.23.12 → 4.23.13; voice's nesteddiscord-api-types0.38.53 → 0.38.54@types/node25.8.0 → 25.9.5;@snazzah/davey0.1.11 → 0.1.12 and its platform packages;@emnapi/core/runtime1.10.0 → 1.11.3;@emnapi/wasi-threads1.2.1 → 1.2.3;@napi-rs/wasm-runtime1.1.4 → 1.2.3;@tybys/wasm-util0.10.2 → 0.10.3The forwarder's previous lockfile stored exact versions where published package metadata declares ranges. Regenerating it with Bun restores those ranges and updates the compatible dependencies; its direct manifest stays unchanged. Both lockfiles were generated by Bun 1.4.0. No direct major upgrades were available or skipped.
Reviewed the upstream React Router patch notes and Wrangler patch notes. Bun 1.4.0 and all Action pins are current: checkout 7.0.1, setup-node 7.0.0, setup-bun 2.2.0, and create-github-app-token 3.2.0. Verified the pinned SHAs against those release tags.
User Impact
Routine dependency maintenance with no intentional change to Hermit's user-facing behavior. No changelog or UI change is needed.
Evidence
Both packages pass frozen installs and typechecks. The Worker dry-run build passes. The full suite runs with its existing assertions; the local command uses a 30-second per-test timeout because the shared Mac exceeded Bun's five-second default in two ImageMagick/filesystem fixture tests. CI retains its original timeout and assertions.
The live check starts the actual dry-run bundle in workerd through Wrangler's installed Miniflare, then sends HTTP requests to its local listener. It checks Forms SSR, a real bundled lobster species, a missing species, HEAD, and unsupported-method handling. Synthetic configuration is used; Discord command-registration requests are intercepted locally. No production request or deployment is performed.
Reproduce the local HTTP proof
Save this as
tmp/deps-refresh-20260830/live-proof.mjsafter the dry-run build:Codex autoreview completed
scoped-cleanwith no accepted/actionable findings at its requested default P0 threshold.CI Reasoning
The orchestrator's
NORUNSobservation was stale. The current default-branch commit already passed CI / Build and test. That workflow runs frozen installs and typechecks for both packages, the Worker dry-run build, and the full suite on PRs and pushes to main; it requires no production credentials.ClawSweeper Dispatch is separate event-driven operations automation, not a build/test gate; its latest observed default-branch run succeeded. There is no scheduled GitHub Actions monitoring workflow in this checkout. Cloudflare Builds remains the production deploy owner after a reviewed merge to main.
The PR passed CI / Build and test in 2m22s, including the full suite with the unchanged CI timeout. CodeQL and ClawSweeper Dispatch also passed. No CI jobs or assertions were weakened, skipped, or removed by this change.
This PR is for maintainer review and landing; it has not been merged or released.