chore(deps): batch safe bumps (react/wrangler/starlight/ast-grep/eslint/prettier); hold typescript@7 - #210
Merged
Merged
Conversation
… 0.41.5, ast-grep 0.45.0, eslint 10.8.0, prettier 3.9.6 Batches the safe Dependabot bumps (#178/#179/#180/#181/#182 + the eslint/prettier part of the group #196) into one commit with a Bun-frozen-valid lockfile — Dependabot's own lockfiles fail CI's `bun install --frozen-lockfile`. HELD: typescript 6.0.3 → 7.0.2 (the rest of #196). 7.0.2 resolves `import ts from "typescript"` to a stub with none of the classic compiler API (TypeFlags, createSourceFile, ScriptKind, createProgram, TypeChecker…), breaking proptest/from-type, files/syntax-check, infer-rules/scan, etc. Needs a compiler-API migration — tracked separately. Full `bun run validate` green (typecheck + lint + format + test + e2e:pty 7/7).
This was referenced Jul 28, 2026
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.
Batches the mergeable Dependabot bumps into one commit with a Bun-frozen-valid lockfile (Dependabot's lockfiles fail CI's
bun install --frozen-lockfile). Fullbun run validategreen locally. Held: typescript 6.0.3→7.0.2 (breaks the classic TS compiler-API usage across the harness — needs a migration). Supersedes #178/#179/#180/#181/#182 and the eslint/prettier part of #196.