Skip to content

Bump the dev-dependencies group with 6 updates#1179

Merged
zoul merged 1 commit intomasterfrom
dependabot/npm_and_yarn/dev-dependencies-8f74931872
Jan 30, 2026
Merged

Bump the dev-dependencies group with 6 updates#1179
zoul merged 1 commit intomasterfrom
dependabot/npm_and_yarn/dev-dependencies-8f74931872

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Jan 26, 2026

Bumps the dev-dependencies group with 6 updates:

Package From To
@mui/x-charts 8.24.0 8.25.0
@vercel/functions 3.3.5 3.3.6
@types/node 25.0.6 25.0.9
@typescript-eslint/eslint-plugin 8.52.0 8.53.0
eslint-config-next 16.1.1 16.1.3
prettier 3.7.4 3.8.0

Updates @mui/x-charts from 8.24.0 to 8.25.0

Release notes

Sourced from @​mui/x-charts's releases.

v8.25.0

We'd like to extend a big thank you to the 8 contributors who made this release possible. Here are some highlights ✨:

  • 📊 The Chart legend now has an option that enables click to toggle visibility of series.

    Image

  • 🐞 Bugfixes

  • 📚 Documentation improvements

The following team members contributed to this release: @​alexfauquette, @​arminmeh, @​bernardobelchior, @​cherniavskii, @​JCQuintas, @​mapache-salvaje, @​rita-codes, @​Janpot

Data Grid

@mui/x-data-grid@8.25.0

Internal changes.

@mui/x-data-grid-pro@8.25.0 pro

Same changes as in @mui/x-data-grid@8.25.0.

@mui/x-data-grid-premium@8.25.0 premium

Same changes as in @mui/x-data-grid-pro@8.25.0.

Date and Time Pickers

@mui/x-date-pickers@8.25.0

Internal changes.

@mui/x-date-pickers-pro@8.25.0 pro

Same changes as in @mui/x-date-pickers@8.25.0.

Charts

@mui/x-charts@8.25.0

... (truncated)

Changelog

Sourced from @​mui/x-charts's changelog.

8.25.0

Jan 14, 2026

We'd like to extend a big thank you to the 8 contributors who made this release possible. Here are some highlights ✨:

  • 📊 The Chart legend now has an option that enables click to toggle visibility of series.

    Image

  • 🐞 Bugfixes

  • 📚 Documentation improvements

The following team members contributed to this release: @​alexfauquette, @​arminmeh, @​bernardobelchior, @​cherniavskii, @​JCQuintas, @​mapache-salvaje, @​rita-codes, @​Janpot

Data Grid

@mui/x-data-grid@8.25.0

Internal changes.

@mui/x-data-grid-pro@8.25.0 pro

Same changes as in @mui/x-data-grid@8.25.0.

@mui/x-data-grid-premium@8.25.0 premium

Same changes as in @mui/x-data-grid-pro@8.25.0.

Date and Time Pickers

@mui/x-date-pickers@8.25.0

Internal changes.

@mui/x-date-pickers-pro@8.25.0 pro

Same changes as in @mui/x-date-pickers@8.25.0.

Charts

@mui/x-charts@8.25.0

... (truncated)

Commits
  • e450e32 [release] v8.25.0 (#20917)
  • f429817 [charts-pro] Fix crash when two same-direction axes have a zoom preview (#20916)
  • 4475c5b [charts] Fix tooltip position for stacked line series (#20901)
  • 9bf9320 [charts] Enable keyboard navigation in radar chart (#20765)
  • a3b901d [charts] Add initialHiddenItems prop to set initial state (#20894)
  • 11e4130 [charts] Fix test inconsistency in charts (#20907)
  • a926990 [code-infra] Fix material-ui/disallow-react-api-in-server-components (#20909)
  • 8571f67 [charts-pro] Add keyboard navigation to sankey (#20777)
  • d1ccc97 [charts-pro] Add keyboard navigation to funnel (#20766)
  • 699784f [charts-pro] Add keyboard navigation to heatmap (#20786)
  • Additional commits viewable in compare view

Updates @vercel/functions from 3.3.5 to 3.3.6

Release notes

Sourced from @​vercel/functions's releases.

@​vercel/h3@​0.1.35

Patch Changes

  • Updated dependencies []:
    • @​vercel/node@​5.5.27

@​vercel/h3@​0.1.34

Patch Changes

  • Updated dependencies []:
    • @​vercel/node@​5.5.26

@​vercel/h3@​0.1.33

Patch Changes

  • Updated dependencies []:
    • @​vercel/node@​5.5.25

@​vercel/h3@​0.1.32

Patch Changes

  • Updated dependencies []:
    • @​vercel/node@​5.5.24

@​vercel/h3@​0.1.31

Patch Changes

  • Updated dependencies []:
    • @​vercel/node@​5.5.23
Changelog

Sourced from @​vercel/functions's changelog.

3.3.6

Patch Changes

  • Fix TimeoutNegativeWarning in Node.js v24 when process runs longer than 15 minutes by ensuring minimum wait time of 100ms (#14491)
Commits

Updates @types/node from 25.0.6 to 25.0.9

Commits

Updates @typescript-eslint/eslint-plugin from 8.52.0 to 8.53.0

Release notes

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

v8.53.0

8.53.0 (2026-01-12)

🚀 Features

  • eslint-plugin: [no-unused-vars] add a fixer to remove unused imports (#11922)
  • eslint-plugin: add rule [strict-void-return] (#9707)
  • project-service: allow passing Partial<ts.server.ServerHost> to project service (#11932)

🩹 Fixes

  • eslint-plugin: replace unclear "error typed" with more helpful description (#11704)
  • eslint-plugin: [no-useless-default-assignment] fix false positive for parameters corresponding to a rest parameter (#11916)
  • typescript-estree: forbid type-only import with both default and named specifiers (#11930)
  • typescript-estree: fix syntax check for using declaration (#11910)
  • typescript-estree: forbid invalid class implements (#11934)
  • typescript-estree: forbid invalid "import equals" declaration (#11936)
  • typescript-estree: forbid invalid extends and implements in interface declaration (#11935)

❤️ Thank You

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

Changelog

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

8.53.0 (2026-01-12)

🚀 Features

  • eslint-plugin: add rule [strict-void-return] (#9707)
  • eslint-plugin: [no-unused-vars] add a fixer to remove unused imports (#11922)

🩹 Fixes

  • eslint-plugin: [no-useless-default-assignment] fix false positive for parameters corresponding to a rest parameter (#11916)
  • eslint-plugin: replace unclear "error typed" with more helpful description (#11704)
  • typescript-estree: forbid invalid extends and implements in interface declaration (#11935)
  • typescript-estree: forbid invalid class implements (#11934)
  • typescript-estree: forbid type-only import with both default and named specifiers (#11930)

❤️ Thank You

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

Commits
  • 3021ede chore(release): publish 8.53.0
  • 722ab62 fix(eslint-plugin): [no-useless-default-assignment] fix false positive for pa...
  • 92fcf3e feat(eslint-plugin): add rule [strict-void-return] (#9707)
  • 3fb0381 docs(eslint-plugin): [no-useless-default-assignment] fix misformatted link (#...
  • 62ee26e feat(eslint-plugin): [no-unused-vars] add a fixer to remove unused imports (#...
  • c4d5a56 fix(eslint-plugin): replace unclear "error typed" with more helpful descrip...
  • 3ac7735 fix(typescript-estree): forbid invalid extends and implements in interfac...
  • a8b924b fix(typescript-estree): forbid invalid class implements (#11934)
  • a98ec1f fix(typescript-estree): forbid type-only import with both default and named s...
  • See full diff in compare view

Updates eslint-config-next from 16.1.1 to 16.1.3

Release notes

Sourced from eslint-config-next's releases.

v16.1.3

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

Core Changes

  • Fix linked list bug in LRU deleteFromLru (#88652)
  • Fix relative same host redirects in node middleware (#88253)

Credits

Huge thanks to @​acdlite and @​ijjk for helping!

v16.1.2

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

Core Changes

  • Turbopack: Update to swc_core v50.2.3 (#87841) (#88296)
    • Fixes a crash when processing mdx files with multibyte characters. (#87713)
  • Turbopack: mimalloc upgrade and enabling it on musl (#88503) (#87815) (#88426)
    • Fixes a significant performance issue on musl-based Linux distributions (e.g. Alpine in Docker) related to musl's allocator.
    • Other platforms have always used mimalloc, but we previously did not use mimalloc on musl because of compilation issues that have since been resolved.

Credits

Huge thanks to @​mischnic for helping!

Commits

Updates prettier from 3.7.4 to 3.8.0

Release notes

Sourced from prettier's releases.

3.8.0

  • Support Angular v21.1

diff

🔗 Release note "Prettier 3.8: Support for Angular v21.1"

Changelog

Sourced from prettier's changelog.

3.8.0

diff

🔗 Release Notes

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 dev-dependencies group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [@mui/x-charts](https://github.com/mui/mui-x/tree/HEAD/packages/x-charts) | `8.24.0` | `8.25.0` |
| [@vercel/functions](https://github.com/vercel/vercel/tree/HEAD/packages/functions) | `3.3.5` | `3.3.6` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.0.6` | `25.0.9` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.52.0` | `8.53.0` |
| [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `16.1.1` | `16.1.3` |
| [prettier](https://github.com/prettier/prettier) | `3.7.4` | `3.8.0` |


Updates `@mui/x-charts` from 8.24.0 to 8.25.0
- [Release notes](https://github.com/mui/mui-x/releases)
- [Changelog](https://github.com/mui/mui-x/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mui/mui-x/commits/v8.25.0/packages/x-charts)

Updates `@vercel/functions` from 3.3.5 to 3.3.6
- [Release notes](https://github.com/vercel/vercel/releases)
- [Changelog](https://github.com/vercel/vercel/blob/main/packages/functions/CHANGELOG.md)
- [Commits](https://github.com/vercel/vercel/commits/@vercel/functions@3.3.6/packages/functions)

Updates `@types/node` from 25.0.6 to 25.0.9
- [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.52.0 to 8.53.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.53.0/packages/eslint-plugin)

Updates `eslint-config-next` from 16.1.1 to 16.1.3
- [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/v16.1.3/packages/eslint-config-next)

Updates `prettier` from 3.7.4 to 3.8.0
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.7.4...3.8.0)

---
updated-dependencies:
- dependency-name: "@mui/x-charts"
  dependency-version: 8.25.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@vercel/functions"
  dependency-version: 3.3.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@types/node"
  dependency-version: 25.0.9
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.53.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: eslint-config-next
  dependency-version: 16.1.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: prettier
  dependency-version: 3.8.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Aktualizace závislostí javascript Pull requests that update javascript code labels Jan 26, 2026
@zoul zoul merged commit 81a0729 into master Jan 30, 2026
4 of 5 checks passed
@zoul zoul deleted the dependabot/npm_and_yarn/dev-dependencies-8f74931872 branch January 30, 2026 09:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Aktualizace závislostí javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant