Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 28, 2025

Bumps the minor group with 8 updates:

Package From To
@mantine/charts 7.17.4 7.17.5
@mantine/core 7.17.4 7.17.5
@mantine/hooks 7.17.4 7.17.5
@eslint/js 9.25.0 9.25.1
@types/node 22.14.1 22.15.3
@typescript-eslint/eslint-plugin 8.30.1 8.31.0
@typescript-eslint/parser 8.30.1 8.31.0
eslint 9.25.0 9.25.1

Updates @mantine/charts from 7.17.4 to 7.17.5

Release notes

Sourced from @​mantine/charts'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

Commits
  • a3b5452 [release] Version: 7.17.5
  • eed3938 [@​mantine/charts] CompositeChart: Fix type="stacked" being confused with Ba...
  • See full diff in compare view

Updates @mantine/core from 7.17.4 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

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...
  • See full diff in compare view

Updates @mantine/hooks from 7.17.4 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

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 ...
  • See full diff in compare view

Updates @eslint/js from 9.25.0 to 9.25.1

Release notes

Sourced from @​eslint/js's releases.

v9.25.1

Bug Fixes

  • cdc8e8c fix: revert directive detection in no-unused-expressions (#19639) (sethamus)

Chores

  • 1f2b057 chore: upgrade @​eslint/js@​9.25.1 (#19642) (Milos Djermanovic)
  • 771317f chore: package.json update for @​eslint/js release (Jenkins)
Changelog

Sourced from @​eslint/js's changelog.

v9.25.1 - April 21, 2025

  • 1f2b057 chore: upgrade @​eslint/js@​9.25.1 (#19642) (Milos Djermanovic)
  • 771317f chore: package.json update for @​eslint/js release (Jenkins)
  • cdc8e8c fix: revert directive detection in no-unused-expressions (#19639) (sethamus)
Commits

Updates @types/node from 22.14.1 to 22.15.3

Commits

Updates @typescript-eslint/eslint-plugin from 8.30.1 to 8.31.0

Release notes

Sourced from @​typescript-eslint/eslint-plugin's releases.

v8.31.0

8.31.0 (2025-04-21)

🚀 Features

  • eslint-plugin: [no-unnecessary-type-assertion] add option to ignore string const assertions (#10979)

🩹 Fixes

  • typescript-eslint: address bugs in config() around global ignores (#11065)
  • typescript-eslint: gracefully handle invalid flat config objects in config helper (#11070)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/eslint-plugin's changelog.

8.31.0 (2025-04-21)

🚀 Features

  • eslint-plugin: [no-unnecessary-type-assertion] add option to ignore string const assertions (#10979)

❤️ Thank You

  • Nicolas Le Cam

You can read about our versioning strategy and releases on our website.

Commits
  • 2cc7656 chore(release): publish 8.31.0
  • 80bd7a5 feat(eslint-plugin): [no-unnecessary-type-assertion] add option to ignore str...
  • 1a3ab0d chore(eslint-plugin): migrate to vitest (#10579)
  • See full diff in compare view

Updates @typescript-eslint/parser from 8.30.1 to 8.31.0

Release notes

Sourced from @​typescript-eslint/parser's releases.

v8.31.0

8.31.0 (2025-04-21)

🚀 Features

  • eslint-plugin: [no-unnecessary-type-assertion] add option to ignore string const assertions (#10979)

🩹 Fixes

  • typescript-eslint: address bugs in config() around global ignores (#11065)
  • typescript-eslint: gracefully handle invalid flat config objects in config helper (#11070)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/parser's changelog.

8.31.0 (2025-04-21)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

Commits

Updates eslint from 9.25.0 to 9.25.1

Release notes

Sourced from eslint's releases.

v9.25.1

Bug Fixes

  • cdc8e8c fix: revert directive detection in no-unused-expressions (#19639) (sethamus)

Chores

  • 1f2b057 chore: upgrade @​eslint/js@​9.25.1 (#19642) (Milos Djermanovic)
  • 771317f chore: package.json update for @​eslint/js release (Jenkins)
Changelog

Sourced from eslint's changelog.

v9.25.1 - April 21, 2025

  • 1f2b057 chore: upgrade @​eslint/js@​9.25.1 (#19642) (Milos Djermanovic)
  • 771317f chore: package.json update for @​eslint/js release (Jenkins)
  • cdc8e8c fix: revert directive detection in no-unused-expressions (#19639) (sethamus)
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 minor group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [@mantine/charts](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/charts) | `7.17.4` | `7.17.5` |
| [@mantine/core](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/core) | `7.17.4` | `7.17.5` |
| [@mantine/hooks](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/hooks) | `7.17.4` | `7.17.5` |
| [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.25.0` | `9.25.1` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.14.1` | `22.15.3` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.30.1` | `8.31.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.30.1` | `8.31.0` |
| [eslint](https://github.com/eslint/eslint) | `9.25.0` | `9.25.1` |


Updates `@mantine/charts` from 7.17.4 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/charts)

Updates `@mantine/core` from 7.17.4 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.4 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 `@eslint/js` from 9.25.0 to 9.25.1
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/commits/v9.25.1/packages/js)

Updates `@types/node` from 22.14.1 to 22.15.3
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@typescript-eslint/eslint-plugin` from 8.30.1 to 8.31.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.31.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.30.1 to 8.31.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.31.0/packages/parser)

Updates `eslint` from 9.25.0 to 9.25.1
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.25.0...v9.25.1)

---
updated-dependencies:
- dependency-name: "@mantine/charts"
  dependency-version: 7.17.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@mantine/core"
  dependency-version: 7.17.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@mantine/hooks"
  dependency-version: 7.17.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@eslint/js"
  dependency-version: 9.25.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@types/node"
  dependency-version: 22.15.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.31.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.31.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: eslint
  dependency-version: 9.25.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
...

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 Apr 28, 2025
@torokati44 torokati44 merged commit 2588c3f into master Apr 28, 2025
1 check passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/minor-9ec887b542 branch April 28, 2025 11:53
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