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.7.1 in /ui #450

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 3 months ago

Bumps @mantine/core from 6.0.21 to 7.7.1.

Release notes

Sourced from @​mantine/core's releases.

7.7.1

What's Changed

  • [@mantine/tiptap] Improve toolbar items alignment for non-native elements (#5993)
  • [@mantine/spotlight] Fix incorrect down key handling when the spotlight is opened repeatedly (#5995)
  • [@mantine/core] Image: Fix ref not being assigned for fallback images (#5989)
  • [@mantine/core] PinInput: Fix incorrect focus logic (#5963)
  • [@mantine/core] Table: Fix highlightOnHoverColor prop not working
  • [@mantine/core] AppShell: Adjust footer position to include env(safe-area-inset-bottom) (#5502)
  • [@mantine/core] PinInput: Fix placeholder not being visible on the element that had focus when the component becomes disabled (#5831)
  • [@mantine/dates] Calendar: Fix double timezone shift (#5916)
  • [@mantine/hooks] use-local-storage: Fix value not being updated when key is changed (#5910)
  • [@mantine/charts] Fix incorrect charts legends height for multiline values (#5923)
  • [@mantine/core] NumberInput: Fix incorrect increment/decrement functions logic when step is a float value (#5926)
  • [@mantine/core] Combobox: Fix incorrect IME input handling (#5935)
  • [@mantine/core] Menu: Fix unexpected focus styles in the dropdown element in Firefox (#5957)
  • [@mantine/core] Fix incorrect disabled prop handling in TagsInput and MultiSelect (#5959)
  • [@mantine/core] Fix renderOption not working for grouped items in Combobox-based components (#5952)
  • [@mantine/core] AppShell: Fix error when used inside Suspense (#5979)
  • [@mantine/core] Update CSS selectors hashing algorithm to prevent collisions with other libraries (#5968)
  • [@mantine/carousel] Fix specificity issues of some selectors (#5973)
  • [@mantine/core] AppShell: Fix missing Aside offset in Header and Footer for layout=alt (#5974)

New Contributors

Full Changelog: https://github.com/mantinedev/mantine/compare/7.7.0...7.7.1

7.7.0

View changelog with demos on mantine.dev website

Virtual colors

Virtual color is a special color which values should be different for light and dark color schemes. To define a virtual color, use virtualColor function which accepts an object with the following properties as a single argument:

  • name – color name, must be the same as the key in theme.colors object
  • light – a key of theme.colors object for light color scheme
  • dark – a key of theme.colors object for dark color scheme

To see the demo in action, switch between light and dark color schemes (Ctrl + J):

</tr></table> 

... (truncated)

Commits
  • 30a48df [release] Version: 7.7.1
  • 49189fc [@​mantine/core] Image: Fix ref not being assigned for fallback images (#5989)
  • 1fe944f [@​mantine/core] PinInput: Fix incorrect focus logic (#5963)
  • 313e655 [@​mantine/core] Table: Fix highlightOnHoverColor prop not working
  • 7f4d673 [@​mantine/core] AppShell: Adjust footer position to include env(safe-area-ins...
  • c0929d0 [@​mantine/core] PinInput: Fix placeholder not being visible on the element th...
  • 081a47a [@​mantine/core] NumberInput: Fix incorrect increment/decrement functions logi...
  • 1e84a97 [@​mantine/core] Combobox: Fix incorrect IME input handling (#5935)
  • f5e316c [@​mantine/core] Menu: Fix unexpected focus styles in the dropdown element in ...
  • dc5ed3d [@​mantine/core] Fix incorrect disabled prop handling in TagsInput and Multi...
  • 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 3 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 Apr 1, 2024 0:44am
netlify[bot] commented 3 months ago

Deploy Preview for binarytree-dev failed.

Name Link
Latest commit 44548068713270b32b0a84bb5d041558cc4c6080
Latest deploy log https://app.netlify.com/sites/binarytree-dev/deploys/660aac129cdf1600088ad9ce
dependabot[bot] commented 2 months ago

Superseded by #460.