Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 2, 2025

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps the ui-libraries group with 10 updates:

Package From To
@mantine/colors-generator 7.17.3 8.0.2
@mantine/core 7.17.3 8.0.2
@mantine/dates 7.17.3 8.0.2
@mantine/dropzone 7.17.3 8.0.2
@mantine/form 7.17.3 8.0.2
@mantine/hooks 7.17.3 8.0.2
@mantine/modals 7.17.3 8.0.2
@mantine/notifications 7.17.3 8.0.2
@mantine/nprogress 7.17.3 8.0.2
@mantine/spotlight 7.17.3 8.0.2

Updates @mantine/colors-generator from 7.17.3 to 8.0.2

Release notes

Sourced from @​mantine/colors-generator's releases.

8.0.2

What's Changed

  • [@mantine/dates] DateTimePicker: Fix incorrect onChange value type
  • [@mantine/core] ScrollArea: Fix onBottomReached not being called when the container size has sub-pixel value
  • [@mantine/dates] TimePicker: Improve leading zero input handling
  • [@mantine/dates] TimePicker: Fix setting value to an empty string not reseting displayed time in some cases
  • [@mantine/form] Fix form.reorderItem reordering only the first item (#7892)
  • [@mantine/dates] DateInput: Fix selected month and year not being highlighted (#7897)
  • [@mantine/hooks] use-local-storage: Add queueMicrotask for dispatching update events to fix multiple hook instances synchonization (#7874)
  • [@mantine/dates] Fix leftover timezone issues after 8.0 strings migration (#7878)
  • [@mantine/form] Add zod v4 support (#7871)
  • [@mantine/core] Popover: Fix onOpen/onClose being called when disabled prop is set (#7868)
  • [@mantine/spotlight] Fix labels containing single quote passed to Spotlight.ActionGroup not working (#7865)
  • [@mantine/core] Collapse: Fix inert prop not being compatible with React 18 (#7864)
  • [@mantine/core] List: Fix incorrect types when type="unordered" (#7861)
  • [@mantine/core] AngleSlider: Fix incorrect arrow events handling (#7862)
  • [@mantine/dates] DateInput: Fix Escape key not closing dropdown (#7857)
  • [@mantine/hooks] use-shallow-effect: Fix NaN value not being handled correctly (#7851)

New Contributors

Full Changelog: mantinedev/mantine@8.0.1...8.0.2

8.0.1

What's Changed

  • [@mantine/hooks] use-debounced-callback: Add leading: true option support (#7841)
  • [@mantine/core] Tabs: Fix incorrect Tabs.List styles with grow prop enabled
  • [@mantine/core] MutltiSelect: Fix onPaste prop not being passed to the input element (#7838)
  • [@mantine/dates] TimePicker: Fix up/down arrows not working correctly with step prop (#7784)
  • [@mantine/core] Button: Fix FileButton breaking Button.Group styles (#7835)
  • [@mantine/core] Modal Fix incorrect header styles with ScrollArea (#7832)
  • [@mantine/dropzone] Fix status being stuck in rejected state when a file with incorrect mime type is dropped
  • [@mantine/core] Switch: Fix incorrect thumb position in RTL layouts (#7822)
  • [@mantine/core] AngleSlider: Fix incorrect thumb position in RTL layouts (#7822)
  • [@mantine/core] Menu: Fix default props not working in Menu.Sub (#7820)
  • [@mantine/core] Disable scaling explicit rem units in rem function (#7821)
  • [@mantine/core] Slider: Fix incorrect track width (#7464)
  • [@mantine/dates] TimeInput: Fix step prop not working (#7811)
  • [@mantine/core] Select: Fix onSearchChange being triggered when controlled search value is updated (#7814)
  • [@mantine/dropzone] Migrate back to react-dropzone from react-dropzone-esm
  • [@mantine/code-highlight] Fix tooltip being cut off in components with 1-2 lines of code (#7816)
  • [@mantine/core] Fix inconsistent disabled styles in some components, add CSS variables for disabled colors (#7805)
  • [@mantine/dates] DatePicker: Add selected date highlight in year and month picker for type="default" (#7799)
  • [@mantine/core] Table: Add scrollAreaProps support to Table.ScrollContainer (#7798)
  • [@mantine/core] Fix boolean value not being included in data-* attributes types (#7810)
  • [@mantine/dates] DateInput: Fix incorrect onChange value type (#7796)

... (truncated)

Commits
  • b9a4fdc [release] Version: 8.0.2
  • 57f637d [release] Version: 8.0.1
  • b1997c7 [release] Version: 8.0.0
  • fc94243 [release] Version: 8.0.0-alpha.3
  • 5e027d7 [release] Version: 8.0.0-alpha.2
  • d545acf [release] Version: 8.0.0-alpha.1
  • f6280a3 [@​mantine/colors-generator] Update colors generation function to always inclu...
  • 15a69c8 [release] Version: 8.0.0-alpha.0
  • See full diff in compare view

Updates @mantine/core from 7.17.3 to 8.0.2

Release notes

Sourced from @​mantine/core's releases.

8.0.2

What's Changed

  • [@mantine/dates] DateTimePicker: Fix incorrect onChange value type
  • [@mantine/core] ScrollArea: Fix onBottomReached not being called when the container size has sub-pixel value
  • [@mantine/dates] TimePicker: Improve leading zero input handling
  • [@mantine/dates] TimePicker: Fix setting value to an empty string not reseting displayed time in some cases
  • [@mantine/form] Fix form.reorderItem reordering only the first item (#7892)
  • [@mantine/dates] DateInput: Fix selected month and year not being highlighted (#7897)
  • [@mantine/hooks] use-local-storage: Add queueMicrotask for dispatching update events to fix multiple hook instances synchonization (#7874)
  • [@mantine/dates] Fix leftover timezone issues after 8.0 strings migration (#7878)
  • [@mantine/form] Add zod v4 support (#7871)
  • [@mantine/core] Popover: Fix onOpen/onClose being called when disabled prop is set (#7868)
  • [@mantine/spotlight] Fix labels containing single quote passed to Spotlight.ActionGroup not working (#7865)
  • [@mantine/core] Collapse: Fix inert prop not being compatible with React 18 (#7864)
  • [@mantine/core] List: Fix incorrect types when type="unordered" (#7861)
  • [@mantine/core] AngleSlider: Fix incorrect arrow events handling (#7862)
  • [@mantine/dates] DateInput: Fix Escape key not closing dropdown (#7857)
  • [@mantine/hooks] use-shallow-effect: Fix NaN value not being handled correctly (#7851)

New Contributors

Full Changelog: mantinedev/mantine@8.0.1...8.0.2

8.0.1

What's Changed

  • [@mantine/hooks] use-debounced-callback: Add leading: true option support (#7841)
  • [@mantine/core] Tabs: Fix incorrect Tabs.List styles with grow prop enabled
  • [@mantine/core] MutltiSelect: Fix onPaste prop not being passed to the input element (#7838)
  • [@mantine/dates] TimePicker: Fix up/down arrows not working correctly with step prop (#7784)
  • [@mantine/core] Button: Fix FileButton breaking Button.Group styles (#7835)
  • [@mantine/core] Modal Fix incorrect header styles with ScrollArea (#7832)
  • [@mantine/dropzone] Fix status being stuck in rejected state when a file with incorrect mime type is dropped
  • [@mantine/core] Switch: Fix incorrect thumb position in RTL layouts (#7822)
  • [@mantine/core] AngleSlider: Fix incorrect thumb position in RTL layouts (#7822)
  • [@mantine/core] Menu: Fix default props not working in Menu.Sub (#7820)
  • [@mantine/core] Disable scaling explicit rem units in rem function (#7821)
  • [@mantine/core] Slider: Fix incorrect track width (#7464)
  • [@mantine/dates] TimeInput: Fix step prop not working (#7811)
  • [@mantine/core] Select: Fix onSearchChange being triggered when controlled search value is updated (#7814)
  • [@mantine/dropzone] Migrate back to react-dropzone from react-dropzone-esm
  • [@mantine/code-highlight] Fix tooltip being cut off in components with 1-2 lines of code (#7816)
  • [@mantine/core] Fix inconsistent disabled styles in some components, add CSS variables for disabled colors (#7805)
  • [@mantine/dates] DatePicker: Add selected date highlight in year and month picker for type="default" (#7799)
  • [@mantine/core] Table: Add scrollAreaProps support to Table.ScrollContainer (#7798)
  • [@mantine/core] Fix boolean value not being included in data-* attributes types (#7810)
  • [@mantine/dates] DateInput: Fix incorrect onChange value type (#7796)

... (truncated)

Commits
  • b9a4fdc [release] Version: 8.0.2
  • a8ea843 [@​mantine/core] ScrollArea: Fix onBottomReached not being called when the c...
  • 5093c14 [mantine.dev] Fix slate documentation of Menu.Sub default props (#7891)
  • bcfcfd5 [@​mantine/core] Popover: Fix onOpen/onClose being called when disabled ...
  • 42f6cf4 [@​mantine/core] Collapse: Fix inert prop not being compatible with React 18...
  • 53f3a06 [@​mantine/core] List: Fix incorrect types when type="unordered" (#7861)
  • 0d25cd4 [@​mantine/core] AngleSlider: Fix incorrect arrow events handling (#7862)
  • 57f637d [release] Version: 8.0.1
  • 7d98865 [refactor] Fix failing FileInput tests
  • 17df685 [@​mantine/core] Tabs: Fix incorrect Tabs.List styles with grow prop enabled
  • Additional commits viewable in compare view

Updates @mantine/dates from 7.17.3 to 8.0.2

Release notes

Sourced from @​mantine/dates's releases.

8.0.2

What's Changed

  • [@mantine/dates] DateTimePicker: Fix incorrect onChange value type
  • [@mantine/core] ScrollArea: Fix onBottomReached not being called when the container size has sub-pixel value
  • [@mantine/dates] TimePicker: Improve leading zero input handling
  • [@mantine/dates] TimePicker: Fix setting value to an empty string not reseting displayed time in some cases
  • [@mantine/form] Fix form.reorderItem reordering only the first item (#7892)
  • [@mantine/dates] DateInput: Fix selected month and year not being highlighted (#7897)
  • [@mantine/hooks] use-local-storage: Add queueMicrotask for dispatching update events to fix multiple hook instances synchonization (#7874)
  • [@mantine/dates] Fix leftover timezone issues after 8.0 strings migration (#7878)
  • [@mantine/form] Add zod v4 support (#7871)
  • [@mantine/core] Popover: Fix onOpen/onClose being called when disabled prop is set (#7868)
  • [@mantine/spotlight] Fix labels containing single quote passed to Spotlight.ActionGroup not working (#7865)
  • [@mantine/core] Collapse: Fix inert prop not being compatible with React 18 (#7864)
  • [@mantine/core] List: Fix incorrect types when type="unordered" (#7861)
  • [@mantine/core] AngleSlider: Fix incorrect arrow events handling (#7862)
  • [@mantine/dates] DateInput: Fix Escape key not closing dropdown (#7857)
  • [@mantine/hooks] use-shallow-effect: Fix NaN value not being handled correctly (#7851)

New Contributors

Full Changelog: mantinedev/mantine@8.0.1...8.0.2

8.0.1

What's Changed

  • [@mantine/hooks] use-debounced-callback: Add leading: true option support (#7841)
  • [@mantine/core] Tabs: Fix incorrect Tabs.List styles with grow prop enabled
  • [@mantine/core] MutltiSelect: Fix onPaste prop not being passed to the input element (#7838)
  • [@mantine/dates] TimePicker: Fix up/down arrows not working correctly with step prop (#7784)
  • [@mantine/core] Button: Fix FileButton breaking Button.Group styles (#7835)
  • [@mantine/core] Modal Fix incorrect header styles with ScrollArea (#7832)
  • [@mantine/dropzone] Fix status being stuck in rejected state when a file with incorrect mime type is dropped
  • [@mantine/core] Switch: Fix incorrect thumb position in RTL layouts (#7822)
  • [@mantine/core] AngleSlider: Fix incorrect thumb position in RTL layouts (#7822)
  • [@mantine/core] Menu: Fix default props not working in Menu.Sub (#7820)
  • [@mantine/core] Disable scaling explicit rem units in rem function (#7821)
  • [@mantine/core] Slider: Fix incorrect track width (#7464)
  • [@mantine/dates] TimeInput: Fix step prop not working (#7811)
  • [@mantine/core] Select: Fix onSearchChange being triggered when controlled search value is updated (#7814)
  • [@mantine/dropzone] Migrate back to react-dropzone from react-dropzone-esm
  • [@mantine/code-highlight] Fix tooltip being cut off in components with 1-2 lines of code (#7816)
  • [@mantine/core] Fix inconsistent disabled styles in some components, add CSS variables for disabled colors (#7805)
  • [@mantine/dates] DatePicker: Add selected date highlight in year and month picker for type="default" (#7799)
  • [@mantine/core] Table: Add scrollAreaProps support to Table.ScrollContainer (#7798)
  • [@mantine/core] Fix boolean value not being included in data-* attributes types (#7810)
  • [@mantine/dates] DateInput: Fix incorrect onChange value type (#7796)

... (truncated)

Commits
  • b9a4fdc [release] Version: 8.0.2
  • b07e57c [@​mantine/dates] DateTimePicker: Fix incorrect onChange value type
  • d8df672 [@​mantine/dates] TimePicker: Improve leading zero input handling
  • ef8ccce [@​mantine/dates] TimePicker: Fix setting value to an empty string not resetin...
  • fc715de [@​mantine/dates] DateInput: Fix selected month and year not being highlighted...
  • beea3ec [@​mantine/dates] Fix leftover timezone issues after 8.0 strings migration (#7...
  • ebc43f9 [@​mantine/dates] DateInput: Fix Escape key not closing dropdown (#7857)
  • 57f637d [release] Version: 8.0.1
  • 1421951 [@​mantine/dates] TimePicker: Fix up/down arrows not working correctly with `s...
  • 839dc78 [@​mantine/dates] TimeInput: Fix step prop not working (#7811)
  • Additional commits viewable in compare view

Updates @mantine/dropzone from 7.17.3 to 8.0.2

Release notes

Sourced from @​mantine/dropzone's releases.

8.0.2

What's Changed

  • [@mantine/dates] DateTimePicker: Fix incorrect onChange value type
  • [@mantine/core] ScrollArea: Fix onBottomReached not being called when the container size has sub-pixel value
  • [@mantine/dates] TimePicker: Improve leading zero input handling
  • [@mantine/dates] TimePicker: Fix setting value to an empty string not reseting displayed time in some cases
  • [@mantine/form] Fix form.reorderItem reordering only the first item (#7892)
  • [@mantine/dates] DateInput: Fix selected month and year not being highlighted (#7897)
  • [@mantine/hooks] use-local-storage: Add queueMicrotask for dispatching update events to fix multiple hook instances synchonization (#7874)
  • [@mantine/dates] Fix leftover timezone issues after 8.0 strings migration (#7878)
  • [@mantine/form] Add zod v4 support (#7871)
  • [@mantine/core] Popover: Fix onOpen/onClose being called when disabled prop is set (#7868)
  • [@mantine/spotlight] Fix labels containing single quote passed to Spotlight.ActionGroup not working (#7865)
  • [@mantine/core] Collapse: Fix inert prop not being compatible with React 18 (#7864)
  • [@mantine/core] List: Fix incorrect types when type="unordered" (#7861)
  • [@mantine/core] AngleSlider: Fix incorrect arrow events handling (#7862)
  • [@mantine/dates] DateInput: Fix Escape key not closing dropdown (#7857)
  • [@mantine/hooks] use-shallow-effect: Fix NaN value not being handled correctly (#7851)

New Contributors

Full Changelog: mantinedev/mantine@8.0.1...8.0.2

8.0.1

What's Changed

  • [@mantine/hooks] use-debounced-callback: Add leading: true option support (#7841)
  • [@mantine/core] Tabs: Fix incorrect Tabs.List styles with grow prop enabled
  • [@mantine/core] MutltiSelect: Fix onPaste prop not being passed to the input element (#7838)
  • [@mantine/dates] TimePicker: Fix up/down arrows not working correctly with step prop (#7784)
  • [@mantine/core] Button: Fix FileButton breaking Button.Group styles (#7835)
  • [@mantine/core] Modal Fix incorrect header styles with ScrollArea (#7832)
  • [@mantine/dropzone] Fix status being stuck in rejected state when a file with incorrect mime type is dropped
  • [@mantine/core] Switch: Fix incorrect thumb position in RTL layouts (#7822)
  • [@mantine/core] AngleSlider: Fix incorrect thumb position in RTL layouts (#7822)
  • [@mantine/core] Menu: Fix default props not working in Menu.Sub (#7820)
  • [@mantine/core] Disable scaling explicit rem units in rem function (#7821)
  • [@mantine/core] Slider: Fix incorrect track width (#7464)
  • [@mantine/dates] TimeInput: Fix step prop not working (#7811)
  • [@mantine/core] Select: Fix onSearchChange being triggered when controlled search value is updated (#7814)
  • [@mantine/dropzone] Migrate back to react-dropzone from react-dropzone-esm
  • [@mantine/code-highlight] Fix tooltip being cut off in components with 1-2 lines of code (#7816)
  • [@mantine/core] Fix inconsistent disabled styles in some components, add CSS variables for disabled colors (#7805)
  • [@mantine/dates] DatePicker: Add selected date highlight in year and month picker for type="default" (#7799)
  • [@mantine/core] Table: Add scrollAreaProps support to Table.ScrollContainer (#7798)
  • [@mantine/core] Fix boolean value not being included in data-* attributes types (#7810)
  • [@mantine/dates] DateInput: Fix incorrect onChange value type (#7796)

... (truncated)

Commits
  • b9a4fdc [release] Version: 8.0.2
  • 57f637d [release] Version: 8.0.1
  • 91506e6 [@​mantine/dropzone] Fix status being stuck in rejected state when a file with...
  • 5fa8242 [@​mantine/dropzone] Migrate back to react-dropzone from react-dropzone-esm
  • b1997c7 [release] Version: 8.0.0
  • fc94243 [release] Version: 8.0.0-alpha.3
  • 5e027d7 [release] Version: 8.0.0-alpha.2
  • d545acf [release] Version: 8.0.0-alpha.1
  • 15a69c8 [release] Version: 8.0.0-alpha.0
  • 1d572b1 Merge branch master into 8.0
  • Additional commits viewable in compare view

Updates @mantine/form from 7.17.3 to 8.0.2

Release notes

Sourced from @​mantine/form's releases.

8.0.2

What's Changed

  • [@mantine/dates] DateTimePicker: Fix incorrect onChange value type
  • [@mantine/core] ScrollArea: Fix onBottomReached not being called when the container size has sub-pixel value
  • [@mantine/dates] TimePicker: Improve leading zero input handling
  • [@mantine/dates] TimePicker: Fix setting value to an empty string not reseting displayed time in some cases
  • [@mantine/form] Fix form.reorderItem reordering only the first item (#7892)
  • [@mantine/dates] DateInput: Fix selected month and year not being highlighted (#7897)
  • [@mantine/hooks] use-local-storage: Add queueMicrotask for dispatching update events to fix multiple hook instances synchonization (#7874)
  • [@mantine/dates] Fix leftover timezone issues after 8.0 strings migration (#7878)
  • [@mantine/form] Add zod v4 support (#7871)
  • [@mantine/core] Popover: Fix onOpen/onClose being called when disabled prop is set (#7868)
  • [@mantine/spotlight] Fix labels containing single quote passed to Spotlight.ActionGroup not working (#7865)
  • [@mantine/core] Collapse: Fix inert prop not being compatible with React 18 (#7864)
  • [@mantine/core] List: Fix incorrect types when type="unordered" (#7861)
  • [@mantine/core] AngleSlider: Fix incorrect arrow events handling (#7862)
  • [@mantine/dates] DateInput: Fix Escape key not closing dropdown (#7857)
  • [@mantine/hooks] use-shallow-effect: Fix NaN value not being handled correctly (#7851)

New Contributors

Full Changelog: mantinedev/mantine@8.0.1...8.0.2

8.0.1

What's Changed

  • [@mantine/hooks] use-debounced-callback: Add leading: true option support (#7841)
  • [@mantine/core] Tabs: Fix incorrect Tabs.List styles with grow prop enabled
  • [@mantine/core] MutltiSelect: Fix onPaste prop not being passed to the input element (#7838)
  • [@mantine/dates] TimePicker: Fix up/down arrows not working correctly with step prop (#7784)
  • [@mantine/core] Button: Fix FileButton breaking Button.Group styles (#7835)
  • [@mantine/core] Modal Fix incorrect header styles with ScrollArea (#7832)
  • [@mantine/dropzone] Fix status being stuck in rejected state when a file with incorrect mime type is dropped
  • [@mantine/core] Switch: Fix incorrect thumb position in RTL layouts (#7822)
  • [@mantine/core] AngleSlider: Fix incorrect thumb position in RTL layouts (#7822)
  • [@mantine/core] Menu: Fix default props not working in Menu.Sub (#7820)
  • [@mantine/core] Disable scaling explicit rem units in rem function (#7821)
  • [@mantine/core] Slider: Fix incorrect track width (#7464)
  • [@mantine/dates] TimeInput: Fix step prop not working (#7811)
  • [@mantine/core] Select: Fix onSearchChange being triggered when controlled search value is updated (#7814)
  • [@mantine/dropzone] Migrate back to react-dropzone from react-dropzone-esm
  • [@mantine/code-highlight] Fix tooltip being cut off in components with 1-2 lines of code (#7816)
  • [@mantine/core] Fix inconsistent disabled styles in some components, add CSS variables for disabled colors (#7805)
  • [@mantine/dates] DatePicker: Add selected date highlight in year and month picker for type="default" (#7799)
  • [@mantine/core] Table: Add scrollAreaProps support to Table.ScrollContainer (#7798)
  • [@mantine/core] Fix boolean value not being included in data-* attributes types (#7810)
  • [@mantine/dates] DateInput: Fix incorrect onChange value type (#7796)

... (truncated)

Commits
  • b9a4fdc [release] Version: 8.0.2
  • df2c90a [@​mantine/form] Fix form.reorderItem reordering only the first item (#7892)
  • 6b18e29 [refactor] Add deprecation notice to resolvers exported from @mantine/form ...
  • 57f637d [release] Version: 8.0.1
  • b1997c7 [release] Version: 8.0.0
  • 7bc3344 Merge branch master into 8.0
  • a3b5452 [release] Version: 7.17.5
  • 1526191 [@​mantine/form] Add form.getInitialValues handler
  • fc94243 [release] Version: 8.0.0-alpha.3
  • 5c80395 Merge branch 'master' of github.com:mantinedev/mantine into 8.0
  • Additional commits viewable in compare view

Updates @mantine/hooks from 7.17.3 to 8.0.2

Release notes

Sourced from @​mantine/hooks's releases.

8.0.2

What's Changed

  • [@mantine/dates] DateTimePicker: Fix incorrect onChange value type
  • [@mantine/core] ScrollArea: Fix onBottomReached not being called when the container size has sub-pixel value
  • [@mantine/dates] TimePicker: Improve leading zero input handling
  • [@mantine/dates] TimePicker: Fix setting value to an empty string not reseting displayed time in some cases
  • [@mantine/form] Fix form.reorderItem reordering only the first item (#7892)
  • [@mantine/dates] DateInput: Fix selected month and year not being highlighted (#7897)
  • [@mantine/hooks] use-local-storage: Add queueMicrotask for dispatching update events to fix multiple hook instances synchonization (#7874)
  • [@mantine/dates] Fix leftover timezone issues after 8.0 strings migration (#7878)
  • [@mantine/form] Add zod v4 support (#7871)
  • [@mantine/core] Popover: Fix onOpen/onClose being called when disabled prop is set (#7868)
  • [@mantine/spotlight] Fix labels containing single quote passed to Spotlight.ActionGroup not working (#7865)
  • [@mantine/core] Collapse: Fix inert prop not being compatible with React 18 (#7864)
  • [@mantine/core] List: Fix incorrect types when type="unordered" (#7861)
  • [@mantine/core] AngleSlider: Fix incorrect arrow events handling (#7862)
  • [@mantine/dates] DateInput: Fix Escape key not closing dropdown (#7857)
  • [@mantine/hooks] use-shallow-effect: Fix NaN value not being handled correctly (#7851)

New Contributors

Full Changelog: mantinedev/mantine@8.0.1...8.0.2

8.0.1

What's Changed

  • [@mantine/hooks] use-debounced-callback: Add leading: true option support (#7841)
  • [@mantine/core] Tabs: Fix incorrect Tabs.List styles with grow prop enabled
  • [@mantine/core] MutltiSelect: Fix onPaste prop not being passed to the input element (#7838)
  • [@mantine/dates] TimePicker: Fix up/down arrows not working correctly with step prop (#7784)
  • [@mantine/core] Button: Fix FileButton breaking Button.Group styles (#7835)
  • [@mantine/core] Modal Fix incorrect header styles with ScrollArea (#7832)
  • [@mantine/dropzone] Fix status being stuck in rejected state when a file with incorrect mime type is dropped
  • [@mantine/core] Switch: Fix incorrect thumb position in RTL layouts (#7822)
  • [@mantine/core] AngleSlider: Fix incorrect thumb position in RTL layouts (#7822)
  • [@mantine/core] Menu: Fix default props not working in Menu.Sub (#7820)
  • [@mantine/core] Disable scaling explicit rem units in rem function (#7821)
  • [@mantine/core] Slider: Fix incorrect track width (#7464)
  • [@mantine/dates] TimeInput: Fix step prop not working (#7811)
  • [@mantine/core] Select: Fix onSearchChange being triggered when controlled search value is updated (#7814)
  • [@mantine/dropzone] Migrate back to react-dropzone from react-dropzone-esm
  • [@mantine/code-highlight] Fix tooltip being cut off in components with 1-2 lines of code (#7816)
  • [@mantine/core] Fix inconsistent disabled styles in some components, add CSS variables for disabled colors (#7805)
  • [@mantine/dates] DatePicker: Add selected date highlight in year and month picker for type="default" (#7799)
  • [@mantine/core] Table: Add scrollAreaProps support to Table.ScrollContainer (#7798)
  • [@mantine/core] Fix boolean value not being included in data-* attributes types (#7810)
  • [@mantine/dates] DateInput: Fix incorrect onChange value type (#7796)

... (truncated)

Commits
  • b9a4fdc [release] Version: 8.0.2
  • 348e9e8 [@​mantine/hooks] use-local-storage: Add queueMicrotask for dispatching upda...
  • 704cbf7 [@​mantine/hooks] use-shallow-effect: Fix NaN value not being handled correc...
  • 57f637d [release] Version: 8.0.1
  • e1823ab [@​mantine/hooks] use-debounced-callback: Add leading: true option support (...
  • b1997c7 [release] Version: 8.0.0
  • 7d60c36 Merge branch master into 8.0
  • Description has been truncated

Bumps the ui-libraries group with 10 updates:

| Package | From | To |
| --- | --- | --- |
| [@mantine/colors-generator](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/colors-generator) | `7.17.3` | `8.0.2` |
| [@mantine/core](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/core) | `7.17.3` | `8.0.2` |
| [@mantine/dates](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/dates) | `7.17.3` | `8.0.2` |
| [@mantine/dropzone](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/dropzone) | `7.17.3` | `8.0.2` |
| [@mantine/form](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/form) | `7.17.3` | `8.0.2` |
| [@mantine/hooks](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/hooks) | `7.17.3` | `8.0.2` |
| [@mantine/modals](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/modals) | `7.17.3` | `8.0.2` |
| [@mantine/notifications](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/notifications) | `7.17.3` | `8.0.2` |
| [@mantine/nprogress](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/nprogress) | `7.17.3` | `8.0.2` |
| [@mantine/spotlight](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/spotlight) | `7.17.3` | `8.0.2` |


Updates `@mantine/colors-generator` from 7.17.3 to 8.0.2
- [Release notes](https://github.com/mantinedev/mantine/releases)
- [Changelog](https://github.com/mantinedev/mantine/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mantinedev/mantine/commits/8.0.2/packages/@mantine/colors-generator)

Updates `@mantine/core` from 7.17.3 to 8.0.2
- [Release notes](https://github.com/mantinedev/mantine/releases)
- [Changelog](https://github.com/mantinedev/mantine/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mantinedev/mantine/commits/8.0.2/packages/@mantine/core)

Updates `@mantine/dates` from 7.17.3 to 8.0.2
- [Release notes](https://github.com/mantinedev/mantine/releases)
- [Changelog](https://github.com/mantinedev/mantine/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mantinedev/mantine/commits/8.0.2/packages/@mantine/dates)

Updates `@mantine/dropzone` from 7.17.3 to 8.0.2
- [Release notes](https://github.com/mantinedev/mantine/releases)
- [Changelog](https://github.com/mantinedev/mantine/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mantinedev/mantine/commits/8.0.2/packages/@mantine/dropzone)

Updates `@mantine/form` from 7.17.3 to 8.0.2
- [Release notes](https://github.com/mantinedev/mantine/releases)
- [Changelog](https://github.com/mantinedev/mantine/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mantinedev/mantine/commits/8.0.2/packages/@mantine/form)

Updates `@mantine/hooks` from 7.17.3 to 8.0.2
- [Release notes](https://github.com/mantinedev/mantine/releases)
- [Changelog](https://github.com/mantinedev/mantine/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mantinedev/mantine/commits/8.0.2/packages/@mantine/hooks)

Updates `@mantine/modals` from 7.17.3 to 8.0.2
- [Release notes](https://github.com/mantinedev/mantine/releases)
- [Changelog](https://github.com/mantinedev/mantine/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mantinedev/mantine/commits/8.0.2/packages/@mantine/modals)

Updates `@mantine/notifications` from 7.17.3 to 8.0.2
- [Release notes](https://github.com/mantinedev/mantine/releases)
- [Changelog](https://github.com/mantinedev/mantine/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mantinedev/mantine/commits/8.0.2/packages/@mantine/notifications)

Updates `@mantine/nprogress` from 7.17.3 to 8.0.2
- [Release notes](https://github.com/mantinedev/mantine/releases)
- [Changelog](https://github.com/mantinedev/mantine/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mantinedev/mantine/commits/8.0.2/packages/@mantine/nprogress)

Updates `@mantine/spotlight` from 7.17.3 to 8.0.2
- [Release notes](https://github.com/mantinedev/mantine/releases)
- [Changelog](https://github.com/mantinedev/mantine/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mantinedev/mantine/commits/8.0.2/packages/@mantine/spotlight)

---
updated-dependencies:
- dependency-name: "@mantine/colors-generator"
  dependency-version: 8.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: ui-libraries
- dependency-name: "@mantine/core"
  dependency-version: 8.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: ui-libraries
- dependency-name: "@mantine/dates"
  dependency-version: 8.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: ui-libraries
- dependency-name: "@mantine/dropzone"
  dependency-version: 8.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: ui-libraries
- dependency-name: "@mantine/form"
  dependency-version: 8.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: ui-libraries
- dependency-name: "@mantine/hooks"
  dependency-version: 8.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: ui-libraries
- dependency-name: "@mantine/modals"
  dependency-version: 8.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: ui-libraries
- dependency-name: "@mantine/notifications"
  dependency-version: 8.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: ui-libraries
- dependency-name: "@mantine/nprogress"
  dependency-version: 8.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: ui-libraries
- dependency-name: "@mantine/spotlight"
  dependency-version: 8.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: ui-libraries
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from adidahiya June 2, 2025 09:02
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 2, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 2, 2025

The reviewers field in the dependabot.yml file will be removed soon. Please use the code owners file to specify reviewers for Dependabot PRs. For more information, see this blog post.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 2, 2025
@adidahiya adidahiya closed this Jun 3, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 3, 2025

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/ui-libraries-e5a0e75dd6 branch June 3, 2025 12:38
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.

2 participants