chore: upgrade all dependencies to latest major + minor - #639
Merged
Conversation
tajo
force-pushed
the
worktree-dep-upgrade
branch
4 times, most recently
from
June 28, 2026 01:53
8424fce to
73c40ff
Compare
tajo
force-pushed
the
worktree-dep-upgrade
branch
from
June 28, 2026 01:58
73c40ff to
a7e7bbe
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.
Upgrades every workspace dependency (deps + devDeps) to its latest major+minor and makes the whole monorepo green again. Rebased on top of #636 (Vite 8 follow-up).
Highlights
@ladle/react): Babel 7→8, Koa types 2→3, commander 12→15, globby 14→16, chokidar 4→5, open 10→11, react-hotkeys-hook 4→5, react-inspector 6→9, vitest 2→4, @types/node 22→26, msw, vite 8.0→8.1.packageManager).Code changes required by the majors
@babel/typesis named-exports only (import * as t); removed parser plugins that are now default and the droppeddecoratorsBeforeExportoption; replaced at.identifier()hack (Babel 8 validates identifier names) with a computedmemberExpression; refreshed one snapshot (generator now emits UTF-8 instead of\xE9escapes).css.d.tsambient module (TS6 reports unresolved side-effect CSS imports, TS2882).react.version(eslint-plugin-react's"detect"path still calls the removedgetFilename()); fixed 4 realno-useless-assignmentfindings (newly in recommended).e2e/cssto@tailwindcss/postcss+@import "tailwindcss"/@source, removed the dead v3 JS config.peerDependencyRulesfrom the deadpnpmpackage.json field topnpm-workspace.yaml; added a@mdx-js/reactoverride so Docusaurus doesn't end up with two copies (which breaks the website SSG build).Verification
tscclean · lint clean🤖 Generated with Claude Code