build(deps): bump the production-dependencies group across 1 directory with 3 updates - #70
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
jamesaphoenix
added a commit
that referenced
this pull request
Aug 14, 2026
) CI was red on main from a timeout in ralph-watchdog-script.test.ts, and nine Dependabot PRs were open. CI fix. The watchdog tests budget up to 31s of internal waiting (8s lock + 15s exit + 8s release) but inherited vitest's global 10s testTimeout, so vitest killed each test long before its own guards could run. They passed only when everything happened fast and timed out under CI load. Both files that race real subprocesses now declare an explicit per-test timeout above their internal budget, matching what the other process-spawning suites here already do. Dependency upgrades, all verified by the full suite (5135 passing): - actions/setup-node v6 -> v7, actions/cache v5 -> v6 (#69, #60) - @types/node 25 -> 26 (#75) - jsdom 29 -> 30, @testing-library/jest-dom 6 -> 7 (#74, #73) Hono removal instead of the bump (#72). hono and @hono/node-server were declared by the dashboard but imported only from server/index.js, a compiled artifact from February that had been superseded by server/index.ts and left checked in. The stale .js/.d.ts/.map files are deleted and both Hono packages dropped, which also settles CLAUDE.md Rule 10. Hono remains present transitively via @modelcontextprotocol/sdk; nothing in tx uses it. release.yml only triggers on plain semver tags now. 'v*' also matched scratch tags, which started the full four-target binary matrix and failed noisily when such a tag was removed. Deferred, with evidence, rather than merged: - Effect 3.19 -> 3.22 (#70) regresses worker orchestration badly. test/integration/run-worker.test.ts: 10/10 in 11.4s on 3.19.16, versus 9/10 with a hang in 215.6s on 3.22.1. Reproduced in isolation and bisected by reverting only the Effect versions. - fumadocs-mdx 14 -> 15 (#71) cascades: it needs fumadocs-core >=16.7, whose stylesheet emits an -inset-s-4 utility that Tailwind rejects even at 4.3.3, so the docs build fails regardless of the Next version. - typescript 5.9 -> 7.0 (#66) is the native port and warrants its own pass. Co-authored-by: tx tests <tx-tests@example.com>
Owner
|
Held back deliberately in #79. This bump regresses worker orchestration. Bisected by reverting only the Effect versions (
The hang is in A ~19x slowdown plus a hang is worth investigating (and probably reporting upstream) before taking effect 3.22. |
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/production-dependencies-4ec43d5867
branch
from
August 14, 2026 09:11
0fcb657 to
cfc6d12
Compare
…y with 3 updates Bumps the production-dependencies group with 3 updates in the / directory: [@effect/cli](https://github.com/Effect-TS/effect/tree/HEAD/packages/cli), [@effect/platform](https://github.com/Effect-TS/effect/tree/HEAD/packages/platform) and [@effect/platform-node](https://github.com/Effect-TS/effect/tree/HEAD/packages/platform-node). Updates `@effect/cli` from 0.75.2 to 0.77.0 - [Release notes](https://github.com/Effect-TS/effect/releases) - [Changelog](https://github.com/Effect-TS/effect/blob/@effect/cli@0.77.0/packages/cli/CHANGELOG.md) - [Commits](https://github.com/Effect-TS/effect/commits/@effect/cli@0.77.0/packages/cli) Updates `@effect/platform` from 0.96.3 to 0.97.1 - [Release notes](https://github.com/Effect-TS/effect/releases) - [Changelog](https://github.com/Effect-TS/effect/blob/@effect/platform@0.97.1/packages/platform/CHANGELOG.md) - [Commits](https://github.com/Effect-TS/effect/commits/@effect/platform@0.97.1/packages/platform) Updates `@effect/platform-node` from 0.107.0 to 0.108.1 - [Release notes](https://github.com/Effect-TS/effect/releases) - [Changelog](https://github.com/Effect-TS/effect/blob/@effect/platform-node@0.108.1/packages/platform-node/CHANGELOG.md) - [Commits](https://github.com/Effect-TS/effect/commits/@effect/platform-node@0.108.1/packages/platform-node) --- updated-dependencies: - dependency-name: "@effect/cli" dependency-version: 0.76.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: "@effect/platform" dependency-version: 0.97.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: "@effect/platform-node" dependency-version: 0.108.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/production-dependencies-4ec43d5867
branch
from
August 17, 2026 01:25
cfc6d12 to
4373af4
Compare
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.
Bumps the production-dependencies group with 3 updates in the / directory: @effect/cli, @effect/platform and @effect/platform-node.
Updates
@effect/clifrom 0.75.2 to 0.77.0Release notes
Sourced from @effect/cli's releases.
Changelog
Sourced from @effect/cli's changelog.
Commits
417e0faVersion Packages (v3) (#6466)ec2d75dHarden ConfigFile file name handling (#6755)e670e0fVersion Packages (#6323)Updates
@effect/platformfrom 0.96.3 to 0.97.1Changelog
Sourced from @effect/platform's changelog.
Commits
417e0faVersion Packages (v3) (#6466)284b021Fix KeyValueStore file backend docs (#6776)4b03605Harden file-backed key-value store keys on v3 (#6774)5859b37Harden v3 cookie attribute validation (#6765)8ee801dFix HTML escaping in API docs (#6756)e5dfd78Add extendEnv option to Command.env (#6652)8a405fdupdate multipasta (#6311)e670e0fVersion Packages (#6323)Updates
@effect/platform-nodefrom 0.107.0 to 0.108.1Changelog
Sourced from @effect/platform-node's changelog.
Commits
bd20125Version Packages (v3) (#6796)9c4d4b5Cap RPC streaming decoder buffers (#6803)e670e0fVersion Packages (#6323)