Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2026

Bumps the dev-dependencies group with 41 updates in the / directory:

Package From To
@babel/core 7.28.6 7.29.0
@mui/x-data-grid 8.25.0 8.26.0
@nx/eslint 22.2.2 22.4.4
@nx/eslint-plugin 22.2.2 22.4.4
@nx/jest 22.2.2 22.4.4
@nx/js 22.2.2 22.4.4
@nx/plugin 22.2.2 22.4.4
@nx/react 22.2.2 22.4.4
@nx/storybook 22.2.2 22.4.4
@nx/vite 22.2.2 22.4.4
@nx/workspace 22.2.2 22.4.4
@storybook/addon-a11y 10.2.0 10.2.3
@storybook/addon-docs 10.2.0 10.2.3
@storybook/addon-themes 10.2.0 10.2.3
@storybook/react-vite 10.2.0 10.2.3
@testing-library/react 16.1.0 16.3.2
@typescript-eslint/eslint-plugin 8.52.0 8.54.0
@typescript-eslint/parser 8.52.0 8.54.0
babel-jest 30.0.5 30.2.0
eslint-config-prettier 10.1.1 10.1.8
eslint-plugin-import 2.31.0 2.32.0
eslint-plugin-jsx-a11y 6.10.1 6.10.2
eslint-plugin-react 7.32.2 7.37.5
eslint-plugin-react-hooks 7.0.0 7.0.1
eslint-plugin-storybook 10.1.4 10.2.3
jest 30.0.5 30.2.0
jest-environment-jsdom 30.0.5 30.2.0
jest-util 30.0.5 30.2.0
jiti 2.4.2 2.6.1
libphonenumber-js 1.11.4 1.12.36
nx 22.1.3 22.4.4
prettier 3.8.0 3.8.1
ts-jest 29.4.5 29.4.6
ts-node 10.9.1 10.9.2
typescript 5.4.5 5.9.3
vite 7.2.6 7.3.1
vite-plugin-node-polyfills 0.24.0 0.25.0
react 19.2.0 19.2.4
@types/react 19.2.2 19.2.10
react-dom 19.2.0 19.2.4
@types/react-dom 19.2.2 19.2.3

Updates @babel/core from 7.28.6 to 7.29.0

Release notes

Sourced from @​babel/core's releases.

v7.29.0 (2026-01-31)

Thanks @​simbahax for your first PR!

🚀 New Feature

  • babel-types
  • babel-standalone

🐛 Bug Fix

  • babel-parser
  • babel-traverse
    • #17708 fix(traverse): provide a hub when traversing a File or Program and no parentPath is given (@​simbahax)
  • babel-plugin-transform-block-scoping, babel-traverse
    • #17737 [7.x backport] fix: Rename switch discriminant references when body creates shadowing variable (@​magic-akari)

🏃‍♀️ Performance

Committers: 6

Commits

Updates @mui/x-data-grid from 8.25.0 to 8.26.0

Release notes

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

v8.26.0

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

  • 🔄 Data Grid now supports undo and redo actions. See the Undo and redo page for details about out-of-the-box support and customization options.
  • 🐞 Bugfixes

Special thanks go out to these community members for their valuable contributions: @​jhe-iqbis

The following team members contributed to this release: @​arminmeh, @​cherniavskii, @​flaviendelangle, @​JCQuintas, @​romgrk

Data Grid

@mui/x-data-grid@8.26.0

  • [DataGrid] Add onMenuOpen() and onMenuClose() event handlers in GridActionsCell (#20994) @​jhe-iqbis
  • [DataGrid] Fix scroll position when virtualization is disabled (#20958) @​romgrk

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

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

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

Same changes as in @mui/x-data-grid-pro@8.26.0, plus:

Date and Time Pickers

@mui/x-date-pickers@8.26.0

Internal changes.

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

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

Charts

@mui/x-charts@8.26.0

Internal changes.

@mui/x-charts-pro@8.26.0 pro

Same changes as in @mui/x-charts@8.26.0.

@mui/x-charts-premium@8.26.0 premium

... (truncated)

Changelog

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

8.26.0

Jan 22, 2026

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

  • 🔄 Data Grid now supports undo and redo actions. See the Undo and redo page for details about out-of-the-box support and customization options.
  • 🐞 Bugfixes

Special thanks go out to these community members for their valuable contributions: @​jhe-iqbis

The following team members contributed to this release: @​arminmeh, @​cherniavskii, @​flaviendelangle, @​JCQuintas, @​romgrk

Data Grid

@mui/x-data-grid@8.26.0

  • [DataGrid] Add onMenuOpen() and onMenuClose() event handlers in GridActionsCell (#20994) @​jhe-iqbis
  • [DataGrid] Fix scroll position when virtualization is disabled (#20958) @​romgrk

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

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

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

Same changes as in @mui/x-data-grid-pro@8.26.0, plus:

Date and Time Pickers

@mui/x-date-pickers@8.26.0

Internal changes.

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

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

Charts

@mui/x-charts@8.26.0

Internal changes.

@mui/x-charts-pro@8.26.0 pro

... (truncated)

Commits

Updates @nx/eslint from 22.2.2 to 22.4.4

Release notes

Sourced from @​nx/eslint's releases.

22.4.4 (2026-01-30)

🚀 Features

  • core: add decorative banners for Nx Cloud CNW completion message (#34270)

🩹 Fixes

  • testing: add timeout to runCommandUntil to prevent hanging tests (#34148)
  • testing: preload vitest/node to prevent race condition on Node 24 (#34261, #34028, #33091)

❤️ Thank You

22.4.3 (2026-01-29)

🚀 Features

  • core: add Nx Cloud connect URL to template README (#34249)
  • nx-dev: add llms-full.txt and HTTP Link headers for LLM discovery (#34232)

🩹 Fixes

  • core: hide already-installed nx packages from suggestion list during nx import (#34227)
  • core: improve plugin worker error messages and lifecycle timeouts (#34251)
  • core: do not throw error if worker.stdout is not instanceof socket (#34224)
  • gradle: use tooling api compatible flags (#34247)
  • nx-dev: update dead links across nx-dev UI libraries (#34238)
  • vite: handle sophisticated vite plugins (#34242)
  • web: ensure vitest config file is created (#34216)

❤️ Thank You

22.4.2 (2026-01-26)

... (truncated)

Commits
  • 9073f40 docs(misc): update the docs to use more direct language (#34264)
  • 0fe39b2 fix(linter): delete override block when update returns undefined in replaceOv...
  • 9fb5a6c fix(linter): handle variable references in replaceOverride (#34026)
  • 8b83502 feat(linter): add bulk suppression support for ESLint v9.24.0+ (#32184)
  • 5659d50 fix(linter): honor setParserOptionsProject in flat config (#33953)
  • 6f85b83 cleanup(repo): format all files (#33902)
  • a64d1b2 fix(storybook): use helper to find correct version when pnpm catalogs are use...
  • 62c13c5 feat(misc): support prettier v3 (#33898)
  • 4493157 fix(js): allow copying generated Prisma client (asset) from 'node_modules' (#...
  • See full diff in compare view

Updates @nx/eslint-plugin from 22.2.2 to 22.4.4

Release notes

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

22.4.4 (2026-01-30)

🚀 Features

  • core: add decorative banners for Nx Cloud CNW completion message (#34270)

🩹 Fixes

  • testing: add timeout to runCommandUntil to prevent hanging tests (#34148)
  • testing: preload vitest/node to prevent race condition on Node 24 (#34261, #34028, #33091)

❤️ Thank You

22.4.3 (2026-01-29)

🚀 Features

  • core: add Nx Cloud connect URL to template README (#34249)
  • nx-dev: add llms-full.txt and HTTP Link headers for LLM discovery (#34232)

🩹 Fixes

  • core: hide already-installed nx packages from suggestion list during nx import (#34227)
  • core: improve plugin worker error messages and lifecycle timeouts (#34251)
  • core: do not throw error if worker.stdout is not instanceof socket (#34224)
  • gradle: use tooling api compatible flags (#34247)
  • nx-dev: update dead links across nx-dev UI libraries (#34238)
  • vite: handle sophisticated vite plugins (#34242)
  • web: ensure vitest config file is created (#34216)

❤️ Thank You

22.4.2 (2026-01-26)

... (truncated)

Commits

Updates @nx/jest from 22.2.2 to 22.4.4

Release notes

Sourced from @​nx/jest's releases.

22.4.4 (2026-01-30)

🚀 Features

  • core: add decorative banners for Nx Cloud CNW completion message (#34270)

🩹 Fixes

  • testing: add timeout to runCommandUntil to prevent hanging tests (#34148)
  • testing: preload vitest/node to prevent race condition on Node 24 (#34261, #34028, #33091)

❤️ Thank You

22.4.3 (2026-01-29)

🚀 Features

  • core: add Nx Cloud connect URL to template README (#34249)
  • nx-dev: add llms-full.txt and HTTP Link headers for LLM discovery (#34232)

🩹 Fixes

  • core: hide already-installed nx packages from suggestion list during nx import (#34227)
  • core: improve plugin worker error messages and lifecycle timeouts (#34251)
  • core: do not throw error if worker.stdout is not instanceof socket (#34224)
  • gradle: use tooling api compatible flags (#34247)
  • nx-dev: update dead links across nx-dev UI libraries (#34238)
  • vite: handle sophisticated vite plugins (#34242)
  • web: ensure vitest config file is created (#34216)

❤️ Thank You

22.4.2 (2026-01-26)

... (truncated)

Commits

Updates @nx/js from 22.2.2 to 22.4.4

Release notes

Sourced from @​nx/js's releases.

22.4.4 (2026-01-30)

🚀 Features

  • core: add decorative banners for Nx Cloud CNW completion message (#34270)

🩹 Fixes

  • testing: add timeout to runCommandUntil to prevent hanging tests (#34148)
  • testing: preload vitest/node to prevent race condition on Node 24 (#34261, #34028, #33091)

❤️ Thank You

22.4.3 (2026-01-29)

🚀 Features

  • core: add Nx Cloud connect URL to template README (#34249)
  • nx-dev: add llms-full.txt and HTTP Link headers for LLM discovery (#34232)

🩹 Fixes

  • core: hide already-installed nx packages from suggestion list during nx import (#34227)
  • core: improve plugin worker error messages and lifecycle timeouts (#34251)
  • core: do not throw error if worker.stdout is not instanceof socket (#34224)
  • gradle: use tooling api compatible flags (#34247)
  • nx-dev: update dead links across nx-dev UI libraries (#34238)
  • vite: handle sophisticated vite plugins (#34242)
  • web: ensure vitest config file is created (#34216)

❤️ Thank You

22.4.2 (2026-01-26)

... (truncated)

Commits
  • 9073f40 docs(misc): update the docs to use more direct language (#34264)
  • 92f821d fix(js): avoid duplicate @nx/js/typescript plugin entries for non-buildable...
  • f154b70 fix(core): daemon client reconnection on server restart (#33432)
  • 6f85b83 cleanup(repo): format all files (#33902)
  • 62c13c5 feat(misc): support prettier v3 (#33898)
  • 4493157 fix(js): allow copying generated Prisma client (asset) from 'node_modules' (#...
  • de966a2 fix(js): adjusted stdout and stderr handling to support the latest @​swc/cli v...
  • 68d4d4e fix(js): check package.json for name when project.json exists but has no name...
  • 192099a fix(js): resolve nx binary from workspace root in node executor (#33842)
  • 80523ef fix(js): prevent crash when terminating task using the @nx/js:swc executor ...
  • Additional commits viewable in compare view

Updates @nx/plugin from 22.2.2 to 22.4.4

Release notes

Sourced from @​nx/plugin's releases.

22.4.4 (2026-01-30)

🚀 Features

  • core: add decorative banners for Nx Cloud CNW completion message (#34270)

🩹 Fixes

  • testing: add timeout to runCommandUntil to prevent hanging tests (#34148)
  • testing: preload vitest/node to prevent race condition on Node 24 (#34261, #34028, #33091)

❤️ Thank You

22.4.3 (2026-01-29)

🚀 Features

  • core: add Nx Cloud connect URL to template README (#34249)
  • nx-dev: add llms-full.txt and HTTP Link headers for LLM discovery (#34232)

🩹 Fixes

  • core: hide already-installed nx packages from suggestion list during nx import (#34227)
  • core: improve plugin worker error messages and lifecycle timeouts (#34251)
  • core: do not throw error if worker.stdout is not instanceof socket (#34224)
  • gradle: use tooling api compatible flags (#34247)
  • nx-dev: update dead links across nx-dev UI libraries (#34238)
  • vite: handle sophisticated vite plugins (#34242)
  • web: ensure vitest config file is created (#34216)

❤️ Thank You

22.4.2 (2026-01-26)

... (truncated)

Commits
  • 9073f40 docs(misc): update the docs to use more direct language (#34264)
  • 62c13c5 feat(misc): support prettier v3 (#33898)
  • af003c1 feat(nx-plugin): allow customizing the location of the companion E2E project ...
  • See full diff in compare view

Updates @nx/react from 22.2.2 to 22.4.4

Release notes

Sourced from @​nx/react's releases.

22.4.4 (2026-01-30)

🚀 Features

  • core: add decorative banners for Nx Cloud CNW completion message (#34270)

🩹 Fixes

  • testing: add timeout to runCommandUntil to prevent hanging tests (#34148)
  • testing: preload vitest/node to prevent race condition on Node 24 (#34261, #34028, #33091)

❤️ Thank You

22.4.3 (2026-01-29)

🚀 Features

  • core: add Nx Cloud connect URL to template README (#34249)
  • nx-dev: add llms-full.txt and HTTP Link headers for LLM discovery (#34232)

🩹 Fixes

  • core: hide already-installed nx packages from suggestion list during nx import (#34227)
  • core: improve plugin worker error messages and lifecycle timeouts (#34251)
  • core: do not throw error if worker.stdout is not instanceof socket (#34224)
  • gradle: use tooling api compatible flags (#34247)
  • nx-dev: update dead links across nx-dev UI libraries (#34238)
  • vite: handle sophisticated vite plugins (#34242)
  • web: ensure vitest config file is created (#34216)

❤️ Thank You

22.4.2 (2026-01-26)

... (truncated)

Commits
  • 9073f40 docs(misc): update the docs to use more direct language (#34264)
  • eb239f3 fix(react): remove file-loader dependency and update svgr migration (#34218)
  • 2544227 chore(repo): update nx to 22.4.0-beta.3 (#34108)
  • 42b1f14 fix(misc): deprecate setup-tailwind generators (#34097)
  • 574d841 chore(core): update to latest version of tsquery (#34067)
  • 2d87134 fix(react): target 22.3.4 patch version to address Remix CVE (#34068)
  • beb5ef5 feat(react): update react-router and remix versions to address CVEs (#34058)
  • a13f5eb chore(repo): update nx to 22.4.0-beta.1 (#33968)
  • dd7ec30 feat(core): support cwd specific hashes (#33879)
  • 1bc16c8 fix(react): set up module federation with webpack and ts soln correctly #3102...
  • Additional commits viewable in compare view

Updates @nx/storybook from 22.2.2 to 22.4.4

Release notes

Sourced from @​nx/storybook's releases.

22.4.4 (2026-01-30)

🚀 Features

  • core: add decorative banners for Nx Cloud CNW completion message (#34270)

🩹 Fixes

  • testing: add timeout to runCommandUntil to prevent hanging tests (#34148)
  • testing: preload vitest/node to prevent race condition on Node 24 (#34261, #34028, #33091)

❤️ Thank You

22.4.3 (2026-01-29)

🚀 Features

  • core: add Nx Cloud connect URL to template README (#34249)
  • nx-dev: add llms-full.txt and HTTP Link headers for LLM discovery (#34232)

🩹 Fixes

  • core: hide already-installed nx packages from suggestion list during nx import (#34227)
  • core: improve plugin worker error messages and lifecycle timeouts (#34251)
  • core: do not throw error if worker.stdout is not instanceof socket (#34224)
  • gradle: use tooling api compatible flags (#34247)
  • nx-dev: update dead links across nx-dev UI libraries (#34238)
  • vite: handle sophisticated vite plugins (#34242)
  • web: ensure vitest config file is created (#34216)

❤️ Thank You

22.4.2 (2026-01-26)

... (truncated)

Commits
  • 9073f40 docs(misc): update the docs to use more direct language (#34264)
  • 574d841 chore(core): update to latest version of tsquery (#34067)
  • 6f85b83 cleanup(repo): format all files (#33902)
  • a64d1b2 fix(storybook): use helper to find correct version when pnpm catalogs are use...
  • 62c13c5 feat(misc): support prettier v3 (#33898)
  • 28c9673 docs(storybook): fix incorrect version references in storybook v9 docs (#32727)
  • See full diff in compare view

Updates @nx/vite from 22.2.2 to 22.4.4

Release notes

Sourced from @​nx/vite's releases.

22.4.4 (2026-01-30)

🚀 Features

  • core: add decorative banners for Nx Cloud CNW completion message (#34270)

🩹 Fixes

  • testing: add timeout to runCommandUntil to prevent hanging tests (#34148)
  • testing: preload vitest/node to prevent race condition on Node 24 (#34261, #34028, #33091)

❤️ Thank You

22.4.3 (2026-01-29)

🚀 Features

  • core: add Nx Cloud connect URL to template README (#34249)
  • nx-dev: add llms-full.txt and HTTP Link headers for LLM discovery (#34232)

🩹 Fixes

  • core: hide already-installed nx packages from suggestion list during nx import (#34227)
  • core: improve plugin worker error messages and lifecycle timeouts (#34251)
  • core: do not throw error if worker.stdout is not instanceof socket (#34224)
  • gradle: use tooling api compatible flags (#34247)
  • nx-dev: update dead links across nx-dev UI libraries (#34238)
  • vite: handle sophisticated vite plugins (#34242)
  • web: ensure vitest config file is created (#34216)

❤️ Thank You

22.4.2 (2026-01-26)

... (truncated)

Commits

Updates @nx/workspace from 22.2.2 to 22.4.4

Release notes

Sourced from @​nx/workspace's releases.

22.4.4 (2026-01-30)

🚀 Features

  • core: add decorative banners for Nx Cloud CNW completion message (#34270)

🩹 Fixes

  • testing: add timeout to runCommandUntil to prevent hanging tests (#34148)
  • testing: preload vitest/node to prevent race condition on Node 24 (#34261, #34028, #33091)

❤️ Thank You

22.4.3 (2026-01-29)

🚀 Features

  • core: add Nx Cloud connect URL to template README (#34249)
  • nx-dev: add llms-full.txt and HTTP Link headers for LLM discovery (#34232)

🩹 Fixes

  • core: hide already-installed nx packages from suggestion list during nx import (#34227)
  • core: improve plugin worker error messages and lifecycle timeouts (#34251)
  • core: do not throw error if worker.stdout is not instanceof socket (#34224)
  • gradle: use tooling api compatible flags (#34247)
  • nx-dev: update dead links across nx-dev UI libraries (#34238)
  • vite: handle sophisticated vite plugins (#34242)
  • web: ensure vitest config file is created (#34216)

❤️ Thank You

22.4.2 (2026-01-26)

... (truncated)

Commits
  • 9073f40 docs(misc): update the docs to use more direct language (#34264)
  • 0e37963 fix(core): cloud commands are noop when not connected rather than errors (#34...
  • 7e12359 feat(angular): add support for angular v21.1 (#34057)
  • 6f85b83 cleanup(repo): format all files (#33902)
  • 62c13c5 feat(misc): support prettier v3 (

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 1, 2026
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 1, 2026
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dev-dependencies-98671232c5 branch from 67e5060 to 30ffed8 Compare February 2, 2026 19:35
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 2, 2026

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dev-dependencies-98671232c5 branch 5 times, most recently from bad2c91 to 4313faa Compare February 5, 2026 20:51
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dev-dependencies-98671232c5 branch from 4313faa to 5232aa7 Compare February 10, 2026 15:18
…ith 41 updates

Bumps the dev-dependencies group with 41 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.28.6` | `7.29.0` |
| [@mui/x-data-grid](https://github.com/mui/mui-x/tree/HEAD/packages/x-data-grid) | `8.25.0` | `8.26.0` |
| [@nx/eslint](https://github.com/nrwl/nx/tree/HEAD/packages/eslint) | `22.2.2` | `22.4.4` |
| [@nx/eslint-plugin](https://github.com/nrwl/nx/tree/HEAD/packages/eslint-plugin) | `22.2.2` | `22.4.4` |
| [@nx/jest](https://github.com/nrwl/nx/tree/HEAD/packages/jest) | `22.2.2` | `22.4.4` |
| [@nx/js](https://github.com/nrwl/nx/tree/HEAD/packages/js) | `22.2.2` | `22.4.4` |
| [@nx/plugin](https://github.com/nrwl/nx/tree/HEAD/packages/plugin) | `22.2.2` | `22.4.4` |
| [@nx/react](https://github.com/nrwl/nx/tree/HEAD/packages/react) | `22.2.2` | `22.4.4` |
| [@nx/storybook](https://github.com/nrwl/nx/tree/HEAD/packages/storybook) | `22.2.2` | `22.4.4` |
| [@nx/vite](https://github.com/nrwl/nx/tree/HEAD/packages/vite) | `22.2.2` | `22.4.4` |
| [@nx/workspace](https://github.com/nrwl/nx/tree/HEAD/packages/workspace) | `22.2.2` | `22.4.4` |
| [@storybook/addon-a11y](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/a11y) | `10.2.0` | `10.2.3` |
| [@storybook/addon-docs](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/docs) | `10.2.0` | `10.2.3` |
| [@storybook/addon-themes](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/themes) | `10.2.0` | `10.2.3` |
| [@storybook/react-vite](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/react-vite) | `10.2.0` | `10.2.3` |
| [@testing-library/react](https://github.com/testing-library/react-testing-library) | `16.1.0` | `16.3.2` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.52.0` | `8.54.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.52.0` | `8.54.0` |
| [babel-jest](https://github.com/jestjs/jest/tree/HEAD/packages/babel-jest) | `30.0.5` | `30.2.0` |
| [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | `10.1.1` | `10.1.8` |
| [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) | `2.31.0` | `2.32.0` |
| [eslint-plugin-jsx-a11y](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y) | `6.10.1` | `6.10.2` |
| [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.32.2` | `7.37.5` |
| [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) | `7.0.0` | `7.0.1` |
| [eslint-plugin-storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/eslint-plugin) | `10.1.4` | `10.2.3` |
| [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) | `30.0.5` | `30.2.0` |
| [jest-environment-jsdom](https://github.com/jestjs/jest/tree/HEAD/packages/jest-environment-jsdom) | `30.0.5` | `30.2.0` |
| [jest-util](https://github.com/jestjs/jest/tree/HEAD/packages/jest-util) | `30.0.5` | `30.2.0` |
| [jiti](https://github.com/unjs/jiti) | `2.4.2` | `2.6.1` |
| [libphonenumber-js](https://gitlab.com/catamphetamine/libphonenumber-js) | `1.11.4` | `1.12.36` |
| [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx) | `22.1.3` | `22.4.4` |
| [prettier](https://github.com/prettier/prettier) | `3.8.0` | `3.8.1` |
| [ts-jest](https://github.com/kulshekhar/ts-jest) | `29.4.5` | `29.4.6` |
| [ts-node](https://github.com/TypeStrong/ts-node) | `10.9.1` | `10.9.2` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.4.5` | `5.9.3` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `7.2.6` | `7.3.1` |
| [vite-plugin-node-polyfills](https://github.com/davidmyersdev/vite-plugin-node-polyfills) | `0.24.0` | `0.25.0` |
| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `19.2.0` | `19.2.4` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `19.2.2` | `19.2.10` |
| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `19.2.0` | `19.2.4` |
| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `19.2.2` | `19.2.3` |



Updates `@babel/core` from 7.28.6 to 7.29.0
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.29.0/packages/babel-core)

Updates `@mui/x-data-grid` from 8.25.0 to 8.26.0
- [Release notes](https://github.com/mui/mui-x/releases)
- [Changelog](https://github.com/mui/mui-x/blob/v8.26.0/CHANGELOG.md)
- [Commits](https://github.com/mui/mui-x/commits/v8.26.0/packages/x-data-grid)

Updates `@nx/eslint` from 22.2.2 to 22.4.4
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/22.4.4/packages/eslint)

Updates `@nx/eslint-plugin` from 22.2.2 to 22.4.4
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/22.4.4/packages/eslint-plugin)

Updates `@nx/jest` from 22.2.2 to 22.4.4
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/22.4.4/packages/jest)

Updates `@nx/js` from 22.2.2 to 22.4.4
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/22.4.4/packages/js)

Updates `@nx/plugin` from 22.2.2 to 22.4.4
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/22.4.4/packages/plugin)

Updates `@nx/react` from 22.2.2 to 22.4.4
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/22.4.4/packages/react)

Updates `@nx/storybook` from 22.2.2 to 22.4.4
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/22.4.4/packages/storybook)

Updates `@nx/vite` from 22.2.2 to 22.4.4
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/22.4.4/packages/vite)

Updates `@nx/workspace` from 22.2.2 to 22.4.4
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/22.4.4/packages/workspace)

Updates `@storybook/addon-a11y` from 10.2.0 to 10.2.3
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v10.2.3/code/addons/a11y)

Updates `@storybook/addon-docs` from 10.2.0 to 10.2.3
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v10.2.3/code/addons/docs)

Updates `@storybook/addon-themes` from 10.2.0 to 10.2.3
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v10.2.3/code/addons/themes)

Updates `@storybook/react-vite` from 10.2.0 to 10.2.3
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v10.2.3/code/frameworks/react-vite)

Updates `@testing-library/react` from 16.1.0 to 16.3.2
- [Release notes](https://github.com/testing-library/react-testing-library/releases)
- [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md)
- [Commits](testing-library/react-testing-library@v16.1.0...v16.3.2)

Updates `@typescript-eslint/eslint-plugin` from 8.52.0 to 8.54.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.54.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.52.0 to 8.54.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.54.0/packages/parser)

Updates `babel-jest` from 30.0.5 to 30.2.0
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v30.2.0/packages/babel-jest)

Updates `eslint-config-prettier` from 10.1.1 to 10.1.8
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/eslint-config-prettier@v10.1.1...v10.1.8)

Updates `eslint-plugin-import` from 2.31.0 to 2.32.0
- [Release notes](https://github.com/import-js/eslint-plugin-import/releases)
- [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md)
- [Commits](import-js/eslint-plugin-import@v2.31.0...v2.32.0)

Updates `eslint-plugin-jsx-a11y` from 6.10.1 to 6.10.2
- [Release notes](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/releases)
- [Changelog](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/main/CHANGELOG.md)
- [Commits](jsx-eslint/eslint-plugin-jsx-a11y@v6.10.1...v6.10.2)

Updates `eslint-plugin-react` from 7.32.2 to 7.37.5
- [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases)
- [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md)
- [Commits](jsx-eslint/eslint-plugin-react@v7.32.2...v7.37.5)

Updates `eslint-plugin-react-hooks` from 7.0.0 to 7.0.1
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/packages/eslint-plugin-react-hooks/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/HEAD/packages/eslint-plugin-react-hooks)

Updates `eslint-plugin-storybook` from 10.1.4 to 10.2.3
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v10.2.3/code/lib/eslint-plugin)

Updates `jest` from 30.0.5 to 30.2.0
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v30.2.0/packages/jest)

Updates `jest-environment-jsdom` from 30.0.5 to 30.2.0
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v30.2.0/packages/jest-environment-jsdom)

Updates `jest-util` from 30.0.5 to 30.2.0
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v30.2.0/packages/jest-util)

Updates `jiti` from 2.4.2 to 2.6.1
- [Release notes](https://github.com/unjs/jiti/releases)
- [Changelog](https://github.com/unjs/jiti/blob/main/CHANGELOG.md)
- [Commits](unjs/jiti@v2.4.2...v2.6.1)

Updates `libphonenumber-js` from 1.11.4 to 1.12.36
- [Changelog](https://gitlab.com/catamphetamine/libphonenumber-js/blob/master/CHANGELOG.md)
- [Commits](https://gitlab.com/catamphetamine/libphonenumber-js/compare/v1.11.4...v1.12.36)

Updates `nx` from 22.1.3 to 22.4.4
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/22.4.4/packages/nx)

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

Updates `ts-jest` from 29.4.5 to 29.4.6
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
- [Commits](kulshekhar/ts-jest@v29.4.5...v29.4.6)

Updates `ts-node` from 10.9.1 to 10.9.2
- [Release notes](https://github.com/TypeStrong/ts-node/releases)
- [Changelog](https://github.com/TypeStrong/ts-node/blob/main/development-docs/release-template.md)
- [Commits](TypeStrong/ts-node@v10.9.1...v10.9.2)

Updates `typescript` from 5.4.5 to 5.9.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.4.5...v5.9.3)

Updates `vite` from 7.2.6 to 7.3.1
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v7.3.1/packages/vite)

Updates `vite-plugin-node-polyfills` from 0.24.0 to 0.25.0
- [Release notes](https://github.com/davidmyersdev/vite-plugin-node-polyfills/releases)
- [Commits](davidmyersdev/vite-plugin-node-polyfills@v0.24.0...v0.25.0)

Updates `react` from 19.2.0 to 19.2.4
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.4/packages/react)

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

Updates `react-dom` from 19.2.0 to 19.2.4
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.4/packages/react-dom)

Updates `@types/react-dom` from 19.2.2 to 19.2.3
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-version: 7.29.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@mui/x-data-grid"
  dependency-version: 8.26.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@nx/eslint"
  dependency-version: 22.4.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@nx/eslint-plugin"
  dependency-version: 22.4.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@nx/jest"
  dependency-version: 22.4.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@nx/js"
  dependency-version: 22.4.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@nx/plugin"
  dependency-version: 22.4.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@nx/react"
  dependency-version: 22.4.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@nx/storybook"
  dependency-version: 22.4.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@nx/vite"
  dependency-version: 22.4.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@nx/workspace"
  dependency-version: 22.4.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@storybook/addon-a11y"
  dependency-version: 10.2.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@storybook/addon-docs"
  dependency-version: 10.2.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@storybook/addon-themes"
  dependency-version: 10.2.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@storybook/react-vite"
  dependency-version: 10.2.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@testing-library/react"
  dependency-version: 16.3.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.54.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.54.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: babel-jest
  dependency-version: 30.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: eslint-config-prettier
  dependency-version: 10.1.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: eslint-plugin-import
  dependency-version: 2.32.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: eslint-plugin-jsx-a11y
  dependency-version: 6.10.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: eslint-plugin-react
  dependency-version: 7.37.5
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: eslint-plugin-react-hooks
  dependency-version: 7.0.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: eslint-plugin-storybook
  dependency-version: 10.2.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: jest
  dependency-version: 30.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: jest-environment-jsdom
  dependency-version: 30.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: jest-util
  dependency-version: 30.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: jiti
  dependency-version: 2.6.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: libphonenumber-js
  dependency-version: 1.12.36
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: nx
  dependency-version: 22.4.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: prettier
  dependency-version: 3.8.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: ts-jest
  dependency-version: 29.4.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: ts-node
  dependency-version: 10.9.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: typescript
  dependency-version: 5.9.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: vite
  dependency-version: 7.3.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: vite-plugin-node-polyfills
  dependency-version: 0.25.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: react
  dependency-version: 19.2.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@types/react"
  dependency-version: 19.2.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: react-dom
  dependency-version: 19.2.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@types/react-dom"
  dependency-version: 19.2.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dev-dependencies-98671232c5 branch from 5232aa7 to fb17331 Compare February 10, 2026 15:40
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.

0 participants