bluewave-labs / checkmate

Checkmate is an open-source, self-hosted monitoring tool built with React.js, Node.js, and MongoDB, designed to track server uptime, response times, and incidents in real-time with beautiful visualizations. Get powerful insights and proactive alerts to keep your services running smoothly.
https://uptime-demo.bluewavelabs.ca/
GNU Affero General Public License v3.0
616 stars 68 forks source link

Update material-ui monorepo to v7.23.0 #1228

Closed renovate-bot closed 1 day ago

renovate-bot commented 2 days ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@mui/x-charts (source) 7.22.3 -> 7.23.0 age adoption passing confidence
@mui/x-data-grid (source) 7.22.3 -> 7.23.0 age adoption passing confidence
@mui/x-date-pickers (source) 7.22.3 -> 7.23.0 age adoption passing confidence

Release Notes

mui/mui-x (@​mui/x-charts) ### [`v7.23.0`](https://redirect.github.com/mui/mui-x/blob/HEAD/CHANGELOG.md#7230) [Compare Source](https://redirect.github.com/mui/mui-x/compare/v7.22.3...v7.23.0) *Nov 29, 2024* We'd like to offer a big thanks to the 10 contributors who made this release possible. Here are some highlights ✨: - ✨ Support for a new display mode on the Data Grid with the [List View feature](https://mui.com/x/react-data-grid/list-view/), offering an extremely flexible way to render datasets and enabling developers to adapt how data is displayed across different screen sizes. https://github.com/user-attachments/assets/61286adc-03fc-4323-9739-8ca726fcc16c - βš›οΈ React 19 support - πŸ“š Documentation improvements - 🌍 Improve Spanish, Portuguese, Chinese locales on the Data Grid component. - 🌍 Improve Dutch locale on the Date and Time Picker components. - 🐞 Bugfixes Special thanks go out to the community contributors who have helped make this release possible: [@​dloeda](https://redirect.github.com/dloeda), [@​headironc](https://redirect.github.com/headironc), [@​mathzdev](https://redirect.github.com/mathzdev), [@​nphmuller](https://redirect.github.com/nphmuller), [@​lhilgert9](https://redirect.github.com/lhilgert9), [@​lauri865](https://redirect.github.com/lauri865). Following are all team members who have contributed to this release: [@​oliviertassinari](https://redirect.github.com/oliviertassinari), [@​arminmeh](https://redirect.github.com/arminmeh), [@​KenanYusuf](https://redirect.github.com/KenanYusuf), [@​flaviendelangle](https://redirect.github.com/flaviendelangle), [@​MBilalShafi](https://redirect.github.com/MBilalShafi). ##### Data Grid ##### `@mui/x-data-grid@v7.23.0` - \[DataGrid] React 19 support ([#​15557](https://redirect.github.com/mui/mui-x/issues/15557)) [@​arminmeh](https://redirect.github.com/arminmeh) - \[DataGrid] Change test dom check from `/jsdom/` to `/jsdom|HappyDOM/`. ([#​15642](https://redirect.github.com/mui/mui-x/issues/15642)) [@​jedesroches](https://redirect.github.com/jedesroches) - \[DataGrid] Fix last separator not being hidden when grid is scrollable ([#​15551](https://redirect.github.com/mui/mui-x/issues/15551)) [@​KenanYusuf](https://redirect.github.com/KenanYusuf) - \[DataGrid] Fix order of spread props on toolbar items ([#​15556](https://redirect.github.com/mui/mui-x/issues/15556)) [@​KenanYusuf](https://redirect.github.com/KenanYusuf) - \[DataGrid] Fix row-spanning in combination with column-pinning ([#​15460](https://redirect.github.com/mui/mui-x/issues/15460)) [@​lhilgert9](https://redirect.github.com/lhilgert9) - \[DataGrid] Improve resize performance ([#​15592](https://redirect.github.com/mui/mui-x/issues/15592)) [@​lauri865](https://redirect.github.com/lauri865) - \[DataGrid] Support column virtualization with dynamic row height ([#​15567](https://redirect.github.com/mui/mui-x/issues/15567)) [@​cherniavskii](https://redirect.github.com/cherniavskii) - \[DataGrid] Improve `GridCell` performance ([#​15621](https://redirect.github.com/mui/mui-x/issues/15621)) [@​lauri865](https://redirect.github.com/lauri865) - \[l10n] Improve Chinese (zh-CN) locale ([#​15570](https://redirect.github.com/mui/mui-x/issues/15570)) [@​headironc](https://redirect.github.com/headironc) - \[l10n] Improve Portuguese (pt-PT) locale ([#​15561](https://redirect.github.com/mui/mui-x/issues/15561)) [@​mathzdev](https://redirect.github.com/mathzdev) ##### `@mui/x-data-grid-pro@v7.23.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link "Pro plan") Same changes as in `@mui/x-data-grid@v7.23.0`, plus: - \[DataGridPro] Fix header filtering with `boolean` column type ([#​15640](https://redirect.github.com/mui/mui-x/issues/15640)) [@​k-rajat19](https://redirect.github.com/k-rajat19) - \[DataGridPro] Fix pagination state not updating if the data source response has no rows ([#​15643](https://redirect.github.com/mui/mui-x/issues/15643)) [@​zinoroman](https://redirect.github.com/zinoroman) - \[DataGridPro] Fix selection propagation issue on initialization ([#​15593](https://redirect.github.com/mui/mui-x/issues/15593)) [@​MBilalShafi](https://redirect.github.com/MBilalShafi) ##### `@mui/x-data-grid-premium@v7.23.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link "Premium plan") Same changes as in `@mui/x-data-grid-pro@v7.23.0`. ##### Date and Time Pickers ##### `@mui/x-date-pickers@v7.23.0` - \[pickers] React 19 support ([#​15557](https://redirect.github.com/mui/mui-x/issues/15557)) [@​arminmeh](https://redirect.github.com/arminmeh) - \[pickers] Fix DST issue with `America/Asuncion` timezone and `AdapterMoment` ([#​15653](https://redirect.github.com/mui/mui-x/issues/15653)) [@​flaviendelangle](https://redirect.github.com/flaviendelangle) - \[pickers] Use `props.referenceDate` timezone when `props.value` and `props.defaultValue` are not defined ([#​15544](https://redirect.github.com/mui/mui-x/issues/15544)) [@​flaviendelangle](https://redirect.github.com/flaviendelangle) - \[l10n] Improve Dutch (nl-NL) locale ([#​15564](https://redirect.github.com/mui/mui-x/issues/15564)) [@​nphmuller](https://redirect.github.com/nphmuller) ##### `@mui/x-date-pickers-pro@v7.23.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link "Pro plan") Same changes as in `@mui/x-date-pickers@v7.23.0`. ##### Charts ##### `@mui/x-charts@v7.23.0` - \[charts] React 19 support ([#​15557](https://redirect.github.com/mui/mui-x/issues/15557)) [@​arminmeh](https://redirect.github.com/arminmeh) - \[charts] Prevent invalid `releasePointerCapture` ([#​15609](https://redirect.github.com/mui/mui-x/issues/15609)) [@​alexfauquette](https://redirect.github.com/alexfauquette) ##### `@mui/x-charts-pro@v7.23.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link "Pro plan") Same changes as in `@mui/x-charts@v7.23.0`. ##### Tree View ##### `@mui/x-tree-view@v7.23.0` - \[TreeView] React 19 support ([#​15557](https://redirect.github.com/mui/mui-x/issues/15557)) [@​arminmeh](https://redirect.github.com/arminmeh) ##### `@mui/x-tree-view-pro@7.23.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link "Pro plan") Same changes as in `@mui/x-tree-view@7.23.0`. ##### Docs - \[docs] Add data caching to lazy loaded detail panel demo ([#​15555](https://redirect.github.com/mui/mui-x/issues/15555)) [@​cherniavskii](https://redirect.github.com/cherniavskii) - \[docs] Remove selectors section from list view docs ([#​15639](https://redirect.github.com/mui/mui-x/issues/15639)) [@​KenanYusuf](https://redirect.github.com/KenanYusuf) - \[docs] Add documentation for the list view feature ([#​15344](https://redirect.github.com/mui/mui-x/issues/15344)) [@​KenanYusuf](https://redirect.github.com/KenanYusuf) ##### Core - \[core] Update [@​mui/monorepo](https://redirect.github.com/mui/monorepo) ([#​15574](https://redirect.github.com/mui/mui-x/issues/15574)) [@​oliviertassinari](https://redirect.github.com/oliviertassinari)

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 these updates again.



This PR was generated by Mend Renovate. View the repository job log.

coderabbitai[bot] commented 2 days ago

Walkthrough

The pull request involves updates to the dependencies section of the Client/package.json file, specifically incrementing the version numbers for two packages: @mui/x-data-grid and @mui/x-date-pickers, from 7.22.3 to 7.23.0. There are no other modifications to the file's structure or content, nor any changes to devDependencies.

Changes

File Change Summary
Client/package.json Updated versions: @mui/x-data-grid from 7.22.3 to 7.23.0, @mui/x-date-pickers from 7.22.3 to 7.23.0.

Possibly related PRs

Suggested reviewers


πŸ“œ Recent review details **Configuration used: .coderabbit.yaml** **Review profile: CHILL**
πŸ“₯ Commits Reviewing files that changed from the base of the PR and between 29013de3cc1ccbae696bb5b59638b449dca91c8d and c9948dc5826b53bfd13fd8f8f8e944d04081ab71.
β›” Files ignored due to path filters (1) * `Client/package-lock.json` is excluded by `!**/package-lock.json`
πŸ“’ Files selected for processing (1) * `Client/package.json` (1 hunks)
πŸ”‡ Additional comments (3)
Client/package.json (3) `21-22`: **These version bumps look legit! πŸ‘Š** The version updates from 7.22.3 to 7.23.0 for both packages follow semantic versioning, which suggests these are minor updates with backward-compatible new features. --- `21-22`: **Hold up! Let's verify that React compatibility! πŸ€”** The PR objectives mention React 19 support, but I see we're using React 18.2.0. We should verify this upgrade won't cause any breaking changes.
βœ… Verification successful **Good news! These MUI packages are React 19 ready! 🎯** The peer dependency check shows both `@mui/x-data-grid@7.23.0` and `@mui/x-date-pickers@7.23.0` explicitly support React versions `^17.0.0 || ^18.0.0 || ^19.0.0`. You're good to go with React 18.2.0 and future React 19 upgrades!
🏁 Scripts executed The following scripts were executed for the analysis: Script: ```shell #!/bin/bash # Description: Check React version compatibility # Check React peer dependency requirements for the new versions echo "Checking React compatibility for @mui/x-data-grid@7.23.0" curl -s https://registry.npmjs.org/@mui/x-data-grid/7.23.0 | jq '.peerDependencies."react"' echo "Checking React compatibility for @mui/x-date-pickers@7.23.0" curl -s https://registry.npmjs.org/@mui/x-date-pickers/7.23.0 | jq '.peerDependencies."react"' ``` Length of output: 506
--- `21-22`: **Yo dawg, we need to check these version numbers! 🍝** I notice that while we're updating these packages to 7.23.0, `@mui/x-charts` is chillin' at version 7.5.1. This inconsistency in the MUI X family could cause some compatibility issues down the road. Let's check the compatibility real quick: Consider updating all MUI X packages to the same major.minor version to maintain consistency and prevent potential compatibility issues.

Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

