Update dependency material-react-table to v3 #22

Open
renovate wants to merge 1 commits from renovate/material-react-table-3.x into develop
Member

This PR contains the following updates:

Package Type Update Change
material-react-table (source) dependencies major ^2.13.0 -> ^3.0.0

Release Notes

KevinVandy/material-react-table (material-react-table)

v3.2.1

Compare Source

What’s Changed

New Contributors

Full Changelog: https://github.com/KevinVandy/material-react-table/compare/v3.2.0…v3.2.1

v3.2.0

Compare Source

What’s Changed

New Contributors

Full Changelog: https://github.com/KevinVandy/material-react-table/compare/v3.1.0…v3.2.0

v3.1.0

Compare Source

What’s Changed

New Contributors

Full Changelog: https://github.com/KevinVandy/material-react-table/compare/v3.0.2…v3.1.0

v3.0.3

Compare Source

v3.0.2

Compare Source

What’s Changed

New Contributors

Full Changelog: https://github.com/KevinVandy/material-react-table/compare/v3.0.1…v3.0.2

v3.0.1

Compare Source

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

Compare Source

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 - 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 Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [material-react-table](https://www.material-react-table.com/) ([source](https://github.com/KevinVandy/material-react-table)) | dependencies | major | [`^2.13.0` -> `^3.0.0`](https://renovatebot.com/diffs/npm/material-react-table/2.13.3/3.2.1) | --- ### Release Notes <details> <summary>KevinVandy/material-react-table (material-react-table)</summary> ### [`v3.2.1`](https://github.com/KevinVandy/material-react-table/releases/tag/v3.2.1) [Compare Source](https://github.com/KevinVandy/material-react-table/compare/v3.2.0...v3.2.1) #### What's Changed - Bug: Allow override slot properties of input in MRT_FilterTextField by [@&#8203;vaibhavsurana](https://github.com/vaibhavsurana) in https://github.com/KevinVandy/material-react-table/pull/1378 - fix pinned columns not reordering by [@&#8203;chcoomilk](https://github.com/chcoomilk) in https://github.com/KevinVandy/material-react-table/pull/1380 - fix: prevent unnecessary pagination changes by fixing out-of-bounds c… by [@&#8203;fredericbahr](https://github.com/fredericbahr) in https://github.com/KevinVandy/material-react-table/pull/1376 - fix: row selection count issue by [@&#8203;sahilrajthapa](https://github.com/sahilrajthapa) in https://github.com/KevinVandy/material-react-table/pull/1383 - fixed bug where `globalFilter` state was not being updated correctly when using `initialState` #### New Contributors - [@&#8203;vaibhavsurana](https://github.com/vaibhavsurana) made their first contribution in https://github.com/KevinVandy/material-react-table/pull/1378 - [@&#8203;chcoomilk](https://github.com/chcoomilk) made their first contribution in https://github.com/KevinVandy/material-react-table/pull/1380 - [@&#8203;sahilrajthapa](https://github.com/sahilrajthapa) made their first contribution in https://github.com/KevinVandy/material-react-table/pull/1383 **Full Changelog**: https://github.com/KevinVandy/material-react-table/compare/v3.2.0...v3.2.1 ### [`v3.2.0`](https://github.com/KevinVandy/material-react-table/releases/tag/v3.2.0) [Compare Source](https://github.com/KevinVandy/material-react-table/compare/v3.1.0...v3.2.0) #### What's Changed - Fix bug [#&#8203;1041](https://github.com/KevinVandy/material-react-table/issues/1041) [#&#8203;1217](https://github.com/KevinVandy/material-react-table/issues/1217) by [@&#8203;YongThePsibor](https://github.com/YongThePsibor) in https://github.com/KevinVandy/material-react-table/pull/1361 - fix: Filters - Clearing autocomplete filter by [@&#8203;avightclav](https://github.com/avightclav) in https://github.com/KevinVandy/material-react-table/pull/1351 - Fix missing deps in useEffect doing page index outbound check by [@&#8203;nsteenbeek](https://github.com/nsteenbeek) in https://github.com/KevinVandy/material-react-table/pull/1257 - feat: add language localization support for converting numbers to loc… by [@&#8203;fredericbahr](https://github.com/fredericbahr) in https://github.com/KevinVandy/material-react-table/pull/1359 #### New Contributors - [@&#8203;avightclav](https://github.com/avightclav) made their first contribution in https://github.com/KevinVandy/material-react-table/pull/1351 - [@&#8203;nsteenbeek](https://github.com/nsteenbeek) made their first contribution in https://github.com/KevinVandy/material-react-table/pull/1257 **Full Changelog**: https://github.com/KevinVandy/material-react-table/compare/v3.1.0...v3.2.0 ### [`v3.1.0`](https://github.com/KevinVandy/material-react-table/releases/tag/v3.1.0) [Compare Source](https://github.com/KevinVandy/material-react-table/compare/8964ed80e5427347e87ecd88734a95f64dad2ea6...v3.1.0) #### What's Changed - Un-deprecated several `mui*Props` that were initially marked as deprecated in V3.0.0. They will be sticking around longer than expected until TanStack Table itself handles merging `defaultColumn` options better - Updated Types for React 19 (Fixed some JSX namespace issues) - fix: filterValue is never passed as value in MRT_FilterTextField by [@&#8203;tifosiblack](https://github.com/tifosiblack) in https://github.com/KevinVandy/material-react-table/pull/1326 - fix: clear sort action menu is disabled if no sorting is active by [@&#8203;fredericbahr](https://github.com/fredericbahr) in https://github.com/KevinVandy/material-react-table/pull/1332 - fix: filter clear button shown without value by [@&#8203;fredericbahr](https://github.com/fredericbahr) in https://github.com/KevinVandy/material-react-table/pull/1333 - docs: update custom column filter ui example by [@&#8203;fredericbahr](https://github.com/fredericbahr) in https://github.com/KevinVandy/material-react-table/pull/1335 - fix: reset column sizing button disabled when columnSize is 0 by [@&#8203;fredericbahr](https://github.com/fredericbahr) in https://github.com/KevinVandy/material-react-table/pull/1337 - fix: fixes focus moving to next cell when using arrow keys on slider by [@&#8203;fredericbahr](https://github.com/fredericbahr) in https://github.com/KevinVandy/material-react-table/pull/1338 - fix: show/hide column menu reset order button disabled when column or… by [@&#8203;fredericbahr](https://github.com/fredericbahr) in https://github.com/KevinVandy/material-react-table/pull/1340 - fix: editInputRefs assignment for select textfields by [@&#8203;fredericbahr](https://github.com/fredericbahr) in https://github.com/KevinVandy/material-react-table/pull/1339 - fix: total row count for selection went up when grouping by [@&#8203;fredericbahr](https://github.com/fredericbahr) in https://github.com/KevinVandy/material-react-table/pull/1342 - fix: overlapping input label when filter select is outline by [@&#8203;fredericbahr](https://github.com/fredericbahr) in https://github.com/KevinVandy/material-react-table/pull/1334 #### New Contributors - [@&#8203;tifosiblack](https://github.com/tifosiblack) made their first contribution in https://github.com/KevinVandy/material-react-table/pull/1326 - [@&#8203;fredericbahr](https://github.com/fredericbahr) made their first contribution in https://github.com/KevinVandy/material-react-table/pull/1332 **Full Changelog**: https://github.com/KevinVandy/material-react-table/compare/v3.0.2...v3.1.0 ### [`v3.0.3`](https://github.com/KevinVandy/material-react-table/compare/v3.0.2...8964ed80e5427347e87ecd88734a95f64dad2ea6) [Compare Source](https://github.com/KevinVandy/material-react-table/compare/v3.0.2...8964ed80e5427347e87ecd88734a95f64dad2ea6) ### [`v3.0.2`](https://github.com/KevinVandy/material-react-table/releases/tag/v3.0.2) [Compare Source](https://github.com/KevinVandy/material-react-table/compare/v3.0.1...v3.0.2) #### What's Changed - Fixed bitwarden suggesting to create new password entries by [@&#8203;FreddieDev](https://github.com/FreddieDev) in https://github.com/KevinVandy/material-react-table/pull/1239 - MRT_RowActionMenu.tsx fix by [@&#8203;flis-mateusz](https://github.com/flis-mateusz) in https://github.com/KevinVandy/material-react-table/pull/1265 - Minor fix: Adjust swedish translations by [@&#8203;karlstenlund](https://github.com/karlstenlund) in https://github.com/KevinVandy/material-react-table/pull/1278 - Allow default behavior to be skipped for table navigation by [@&#8203;chreds](https://github.com/chreds) in https://github.com/KevinVandy/material-react-table/pull/1269 - Fix multi-select crash when using Empty filter [#&#8203;1147](https://github.com/KevinVandy/material-react-table/issues/1147) by [@&#8203;richardsolomou](https://github.com/richardsolomou) in https://github.com/KevinVandy/material-react-table/pull/1273 - fix: ipfs sample data by [@&#8203;meesvandongen](https://github.com/meesvandongen) in https://github.com/KevinVandy/material-react-table/pull/1294 - Fix onCreatingRowSave return type to match documentation by [@&#8203;samuliasmala](https://github.com/samuliasmala) in https://github.com/KevinVandy/material-react-table/pull/1311 #### New Contributors - [@&#8203;FreddieDev](https://github.com/FreddieDev) made their first contribution in https://github.com/KevinVandy/material-react-table/pull/1239 - [@&#8203;flis-mateusz](https://github.com/flis-mateusz) made their first contribution in https://github.com/KevinVandy/material-react-table/pull/1265 - [@&#8203;karlstenlund](https://github.com/karlstenlund) made their first contribution in https://github.com/KevinVandy/material-react-table/pull/1278 - [@&#8203;chreds](https://github.com/chreds) made their first contribution in https://github.com/KevinVandy/material-react-table/pull/1269 - [@&#8203;richardsolomou](https://github.com/richardsolomou) made their first contribution in https://github.com/KevinVandy/material-react-table/pull/1273 - [@&#8203;samuliasmala](https://github.com/samuliasmala) made their first contribution in https://github.com/KevinVandy/material-react-table/pull/1311 **Full Changelog**: https://github.com/KevinVandy/material-react-table/compare/v3.0.1...v3.0.2 ### [`v3.0.1`](https://github.com/KevinVandy/material-react-table/releases/tag/v3.0.1) [Compare Source](https://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://github.com/KevinVandy/material-react-table/releases/tag/v3.0.0) [Compare Source](https://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 </details> --- ### Configuration :date: **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC43My4zIiwidXBkYXRlZEluVmVyIjoiMzkuMjM4LjEiLCJ0YXJnZXRCcmFuY2giOiJkZXZlbG9wIiwibGFiZWxzIjpbXX0=-->
renovate added 1 commit 2024-09-09 23:42:56 +00:00
Update dependency material-react-table to v3
Some checks failed
renovate/artifacts Artifact file update failure
plex-watchlist/pipeline/pr-develop There was a failure building this commit
Plex Watchlist Analysis/pipeline/pr-develop There was a failure building this commit
441ed2c7c9
Author
Member

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻️ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR’s title to start with “rebase!” to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: public-plex-watchlist@1.0.0
npm error Found: @mui/icons-material@5.18.0
npm error node_modules/@mui/icons-material
npm error   @mui/icons-material@"^5.15.20" from the root project
npm error
npm error Could not resolve dependency:
npm error peer @mui/icons-material@">=6" from material-react-table@3.2.1
npm error node_modules/material-react-table
npm error   material-react-table@"^3.0.0" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /tmp/renovate/cache/others/npm/_logs/2025-07-14T09_01_36_171Z-eresolve-report.txt

npm error A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2025-07-14T09_01_36_171Z-debug-0.log
### :warning: Artifact update problem Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. :recycle: Renovate will retry this branch, including artifacts, only when one of the following happens: - any of the package files in this branch needs updating, or - the branch becomes conflicted, or - you click the rebase/retry checkbox if found above, or - you rename this PR's title to start with "rebase!" to trigger it manually The artifact failure details are included below: ##### File name: package-lock.json ``` npm error code ERESOLVE npm error ERESOLVE unable to resolve dependency tree npm error npm error While resolving: public-plex-watchlist@1.0.0 npm error Found: @mui/icons-material@5.18.0 npm error node_modules/@mui/icons-material npm error @mui/icons-material@"^5.15.20" from the root project npm error npm error Could not resolve dependency: npm error peer @mui/icons-material@">=6" from material-react-table@3.2.1 npm error node_modules/material-react-table npm error material-react-table@"^3.0.0" from the root project npm error npm error Fix the upstream dependency conflict, or retry npm error this command with --force or --legacy-peer-deps npm error to accept an incorrect (and potentially broken) dependency resolution. npm error npm error npm error For a full report see: npm error /tmp/renovate/cache/others/npm/_logs/2025-07-14T09_01_36_171Z-eresolve-report.txt npm error A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2025-07-14T09_01_36_171Z-debug-0.log ```
renovate force-pushed renovate/material-react-table-3.x from 441ed2c7c9 to 62a449e556 2024-12-27 20:46:59 +00:00 Compare
renovate force-pushed renovate/material-react-table-3.x from 62a449e556 to 1f59c5cbfe 2025-03-22 08:50:34 +00:00 Compare
renovate force-pushed renovate/material-react-table-3.x from 1f59c5cbfe to 58d18c1e91 2025-07-14 09:01:42 +00:00 Compare
Some checks failed
renovate/artifacts Artifact file update failure
plex-watchlist/pipeline/pr-develop There was a failure building this commit
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/material-react-table-3.x:renovate/material-react-table-3.x
git checkout renovate/material-react-table-3.x
Sign in to join this conversation.
No description provided.