Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency @mui/x-data-grid to v6.16.2 #942

Merged
merged 1 commit into from
Oct 17, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 16, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@mui/x-data-grid (source) 6.16.1 -> 6.16.2 age adoption passing confidence

Release Notes

mui/mui-x (@​mui/x-data-grid)

v6.16.2

Compare Source

Oct 12, 2023

We'd like to offer a big thanks to the 12 contributors who made this release possible. Here are some highlights ✨:

Data Grid
@mui/x-data-grid@6.16.2
@mui/x-data-grid-pro@6.16.2 pro

Same changes as in @mui/x-data-grid@6.16.2, plus:

@mui/x-data-grid-premium@6.16.2 premium

Same changes as in @mui/x-data-grid-pro@6.16.2.

Date Pickers
@mui/x-date-pickers@6.16.2
@mui/x-date-pickers-pro@6.16.2 pro

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

Charts / @mui/x-charts@6.0.0-alpha.15
Breaking changes

The charts have a new text display mechanism.
It adds line break support and avoids overlapping text in the legend.
This comes with some breaking changes.

  • The DOM structure is modified. An intermediary <tspan /> element has been added. This can impact how your style is applied.

    - <text>The label</text>
    + <text><tspan>The label</tspan></text>
  • The top margin has been reduced from 100 to 50 to benefit from the denser legend.

  • To accurately compute the text size and then place it, styling should be provided as a JS object. For example, to set the legend font size, you should do:

    <PieChart
      {/** ... */}
      slotProps={{
        legend: {
          labelStyle: {
            fontSize: 16,
          },
        },
      }}
    />

    Support for other text elements (axis labels and tick labels) will be implemented in follow-up PR.

Changes
Docs
Core

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from tackley as a code owner October 16, 2023 20:11
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Oct 16, 2023
@renovate renovate bot requested a review from IanKrieger as a code owner October 16, 2023 20:11
@socket-security
Copy link

Updated dependencies detected. Learn more about Socket for GitHub ↗︎

Packages Version New capabilities Transitives Size Publisher
@mui/x-data-grid 6.16.1...6.16.2 None +0/-0 5.46 MB mbilalshafi

@IanKrieger IanKrieger merged commit 0a8c6ae into master Oct 17, 2023
7 checks passed
@IanKrieger IanKrieger deleted the renovate/all-minor-patch branch October 17, 2023 20:19
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant