Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the mui group with 2 updates in the / directory: @mui/x-data-grid and @mui/x-date-pickers.

Updates @mui/x-data-grid from 8.14.0 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

Updates @mui/x-date-pickers from 8.14.0 to 8.16.0

Release notes

Sourced from @​mui/x-date-pickers'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-date-pickers'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

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 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the mui group with 2 updates in the / directory: [@mui/x-data-grid](https://github.com/mui/mui-x/tree/HEAD/packages/x-data-grid) and [@mui/x-date-pickers](https://github.com/mui/mui-x/tree/HEAD/packages/x-date-pickers).


Updates `@mui/x-data-grid` from 8.14.0 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)

Updates `@mui/x-date-pickers` from 8.14.0 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-date-pickers)

---
updated-dependencies:
- dependency-name: "@mui/x-data-grid"
  dependency-version: 8.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: mui
- dependency-name: "@mui/x-date-pickers"
  dependency-version: 8.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: mui
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 1, 2025
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.

1 participant