Skip to content

Update dependency react-table to v7#278

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/react-table-7.x
Open

Update dependency react-table to v7#278
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/react-table-7.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 10, 2020

This PR contains the following updates:

Package Change Age Confidence
react-table (source) ^6.11.5^7.8.0 age confidence

Release Notes

tannerlinsley/react-table (react-table)

v7.8.0

Compare Source

What's Changed

New Contributors

Full Changelog: TanStack/table@v7.7.0...v7.8.0

v7.7.0

Compare Source

Features

v7.6.3

Compare Source

Bug Fixes
  • provide parentRows and data to accessor (f97fb98)

v7.6.2

Compare Source

Bug Fixes

v7.6.1

Compare Source

Bug Fixes

v7.6.0

Compare Source

Bug Fixes
Features
  • useGridLayout: Add functionality for proposed useGridLayout (#​2525) (0c805a7)

v7.5.2

Compare Source

Bug Fixes

v7.5.1

Compare Source

Bug Fixes

v7.5.0

Compare Source

Features
  • useRowSelect: Improve usePagination integration - only select rows on current page (#​2585) (205c7a9)

v7.4.2

Compare Source

Bug Fixes

v7.4.1

Compare Source

Bug Fixes

v7.4.0

Compare Source

Bug Fixes
  • Add useExpanded in the pluginOrder because selection get broken if it's before. (#​2581) (fdb1ebe)
  • initalState sortBy fix, if the last sortBy column is clicked we will replace the sort state, not toggle it (#​2508) (20ecd35)
  • update tests (ec8dcb1)
Features

v7.3.5

Compare Source

Bug Fixes

v7.3.4

Compare Source

Bug Fixes
  • useSortBy: fix the bug that causes flatRows to be incorrect when sorting and using subRows (#​2443) (b2d0aa6)

v7.3.3

Compare Source

Bug Fixes
  • Use references to renderers instead of inline functions (#​2584) (aa28357)

v7.3.2

Compare Source

Bug Fixes

v7.3.1

Compare Source

Bug Fixes

v7.3.0

Compare Source

Features

v7.2.2

Compare Source

Bug Fixes

v7.2.1

Compare Source

Bug Fixes

v7.2.0

Compare Source

Bug Fixes
  • layout plugins: add support for footers in layout plugins (#​2430) (afe4754)
Features

v7.1.0

Compare Source

Bug Fixes
Features
  • useFilters: add filterTypes: includesSome & includesValue (#​2329) (1d729b9)

v7.0.6

Compare Source

Bug Fixes

v7.0.5

Compare Source

v7.0.4

Compare Source

v7.0.3

Compare Source

v7.0.2

Compare Source

v7.0.1

Compare Source

v7.0.0

React Table v7 marks the culmination of over a years worth of work to refactor the entire library to a hooks-only UI/Style/Markup agnostic table building utility.

This latest version is a collection of React hooks and plugins (which are also hooks!) that help you flexibly compose logical features of the most complex data grids into a single API returned by the primary useTable hook. This API is performant, extensible, and unopinionated about markup, styles or rendering.

From the new Concepts documentation page:

React Table v7 is a headless utility, which means out of the box, it doesn't render or supply any actual UI elements. You are in charge of utilizing the state and callbacks of the hooks provided by this library to render your own table markup. Read this article to understand why React Table is built this way. If you don't want to, then here's a quick rundown anyway:

  • Separation of Concerns - Not that superficial kind you read about all the time. The real kind. React Table as a library honestly has no business being in charge of your UI. The look, feel, and overall experience of your table is what makes your app or product great. The less React Table gets in the way of that, the better!
  • Maintenance - By removing the massive (and seemingly endless) API surface area required to support every UI use-case, React Table can remain small, easy-to-use and simple to update/maintain.
  • Extensibility - UI presents countless edge cases for a library simply because it's a creative medium, and one where every developer does things differently. By not dictating UI concerns, React Table empowers the developer to design and extend the UI based on their unique use-case.
Features from the README:
  • Lightweight (5kb - 14kb+ depending on features used and tree-shaking)
  • Headless (100% customizable, Bring-your-own-UI)
  • Auto out of the box, fully controllable API
  • Sorting (Multi and Stable)
  • Filters
  • Pivoting & Aggregation
  • Row Selection
  • Row Expansion
  • Column Ordering
  • Animatable
  • Virtualizable
  • Resizable
  • Server-side/controlled data/state
  • Extensible via hook-based plugin system
A special thanks!

With the help of many contributors and awesome sponsors, React Table has become a very powerful tool that will continue to support the React ecosystem for many years to come.

Well, what are you waiting for!

Go get started!


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 force-pushed the renovate/react-table-7.x branch from 6955927 to 67dc738 Compare March 21, 2020 02:56
@renovate renovate bot force-pushed the renovate/react-table-7.x branch 4 times, most recently from c8b5371 to 4404212 Compare April 2, 2020 22:24
@renovate renovate bot force-pushed the renovate/react-table-7.x branch 3 times, most recently from b141cdd to ad85bd0 Compare May 15, 2020 22:20
@renovate renovate bot force-pushed the renovate/react-table-7.x branch from ad85bd0 to 06f6130 Compare June 9, 2020 22:04
@renovate renovate bot force-pushed the renovate/react-table-7.x branch from 06f6130 to d97c125 Compare June 18, 2020 21:13
@renovate renovate bot force-pushed the renovate/react-table-7.x branch from d97c125 to 40519ae Compare June 30, 2020 19:51
@renovate renovate bot force-pushed the renovate/react-table-7.x branch 3 times, most recently from b7a1981 to 2a28fa1 Compare July 20, 2020 16:20
@renovate renovate bot force-pushed the renovate/react-table-7.x branch 6 times, most recently from 47a7428 to 31e1f95 Compare August 4, 2020 03:00
@renovate renovate bot force-pushed the renovate/react-table-7.x branch 2 times, most recently from 5b0af31 to 4c9a27d Compare August 12, 2020 18:14
@renovate renovate bot force-pushed the renovate/react-table-7.x branch from 4c9a27d to 7430a08 Compare September 18, 2020 14:15
@renovate renovate bot force-pushed the renovate/react-table-7.x branch from 7430a08 to e244035 Compare October 3, 2020 21:06
@renovate renovate bot force-pushed the renovate/react-table-7.x branch from e244035 to a28fbf9 Compare October 10, 2020 21:18
@renovate renovate bot force-pushed the renovate/react-table-7.x branch 2 times, most recently from cad6811 to 4a0b519 Compare October 26, 2020 17:26
@renovate renovate bot force-pushed the renovate/react-table-7.x branch from 4a0b519 to 73ec2a6 Compare November 13, 2020 15:29
@renovate renovate bot force-pushed the renovate/react-table-7.x branch from 73ec2a6 to ecab634 Compare January 23, 2021 11:57
@renovate renovate bot force-pushed the renovate/react-table-7.x branch from ecab634 to f8aac59 Compare April 25, 2021 18:27
@renovate renovate bot force-pushed the renovate/react-table-7.x branch from f8aac59 to d92b0a4 Compare April 25, 2021 23:26
@renovate renovate bot force-pushed the renovate/react-table-7.x branch from d92b0a4 to d0da292 Compare August 3, 2021 15:45
@renovate renovate bot force-pushed the renovate/react-table-7.x branch from d0da292 to 244104d Compare October 28, 2021 09:55
@renovate renovate bot force-pushed the renovate/react-table-7.x branch 3 times, most recently from 32d3810 to 50ba817 Compare May 2, 2022 12:36
@renovate renovate bot force-pushed the renovate/react-table-7.x branch from 50ba817 to e37d0d2 Compare May 16, 2022 14:25
@renovate renovate bot force-pushed the renovate/react-table-7.x branch from e37d0d2 to 32d6db9 Compare January 29, 2023 03:35
@stale
Copy link

stale bot commented May 9, 2023

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix label May 9, 2023
@renovate
Copy link
Contributor Author

renovate bot commented Aug 18, 2023

⚠ 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
/usr/local/bin/docker: line 4: .: filename argument required
.: usage: . filename [arguments]
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR! 
npm ERR! While resolving: @mui/material@5.14.0
npm ERR! Found: @emotion/styled@10.0.27
npm ERR! node_modules/@emotion/styled
npm ERR!   @emotion/styled@"^10.0.17" from @storybook/theming@5.3.21
npm ERR!   node_modules/@storybook/theming
npm ERR!     @storybook/theming@"5.3.21" from @storybook/addon-actions@5.3.21
npm ERR!     node_modules/@storybook/addon-actions
npm ERR!       @storybook/addon-actions@"^5.3.21" from the root project
npm ERR!     @storybook/theming@"5.3.21" from @storybook/addon-info@5.3.21
npm ERR!     node_modules/@storybook/addon-info
npm ERR!       dev @storybook/addon-info@"^5.3.21" from the root project
npm ERR!     2 more (@storybook/api, @storybook/components)
npm ERR!   @emotion/styled@"^10.0.4" from storybook-addon-material-ui@0.9.0-alpha.24
npm ERR!   node_modules/storybook-addon-material-ui
npm ERR!     dev storybook-addon-material-ui@"^0.9.0-alpha.24" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peerOptional @emotion/styled@"^11.3.0" from @mui/material@5.14.0
npm ERR! node_modules/@mui/material
npm ERR!   dev @mui/material@"^5.14.0" from the root project
npm ERR!   peer @mui/material@"^5.0.0" from @mui/icons-material@5.14.0
npm ERR!   node_modules/@mui/icons-material
npm ERR!     dev @mui/icons-material@"^5.14.0" from the root project
npm ERR! 
npm ERR! Conflicting peer dependency: @emotion/styled@11.11.0
npm ERR! node_modules/@emotion/styled
npm ERR!   peerOptional @emotion/styled@"^11.3.0" from @mui/material@5.14.0
npm ERR!   node_modules/@mui/material
npm ERR!     dev @mui/material@"^5.14.0" from the root project
npm ERR!     peer @mui/material@"^5.0.0" from @mui/icons-material@5.14.0
npm ERR!     node_modules/@mui/icons-material
npm ERR!       dev @mui/icons-material@"^5.14.0" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! 
npm ERR! For a full report see:
npm ERR! /tmp/worker/09c834/4741ee/cache/others/npm/_logs/2023-08-18T02_15_15_886Z-eresolve-report.txt

npm ERR! A complete log of this run can be found in: /tmp/worker/09c834/4741ee/cache/others/npm/_logs/2023-08-18T02_15_15_886Z-debug-0.log

@renovate renovate bot force-pushed the renovate/react-table-7.x branch from 32d6db9 to e122d37 Compare August 18, 2023 02:15
@renovate renovate bot force-pushed the renovate/react-table-7.x branch from e122d37 to c2b1518 Compare August 10, 2025 15:08
@renovate
Copy link
Contributor Author

renovate bot commented Aug 10, 2025

⚠️ 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 warn Unknown env config "store". This will stop working in the next major version of npm.
npm error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: @mui/material@5.14.0
npm error Found: @emotion/styled@10.0.27
npm error node_modules/@emotion/styled
npm error   @emotion/styled@"^10.0.17" from @storybook/theming@5.3.21
npm error   node_modules/@storybook/theming
npm error     @storybook/theming@"5.3.21" from @storybook/addon-actions@5.3.21
npm error     node_modules/@storybook/addon-actions
npm error       @storybook/addon-actions@"^5.3.21" from the root project
npm error     @storybook/theming@"5.3.21" from @storybook/addon-info@5.3.21
npm error     node_modules/@storybook/addon-info
npm error       dev @storybook/addon-info@"^5.3.21" from the root project
npm error     2 more (@storybook/api, @storybook/components)
npm error   @emotion/styled@"^10.0.4" from storybook-addon-material-ui@0.9.0-alpha.24
npm error   node_modules/storybook-addon-material-ui
npm error     dev storybook-addon-material-ui@"^0.9.0-alpha.24" from the root project
npm error
npm error Could not resolve dependency:
npm error peerOptional @emotion/styled@"^11.3.0" from @mui/material@5.14.0
npm error node_modules/@mui/material
npm error   dev @mui/material@"^5.14.0" from the root project
npm error   peer @mui/material@"^5.0.0" from @mui/icons-material@5.14.0
npm error   node_modules/@mui/icons-material
npm error     dev @mui/icons-material@"^5.14.0" from the root project
npm error
npm error Conflicting peer dependency: @emotion/styled@11.14.1
npm error node_modules/@emotion/styled
npm error   peerOptional @emotion/styled@"^11.3.0" from @mui/material@5.14.0
npm error   node_modules/@mui/material
npm error     dev @mui/material@"^5.14.0" from the root project
npm error     peer @mui/material@"^5.0.0" from @mui/icons-material@5.14.0
npm error     node_modules/@mui/icons-material
npm error       dev @mui/icons-material@"^5.14.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 /runner/cache/others/npm/_logs/2026-03-13T13_36_10_188Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2026-03-13T13_36_10_188Z-debug-0.log

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/react-table-7.x branch from c2b1518 to 40fd025 Compare November 18, 2025 12:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants