Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 1, 2025

Bumps @mui/x-data-grid from 6.18.7 to 8.16.0.

Release notes

Sourced from @​mui/x-data-grid's releases.

v8.16.0

We'd like to extend a big thank you to the 14 contributors who made this release possible. Here are some highlights ✨:

  • 🖌️ Add brush zoom interaction to charts
  • 🔁 Server-side update in a grid with tree data/row grouping and aggregation will trigger re-fetch for all parent levels of that row to update aggregated values. See the demo.

Special thanks go out to the community members for their valuable contributions: @​felix-wg, @​frncesc, @​sai6855

The following are all team members who have contributed to this release: @​alexfauquette, @​arminmeh, @​bernardobelchior, @​brijeshb42, @​flaviendelangle, @​JCQuintas, @​MBilalShafi, @​mbrookes, @​michelengelen, @​noraleonte, @​rita-codes

Data Grid

@mui/[email protected]

  • [DataGrid] Ignore Ctrl+A key combination for the row selection in the community version (#20110) @​felix-wg
  • [DataGrid][l10n] Improve Spanish (es-ES) locale (#20134) @​frncesc

@mui/[email protected] pro

Same changes as in @mui/[email protected], plus:

  • [DataGridPro] Add explicit return type to getVisibleRowsLookup() to fix the build with tsc (#20116) @​arminmeh
  • [DataGridPro] Retain the expansion state with expansion configuration props (#20126) @​MBilalShafi

@mui/[email protected] premium

Same changes as in @mui/[email protected], plus:

  • [DataGridPremium] Export and restore chart integration state (#20079) @​arminmeh
  • [DataGridPremium] Fix grouping column valueFormatter() crash (#20070) @​sai6855
  • [DataGridPremium] Refetch aggregation data after row update with server-side aggregation (#20039) @​arminmeh

Date and Time Pickers

@mui/[email protected]

@mui/[email protected] pro

Same changes as in @mui/[email protected].

Charts

@mui/[email protected]

... (truncated)

Changelog

Sourced from @​mui/x-data-grid's changelog.

8.16.0

Oct 29, 2025

We'd like to extend a big thank you to the 14 contributors who made this release possible. Here are some highlights ✨:

  • 🖌️ Add brush zoom interaction to charts
  • 🔁 Server-side update in a grid with tree data/row grouping and aggregation will trigger re-fetch for all parent levels of that row to update aggregated values. See the demo.

Special thanks go out to the community members for their valuable contributions: @​felix-wg, @​frncesc, @​sai6855

The following are all team members who have contributed to this release: @​alexfauquette, @​arminmeh, @​bernardobelchior, @​brijeshb42, @​flaviendelangle, @​JCQuintas, @​MBilalShafi, @​mbrookes, @​michelengelen, @​noraleonte, @​rita-codes

Data Grid

@mui/[email protected]

  • [DataGrid] Ignore Ctrl+A key combination for the row selection in the community version (#20110) @​felix-wg
  • [DataGrid][l10n] Improve Spanish (es-ES) locale (#20134) @​frncesc

@mui/[email protected] pro

Same changes as in @mui/[email protected], plus:

  • [DataGridPro] Add explicit return type to getVisibleRowsLookup() to fix the build with tsc (#20116) @​arminmeh
  • [DataGridPro] Retain the expansion state with expansion configuration props (#20126) @​MBilalShafi

@mui/[email protected] premium

Same changes as in @mui/[email protected], plus:

  • [DataGridPremium] Export and restore chart integration state (#20079) @​arminmeh
  • [DataGridPremium] Fix grouping column valueFormatter() crash (#20070) @​sai6855
  • [DataGridPremium] Refetch aggregation data after row update with server-side aggregation (#20039) @​arminmeh

Date and Time Pickers

@mui/[email protected]

@mui/[email protected] pro

Same changes as in @mui/[email protected].

Charts

@mui/[email protected]

... (truncated)

Commits
  • 9630f2b [release] v8.16.0 (#20136)
  • 403a193 [l10n] Improve Spanish (es-ES) locale (#20134)
  • 066d9aa [DataGrid] Ignore Ctrl+A key combination for the row selection in the commu...
  • 2997f21 [DataGridPremium] Refetch aggregation data after row update with server-side ...
  • e8522b1 [release] v8.15.0 (#20061)
  • 815104c [DataGrid] Fix dataSource.fetchRows API's return type (#20068)
  • 0696aab [DataGridPro] Keep children in the tree after parent row is re-fetched with t...
  • 7b68d8d [DataGridPremium] [ai-assistant] Support data visualization (#19831)
  • 081c9d5 [DataGridPro] Support scroll shadows customization (#19982)
  • 4af586a [code-infra] Remove invalid environment: 'browser' from vitest browser conf...
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​mui/x-data-grid 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 will merge this PR once it's up-to-date and CI passes on it, as requested by @lichtblick-bot.


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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 Pull requests that update a dependency file javascript Pull requests that update javascript code labels Nov 1, 2025
lichtblick-bot
lichtblick-bot previously approved these changes Nov 1, 2025
@lichtblick-bot
Copy link
Collaborator

@dependabot squash and merge

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 1, 2025

Beginning January 27, 2026, Dependabot will no longer support the @dependabot squash and merge command. Please use GitHub's native pull request controls instead. Please see the changelog announcement for additional details.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 1, 2025

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/develop/mui/x-data-grid-8.16.0 branch from d3499f1 to 01beeb4 Compare November 5, 2025 16:26
Bumps [@mui/x-data-grid](https://github.com/mui/mui-x/tree/HEAD/packages/x-data-grid) from 6.18.7 to 8.16.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/v8.16.0/packages/x-data-grid)

---
updated-dependencies:
- dependency-name: "@mui/x-data-grid"
  dependency-version: 8.16.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/develop/mui/x-data-grid-8.16.0 branch from 07d8cbf to 9afd45d Compare November 11, 2025 17:11
@sonarqubecloud
Copy link

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 1, 2025

Superseded by #807.

@dependabot dependabot bot closed this Dec 1, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/develop/mui/x-data-grid-8.16.0 branch December 1, 2025 03:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants