Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump the mantine group across 1 directory with 6 updates #68

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 3, 2025

Bumps the mantine group with 6 updates in the / directory:

Package From To
@mantine/core 7.15.1 7.17.1
@mantine/dates 7.15.1 7.17.1
@mantine/hooks 7.15.1 7.17.1
@mantine/modals 7.15.1 7.17.1
@mantine/notifications 7.15.1 7.17.1
@mantine/nprogress 7.15.1 7.17.1

Updates @mantine/core from 7.15.1 to 7.17.1

Release notes

Sourced from @​mantine/core's releases.

7.17.1

What's Changed

  • [@mantine/core] Select: Fix caret displayed when the readonly input is clicked (#7476)
  • [@mantine/charts] Fix incorrect types of classNames prop of PieChart and DonutChart components (#7475)
  • [@mantine/charts] BubbleChart: Fix broken layout when label prop is used with React 19
  • [@mantine/form] Fix missing isJSONString export (#7508)
  • [@mantine/core] Fix MultiSelect and TagsInputs dropdowns still being opened on click when components were used inside disabled fieldset (#7528)
  • [@mantine/code-highlight] Fallback unsupported code to plaintext (#7497)
  • [@mantine/emotion] Improve "Go to definition" support for createStyles classes (#7526)

New Contributors

Full Changelog: mantinedev/mantine@7.17.0...7.17.1

7.17.0 🌶️

View changelog with demos on mantine.dev website

Last 7.x minor release

This is the last minor release in the 7.x series. The next release will be 8.0 with breaking changes and new features.

You are welcome to review the changelog/code and provide feedback and bug reports in Discord or GitHub discussions:

How to update your project dependencies to the new alpha version:

  • Open your package.json
  • Find all @mantine/ packages
  • Update version of all @mantine/ packages to 8.0.0-alpha.0
  • Install dependencies with your package manager, for example, yarn or npm install

Important notes:

  • 8.0 release is scheduled for May 5th. Until then you can influence the included breaking changes by proving feedback using Discord or GitHub discussions.
  • Currently most of planned breaking changes are implemented – it is not planned to introduce other significant breaking changes (unless new versions of recharts or tiptap are released before May 5th).
  • You can find the updated source code in 8.0 branch on GitHub
  • Since the changes to codebase are not that significant compared to previous major releases, it is not planned to deprecate 7.x version as soon as 8.0 is release. 7.17.x patches are planned to be released for some time – if you are not ready to migrate to 8.x, you will still be able to receive bug fixes for 7.x (no new features though).

Portal reuseTargetNode prop

Portal component now supports reuseTargetNode prop which allows to reuse the same target node for all instances.

... (truncated)

Commits
  • ddfdda8 [release] Version: 7.17.1
  • 52963ce [@​mantine/core] Select: Fix caret displayed when the readonly input is clicke...
  • 777e1be [@​mantine/core] Fix MultiSelect and TagsInputs dropdowns still being opened o...
  • ef93ceb [release] Version: 7.17.0
  • 14d652d [@​mantine/core] Add env prop to MantineProvider
  • 46dff2c [@​mantine/core] Popover: Add onDismiss prop support
  • 78cb2cc [core] Update Next.js to 15 and React to 19
  • 619a7e7 [@​mantine/core] Acnhor: Add underline="not-hover" option support
  • 19f2c09 [@​mantine/core] Affix: Add theme spacing values support in position prop
  • edf3088 Merge branch 'master' of github.com:mantinedev/mantine into 7.17
  • Additional commits viewable in compare view

Updates @mantine/dates from 7.15.1 to 7.17.1

Release notes

Sourced from @​mantine/dates's releases.

7.17.1

What's Changed

  • [@mantine/core] Select: Fix caret displayed when the readonly input is clicked (#7476)
  • [@mantine/charts] Fix incorrect types of classNames prop of PieChart and DonutChart components (#7475)
  • [@mantine/charts] BubbleChart: Fix broken layout when label prop is used with React 19
  • [@mantine/form] Fix missing isJSONString export (#7508)
  • [@mantine/core] Fix MultiSelect and TagsInputs dropdowns still being opened on click when components were used inside disabled fieldset (#7528)
  • [@mantine/code-highlight] Fallback unsupported code to plaintext (#7497)
  • [@mantine/emotion] Improve "Go to definition" support for createStyles classes (#7526)

New Contributors

Full Changelog: mantinedev/mantine@7.17.0...7.17.1

7.17.0 🌶️

View changelog with demos on mantine.dev website

Last 7.x minor release

This is the last minor release in the 7.x series. The next release will be 8.0 with breaking changes and new features.

You are welcome to review the changelog/code and provide feedback and bug reports in Discord or GitHub discussions:

How to update your project dependencies to the new alpha version:

  • Open your package.json
  • Find all @mantine/ packages
  • Update version of all @mantine/ packages to 8.0.0-alpha.0
  • Install dependencies with your package manager, for example, yarn or npm install

Important notes:

  • 8.0 release is scheduled for May 5th. Until then you can influence the included breaking changes by proving feedback using Discord or GitHub discussions.
  • Currently most of planned breaking changes are implemented – it is not planned to introduce other significant breaking changes (unless new versions of recharts or tiptap are released before May 5th).
  • You can find the updated source code in 8.0 branch on GitHub
  • Since the changes to codebase are not that significant compared to previous major releases, it is not planned to deprecate 7.x version as soon as 8.0 is release. 7.17.x patches are planned to be released for some time – if you are not ready to migrate to 8.x, you will still be able to receive bug fixes for 7.x (no new features though).

Portal reuseTargetNode prop

Portal component now supports reuseTargetNode prop which allows to reuse the same target node for all instances.

... (truncated)

Commits
  • ddfdda8 [release] Version: 7.17.1
  • ef93ceb [release] Version: 7.17.0
  • 78cb2cc [core] Update Next.js to 15 and React to 19
  • edf3088 Merge branch 'master' of github.com:mantinedev/mantine into 7.17
  • 3f1b824 [release] Version: 7.16.3
  • 54518aa [@​mantine/dates] DateInput: Fix infinite loop in Safari (#7442)
  • f4f2683 Merge branch 'master' of github.com:mantinedev/mantine into 7.17
  • dfdbd65 [release] Version: 7.16.2
  • 66e3020 [@​mantine/dates] MonthPicker: Fix infinite useEffect with use-form in some ca...
  • f7347e9 [@​mantine/dates] DateTimePicker: Fix timezone conversion being applied twice ...
  • Additional commits viewable in compare view

Updates @mantine/hooks from 7.15.1 to 7.17.1

Release notes

Sourced from @​mantine/hooks's releases.

7.17.1

What's Changed

  • [@mantine/core] Select: Fix caret displayed when the readonly input is clicked (#7476)
  • [@mantine/charts] Fix incorrect types of classNames prop of PieChart and DonutChart components (#7475)
  • [@mantine/charts] BubbleChart: Fix broken layout when label prop is used with React 19
  • [@mantine/form] Fix missing isJSONString export (#7508)
  • [@mantine/core] Fix MultiSelect and TagsInputs dropdowns still being opened on click when components were used inside disabled fieldset (#7528)
  • [@mantine/code-highlight] Fallback unsupported code to plaintext (#7497)
  • [@mantine/emotion] Improve "Go to definition" support for createStyles classes (#7526)

New Contributors

Full Changelog: mantinedev/mantine@7.17.0...7.17.1

7.17.0 🌶️

View changelog with demos on mantine.dev website

Last 7.x minor release

This is the last minor release in the 7.x series. The next release will be 8.0 with breaking changes and new features.

You are welcome to review the changelog/code and provide feedback and bug reports in Discord or GitHub discussions:

How to update your project dependencies to the new alpha version:

  • Open your package.json
  • Find all @mantine/ packages
  • Update version of all @mantine/ packages to 8.0.0-alpha.0
  • Install dependencies with your package manager, for example, yarn or npm install

Important notes:

  • 8.0 release is scheduled for May 5th. Until then you can influence the included breaking changes by proving feedback using Discord or GitHub discussions.
  • Currently most of planned breaking changes are implemented – it is not planned to introduce other significant breaking changes (unless new versions of recharts or tiptap are released before May 5th).
  • You can find the updated source code in 8.0 branch on GitHub
  • Since the changes to codebase are not that significant compared to previous major releases, it is not planned to deprecate 7.x version as soon as 8.0 is release. 7.17.x patches are planned to be released for some time – if you are not ready to migrate to 8.x, you will still be able to receive bug fixes for 7.x (no new features though).

Portal reuseTargetNode prop

Portal component now supports reuseTargetNode prop which allows to reuse the same target node for all instances.

... (truncated)

Commits
  • ddfdda8 [release] Version: 7.17.1
  • ef93ceb [release] Version: 7.17.0
  • 6efa833 [@​mantine/hooks] use-file-dialog: Fix incorrect change event handling
  • 422f4fd [@​mantine/hooks] use-file-dialog: Init hook
  • 78cb2cc [core] Update Next.js to 15 and React to 19
  • 3f1b824 [release] Version: 7.16.3
  • dfdbd65 [release] Version: 7.16.2
  • bb6f692 [@​mantine/hooks] use-hotkeys: Add better support for non-QUERTY keyboards (#7...
  • c2920f1 [@​mantine/hooks] Fix potential dangerous access of ref value in useEffect cle...
  • e981065 [release] Version: 7.16.1
  • Additional commits viewable in compare view

Updates @mantine/modals from 7.15.1 to 7.17.1

Release notes

Sourced from @​mantine/modals's releases.

7.17.1

What's Changed

  • [@mantine/core] Select: Fix caret displayed when the readonly input is clicked (#7476)
  • [@mantine/charts] Fix incorrect types of classNames prop of PieChart and DonutChart components (#7475)
  • [@mantine/charts] BubbleChart: Fix broken layout when label prop is used with React 19
  • [@mantine/form] Fix missing isJSONString export (#7508)
  • [@mantine/core] Fix MultiSelect and TagsInputs dropdowns still being opened on click when components were used inside disabled fieldset (#7528)
  • [@mantine/code-highlight] Fallback unsupported code to plaintext (#7497)
  • [@mantine/emotion] Improve "Go to definition" support for createStyles classes (#7526)

New Contributors

Full Changelog: mantinedev/mantine@7.17.0...7.17.1

7.17.0 🌶️

View changelog with demos on mantine.dev website

Last 7.x minor release

This is the last minor release in the 7.x series. The next release will be 8.0 with breaking changes and new features.

You are welcome to review the changelog/code and provide feedback and bug reports in Discord or GitHub discussions:

How to update your project dependencies to the new alpha version:

  • Open your package.json
  • Find all @mantine/ packages
  • Update version of all @mantine/ packages to 8.0.0-alpha.0
  • Install dependencies with your package manager, for example, yarn or npm install

Important notes:

  • 8.0 release is scheduled for May 5th. Until then you can influence the included breaking changes by proving feedback using Discord or GitHub discussions.
  • Currently most of planned breaking changes are implemented – it is not planned to introduce other significant breaking changes (unless new versions of recharts or tiptap are released before May 5th).
  • You can find the updated source code in 8.0 branch on GitHub
  • Since the changes to codebase are not that significant compared to previous major releases, it is not planned to deprecate 7.x version as soon as 8.0 is release. 7.17.x patches are planned to be released for some time – if you are not ready to migrate to 8.x, you will still be able to receive bug fixes for 7.x (no new features though).

Portal reuseTargetNode prop

Portal component now supports reuseTargetNode prop which allows to reuse the same target node for all instances.

... (truncated)

Commits
  • ddfdda8 [release] Version: 7.17.1
  • ef93ceb [release] Version: 7.17.0
  • 78cb2cc [core] Update Next.js to 15 and React to 19
  • edf3088 Merge branch 'master' of github.com:mantinedev/mantine into 7.17
  • 3f1b824 [release] Version: 7.16.3
  • f4f2683 Merge branch 'master' of github.com:mantinedev/mantine into 7.17
  • dfdbd65 [release] Version: 7.16.2
  • 8be2ce4 Merge branch master into 7.17
  • e981065 [release] Version: 7.16.1
  • a5a3838 Merge branch 'master' of github.com:mantinedev/mantine into 7.17
  • Additional commits viewable in compare view

Updates @mantine/notifications from 7.15.1 to 7.17.1

Release notes

Sourced from @​mantine/notifications's releases.

7.17.1

What's Changed

  • [@mantine/core] Select: Fix caret displayed when the readonly input is clicked (#7476)
  • [@mantine/charts] Fix incorrect types of classNames prop of PieChart and DonutChart components (#7475)
  • [@mantine/charts] BubbleChart: Fix broken layout when label prop is used with React 19
  • [@mantine/form] Fix missing isJSONString export (#7508)
  • [@mantine/core] Fix MultiSelect and TagsInputs dropdowns still being opened on click when components were used inside disabled fieldset (#7528)
  • [@mantine/code-highlight] Fallback unsupported code to plaintext (#7497)
  • [@mantine/emotion] Improve "Go to definition" support for createStyles classes (#7526)

New Contributors

Full Changelog: mantinedev/mantine@7.17.0...7.17.1

7.17.0 🌶️

View changelog with demos on mantine.dev website

Last 7.x minor release

This is the last minor release in the 7.x series. The next release will be 8.0 with breaking changes and new features.

You are welcome to review the changelog/code and provide feedback and bug reports in Discord or GitHub discussions:

How to update your project dependencies to the new alpha version:

  • Open your package.json
  • Find all @mantine/ packages
  • Update version of all @mantine/ packages to 8.0.0-alpha.0
  • Install dependencies with your package manager, for example, yarn or npm install

Important notes:

  • 8.0 release is scheduled for May 5th. Until then you can influence the included breaking changes by proving feedback using Discord or GitHub discussions.
  • Currently most of planned breaking changes are implemented – it is not planned to introduce other significant breaking changes (unless new versions of recharts or tiptap are released before May 5th).
  • You can find the updated source code in 8.0 branch on GitHub
  • Since the changes to codebase are not that significant compared to previous major releases, it is not planned to deprecate 7.x version as soon as 8.0 is release. 7.17.x patches are planned to be released for some time – if you are not ready to migrate to 8.x, you will still be able to receive bug fixes for 7.x (no new features though).

Portal reuseTargetNode prop

Portal component now supports reuseTargetNode prop which allows to reuse the same target node for all instances.

... (truncated)

Commits

Updates @mantine/nprogress from 7.15.1 to 7.17.1

Release notes

Sourced from @​mantine/nprogress's releases.

7.17.1

What's Changed

  • [@mantine/core] Select: Fix caret displayed when the readonly input is clicked (#7476)
  • [@mantine/charts] Fix incorrect types of classNames prop of PieChart and DonutChart components (#7475)
  • [@mantine/charts] BubbleChart: Fix broken layout when label prop is used with React 19
  • [@mantine/form] Fix missing isJSONString export (#7508)
  • [@mantine/core] Fix MultiSelect and TagsInputs dropdowns still being opened on click when components were used inside disabled fieldset (#7528)
  • [@mantine/code-highlight] Fallback unsupported code to plaintext (#7497)
  • [@mantine/emotion] Improve "Go to definition" support for createStyles classes (#7526)

New Contributors

Full Changelog: mantinedev/mantine@7.17.0...7.17.1

7.17.0 🌶️

View changelog with demos on mantine.dev website

Last 7.x minor release

This is the last minor release in the 7.x series. The next release will be 8.0 with breaking changes and new features.

You are welcome to review the changelog/code and provide feedback and bug reports in Discord or GitHub discussions:

How to update your project dependencies to the new alpha version:

  • Open your package.json
  • Find all @mantine/ packages
  • Update version of all @mantine/ packages to 8.0.0-alpha.0
  • Install dependencies with your package manager, for example, yarn or npm install

Important notes:

  • 8.0 release is scheduled for May 5th. Until then you can influence the included breaking changes by proving feedback using Discord or GitHub discussions.
  • Currently most of planned breaking changes are implemented – it is not planned to introduce other significant breaking changes (unless new versions of recharts or tiptap are released before May 5th).
  • You can find the updated source code in 8.0 branch on GitHub
  • Since the changes to codebase are not that significant compared to previous major releases, it is not planned to deprecate 7.x version as soon as 8.0 is release. 7.17.x patches are planned to be released for some time – if you are not ready to migrate to 8.x, you will still be able to receive bug fixes for 7.x (no new features though).

Portal reuseTargetNode prop

Portal component now supports reuseTargetNode prop which allows to reuse the same target node for all instances.

... (truncated)

Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the mantine group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@mantine/core](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/core) | `7.15.1` | `7.17.1` |
| [@mantine/dates](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/dates) | `7.15.1` | `7.17.1` |
| [@mantine/hooks](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/hooks) | `7.15.1` | `7.17.1` |
| [@mantine/modals](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/modals) | `7.15.1` | `7.17.1` |
| [@mantine/notifications](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/notifications) | `7.15.1` | `7.17.1` |
| [@mantine/nprogress](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/nprogress) | `7.15.1` | `7.17.1` |



Updates `@mantine/core` from 7.15.1 to 7.17.1
- [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.17.1/packages/@mantine/core)

Updates `@mantine/dates` from 7.15.1 to 7.17.1
- [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.17.1/packages/@mantine/dates)

Updates `@mantine/hooks` from 7.15.1 to 7.17.1
- [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.17.1/packages/@mantine/hooks)

Updates `@mantine/modals` from 7.15.1 to 7.17.1
- [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.17.1/packages/@mantine/modals)

Updates `@mantine/notifications` from 7.15.1 to 7.17.1
- [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.17.1/packages/@mantine/notifications)

Updates `@mantine/nprogress` from 7.15.1 to 7.17.1
- [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.17.1/packages/@mantine/nprogress)

---
updated-dependencies:
- dependency-name: "@mantine/core"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: mantine
- dependency-name: "@mantine/dates"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: mantine
- dependency-name: "@mantine/hooks"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: mantine
- dependency-name: "@mantine/modals"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: mantine
- dependency-name: "@mantine/notifications"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: mantine
- dependency-name: "@mantine/nprogress"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: mantine
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 3, 2025
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants