Skip to content

Conversation

@dependabot
Copy link

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

Bumps @mui/x-charts from 7.25.0 to 8.16.0.

Release notes

Sourced from @​mui/x-charts'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/x-data-grid@8.16.0

  • [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/x-data-grid-pro@8.16.0 pro

Same changes as in @mui/x-data-grid@8.16.0, 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/x-data-grid-premium@8.16.0 premium

Same changes as in @mui/x-data-grid-pro@8.16.0, 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/x-date-pickers@8.16.0

@mui/x-date-pickers-pro@8.16.0 pro

Same changes as in @mui/x-date-pickers@8.16.0.

Charts

@mui/x-charts@8.16.0

... (truncated)

Changelog

Sourced from @​mui/x-charts'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/x-data-grid@8.16.0

  • [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/x-data-grid-pro@8.16.0 pro

Same changes as in @mui/x-data-grid@8.16.0, 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/x-data-grid-premium@8.16.0 premium

Same changes as in @mui/x-data-grid-pro@8.16.0, 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/x-date-pickers@8.16.0

@mui/x-date-pickers-pro@8.16.0 pro

Same changes as in @mui/x-date-pickers@8.16.0.

Charts

@mui/x-charts@8.16.0

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​mui/x-charts 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 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)

Bumps [@mui/x-charts](https://github.com/mui/mui-x/tree/HEAD/packages/x-charts) from 7.25.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-charts)

---
updated-dependencies:
- dependency-name: "@mui/x-charts"
  dependency-version: 8.16.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Nov 1, 2025
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Dec 1, 2025

Superseded by #160.

@dependabot dependabot bot closed this Dec 1, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/mui/x-charts-8.16.0 branch December 1, 2025 10:22
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