Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 3, 2024

Bumps @mantine/core from 6.0.21 to 7.5.1.

Release notes

Sourced from @​mantine/core's releases.

7.5.1

What's Changed

  • [@mantine/core] Indicator: Improve processing animation for lo-resolution monitors (#5682)
  • [@mantine/hooks] use-debounced-state: Fix incorrect type definition (#5665)
  • [@mantine/hooks] use-session-storage: Fix default value not being set in the storage on initial render (#5663)
  • [@mantine/core] Combobox: Fix incorrect dropdown styles with custom ScrollArea component (#5677)
  • [@mantine/form] Fix incorrect touch and dirty state handling in form.initialize (#5623)
  • [@mantine/core] Chip: Fix error thrown when page is modified with Google Translate (#5586)
  • [@mantine/form] Add previous value as second argument to onValuesChange (#5649)
  • [@mantine/core] Fix autoContrast defined on theme not working in some components (#5655)
  • [@mantine/core] Fix broken alignment in Checkbox, Radio and Switch (#5648)
  • [@mantine/core-highlight] Add withCopyButton prop support to CodeHighlightTabs (#5608)
  • [@mantine/core] Update useComputedColorScheme types to match definition with other similar hooks (#5588)
  • [@mantine/core] MultiSelect: Forbid select item removal if associated item becomes disabled (#5630)

New Contributors

Full Changelog: mantinedev/mantine@7.5.0...7.5.1

✨ 7.5.0

View changelog with demos on mantine.dev website

DonutChart component

New DonutChart component:

import { DonutChart } from '@mantine/charts';
import { data } from './data';
function Demo() {
return <DonutChart data={data} />;
}

PieChart component

New PieChart component:

</tr></table> 

... (truncated)

Commits
  • 74748cd [release] Version: 7.5.1
  • ce9cacf [@​mantine/core] Indicator: Improve processing animation for lo-resolution mon...
  • 75f86cb Revert "[@​mantine/core] Fix imports with nodenext resolution not working (#...
  • afbfc1a [@​mantine/core] Fix imports with nodenext resolution not working (#5668)
  • c2bb85f [@​mantine/core] Combobox: Fix incorrect dropdown styles with custom ScrollAre...
  • a610c37 [@​mantine/core] Chip: Fix error thrown when page is modified with Google Tran...
  • 41e282e [@​mantine/core] Fix autoContrast defined on theme not working in some compo...
  • dc732bb [@​mantine/core] Fix broken alignment in Checkbox, Radio and Switch (#5648)
  • bac6725 [@​mantine/core] Update useComputedColorScheme types to match definition wit...
  • 49ce186 [@​mantine/core] MultiSelect: Forbid select item removal if associated item be...
  • 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 3, 2024
@vercel
Copy link

vercel bot commented Feb 3, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
binarytree-rssfeed-api ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 9, 2024 1:14pm

@netlify
Copy link

netlify bot commented Feb 3, 2024

Deploy Preview for binarytree-dev failed.

Name Link
🔨 Latest commit 92deace
🔍 Latest deploy log https://app.netlify.com/sites/binarytree-dev/deploys/65c62508065092000837a497

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ui/mantine/core-7.5.1 branch from e1069b6 to d6443cf Compare February 3, 2024 02:53
Bumps [@mantine/core](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/core) from 6.0.21 to 7.5.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/7.5.1/packages/@mantine/core)

---
updated-dependencies:
- dependency-name: "@mantine/core"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Former-commit-id: ece3926
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 1, 2024

Superseded by #443.

@dependabot dependabot bot closed this Mar 1, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/ui/mantine/core-7.5.1 branch March 1, 2024 12:16
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.

1 participant