h16nning / skola

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

chore(deps): bump the mantine group across 1 directory with 6 updates #179

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Bumps the mantine group with 6 updates in the / directory:

Package From To
@mantine/charts 7.8.1 7.11.1
@mantine/core 7.8.1 7.11.1
@mantine/hooks 7.8.1 7.11.1
@mantine/notifications 7.8.1 7.11.1
@mantine/spotlight 7.8.1 7.11.1
@mantine/tiptap 7.8.1 7.11.1

Updates @mantine/charts from 7.8.1 to 7.11.1

Release notes

Sourced from @​mantine/charts's releases.

7.11.1

What's Changed

  • [@mantine/core] Add option to display nothingFoundMessage when data is empty in Select and MultiSelect components (#6477)
  • [@mantine/core] Tooltip: Add defaultOpened prop support (#6466)
  • [@mantine/core] PinInput: Fix incorrect rtl logic (#6382)
  • [@mantine/core] Popover: Fix floatingStrategy="fixed" not having position:fixed styles (#6419)
  • [@mantine/spotlight] Fix spotlight not working correctly with shadow DOM (#6400)
  • [@mantine/form] Fix onValuesChange using stale values (#6392)
  • [@mantine/carousel] Fix onSlideChange using stale props values (#6393)
  • [@mantine/charts] Fix unexpected padding on the right side of the chart in BarChart, AreaChart and LineChart components (#6467)
  • [@mantine/core] Select: Fix onChange being called with the already selected if it has been picked from the dropdown (#6468)
  • [@mantine/dates] DatePickerInput: Fix highlightToday not working (#6471)
  • [@mantine/core] NumberInput: Fix incorrect handling of numbers larger than max safe integer on blur (#6407)
  • [@mantine/core] Tooltip: Fix tooltip arrow being incompatible with headless mode (#6458)
  • [@mantine/core] ActionIcon: Fix loading styles inconsistency with Button component (#6460)
  • [@mantine/charts] PieChart: Fix key error for duplicated name data (#6067)
  • [@mantine/core] Modal: Fix removeScrollProps.ref not being compatible with React 19 (#6446)
  • [@mantine/core] TagsInput: Fix selectFirstOptionOnChange prop not working (#6337)
  • [@mantine/hooks] use-eye-dropper: Fix Opera being incorrectly detected as a supported browser (#6307)
  • [@mantine/core] Fix :host selector now working correctly in cssVariablesSelector of MantineProvider (#6404)
  • [@mantine/core] TagsInput: Fix onChange being called twice when Enter key is pressed in some cases (#6416)
  • [@mantine/modals] Fix Modal overrides type augmentation not working with TypeScript 5.5 (#6443)
  • [@mantine/core] Tree: Fix levelOffset prop being added to the root DOM element (#6461)

New Contributors

Full Changelog: https://github.com/mantinedev/mantine/compare/7.11.0...7.11.1

7.11.0 👁️

View changelog with demos on mantine.dev website

withProps function

All Mantine components now have withProps static function that can be used to add default props to the component:

... (truncated)

Commits
  • 2f91229 [release] Version: 7.11.1
  • 0c5e3bb [@​mantine/charts] Fix unexpected padding on the right side of the chart in Ba...
  • 7b3bc24 [@​mantine/charts] PieChart: Fix key error for duplicated name data (#6067)
  • 4b58cb8 [release] Version: 7.11.0
  • eb2ceef [@​mantine/charts] RadarChart: Add legend support
  • 0e30f15 [@​mantine/charts] Add right y axis support to LineChart, AreaChart and BarCha...
  • 2414345 [@​mantine/core] Add Component.withProps support to all components
  • 6acddd7 [mantine.dev] Add BubbleChart documentation
  • 7759784 [@​mantine/charts] BubbleChart: Add type exports
  • 72484d4 [@​mantine/charts] BubbleChart: Add range and domain support
  • Additional commits viewable in compare view


Updates @mantine/core from 7.8.1 to 7.11.1

Release notes

Sourced from @​mantine/core's releases.

7.11.1

What's Changed

  • [@mantine/core] Add option to display nothingFoundMessage when data is empty in Select and MultiSelect components (#6477)
  • [@mantine/core] Tooltip: Add defaultOpened prop support (#6466)
  • [@mantine/core] PinInput: Fix incorrect rtl logic (#6382)
  • [@mantine/core] Popover: Fix floatingStrategy="fixed" not having position:fixed styles (#6419)
  • [@mantine/spotlight] Fix spotlight not working correctly with shadow DOM (#6400)
  • [@mantine/form] Fix onValuesChange using stale values (#6392)
  • [@mantine/carousel] Fix onSlideChange using stale props values (#6393)
  • [@mantine/charts] Fix unexpected padding on the right side of the chart in BarChart, AreaChart and LineChart components (#6467)
  • [@mantine/core] Select: Fix onChange being called with the already selected if it has been picked from the dropdown (#6468)
  • [@mantine/dates] DatePickerInput: Fix highlightToday not working (#6471)
  • [@mantine/core] NumberInput: Fix incorrect handling of numbers larger than max safe integer on blur (#6407)
  • [@mantine/core] Tooltip: Fix tooltip arrow being incompatible with headless mode (#6458)
  • [@mantine/core] ActionIcon: Fix loading styles inconsistency with Button component (#6460)
  • [@mantine/charts] PieChart: Fix key error for duplicated name data (#6067)
  • [@mantine/core] Modal: Fix removeScrollProps.ref not being compatible with React 19 (#6446)
  • [@mantine/core] TagsInput: Fix selectFirstOptionOnChange prop not working (#6337)
  • [@mantine/hooks] use-eye-dropper: Fix Opera being incorrectly detected as a supported browser (#6307)
  • [@mantine/core] Fix :host selector now working correctly in cssVariablesSelector of MantineProvider (#6404)
  • [@mantine/core] TagsInput: Fix onChange being called twice when Enter key is pressed in some cases (#6416)
  • [@mantine/modals] Fix Modal overrides type augmentation not working with TypeScript 5.5 (#6443)
  • [@mantine/core] Tree: Fix levelOffset prop being added to the root DOM element (#6461)

New Contributors

Full Changelog: https://github.com/mantinedev/mantine/compare/7.11.0...7.11.1

7.11.0 👁️

View changelog with demos on mantine.dev website

withProps function

All Mantine components now have withProps static function that can be used to add default props to the component:

... (truncated)

Commits
  • 2f91229 [release] Version: 7.11.1
  • a8404e9 [@​mantine/core] Add option to display nothingFoundMessage when data is empt...
  • 508991c [@​mantine/core] Tooltip: Add defaultOpened prop support (#6466)
  • adadb00 [refactor] Add transition exit duration story
  • a6a98c9 [@​mantine/core] PinInput: Fix incorrect rtl logic (#6382)
  • e06440e [@​mantine/core] Popover: Fix floatingStrategy="fixed" not having `position:...
  • c7e52e4 [@​mantine/core] Select: Fix onChange being called with the already selected...
  • 0f66e88 [@​mantine/core] NumberInput: Fix incorrect handling of numbers larger than ma...
  • 6da37d1 [@​mantine/core] Tooltip: Fix tooltip arrow being incompatible with headless m...
  • 5946c59 [@​mantine/core] ActionIcon: Fix loading styles inconsistency with Button comp...
  • Additional commits viewable in compare view


Updates @mantine/hooks from 7.8.1 to 7.11.1

Release notes

Sourced from @​mantine/hooks's releases.

7.11.1

What's Changed

  • [@mantine/core] Add option to display nothingFoundMessage when data is empty in Select and MultiSelect components (#6477)
  • [@mantine/core] Tooltip: Add defaultOpened prop support (#6466)
  • [@mantine/core] PinInput: Fix incorrect rtl logic (#6382)
  • [@mantine/core] Popover: Fix floatingStrategy="fixed" not having position:fixed styles (#6419)
  • [@mantine/spotlight] Fix spotlight not working correctly with shadow DOM (#6400)
  • [@mantine/form] Fix onValuesChange using stale values (#6392)
  • [@mantine/carousel] Fix onSlideChange using stale props values (#6393)
  • [@mantine/charts] Fix unexpected padding on the right side of the chart in BarChart, AreaChart and LineChart components (#6467)
  • [@mantine/core] Select: Fix onChange being called with the already selected if it has been picked from the dropdown (#6468)
  • [@mantine/dates] DatePickerInput: Fix highlightToday not working (#6471)
  • [@mantine/core] NumberInput: Fix incorrect handling of numbers larger than max safe integer on blur (#6407)
  • [@mantine/core] Tooltip: Fix tooltip arrow being incompatible with headless mode (#6458)
  • [@mantine/core] ActionIcon: Fix loading styles inconsistency with Button component (#6460)
  • [@mantine/charts] PieChart: Fix key error for duplicated name data (#6067)
  • [@mantine/core] Modal: Fix removeScrollProps.ref not being compatible with React 19 (#6446)
  • [@mantine/core] TagsInput: Fix selectFirstOptionOnChange prop not working (#6337)
  • [@mantine/hooks] use-eye-dropper: Fix Opera being incorrectly detected as a supported browser (#6307)
  • [@mantine/core] Fix :host selector now working correctly in cssVariablesSelector of MantineProvider (#6404)
  • [@mantine/core] TagsInput: Fix onChange being called twice when Enter key is pressed in some cases (#6416)
  • [@mantine/modals] Fix Modal overrides type augmentation not working with TypeScript 5.5 (#6443)
  • [@mantine/core] Tree: Fix levelOffset prop being added to the root DOM element (#6461)

New Contributors

Full Changelog: https://github.com/mantinedev/mantine/compare/7.11.0...7.11.1

7.11.0 👁️

View changelog with demos on mantine.dev website

withProps function

All Mantine components now have withProps static function that can be used to add default props to the component:

... (truncated)

Commits
  • 2f91229 [release] Version: 7.11.1
  • 09a25b6 [refactor] Add tests to use-os hook (#6442)
  • f490181 [@​mantine/hooks] use-eye-dropper: Fix Opera being incorrectly detected as a s...
  • c3b026e [mantine.dev] Add default value documentation for use-local-storage `getIniti...
  • 4b58cb8 [release] Version: 7.11.0
  • 29f24e3 [release] Version: 7.10.2
  • 9fc741c [refactor] Change fireEvent to userEvent in use-focus-trap tests (#6332)
  • c659c32 [release] Version: 7.10.1
  • 46b85be [@​mantine/hooks] use-fetch: Fix incorrect error handling (#6278)
  • 92e9036 [@​mantine/hooks] Update use-throttled-* hooks to emit updates on trailing edg...
  • Additional commits viewable in compare view


Updates @mantine/notifications from 7.8.1 to 7.11.1

Release notes

Sourced from @​mantine/notifications's releases.

7.11.1

What's Changed

  • [@mantine/core] Add option to display nothingFoundMessage when data is empty in Select and MultiSelect components (#6477)
  • [@mantine/core] Tooltip: Add defaultOpened prop support (#6466)
  • [@mantine/core] PinInput: Fix incorrect rtl logic (#6382)
  • [@mantine/core] Popover: Fix floatingStrategy="fixed" not having position:fixed styles (#6419)
  • [@mantine/spotlight] Fix spotlight not working correctly with shadow DOM (#6400)
  • [@mantine/form] Fix onValuesChange using stale values (#6392)
  • [@mantine/carousel] Fix onSlideChange using stale props values (#6393)
  • [@mantine/charts] Fix unexpected padding on the right side of the chart in BarChart, AreaChart and LineChart components (#6467)
  • [@mantine/core] Select: Fix onChange being called with the already selected if it has been picked from the dropdown (#6468)
  • [@mantine/dates] DatePickerInput: Fix highlightToday not working (#6471)
  • [@mantine/core] NumberInput: Fix incorrect handling of numbers larger than max safe integer on blur (#6407)
  • [@mantine/core] Tooltip: Fix tooltip arrow being incompatible with headless mode (#6458)
  • [@mantine/core] ActionIcon: Fix loading styles inconsistency with Button component (#6460)
  • [@mantine/charts] PieChart: Fix key error for duplicated name data (#6067)
  • [@mantine/core] Modal: Fix removeScrollProps.ref not being compatible with React 19 (#6446)
  • [@mantine/core] TagsInput: Fix selectFirstOptionOnChange prop not working (#6337)
  • [@mantine/hooks] use-eye-dropper: Fix Opera being incorrectly detected as a supported browser (#6307)
  • [@mantine/core] Fix :host selector now working correctly in cssVariablesSelector of MantineProvider (#6404)
  • [@mantine/core] TagsInput: Fix onChange being called twice when Enter key is pressed in some cases (#6416)
  • [@mantine/modals] Fix Modal overrides type augmentation not working with TypeScript 5.5 (#6443)
  • [@mantine/core] Tree: Fix levelOffset prop being added to the root DOM element (#6461)

New Contributors

Full Changelog: https://github.com/mantinedev/mantine/compare/7.11.0...7.11.1

7.11.0 👁️

View changelog with demos on mantine.dev website

withProps function

All Mantine components now have withProps static function that can be used to add default props to the component:

... (truncated)

Commits


Updates @mantine/spotlight from 7.8.1 to 7.11.1

Release notes

Sourced from @​mantine/spotlight's releases.

7.11.1

What's Changed

  • [@mantine/core] Add option to display nothingFoundMessage when data is empty in Select and MultiSelect components (#6477)
  • [@mantine/core] Tooltip: Add defaultOpened prop support (#6466)
  • [@mantine/core] PinInput: Fix incorrect rtl logic (#6382)
  • [@mantine/core] Popover: Fix floatingStrategy="fixed" not having position:fixed styles (#6419)
  • [@mantine/spotlight] Fix spotlight not working correctly with shadow DOM (#6400)
  • [@mantine/form] Fix onValuesChange using stale values (#6392)
  • [@mantine/carousel] Fix onSlideChange using stale props values (#6393)
  • [@mantine/charts] Fix unexpected padding on the right side of the chart in BarChart, AreaChart and LineChart components (#6467)
  • [@mantine/core] Select: Fix onChange being called with the already selected if it has been picked from the dropdown (#6468)
  • [@mantine/dates] DatePickerInput: Fix highlightToday not working (#6471)
  • [@mantine/core] NumberInput: Fix incorrect handling of numbers larger than max safe integer on blur (#6407)
  • [@mantine/core] Tooltip: Fix tooltip arrow being incompatible with headless mode (#6458)
  • [@mantine/core] ActionIcon: Fix loading styles inconsistency with Button component (#6460)
  • [@mantine/charts] PieChart: Fix key error for duplicated name data (#6067)
  • [@mantine/core] Modal: Fix removeScrollProps.ref not being compatible with React 19 (#6446)
  • [@mantine/core] TagsInput: Fix selectFirstOptionOnChange prop not working (#6337)
  • [@mantine/hooks] use-eye-dropper: Fix Opera being incorrectly detected as a supported browser (#6307)
  • [@mantine/core] Fix :host selector now working correctly in cssVariablesSelector of MantineProvider (#6404)
  • [@mantine/core] TagsInput: Fix onChange being called twice when Enter key is pressed in some cases (#6416)
  • [@mantine/modals] Fix Modal overrides type augmentation not working with TypeScript 5.5 (#6443)
  • [@mantine/core] Tree: Fix levelOffset prop being added to the root DOM element (#6461)

New Contributors

Full Changelog: https://github.com/mantinedev/mantine/compare/7.11.0...7.11.1

7.11.0 👁️

View changelog with demos on mantine.dev website

withProps function

All Mantine components now have withProps static function that can be used to add default props to the component:

... (truncated)

Commits
  • 2f91229 [release] Version: 7.11.1
  • 898ab91 [@​mantine/spotlight] Fix spotlight not working correctly with shadow DOM (#6400)
  • 4b58cb8 [release] Version: 7.11.0
  • 2414345 [@​mantine/core] Add Component.withProps support to all components
  • 29f24e3 [release] Version: 7.10.2
  • c659c32 [release] Version: 7.10.1
  • 276050e [release] Version: 7.10.0
  • 3a4f65d [release] Version: 7.9.2
  • 44c3ffd [release] Version: 7.9.1
  • 94c053e [release] Version: 7.9.0
  • Additional commits viewable in compare view


Updates @mantine/tiptap from 7.8.1 to 7.11.1

Release notes

Sourced from @​mantine/tiptap's releases.

7.11.1

What's Changed

  • [@mantine/core] Add option to display nothingFoundMessage when data is empty in Select and MultiSelect components (#6477)
  • [@mantine/core] Tooltip: Add defaultOpened prop support (#6466)
  • [@mantine/core] PinInput: Fix incorrect rtl logic (#6382)
  • [@mantine/core] Popover: Fix floatingStrategy="fixed" not having position:fixed styles (#6419)
  • [@mantine/spotlight] Fix spotlight not working correctly with shadow DOM (#6400)
  • [@mantine/form] Fix onValuesChange using stale values (#6392)
  • [@mantine/carousel] Fix onSlideChange using stale props values (#6393)
  • [@mantine/charts] Fix unexpected padding on the right side of the chart in BarChart, AreaChart and LineChart components (#6467)
  • [@mantine/core] Select: Fix onChange being called with the already selected if it has been picked from the dropdown (#6468)
  • [@mantine/dates] DatePickerInput: Fix highlightToday not working (#6471)
  • [@mantine/core] NumberInput: Fix incorrect handling of numbers larger than max safe integer on blur (#6407)
  • [@mantine/core] Tooltip: Fix tooltip arrow being incompatible with headless mode (#6458)
  • [@mantine/core] ActionIcon: Fix loading styles inconsistency with Button component (#6460)
  • [@mantine/charts] PieChart: Fix key error for duplicated name data (#6067)
  • [@mantine/core] Modal: Fix removeScrollProps.ref not being compatible with React 19 (#6446)
  • [@mantine/core] TagsInput: Fix selectFirstOptionOnChange prop not working (#6337)
  • [@mantine/hooks] use-eye-dropper: Fix Opera being incorrectly detected as a supported browser (#6307)
  • [@mantine/core] Fix :host selector now working correctly in cssVariablesSelector of MantineProvider (#6404)
  • [@mantine/core] TagsInput: Fix onChange being called twice when Enter key is pressed in some cases (#6416)
  • [@mantine/modals] Fix Modal overrides type augmentation not working with TypeScript 5.5 (#6443)
  • [@mantine/core] Tree: Fix levelOffset prop being added to the root DOM element (#6461)

New Contributors

Full Changelog: https://github.com/mantinedev/mantine/compare/7.11.0...7.11.1

7.11.0 👁️

View changelog with demos on mantine.dev website

withProps function

All Mantine components now have withProps static function that can be used to add default props to the component:

... (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 ver... _Description has been truncated_
dependabot[bot] commented 2 months ago

Superseded by #182.