Skip to content

build(deps): bump the production-dependencies group across 1 directory with 3 updates - #70

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/production-dependencies-4ec43d5867
Open

build(deps): bump the production-dependencies group across 1 directory with 3 updates#70
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/production-dependencies-4ec43d5867

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 20, 2026

Copy link
Copy Markdown
Contributor

Bumps the production-dependencies group with 3 updates in the / directory: @effect/cli, @effect/platform and @effect/platform-node.

Updates @effect/cli from 0.75.2 to 0.77.0

Release notes

Sourced from @​effect/cli's releases.

@​effect/sql-mysql2@​4.0.0-rc.109

Patch Changes

@​effect/sql-d1@​4.0.0-rc.109

Patch Changes

@​effect/sql-mysql2@​4.0.0-rc.108

Patch Changes

@​effect/sql-d1@​4.0.0-rc.108

Patch Changes

@​effect/sql-mysql2@​4.0.0-beta.107

Patch Changes

@​effect/sql-d1@​4.0.0-beta.107

Patch Changes

@​effect/sql-mysql2@​4.0.0-beta.106

Patch Changes

Changelog

Sourced from @​effect/cli's changelog.

0.77.0

Patch Changes

0.76.0

Patch Changes

  • Updated dependencies [fffdee0]:
    • effect@3.22.0
    • @​effect/platform@​0.97.0
    • @​effect/printer@​0.50.0
    • @​effect/printer-ansi@​0.50.0
Commits

Updates @effect/platform from 0.96.3 to 0.97.1

Changelog

Sourced from @​effect/platform's changelog.

0.97.1

Patch Changes

0.97.0

Patch Changes

  • Updated dependencies [fffdee0]:
    • effect@3.22.0
Commits

Updates @effect/platform-node from 0.107.0 to 0.108.1

Changelog

Sourced from @​effect/platform-node's changelog.

0.108.1

Patch Changes

0.108.0

Patch Changes

  • Updated dependencies [fffdee0]:
    • effect@3.22.0
    • @​effect/cluster@​0.60.0
    • @​effect/platform@​0.97.0
    • @​effect/platform-node-shared@​0.61.0
    • @​effect/rpc@​0.76.0
    • @​effect/sql@​0.52.0
Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 20, 2026
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>
@jamesaphoenix

Copy link
Copy Markdown
Owner

Held back deliberately in #79. This bump regresses worker orchestration.

Bisected by reverting only the Effect versions (effect, @effect/cli, @effect/platform, @effect/platform-node), leaving every other change in place:

Effect test/integration/run-worker.test.ts
3.19.16 10/10 pass, 11.4s
3.22.1 9/10, one hang, 215.6s

The hang is in handles thrown errors in execute hook, which times out inside orchestrator.start({ workerPoolSize: 5 }). Reproduced in isolation, not just under full-suite load, so it is not the usual timing flake.

A ~19x slowdown plus a hang is worth investigating (and probably reporting upstream) before taking effect 3.22.

@dependabot dependabot Bot changed the title build(deps): bump the production-dependencies group with 3 updates build(deps): bump the production-dependencies group across 1 directory with 3 updates Aug 14, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/production-dependencies-4ec43d5867 branch from 0fcb657 to cfc6d12 Compare August 14, 2026 09:11
…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
dependabot Bot force-pushed the dependabot/npm_and_yarn/production-dependencies-4ec43d5867 branch from cfc6d12 to 4373af4 Compare August 17, 2026 01:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant