Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the npm-production group in /web with 5 updates:

Package From To
@mantine/code-highlight 7.17.3 7.17.5
@mantine/core 7.17.3 7.17.5
@mantine/hooks 7.17.3 7.17.5
@mantine/notifications 7.17.3 7.17.5
react-router-dom 7.5.2 7.5.3

Updates @mantine/code-highlight from 7.17.3 to 7.17.5

Release notes

Sourced from @​mantine/code-highlight's releases.

7.17.5

What's Changed

  • [@mantine/form] Add form.getInitialValues handler
  • [@mantine/core] RangeSlider: Fix first thumb not being focused when the component root is clicked (#7731)
  • [@mantine/core] PillsInput: Remove lefover multiline prop types (#7727)
  • [@mantine/charts] CompositeChart: Fix type="stacked" being confused with BarChart behavior
  • [@mantine/core] Notification: Allow changing role attribute on the root element (#7682)
  • [@mantine/hooks] use-idle: Fix wheel event not being tracked (#7669)
  • [@mantine/core] Table: Add maxHeight prop support to Table.ScrollContainer (#7713)
  • [@mantine/core] Modal: Fix incorrect Escape key handling during IME composition (#7700)
  • [@mantine/form] Add defaultChecked to form.getInputProps return type (#7702)
  • [@mantine/hooks] use-hotkeys: Update matching logic to include both physical and layout keys (#7708)
  • [@mantine/dates] Fix day.js isSame function not working correctly for non-Gregorian calendars (#7712)
  • [@mantine.core] SegmentedControl: Fix animation not working with controlled value (#7721)

New Contributors

Full Changelog: mantinedev/mantine@7.17.4...7.17.5

7.17.4

What's Changed

  • [@mantine/hooks] use-orientation: Add option to customize initial values (#7657)
  • [@mantine/core] Fix selectFirstOptionOnChange not working correctly (#7583)
  • [@mantine/core] Fix error thrown when Textarea was used on cloudflare workers (#7637)
  • [@mantine/core] Allow spacing, radius and font-size types augmentation (#7644)
  • [@mantine/core] ScrollArea: Fix scrollbars being invisible when offsetScrollbars='present' is not set (#7647)
  • [@mantine/core] TypographyStylesProvider: Fix headings font-family not matching the value defined on the theme (#7651)
  • [@mantine/core] Paper: Add CSS variable for border-color for easier overrides (#7654)
  • [@mantine/core] Table: Fix stickyHeader prop affecting border rendering (#7658)
  • [@mantine/core] Slider: Fix onChangeEnd using stale external state (#7660)

New Contributors

Full Changelog: mantinedev/mantine@7.17.3...7.17.4

Commits

Updates @mantine/core from 7.17.3 to 7.17.5

Release notes

Sourced from @​mantine/core's releases.

7.17.5

What's Changed

  • [@mantine/form] Add form.getInitialValues handler
  • [@mantine/core] RangeSlider: Fix first thumb not being focused when the component root is clicked (#7731)
  • [@mantine/core] PillsInput: Remove lefover multiline prop types (#7727)
  • [@mantine/charts] CompositeChart: Fix type="stacked" being confused with BarChart behavior
  • [@mantine/core] Notification: Allow changing role attribute on the root element (#7682)
  • [@mantine/hooks] use-idle: Fix wheel event not being tracked (#7669)
  • [@mantine/core] Table: Add maxHeight prop support to Table.ScrollContainer (#7713)
  • [@mantine/core] Modal: Fix incorrect Escape key handling during IME composition (#7700)
  • [@mantine/form] Add defaultChecked to form.getInputProps return type (#7702)
  • [@mantine/hooks] use-hotkeys: Update matching logic to include both physical and layout keys (#7708)
  • [@mantine/dates] Fix day.js isSame function not working correctly for non-Gregorian calendars (#7712)
  • [@mantine.core] SegmentedControl: Fix animation not working with controlled value (#7721)

New Contributors

Full Changelog: mantinedev/mantine@7.17.4...7.17.5

7.17.4

What's Changed

  • [@mantine/hooks] use-orientation: Add option to customize initial values (#7657)
  • [@mantine/core] Fix selectFirstOptionOnChange not working correctly (#7583)
  • [@mantine/core] Fix error thrown when Textarea was used on cloudflare workers (#7637)
  • [@mantine/core] Allow spacing, radius and font-size types augmentation (#7644)
  • [@mantine/core] ScrollArea: Fix scrollbars being invisible when offsetScrollbars='present' is not set (#7647)
  • [@mantine/core] TypographyStylesProvider: Fix headings font-family not matching the value defined on the theme (#7651)
  • [@mantine/core] Paper: Add CSS variable for border-color for easier overrides (#7654)
  • [@mantine/core] Table: Fix stickyHeader prop affecting border rendering (#7658)
  • [@mantine/core] Slider: Fix onChangeEnd using stale external state (#7660)

New Contributors

Full Changelog: mantinedev/mantine@7.17.3...7.17.4

Commits
  • a3b5452 [release] Version: 7.17.5
  • c6be259 [@​mantine/core] RangeSlider: Fix first thumb not being focused when the compo...
  • 1d1941b [@​mantine/core] PillsInput: Remove lefover multiline prop types (#7727)
  • 0eb7803 [@​mantine/core] Notification: Allow changing role attribute on the root eleme...
  • bdc8f45 [@​mantine/core] Table: Add maxHeight prop support to `Table.ScrollContainer...
  • 552bb6a [@​mantine/core] Modal: Fix incorrect Escape key handling during IME compositi...
  • 0163604 [@​mantine.core] SegmentedControl: Fix animation not working with controlled v...
  • 87639c2 [release] Version: 7.17.4
  • 58a9b2b [@​mantine/core] Fix selectFirstOptionOnChange not working correctly (#7583)
  • f96f9c3 [mantine.dev] Fix incorrect default z-index of AppShell displayed in the docu...
  • Additional commits viewable in compare view

Updates @mantine/hooks from 7.17.3 to 7.17.5

Release notes

Sourced from @​mantine/hooks's releases.

7.17.5

What's Changed

  • [@mantine/form] Add form.getInitialValues handler
  • [@mantine/core] RangeSlider: Fix first thumb not being focused when the component root is clicked (#7731)
  • [@mantine/core] PillsInput: Remove lefover multiline prop types (#7727)
  • [@mantine/charts] CompositeChart: Fix type="stacked" being confused with BarChart behavior
  • [@mantine/core] Notification: Allow changing role attribute on the root element (#7682)
  • [@mantine/hooks] use-idle: Fix wheel event not being tracked (#7669)
  • [@mantine/core] Table: Add maxHeight prop support to Table.ScrollContainer (#7713)
  • [@mantine/core] Modal: Fix incorrect Escape key handling during IME composition (#7700)
  • [@mantine/form] Add defaultChecked to form.getInputProps return type (#7702)
  • [@mantine/hooks] use-hotkeys: Update matching logic to include both physical and layout keys (#7708)
  • [@mantine/dates] Fix day.js isSame function not working correctly for non-Gregorian calendars (#7712)
  • [@mantine.core] SegmentedControl: Fix animation not working with controlled value (#7721)

New Contributors

Full Changelog: mantinedev/mantine@7.17.4...7.17.5

7.17.4

What's Changed

  • [@mantine/hooks] use-orientation: Add option to customize initial values (#7657)
  • [@mantine/core] Fix selectFirstOptionOnChange not working correctly (#7583)
  • [@mantine/core] Fix error thrown when Textarea was used on cloudflare workers (#7637)
  • [@mantine/core] Allow spacing, radius and font-size types augmentation (#7644)
  • [@mantine/core] ScrollArea: Fix scrollbars being invisible when offsetScrollbars='present' is not set (#7647)
  • [@mantine/core] TypographyStylesProvider: Fix headings font-family not matching the value defined on the theme (#7651)
  • [@mantine/core] Paper: Add CSS variable for border-color for easier overrides (#7654)
  • [@mantine/core] Table: Fix stickyHeader prop affecting border rendering (#7658)
  • [@mantine/core] Slider: Fix onChangeEnd using stale external state (#7660)

New Contributors

Full Changelog: mantinedev/mantine@7.17.3...7.17.4

Commits
  • a3b5452 [release] Version: 7.17.5
  • 51ce875 [@​mantine/hooks] use-idle: Fix wheel event not being tracked (#7669)
  • 7dd5c78 [@​mantine/hooks] use-hotkeys: Update matching logic to include both physical ...
  • 87639c2 [release] Version: 7.17.4
  • 7fc1556 [@​mantine/hooks] use-orientation: Add option to customize initial values (#7657)
  • ebc108b Revert "[@​mantine/hooks] use-hotkeys: Fix diacritic symbols on French keyboar...
  • afb7e13 [refactor] Fix failing tests
  • d8d8fc5 [@​mantine/hooks] use-hotkeys: Fix diacritic symbols on French keyboard not be...
  • See full diff in compare view

Updates @mantine/notifications from 7.17.3 to 7.17.5

Release notes

Sourced from @​mantine/notifications's releases.

7.17.5

What's Changed

  • [@mantine/form] Add form.getInitialValues handler
  • [@mantine/core] RangeSlider: Fix first thumb not being focused when the component root is clicked (#7731)
  • [@mantine/core] PillsInput: Remove lefover multiline prop types (#7727)
  • [@mantine/charts] CompositeChart: Fix type="stacked" being confused with BarChart behavior
  • [@mantine/core] Notification: Allow changing role attribute on the root element (#7682)
  • [@mantine/hooks] use-idle: Fix wheel event not being tracked (#7669)
  • [@mantine/core] Table: Add maxHeight prop support to Table.ScrollContainer (#7713)
  • [@mantine/core] Modal: Fix incorrect Escape key handling during IME composition (#7700)
  • [@mantine/form] Add defaultChecked to form.getInputProps return type (#7702)
  • [@mantine/hooks] use-hotkeys: Update matching logic to include both physical and layout keys (#7708)
  • [@mantine/dates] Fix day.js isSame function not working correctly for non-Gregorian calendars (#7712)
  • [@mantine.core] SegmentedControl: Fix animation not working with controlled value (#7721)

New Contributors

Full Changelog: mantinedev/mantine@7.17.4...7.17.5

7.17.4

What's Changed

  • [@mantine/hooks] use-orientation: Add option to customize initial values (#7657)
  • [@mantine/core] Fix selectFirstOptionOnChange not working correctly (#7583)
  • [@mantine/core] Fix error thrown when Textarea was used on cloudflare workers (#7637)
  • [@mantine/core] Allow spacing, radius and font-size types augmentation (#7644)
  • [@mantine/core] ScrollArea: Fix scrollbars being invisible when offsetScrollbars='present' is not set (#7647)
  • [@mantine/core] TypographyStylesProvider: Fix headings font-family not matching the value defined on the theme (#7651)
  • [@mantine/core] Paper: Add CSS variable for border-color for easier overrides (#7654)
  • [@mantine/core] Table: Fix stickyHeader prop affecting border rendering (#7658)
  • [@mantine/core] Slider: Fix onChangeEnd using stale external state (#7660)

New Contributors

Full Changelog: mantinedev/mantine@7.17.3...7.17.4

Commits

Updates react-router-dom from 7.5.2 to 7.5.3

Release notes

Sourced from react-router-dom's releases.

react-router-dom-v5-compat@6.4.0-pre.15

Patch Changes

  • Updated dependencies
    • react-router@6.4.0-pre.15
    • react-router-dom@6.4.0-pre.15

react-router-dom-v5-compat@6.4.0-pre.11

Patch Changes

  • Updated dependencies
    • react-router@6.4.0-pre.11
    • react-router-dom@6.4.0-pre.11

react-router-dom-v5-compat@6.4.0-pre.10

Patch Changes

  • Updated dependencies
    • react-router@6.4.0-pre.10
    • react-router-dom@6.4.0-pre.10

react-router-dom-v5-compat@6.4.0-pre.9

Patch Changes

  • Updated dependencies
    • react-router@6.4.0-pre.9
    • react-router-dom@6.4.0-pre.9

react-router-dom-v5-compat@6.4.0-pre.8

Patch Changes

  • Updated dependencies
    • react-router@6.4.0-pre.8
    • react-router-dom@6.4.0-pre.8
Changelog

Sourced from react-router-dom's changelog.

7.5.3

Patch Changes

  • Updated dependencies:
    • react-router@7.5.3
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 npm-production group in /web with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@mantine/code-highlight](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/code-highlight) | `7.17.3` | `7.17.5` |
| [@mantine/core](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/core) | `7.17.3` | `7.17.5` |
| [@mantine/hooks](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/hooks) | `7.17.3` | `7.17.5` |
| [@mantine/notifications](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/notifications) | `7.17.3` | `7.17.5` |
| [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) | `7.5.2` | `7.5.3` |


Updates `@mantine/code-highlight` from 7.17.3 to 7.17.5
- [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.5/packages/@mantine/code-highlight)

Updates `@mantine/core` from 7.17.3 to 7.17.5
- [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.5/packages/@mantine/core)

Updates `@mantine/hooks` from 7.17.3 to 7.17.5
- [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.5/packages/@mantine/hooks)

Updates `@mantine/notifications` from 7.17.3 to 7.17.5
- [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.5/packages/@mantine/notifications)

Updates `react-router-dom` from 7.5.2 to 7.5.3
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md)
- [Commits](https://github.com/remix-run/react-router/commits/react-router-dom@7.5.3/packages/react-router-dom)

---
updated-dependencies:
- dependency-name: "@mantine/code-highlight"
  dependency-version: 7.17.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-production
- dependency-name: "@mantine/core"
  dependency-version: 7.17.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-production
- dependency-name: "@mantine/hooks"
  dependency-version: 7.17.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-production
- dependency-name: "@mantine/notifications"
  dependency-version: 7.17.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-production
- dependency-name: react-router-dom
  dependency-version: 7.5.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from tarampampam as a code owner May 1, 2025 07:31
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 1, 2025
@tarampampam
Copy link
Owner

@dependabot squash and merge

@dependabot dependabot bot merged commit adba9c9 into master May 1, 2025
18 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/web/npm-production-b6f0c98cdd branch May 1, 2025 14: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.

1 participant