Skip to content

build(deps): bump the dependencies group across 1 directory with 9 updates#890

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/dependencies-3333e793d7
Closed

build(deps): bump the dependencies group across 1 directory with 9 updates#890
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/dependencies-3333e793d7

Conversation

@dependabot
Copy link
Contributor

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

Bumps the dependencies group with 9 updates in the / directory:

Package From To
@nx/devkit 22.2.2 22.5.2
react-hook-form 7.71.1 7.71.2
@mui/material 7.3.7 7.3.8
@mui/types 7.4.10 7.4.11
qs 6.14.1 6.15.0
@mui/x-date-pickers 8.25.0 8.27.2
@mui/system 7.3.7 7.3.8
msw 2.4.11 2.12.10
@mui/x-tree-view 8.25.0 8.27.2

Updates @nx/devkit from 22.2.2 to 22.5.2

Release notes

Sourced from @​nx/devkit's releases.

22.5.2 (2026-02-20)

🚀 Features

  • core: use static_vcruntime to avoid msvcrt dependency (#19781, #19779)
  • misc: use caret range for swc dependencies in pnpm catalog (#34487, #34472)

🩹 Fixes

  • core: handle Ctrl+C gracefully in configure-ai-agents (9128fcb66f)
  • core: prevent staggered and duplicate lines in dynamic output (#34462)
  • core: only pull configure-ai-agents from latest if local version is not latest (#34484)
  • core: gate tui-logger init behind NX_TUI env var (#34426)
  • core: avoid blocking event loop during TUI PTY resize (#34385)
  • core: use workspace root for path resolution when baseUrl is not set (#34453)
  • core: replace buggy ignore-files trie with correct path-component gitignore matching (#34447)
  • core: skip stale recomputations and prevent lost file changes in daemon (#34424)
  • core: reduce terminal output duplication and allocations in task runner (#34427)
  • core: commands shouldn't hang when passing --help (#34506)
  • maven: write output after each task in batch mode to ensure correct files are cached (#34400)
  • misc: rewrite Framer URLs to nx.dev in HTML responses (#34445)
  • misc: prevent nxCloudId from being generated for new workspaces (#34532)
  • nextjs: reset daemon client after project graph creation in withNx (#34518, #32880)
  • nx-dev: use shared preview url for netlify deploy (#34467)
  • nx-dev: widen search dialog (#34504)
  • nx-dev: update breadcrumb links to match sidebar (#34500)
  • release: remove unnecessary number from release return type (#34481)
  • repo: fix e2e CI failures from Node 22.12 incompatibility (#34501)

❤️ Thank You

22.5.1 (2026-02-13)

🚀 Features

  • core: update formatting of agent rules documentation (#33356)

... (truncated)

Commits
  • 0d2882e fix(core): use picocolors instead of chalk in the nx package (#34305)
  • e3eedf9 docs(misc): update the docs to use more direct language (#34264)
  • 0e8893f feat(core): improve configure-ai-agents to copy nx skills/subagents/plugins (...
  • 6f85b83 cleanup(repo): format all files (#33902)
  • 62c13c5 feat(misc): support prettier v3 (#33898)
  • See full diff in compare view

Updates react-hook-form from 7.71.1 to 7.71.2

Release notes

Sourced from react-hook-form's releases.

Version 7.71.2

🕵️‍♂️ fix: use DeepPartialSkipArrayKey for WatchObserver value parameter (#13278) 🧹 fix(clearErrors): emit name signal for targeted field updates (#13280)

thanks to @​veeceey, @​kaigritun, @​pgoslatara & @​seongbiny

Commits
  • 85684f9 7.71.2
  • 4933dcc 🧹 fix(clearErrors): emit name signal for targeted field updates (#13280)
  • 319b3ed 🕵️‍♂️ fix: use DeepPartialSkipArrayKey for WatchObserver value parameter (#13...
  • 0e04ad3 🏋️‍♀️ chore: Update outdated GitHub Actions versions (#13274)
  • 3adba2b ✅ test: add unit tests for update utility (#13268)
  • See full diff in compare view

Updates @mui/material from 7.3.7 to 7.3.8

Release notes

Sourced from @​mui/material's releases.

v7.3.8

A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:

@mui/material@7.3.8

Core

Docs

... (truncated)

Changelog

Sourced from @​mui/material's changelog.

7.3.8

Feb 12, 2026

A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:

@mui/material@7.3.8

Core

Docs

... (truncated)

Commits

Updates @mui/types from 7.4.10 to 7.4.11

Commits

Updates qs from 6.14.1 to 6.15.0

Changelog

Sourced from qs's changelog.

6.15.0

  • [New] parse: add strictMerge option to wrap object/primitive conflicts in an array (#425, #122)
  • [Fix] duplicates option should not apply to bracket notation keys (#514)

6.14.2

  • [Fix] parse: mark overflow objects for indexed notation exceeding arrayLimit (#546)
  • [Fix] arrayLimit means max count, not max index, in combine/merge/parseArrayValue
  • [Fix] parse: throw on arrayLimit exceeded with indexed notation when throwOnLimitExceeded is true (#529)
  • [Fix] parse: enforce arrayLimit on comma-parsed values
  • [Fix] parse: fix error message to reflect arrayLimit as max index; remove extraneous comments (#545)
  • [Robustness] avoid .push, use void
  • [readme] document that addQueryPrefix does not add ? to empty output (#418)
  • [readme] clarify parseArrays and arrayLimit documentation (#543)
  • [readme] replace runkit CI badge with shields.io check-runs badge
  • [meta] fix changelog typo (arrayLengtharrayLimit)
  • [actions] fix rebase workflow permissions
Commits
  • d9b4c66 v6.15.0
  • cb41a54 [New] parse: add strictMerge option to wrap object/primitive conflicts in...
  • 88e1563 [Fix] duplicates option should not apply to bracket notation keys
  • 9d441d2 Merge backport release tags v6.0.6–v6.13.3 into main
  • 85cc8ca v6.12.5
  • ffc12aa v6.11.4
  • 0506b11 [actions] update reusable workflows
  • 6a37faf [actions] update reusable workflows
  • 8e8df5a [Fix] fix regressions from robustness refactor
  • d60bab3 v6.10.7
  • Additional commits viewable in compare view

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

Release notes

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

v8.27.2

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

  • 🐞 Bugfixes

Data Grid

@mui/x-data-grid@8.27.2

Internal changes.

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

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

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

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

Date and Time Pickers

@mui/x-date-pickers@8.27.2

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

Same changes as in @mui/x-date-pickers@8.27.2, plus:

Charts

@mui/x-charts@8.27.2

Internal changes.

@mui/x-charts-pro@8.27.2 pro

Same changes as in @mui/x-charts@8.27.2, plus:

@mui/x-charts-premium@8.27.2 premium

Same changes as in @mui/x-charts-pro@8.27.2.

Tree View

... (truncated)

Changelog

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

8.27.2

Feb 20, 2026

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

  • 🐞 Bugfixes

Data Grid

@mui/x-data-grid@8.27.2

Internal changes.

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

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

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

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

Date and Time Pickers

@mui/x-date-pickers@8.27.2

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

Same changes as in @mui/x-date-pickers@8.27.2, plus:

Charts

@mui/x-charts@8.27.2

Internal changes.

@mui/x-charts-pro@8.27.2 pro

Same changes as in @mui/x-charts@8.27.2, plus:

@mui/x-charts-premium@8.27.2 premium

... (truncated)

Commits

Updates @mui/system from 7.3.7 to 7.3.8

Release notes

Sourced from @​mui/system's releases.

v7.3.8

A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:

@mui/material@7.3.8

Core

Docs

... (truncated)

Changelog

Sourced from @​mui/system's changelog.

7.3.8

Feb 12, 2026

A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:

@mui/material@7.3.8

Core

Docs

... (truncated)

Commits

Updates msw from 2.4.11 to 2.12.10

Release notes

Sourced from msw's releases.

v2.12.10 (2026-02-10)

Bug Fixes

v2.12.9 (2026-02-06)

Bug Fixes

  • ws: support relative urls in ws.link (#2661) (2f1d23c1c4392638a7dfbc95d00ede6062aeae6c) @​kettanaito

v2.12.8 (2026-02-03)

Bug Fixes

  • update @mswjs/interceptors to fix a memory leak (#2659) (e5e905f60c4ad8dd621e720cde26390c84104362) @​kettanaito
  • update rettime (#2657) (3a7b4510138bc6e7ab5078f53e623d6a25cfd9ac) @​kettanaito

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

  • sse: handle multi-line messages (#2643) (1266f612b2399eaea25219020fe93c027dc3fa7a) @​BSteffaniak

…dates

Bumps the dependencies group with 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@nx/devkit](https://github.com/nrwl/nx/tree/HEAD/packages/devkit) | `22.2.2` | `22.5.2` |
| [react-hook-form](https://github.com/react-hook-form/react-hook-form) | `7.71.1` | `7.71.2` |
| [@mui/material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-material) | `7.3.7` | `7.3.8` |
| [@mui/types](https://github.com/mui/material-ui/tree/HEAD/packages/mui-types) | `7.4.10` | `7.4.11` |
| [qs](https://github.com/ljharb/qs) | `6.14.1` | `6.15.0` |
| [@mui/x-date-pickers](https://github.com/mui/mui-x/tree/HEAD/packages/x-date-pickers) | `8.25.0` | `8.27.2` |
| [@mui/system](https://github.com/mui/material-ui/tree/HEAD/packages/mui-system) | `7.3.7` | `7.3.8` |
| [msw](https://github.com/mswjs/msw) | `2.4.11` | `2.12.10` |
| [@mui/x-tree-view](https://github.com/mui/mui-x/tree/HEAD/packages/x-tree-view) | `8.25.0` | `8.27.2` |



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

Updates `react-hook-form` from 7.71.1 to 7.71.2
- [Release notes](https://github.com/react-hook-form/react-hook-form/releases)
- [Changelog](https://github.com/react-hook-form/react-hook-form/blob/master/CHANGELOG.md)
- [Commits](react-hook-form/react-hook-form@v7.71.1...v7.71.2)

Updates `@mui/material` from 7.3.7 to 7.3.8
- [Release notes](https://github.com/mui/material-ui/releases)
- [Changelog](https://github.com/mui/material-ui/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mui/material-ui/commits/v7.3.8/packages/mui-material)

Updates `@mui/types` from 7.4.10 to 7.4.11
- [Release notes](https://github.com/mui/material-ui/releases)
- [Changelog](https://github.com/mui/material-ui/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mui/material-ui/commits/HEAD/packages/mui-types)

Updates `qs` from 6.14.1 to 6.15.0
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](ljharb/qs@v6.14.1...v6.15.0)

Updates `@mui/x-date-pickers` from 8.25.0 to 8.27.2
- [Release notes](https://github.com/mui/mui-x/releases)
- [Changelog](https://github.com/mui/mui-x/blob/v8.27.2/CHANGELOG.md)
- [Commits](https://github.com/mui/mui-x/commits/v8.27.2/packages/x-date-pickers)

Updates `@mui/system` from 7.3.7 to 7.3.8
- [Release notes](https://github.com/mui/material-ui/releases)
- [Changelog](https://github.com/mui/material-ui/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mui/material-ui/commits/v7.3.8/packages/mui-system)

Updates `msw` from 2.4.11 to 2.12.10
- [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.10)

Updates `@mui/x-tree-view` from 8.25.0 to 8.27.2
- [Release notes](https://github.com/mui/mui-x/releases)
- [Changelog](https://github.com/mui/mui-x/blob/v8.27.2/CHANGELOG.md)
- [Commits](https://github.com/mui/mui-x/commits/v8.27.2/packages/x-tree-view)

---
updated-dependencies:
- dependency-name: "@nx/devkit"
  dependency-version: 22.5.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: react-hook-form
  dependency-version: 7.71.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@mui/material"
  dependency-version: 7.3.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@mui/types"
  dependency-version: 7.4.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: qs
  dependency-version: 6.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@mui/x-date-pickers"
  dependency-version: 8.27.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@mui/system"
  dependency-version: 7.3.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: msw
  dependency-version: 2.12.10
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@mui/x-tree-view"
  dependency-version: 8.27.2
  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 Feb 26, 2026
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 26, 2026
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 1, 2026

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Mar 1, 2026
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dependencies-3333e793d7 branch March 1, 2026 10:11
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