Skip to content

Bump @mantine/dates from 9.2.0 to 9.2.1 in /client#1083

Closed
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/client/mantine/dates-9.2.1
Closed

Bump @mantine/dates from 9.2.0 to 9.2.1 in /client#1083
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/client/mantine/dates-9.2.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 25, 2026

Copy link
Copy Markdown
Contributor

Bumps @mantine/dates from 9.2.0 to 9.2.1.

Release notes

Sourced from @​mantine/dates's releases.

9.2.1

What's Changed

  • [@mantine/tiptap] Fix controls having stale state when built with react compiler (#8725)
  • [@mantine/charts] Fix highlighted are being stuck at the previously hovered chart legend section if mouse is moved quickly (#8768)
  • [@mantine/modals] Fix incorrect duplicate modals ids handling (#8736)
  • [@mantine/core] Table: Fix th borders being rendered transparent if sticky prop set (#8778)
  • [@mantine/core] Fix error id not being passed to aria-describedby in Checkbox, Radio and Switch components (#8820)
  • [@mantine/core] Add aria-valuetext support to Slider and RangeSlider (#8871)
  • [@mantine/schedule] MonthView: Improve multi-day events overlap rendering for maxed-out days (#8874)
  • [@mantine/core] Fix mergeMantineTheme mutated DEFAULT_THEME.headings (#8875)
  • [@mantine/hooks] use-debounced-value: Fix leading callback not being reset on timeout (#8833)
  • [@mantine/core] Highlight: Add accent insensitive option support (#8890)
  • [@mantine/form] Fix some handlers not being stable reference (#8891)
  • [@mantine/dropzone] Change useFsAccessApi to false by default to make Dropzone compatible with all current browsers (#8876)
  • [@mantine/schedule] Fix incorrect events positioning with intervalMinutes={60} (#8887)
  • [@mantine/core] PinInput: Fix keyboard shorcuts being blocked on numeric input type (#8889)
  • [@mantine/form] Fix default validators making form.validate return value async (#8880)
  • [@mantine/core] Menu: Add safe polygon support for sub menus (#8888)
  • [@mantine/core] ScrollArea: Fix Maximum update depth exceeded error
  • [@mantine/core] TreeSelect: Fix focus to moving to input after clear button click

New Contributors

Full Changelog: mantinedev/mantine@9.2.0...9.2.1

Commits

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 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)

Bumps [@mantine/dates](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/dates) from 9.2.0 to 9.2.1.
- [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/9.2.1/packages/@mantine/dates)

---
updated-dependencies:
- dependency-name: "@mantine/dates"
  dependency-version: 9.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 25, 2026

@Claudia-Anthropica Claudia-Anthropica left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot Routine @mantine/dates 9.2.1 patch bump. Two things before this can merge: run-tests / build is red because the client SBOM wasn't regenerated after the lockfile change, and bumping dates on its own leaves an unmet peer dep since Mantine pins all its packages to the exact same version. Easiest path is to bump every @mantine/* to 9.2.1 together and refresh the SBOM — details inline.

Comment thread client/pnpm-lock.yaml
'@mantine/dates':
specifier: 9.2.0
version: 9.2.0(@mantine/core@9.2.0(@mantine/hooks@9.2.0(react@19.2.6))(@types/react@19.2.15)(react-dom@19.2.6(react@19.2.6))(react@19.2.6))(@mantine/hooks@9.2.0(react@19.2.6))(dayjs@1.11.20)(react-dom@19.2.6(react@19.2.6))(react@19.2.6)
specifier: 9.2.1

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot [high] run-tests / build is failing here because the client SBOM is stale after the lockfile/package.json change — the CI error is client/sbom/ is stale (pnpm-lock.yaml or package.json changed). Run 'pnpm run sbom:force' and commit the result. Dependabot doesn't regenerate it, so someone needs to run that and commit the updated client/sbom/ before this can go green.

🤖 Prompt for AI agents

The client SBOM is stale after bumping @mantine/dates, causing the run-tests / build check to fail with "client/sbom/ is stale". In the client/ directory run pnpm run sbom:force and commit the regenerated client/sbom/ files (bom.json and .lock-hash).

Comment thread client/package.json
"@mantine/carousel": "9.2.0",
"@mantine/core": "9.2.0",
"@mantine/dates": "9.2.0",
"@mantine/dates": "9.2.1",

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot [medium] Bumping only @mantine/dates to 9.2.1 leaves an unmet peer dependency — 9.2.1 declares exact peers @mantine/core: 9.2.1 and @mantine/hooks: 9.2.1, but those (along with carousel, dropzone, form, notifications and tiptap) are still pinned at 9.2.0. The lockfile even shows dates@9.2.1 resolved against core@9.2.0/hooks@9.2.0. pnpm doesn't hard-fail since strict-peer isn't enabled, but Mantine ships all @mantine/* packages in lockstep, so they should be bumped to 9.2.1 together rather than one at a time.

🤖 Prompt for AI agents

In client/package.json, @mantine/dates was bumped to 9.2.1 while the other @mantine/* packages (core, hooks, carousel, dropzone, form, notifications, tiptap) remain 9.2.0, violating @mantine/dates@9.2.1's exact peer deps on @mantine/core and @mantine/hooks 9.2.1. Bump all @mantine/* packages to 9.2.1, then run pnpm install and pnpm run sbom:force in client/ and commit the updated pnpm-lock.yaml and client/sbom/.

@krusche

krusche commented Jun 16, 2026

Copy link
Copy Markdown
Member

Superseded by #1101, which consolidates the client and server dependency updates into a single PR (this dependency is included there at @mantine/* 9.3.1). Closing in favor of #1101.

@krusche krusche closed this Jun 16, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jun 16, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/client/mantine/dates-9.2.1 branch June 16, 2026 13:33
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