Skip to content

Bump react-data-table-component from 6.11.8 to 8.4.3 in /enatega-multivendor-admin#1437

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/enatega-multivendor-admin/react-data-table-component-8.4.3
Closed

Bump react-data-table-component from 6.11.8 to 8.4.3 in /enatega-multivendor-admin#1437
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/enatega-multivendor-admin/react-data-table-component-8.4.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 6, 2026

Copy link
Copy Markdown

Bumps react-data-table-component from 6.11.8 to 8.4.3.

Release notes

Sourced from react-data-table-component's releases.

v8.4.3

Bug fixes

  • Fixed a table-level sortFunction not being called when a column's sort was cycled to the "not sorted" state, which broke patterns like pinning rows to the top regardless of sort. → Row pinning

Full changelog: https://reactdatatable.com/docs/changelog

v8.4.2

Behavior changes

  • The expandable-row toggle button's hover/focus highlight is now sized to the icon instead of filling the entire cell.

Bug fixes

  • Fixed selectableRowsComponentProps resolving only the last entry when multiple function-valued props were passed — all function props now resolve correctly. → Row selection

Full changelog: https://reactdatatable.com/docs/changelog

v8.4.1

Bug fixes

  • Fixed a crash (Cannot read properties of null (reading 'columnId')) that tore down the table at the end of nearly every column resize drag under React 18. (#1326)

Full changelog: https://reactdatatable.com/docs/changelog

v8.4.0

8.4.0

New features

  • Removable sorting — clicking a sorted header now cycles asc → desc → unsorted, so a sort can be cleared without reloading the page. → Sorting docs
  • Multi-column sorting — new sortMulti prop. Ctrl/⌘-click headers to build a sort stack; priority follows click order and a numbered badge marks each sorted column. → Sorting docs (#1325)
  • SortColumn<T> type exported — represents a single entry in the sort stack ({ column, sortDirection }).
  • onSort gains a fourth sortColumns: SortColumn<T>[] argument with the full sort config. Existing three-argument handlers are unaffected.

Behavior changes

  • A third click on a sorted header now removes the sort (previously it stayed on descending). Server-side onSort handlers should treat an empty sortColumns array as "no sort" and drop their ORDER BY. This was always the intent buy 8.0.0 accidentally shipped without it

v8.3.0

New features

  • Localization — new localization prop on DataTable replaces the three separate option props (columnFilterOptions, expandableRowsOptions, and pagination aria-label fields on paginationComponentOptions). Pass a single object to translate every string and aria-label in the table — filter panel, pagination navigation, and expand/collapse buttons. → Localization docs
  • Built-in locales — import pre-built translations from the react-data-table-component/locales subpath. Ships with: English (en), French (fr), Spanish (es), German (de), Brazilian Portuguese (ptBR), Arabic — Modern Standard (ar), Egyptian (arEG), Levantine (arLV), Hebrew (he), Chinese Simplified (zhCN), Chinese Traditional (zhTW), Japanese (ja), Korean (ko), Ukrainian (uk). Each locale is individually tree-shakeable.
  • New utility exports: emptyFilterState(type) and isFilterActive(filter). → Filtering docs

Deprecations

... (truncated)

Changelog

Sourced from react-data-table-component's changelog.

8.4.3

Bug fixes

  • Fixed a table-level sortFunction not being called when a column's sort was cycled to the "not sorted" state, which broke patterns like pinning rows to the top regardless of sort. → Row pinning

8.4.2

Behavior changes

  • The expandable-row toggle button's hover/focus highlight is now sized to the icon instead of filling the entire cell.

Bug fixes

  • Fixed selectableRowsComponentProps resolving only the last entry when multiple function-valued props were passed — all function props now resolve correctly. → Row selection

8.4.1

Bug fixes

  • Fixed a crash (Cannot read properties of null (reading 'columnId')) that tore down the table at the end of nearly every column resize drag under React 18. (#1326)

8.4.0

New features

  • Removable sorting — clicking a sorted header now cycles asc → desc → unsorted, so a sort can be cleared without reloading the page. → Sorting docs
  • Multi-column sorting — new sortMulti prop. Ctrl/⌘-click headers to build a sort stack; priority follows click order and a numbered badge marks each sorted column. → Sorting docs (#1325)
  • SortColumn<T> type exported — represents a single entry in the sort stack ({ column, sortDirection }).
  • onSort gains a fourth sortColumns: SortColumn<T>[] argument with the full sort config. Existing three-argument handlers are unaffected.

Behavior changes

  • A third click on a sorted header now removes the sort (previously it stayed on descending). Server-side onSort handlers should treat an empty sortColumns array as "no sort" and drop their ORDER BY.

8.3.0

New features

  • Localization — new localization prop replaces the three separate option props (columnFilterOptions, expandableRowsOptions, and pagination aria-label fields on paginationComponentOptions). Pass a single object to translate every string and aria-label in the table — filter panel, pagination navigation, and expand/collapse buttons. → Localization docs
  • Built-in locales — import pre-built translations from the react-data-table-component/locales subpath. Ships with: English (en), French (fr), Spanish (es), German (de), Brazilian Portuguese (ptBR), Arabic — Modern Standard (ar), Egyptian (arEG), Levantine (arLV), Hebrew (he), Chinese Simplified (zhCN), Chinese Traditional (zhTW), Japanese (ja), Korean (ko), Ukrainian (uk). Each locale is individually tree-shakeable.
  • New utility exports: emptyFilterState(type) and isFilterActive(filter). → Filtering docs

... (truncated)

Commits
  • a13c823 chore: release v8.4.3 [skip ci]
  • 375e3de fix: call table-level sortFunction when no column is sorted (#1333)
  • fa1d329 feat: add live updates demo and row grouping demo (#1331)
  • 9513ca0 feat: enhance comparisons with Material theme details for react-data-table-co...
  • 0ee7d69 feat: add comparisons page and improve SEO with structured data (#1330)
  • 1e60c71 feat: update sponsorship details and add security policy documentation (#1329)
  • ea34ccb docs: update sponsorship tiers
  • e94c30d chore: upgrade action-gh-release to v3 in release workflow (#1328)
  • 1483284 chore: release v8.4.2 [skip ci]
  • 7fb65c2 feat: add pagination footer props and improve function prop handling in DataT...
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for react-data-table-component since your current version.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [react-data-table-component](https://github.com/jbetancur/react-data-table-component) from 6.11.8 to 8.4.3.
- [Release notes](https://github.com/jbetancur/react-data-table-component/releases)
- [Changelog](https://github.com/jbetancur/react-data-table-component/blob/master/CHANGELOG.md)
- [Commits](jbetancur/react-data-table-component@v6.11.8...v8.4.3)

---
updated-dependencies:
- dependency-name: react-data-table-component
  dependency-version: 8.4.3
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 6, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 10, 2026

Copy link
Copy Markdown
Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/enatega-multivendor-admin/react-data-table-component-8.4.3 branch July 10, 2026 10:54
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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant