An open index of dependabot pull requests across open source projects.

Bump @mantine/dates from 7.17.8 to 8.2.2

Merged
Number: #237
Type: Pull Request
State: Merged
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 0
Created: August 03, 2025 at 04:22 AM UTC
(about 1 month ago)
Updated: August 03, 2025 at 04:24 AM UTC
(about 1 month ago)
Merged: August 03, 2025 at 04:24 AM UTC
(about 1 month ago)
by devksingh4
Time to Close: 2 minutes
Labels:
dependencies javascript
Description:

Bumps @mantine/dates from 7.17.8 to 8.2.2.

Release notes

Sourced from @​mantine/dates's releases.

8.2.2

What's Changed

  • [@mantine/core] Menu: Fix incorrect overflow handling of submenu (#8123)
  • [@mantine/hooks] use-merged-ref: Fix incorrect handling of React 19 cleanup ref callback (#8118)
  • [@mantine/dates] TimePicker: Fix incorrect leading zero handling in 12h format (#8120)
  • [@mantine/dates] TimePicker: Fix min/max values not being enforced for 12h time format (#8107)
  • [@mantine/core] HoverCard: Improve outside clicks handling (#8097)
  • [@mantine/dates] Add month and year switching with keyboard to Calendar-based components (#7959)
  • [@mantine/core] ScrollArea: Add onOverflowChange prop support to ScrollArea.Autosize (#7972)
  • [@mantine/core] MultiSelect: Add clearSearchOnChange prop support (#8068)
  • [@mantine/core] Select: Fix caret being visible in Firefox when the component is read only (#8063)

New Contributors

Full Changelog: https://github.com/mantinedev/mantine/compare/8.2.0...8.2.2

8.2.0 🔥

View changelog with demos on mantine.dev website

Styles API attributes

You now can pass attributes to inner elements of all components that support Styles API with attributes prop. For example, it can be used to add data attributes for testing purposes:

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

function Demo() { return ( <Button attributes={{ root: { 'data-test-id': 'root' }, label: { 'data-test-id': 'label' }, inner: { 'data-test-id': 'inner' }, }} > Button </Button> ); }

Container grid strategy

... (truncated)

Commits
  • da0fbca [release] Version: 8.2.2
  • 754e99a [@​mantine/dates] TimePicker: Fix incorrect leading zero handling in 12h forma...
  • f71a80f [@​mantine/dates] TimePicker: Fix min/max values not being enforced for 12h ti...
  • af41228 [@​mantine/dates] Add month and year switching with keyboard to Calendar-based...
  • 8a27807 [release] Version: 8.2.1
  • 6545583 [release] Version: 8.2.0
  • 755cf14 Merge branch master into 8.2
  • c2a603d [release] Version: 8.1.3
  • 657f356 [refactor] Improve types of internal dates functions (#7893)
  • 29930ad Merge branch 'master' of github.com:mantinedev/mantine into 8.2
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Pull Request Statistics
Commits:
3
Files Changed:
2
Additions:
+67
Deletions:
-67
Package Dependencies
Ecosystem:
npm
Version Change:
7.17.8 → 8.2.2
Update Type:
Major
Technical Details
ID: 4483075
UUID: 2715608265
Node ID: PR_kwDOMfoAbc6h3OTJ
Host: GitHub
Repository: acm-uiuc/core
Merge State: Unknown