Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump the dependencies group across 1 directory with 16 updates #608

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 16, 2024

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


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

Package From To
react-hook-form 7.51.3 7.54.1
tslib 2.6.2 2.8.1
@availity/authorize 4.1.0 4.1.2
@mui/types 7.2.14 7.2.19
@availity/api-axios 9.0.4 9.0.6
@mui/x-date-pickers 7.2.0 7.23.2
dayjs 1.11.10 1.11.13
@availity/analytics-core 5.0.4 5.0.6
@fortawesome/free-brands-svg-icons 6.6.0 6.7.2
@fortawesome/free-regular-svg-icons 6.5.2 6.7.2
@fortawesome/free-solid-svg-icons 6.5.2 6.7.2
msw 2.3.5 2.6.9
@availity/hooks 5.0.2 5.1.2
@emotion/react 11.11.4 11.14.0
@emotion/styled 11.11.5 11.14.0
@mui/x-tree-view 7.16.0 7.23.2

Updates react-hook-form from 7.51.3 to 7.54.1

Release notes

Sourced from react-hook-form's releases.

Version 7.54.1

Revert "🦥 fix: useForm should return a new object on formState changes (#12424)" (#12475)

Version 7.54.0

🦥 fix: useForm should return a new object on formState changes (#12424) 🧻 improve prototype pollution check (#12431) 🪖 fix: add FileList availability check for environments without FileList support (#12332) 🧪 close #12198 memo for useController and useFormState (#12421) 🐞 fix #12407 useFieldArray append issue with useForm disabled props (#12420) 🐞 fix #12415 issue with flatten object with null value (#12418) 🐞 fix #12385 nested array field invalid validation report on removed (#12405) 🙀 fix: hasPromiseValidation return true or false appropriately. (#12389) 👃 fix more staled props (#12404)

thanks to @​developer-bandi, @​OlegDev1, @​sukvvon, @​alexandredev3 and @​mfazekas

Version 7.53.2

🐞 fix #12398 staled disabled issue with resubmit form (#12403) 🐞 fix: add type guard to fieldRef.select (#12390) Revert "🏺 watch reference update on formState update (#12326)" (#12391)

thanks to @​developer-bandi

Version 7.53.1

🐞 fix: #12294 ensure Invalid Date is evaluated correctly (#12295) 🐞 fix #12316 setValue should work for arrays of primitives to handle checkboxes (#12316) (#12317) 🐞 fix #12097 Use dirty fields along with mount names for form reset with keepDirtyValues (#12211) 🫀 fix #12237 disabled state trigger formState dirty/dirtyFields to update (#12239) 🐞 fix #12291 field array remove cause undefined with FormData (#12305) 📝 improve flatten function with object type check (#12306) 🖐️ improve: resolve type of set function (#12145) 🔧 chore: upgrade eslint to v9 (#12150) 📖 fix: code example input field placeholder name (#12296) 📖 docs: fix typo in code example (#12271)

thanks to @​rasikhq @​abnud11 @​crypt0box @​developer-bandi @​matmannion @​hasancruk & @​vismay7

Version 7.53.0

🌫️ feat: #12148 support isValid when mode is set to onBlur (#12194)

// update formstate isValid with onBlur event
const { formState: { isValid } } = useForm({
  mode: 'onBlur'
})

🐞 fix #12021 issue with disable prop not reflecting on re-render without trigger by useEffect (#12193) 👩‍🌾 close #12168 optimise re-render with validating fields subscription (#12192) 🐞 fix #12127 issue with compare object value changed with object input (#12185)

... (truncated)

Commits
  • 4902d0c 7.54.1
  • 8bb1632 Revert "🦥 fix: useForm should return a new object on formState changes (#1242...
  • e7739e9 🥼 update change log v7.54.0
  • 445a09c ⚛️ upgrade to react 19 (#12460)
  • 893ffce 7.54.0
  • 9532038 ❤️ thank you so much for St. Galler Kantonalbank AG sponsor
  • 5db95c9 🐸 update SECURITY.md
  • 09a9a49 🦥 fix: useForm should return a new object on formState changes (#12424)
  • 0952f7e 🧻 improve prototype pollution check (#12431)
  • 30ea87e 🪖 fix: add FileList availability check for environments without FileList ...
  • Additional commits viewable in compare view

Updates tslib from 2.6.2 to 2.8.1

Release notes

Sourced from tslib's releases.

v2.8.1

What's Changed

Full Changelog: microsoft/tslib@v2.8.0...v2.8.1

v2.8.0

What's Changed

Full Changelog: microsoft/tslib@v2.7.0...v2.8.0

v2.7.0

What's Changed

Full Changelog: microsoft/tslib@v2.6.3...v2.7.0

v2.6.3

What's Changed

Full Changelog: microsoft/tslib@v2.6.2...v2.6.3

Commits

Updates @availity/authorize from 4.1.0 to 4.1.2

Changelog

Sourced from @​availity/authorize's changelog.

4.1.2 (2024-10-16)

4.1.1 (2024-08-22)

1.0.0 (2024-08-22)

Bug Fixes

  • authorize: change query key to useAuthorize (e916267)

  • authorize: fixed unit tests 🤦 (87cac9d)

  • authorize: move react-dom and react-query to peerDeps (a3c25f9)

  • authorize: resolve linter errors and add type (fafea0c)

  • authorize: the authorize component was using the wrong axi struct (acb90b1)

  • feature: fixed the repository for npm (7a13a9e)

  • fixed package-locks (ddb49bb)

  • re-created package-locks (49726de)

  • removed npmrc and added config to lerna for now creating locks (efe82ab)

  • removed package-locks,added npmrc ignore,fixed react as hoisted dep (4648319)

  • so many package-lock.json's (8b5dc24)

  • feat(authorize)!: convert to typescript and add react-query (056744a)

Features

  • authorize: add resources filter (e266abc)
  • authorize: adding a test to check for blockui when fetching (6d14150)
  • authorize: adds currentRegion to values returned from useAuthorize() (245dd2c)
  • authorize: cache region (3da1c36)
  • authorize: created custom hook for getting authorized state (cce12f3)
  • authorize: export useauthorize types (eecb449)
  • authorize: remove screen.debug() (0b6176c)
  • authorize: replace deprecated @​availity/react-block-ui library with new @​availity/block-ui (6188c5b)
  • authorize: update type definition (7a415c7)
  • authorize: upgrade react query to v4 (69a78bd)
  • docs: updated to use yarn and added readmes (3b94748)
  • feature: added packages from av-react to public (2c32cf3)
  • feature: adding typescript support (cfe57a2)
  • form: add currency input (fa9eea6)
  • move storybook, stories, and fix hmr (2f65f71)
  • upgrade deps (eccefc0)

Performance Improvements

... (truncated)

Commits
  • b3f21cd chore(@​availity/authorize): release version 4.1.2 [skip ci]
  • 41856db chore: react peerDep should be ^18.0.0
  • 5218a0b chore: cleanup peerDeps
  • 2919274 chore(@​availity/authorize): release version 4.1.1 [skip ci]
  • f1276d8 build: fix version in package.json
  • b111ffe build: fix tagPrefix for versioning
  • 1b3d7b7 chore(@​availity/authorize): release version 1.0.0 [skip ci]
  • a06ab81 build: upgrade more deps
  • f6a7a39 build: upgrade axios
  • 3cda3f7 build: upgrade @​availity/sdk-js dependencies
  • Additional commits viewable in compare view

Updates @mui/types from 7.2.14 to 7.2.19

Commits
Maintainer changes

This version was pushed to npm by aarongarciah, a new releaser for @​mui/types since your current version.


Updates @availity/api-axios from 9.0.4 to 9.0.6

Changelog

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

9.0.6 (2024-12-16)

Bug Fixes

  • api-axios: all logic for limit (e7e83fb)

9.0.5 (2024-12-13)

Bug Fixes

  • api-axios: all logic math.min (a722c65)
  • api-axios: default 1 if response.limit not present on all (0f2ca5d)
  • api-axios: use request.length if response.limit not present on all (bd7812d)
  • api-axios: use request.limit if response.limit not present on all (0994453)
  • use request limit if response limit is not present for all (2cef9cb)
Commits
  • 5a3e2f9 chore(@​availity/api-axios): release version 9.0.6 [skip ci]
  • 2dc09ee Merge pull request #779 from Availity/fix/allLimit
  • e7e83fb fix(api-axios): all logic for limit
  • f51a663 chore(@​availity/api-axios): release version 9.0.5 [skip ci]
  • a722c65 fix(api-axios): all logic math.min
  • 0f2ca5d fix(api-axios): default 1 if response.limit not present on all
  • bd7812d fix(api-axios): use request.length if response.limit not present on all
  • 0994453 fix(api-axios): use request.limit if response.limit not present on all
  • 2cef9cb fix: use request limit if response limit is not present for all
  • See full diff in compare view

Updates @mui/x-date-pickers from 7.2.0 to 7.23.2

Release notes

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

v7.23.2

We'd like to offer a big thanks to the 11 contributors who made this release possible. Here are some highlights ✨:

  • 🌍 Improve Romanian and Turkish locales on the Data Grid
  • 🌍 Improve Romanian locale on the Pickers
  • 📚 Documentation improvements
  • 🐞 Bugfixes

Special thanks go out to the community contributors who have helped make this release possible: @​ihsanberkozcan, @​k-rajat19, @​lhilgert9, @​nusr, @​rares985.

Following are all team members who have contributed to this release: @​alexfauquette, @​arminmeh, @​flaviendelangle, @​JCQuintas, @​KenanYusuf, @​LukasTy.

Data Grid

@mui/x-data-grid@7.23.2

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

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

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

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

  • [DataGridPremium] Fix group column ignoring valueOptions for singleSelect column type (#15754) @​arminmeh

Date and Time Pickers

@mui/x-date-pickers@7.23.2

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

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

Charts

@mui/x-charts@7.23.2

... (truncated)

Changelog

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

7.23.2

Dec 12, 2024

We'd like to offer a big thanks to the 11 contributors who made this release possible. Here are some highlights ✨:

  • 🌍 Improve Romanian and Turkish locales on the Data Grid
  • 🌍 Improve Romanian locale on the Pickers
  • 📚 Documentation improvements
  • 🐞 Bugfixes

Special thanks go out to the community contributors who have helped make this release possible: @​ihsanberkozcan, @​k-rajat19, @​lhilgert9, @​nusr, @​rares985.

Following are all team members who have contributed to this release: @​alexfauquette, @​arminmeh, @​flaviendelangle, @​JCQuintas, @​KenanYusuf, @​LukasTy.

Data Grid

@mui/x-data-grid@7.23.2

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

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

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

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

  • [DataGridPremium] Fix group column ignoring valueOptions for singleSelect column type (#15754) @​arminmeh

Date and Time Pickers

@mui/x-date-pickers@7.23.2

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

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

... (truncated)

Commits

Updates dayjs from 1.11.10 to 1.11.13

Release notes

Sourced from dayjs's releases.

v1.11.13

1.11.13 (2024-08-20)

Bug Fixes

  • customParseFormat supports Q quter / w ww weekOfYear (#2705) (8ca74f1)

v1.11.12

1.11.12 (2024-07-18)

Bug Fixes

v1.11.11

1.11.11 (2024-04-28)

Bug Fixes

Changelog

Sourced from dayjs's changelog.

1.11.13 (2024-08-20)

Bug Fixes

  • customParseFormat supports Q quter / w ww weekOfYear (#2705) (8ca74f1)

1.11.12 (2024-07-18)

Bug Fixes

1.11.11 (2024-04-28)

Bug Fixes

Commits

Updates @availity/analytics-core from 5.0.4 to 5.0.6

Changelog

Sourced from @​availity/analytics-core's changelog.

5.0.6 (2024-12-16)

Dependency Updates

  • @availity/api-axios updated to version 5.0.5

5.0.5 (2024-12-13)

Dependency Updates

  • @availity/api-axios updated to version 5.0.4
Commits
  • 3359ebe chore(@​availity/analytics-core): release version 5.0.6 [skip ci]
  • 3e49ffa chore(@​availity/analytics-core): release version 5.0.5 [skip ci]
  • See full diff in compare view

Updates @fortawesome/free-brands-svg-icons from 6.6.0 to 6.7.2

Release notes

Sourced from @​fortawesome/free-brands-svg-icons's releases.

Releast 6.7.1

Change log available at https://fontawesome.com/docs/changelog/

Release 6.7.1

Change log available at https://fontawesome.com/docs/changelog/

Release 6.7.0

Change log available at https://fontawesome.com/docs/changelog/

Commits

Updates @fortawesome/free-regular-svg-icons from 6.5.2 to 6.7.2

Release notes

Sourced from @​fortawesome/free-regular-svg-icons's releases.

Releast 6.7.1

Change log available at https://fontawesome.com/docs/changelog/

Release 6.7.1

Change log available at https://fontawesome.com/docs/changelog/

Release 6.7.0

Change log available at https://fontawesome.com/docs/changelog/

Release 6.6.0

Change log available at https://fontawesome.com/docs/changelog/

Commits

Updates @fortawesome/free-solid-svg-icons from 6.5.2 to 6.7.2

Release notes

Sourced from @​fortawesome/free-solid-svg-icons's releases.

Releast 6.7.1

Change log available at https://fontawesome.com/docs/changelog/

Release 6.7.1

Change log available at https://fontawesome.com/docs/changelog/

Release 6.7.0

Change log available at https://fontawesome.com/docs/changelog/

Release 6.6.0

Change log available at https://fontawesome.com/docs/changelog/

Commits

Updates msw from 2.3.5 to 2.6.9

Release notes

Sourced from msw's releases.

v2.6.9 (2024-12-16)

Bug Fixes

v2.6.8 (2024-12-07)

Bug Fixes

  • setupServer: reapply interception after calling server.listen() after server.close() (#2383) (00da9cad4249b61732ee375d9dbefeb76028cc2b) @​kettanaito

v2.6.7 (2024-12-06)

Bug Fixes

v2.6.6 (2024-11-22)

Bug Fixes

  • types: support optional path parameters (#2368) (3b7b776e8c0de341185df4686a895c24326748d3) @​kettanaito

v2.6.5 (2024-11-16)

Bug Fixes

  • support non-configurable responses (#2360) (5bf3e3bf5f9a6d32c79410c11abd539ec4c2ddc5) @​kettanaito

v2.6.4 (2024-11-10)

Bug Fixes

  • prevent infinite loop when bypassing sendBeacon() requests (#2353) (2fa98c327acc51189f87789d9155c4ec57be2299) @​kettanaito
  • remove the internal bypass request header before performing the request as-is in Node.js (#2353) (2fa98c327acc51189f87789d9155c4ec57be2299) @​kettanaito

v2.6.3 (2024-11-10)

Bug Fixes

  • handleRequest: remove transformResponse option (#2351) (74c4a3a89970bbfc498c812790daef13766dea72) @​kettanaito

v2.6.2 (2024-11-07)

Bug Fixes

  • update @bundled-es-modules/cookie to 2.0.1 (#2312) (c134352e8206b91740247f4f196767ab8a8eb921) @​kettanaito

v2.6.1 (2024-11-06)

... (truncated)

Commits
  • a845ea1 chore(release): v2.6.9
  • 417918f chore: pack/build before all e2e tests (#2395)
  • 41f00e1 fix: support SharedArrayBuffer in HttpResponse.arrayBuffer (#2389)
  • a6c419c chore: split build into standalone jobs (#2386)
  • de3bedf chore(release): v2.6.8
  • 00da9ca fix(setupServer): reapply interception after calling server.listen() after ...
  • e8d748e chore(ci): fix broken restore cache key
  • 6a2cf33 chore(release): v2.6.7
  • 3f40055 fix(setupWorker): correctly delete internal accept header on passthrough (#...
  • e61ee12 chore: use pnpm@9.14.0 for preview releases
  • Additional commits viewable in compare view

Updates @availity/hooks from 5.0.2 to 5.1.2

Changelog

Sourced from @​availity/hooks's changelog.

5.1.2 (2024-10-16)

5.1.1 (2024-10-02)

5.1.0 (2024-10-01)

Features

  • hooks: add useUpdateNav (68d0f21)

5.0.3 (2024-08-22)

1.0.0 (2024-08-22)

Bug Fixes

  • eslint issues (bc4d8e9)
  • hooks: moved region fetching into useEffect, and adding trycatch to better handle errors (e3d8454)
  • hooks: remove effect from dependency array in useMount (a096fa4)
  • hooks: use optional chaining (ec54426)
  • removed npmrc and added config to lerna for now creating locks (efe82ab)
  • removed package-locks,added npmrc ignore,fixed react as hoisted dep (4648319)
  • upgrade yup and update sb stories (68aeafe)

Features

  • allow for options to be passed in (1d99a8b)
  • docs: updated to use yarn and added readmes (3b94748)
  • form: add currency input (fa9eea6)
  • hooks: add documentation to sidebar, some formatting (fbd9964)
  • hooks: add usePermissions, useOrganizations, useProviders hook (458f5e5)
  • hooks: add useWindowDimensionsHook (203d9c0)
  • hooks: added som...

    Description has been truncated

…pdates

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

| Package | From | To |
| --- | --- | --- |
| [react-hook-form](https://github.com/react-hook-form/react-hook-form) | `7.51.3` | `7.54.1` |
| [tslib](https://github.com/Microsoft/tslib) | `2.6.2` | `2.8.1` |
| [@availity/authorize](https://github.com/Availity/availity-react/tree/HEAD/packages/authorize) | `4.1.0` | `4.1.2` |
| [@mui/types](https://github.com/mui/material-ui/tree/HEAD/packages/mui-types) | `7.2.14` | `7.2.19` |
| [@availity/api-axios](https://github.com/availity/sdk-js/tree/HEAD/packages/api-axios) | `9.0.4` | `9.0.6` |
| [@mui/x-date-pickers](https://github.com/mui/mui-x/tree/HEAD/packages/x-date-pickers) | `7.2.0` | `7.23.2` |
| [dayjs](https://github.com/iamkun/dayjs) | `1.11.10` | `1.11.13` |
| [@availity/analytics-core](https://github.com/availity/sdk-js/tree/HEAD/packages/analytics-core) | `5.0.4` | `5.0.6` |
| [@fortawesome/free-brands-svg-icons](https://github.com/FortAwesome/Font-Awesome) | `6.6.0` | `6.7.2` |
| [@fortawesome/free-regular-svg-icons](https://github.com/FortAwesome/Font-Awesome) | `6.5.2` | `6.7.2` |
| [@fortawesome/free-solid-svg-icons](https://github.com/FortAwesome/Font-Awesome) | `6.5.2` | `6.7.2` |
| [msw](https://github.com/mswjs/msw) | `2.3.5` | `2.6.9` |
| [@availity/hooks](https://github.com/Availity/availity-react/tree/HEAD/packages/hooks) | `5.0.2` | `5.1.2` |
| [@emotion/react](https://github.com/emotion-js/emotion) | `11.11.4` | `11.14.0` |
| [@emotion/styled](https://github.com/emotion-js/emotion) | `11.11.5` | `11.14.0` |
| [@mui/x-tree-view](https://github.com/mui/mui-x/tree/HEAD/packages/x-tree-view) | `7.16.0` | `7.23.2` |



Updates `react-hook-form` from 7.51.3 to 7.54.1
- [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.51.3...v7.54.1)

Updates `tslib` from 2.6.2 to 2.8.1
- [Release notes](https://github.com/Microsoft/tslib/releases)
- [Commits](microsoft/tslib@v2.6.2...v2.8.1)

Updates `@availity/authorize` from 4.1.0 to 4.1.2
- [Release notes](https://github.com/Availity/availity-react/releases)
- [Changelog](https://github.com/Availity/availity-react/blob/master/packages/authorize/CHANGELOG.md)
- [Commits](https://github.com/Availity/availity-react/commits/@availity/authorize@4.1.2/packages/authorize)

Updates `@mui/types` from 7.2.14 to 7.2.19
- [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 `@availity/api-axios` from 9.0.4 to 9.0.6
- [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@9.0.6/packages/api-axios)

Updates `@mui/x-date-pickers` from 7.2.0 to 7.23.2
- [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/v7.23.2/packages/x-date-pickers)

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

Updates `@availity/analytics-core` from 5.0.4 to 5.0.6
- [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@5.0.6/packages/analytics-core)

Updates `@fortawesome/free-brands-svg-icons` from 6.6.0 to 6.7.2
- [Release notes](https://github.com/FortAwesome/Font-Awesome/releases)
- [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/6.x/CHANGELOG.md)
- [Commits](FortAwesome/Font-Awesome@6.6.0...6.7.2)

Updates `@fortawesome/free-regular-svg-icons` from 6.5.2 to 6.7.2
- [Release notes](https://github.com/FortAwesome/Font-Awesome/releases)
- [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/6.x/CHANGELOG.md)
- [Commits](FortAwesome/Font-Awesome@6.5.2...6.7.2)

Updates `@fortawesome/free-solid-svg-icons` from 6.5.2 to 6.7.2
- [Release notes](https://github.com/FortAwesome/Font-Awesome/releases)
- [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/6.x/CHANGELOG.md)
- [Commits](FortAwesome/Font-Awesome@6.5.2...6.7.2)

Updates `msw` from 2.3.5 to 2.6.9
- [Release notes](https://github.com/mswjs/msw/releases)
- [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md)
- [Commits](mswjs/msw@v2.3.5...v2.6.9)

Updates `@availity/hooks` from 5.0.2 to 5.1.2
- [Release notes](https://github.com/Availity/availity-react/releases)
- [Changelog](https://github.com/Availity/availity-react/blob/master/packages/hooks/CHANGELOG.md)
- [Commits](https://github.com/Availity/availity-react/commits/@availity/hooks@5.1.2/packages/hooks)

Updates `@emotion/react` from 11.11.4 to 11.14.0
- [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/react@11.11.4...@emotion/react@11.14.0)

Updates `@emotion/styled` from 11.11.5 to 11.14.0
- [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.11.5...@emotion/styled@11.14.0)

Updates `@mui/x-tree-view` from 7.16.0 to 7.23.2
- [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/v7.23.2/packages/x-tree-view)

---
updated-dependencies:
- dependency-name: react-hook-form
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: tslib
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@availity/authorize"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@mui/types"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@availity/api-axios"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@mui/x-date-pickers"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: dayjs
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@availity/analytics-core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@fortawesome/free-brands-svg-icons"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@fortawesome/free-regular-svg-icons"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@fortawesome/free-solid-svg-icons"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: msw
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@availity/hooks"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@emotion/react"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@emotion/styled"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@mui/x-tree-view"
  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 the dependencies Pull requests that update a dependency file label Dec 16, 2024
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants