deps: bump build toolchain to eslint 10, vite 8, vitest 4 - #16
Merged
Conversation
Bumps [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) from 5.2.0 to 6.1.1. - [Release notes](https://github.com/vitejs/vite-plugin-react/releases) - [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite-plugin-react/commits/plugin-react@6.1.1/packages/plugin-react) --- updated-dependencies: - dependency-name: "@vitejs/plugin-react" dependency-version: 6.0.5 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Combines and resolves #5 and #15, which Dependabot could not merge as-is: @vitejs/plugin-react@6 requires vite@8, but vitest@3 caps vite at <8, so vite/vitest had to move together. vitest@4 in turn requires @vitest/coverage-v8@4 (peer, exact match) and eslint@10 needs eslint-plugin-react-hooks@7.1+ for its peer range. TypeScript is held at 5.9.3: typescript-eslint's peer range still caps at <6.1.0, so TS 7.0.2 (from #15) isn't installable yet. Verified: install, typecheck, lint, full test suite (377/377), build, and all five guards pass. Signed-off-by: Baptiste Collard <9626829+bcollard@users.noreply.github.com>
This was referenced Sep 8, 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.
Supersedes #5 and #15 by resolving the peer-dependency conflict Dependabot couldn't:
@vitejs/plugin-react@6requiresvite@8, butvitest@3capsviteat<8, so vite and vitest had to move together.vitest@4in turn requires@vitest/coverage-v8@4(exact peer match, and outside Dependabot'sbuild-toolchaingroup), andeslint@10needseslint-plugin-react-hooks@7.1+for its peer range.TypeScript is held at
5.9.3—typescript-eslint's peer range still caps at<6.1.0, so TypeScript 7.0.2 (from #15) isn't installable yet.Changes
@vitejs/plugin-react5.0.4 → 6.1.1vite(now explicit) → 8.2.2vitest3.2.4 → 4.1.11@vitest/coverage-v83.2.4 → 4.1.11eslint9.39.0 → 10.9.1@eslint/js9.39.0 → 10.0.1eslint-plugin-react-hooks7.0.0 → 7.1.1Test plan
npm installresolves cleanly (no ERESOLVE)npm run typechecknpm run lintnpm test— 377/377 passingnpm run build(now on Vite 8.2.2)npm run guard— all five guards clean🤖 Generated with Claude Code