Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump the mantine group across 1 directory with 6 updates #62

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 10, 2025

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

Package From To
@mantine/core 7.15.1 7.16.3
@mantine/dates 7.15.1 7.16.3
@mantine/hooks 7.15.1 7.16.3
@mantine/modals 7.15.1 7.16.3
@mantine/notifications 7.15.1 7.16.3
@mantine/nprogress 7.15.1 7.16.3

Updates @mantine/core from 7.15.1 to 7.16.3

Release notes

Sourced from @​mantine/core's releases.

7.16.3

What's Changed

  • [@mantine/core] Remove use client from isLightColor function
  • [@mantine/core] TextInput: Fix autocomplete for variant prop not working
  • [@mantine/carousel] Fix aria-hidden warning displayed in Chrome console when indicator is clicked (#7414)
  • [@mantine/core] Fix clear button overlaying input content in Autocomplete and other similar components (#7431)
  • [@mantine/core] Combobox: Fix incorrect dropdown padding when used with ScrollArea (#7450)
  • [@mantine/core] Fix 0 gradient deg value not working correctly (#7444)
  • [@mantine/core] ScrollArea: Fix user-select being left as none after interaction with scrollbar in some edge cases (#7423)
  • [@mantine/dates] DateInput: Fix infinite loop in Safari (#7442)

New Contributors

Full Changelog: mantinedev/mantine@7.16.2...7.16.3

7.16.2

What's Changed

  • [@mantine/core] Tooltip: Migrate from deprecated useDelayGroupContext hook to useDelayGroup
  • [@mantine/core] Tabs: Fix tabIndex={0} set on Tabs.Tab being ignored (#7407)
  • [@mantine/core] Fix chevron icon not being clickable in Select and MultiSelect components (#7395)
  • [@mantine/dates] MonthPicker: Fix infinite useEffect with use-form in some cases (#7389)
  • [@mantine/hooks] use-hotkeys: Add better support for non-QUERTY keyboards (#7390)
  • [@mantine/dates] DateTimePicker: Fix timezone conversion being applied twice (#7400)
  • [@mantine/hooks] Fix potential dangerous access of ref value in useEffect cleanup (#7404)

New Contributors

Full Changelog: mantinedev/mantine@7.16.1...7.16.2

7.16.1

What's Changed

  • [@mantine/core] Menu: Add withInitialFocusPlaceholder prop support
  • [@mantine/core] Slider: Fix onChangeEnd being called when disabled prop is set
  • [@mantine/core] Add option to customize chevron color with chevronColor prop in Select and MultiSelect components
  • [@mantine/core] Fix incorrect styles of nested tables (#7354)
  • [@mantine/core]: NumberInput: Fix onChange being called in onBlur if the value has not been changed (#7383)
  • [@mantine/core] Menu: Add data-disabled prop handling to Menu.Item component (#7377)
  • [@mantine/form] Fix incorrect values handling in form.resetDirty (#7373)
  • [@mantine/chart] AreaChart: Fix gridColor and textColor props being passed as attributes to the DOM node (#7378)
  • [@mantine/hooks] use-in-viewport: Fix tracking being stopped when used with a dnd library (#7359)
  • [@mantine/core] MantineProvider: Fix jest tests not running in case there is incorrect window.matchMedia polyfill implementation (#7360)
  • [@mantine/core] Modal: Fix Escape key not working in old Safari versions (#7358)

New Contributors

... (truncated)

Commits
  • 3f1b824 [release] Version: 7.16.3
  • db97288 [@​mantine/core] TextInput: Fix autocomplete for variant prop not working
  • 1d119c7 [@​mantine/core] Fix clear button overlaying input content in Autocomplete and...
  • 3534c68 [@​mantine/core] Combobox: Fix incorrect dropdown padding when used with Scrol...
  • ebe0780 [@​mantine/core] Fix 0 gradient deg value not working correctly (#7444)
  • 08672e9 [@​mantine/core] ScrollArea: Fix user-select being left as none after interact...
  • dfdbd65 [release] Version: 7.16.2
  • 49da362 [@​mantine/core] Tooltip: Migrate from deprecated useDelayGroupContext hook ...
  • cfb2727 [@​mantine/core] Tabs: Fix tabIndex={0} set on Tabs.Tab being ignored (#7407)
  • e2ffcd2 [@​mantine/core] Fix chevron icon not being clickable in Select and MultiSelec...
  • Additional commits viewable in compare view

Updates @mantine/dates from 7.15.1 to 7.16.3

Release notes

Sourced from @​mantine/dates's releases.

7.16.3

What's Changed

  • [@mantine/core] Remove use client from isLightColor function
  • [@mantine/core] TextInput: Fix autocomplete for variant prop not working
  • [@mantine/carousel] Fix aria-hidden warning displayed in Chrome console when indicator is clicked (#7414)
  • [@mantine/core] Fix clear button overlaying input content in Autocomplete and other similar components (#7431)
  • [@mantine/core] Combobox: Fix incorrect dropdown padding when used with ScrollArea (#7450)
  • [@mantine/core] Fix 0 gradient deg value not working correctly (#7444)
  • [@mantine/core] ScrollArea: Fix user-select being left as none after interaction with scrollbar in some edge cases (#7423)
  • [@mantine/dates] DateInput: Fix infinite loop in Safari (#7442)

New Contributors

Full Changelog: mantinedev/mantine@7.16.2...7.16.3

7.16.2

What's Changed

  • [@mantine/core] Tooltip: Migrate from deprecated useDelayGroupContext hook to useDelayGroup
  • [@mantine/core] Tabs: Fix tabIndex={0} set on Tabs.Tab being ignored (#7407)
  • [@mantine/core] Fix chevron icon not being clickable in Select and MultiSelect components (#7395)
  • [@mantine/dates] MonthPicker: Fix infinite useEffect with use-form in some cases (#7389)
  • [@mantine/hooks] use-hotkeys: Add better support for non-QUERTY keyboards (#7390)
  • [@mantine/dates] DateTimePicker: Fix timezone conversion being applied twice (#7400)
  • [@mantine/hooks] Fix potential dangerous access of ref value in useEffect cleanup (#7404)

New Contributors

Full Changelog: mantinedev/mantine@7.16.1...7.16.2

7.16.1

What's Changed

  • [@mantine/core] Menu: Add withInitialFocusPlaceholder prop support
  • [@mantine/core] Slider: Fix onChangeEnd being called when disabled prop is set
  • [@mantine/core] Add option to customize chevron color with chevronColor prop in Select and MultiSelect components
  • [@mantine/core] Fix incorrect styles of nested tables (#7354)
  • [@mantine/core]: NumberInput: Fix onChange being called in onBlur if the value has not been changed (#7383)
  • [@mantine/core] Menu: Add data-disabled prop handling to Menu.Item component (#7377)
  • [@mantine/form] Fix incorrect values handling in form.resetDirty (#7373)
  • [@mantine/chart] AreaChart: Fix gridColor and textColor props being passed as attributes to the DOM node (#7378)
  • [@mantine/hooks] use-in-viewport: Fix tracking being stopped when used with a dnd library (#7359)
  • [@mantine/core] MantineProvider: Fix jest tests not running in case there is incorrect window.matchMedia polyfill implementation (#7360)
  • [@mantine/core] Modal: Fix Escape key not working in old Safari versions (#7358)

New Contributors

... (truncated)

Commits
  • 3f1b824 [release] Version: 7.16.3
  • 54518aa [@​mantine/dates] DateInput: Fix infinite loop in Safari (#7442)
  • dfdbd65 [release] Version: 7.16.2
  • 66e3020 [@​mantine/dates] MonthPicker: Fix infinite useEffect with use-form in some ca...
  • f7347e9 [@​mantine/dates] DateTimePicker: Fix timezone conversion being applied twice ...
  • e981065 [release] Version: 7.16.1
  • e8f7b01 [release] Version: 7.16.0
  • bc66999 Merge branch 'master' of github.com:mantinedev/mantine into 7.16
  • 75d2c25 [release] Version: 7.15.3
  • 1f8e582 [@​mantine/dates] DateTimePicker: Set milliseconds to 0 on the result date obj...
  • Additional commits viewable in compare view

Updates @mantine/hooks from 7.15.1 to 7.16.3

Release notes

Sourced from @​mantine/hooks's releases.

7.16.3

What's Changed

  • [@mantine/core] Remove use client from isLightColor function
  • [@mantine/core] TextInput: Fix autocomplete for variant prop not working
  • [@mantine/carousel] Fix aria-hidden warning displayed in Chrome console when indicator is clicked (#7414)
  • [@mantine/core] Fix clear button overlaying input content in Autocomplete and other similar components (#7431)
  • [@mantine/core] Combobox: Fix incorrect dropdown padding when used with ScrollArea (#7450)
  • [@mantine/core] Fix 0 gradient deg value not working correctly (#7444)
  • [@mantine/core] ScrollArea: Fix user-select being left as none after interaction with scrollbar in some edge cases (#7423)
  • [@mantine/dates] DateInput: Fix infinite loop in Safari (#7442)

New Contributors

Full Changelog: mantinedev/mantine@7.16.2...7.16.3

7.16.2

What's Changed

  • [@mantine/core] Tooltip: Migrate from deprecated useDelayGroupContext hook to useDelayGroup
  • [@mantine/core] Tabs: Fix tabIndex={0} set on Tabs.Tab being ignored (#7407)
  • [@mantine/core] Fix chevron icon not being clickable in Select and MultiSelect components (#7395)
  • [@mantine/dates] MonthPicker: Fix infinite useEffect with use-form in some cases (#7389)
  • [@mantine/hooks] use-hotkeys: Add better support for non-QUERTY keyboards (#7390)
  • [@mantine/dates] DateTimePicker: Fix timezone conversion being applied twice (#7400)
  • [@mantine/hooks] Fix potential dangerous access of ref value in useEffect cleanup (#7404)

New Contributors

Full Changelog: mantinedev/mantine@7.16.1...7.16.2

7.16.1

What's Changed

  • [@mantine/core] Menu: Add withInitialFocusPlaceholder prop support
  • [@mantine/core] Slider: Fix onChangeEnd being called when disabled prop is set
  • [@mantine/core] Add option to customize chevron color with chevronColor prop in Select and MultiSelect components
  • [@mantine/core] Fix incorrect styles of nested tables (#7354)
  • [@mantine/core]: NumberInput: Fix onChange being called in onBlur if the value has not been changed (#7383)
  • [@mantine/core] Menu: Add data-disabled prop handling to Menu.Item component (#7377)
  • [@mantine/form] Fix incorrect values handling in form.resetDirty (#7373)
  • [@mantine/chart] AreaChart: Fix gridColor and textColor props being passed as attributes to the DOM node (#7378)
  • [@mantine/hooks] use-in-viewport: Fix tracking being stopped when used with a dnd library (#7359)
  • [@mantine/core] MantineProvider: Fix jest tests not running in case there is incorrect window.matchMedia polyfill implementation (#7360)
  • [@mantine/core] Modal: Fix Escape key not working in old Safari versions (#7358)

New Contributors

... (truncated)

Commits
  • 3f1b824 [release] Version: 7.16.3
  • dfdbd65 [release] Version: 7.16.2
  • bb6f692 [@​mantine/hooks] use-hotkeys: Add better support for non-QUERTY keyboards (#7...
  • c2920f1 [@​mantine/hooks] Fix potential dangerous access of ref value in useEffect cle...
  • e981065 [release] Version: 7.16.1
  • 5866fd5 [@​mantine/hooks] use-in-viewport: Fix tracking being stopped when used with a...
  • e8f7b01 [release] Version: 7.16.0
  • bc66999 Merge branch 'master' of github.com:mantinedev/mantine into 7.16
  • 75d2c25 [release] Version: 7.15.3
  • 700e05e [refactor] Fix errors in tests
  • Additional commits viewable in compare view

Updates @mantine/modals from 7.15.1 to 7.16.3

Release notes

Sourced from @​mantine/modals's releases.

7.16.3

What's Changed

  • [@mantine/core] Remove use client from isLightColor function
  • [@mantine/core] TextInput: Fix autocomplete for variant prop not working
  • [@mantine/carousel] Fix aria-hidden warning displayed in Chrome console when indicator is clicked (#7414)
  • [@mantine/core] Fix clear button overlaying input content in Autocomplete and other similar components (#7431)
  • [@mantine/core] Combobox: Fix incorrect dropdown padding when used with ScrollArea (#7450)
  • [@mantine/core] Fix 0 gradient deg value not working correctly (#7444)
  • [@mantine/core] ScrollArea: Fix user-select being left as none after interaction with scrollbar in some edge cases (#7423)
  • [@mantine/dates] DateInput: Fix infinite loop in Safari (#7442)

New Contributors

Full Changelog: mantinedev/mantine@7.16.2...7.16.3

7.16.2

What's Changed

  • [@mantine/core] Tooltip: Migrate from deprecated useDelayGroupContext hook to useDelayGroup
  • [@mantine/core] Tabs: Fix tabIndex={0} set on Tabs.Tab being ignored (#7407)
  • [@mantine/core] Fix chevron icon not being clickable in Select and MultiSelect components (#7395)
  • [@mantine/dates] MonthPicker: Fix infinite useEffect with use-form in some cases (#7389)
  • [@mantine/hooks] use-hotkeys: Add better support for non-QUERTY keyboards (#7390)
  • [@mantine/dates] DateTimePicker: Fix timezone conversion being applied twice (#7400)
  • [@mantine/hooks] Fix potential dangerous access of ref value in useEffect cleanup (#7404)

New Contributors

Full Changelog: mantinedev/mantine@7.16.1...7.16.2

7.16.1

What's Changed

  • [@mantine/core] Menu: Add withInitialFocusPlaceholder prop support
  • [@mantine/core] Slider: Fix onChangeEnd being called when disabled prop is set
  • [@mantine/core] Add option to customize chevron color with chevronColor prop in Select and MultiSelect components
  • [@mantine/core] Fix incorrect styles of nested tables (#7354)
  • [@mantine/core]: NumberInput: Fix onChange being called in onBlur if the value has not been changed (#7383)
  • [@mantine/core] Menu: Add data-disabled prop handling to Menu.Item component (#7377)
  • [@mantine/form] Fix incorrect values handling in form.resetDirty (#7373)
  • [@mantine/chart] AreaChart: Fix gridColor and textColor props being passed as attributes to the DOM node (#7378)
  • [@mantine/hooks] use-in-viewport: Fix tracking being stopped when used with a dnd library (#7359)
  • [@mantine/core] MantineProvider: Fix jest tests not running in case there is incorrect window.matchMedia polyfill implementation (#7360)
  • [@mantine/core] Modal: Fix Escape key not working in old Safari versions (#7358)

New Contributors

... (truncated)

Commits

Updates @mantine/notifications from 7.15.1 to 7.16.3

Release notes

Sourced from @​mantine/notifications's releases.

7.16.3

What's Changed

  • [@mantine/core] Remove use client from isLightColor function
  • [@mantine/core] TextInput: Fix autocomplete for variant prop not working
  • [@mantine/carousel] Fix aria-hidden warning displayed in Chrome console when indicator is clicked (#7414)
  • [@mantine/core] Fix clear button overlaying input content in Autocomplete and other similar components (#7431)
  • [@mantine/core] Combobox: Fix incorrect dropdown padding when used with ScrollArea (#7450)
  • [@mantine/core] Fix 0 gradient deg value not working correctly (#7444)
  • [@mantine/core] ScrollArea: Fix user-select being left as none after interaction with scrollbar in some edge cases (#7423)
  • [@mantine/dates] DateInput: Fix infinite loop in Safari (#7442)

New Contributors

Full Changelog: mantinedev/mantine@7.16.2...7.16.3

7.16.2

What's Changed

  • [@mantine/core] Tooltip: Migrate from deprecated useDelayGroupContext hook to useDelayGroup
  • [@mantine/core] Tabs: Fix tabIndex={0} set on Tabs.Tab being ignored (#7407)
  • [@mantine/core] Fix chevron icon not being clickable in Select and MultiSelect components (#7395)
  • [@mantine/dates] MonthPicker: Fix infinite useEffect with use-form in some cases (#7389)
  • [@mantine/hooks] use-hotkeys: Add better support for non-QUERTY keyboards (#7390)
  • [@mantine/dates] DateTimePicker: Fix timezone conversion being applied twice (#7400)
  • [@mantine/hooks] Fix potential dangerous access of ref value in useEffect cleanup (#7404)

New Contributors

Full Changelog: mantinedev/mantine@7.16.1...7.16.2

7.16.1

What's Changed

  • [@mantine/core] Menu: Add withInitialFocusPlaceholder prop support
  • [@mantine/core] Slider: Fix onChangeEnd being called when disabled prop is set
  • [@mantine/core] Add option to customize chevron color with chevronColor prop in Select and MultiSelect components
  • [@mantine/core] Fix incorrect styles of nested tables (#7354)
  • [@mantine/core]: NumberInput: Fix onChange being called in onBlur if the value has not been changed (#7383)
  • [@mantine/core] Menu: Add data-disabled prop handling to Menu.Item component (#7377)
  • [@mantine/form] Fix incorrect values handling in form.resetDirty (#7373)
  • [@mantine/chart] AreaChart: Fix gridColor and textColor props being passed as attributes to the DOM node (#7378)
  • [@mantine/hooks] use-in-viewport: Fix tracking being stopped when used with a dnd library (#7359)
  • [@mantine/core] MantineProvider: Fix jest tests not running in case there is incorrect window.matchMedia polyfill implementation (#7360)
  • [@mantine/core] Modal: Fix Escape key not working in old Safari versions (#7358)

New Contributors

... (truncated)

Commits

Updates @mantine/nprogress from 7.15.1 to 7.16.3

Release notes

Sourced from @​mantine/nprogress's releases.

7.16.3

What's Changed

  • [@mantine/core] Remove use client from isLightColor function
  • [@mantine/core] TextInput: Fix autocomplete for variant prop not working
  • [@mantine/carousel] Fix aria-hidden warning displayed in Chrome console when indicator is clicked (#7414)
  • [@mantine/core] Fix clear button overlaying input content in Autocomplete and other similar components (#7431)
  • [@mantine/core] Combobox: Fix incorrect dropdown padding when used with ScrollArea (#7450)
  • [@mantine/core] Fix 0 gradient deg value not working correctly (#7444)
  • [@mantine/core] ScrollArea: Fix user-select being left as none after interaction with scrollbar in some edge cases (#7423)
  • [@mantine/dates] DateInput: Fix infinite loop in Safari (#7442)

New Contributors

Full Changelog: mantinedev/mantine@7.16.2...7.16.3

7.16.2

What's Changed

  • [@mantine/core] Tooltip: Migrate from deprecated useDelayGroupContext hook to useDelayGroup
  • [@mantine/core] Tabs: Fix tabIndex={0} set on Tabs.Tab being ignored (#7407)
  • [@mantine/core] Fix chevron icon not being clickable in Select and MultiSelect components (#7395)
  • [@mantine/dates] MonthPicker: Fix infinite useEffect with use-form in some cases (#7389)
  • [@mantine/hooks] use-hotkeys: Add better support for non-QUERTY keyboards (#7390)
  • [@mantine/dates] DateTimePicker: Fix timezone conversion being applied twice (#7400)
  • [@mantine/hooks] Fix potential dangerous access of ref value in useEffect cleanup (#7404)

New Contributors

Full Changelog: mantinedev/mantine@7.16.1...7.16.2

7.16.1

What's Changed

  • [@mantine/core] Menu: Add withInitialFocusPlaceholder prop support
  • [@mantine/core] Slider: Fix onChangeEnd being called when disabled prop is set
  • [@mantine/core] Add option to customize chevron color with chevronColor prop in Select and MultiSelect components
  • [@mantine/core] Fix incorrect styles of nested tables (#7354)
  • [@mantine/core]: NumberInput: Fix onChange being called in onBlur if the value has not been changed (#7383)
  • [@mantine/core] Menu: Add data-disabled prop handling to Menu.Item component (#7377)
  • [@mantine/form] Fix incorrect values handling in form.resetDirty (#7373)
  • [@mantine/chart] AreaChart: Fix gridColor and textColor props being passed as attributes to the DOM node (#7378)
  • [@mantine/hooks] use-in-viewport: Fix tracking being stopped when used with a dnd library (#7359)
  • [@mantine/core] MantineProvider: Fix jest tests not running in case there is incorrect window.matchMedia polyfill implementation (#7360)
  • [@mantine/core] Modal: Fix Escape key not working in old Safari versions (#7358)

New Contributors

... (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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> 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 <dependency name> 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 <dependency name> 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 <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

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

| Package | From | To |
| --- | --- | --- |
| [@mantine/core](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/core) | `7.15.1` | `7.16.3` |
| [@mantine/dates](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/dates) | `7.15.1` | `7.16.3` |
| [@mantine/hooks](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/hooks) | `7.15.1` | `7.16.3` |
| [@mantine/modals](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/modals) | `7.15.1` | `7.16.3` |
| [@mantine/notifications](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/notifications) | `7.15.1` | `7.16.3` |
| [@mantine/nprogress](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/nprogress) | `7.15.1` | `7.16.3` |



Updates `@mantine/core` from 7.15.1 to 7.16.3
- [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/7.16.3/packages/@mantine/core)

Updates `@mantine/dates` from 7.15.1 to 7.16.3
- [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/7.16.3/packages/@mantine/dates)

Updates `@mantine/hooks` from 7.15.1 to 7.16.3
- [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/7.16.3/packages/@mantine/hooks)

Updates `@mantine/modals` from 7.15.1 to 7.16.3
- [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/7.16.3/packages/@mantine/modals)

Updates `@mantine/notifications` from 7.15.1 to 7.16.3
- [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/7.16.3/packages/@mantine/notifications)

Updates `@mantine/nprogress` from 7.15.1 to 7.16.3
- [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/7.16.3/packages/@mantine/nprogress)

---
updated-dependencies:
- dependency-name: "@mantine/core"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: mantine
- dependency-name: "@mantine/dates"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: mantine
- dependency-name: "@mantine/hooks"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: mantine
- dependency-name: "@mantine/modals"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: mantine
- dependency-name: "@mantine/notifications"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: mantine
- dependency-name: "@mantine/nprogress"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: mantine
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 10, 2025
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants