Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps @mantine/notifications from 4.2.12 to 8.0.0.

Release notes

Sourced from @​mantine/notifications's releases.

8.0.0 🌶️

View changelog with demos on mantine.dev website

Migration guide

This changelog covers breaking changes and new features in Mantine 8.0. To migrate your application to Mantine 8.0, follow 7.x → 8.x migration guide.

Granular global styles exports

Global styles are now splitted between 3 files:

  • baseline.css – a minimal CSS reset, sets box-sizing: border-box and changes font properties
  • default-css-variables.css – contains all CSS variables generated from the default theme
  • global.css – global classes used in Mantine components

If you previously imported individual styles from @mantine/core package, you need to update imports to use new files:

import '@mantine/core/styles/baseline.css';
import '@mantine/core/styles/default-css-variables.css';
import '@mantine/core/styles/global.css';

If you imported @mantine/core/styles.css, no changes are required – all new files are already included in styles.css.

Menu with submenus

Menu component now supports submenus:

import { Button, Menu } from '@mantine/core';
function Demo() {
return (
<Menu width={200} position="bottom-start">
<Menu.Target>
<Button>Toggle Menu</Button>
</Menu.Target>
  &lt;Menu.Dropdown&gt;
    &lt;Menu.Item&gt;Dashboard&lt;/Menu.Item&gt;
&amp;lt;Menu.Sub&amp;gt;
  &amp;lt;Menu.Sub.Target&amp;gt;
    &amp;lt;Menu.Sub.Item&amp;gt;Products&amp;lt;/Menu.Sub.Item&amp;gt;
  &amp;lt;/Menu.Sub.Target&amp;gt;


</tr></table>

... (truncated)

Commits
  • b1997c7 [release] Version: 8.0.0
  • fc94243 [release] Version: 8.0.0-alpha.3
  • 5e027d7 [release] Version: 8.0.0-alpha.2
  • d545acf [release] Version: 8.0.0-alpha.1
  • 15a69c8 [release] Version: 8.0.0-alpha.0
  • 1d572b1 Merge branch master into 8.0
  • ef93ceb [release] Version: 7.17.0
  • bcb7e00 Merge branch 7.17 into 8.0
  • 78cb2cc [core] Update Next.js to 15 and React to 19
  • 3f1b824 [release] Version: 7.16.3
  • 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/notifications](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/notifications) from 4.2.12 to 8.0.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/8.0.0/packages/@mantine/notifications)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 6, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 15, 2025

Superseded by #69.

@dependabot dependabot bot closed this May 15, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/packages/frontend/mantine/notifications-8.0.0 branch May 15, 2025 10:25
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.

1 participant