chore(deps): bump compatible dev dependencies#1686
Merged
Conversation
Bumps dev dependencies that require no code changes: - @types/node 25.6.0 -> 26.1.1 - @types/react 19.2.0 -> 19.2.17 - @types/react-dom 19.2.0 -> 19.2.3 - js-cookie 3.0.5 -> 3.0.8 - react, react-dom 19.2.0 -> 19.2.8 - rimraf 6.0.1 -> 6.1.3 @ver0/eslint-config held back: 1.7.x lists eslint 10 as a peer, so it lands together with the eslint upgrade. eslint 10, vitest 4, and typescript 6 majors follow in separate changes.
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 dev dependencies that require no code changes; lint, build, and tests pass unchanged.
@ver0/eslint-configis deliberately held back: 1.7.x moved all plugins to (optional) peer dependencies and requires eslint ^10.0.2, so it lands together with the eslint 10 upgrade in a follow-up PR. eslint 10, vitest 4, and typescript 6 majors each get a dedicated PR with their compat fixes.Supersedes #1683 (which groups the eslint-config bump with eslint 9 still in place, leaving an unmet peer).