Upgrade react commandersact wrapper 19 - #69
Merged
Conversation
- Babel 7.22->7.29 (not 8: requires Node >=22.18, out of reach)
- gulp 4->5, vitest 1.0->4.1, prettier 3.1->3.9
- drop unused webpack-cli devDependency
- remove dead gulpfile scripts task reading nonexistent ./lib
(gulp 5 hard-fails ENOENT on missing src() dir; gulp 4 no-op'd)
- fix src/index.test.js for vitest 4: removed it(name, fn, {opts})
signature (now numeric timeout), toThrowError -> toThrow rename
- bump engines.node and CI to >=20.19.0 (vitest 4 requires Node
^20/^22/>=24, excludes the previous Node 18 floor)
dist/ build output verified byte-identical pre/post upgrade.
- react/react-dom 18->19, react-router-dom 6->7 - vite 4->8, @vitejs/plugin-react 4->6 - vitest 0.33->4.1, jsdom, testing-library majors - eslint 8->9 (not 10: eslint-plugin-react has no 10.x support yet) - migrate .eslintrc.cjs to flat eslint.config.js (required at eslint 9+), preserving the existing rule set 1:1 - add @vitest/coverage-v8 (npm run coverage had no provider before) - fix vite.config.js server.fs.allow: the app imports the repo-root README.md?raw, which vite 8's stricter default now denies - gitignore coverage/ output - bump highlight.js/marked/marked-highlight to current majors Verified: lint (0 warnings), tests, coverage, dev server, production build and preview all pass.
…ity and build instructions
CommandersAct
marked this pull request as ready for review
July 6, 2026 09:49
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.
No description provided.