Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the dependencies group with 13 updates:

Package From To
react-hook-form 7.55.0 7.69.0
@mui/material 7.3.4 7.3.6
@mui/types 7.4.7 7.4.9
qs 6.14.0 6.14.1
@availity/api-axios 12.0.0 12.0.1
dayjs 1.11.13 1.11.19
@mui/x-date-pickers 8.16.0 8.23.0
@mui/system 7.3.3 7.3.6
@availity/analytics-core 6.0.6 6.0.7
msw 2.4.11 2.12.7
@availity/native-form 7.0.7 7.0.8
@emotion/styled 11.14.0 11.14.1
@mui/x-tree-view 8.16.0 8.23.0

Updates react-hook-form from 7.55.0 to 7.69.0

Release notes

Sourced from react-hook-form's releases.

🎄 Version 7.69.0

📏 feat: align API with useWatch (#13192) 🤦🏻‍♂️ chore: update @​deprecated names prop on (#13198) 🏥 chore: safely call function methods on elements (#13190) 🪖 chore: cve-2025-67779 (#13196) 🪖 chore: cve-2025-55184 & cve-2025-55183 (#13194) 🪖 chore: CVE-2025-55182 Critical RCE vulnerabilty (#13175) 🔬 test: add regression tests for #12837 and #13136 (#13187) 🐞 fix(reset): preserve isValid state when keepIsValid option is used (#13173) 🐞 fix: ensure each createFormControl.subscribe subscription listens only to the changes it subscribes to (#12968) 🐞 fix(validation): batch isValidating state updates with validation result (#13181) 🐞 fix(createFormControl): resolve race condition between setError and setFocus (#13138) (#13169) 🧿 fix control prop type (#13189) 🔔 chore: clean cloneObject logic (#13179)

thanks to @​PierreCrb, @​a28689604, @​AnuragM7666, @​ap0nia, @​dusan233 & @​hlongc

Version 7.68.0

🎧 feat: <FormStateSubscribe /> component (#13142)

import { useForm, FormStateSubscribe } from 'react-hook-form';
const App = () => {
const { register, control } = useForm();
return (
<div>
<form>
<input {...register('foo')} />
<input {...register('bar')} />
</form>
{/* re-render only when formState of foo changes */}
<FormStateSubscribe
control={control}
name={"foo"}
render={({errors}) => <span>{errors.foo?.message}</span>}
/>
</div>
);
};

🐞 fix: clear validation errors synchronously in reset() to fix Next.js 16 Server Actions issue (#13139) Revert "✨ fix(types): allow undefined value with async defaultValues in Contr…" (#13171)

thanks to @​xiangnuans, @​abnud11, @​ntatoud & @​ap0nia

Version 7.67.0

... (truncated)

Commits

Updates @mui/material from 7.3.4 to 7.3.6

Release notes

Sourced from @​mui/material's releases.

v7.3.6

A big thanks to the 22 contributors who made this release possible.

@​mui/material@​7.3.6

@​mui/system@​7.3.6

@​mui/lab@​7.3.6

Docs

Core

... (truncated)

Changelog

Sourced from @​mui/material's changelog.

7.3.6

Dec 3, 2025

A big thanks to the 22 contributors who made this release possible.

@​mui/material@​7.3.6

@​mui/system@​7.3.6

@​mui/lab@​7.3.6

Docs

Core

... (truncated)

Commits

Updates @mui/types from 7.4.7 to 7.4.9

Commits

Updates qs from 6.14.0 to 6.14.1

Changelog

Sourced from qs's changelog.

6.14.1

  • [Fix] ensure arrayLength applies to [] notation as well
  • [Fix] parse: when a custom decoder returns null for a key, ignore that key
  • [Refactor] parse: extract key segment splitting helper
  • [meta] add threat model
  • [actions] add workflow permissions
  • [Tests] stringify: increase coverage
  • [Dev Deps] update eslint, @ljharb/eslint-config, npmignore, es-value-fixtures, for-each, object-inspect
Commits
  • 3fa11a5 v6.14.1
  • a626704 [Dev Deps] update npmignore
  • 3086902 [Fix] ensure arrayLength applies to [] notation as well
  • fc7930e [Dev Deps] update eslint, @ljharb/eslint-config
  • 0b06aac [Dev Deps] update @ljharb/eslint-config
  • 64951f6 [Refactor] parse: extract key segment splitting helper
  • e1bd259 [Dev Deps] update @ljharb/eslint-config
  • f4b3d39 [eslint] add eslint 9 optional peer dep
  • 6e94d95 [Dev Deps] update eslint, @ljharb/eslint-config, npmignore
  • 973dc3c [actions] add workflow permissions
  • Additional commits viewable in compare view

Updates @availity/api-axios from 12.0.0 to 12.0.1

Changelog

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

12.0.1 (2025-12-09)

Commits
  • a40ba78 chore(api-axios): release version 12.0.1 [skip ci]
  • 41a4859 build: upgrade yarn and availity deps
  • See full diff in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​availity/api-axios since your current version.


Updates dayjs from 1.11.13 to 1.11.19

Release notes

Sourced from dayjs's releases.

v1.11.19

1.11.19 (2025-10-31)

Bug Fixes

  • added usage warnings for diff + updated unit tests (#2948) (269a7a9)
  • dont instantiate regexes within ar locale functions to avoid performance overhead (#2898) (af5e9f0)
  • replace italian locale "un' ora fa" with "un'ora fa", add tests for it (#2930) (9e9f76c)
  • Updated Belarusian locale with relative time (#2656) (1d8746c)

v1.11.18

1.11.18 (2025-08-30)

Bug Fixes

  • error semantic-release dependency (8cfb313)

v1.11.17

1.11.17 (2025-08-29)

Bug Fixes

  • [en-AU] locale use the same ordinal as moment (#2878) (1b95ecd)

v1.11.16

1.11.16 (2025-08-29)

Bug Fixes

  • test release workflow (no code changes) (c38c428)

v1.11.15

1.11.15 (2025-08-28)

Bug Fixes

  • Fix misspellings in Irish or Irish Gaelic [ga] (#2861) (9c14a42)

v1.11.14

1.11.14 (2025-08-27)

Bug Fixes

  • .utcOffset(0, true) result and its clone are different bug (#2505) (fefdcd4)
Changelog

Sourced from dayjs's changelog.

1.11.19 (2025-10-31)

Bug Fixes

  • added usage warnings for diff + updated unit tests (#2948) (269a7a9)
  • dont instantiate regexes within ar locale functions to avoid performance overhead (#2898) (af5e9f0)
  • replace italian locale "un' ora fa" with "un'ora fa", add tests for it (#2930) (9e9f76c)
  • Updated Belarusian locale with relative time (#2656) (1d8746c)

1.11.18 (2025-08-30)

Bug Fixes

  • error semantic-release dependency (8cfb313)

1.11.17 (2025-08-29)

Bug Fixes

  • [en-AU] locale use the same ordinal as moment (#2878) (1b95ecd)

1.11.16 (2025-08-29)

Bug Fixes

  • test release workflow (no code changes) (c38c428)

1.11.15 (2025-08-28)

Bug Fixes

  • Fix misspellings in Irish or Irish Gaelic [ga] (#2861) (9c14a42)

1.11.14 (2025-08-27)

Bug Fixes

  • .utcOffset(0, true) result and its clone are different bug (#2505) (fefdcd4)
Commits

Updates @mui/x-date-pickers from 8.16.0 to 8.23.0

Release notes

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

v8.23.0

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

Special thanks go out to these community members for their valuable contributions: @​henkerik, @​sai6855

The following team members contributed to this release: @​alelthomas, @​alexfauquette, @​arminmeh, @​bernardobelchior, @​brijeshb42, @​flaviendelangle, @​JCQuintas, @​mapache-salvaje, @​MBilalShafi, @​siriwatknp

Data Grid

@mui/x-data-grid@8.23.0

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

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

  • [DataGridPro] Fix crash on rows change in tree data with pagination (#20215) @​Copilot

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

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

  • [DataGridPremium] Add aggregation for 'boolean' column type (#20683) @​arminmeh
  • [DataGridPremium] Fix strategy value computation with row grouping (#20725) @​MBilalShafi
  • [DataGridPremium] Handle isRowSelectable() checks for the rows missing due to keepNonExistentRowsSelected (#20668) @​arminmeh

Date and Time Pickers

@mui/x-date-pickers@8.23.0

Internal changes.

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

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

Charts

@mui/x-charts@8.23.0

... (truncated)

Changelog

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

8.23.0

Dec 24, 2025

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

Special thanks go out to these community members for their valuable contributions: @​henkerik, @​sai6855

The following team members contributed to this release: @​alelthomas, @​alexfauquette, @​arminmeh, @​bernardobelchior, @​brijeshb42, @​flaviendelangle, @​JCQuintas, @​mapache-salvaje, @​MBilalShafi, @​siriwatknp

Data Grid

@mui/x-data-grid@8.23.0

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

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

  • [DataGridPro] Fix crash on rows change in tree data with pagination (#20215) @​Copilot

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

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

  • [DataGridPremium] Add aggregation for 'boolean' column type (#20683) @​arminmeh
  • [DataGridPremium] Fix strategy value computation with row grouping (#20725) @​MBilalShafi
  • [DataGridPremium] Handle isRowSelectable() checks for the rows missing due to keepNonExistentRowsSelected (#20668) @​arminmeh

Date and Time Pickers

@mui/x-date-pickers@8.23.0

Internal changes.

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

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

Charts

... (truncated)

Commits

Updates @mui/system from 7.3.3 to 7.3.6

Release notes

Sourced from @​mui/system's releases.

v7.3.6

A big thanks to the 22 contributors who made this release possible.

@​mui/material@​7.3.6

@​mui/system@​7.3.6

@​mui/lab@​7.3.6

Docs

Core

... (truncated)

Changelog

Sourced from @​mui/system's changelog.

7.3.6

Dec 3, 2025

A big thanks to the 22 contributors who made this release possible.

@​mui/material@​7.3.6

Bumps the dependencies group with 13 updates:

| Package | From | To |
| --- | --- | --- |
| [react-hook-form](https://github.com/react-hook-form/react-hook-form) | `7.55.0` | `7.69.0` |
| [@mui/material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-material) | `7.3.4` | `7.3.6` |
| [@mui/types](https://github.com/mui/material-ui/tree/HEAD/packages/mui-types) | `7.4.7` | `7.4.9` |
| [qs](https://github.com/ljharb/qs) | `6.14.0` | `6.14.1` |
| [@availity/api-axios](https://github.com/availity/sdk-js/tree/HEAD/packages/api-axios) | `12.0.0` | `12.0.1` |
| [dayjs](https://github.com/iamkun/dayjs) | `1.11.13` | `1.11.19` |
| [@mui/x-date-pickers](https://github.com/mui/mui-x/tree/HEAD/packages/x-date-pickers) | `8.16.0` | `8.23.0` |
| [@mui/system](https://github.com/mui/material-ui/tree/HEAD/packages/mui-system) | `7.3.3` | `7.3.6` |
| [@availity/analytics-core](https://github.com/availity/sdk-js/tree/HEAD/packages/analytics-core) | `6.0.6` | `6.0.7` |
| [msw](https://github.com/mswjs/msw) | `2.4.11` | `2.12.7` |
| [@availity/native-form](https://github.com/availity/sdk-js/tree/HEAD/packages/native-form) | `7.0.7` | `7.0.8` |
| [@emotion/styled](https://github.com/emotion-js/emotion) | `11.14.0` | `11.14.1` |
| [@mui/x-tree-view](https://github.com/mui/mui-x/tree/HEAD/packages/x-tree-view) | `8.16.0` | `8.23.0` |


Updates `react-hook-form` from 7.55.0 to 7.69.0
- [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.55.0...v7.69.0)

Updates `@mui/material` from 7.3.4 to 7.3.6
- [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.6/packages/mui-material)

Updates `@mui/types` from 7.4.7 to 7.4.9
- [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.0 to 6.14.1
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](ljharb/qs@v6.14.0...v6.14.1)

Updates `@availity/api-axios` from 12.0.0 to 12.0.1
- [Release notes](https://github.com/availity/sdk-js/releases)
- [Changelog](https://github.com/Availity/sdk-js/blob/master/packages/api-axios/CHANGELOG.md)
- [Commits](https://github.com/availity/sdk-js/commits/@availity/api-axios@12.0.1/packages/api-axios)

Updates `dayjs` from 1.11.13 to 1.11.19
- [Release notes](https://github.com/iamkun/dayjs/releases)
- [Changelog](https://github.com/iamkun/dayjs/blob/dev/CHANGELOG.md)
- [Commits](iamkun/dayjs@v1.11.13...v1.11.19)

Updates `@mui/x-date-pickers` from 8.16.0 to 8.23.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.23.0/packages/x-date-pickers)

Updates `@mui/system` from 7.3.3 to 7.3.6
- [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.6/packages/mui-system)

Updates `@availity/analytics-core` from 6.0.6 to 6.0.7
- [Release notes](https://github.com/availity/sdk-js/releases)
- [Changelog](https://github.com/Availity/sdk-js/blob/master/packages/analytics-core/CHANGELOG.md)
- [Commits](https://github.com/availity/sdk-js/commits/@availity/analytics-core@6.0.7/packages/analytics-core)

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

Updates `@emotion/styled` from 11.14.0 to 11.14.1
- [Release notes](https://github.com/emotion-js/emotion/releases)
- [Changelog](https://github.com/emotion-js/emotion/blob/main/CHANGELOG.md)
- [Commits](https://github.com/emotion-js/emotion/compare/@emotion/styled@11.14.0...@emotion/styled@11.14.1)

Updates `@mui/x-tree-view` from 8.16.0 to 8.23.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.23.0/packages/x-tree-view)

---
updated-dependencies:
- dependency-name: react-hook-form
  dependency-version: 7.69.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@mui/material"
  dependency-version: 7.3.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@mui/types"
  dependency-version: 7.4.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: qs
  dependency-version: 6.14.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@availity/api-axios"
  dependency-version: 12.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: dayjs
  dependency-version: 1.11.19
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@mui/x-date-pickers"
  dependency-version: 8.23.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@mui/system"
  dependency-version: 7.3.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@availity/analytics-core"
  dependency-version: 6.0.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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: "@availity/native-form"
  dependency-version: 7.0.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@emotion/styled"
  dependency-version: 11.14.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@mui/x-tree-view"
  dependency-version: 8.23.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 1, 2026
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 1, 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