ral-facilities / inventory-management-system

Apache License 2.0
1 stars 0 forks source link

Update dependency material-react-table to v3 (develop) #953

Open renovate[bot] opened 1 week ago

renovate[bot] commented 1 week ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
material-react-table (source) ^2.13.0 -> ^3.0.0 age adoption passing confidence

Release Notes

KevinVandy/material-react-table (material-react-table) ### [`v3.0.1`](https://redirect.github.com/KevinVandy/material-react-table/releases/tag/v3.0.1) [Compare Source](https://redirect.github.com/KevinVandy/material-react-table/compare/v3.0.0...v3.0.1) #### What's Changed - Removed fullscreen MUI FocusTrap wrapper for now since vitest had issues with it **Full Changelog**: https://github.com/KevinVandy/material-react-table/compare/v3.0.0...v3.0.1 ### [`v3.0.0`](https://redirect.github.com/KevinVandy/material-react-table/releases/tag/v3.0.0) [Compare Source](https://redirect.github.com/KevinVandy/material-react-table/compare/2.13.3...v3.0.0) #### What's Changed - `@mui/material` and `@mui/icons-material` v6.0.0 are now minimum required versions of Material UI packages (you might be able to get away with lower MUI versions for a while, but eventually MUI V6 APIs will be used internally by MRT and your project will break) - `@mui/x-date-pickers` v7.15.0 is now a minimum required dependency - `react` and `react-dom` v18.0.0 are now a minimum required dependencies (some React 18 APIs are now used internally by MRT) - Keyboard navigation for table cells in now enabled by default. If you had added your own custom keyboard shortcuts, you may want to set `enableKeyboardShortcuts` to `false` or remove your custom shortcuts. - Removed deprecated `MRT_Virtualizer` type in favor of separate `MRT_RowVirtualizer` and `MRT_ColumnVirtualizer` types - Removed deprecated `text` in favor of the more consistent `label` type in dropdown/autocomplete/select option types. - Deprecated several `mui*Props` table options that were column-specific. These table options should either be specified in column defs or in the `defaultColumn` table option. - `muiColumnActionsButtonProps` - `muiColumnDragHandleProps` - `muiCopyButtonProps` - `muiEditTextFieldProps` - `muiFilterAutocompleteProps` - `muiFilterCheckboxProps` - `muiFilterDatePickerProps` - `muiFilterDateTimePickerProps` - `muiFilterSliderProps` - `muiFilterTextFieldProps` - `muiFilterTimePickerProps` - `muiTableBodyCellProps` - `muiTableHeadCellProps` - `muiTableFooterCellProps` - `renderCellActionMenuItems` - `renderColumnActionsMenuItems` - `renderColumnFilterModeMenuItems` - Fixed top pagination and searchbox sometimes overlapping **Full Changelog**: https://github.com/KevinVandy/material-react-table/compare/v2.13.2...v3.0.0

Configuration

📅 Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" (UTC), 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.



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