Skip to content

build(deps): bump the dependencies group across 1 directory with 12 updates#894

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/dependencies-3ff0b88d0b
Closed

build(deps): bump the dependencies group across 1 directory with 12 updates#894
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/dependencies-3ff0b88d0b

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 1, 2026

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

Package From To
@nx/devkit 22.2.2 22.5.3
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
@availity/api-axios 12.0.3 12.0.4
@mui/x-date-pickers 8.25.0 8.27.2
@mui/system 7.3.7 7.3.8
@availity/analytics-core 6.0.9 6.0.10
msw 2.4.11 2.12.10
@availity/native-form 7.0.10 7.0.11
@mui/x-tree-view 8.25.0 8.27.2

Updates @nx/devkit from 22.2.2 to 22.5.3

Release notes

Sourced from @​nx/devkit's releases.

22.5.3 (2026-02-26)

🚀 Features

  • core: add --json flag for better AX to nx list (#34551)
  • core: add passthrough for nx-cloud apply-locally command (#34557)
  • core: add explicit cloud opt-out to CNW (#34580)

🩹 Fixes

  • angular: use SASS indented syntax in nx-welcome component when style is sass (#34510, #33489)
  • angular-rspack: exclude .json files from JS/TS regex patterns (#34195)
  • bundling: skip unnecessary type-check in TS Solution Setup when skipTypeCheck is true (#34493, #34492)
  • bundling: add docs link to generatePackageJson error message (#34562, #30146)
  • bundling: fix regression on process.env usage for webpack (#34583, #34279)
  • core: preserve existing source properties in claude plugin config (#34499)
  • core: retry entire SQLite transaction on DatabaseBusy (#34533)
  • core: reject pending promises directly when plugin worker exits unexpectedly (#34588, #34564)
  • core: use recursive FSEvents on macOS instead of non-recursive kqueue (#34523, #34329, #33781, #34522)
  • core: remove unused getTerminalOutput from BatchProcess (#34604)
  • core: handle FORCE_COLOR=0 with picocolors (#34520, #34305, #34387)
  • core: use scoped cache key for unresolved npm imports in TargetProjectLocator (#34605)
  • core: preserve nxCloud=skip in non-interactive CNW mode (#34616, #34580)
  • core: make watch command work with all and initialRun specified (#32282, #32281)
  • gradle: ensure that atomized task targets have dependsOn (#34611)
  • gradle: use globs for dependent task output files (#34590)
  • js: use per-invocation cache in TS plugin to fix NX_ISOLATE_PLUGINS=false (#34566)
  • js: guard against undefined closest node in rehoistNodes (#34347, #34322)
  • js: remove redundant vite.config.ts generation for vitest projects (#34603, #34399)
  • linter: support eslint v10 (#34534, #34415)
  • linter: allow for wildcards paths in enforce-module-boundaries rule (#34066, #32190)
  • maven: fix set the pom file without changing base directory (#34182, #34181)
  • misc: bump minimatch to 10.2.1 to address CVE-2026-26996 (#34509, #34507)
  • misc: update maven & gradle icons to java duke icon (#34508)
  • nx-dev: correct interpolate sub command for cli reference (#34585)
  • nx-dev: move redirects from Next.js config to Netlify _redirects (#34612)
  • release: allow null values in schema of dockerVersion (#34171)
  • release: add null-safe fallback for version in createGitTagValues (#34598, #34382, #33890, #34391)
  • repo: remove chalk from e2e tests (#34570)
  • testing: use surgical text replacement in Jest matcher alias migration (#34350, #32062)
  • vite: isPreview=true for Vite Preview server (#34597)
  • webpack: ensure safe process.env fallback replacement (#34464, #30826, #34460)

❤️ Thank You

... (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 @availity/api-axios from 12.0.3 to 12.0.4

Changelog

Sourced from @​availity/api-axios's changelog.

12.0.4 (2026-02-27)

Commits
  • ea06252 chore(api-axios): release version 12.0.4 [skip ci]
  • efa1210 build: ensure rollup, tar, and qs are up to date
  • See full diff 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

…pdates

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

| Package | From | To |
| --- | --- | --- |
| [@nx/devkit](https://github.com/nrwl/nx/tree/HEAD/packages/devkit) | `22.2.2` | `22.5.3` |
| [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` |
| [@availity/api-axios](https://github.com/availity/sdk-js/tree/HEAD/packages/api-axios) | `12.0.3` | `12.0.4` |
| [@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` |
| [@availity/analytics-core](https://github.com/availity/sdk-js/tree/HEAD/packages/analytics-core) | `6.0.9` | `6.0.10` |
| [msw](https://github.com/mswjs/msw) | `2.4.11` | `2.12.10` |
| [@availity/native-form](https://github.com/availity/sdk-js/tree/HEAD/packages/native-form) | `7.0.10` | `7.0.11` |
| [@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.3
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/22.5.3/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 `@availity/api-axios` from 12.0.3 to 12.0.4
- [Release notes](https://github.com/availity/sdk-js/releases)
- [Changelog](https://github.com/Availity/sdk-js/blob/@availity/api-axios@12.0.4/packages/api-axios/CHANGELOG.md)
- [Commits](https://github.com/availity/sdk-js/commits/@availity/api-axios@12.0.4/packages/api-axios)

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 `@availity/analytics-core` from 6.0.9 to 6.0.10
- [Release notes](https://github.com/availity/sdk-js/releases)
- [Changelog](https://github.com/Availity/sdk-js/blob/@availity/analytics-core@6.0.10/packages/analytics-core/CHANGELOG.md)
- [Commits](https://github.com/availity/sdk-js/commits/@availity/analytics-core@6.0.10/packages/analytics-core)

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 `@availity/native-form` from 7.0.10 to 7.0.11
- [Release notes](https://github.com/availity/sdk-js/releases)
- [Changelog](https://github.com/Availity/sdk-js/blob/@availity/native-form@7.0.11/packages/native-form/CHANGELOG.md)
- [Commits](https://github.com/availity/sdk-js/commits/@availity/native-form@7.0.11/packages/native-form)

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.3
  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: "@availity/api-axios"
  dependency-version: 12.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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: "@availity/analytics-core"
  dependency-version: 6.0.10
  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: "@availity/native-form"
  dependency-version: 7.0.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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 Mar 1, 2026
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 1, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Mar 3, 2026

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

@dependabot dependabot Bot closed this Mar 3, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/dependencies-3ff0b88d0b branch March 3, 2026 21:51
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