h16nning / skola

A web based spaced repetition app
https://skola.web.app
12 stars 1 forks source link

chore(deps): bump the mantine group with 6 updates #211

Open dependabot[bot] opened 5 days ago

dependabot[bot] commented 5 days ago

Bumps the mantine group with 6 updates:

Package From To
@mantine/charts 7.12.2 7.13.1
@mantine/core 7.12.2 7.13.1
@mantine/hooks 7.12.2 7.13.1
@mantine/notifications 7.12.2 7.13.1
@mantine/spotlight 7.12.2 7.13.1
@mantine/tiptap 7.12.2 7.13.1

Updates @mantine/charts from 7.12.2 to 7.13.1

Release notes

Sourced from @​mantine/charts's releases.

7.13.1

What's Changed

  • [@mantine/chart] PieChart: Remove unused CSS (#6903)
  • [@mantine/core] Menu: Fix onKeyDown not working when passed to Menu.Item (#6906)
  • [@mantine/core] TagsInput: Fix duplicated tags being deleted when one of tags with the same value is deleted (#6907)
  • [@mantine/dates] Fix hidden input value not respecting specified timezone (#6881)
  • [@mantine/hooks] use-hover: Fix events not being reattached when the target node changes (#6782)
  • [@mantine/colors-generator] Update chroma-js version to support the latest version (#6879)
  • [@mantine/core] PinInput: Fix incorrect Backspace key handling on the first input (#6880)
  • [@mantine/hooks] use-state-history: Add reset handler support (#6769)
  • [@mantine/core] ScrollArea: Fix onTopReached prop not being passed down in ScrollArea.Autosize component (#6747)
  • [@mantine/chart] Fix incorrect types for props passed down to recharts components (#6820)
  • [@mantine/form] Fix indices over 9 not working in form paths in some cases (#6794)
  • [@mantine/chart] BarChart: Fix BarLabel logging errors in the console (#6810)
  • [@mantine/chart] Fix error when chart tooltip label contains period (#6826)
  • [@mantine/core] Title: Add option to use Text font-size and line-height values with size prop (#6833)
  • [@mantine/date] Calendar: Fix nextLabel and previousLabel props not working (#6847)
  • [@mantine/core] Fix 2xl and other similar values being treated as CSS value instead of theme value (#6855)
  • [@mantine/core] Breadcrumbs: Fix component with large number of values not wrapping on small screens (#6863)
  • [@mantine/core] Table: Fix thead being overlayed to td in some cases (#6860)

New Contributors

Full Changelog: https://github.com/mantinedev/mantine/compare/7.13.0...7.13.1

7.13.0 🎇

View changelog with demos on mantine.dev website

Container queries support in Grid

You can now use container queries in Grid component. With container queries, all responsive values are adjusted based on the container width, not the viewport width.

Example of using container queries. To see how the grid changes, resize the root element of the demo with the resize handle located at the bottom right corner of the demo:

import { Grid } from '@mantine/core';

function Demo() { return ( // Wrapper div is added for demonstration purposes only, </tr></table>

... (truncated)

Commits
  • 0f0b871 [release] Version: 7.13.1
  • 6bdffea [@​mantine/chart] PieChart: Remove unused CSS (#6903)
  • 2ee78ab [@​mantine/chart] Fix incorrect types for props passed down to recharts compon...
  • afb82ca [@​mantine/chart] BarChart: Fix BarLabel logging errors in the console (#6810)
  • 27716f8 [@​mantine/chart] Fix error when chart tooltip label contains period (#6826)
  • 8b18596 [release] Version: 7.13.0
  • d21d85e Merge branch 'master' of github.com:mantinedev/mantine into 7.13
  • 1f0034c Merge branch 'master' of github.com:mantinedev/mantine into 7.13
  • 144aee6 [mantine.dev] Add all CompositeChart demos
  • 41f9f8a [mantine.dev] Init CompositeChart demos
  • Additional commits viewable in compare view


Updates @mantine/core from 7.12.2 to 7.13.1

Release notes

Sourced from @​mantine/core's releases.

7.13.1

What's Changed

  • [@mantine/chart] PieChart: Remove unused CSS (#6903)
  • [@mantine/core] Menu: Fix onKeyDown not working when passed to Menu.Item (#6906)
  • [@mantine/core] TagsInput: Fix duplicated tags being deleted when one of tags with the same value is deleted (#6907)
  • [@mantine/dates] Fix hidden input value not respecting specified timezone (#6881)
  • [@mantine/hooks] use-hover: Fix events not being reattached when the target node changes (#6782)
  • [@mantine/colors-generator] Update chroma-js version to support the latest version (#6879)
  • [@mantine/core] PinInput: Fix incorrect Backspace key handling on the first input (#6880)
  • [@mantine/hooks] use-state-history: Add reset handler support (#6769)
  • [@mantine/core] ScrollArea: Fix onTopReached prop not being passed down in ScrollArea.Autosize component (#6747)
  • [@mantine/chart] Fix incorrect types for props passed down to recharts components (#6820)
  • [@mantine/form] Fix indices over 9 not working in form paths in some cases (#6794)
  • [@mantine/chart] BarChart: Fix BarLabel logging errors in the console (#6810)
  • [@mantine/chart] Fix error when chart tooltip label contains period (#6826)
  • [@mantine/core] Title: Add option to use Text font-size and line-height values with size prop (#6833)
  • [@mantine/date] Calendar: Fix nextLabel and previousLabel props not working (#6847)
  • [@mantine/core] Fix 2xl and other similar values being treated as CSS value instead of theme value (#6855)
  • [@mantine/core] Breadcrumbs: Fix component with large number of values not wrapping on small screens (#6863)
  • [@mantine/core] Table: Fix thead being overlayed to td in some cases (#6860)

New Contributors

Full Changelog: https://github.com/mantinedev/mantine/compare/7.13.0...7.13.1

7.13.0 🎇

View changelog with demos on mantine.dev website

Container queries support in Grid

You can now use container queries in Grid component. With container queries, all responsive values are adjusted based on the container width, not the viewport width.

Example of using container queries. To see how the grid changes, resize the root element of the demo with the resize handle located at the bottom right corner of the demo:

import { Grid } from '@mantine/core';

function Demo() { return ( // Wrapper div is added for demonstration purposes only, </tr></table>

... (truncated)

Commits
  • 0f0b871 [release] Version: 7.13.1
  • 992cb04 [@​mantine/core] Menu: Fix onKeyDown not working when passed to Menu.Item (#...
  • d6f0e1d [@​mantine/core] TagsInput: Fix duplicated tags being deleted when one of tags...
  • 81440bc [@​mantine/core] PinInput: Fix incorrect Backspace key handling on the first...
  • 5896d46 [@​mantine/core] ScrollArea: Fix onTopReached prop not being passed down in ...
  • ca528f2 [@​mantine/core] Title: Add option to use Text font-size and line-height value...
  • 8fb3297 [@​mantine/core] Fix 2xl and other similar values being treated as CSS value...
  • f1f9cf0 [@​mantine/core] Breadcrumbs: Fix component with large number of values not wr...
  • ef069cc [mantine.dev] Fix typo (#6861)
  • f9c310f [@​mantine/core] Table: Fix thead being overlayed to td in some cases (#6860)
  • Additional commits viewable in compare view


Updates @mantine/hooks from 7.12.2 to 7.13.1

Release notes

Sourced from @​mantine/hooks's releases.

7.13.1

What's Changed

  • [@mantine/chart] PieChart: Remove unused CSS (#6903)
  • [@mantine/core] Menu: Fix onKeyDown not working when passed to Menu.Item (#6906)
  • [@mantine/core] TagsInput: Fix duplicated tags being deleted when one of tags with the same value is deleted (#6907)
  • [@mantine/dates] Fix hidden input value not respecting specified timezone (#6881)
  • [@mantine/hooks] use-hover: Fix events not being reattached when the target node changes (#6782)
  • [@mantine/colors-generator] Update chroma-js version to support the latest version (#6879)
  • [@mantine/core] PinInput: Fix incorrect Backspace key handling on the first input (#6880)
  • [@mantine/hooks] use-state-history: Add reset handler support (#6769)
  • [@mantine/core] ScrollArea: Fix onTopReached prop not being passed down in ScrollArea.Autosize component (#6747)
  • [@mantine/chart] Fix incorrect types for props passed down to recharts components (#6820)
  • [@mantine/form] Fix indices over 9 not working in form paths in some cases (#6794)
  • [@mantine/chart] BarChart: Fix BarLabel logging errors in the console (#6810)
  • [@mantine/chart] Fix error when chart tooltip label contains period (#6826)
  • [@mantine/core] Title: Add option to use Text font-size and line-height values with size prop (#6833)
  • [@mantine/date] Calendar: Fix nextLabel and previousLabel props not working (#6847)
  • [@mantine/core] Fix 2xl and other similar values being treated as CSS value instead of theme value (#6855)
  • [@mantine/core] Breadcrumbs: Fix component with large number of values not wrapping on small screens (#6863)
  • [@mantine/core] Table: Fix thead being overlayed to td in some cases (#6860)

New Contributors

Full Changelog: https://github.com/mantinedev/mantine/compare/7.13.0...7.13.1

7.13.0 🎇

View changelog with demos on mantine.dev website

Container queries support in Grid

You can now use container queries in Grid component. With container queries, all responsive values are adjusted based on the container width, not the viewport width.

Example of using container queries. To see how the grid changes, resize the root element of the demo with the resize handle located at the bottom right corner of the demo:

import { Grid } from '@mantine/core';

function Demo() { return ( // Wrapper div is added for demonstration purposes only, </tr></table>

... (truncated)

Commits
  • 0f0b871 [release] Version: 7.13.1
  • b6796b3 [@​mantine/hooks] use-hover: Fix events not being reattached when the target n...
  • 16c4d9c [@​mantine/hooks] use-state-history: Add reset handler support (#6769)
  • 8b18596 [release] Version: 7.13.0
  • e5f3a53 [core] Migrate to eslint 9
  • See full diff in compare view


Updates @mantine/notifications from 7.12.2 to 7.13.1

Release notes

Sourced from @​mantine/notifications's releases.

7.13.1

What's Changed

  • [@mantine/chart] PieChart: Remove unused CSS (#6903)
  • [@mantine/core] Menu: Fix onKeyDown not working when passed to Menu.Item (#6906)
  • [@mantine/core] TagsInput: Fix duplicated tags being deleted when one of tags with the same value is deleted (#6907)
  • [@mantine/dates] Fix hidden input value not respecting specified timezone (#6881)
  • [@mantine/hooks] use-hover: Fix events not being reattached when the target node changes (#6782)
  • [@mantine/colors-generator] Update chroma-js version to support the latest version (#6879)
  • [@mantine/core] PinInput: Fix incorrect Backspace key handling on the first input (#6880)
  • [@mantine/hooks] use-state-history: Add reset handler support (#6769)
  • [@mantine/core] ScrollArea: Fix onTopReached prop not being passed down in ScrollArea.Autosize component (#6747)
  • [@mantine/chart] Fix incorrect types for props passed down to recharts components (#6820)
  • [@mantine/form] Fix indices over 9 not working in form paths in some cases (#6794)
  • [@mantine/chart] BarChart: Fix BarLabel logging errors in the console (#6810)
  • [@mantine/chart] Fix error when chart tooltip label contains period (#6826)
  • [@mantine/core] Title: Add option to use Text font-size and line-height values with size prop (#6833)
  • [@mantine/date] Calendar: Fix nextLabel and previousLabel props not working (#6847)
  • [@mantine/core] Fix 2xl and other similar values being treated as CSS value instead of theme value (#6855)
  • [@mantine/core] Breadcrumbs: Fix component with large number of values not wrapping on small screens (#6863)
  • [@mantine/core] Table: Fix thead being overlayed to td in some cases (#6860)

New Contributors

Full Changelog: https://github.com/mantinedev/mantine/compare/7.13.0...7.13.1

7.13.0 🎇

View changelog with demos on mantine.dev website

Container queries support in Grid

You can now use container queries in Grid component. With container queries, all responsive values are adjusted based on the container width, not the viewport width.

Example of using container queries. To see how the grid changes, resize the root element of the demo with the resize handle located at the bottom right corner of the demo:

import { Grid } from '@mantine/core';

function Demo() { return ( // Wrapper div is added for demonstration purposes only, </tr></table>

... (truncated)

Commits


Updates @mantine/spotlight from 7.12.2 to 7.13.1

Release notes

Sourced from @​mantine/spotlight's releases.

7.13.1

What's Changed

  • [@mantine/chart] PieChart: Remove unused CSS (#6903)
  • [@mantine/core] Menu: Fix onKeyDown not working when passed to Menu.Item (#6906)
  • [@mantine/core] TagsInput: Fix duplicated tags being deleted when one of tags with the same value is deleted (#6907)
  • [@mantine/dates] Fix hidden input value not respecting specified timezone (#6881)
  • [@mantine/hooks] use-hover: Fix events not being reattached when the target node changes (#6782)
  • [@mantine/colors-generator] Update chroma-js version to support the latest version (#6879)
  • [@mantine/core] PinInput: Fix incorrect Backspace key handling on the first input (#6880)
  • [@mantine/hooks] use-state-history: Add reset handler support (#6769)
  • [@mantine/core] ScrollArea: Fix onTopReached prop not being passed down in ScrollArea.Autosize component (#6747)
  • [@mantine/chart] Fix incorrect types for props passed down to recharts components (#6820)
  • [@mantine/form] Fix indices over 9 not working in form paths in some cases (#6794)
  • [@mantine/chart] BarChart: Fix BarLabel logging errors in the console (#6810)
  • [@mantine/chart] Fix error when chart tooltip label contains period (#6826)
  • [@mantine/core] Title: Add option to use Text font-size and line-height values with size prop (#6833)
  • [@mantine/date] Calendar: Fix nextLabel and previousLabel props not working (#6847)
  • [@mantine/core] Fix 2xl and other similar values being treated as CSS value instead of theme value (#6855)
  • [@mantine/core] Breadcrumbs: Fix component with large number of values not wrapping on small screens (#6863)
  • [@mantine/core] Table: Fix thead being overlayed to td in some cases (#6860)

New Contributors

Full Changelog: https://github.com/mantinedev/mantine/compare/7.13.0...7.13.1

7.13.0 🎇

View changelog with demos on mantine.dev website

Container queries support in Grid

You can now use container queries in Grid component. With container queries, all responsive values are adjusted based on the container width, not the viewport width.

Example of using container queries. To see how the grid changes, resize the root element of the demo with the resize handle located at the bottom right corner of the demo:

import { Grid } from '@mantine/core';

function Demo() { return ( // Wrapper div is added for demonstration purposes only, </tr></table>

... (truncated)

Commits


Updates @mantine/tiptap from 7.12.2 to 7.13.1

Release notes

Sourced from @​mantine/tiptap's releases.

7.13.1

What's Changed

  • [@mantine/chart] PieChart: Remove unused CSS (#6903)
  • [@mantine/core] Menu: Fix onKeyDown not working when passed to Menu.Item (#6906)
  • [@mantine/core] TagsInput: Fix duplicated tags being deleted when one of tags with the same value is deleted (#6907)
  • [@mantine/dates] Fix hidden input value not respecting specified timezone (#6881)
  • [@mantine/hooks] use-hover: Fix events not being reattached when the target node changes (#6782)
  • [@mantine/colors-generator] Update chroma-js version to support the latest version (#6879)
  • [@mantine/core] PinInput: Fix incorrect Backspace key handling on the first input (#6880)
  • [@mantine/hooks] use-state-history: Add reset handler support (#6769)
  • [@mantine/core] ScrollArea: Fix onTopReached prop not being passed down in ScrollArea.Autosize component (#6747)
  • [@mantine/chart] Fix incorrect types for props passed down to recharts components (#6820)
  • [@mantine/form] Fix indices over 9 not working in form paths in some cases (#6794)
  • [@mantine/chart] BarChart: Fix BarLabel logging errors in the console (#6810)
  • [@mantine/chart] Fix error when chart tooltip label contains period (#6826)
  • [@mantine/core] Title: Add option to use Text font-size and line-height values with size prop (#6833)
  • [@mantine/date] Calendar: Fix nextLabel and previousLabel props not working (#6847)
  • [@mantine/core] Fix 2xl and other similar values being treated as CSS value instead of theme value (#6855)
  • [@mantine/core] Breadcrumbs: Fix component with large number of values not wrapping on small screens (#6863)
  • [@mantine/core] Table: Fix thead being overlayed to td in some cases (#6860)

New Contributors

Full Changelog: https://github.com/mantinedev/mantine/compare/7.13.0...7.13.1

7.13.0 🎇

View changelog with demos on mantine.dev website

Container queries support in Grid

You can now use container queries in Grid component. With container queries, all responsive values are adjusted based on the container width, not the viewport width.

Example of using container queries. To see how the grid changes, resize the root element of the demo with the resize handle located at the bottom right corner of the demo:

import { Grid } from '@mantine/core';

function Demo() { return ( // Wrapper div is added for demonstration purposes only, </tr></table>

... (truncated)

Commits


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 major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions