chore(deps): bump deps - #1138
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
There was a problem hiding this comment.
Pull request overview
Dependency bump plus accompanying config/registry updates across the TypeScript/Next.js codebase, including regenerated shadcn registry snapshots and some export ordering/typing adjustments.
Changes:
- Updated multiple runtime/dev dependencies (Next.js, React, Biome, TanStack, etc.) and Biome configuration schema/rules format.
- Regenerated
public/r/*.jsonregistry artifacts to reflect updated source formatting/exports. - Minor TypeScript usage tweaks (explicit generic in
useDataGridUndoRedocall sites) and export order reformatting in various UI modules.
Reviewed changes
Copilot reviewed 23 out of 26 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| tsconfig.json | Adjusts TypeScript compiler options for path aliasing (currently breaks paths config). |
| biome.json | Bumps Biome schema version and switches rules config to preset: recommended. |
| package.json | Bumps dependency versions across the project. |
| src/types/data-table.ts | Removes Biome ignore comments in TanStack module augmentation types. |
| src/types/data-grid.ts | Removes Biome ignore comments in TanStack module augmentation types. |
| src/hooks/use-data-grid.ts | Reorders named exports (no functional change intended). |
| src/hooks/use-data-grid-undo-redo.ts | Reorders named exports (no functional change intended). |
| src/components/ui/table.tsx | Reorders named exports (no functional change intended). |
| src/components/ui/sheet.tsx | Reorders named exports (no functional change intended). |
| src/components/ui/input-group.tsx | Reorders named exports (no functional change intended). |
| src/components/ui/form.tsx | Reorders named exports (no functional change intended). |
| src/components/ui/dropdown-menu.tsx | Reorders named exports (no functional change intended). |
| src/components/ui/drawer.tsx | Reorders named exports (no functional change intended). |
| src/components/ui/command.tsx | Reorders named exports (no functional change intended). |
| src/components/ui/action-bar.tsx | Reorders named exports (no functional change intended). |
| src/components/data-grid/data-grid-presence.tsx | Reorders exports (type export first). |
| src/app/data-grid-multiplayer/components/data-grid-multiplayer-demo.tsx | Adds explicit generic argument to useDataGridUndoRedo call. |
| src/app/data-grid-live/components/data-grid-live-demo.tsx | Adds explicit generic argument to useDataGridUndoRedo call. |
| public/r/use-data-grid-undo-redo.json | Regenerated registry snapshot to match source export ordering. |
| public/r/data-table.json | Regenerated registry snapshot to match source type changes. |
| public/r/data-table-sort-list.json | Regenerated registry snapshot to match source type changes. |
| public/r/data-table-filter-menu.json | Regenerated registry snapshot to match source type changes. |
| public/r/data-table-filter-list.json | Regenerated registry snapshot to match source type changes. |
| public/r/data-grid.json | Regenerated registry snapshot to match source export/type changes. |
| public/r/data-grid-filter-menu.json | Regenerated registry snapshot to match source type changes. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.