dependabot[bot] opened a new pull request, #9153: URL: https://github.com/apache/gravitino/pull/9153
Bumps [@mui/x-data-grid](https://github.com/mui/mui-x/tree/HEAD/packages/x-data-grid) from 6.20.4 to 8.18.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mui/mui-x/releases"><code>@mui/x-data-grid</code>'s releases</a>.</em></p> <blockquote> <h2>v8.18.0</h2> <p>We'd like to extend a big thank you to the 14 contributors who made this release possible. Here are some highlights ✨:</p> <ul> <li> <p>Add <code>barLabelPlacement</code> property to customize the bar label position in bar charts, enabling labels to be placed above bars.</p> <p><img src="https://github.com/user-attachments/assets/4bc3a75b-74b8-4c6d-896b-5f5bf837bcda" alt="image" /></p> </li> <li> <p>Add <code>source</code> property to the date/time picker lifecycle and event handler context, enabling clearer differentiation between changes initiated by the picker UI and those from direct field input.</p> </li> <li> <p>🐞 Bugfixes</p> </li> <li> <p>📚 Documentation improvements</p> </li> </ul> <p>Special thanks go out to these community members for their valuable contributions: <a href="https://github.com/htollefsen"><code>@htollefsen</code></a>, <a href="https://github.com/sai6855"><code>@sai6855</code></a>, <a href="https://github.com/Sigdriv"><code>@Sigdriv</code></a></p> <p>The following team members contributed to this release: <a href="https://github.com/arminmeh"><code>@arminmeh</code></a>, <a href="https://github.com/bernardobelchior"><code>@bernardobelchior</code></a>, <a href="https://github.com/brijeshb42"><code>@brijeshb42</code></a>, <a href="https://github.com/cherniavskii"><code>@cherniavskii</code></a>, <a href="https://github.com/flaviendelangle"><code>@flaviendelangle</code></a>, <a href="https://github.com/JCQuintas"><code>@JCQuintas</code></a>, <a href="https://github.com/michelengelen"><code>@michelengelen</code></a>, <a href="https://github.com/noraleonte"><code>@noraleonte</code></a>, <a href="https://github.com/prakhargupta1"><code>@prakhargupta1</code></a>, <a href="https://github.com/rita-codes"><code>@rita-codes</code></a>, <a href="https://github.com/siriwatknp"><code>@siriwatknp</code></a></p> <h3>Data Grid</h3> <h4><code>@mui/[email protected]</code></h4> <ul> <li>[DataGrid] Allow default event in the column action cell item click event handler (<a href="https://github.com/mui/mui-x/tree/HEAD/packages/x-data-grid/issues/20272">#20272</a>) <a href="https://github.com/arminmeh"><code>@arminmeh</code></a></li> <li>[DataGrid] Remove unnecessary generic from <code>useGridApiRef</code> (<a href="https://github.com/mui/mui-x/tree/HEAD/packages/x-data-grid/issues/20277">#20277</a>) <a href="https://github.com/cherniavskii"><code>@cherniavskii</code></a></li> </ul> <h4><code>@mui/[email protected]</code> <a href="https://mui.com/r/x-pro-svg-link" title="Pro plan"><img src="https://mui.com/r/x-pro-svg" alt="pro" /></a></h4> <p>Same changes as in <code>@mui/[email protected]</code>.</p> <h4><code>@mui/[email protected]</code> <a href="https://mui.com/r/x-premium-svg-link" title="Premium plan"><img src="https://mui.com/r/x-premium-svg" alt="premium" /></a></h4> <p>Same changes as in <code>@mui/[email protected]</code>, plus:</p> <ul> <li>[DataGridPremium] Return the correct <code>cellParams</code> value from the aggregation cells (<a href="https://github.com/mui/mui-x/tree/HEAD/packages/x-data-grid/issues/20224">#20224</a>) <a href="https://github.com/arminmeh"><code>@arminmeh</code></a></li> </ul> <h3>Date and Time Pickers</h3> <h4><code>@mui/[email protected]</code></h4> <ul> <li>[pickers] Keep invalid date state consistent (<a href="https://github.com/mui/mui-x/tree/HEAD/packages/x-data-grid/issues/20040">#20040</a>) <a href="https://github.com/michelengelen"><code>@michelengelen</code></a></li> <li>[pickers] Adds new <code>source</code> property to <code>onChange</code> and <code>onAccept</code> context object (<a href="https://github.com/mui/mui-x/tree/HEAD/packages/x-data-grid/issues/20234">#20234</a>) <a href="https://github.com/michelengelen"><code>@michelengelen</code></a></li> </ul> <h4><code>@mui/[email protected]</code> <a href="https://mui.com/r/x-pro-svg-link" title="Pro plan"><img src="https://mui.com/r/x-pro-svg" alt="pro" /></a></h4> <p>Same changes as in <code>@mui/[email protected]</code>.</p> <h3>Charts</h3> <h4><code>@mui/[email protected]</code></h4> <ul> <li>[charts] Add prop for positioning a bar label (<a href="https://github.com/mui/mui-x/tree/HEAD/packages/x-data-grid/issues/20194">#20194</a>) <a href="https://github.com/Sigdriv"><code>@Sigdriv</code></a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/mui/mui-x/blob/master/CHANGELOG.md"><code>@mui/x-data-grid</code>'s changelog</a>.</em></p> <blockquote> <h2>8.18.0</h2> <!-- raw HTML omitted --> <p><em>Nov 13, 2025</em></p> <p>We'd like to extend a big thank you to the 14 contributors who made this release possible. Here are some highlights ✨:</p> <ul> <li> <p>Add <code>barLabelPlacement</code> property to customize the bar label position in bar charts, enabling labels to be placed above bars.</p> <p><img src="https://github.com/user-attachments/assets/4bc3a75b-74b8-4c6d-896b-5f5bf837bcda" alt="image" /></p> </li> <li> <p>Add <code>source</code> property to the date/time picker lifecycle and event handler context, enabling clearer differentiation between changes initiated by the picker UI and those from direct field input.</p> </li> <li> <p>🐞 Bugfixes</p> </li> <li> <p>📚 Documentation improvements</p> </li> </ul> <p>Special thanks go out to these community members for their valuable contributions: <a href="https://github.com/htollefsen"><code>@htollefsen</code></a>, <a href="https://github.com/sai6855"><code>@sai6855</code></a>, <a href="https://github.com/Sigdriv"><code>@Sigdriv</code></a></p> <p>The following team members contributed to this release: <a href="https://github.com/arminmeh"><code>@arminmeh</code></a>, <a href="https://github.com/bernardobelchior"><code>@bernardobelchior</code></a>, <a href="https://github.com/brijeshb42"><code>@brijeshb42</code></a>, <a href="https://github.com/cherniavskii"><code>@cherniavskii</code></a>, <a href="https://github.com/flaviendelangle"><code>@flaviendelangle</code></a>, <a href="https://github.com/JCQuintas"><code>@JCQuintas</code></a>, <a href="https://github.com/michelengelen"><code>@michelengelen</code></a>, <a href="https://github.com/noraleonte"><code>@noraleonte</code></a>, <a href="https://github.com/prakhargupta1"><code>@prakhargupta1</code></a>, <a href="https://github.com/rita-codes"><code>@rita-codes</code></a>, <a href="https://github.com/siriwatknp"><code>@siriwatknp</code></a></p> <h3>Data Grid</h3> <h4><code>@mui/[email protected]</code></h4> <ul> <li>[DataGrid] Allow default event in the column action cell item click event handler (<a href="https://github.com/mui/mui-x/tree/HEAD/packages/x-data-grid/issues/20272">#20272</a>) <a href="https://github.com/arminmeh"><code>@arminmeh</code></a></li> <li>[DataGrid] Remove unnecessary generic from <code>useGridApiRef</code> (<a href="https://github.com/mui/mui-x/tree/HEAD/packages/x-data-grid/issues/20277">#20277</a>) <a href="https://github.com/cherniavskii"><code>@cherniavskii</code></a></li> </ul> <h4><code>@mui/[email protected]</code> <a href="https://mui.com/r/x-pro-svg-link" title="Pro plan"><img src="https://mui.com/r/x-pro-svg" alt="pro" /></a></h4> <p>Same changes as in <code>@mui/[email protected]</code>.</p> <h4><code>@mui/[email protected]</code> <a href="https://mui.com/r/x-premium-svg-link" title="Premium plan"><img src="https://mui.com/r/x-premium-svg" alt="premium" /></a></h4> <p>Same changes as in <code>@mui/[email protected]</code>, plus:</p> <ul> <li>[DataGridPremium] Return the correct <code>cellParams</code> value from the aggregation cells (<a href="https://github.com/mui/mui-x/tree/HEAD/packages/x-data-grid/issues/20224">#20224</a>) <a href="https://github.com/arminmeh"><code>@arminmeh</code></a></li> </ul> <h3>Date and Time Pickers</h3> <h4><code>@mui/[email protected]</code></h4> <ul> <li>[pickers] Keep invalid date state consistent (<a href="https://github.com/mui/mui-x/tree/HEAD/packages/x-data-grid/issues/20040">#20040</a>) <a href="https://github.com/michelengelen"><code>@michelengelen</code></a></li> <li>[pickers] Adds new <code>source</code> property to <code>onChange</code> and <code>onAccept</code> context object (<a href="https://github.com/mui/mui-x/tree/HEAD/packages/x-data-grid/issues/20234">#20234</a>) <a href="https://github.com/michelengelen"><code>@michelengelen</code></a></li> </ul> <h4><code>@mui/[email protected]</code> <a href="https://mui.com/r/x-pro-svg-link" title="Pro plan"><img src="https://mui.com/r/x-pro-svg" alt="pro" /></a></h4> <p>Same changes as in <code>@mui/[email protected]</code>.</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mui/mui-x/commit/f859f00972b9dde00d602e75d3d4ca720c09fa97"><code>f859f00</code></a> [release] v8.18.0 (<a href="https://github.com/mui/mui-x/tree/HEAD/packages/x-data-grid/issues/20289">#20289</a>)</li> <li><a href="https://github.com/mui/mui-x/commit/015d7082dac2857c45d9152657ae69d971a0110b"><code>015d708</code></a> [DataGrid] Allow default event in the column action cell item click event han...</li> <li><a href="https://github.com/mui/mui-x/commit/0ea8f16632082dfa355770ae57a367dfaabe050c"><code>0ea8f16</code></a> [DataGrid] Remove unnecessary generic from <code>useGridApiRef</code> (<a href="https://github.com/mui/mui-x/tree/HEAD/packages/x-data-grid/issues/20277">#20277</a>)</li> <li><a href="https://github.com/mui/mui-x/commit/35699fe1ca3e378bbb0ec3124a2e91b22b177af2"><code>35699fe</code></a> [DataGridPremium] Return the correct <code>cellParams</code> value from the aggregation ...</li> <li><a href="https://github.com/mui/mui-x/commit/359dc2603bcf400f9567668d18f47c3c91d2fd8d"><code>359dc26</code></a> Bump MUI public packages (<a href="https://github.com/mui/mui-x/tree/HEAD/packages/x-data-grid/issues/20259">#20259</a>)</li> <li><a href="https://github.com/mui/mui-x/commit/f2fa3b017efd5783829fb341a929d2443cdfe2aa"><code>f2fa3b0</code></a> Bump Vite & Vitest to ^4.0.7 (major) (<a href="https://github.com/mui/mui-x/tree/HEAD/packages/x-data-grid/issues/20102">#20102</a>)</li> <li><a href="https://github.com/mui/mui-x/commit/2423e2fd491c837ce5d30fbf6c34913c15ac2cb9"><code>2423e2f</code></a> [release] v8.17.0 (<a href="https://github.com/mui/mui-x/tree/HEAD/packages/x-data-grid/issues/20209">#20209</a>)</li> <li><a href="https://github.com/mui/mui-x/commit/04e47da872232005a2a201cc9fea4bfa800f1496"><code>04e47da</code></a> [l10n] Improve Arabic (ar-SD) locale (<a href="https://github.com/mui/mui-x/tree/HEAD/packages/x-data-grid/issues/20185">#20185</a>)</li> <li><a href="https://github.com/mui/mui-x/commit/508f8eb9ec33a27d331a3f59e7e6cceb95058bb7"><code>508f8eb</code></a> [DataGrid] Wait for external model updates before resetting pagination after ...</li> <li><a href="https://github.com/mui/mui-x/commit/42ef66cdb8e7566e50167937d6c1463174417272"><code>42ef66c</code></a> [data grid] Stop event propagation on data grid action buttons (GridActionsCe...</li> <li>Additional commits viewable in <a href="https://github.com/mui/mui-x/commits/v8.18.0/packages/x-data-grid">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by [GitHub Actions](<a href="https://www.npmjs.com/~GitHub">https://www.npmjs.com/~GitHub</a> Actions), a new releaser for <code>@mui/x-data-grid</code> since your current version.</p> </details> <br /> <details> <summary>Most Recent Ignore Conditions Applied to This Pull Request</summary> | Dependency Name | Ignore Conditions | | --- | --- | | @mui/x-data-grid | [>= 7.a, < 8] | </details> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
