Skip to content

chore(deps): bump @mantine/core from 6.0.20 to 7.9.0#300

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/mantine/core-7.9.0
Closed

chore(deps): bump @mantine/core from 6.0.20 to 7.9.0#300
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/mantine/core-7.9.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 6, 2024

Bumps @mantine/core from 6.0.20 to 7.9.0.

Release notes

Sourced from @​mantine/core's releases.

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',
justifyContent: 'center',
marginLeft: 'auto',
marginRight: 'auto',
borderRadius: theme.radius.sm,
// Use light and dark selectors to change styles based on color scheme
[u.light]: {
  backgroundColor: theme.colors.gray[1],
},
backgroundColor: theme.colors.dark[5],
},
// Reference theme.breakpoints in smallerThan and largerThan functions
[u.smallerThan('sm')]: {
// Child reference in nested selectors via ref
[& .${u.ref('child')}]: {
fontSize: theme.fontSizes.xs,
},
},

},
child: {
// Assign selector to a ref to reference it in other styles
</tr></table>

... (truncated)

Commits
  • 94c053e [release] Version: 7.9.0
  • 1a5dfbc [core] Update testing dependencies to work with React 18.3
  • e3fb050 [mantine.dev] Add documentation for emotion usage with Vite
  • 0f57a81 [@​mantine/core] Add styles transform handling
  • 51d4996 [@​mantine/core] Add option to handle sx prop
  • f086647 [@​mantine/core] Tree: Add expand on space key handling
  • 84ce466 [@​mantine/core] Tree: Remove up/down keys logic for first/last items
  • 4eee10c [@​mantine/core] Tree: Add Shift + click range selection handling
  • 07a46f9 [@​mantine/core] Tree: Add anchor node selection logic
  • 11a7163 [@​mantine/core] Tree: Add selection styles and improve label indentation
  • 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)

Bumps [@mantine/core](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/core) from 6.0.20 to 7.9.0.
- [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.9.0/packages/@mantine/core)

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

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 6, 2024
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 13, 2024

Superseded by #302.

@dependabot dependabot bot closed this May 13, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/mantine/core-7.9.0 branch May 13, 2024 00:28
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.

0 participants