❀️ Share - [X](https://twitter.com/intent/tweet?text=I%20just%20used%20%40coderabbitai%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20the%20proprietary%20code.%20Check%20it%20out%3A&url=https%3A//coderabbit.ai) - [Mastodon](https://mastodon.social/share?text=I%20just%20used%20%40coderabbitai%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20the%20proprietary%20code.%20Check%20it%20out%3A%20https%3A%2F%2Fcoderabbit.ai) - [Reddit](https://www.reddit.com/submit?title=Great%20tool%20for%20code%20review%20-%20CodeRabbit&text=I%20just%20used%20CodeRabbit%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20proprietary%20code.%20Check%20it%20out%3A%20https%3A//coderabbit.ai) - [LinkedIn](https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fcoderabbit.ai&mini=true&title=Great%20tool%20for%20code%20review%20-%20CodeRabbit&summary=I%20just%20used%20CodeRabbit%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20proprietary%20code)
πŸͺ§ Tips ### Chat There are 3 ways to chat with [CodeRabbit](https://coderabbit.ai): > ‼️ **IMPORTANT** > Auto-reply has been disabled for this repository in the CodeRabbit settings. The CodeRabbit bot will not respond to your replies unless it is explicitly tagged. - Files and specific lines of code (under the "Files changed" tab): Tag `@coderabbitai` in a new review comment at the desired location with your query. Examples: - `@coderabbitai generate unit testing code for this file.` - `@coderabbitai modularize this function.` - PR comments: Tag `@coderabbitai` in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples: - `@coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.` - `@coderabbitai read src/utils.ts and generate unit testing code.` - `@coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.` - `@coderabbitai help me debug CodeRabbit configuration file.` Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. ### CodeRabbit Commands (Invoked using PR comments) - `@coderabbitai pause` to pause the reviews on a PR. - `@coderabbitai resume` to resume the paused reviews. - `@coderabbitai review` to trigger an incremental review. This is useful when automatic reviews are disabled for the repository. - `@coderabbitai full review` to do a full review from scratch and review all the files again. - `@coderabbitai summary` to regenerate the summary of the PR. - `@coderabbitai resolve` resolve all the CodeRabbit review comments. - `@coderabbitai configuration` to show the current CodeRabbit configuration for the repository. - `@coderabbitai help` to get help. ### Other keywords and placeholders - Add `@coderabbitai ignore` anywhere in the PR description to prevent this PR from being reviewed. - Add `@coderabbitai summary` to generate the high-level summary at a specific location in the PR description. - Add `@coderabbitai` anywhere in the PR title to generate the title automatically. ### Documentation and Community - Visit our [Documentation](https://docs.coderabbit.ai) for detailed information on how to use CodeRabbit. - Join our [Discord Community](http://discord.gg/coderabbit) to get help, request features, and share feedback. - Follow us on [X/Twitter](https://twitter.com/coderabbitai) for updates and announcements.