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.8.1 in /ui #460

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Bumps @mantine/core from 6.0.21 to 7.8.1.

Release notes

Sourced from @​mantine/core's releases.

7.8.1

Notes

Note that if you've already started using uncontrolled form mode introduced in 7.8.0, you need to include form.key() as described in the documentation.

What's Changed

  • [@mantine/form] Add defaultValue to form.getInputProps return type
  • [@mantine/form] Replace key spread with form.getInputProps with form.key() function
  • [@mantine/dropzone] Fix keyboard activation not working (#6095)
  • [@mantine/dates] DatePicker: Fix date range being stuck in incorrect state when controlled state changes to an empty value (#6092)
  • [@mantine/core] Radio: Allow null to be passed to Radio.Group value to clear the value (#6102)
  • [@mantine/core] NumberInput: Fix incorrect cursor position when backspace is pressed (#6072)
  • [@mantine/core] Fix incorrect empty string handling in style props (#6078)

New Contributors

Full Changelog: https://github.com/mantinedev/mantine/compare/7.8.0...7.8.1

7.8.0

View changelog with demos on mantine.dev website

Auto convert px to rem in .css files

Start from version 1.14.4 postcss-preset-mantine supports autoRem option that can be used to automatically convert all px values to rem units in .css files.

module.exports = {
  plugins: {
    'postcss-preset-mantine': {
      autoRem: true,
    },
  },
};

This option works similar to rem function. The following code:

.demo {
  font-size: 16px;

@​media (min-width: 320px) { font-size: 32px; } }

... (truncated)

Commits
  • b95051c [release] Version: 7.8.1
  • 5ed0df9 [refactor] Change order of onChange and onChangeEnd in Slider (#6064)
  • 16a76e1 [@​mantine/core] Radio: Allow null to be passed to Radio.Group value to clea...
  • a1da2ae [refactor] Cleanup NumberInput
  • e73814c [@​mantine/core] NumberInput: Fix incorrect cursor position when backspace is ...
  • 9130628 [@​mantine/core] Fix incorrect empty string handling in style props (#6078)
  • a1c7ff4 [mantine.dev] Fix typo (#6091)
  • afc9929 [release] Version: 7.8.0
  • 21f62c1 [core] Fix ts and jest errors
  • fc70f8d [@​mantine/core] Add option to customize middlewares
  • 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 1, 2024 0:20am
netlify[bot] commented 2 months ago

Deploy Preview for binarytree-dev failed.

Name Link
Latest commit be6f58eebe9cc67c25fb179acd0673eb863278ab
Latest deploy log https://app.netlify.com/sites/binarytree-dev/deploys/66323384bbfe3a000819636c
dependabot[bot] commented 2 months ago

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

dependabot[bot] commented 2 months ago

Superseded by #462.