⬆️ chore: update dependencies to latest in-range versions#658
Merged
Conversation
039bca3 to
28ee70b
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.
What
Updates all dependencies that can be bumped safely (minor/patch, within existing semver ranges). Ranges in
package.jsonwere bumped to the new floors andpackage-lock.jsonregenerated.Runtime deps: Radix UI packages (alert-dialog 1.1.18, checkbox 1.3.6, slider 1.4.2, switch 1.3.2, tabs 1.1.16, toast 1.2.18, tooltip 1.2.11, slot/visually-hidden), TanStack (react-query 5.101.2, react-virtual 3.14.5), lucide-react 1.23.0, motion 12.42.2, tailwind-merge 3.6.0, js-cookie 3.0.8, country-flag-icons/country-locale-map.
Dev deps: Storybook 10.4.6, Vite 8.1.3, Vitest 4.1.10, Tailwind CSS 4.3.2, typescript-eslint 8.62.1, Prettier 3.9.4, jsdom 29.1.1, @types/react 19.2.17, react/react-dom 19.2.7, etc.
Deliberately excluded (major bumps):
eslint9 → 10react-day-picker9 → 10vite-plugin-dts4 → 5Notes:
peerDependenciesranges were kept intact (react/react-dom:^16.8 || ^17.0 || ^18.0 || ^19.0,react-router-dom:^7) so consumer compatibility is unchanged.prettier --write(mechanical whitespace-only changes).Testing
Full pipeline green after the updates:
npm run lint,npm run check:types, andnpm run ci(prettier check, 455 tests passed, production build).