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

Update dependency material-react-table to v3 #6098

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 21, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
material-react-table (source) 2.13.3 -> 3.1.0 age adoption passing confidence

Release Notes

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

v3.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: KevinVandy/material-react-table@v3.0.2...v3.1.0

v3.0.3

Compare Source

v3.0.2

Compare Source

What's Changed

New Contributors

Full Changelog: KevinVandy/material-react-table@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: KevinVandy/material-react-table@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: KevinVandy/material-react-table@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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Sep 21, 2024
Copy link
Contributor Author

renovate bot commented Sep 21, 2024

⚠️ 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: [email protected]
npm error Found: @mui/[email protected]
npm error node_modules/@mui/icons-material
npm error   @mui/icons-material@"5.16.7" from the root project
npm error
npm error Could not resolve dependency:
npm error peer @mui/icons-material@">=6" from [email protected]
npm error node_modules/material-react-table
npm error   material-react-table@"3.1.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/2024-12-29T20_30_36_723Z-eresolve-report.txt
npm error A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2024-12-29T20_30_36_723Z-debug-0.log

@renovate renovate bot requested a review from a team as a code owner September 21, 2024 06:35
@renovate renovate bot added the npm label Sep 21, 2024
Copy link

@renovate renovate bot force-pushed the renovate/material-react-table-3.x branch from 11894ce to fbdb73e Compare December 16, 2024 07:16
@jellyfin-bot
Copy link
Collaborator

jellyfin-bot commented Dec 16, 2024

Cloudflare Pages deployment

Latest commit 11f3cb5
Status 🔄 Deploying...
Preview URL Not available
Type 🔀 Preview

@renovate renovate bot force-pushed the renovate/material-react-table-3.x branch from fbdb73e to 4567b3a Compare December 20, 2024 13:41
@renovate renovate bot force-pushed the renovate/material-react-table-3.x branch from 4567b3a to 11f3cb5 Compare December 29, 2024 20:30
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 npm
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant