chore(deps): bump @mui/x-data-grid from 8.29.0 to 9.4.0#150
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
blove
added a commit
that referenced
this pull request
Jun 6, 2026
Bumps the comparator dependencies in apps/bench to their latest majors, superseding dependabot PRs #149/#152 (ag-grid 33->35) and #150 (@mui/x-data-grid 7->8): - ag-grid-community / ag-grid-react: ^33.3.2 -> ^35.3.0 (resolves 35.3.1) - @mui/x-data-grid: ^7.29.13 -> ^8.28.6 (resolves 8.29.0) No adapter code changes were required. The AG Grid (setFilterModel / applyColumnState) and MUI (setFilterModel / setSortModel / filteredRowsSet selector) APIs the bench drives are unchanged across these majors, and typecheck/lint/unit tests pass clean. Verified in real Chromium via `pnpm bench:matrix --adapters=pretable,ag-grid,mui --scenarios=S2 --scripts=scroll,sort,filter-metadata,filter-text --scale=hypothesis --repeats=2` (24 runs, all completed): | adapter | filter-metadata | filter-text | sort | scroll | | -------- | --------------- | ----------- | --------- | ------ | | ag-grid | rows=750 | rows=500 | rows=3000 | ok | | mui | rows=750 | rows=500 | rows=3000 | ok | | pretable | rows=750 | rows=500 | rows=3000 | ok | Post-filter row counts (750/500) and sort (no filter -> 3000) match pretable, confirming the comparators still filter/sort correctly on the new majors. Note: @mui/x-data-grid@8 peer-requests @mui/material ^5||^6||^7, but the repo is on @mui/material@9. This peer mismatch is pre-existing (x-data-grid@7 already peer-wanted material ^5||^6 against material@9) and works at runtime, as the matrix above confirms. Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Bumps [@mui/x-data-grid](https://github.com/mui/mui-x/tree/HEAD/packages/x-data-grid) from 8.29.0 to 9.4.0. - [Release notes](https://github.com/mui/mui-x/releases) - [Changelog](https://github.com/mui/mui-x/blob/master/CHANGELOG.md) - [Commits](https://github.com/mui/mui-x/commits/v9.4.0/packages/x-data-grid) --- updated-dependencies: - dependency-name: "@mui/x-data-grid" dependency-version: 8.28.6 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
d6b4382 to
4654444
Compare
Contributor
|
@dependabot rebase |
Contributor
Author
|
Looks like this PR has already been merged! |
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 @mui/x-data-grid from 8.29.0 to 9.4.0.
Release notes
Sourced from @mui/x-data-grid's releases.
... (truncated)
Changelog
Sourced from @mui/x-data-grid's changelog.
... (truncated)
Commits
514258f[release] v9.4.0 (#22684)91401be[DataGridPremium] Nested Lazy Loading (#21043)f295d3b[data grid] Inherit icon fontSize from baseIconButton size (#22187)6aab9e3[DataGrid] FixnoRowsOverlayflicker betweendataSourcere-fetches (#22465)4da3375[internal] Fix use of ellipsis1eb0ba2[release] v9.3.0 (#22540)06b73f7[virtualizer] Improvecontrolledmode performance (#22123)47ba6dc[data grid] Fix scrollbar disappearing after multiple resizes (#22512)4359d56[code-infra] Enable mui/no-presentation-role lint rule (#22360)938689d[data grid] Revert "Add support for pinned columns in GridVirtualScroller" (#...