build(deps): bump fumadocs-mdx from 14.3.2 to 15.2.3 - #71
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 cascades past what a version bump can fix.
The utility comes from Separate latent issue found while testing this: |
Bumps [fumadocs-mdx](https://github.com/fuma-nama/fumadocs) from 14.3.2 to 15.2.3. - [Release notes](https://github.com/fuma-nama/fumadocs/releases) - [Commits](https://github.com/fuma-nama/fumadocs/compare/fumadocs-mdx@14.3.2...fumadocs-mdx@15.2.3) --- updated-dependencies: - dependency-name: fumadocs-mdx dependency-version: 15.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/fumadocs-mdx-15.2.0
branch
from
August 14, 2026 09:10
b23701d to
0a879b7
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 fumadocs-mdx from 14.3.2 to 15.2.3.
Release notes
Sourced from fumadocs-mdx's releases.
Commits
4d3552fVersion Packages (#3468)e8079a1fix(mdx): fix injected vite config6e07ca9fix(ui)): toc overscroll2b0f3f7Version Packages (#3466)2569851fix(ui): guard against undefined options in DynamicCodeBlock (#3465)c2ce5cbVersion Packages (#3463)19e269echore: drop typescript 7eacc5e1fix(graphql): no dropped optional arguments in playground2452e01fix(core): fix unusabletokenizersearch optioncc694a1chore: bump deps