lifeparticle / binarytree

🕰 We Provide an Array of Developer Productivity Tools Designed to Help You Save Time
https://binarytree.dev
Apache License 2.0
31 stars 11 forks source link

Bump @mantine/core from 6.0.21 to 7.9.1 in /ui #462

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 2 months ago

Bumps @mantine/core from 6.0.21 to 7.9.1.

Release notes

Sourced from @​mantine/core's releases.

7.9.1

What's Changed

  • [@mantine/core] Fix theme.scale being ignored in Input, Paper and Table border styles
  • [@mantine/core] Fix virtualColor function requring use client in Next.js
  • [@mantine/core] FloatingIndicator: Fix incorrect resize observer logic (#6129)
  • [@mantine/core] NumberInput: Fix incorrect allowNegative handling with up/down arrows (#6170)
  • [@mantine/core] Fix error={true} prop set on Checkbox, Radio and Switch rendering unxpected error element with margin
  • [@mantine/core] SegmentedControl: Fix theme.primaryColor not being respected in the focus ring styles
  • [@mantine/core] CloseButton: Fix incorrect specificity of some selectors
  • [@mantine/core] Fix incorrect aria-label handling in Select, Autocomplete, MultiSelect and TagsInputs components (#6123)
  • [@mantine/core] Modal: Prevent onClose from being called when modal is not opened (#6156)
  • [@mantine/core] PasswordInput: Fix duplicated password visibility icon in Edge browser (#6126)
  • [@mantine/hooks] use-hash: Fix hash value not being updated correctly (#6145)
  • [@mantine/emotion] Fix incorrect transform logic that was causing extra hooks to render (#6159)

New Contributors

Full Changelog: https://github.com/mantinedev/mantine/compare/7.9.0...7.9.1

7.9.0 ✨

View changelog with demos on mantine.dev website

@​mantine/emotion package

New @​mantine/emotion package is now available to simplify migration from 6.x to 7.x. It includes createStyles function and additional functionality for sx and styles props for all components similar to what was available in @mantine/core package in v6.

If you still haven't migrated to 7.x because of the change in styling approach, you can now have a smoother transition by using @mantine/emotion package. To learn more about the package, visit the documentation page and updated 6.x to 7.x migration guide.

import { rem } from '@mantine/core';
import { createStyles } from '@mantine/emotion';

const useStyles = createStyles((theme, _, u) => ({ wrapper: { maxWidth: rem(400), width: '100%', height: rem(180), display: 'flex', alignItems: 'center', </tr></table>

... (truncated)

Commits
  • 44c3ffd [release] Version: 7.9.1
  • 5405229 [@​mantine/core] Fix theme.scale being ignored in Input, Paper and Table bor...
  • b966327 [@​mantine/core] FloatingIndicator: Fix incorrect resize observer logic (#6129)
  • 3c8ca0d [@​mantine/core] NumberInput: Fix incorrect allowNegative handling with up/d...
  • bd73170 [@​mantine/core] Fix error={true} prop set on Checkbox, Radio and Switch ren...
  • decd973 [@​mantine/core] SegmentedControl: Fix theme.primaryColor not being respecte...
  • 3448c04 [@​mantine/core] CloseButton: Fix incorrect specificity of some selectors
  • 0adea71 Merge branch 'master' of github.com:mantinedev/mantine
  • 8f06f55 [@​mantine/core] Fix incorrect aria-label handling in Select, Autocomplete, ...
  • 5ba2259 [@​mantine/core] Modal: Prevent onClose from being called when modal is not ...
  • 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 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)
vercel[bot] commented 2 months ago

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 May 12, 2024 9:25am
netlify[bot] commented 2 months ago

Deploy Preview for binarytree-dev failed.

Name Link
Latest commit 72d32c1dddeaa73f2d4e6fe164a58357eaf0915d
Latest deploy log https://app.netlify.com/sites/binarytree-dev/deploys/66408afcc84d0300087fcc21
dependabot[bot] commented 1 month ago

Superseded by #468.