Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 11, 2025

Bumps the minor group with 13 updates:

Package From To
@mantine/charts 8.2.2 8.2.4
@mantine/core 8.2.2 8.2.4
@mantine/hooks 8.2.2 8.2.4
@next/bundle-analyzer 15.4.5 15.4.6
next 15.4.5 15.4.6
recharts 3.1.0 3.1.2
@eslint/js 9.32.0 9.33.0
@types/node 24.2.0 24.2.1
@typescript-eslint/eslint-plugin 8.38.0 8.39.0
@typescript-eslint/parser 8.38.0 8.39.0
eslint 9.32.0 9.33.0
eslint-config-next 15.4.5 15.4.6
typescript 5.8.3 5.9.2

Updates @mantine/charts from 8.2.2 to 8.2.4

Release notes

Sourced from @​mantine/charts's releases.

8.2.4

What's Changed

  • [@mantine/dates] DateInput: Fix disabled and clearable props collision (#8098)
  • [@mantine/modals] Fix incorrect confirmProps and cancelProps types (#8099)
  • [@mantine/dates] TimePicker: Fix controlled incorrect controlled value updates handling (#8108)
  • [@mantine/core] NumberInput: Fix incorrect value sanitization in onBlur for max value clamping (#8114)
  • [@mantine/core] Fix MultiSelect and TagsInput pills not being centered (#8145)
  • [@mantine/core] Table: Fix 1px gap on thead with sticky + withTableBorder combination (#8109)
  • [@mantine/core] Fix caret being invisible in some inputs (#8149)
  • [@mantine/tiptap] Fix controls props being overridden by default props (#8148)
  • [@mantine/code-highlight] Fix aria-label not being set on the copy button (#8130)
  • [@mantine/code-highlight] Fix incorrect overscroll behavior

New Contributors

Full Changelog: mantinedev/mantine@8.2.3...8.2.4

8.2.3

What's Changed

  • [@mantine/dates] DatePickerInput: Fix incorrect handling of multiline values (#8116)
  • [@mantine/code-highlight] Fix gradient of expand button not being visible on mobile Safari
  • [@mantine/core] Combobox: Fix Combobox.Group not having aria-labelledby attribute
  • [@mantine/core] Switch: Fix tap highlight color not being disabled on touch devices
  • [@mantine/core] Remove transition with loader in ActionIcon and Button components if loading prop is not set to improve performance
  • [@mantine/core] Combobox: Fix unexpected closed dropdown position calculation reducing performance
  • [@mantine/charts] Fix tooltip not being aligned for some fonts
  • [@mantine/dates] DatePickerInput: Fix incorrect Styles API selectors
  • [@mantine/core] Table: Fix missing border when rowspan is set (#8137)
  • [@mantine/hooks] use-move: Fix error dsiplayed in console for touch devices (#8065)
  • [@mantine/dates] Fix incorrect props assigned to CalendarAriaLables props

New Contributors

Full Changelog: mantinedev/mantine@8.2.2...8.2.3

Commits
  • 6266536 [release] Version: 8.2.4
  • 18b4658 [release] Version: 8.2.3
  • 22d84dc [@​mantine/charts] Fix tooltip not being aligned for some fonts
  • See full diff in compare view

Updates @mantine/core from 8.2.2 to 8.2.4

Release notes

Sourced from @​mantine/core's releases.

8.2.4

What's Changed

  • [@mantine/dates] DateInput: Fix disabled and clearable props collision (#8098)
  • [@mantine/modals] Fix incorrect confirmProps and cancelProps types (#8099)
  • [@mantine/dates] TimePicker: Fix controlled incorrect controlled value updates handling (#8108)
  • [@mantine/core] NumberInput: Fix incorrect value sanitization in onBlur for max value clamping (#8114)
  • [@mantine/core] Fix MultiSelect and TagsInput pills not being centered (#8145)
  • [@mantine/core] Table: Fix 1px gap on thead with sticky + withTableBorder combination (#8109)
  • [@mantine/core] Fix caret being invisible in some inputs (#8149)
  • [@mantine/tiptap] Fix controls props being overridden by default props (#8148)
  • [@mantine/code-highlight] Fix aria-label not being set on the copy button (#8130)
  • [@mantine/code-highlight] Fix incorrect overscroll behavior

New Contributors

Full Changelog: mantinedev/mantine@8.2.3...8.2.4

8.2.3

What's Changed

  • [@mantine/dates] DatePickerInput: Fix incorrect handling of multiline values (#8116)
  • [@mantine/code-highlight] Fix gradient of expand button not being visible on mobile Safari
  • [@mantine/core] Combobox: Fix Combobox.Group not having aria-labelledby attribute
  • [@mantine/core] Switch: Fix tap highlight color not being disabled on touch devices
  • [@mantine/core] Remove transition with loader in ActionIcon and Button components if loading prop is not set to improve performance
  • [@mantine/core] Combobox: Fix unexpected closed dropdown position calculation reducing performance
  • [@mantine/charts] Fix tooltip not being aligned for some fonts
  • [@mantine/dates] DatePickerInput: Fix incorrect Styles API selectors
  • [@mantine/core] Table: Fix missing border when rowspan is set (#8137)
  • [@mantine/hooks] use-move: Fix error dsiplayed in console for touch devices (#8065)
  • [@mantine/dates] Fix incorrect props assigned to CalendarAriaLables props

New Contributors

Full Changelog: mantinedev/mantine@8.2.2...8.2.3

Commits
  • 6266536 [release] Version: 8.2.4
  • f56a6a0 [@​mantine/core] NumberInput: Fix incorrect value sanitization in onBlur for m...
  • 15736dc [@​mantine/core] Fix MultiSelect and TagsInput pills not being centered (#8145)
  • 4425f3b [@​mantine/core] Table: Fix 1px gap on thead with sticky + withTableBorder...
  • dfbc9ad [@​mantine/core] Fix caret being invisible in some inputs (#8149)
  • 18b4658 [release] Version: 8.2.3
  • c16374e [core] Fix failing tests, add script to update jest snapshots
  • 5a5e58d [core] Fix default css variables generator outputting stale values
  • 4bb471c [@​mantine/dates] DatePickerInput: Fix incorrect handling of multiline values ...
  • 839f5a9 [@​mantine/core] Combobox: Fix Combobox.Group not having aria-labelledby att...
  • Additional commits viewable in compare view

Updates @mantine/hooks from 8.2.2 to 8.2.4

Release notes

Sourced from @​mantine/hooks's releases.

8.2.4

What's Changed

  • [@mantine/dates] DateInput: Fix disabled and clearable props collision (#8098)
  • [@mantine/modals] Fix incorrect confirmProps and cancelProps types (#8099)
  • [@mantine/dates] TimePicker: Fix controlled incorrect controlled value updates handling (#8108)
  • [@mantine/core] NumberInput: Fix incorrect value sanitization in onBlur for max value clamping (#8114)
  • [@mantine/core] Fix MultiSelect and TagsInput pills not being centered (#8145)
  • [@mantine/core] Table: Fix 1px gap on thead with sticky + withTableBorder combination (#8109)
  • [@mantine/core] Fix caret being invisible in some inputs (#8149)
  • [@mantine/tiptap] Fix controls props being overridden by default props (#8148)
  • [@mantine/code-highlight] Fix aria-label not being set on the copy button (#8130)
  • [@mantine/code-highlight] Fix incorrect overscroll behavior

New Contributors

Full Changelog: mantinedev/mantine@8.2.3...8.2.4

8.2.3

What's Changed

  • [@mantine/dates] DatePickerInput: Fix incorrect handling of multiline values (#8116)
  • [@mantine/code-highlight] Fix gradient of expand button not being visible on mobile Safari
  • [@mantine/core] Combobox: Fix Combobox.Group not having aria-labelledby attribute
  • [@mantine/core] Switch: Fix tap highlight color not being disabled on touch devices
  • [@mantine/core] Remove transition with loader in ActionIcon and Button components if loading prop is not set to improve performance
  • [@mantine/core] Combobox: Fix unexpected closed dropdown position calculation reducing performance
  • [@mantine/charts] Fix tooltip not being aligned for some fonts
  • [@mantine/dates] DatePickerInput: Fix incorrect Styles API selectors
  • [@mantine/core] Table: Fix missing border when rowspan is set (#8137)
  • [@mantine/hooks] use-move: Fix error dsiplayed in console for touch devices (#8065)
  • [@mantine/dates] Fix incorrect props assigned to CalendarAriaLables props

New Contributors

Full Changelog: mantinedev/mantine@8.2.2...8.2.3

Commits
  • 6266536 [release] Version: 8.2.4
  • 18b4658 [release] Version: 8.2.3
  • ef768ef [@​mantine/hooks] use-move: Fix error dsiplayed in console for touch devices (...
  • See full diff in compare view

Updates @next/bundle-analyzer from 15.4.5 to 15.4.6

Release notes

Sourced from @​next/bundle-analyzer's releases.

v15.4.6

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • fix: _error page's req.url can be overwritten to dynamic param on minimal mode (#82347)
  • fix: add ?dpl to fonts in /_next/static/media (#82384)

Credits

Huge thanks to @​devjiwonchoi, @​ijjk, and @​styfle for helping!

Commits

Updates next from 15.4.5 to 15.4.6

Release notes

Sourced from next's releases.

v15.4.6

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • fix: _error page's req.url can be overwritten to dynamic param on minimal mode (#82347)
  • fix: add ?dpl to fonts in /_next/static/media (#82384)

Credits

Huge thanks to @​devjiwonchoi, @​ijjk, and @​styfle for helping!

Commits

Updates recharts from 3.1.0 to 3.1.2

Release notes

Sourced from recharts's releases.

v3.1.2

What's Changed

Fix

Full Changelog: recharts/recharts@v3.1.1...v3.1.2

v3.1.1

What's Changed

Fix

Chore / Testing

  • good progress on our journey to enable strictNullChecks
  • addition of playwright visual regression tests to CI
  • split Animate into JavascriptAnimate and CSSTransitionAnimate by @​PavelVanecek in recharts/recharts#6175

New Contributors

Full Changelog: recharts/recharts@v3.1.0...v3.1.1

Commits
  • 079545c 3.1.2
  • c6c26b5 Label viewbox in polar charts (#6180)
  • 6c4acb7 Add CompositeAnimationManager to allow testing for multiple concurrent animat...
  • e56913d feat: implement LRU cache for string size measurements (#3955) (#6176)
  • cf64890 3.1.1
  • c4ec635 Split Animate into JavascriptAnimate and CSSTransitionAnimate (#6175)
  • e243a12 Add animation tests for Rectangle (#6174)
  • a1e07aa docs: convert class components to functional components (#6172)
  • 1f8d4cb fix: Exclude stacked axis domain when not relevant for axis (#6162)
  • fe28f2e chore(deps-dev): bump the storybook group with 8 updates (#6166)
  • Additional commits viewable in compare view

Updates @eslint/js from 9.32.0 to 9.33.0

Release notes

Sourced from @​eslint/js's releases.

v9.33.0

Features

  • e07820e feat: add global object access detection to no-restricted-globals (#19939) (sethamus)
  • 90b050e feat: support explicit resource management in one-var (#19941) (Sweta Tanwar)

Bug Fixes

  • 732433c fix: allow any type for meta.docs.recommended in custom rules (#19995) (Francesco Trotta)
  • e8a6914 fix: Fixed potential bug in check-emfile-handling.js (#19975) (諏訪原慶斗)

Documentation

  • 34f0723 docs: playground button for TypeScript code example (#19671) (Tanuj Kanti)
  • dc942a4 docs: Update README (GitHub Actions Bot)
  • 5a4b6f7 docs: Update no-multi-assign.md (#19979) (Yuki Takada (Yukinosuke Takada))
  • 247e156 docs: add missing let declarations in no-plusplus (#19980) (Yuki Takada (Yukinosuke Takada))
  • 0d17242 docs: Update README (GitHub Actions Bot)
  • fa20b9d docs: Clarify when to open an issue for a PR (#19974) (Nicholas C. Zakas)

Build Related

  • 27fa865 build: use ESLint class to generate formatter examples (#19972) (Milos Djermanovic)

Chores

  • 4258046 chore: update dependency @​eslint/js to v9.33.0 (#19998) (renovate[bot])
  • ad28371 chore: package.json update for @​eslint/js release (Jenkins)
  • 06a22f1 test: resolve flakiness in --mcp flag test (#19993) (Pixel998)
  • 54920ed test: switch to Linter.Config in ESLintRules type tests (#19977) (Francesco Trotta)
Changelog

Sourced from @​eslint/js's changelog.

v9.33.0 - August 8, 2025

  • 4258046 chore: update dependency @​eslint/js to v9.33.0 (#19998) (renovate[bot])
  • ad28371 chore: package.json update for @​eslint/js release (Jenkins)
  • 06a22f1 test: resolve flakiness in --mcp flag test (#19993) (Pixel998)
  • 732433c fix: allow any type for meta.docs.recommended in custom rules (#19995) (Francesco Trotta)
  • 34f0723 docs: playground button for TypeScript code example (#19671) (Tanuj Kanti)
  • dc942a4 docs: Update README (GitHub Actions Bot)
  • 5a4b6f7 docs: Update no-multi-assign.md (#19979) (Yuki Takada (Yukinosuke Takada))
  • 247e156 docs: add missing let declarations in no-plusplus (#19980) (Yuki Takada (Yukinosuke Takada))
  • 0d17242 docs: Update README (GitHub Actions Bot)
  • e07820e feat: add global object access detection to no-restricted-globals (#19939) (sethamus)
  • fa20b9d docs: Clarify when to open an issue for a PR (#19974) (Nicholas C. Zakas)
  • 54920ed test: switch to Linter.Config in ESLintRules type tests (#19977) (Francesco Trotta)
  • e8a6914 fix: Fixed potential bug in check-emfile-handling.js (#19975) (諏訪原慶斗)
  • 90b050e feat: support explicit resource management in one-var (#19941) (Sweta Tanwar)
  • 27fa865 build: use ESLint class to generate formatter examples (#19972) (Milos Djermanovic)
Commits

Updates @types/node from 24.2.0 to 24.2.1

Commits

Updates @typescript-eslint/eslint-plugin from 8.38.0 to 8.39.0

Release notes

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

v8.39.0

8.39.0 (2025-08-04)

🚀 Features

  • update to TypeScript 5.9.2 (#11445)
  • eslint-plugin: [naming-convention] add enumMember PascalCase default option (#11127)
  • eslint-plugin: add no-unnecessary-type-conversion to strict-type-checked ruleset (#11427)
  • eslint-plugin: [only-throw-error] support yield/await expressions (#11417)

🩹 Fixes

  • eslint-plugin: [prefer-optional-chain] ignore check option for most RHS of a chain (#11272)
  • eslint-plugin: [no-unsafe-assignment] add an unsafeObjectPattern message (#11403)

❤️ Thank You

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

Changelog

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

8.39.0 (2025-08-04)

🚀 Features

  • eslint-plugin: [only-throw-error] support yield/await expressions (#11417)
  • eslint-plugin: add no-unnecessary-type-conversion to strict-type-checked ruleset (#11427)
  • update to TypeScript 5.9.2 (#11445)
  • eslint-plugin: [naming-convention] add enumMember PascalCase default option (#11127)

🩹 Fixes

  • eslint-plugin: [no-unsafe-assignment] add an unsafeObjectPattern message (#11403)
  • eslint-plugin: [prefer-optional-chain] ignore check option for most RHS of a chain (#11272)

❤️ Thank You

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

Commits
  • c98d513 chore(release): publish 8.39.0
  • a8def4b fix(eslint-plugin): [no-unsafe-assignment] add an unsafeObjectPattern messa...
  • 422e3e2 feat(eslint-plugin): [only-throw-error] support yield/await expressions (#11417)
  • e901ad8 fix(eslint-plugin): revert #11127 (#11447)
  • 8dc8340 feat(eslint-plugin): add no-unnecessary-type-conversion to strict-type-checke...
  • 2112d58 feat: update to TypeScript 5.9.2 (#11445)
  • b872e2b feat(eslint-plugin): [naming-convention] add enumMember PascalCase default op...
  • 757f9ee fix(eslint-plugin): [prefer-optional-chain] ignore check option for most RH...
  • 5b24864 chore: fix dangling reference to generate:configs in comments (#11431)
  • See full diff in compare view

Updates @typescript-eslint/parser from 8.38.0 to 8.39.0

Release notes

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

v8.39.0

8.39.0 (2025-08-04)

🚀 Features

  • update to TypeScript 5.9.2 (#11445)
  • eslint-plugin: [naming-convention] add enumMember PascalCase default option (#11127)
  • eslint-plugin: add no-unnecessary-type-conversion to strict-type-checked ruleset (#11427)
  • eslint-plugin: [only-throw-error] support yield/await expressions (#11417)

🩹 Fixes

  • eslint-plugin: [prefer-optional-chain] ignore check option for most RHS of a chain (#11272)
  • eslint-plugin: [no-unsafe-assignment] add an unsafeObjectPattern message (#11403)

❤️ Thank You

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

Changelog

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

8.39.0 (2025-08-04)

🚀 Features

  • update to TypeScript 5.9.2 (#11445)

❤️ Thank You

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

Commits

Updates eslint from 9.32.0 to 9.33.0

Release notes

Sourced from eslint's releases.

v9.33.0

Features

  • e07820e feat: add global object access detection to no-restricted-globals (#19939) (sethamus)
  • 90b050e feat: support explicit resource management in one-var (#19941) (Sweta Tanwar)

Bug Fixes

  • 732433c fix: allow any type for meta.docs.recommended in custom rules (#19995) (Francesco Trotta)
  • e8a6914 fix: Fixed potential bug in check-emfile-handling.js (#19975) (諏訪原慶斗)

Documentation

  • 34f0723 docs: playground button for TypeScript code example (#19671) (Tanuj Kanti)
  • dc942a4 docs: Update README (GitHub Actions Bot)
  • 5a4b6f7 docs: Update no-multi-assign.md (#19979) (Yuki Takada (Yukinosuke Takada))
  • 247e156 docs: add missing let declarations in no-plusplus (#19980) (Yuki Takada (Yukinosuke Takada))
  • 0d17242 docs: Update README (GitHub Actions Bot)
  • fa20b9d docs: Clarify when to open an issue for a PR (#19974) (Nicholas C. Zakas)

Build Related

  • 27fa865 build: use ESLint class to generate formatter examples (#19972) (Milos Djermanovic)

Chores

  • 4258046 chore: update dependency @​eslint/js to v9.33.0 (#19998) (renovate[bot])
  • ad28371 chore: package.json update for @​eslint/js release (Jenkins)
  • 06a22f1 test: resolve flakiness in --mcp flag test (#19993) (Pixel998)
  • 54920ed test: switch to Linter.Config in ESLintRules type tests (#19977) (Francesco Trotta)
Changelog

Sourced from eslint's changelog.

v9.33.0 - August 8, 2025

  • 4258046 chore: update dependency @​eslint/js to v9.33.0 (#19998) (renovate[bot])
  • ad28371 chore: package.json update for @​eslint/js release (Jenkins)
  • 06a22f1 test: resolve flakiness in --mcp flag test (#19993) (Pixel998)
  • 732433c fix: allow any type for meta.docs.recommended in custom rules (#19995) (Francesco Trotta)
  • 34f0723 docs: playground button for TypeScript code example (#19671) (Tanuj Kanti)
  • dc942a4 docs: Update README (GitHub Actions Bot)
  • 5a4b6f7 docs: Update no-multi-assign.md (#19979) (Yuki Takada (Yukinosuke Takada))
  • 247e156 docs: add missing let declarations in no-plusplus (#19980) (Yuki Takada (Yukinosuke Takada))
  • 0d17242 docs: Update README (GitHub Actions Bot)
  • e07820e feat: add global object access detection to no-restricted-globals (#19939) (sethamus)
  • fa20b9d docs: Clarify when to open an issue for a PR (#19974) (Nicholas C. Zakas)
  • 54920ed test: switch to Linter.Config in ESLintRules type tests (#19977) (Francesco Trotta)
  • e8a6914 fix: Fixed potential bug in check-emfile-handling.js (#19975) (諏訪原慶斗)
  • 90b050e feat: support explicit resource management in one-var (#19941) (Sweta Tanwar)
  • 27fa865 build: use ESLint class to generate formatter examples (#19972) (Milos Djermanovic)
Commits

Updates eslint-config-next from 15.4.5 to 15.4.6

Release notes

Sourced from eslint-config-next's releases.

v15.4.6

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • fix: _error page's req.url can be overwritten to dynamic param on minimal mode (#82347)
  • fix: add ?dpl to fonts in /_next/static/media (#82384)

Credits

Huge thanks to @​devjiwonchoi, @​ijjk, and @​styfle for helping!

Commits

Updates typescript from 5.8.3 to 5.9.2

Release notes

Sourced from typescript's releases.

TypeScript 5.9

For release notes, check out the

Bumps the minor group with 13 updates:

| Package | From | To |
| --- | --- | --- |
| [@mantine/charts](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/charts) | `8.2.2` | `8.2.4` |
| [@mantine/core](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/core) | `8.2.2` | `8.2.4` |
| [@mantine/hooks](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/hooks) | `8.2.2` | `8.2.4` |
| [@next/bundle-analyzer](https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer) | `15.4.5` | `15.4.6` |
| [next](https://github.com/vercel/next.js) | `15.4.5` | `15.4.6` |
| [recharts](https://github.com/recharts/recharts) | `3.1.0` | `3.1.2` |
| [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.32.0` | `9.33.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.2.0` | `24.2.1` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.38.0` | `8.39.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.38.0` | `8.39.0` |
| [eslint](https://github.com/eslint/eslint) | `9.32.0` | `9.33.0` |
| [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `15.4.5` | `15.4.6` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.8.3` | `5.9.2` |


Updates `@mantine/charts` from 8.2.2 to 8.2.4
- [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.2.4/packages/@mantine/charts)

Updates `@mantine/core` from 8.2.2 to 8.2.4
- [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.2.4/packages/@mantine/core)

Updates `@mantine/hooks` from 8.2.2 to 8.2.4
- [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.2.4/packages/@mantine/hooks)

Updates `@next/bundle-analyzer` from 15.4.5 to 15.4.6
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v15.4.6/packages/next-bundle-analyzer)

Updates `next` from 15.4.5 to 15.4.6
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v15.4.5...v15.4.6)

Updates `recharts` from 3.1.0 to 3.1.2
- [Release notes](https://github.com/recharts/recharts/releases)
- [Changelog](https://github.com/recharts/recharts/blob/main/CHANGELOG.md)
- [Commits](recharts/recharts@v3.1.0...v3.1.2)

Updates `@eslint/js` from 9.32.0 to 9.33.0
- [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.33.0/packages/js)

Updates `@types/node` from 24.2.0 to 24.2.1
- [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.38.0 to 8.39.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.39.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.38.0 to 8.39.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.39.0/packages/parser)

Updates `eslint` from 9.32.0 to 9.33.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.32.0...v9.33.0)

Updates `eslint-config-next` from 15.4.5 to 15.4.6
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v15.4.6/packages/eslint-config-next)

Updates `typescript` from 5.8.3 to 5.9.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml)
- [Commits](microsoft/TypeScript@v5.8.3...v5.9.2)

---
updated-dependencies:
- dependency-name: "@mantine/charts"
  dependency-version: 8.2.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@mantine/core"
  dependency-version: 8.2.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@mantine/hooks"
  dependency-version: 8.2.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@next/bundle-analyzer"
  dependency-version: 15.4.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: next
  dependency-version: 15.4.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: recharts
  dependency-version: 3.1.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@eslint/js"
  dependency-version: 9.33.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@types/node"
  dependency-version: 24.2.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.39.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.39.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: eslint
  dependency-version: 9.33.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: eslint-config-next
  dependency-version: 15.4.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: typescript
  dependency-version: 5.9.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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 Aug 11, 2025
@torokati44 torokati44 merged commit 4f6b587 into master Aug 11, 2025
1 check passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/minor-e5f379219e branch August 11, 2025 14:42
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