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

Bump @mui/x-data-grid from 7.15.0 to 7.16.0 #3057

Merged
merged 3 commits into from
Sep 8, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 6, 2024

Bumps @mui/x-data-grid from 7.15.0 to 7.16.0.

Release notes

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

v7.16.0

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

  • 🎨 Update the design of Data Grid column headers (#14293)
  • 🧠 Add the slots concept introduction documentation page (#13881)
  • 🌍 Improve Chinese (zh-CN) and Dutch (nl-NL) locales on the Data Grid
  • 🐞 Bugfixes
  • 📚 Documentation improvements

Data Grid

@mui/x-data-grid@7.16.0

@mui/x-data-grid-pro@7.16.0 pro

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

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

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

Date and Time Pickers

@mui/x-date-pickers@7.16.0

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

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

Charts

@mui/x-charts@7.16.0

... (truncated)

Changelog

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

7.16.0

Sep 5, 2024

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

  • 🎨 Update the design of Data Grid column headers (#14293)
  • 🧠 Add the slots concept introduction documentation page (#13881)
  • 🌍 Improve Chinese (zh-CN) and Dutch (nl-NL) locales on the Data Grid
  • 🐞 Bugfixes
  • 📚 Documentation improvements

Data Grid

@mui/x-data-grid@7.16.0

@mui/x-data-grid-pro@7.16.0 pro

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

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

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

Date and Time Pickers

@mui/x-date-pickers@7.16.0

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

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

... (truncated)

Commits

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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 6, 2024
@github-actions github-actions bot enabled auto-merge (squash) September 6, 2024 14:10
Copy link

netlify bot commented Sep 6, 2024

Deploy Preview for eclipsefdn-adoptium ready!

Name Link
🔨 Latest commit c84983d
🔍 Latest deploy log https://app.netlify.com/sites/eclipsefdn-adoptium/deploys/66ddd4db1b08ab0008ffe08a
😎 Deploy Preview https://deploy-preview-3057--eclipsefdn-adoptium.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Bumps [@mui/x-data-grid](https://github.com/mui/mui-x/tree/HEAD/packages/x-data-grid) from 7.15.0 to 7.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/v7.16.0/packages/x-data-grid)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/mui/x-data-grid-7.16.0 branch from d8f9cb5 to 338cf81 Compare September 6, 2024 14:14
@karianna karianna self-requested a review September 7, 2024 01:42
Copy link
Contributor

@karianna karianna left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CI fails

Copy link

codecov bot commented Sep 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.47%. Comparing base (b363869) to head (c84983d).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3057   +/-   ##
=======================================
  Coverage   99.47%   99.47%           
=======================================
  Files          90       90           
  Lines        4951     4951           
  Branches      618      618           
=======================================
  Hits         4925     4925           
  Misses         26       26           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@github-actions github-actions bot merged commit f965dbf into main Sep 8, 2024
15 checks passed
@github-actions github-actions bot deleted the dependabot/npm_and_yarn/mui/x-data-grid-7.16.0 branch September 8, 2024 23:01
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