Skip to content

deps(npm): bump @tanstack/react-table from 8.21.3 to 9.1.2 - #261

Merged
decebal merged 2 commits into
mainfrom
dependabot/npm_and_yarn/tanstack/react-table-9.1.2
Sep 15, 2026
Merged

decebal merged 2 commits into
mainfrom
dependabot/npm_and_yarn/tanstack/react-table-9.1.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 17, 2026

Copy link
Copy Markdown
Contributor

Bumps @tanstack/react-table from 8.21.3 to 9.1.2.

Release notes

Sourced from @​tanstack/react-table's releases.

@​tanstack/react-table-devtools@​9.1.2

Patch Changes

  • Updated dependencies []:
    • @​tanstack/table-devtools@​9.1.2

@​tanstack/react-table@​9.1.2

Patch Changes

  • Updated dependencies [ff43666]:
    • @​tanstack/table-core@​9.1.2

@​tanstack/react-table-devtools@​9.1.1

Patch Changes

  • Updated dependencies []:
    • @​tanstack/table-devtools@​9.1.1

@​tanstack/react-table@​9.1.1

Patch Changes

  • Updated dependencies [269e0d8]:
    • @​tanstack/table-core@​9.1.1

@​tanstack/react-table-devtools@​9.1.0

Patch Changes

  • Updated dependencies []:
    • @​tanstack/table-devtools@​9.1.0

@​tanstack/react-table@​9.1.0

Patch Changes

  • Updated dependencies [09598d2]:
    • @​tanstack/table-core@​9.1.0

@​tanstack/react-table-devtools@​9.0.1

Patch Changes

  • #6516 2d5d6c5 - Hotfix: Fixes TableDevtoolsPanel rendering while using as a standalone component in TanStack Devtools

  • Updated dependencies [2d5d6c5]:

    • @​tanstack/table-devtools@​9.0.1

@​tanstack/react-table@​9.0.1

Patch Changes

  • #6521 10accb2 - Column defs built with legacyCreateColumnHelper now accept the built-in filterFn, sortFn, and aggregationFn names, matching the registries useLegacyTable registers at runtime.

  • Updated dependencies []:

... (truncated)

Changelog

Sourced from @​tanstack/react-table's changelog.

9.1.2

Patch Changes

  • Updated dependencies [ff43666]:
    • @​tanstack/table-core@​9.1.2

9.1.1

Patch Changes

  • Updated dependencies [269e0d8]:
    • @​tanstack/table-core@​9.1.1

9.1.0

Patch Changes

  • Updated dependencies [09598d2]:
    • @​tanstack/table-core@​9.1.0

9.0.1

Patch Changes

  • #6521 10accb2 - Column defs built with legacyCreateColumnHelper now accept the built-in filterFn, sortFn, and aggregationFn names, matching the registries useLegacyTable registers at runtime.

  • Updated dependencies []:

    • @​tanstack/table-core@​9.0.1

9.0.0

Major Changes

  • #6512 2327f80 - TanStack Table v9 stable release. See the "Migrating to V9" guide for your framework (e.g. React) for upgrade instructions.

Patch Changes

  • Updated dependencies [2327f80]:
    • @​tanstack/table-core@​9.0.0
Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​tanstack/react-table since your current version.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot Bot added dependencies Dependency updates javascript JS/TS code (web, packages, SDK) labels Aug 17, 2026
@vercel

vercel Bot commented Aug 17, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
all-source-admin Ready Ready Preview Aug 17, 2026 7:29pm
all-source-web Error Error Aug 17, 2026 7:29pm

@coderabbitai

coderabbitai Bot commented Sep 14, 2026

Copy link
Copy Markdown

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Advanced

Run ID: e7d0c99e-ff52-4537-a5b8-6625f1957a4f

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@mergestorm-vortex mergestorm-vortex Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review progress ██████████ 1/1 files

Request changes — found 1 issue(s) at 1a20139.

Actionable comment posted: 1

🤖 Prompt for AI agents
Verify each finding against current code. Fix only still-valid concrete bugs, skip the
rest with a brief reason, keep changes minimal, and validate. Skip Decision required,
policy forks, and "consider X" alternatives. Do not add new features, refactors, or
architecture beyond the fix; prefer the smallest diff.

Findings to address:
1. In `@apps/web/package.json` (line 27, Blocker):
   `"@tanstack/react-table": "^9.1.2"`
   `bun.lock` was not updated in this PR: the workspace entry still declares `"@tanstack/react-table": "^8.20.0"` (bun.lock:88) and resolves `@tanstack/react-table@8.21.3` / `@tanstack/table-core@8.21.3` (bun.lock:683-685). Because the new range can't resolve to the pinned 8.21.3, Bun must rewrite the lockfile — and `bun install --frozen-lockfile` (`.github/workflows/ci.yml:216`, the "Web Brand Color" job, which is gated on `apps/web/**` and asserted as required at `ci.yml:665`) errors with "lockfile had changes, but lockfile is frozen" instead of updating it. Net effect: CI fails and the bump is a no-op even locally. Regenerate `bun.lock` (`bun install`) in this PR so the manifest and lockfile agree.

Comment thread apps/web/package.json
"@radix-ui/react-visually-hidden": "^1.2.3",
"@tailwindcss/postcss": "^4.1.11",
"@tanstack/react-table": "^8.20.0",
"@tanstack/react-table": "^9.1.2",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔴 Blocker · Blocker

bun.lock not regenerated — frozen-lockfile CI will fail

"@tanstack/react-table": "^9.1.2"
bun.lock was not updated in this PR: the workspace entry still declares "@tanstack/react-table": "^8.20.0" (bun.lock:88) and resolves @tanstack/react-table@8.21.3 / @tanstack/table-core@8.21.3 (bun.lock:683-685). Because the new range can't resolve to the pinned 8.21.3, Bun must rewrite the lockfile — and bun install --frozen-lockfile (.github/workflows/ci.yml:216, the "Web Brand Color" job, which is gated on apps/web/** and asserted as required at ci.yml:665) errors with "lockfile had changes, but lockfile is frozen" instead of updating it. Net effect: CI fails and the bump is a no-op even locally. Regenerate bun.lock (bun install) in this PR so the manifest and lockfile agree.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid concrete bugs, skip the
rest with a brief reason, keep changes minimal, and validate. Skip Decision required,
policy forks, and "consider X" alternatives. Do not add new features, refactors, or
architecture beyond the fix; prefer the smallest diff.

In `@apps/web/package.json` (line 27, Blocker):
`"@tanstack/react-table": "^9.1.2"`
`bun.lock` was not updated in this PR: the workspace entry still declares `"@tanstack/react-table": "^8.20.0"` (bun.lock:88) and resolves `@tanstack/react-table@8.21.3` / `@tanstack/table-core@8.21.3` (bun.lock:683-685). Because the new range can't resolve to the pinned 8.21.3, Bun must rewrite the lockfile — and `bun install --frozen-lockfile` (`.github/workflows/ci.yml:216`, the "Web Brand Color" job, which is gated on `apps/web/**` and asserted as required at `ci.yml:665`) errors with "lockfile had changes, but lockfile is frozen" instead of updating it. Net effect: CI fails and the bump is a no-op even locally. Regenerate `bun.lock` (`bun install`) in this PR so the manifest and lockfile agree.

@decebal
decebal force-pushed the dependabot/npm_and_yarn/tanstack/react-table-9.1.2 branch from 1a20139 to 4dd45ff Compare September 15, 2026 11:05

@mergestorm-vortex mergestorm-vortex Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review progress ██████████ 2/2 files

Approve — reviewed files look good at 4dd45ff.

✅ All clear — nothing to fix.

dependabot Bot and others added 2 commits September 15, 2026 12:11
Bumps [@tanstack/react-table](https://github.com/TanStack/table/tree/HEAD/packages/react-table) from 8.21.3 to 9.1.2.
- [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.1.2/packages/react-table)

---
updated-dependencies:
- dependency-name: "@tanstack/react-table"
  dependency-version: 9.1.2
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Dependabot bumps package.json but does not write bun.lock, so the web gate
fails before it builds anything:

  error: lockfile had changes, but lockfile is frozen

Regenerated against this branch rebased on main.

8.21.3 -> 9.1.2 crosses a major, but nothing imports @tanstack/react-table:
the only references in the repo are apps/web/package.json and a .next build
artifact. The upgrade is inert until something uses it, which also means the
dependency is dead weight worth removing separately.

Verified: `bun install --frozen-lockfile` exits 0.
@decebal
decebal force-pushed the dependabot/npm_and_yarn/tanstack/react-table-9.1.2 branch from 4dd45ff to dfbf663 Compare September 15, 2026 11:12

@mergestorm-vortex mergestorm-vortex Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review progress ██████████ 2/2 files

Approve — reviewed files look good at dfbf663.

✅ All clear — nothing to fix.

@decebal
decebal merged commit 0677dda into main Sep 15, 2026
14 checks passed
@decebal
decebal deleted the dependabot/npm_and_yarn/tanstack/react-table-9.1.2 branch September 15, 2026 11:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency updates javascript JS/TS code (web, packages, SDK)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant