daeuniverse / daed

daed, a modern dashboard with dae.
https://daeuniverse.github.io/daed/
MIT License
552 stars 57 forks source link

build(deps): bump mantine-datatable from 2.9.12 to 6.0.0 #298

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps mantine-datatable from 2.9.12 to 6.0.0.

Changelog

Sourced from mantine-datatable's changelog.

6.0.0 (2023-10-01)

  • Bump version to 6.0.0 to match the compatible versions of @mantine/hooks and @mantine/core. From now on, let's keep the major version of mantine-datatable in sync with the major version of Mantine core

2.9.11 (2023-08-11)

  • The internal useElementOuterSize hook now return floats instead of integers, for better shadow rendering

2.9.10 (2023-08-11)

  • Use a custom useElementOuterSize hook instead of Mantine's useElementSize to avoid this bug

2.9.9 (2023-08-10)

  • Fix @mantine/core & @mantine/hooks peer dependencies version numbers in package.json to >=6 <=6.0.17 || >=6.0.19

2.9.8 (2023-08-10)

  • Try to lock @mantine/hooks and @mantine/core peer dependencies to != 6.0.18, to avoid a bug introduced by the use-element-size hook

2.9.3 (2023-07-30)

  • Fix a minor display bug when using rows selection inside nested tables (see #387)

2.9.0 (2023-07-20)

  • Relax customRowAttributes & customCellAttributes return types to Record<string, unknown> in order to support custom event handlers (see #380)

2.8.3 (2023-07-12)

  • Fix a bug when filtering popover triggers sorting button (see #368)

2.8.0 (2023-07-05)

  • Make records selection feature optional for generic usage (see #361)

2.7.1 (2023-06-29)

  • Fix row context menu not showing properly when used on tables inside modals (see #354)

2.7.0 (2023-06-28)

  • Add defaultColumnProps (see #340)

2.6.5 (2023-06-27)

  • Relax peerDependencies (to Mantine 6.x)

2.6.0 (2023-06-12)

... (truncated)

Commits


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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show 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)
dependabot[bot] commented 1 year ago

Superseded by #315.