Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the dependencies group with 4 updates in the / directory: @nx/devkit, @mui/x-date-pickers, msw and @mui/x-tree-view.

Updates @nx/devkit from 22.2.2 to 22.4.0

Release notes

Sourced from @​nx/devkit's releases.

22.4.0 (2026-01-21)

🚀 Features

  • angular: support ngrx v21 (#33940)
  • angular: support cypress component testing with zoneless projects (#33941)
  • angular: add support for angular v21.1 (#34057)
  • angular-rspack: add tailwind and postcss config to component stylesheet bundler (#34153)
  • bundling: replace rollup-plugin-postcss with inlined version (#34110)
  • core: add inline-tui view mode (#32718)
  • core: support cwd specific hashes (#33879, #33684)
  • core: allow nx show project to infer project from cwd (#33661, #31055, #43, #33503)
  • core: add OpenCode AI agent detection (#34072)
  • core: add PLUGIN.md files to testing-tools (#34125)
  • core: add A/B testing variant 1 to skip cloud prompt in CNW (#34106)
  • gradle: excludeDependsOn based on provider relationships (#33923)
  • gradle: add env vars to skip gradle and maven plugin computation (#34055)
  • linter: add bulk suppression support for ESLint v9.24.0+ (#32184)
  • linter: add peerDepsVersionStrategy option to dependency-checks (#33417)
  • maven: add batch executor for multi-task Maven execution (#33228)
  • nx-dev: add scroll depth tracking for marketing pages (#34105)
  • react: update react-router and remix versions to address CVEs (#34058)
  • release: add option to opt-out commit scope filter (#33382, #32915)
  • release: special-case 0.x versions for semver bumps (#34031)
  • rspack: add typeCheckOptions, runtimeDependencies, and cache options (#33931)

🩹 Fixes

  • angular: support @angular/cli package update during nx migrate (#33918)
  • angular: only throw "define" error when options.define has keys (#33969, #33964)
  • angular-rspack: handler accumulation and watchOptions for double rebuilds (#34154)
  • angular-rspack: stats serialization and configuration (#34155)
  • core: ensure no tui on single tasks (#33910)
  • core: daemon client reconnection on server restart (#33432)
  • core: fix vitest test runner options for angular in cnw (#33921)
  • core: improve package-json createNode performance (#33960)
  • core: convert filePath to an absolute path before typescript resolves the module (#34001, #33985)
  • core: set windowsHide:true in package installation (#34053)
  • core: display shared running tasks in the in progress section of the tui (#34059)
  • core: make process metrics registration in critical paths non-blocking (#34019)
  • core: disallow Vitest & Angular unit test runner when bundler is not esbuild in cnw (#34023, #34014)
  • core: allow dte to handle continuous tasks termination (#34018)
  • core: validate native file cache size before applying it (#33683, #30653, #31300)
  • core: pipe plugin stdout to avoid inconsistent terminal state (#33369)
  • core: show daemon status in nx report output (#34009)
  • core: prevent alias from overwriting root deps in pnpm parser (#34064)
  • core: only init inline view if able to run (#34094)
  • core: upgrade sysinfo to 0.37.2 and fix cpu measurement accuracy (#34101)
  • core: improve buildExplicitTypeScriptDependnecies performance (#33963)
  • core: ensure consistent yarn optional dependency hashing (#34104)

... (truncated)

Commits

Updates @mui/x-date-pickers from 8.25.0 to 8.26.0

Release notes

Sourced from @​mui/x-date-pickers'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-date-pickers'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 msw from 2.4.11 to 2.12.7

Release notes

Sourced from msw's releases.

v2.12.7 (2025-12-27)

Bug Fixes

  • graphql: export the GraphQLLinkHandlers type (#2647) (cfab780e1d8110736567ebda129a4094e35f4c00) @​kettanaito
  • graphql: support TypedDocumentString as request predicate (#2646) (494d5e88791913ae2758b3d9c2b78987d3ac0adf) @​kettanaito
  • graphql: remove redundant DocumentNode union (#2645) (0f6e28f6a5ef903d5958348c16b495223820c164) @​kettanaito

v2.12.6 (2025-12-26)

Bug Fixes

  • sse: respect the worker quiet option (#2644) (d50f73e72b04122a676617ce84f394b800e623fd) @​kettanaito

v2.12.5 (2025-12-26)

Bug Fixes

v2.12.4 (2025-12-03)

Bug Fixes

  • handle incomplete localStorage in Node.js v25 (#2636) (3da2c762abb923eda60ad220f0534354d1683678) @​rvagg

v2.12.3 (2025-11-23)

Bug Fixes

v2.12.2 (2025-11-14)

Bug Fixes

  • node: move browser and react-native export conditions lower (#2627) (102d85a1fdb60558f07e778621edf33393ae18b5) @​vidschofelix

v2.12.1 (2025-11-09)

Bug Fixes

  • setupWorker: fix response init in response:* events (#2621) (7f48f21189f1c04349890bb8523f772f6ae9eb08) @​jbms

v2.12.0 (2025-11-05)

Features

... (truncated)

Commits
  • e0a4643 chore(release): v2.12.7
  • cfab780 fix(graphql): export the GraphQLLinkHandlers type (#2647)
  • 494d5e8 fix(graphql): support TypedDocumentString as request predicate (#2646)
  • 0f6e28f fix(graphql): remove redundant DocumentNode union (#2645)
  • f5e95d3 chore(release): v2.12.6
  • d50f73e fix(sse): respect the worker quiet option (#2644)
  • 51b3e2d chore(release): v2.12.5
  • 1266f61 fix(sse): handle multi-line messages (#2643)
  • afb5c40 chore: set workers explicitly in playwright (#2641)
  • 09118a2 chore: use --only-shell when installing chromium for tests (#2638)
  • Additional commits viewable in compare view

Updates @mui/x-tree-view from 8.25.0 to 8.26.0

Release notes

Sourced from @​mui/x-tree-view'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-tree-view'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

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

…dates

Bumps the dependencies group with 4 updates in the / directory: [@nx/devkit](https://github.com/nrwl/nx/tree/HEAD/packages/devkit), [@mui/x-date-pickers](https://github.com/mui/mui-x/tree/HEAD/packages/x-date-pickers), [msw](https://github.com/mswjs/msw) and [@mui/x-tree-view](https://github.com/mui/mui-x/tree/HEAD/packages/x-tree-view).


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

Updates `@mui/x-date-pickers` 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-date-pickers)

Updates `msw` from 2.4.11 to 2.12.7
- [Release notes](https://github.com/mswjs/msw/releases)
- [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md)
- [Commits](mswjs/msw@v2.4.11...v2.12.7)

Updates `@mui/x-tree-view` 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-tree-view)

---
updated-dependencies:
- dependency-name: "@nx/devkit"
  dependency-version: 22.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@mui/x-date-pickers"
  dependency-version: 8.26.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: msw
  dependency-version: 2.12.7
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@mui/x-tree-view"
  dependency-version: 8.26.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 22, 2026
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 22, 2026
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