deps(deps): bump @tanstack/react-table from 8.21.3 to 9.2.4 - #305
Merged
a-thomas-22 merged 3 commits intoSep 20, 2026
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Bumps [@tanstack/react-table](https://github.com/TanStack/table/tree/HEAD/packages/react-table) from 8.21.3 to 9.2.4. - [Release notes](https://github.com/TanStack/table/releases) - [Changelog](https://github.com/TanStack/table/blob/main/packages/react-table/CHANGELOG.md) - [Commits](https://github.com/TanStack/table/commits/@tanstack/react-table@9.2.4/packages/react-table) --- updated-dependencies: - dependency-name: "@tanstack/react-table" dependency-version: 9.2.4 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/tanstack/react-table-9.2.4
branch
from
September 20, 2026 02:23
3d88b13 to
f23c223
Compare
Version 9 drops useReactTable and the get*RowModel options in favour of useTable with an explicit feature set, and only the registered features expose their column APIs. Register row sorting, the sorted row model, and the built-in sort functions once in src/lib/tableFeatures.ts and build the three sortable tables on it. Column definitions rename sortingFn to sortFn, and rows read getAllCells() since column visibility is not registered. The name columns now declare the alphanumeric sort function instead of relying on 'auto'. Version 8 sampled rows after the tenth when picking a comparator, so tables of ten rows or fewer always fell back to the case-sensitive basic comparison; version 9 samples the first ten, which would make the order depend on which names lead the table. Naming the comparator keeps it deterministic, and a new leaderboard test pins the toggle cycle and ordering. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Collaborator
|
Pushed the v9 migration on top of the bump (after merging main, since the branch predated the builders leaderboard):
Lint, typecheck, the full test suite with coverage, and the build all pass locally. |
dependabot
Bot
deleted the
dependabot/npm_and_yarn/tanstack/react-table-9.2.4
branch
September 20, 2026 13:48
This branch was successfully deployed
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 @tanstack/react-table from 8.21.3 to 9.2.4.
Release notes
Sourced from @tanstack/react-table's releases.
... (truncated)
Changelog
Sourced from @tanstack/react-table's changelog.
... (truncated)
Commits
d01c01bci: Version Packages (#6580)f72e516fix: Add realtime (w/ fake data) trading table example (#6561)3bfc1bfci: Version Packages (#6575)ac4f134docs: add react compiler guidefaa261bfeat: support latest TanStack Devtools and refresh package versions (#6553)ff7653dci: Version Packages (#6533)ff43666refactor(table-core): centralize no-op state update guarding in setStateSlice...058a520ci: Version Packages (#6531)3af6abcci: Version Packages (#6527)896e998ci: Version Packages (#6525)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@tanstack/react-tablesince your current version.