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

build(deps): bump the dependencies group across 1 directory with 15 updates #573

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 Nov 4, 2024

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

Package From To
react-hook-form 7.51.3 7.53.1
tslib 2.6.2 2.8.1
@availity/authorize 4.1.0 4.1.2
@mui/types 7.2.14 7.2.19
@mui/x-date-pickers 7.2.0 7.22.1
dayjs 1.11.10 1.11.13
@availity/analytics-core 5.0.3 5.0.4
@fortawesome/free-regular-svg-icons 6.5.2 6.6.0
@fortawesome/free-solid-svg-icons 6.5.2 6.6.0
msw 2.3.5 2.6.0
qs 6.12.1 6.13.0
@availity/hooks 5.0.2 5.1.2
@emotion/react 11.11.4 11.13.3
@emotion/styled 11.11.5 11.13.0
@mui/x-tree-view 7.16.0 7.22.1

Updates react-hook-form from 7.51.3 to 7.53.1

Release notes

Sourced from react-hook-form's releases.

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) 🎲 improve : break out of recursive loops on first focus (#11827) 📖 fix example of ObjectKeys type (#11965)

thanks to @​suke & @​DPflasterer

Version 7.52.2

👍 close #12108 useController should subscribe to exact field name of form's state (#12109) 👍 chore: upgrade app deps 🩻 fix: add useCallback for ref callback (#12078) 🚀 fix: skip call executeBuiltInValidation if no sub-fields left (#12054)

thanks to @​newsiberian, @​Wendystraite and @​abnud11

Version 7.52.1

🐞 fix #12024 dirty not update issue with values prop (#12041) 🐞 fix: field array validate rules shift errors (#12033)

thanks to @​JardelCheung

Version 7.52.0

⚛️ close #11932 enable react 19 peer dependency (#11935) 👮‍♀️ close #11954 getFieldState remove unnessaried inValidating and touched subscription (#11995) 🐞 fix #11985 logic createFormControl check field before usage (#11986)

... (truncated)

Commits

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 @mui/x-date-pickers from 7.2.0 to 7.22.1

Release notes

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

v7.22.1

Nov 1, 2024

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

  • 🐞 Bugfixes
  • 📚 Documentation improvements
  • 🌍 Improve Polish (pl-PL) locale on the Date Pickers

Special thanks go out to the community contributors who have helped make this release possible: @​wojtkolos, @​dpak-maurya, @​k-rajat19. Following are all team members who have contributed to this release: @​LukasTy, @​arminmeh, @​MBilalShafi, @​KenanYusuf, @​flaviendelangle.

Data Grid

@mui/x-data-grid@7.22.1

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

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

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

Date and Time Pickers

@mui/x-date-pickers@7.22.1

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

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

Tree View

@mui/x-tree-view@7.22.1

... (truncated)

Changelog

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

7.22.1

Nov 1, 2024

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

  • 🐞 Bugfixes
  • 📚 Documentation improvements
  • 🌍 Improve Polish (pl-PL) locale on the Date Pickers

Special thanks go out to the community contributors who have helped make this release possible: @​wojtkolos, @​dpak-maurya, @​k-rajat19. Following are all team members who have contributed to this release: @​LukasTy, @​arminmeh, @​MBilalShafi, @​KenanYusuf, @​flaviendelangle.

Data Grid

@mui/x-data-grid@7.22.1

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

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

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

Date and Time Pickers

@mui/x-date-pickers@7.22.1

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

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

Tree View

@mui/x-tree-view@7.22.1

... (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.3 to 5.0.4

Changelog

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

5.0.4 (2024-10-23)

Dependency Updates

  • @availity/api-axios updated to version 5.0.3
Commits
  • 6be8b1a chore(@​availity/analytics-core): release version 5.0.4 [skip ci]
  • See full diff in compare view

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

Release notes

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

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.6.0

Release notes

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

Release 6.6.0

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

Commits

Updates msw from 2.3.5 to 2.6.0

Release notes

Sourced from msw's releases.

v2.6.0 (2024-10-29)

Features

v2.5.2 (2024-10-27)

Bug Fixes

  • enable provenance for publishing (#2334) (e9b0636c2c50c2aa9fc8d522469fbd96cfd7ccf0) @​kettanaito

v2.5.1 (2024-10-24)

Bug Fixes

v2.5.0 (2024-10-22)

Features

  • isolate parent and child frames when handling requests (#2324) (a1a81ba00170bbcdfc6f64baa4a3630e153d77b3) @​kettanaito

v2.4.13 (2024-10-22)

Bug Fixes

v2.4.12 (2024-10-21)

Bug Fixes

  • node: preserve headers instanceof when recording raw headers (#2321) (a58a300687a48e13c0268403a71183cf7825f748) @​paoloricciuti

v2.4.11 (2024-10-14)

Bug Fixes

v2.4.10 (2024-10-11)

Bug Fixes

  • setupWorker: perform worker update in the background (#2311) (8e40724cd3e315e0df703cce8d9f2cf7ab6cdc73) @​kettanaito

v2.4.9 (2024-09-20)

... (truncated)

Commits

Updates qs from 6.12.1 to 6.13.0

Changelog

Sourced from qs's changelog.

6.13.0

  • [New] parse: add strictDepth option (#511)
  • [Tests] use npm audit instead of aud

6.12.3

  • [Fix] parse: properly account for strictNullHandling when allowEmptyArrays
  • [meta] fix changelog indentation

6.12.2

  • [Fix] parse: parse encoded square brackets (#506)
  • [readme] add CII best practices badge
Commits
  • 5cf516c v6.13.0
  • 8d56df2 [New] parse: add strictDepth option
  • c9a6694 [Tests] use npm audit instead of aud
  • f90cc35 v6.12.3
  • 1bf9f7a [Fix] parse: properly account for strictNullHandling when allowEmptyArrays
  • 7ebf48b [meta] fix changelog indentation
  • d0dff11 v6.12.2
  • f0b8d03 [Dev Deps] update @ljharb/eslint-config, object-inspect, tape
  • 81835ff [Fix]: parse: parse encoded square brackets
  • db47dcc [readme] add CII best practices badge
  • See full diff 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 some common hooks to a new package (98663fd)
  • hooks: added storybook story for useCurrentUser (00277b7)
  • hooks: added useCurrentUser hook (8cab508)
  • hooks: added useTimout and useMount hooks, tests, and docs (e82c81e)
  • hooks: fixed the copy pasta (d82d5f9)
  • hooks: upgrade react query to v4 (9b7b266)
  • hooks: upgrade to react-query v2 (2da4115)

... (truncated)

Commits
  • f952e48 chore(@​availity/hooks): release version 5.1.2 [skip ci]
  • 41856db chore: react peerDep should be ^18.0.0
  • 5218a0b chore: cleanup peerDeps
  • ba3269d chore(@​availity/hooks): release version 5.1.1 [skip ci]
  • 55177ad Merge pull request #1475 from Availity/docs/nav-hook
  • ac57916 docs: update links
  • 147947c chore(@​availity/hooks): release version 5.1.0 [skip ci]
  • 68d0f21 feat(hooks): add useUpdateNav
  • 9c5de0f chore(@​availity/hooks): release version 5.0.3 [skip ci]
  • f1276d8 build: fix version in package.json
  • Additional commits viewable in compare view

Updates @emotion/react from 11.11.4 to 11.13.3

Release notes

Sourced from @​emotion/react's releases.

@​emotion/react@​11.13.3

Patch Changes

@​emotion/react@​11.13.0

Minor Changes

  • #3198 d8ff8a5 Thanks @​Andarist! - Migrated away from relying on process.env.NODE_ENV checks to differentiate between production and development builds.

    Development builds (and other environment-specific builds) can be used by using proper conditions (see here). Most modern bundlers/frameworks already preconfigure those for the user so no action has to be taken.

    Default files should continue to work in all environments.

  • #3215 a9f6912 Thanks @​Andarist! - Added edge-light and workerd conditions to package.json manifest to better serve users using Vercel Edge and Cloudflare Workers.

Patch Changes

  • Updated dependencies [d8ff8a5, a9f6912]:
    • @​emotion/cache@​11.13.0
    • @​emotion/serialize@​1.3.0
    • @​emotion/use-insertion-effect-with-fallbacks@​1.1.0
    • @​emotion/utils@​1.4.0

@​emotion/reactDescription has been truncated

…pdates

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

| Package | From | To |
| --- | --- | --- |
| [react-hook-form](https://github.com/react-hook-form/react-hook-form) | `7.51.3` | `7.53.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` |
| [@mui/x-date-pickers](https://github.com/mui/mui-x/tree/HEAD/packages/x-date-pickers) | `7.2.0` | `7.22.1` |
| [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.3` | `5.0.4` |
| [@fortawesome/free-regular-svg-icons](https://github.com/FortAwesome/Font-Awesome) | `6.5.2` | `6.6.0` |
| [@fortawesome/free-solid-svg-icons](https://github.com/FortAwesome/Font-Awesome) | `6.5.2` | `6.6.0` |
| [msw](https://github.com/mswjs/msw) | `2.3.5` | `2.6.0` |
| [qs](https://github.com/ljharb/qs) | `6.12.1` | `6.13.0` |
| [@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.13.3` |
| [@emotion/styled](https://github.com/emotion-js/emotion) | `11.11.5` | `11.13.0` |
| [@mui/x-tree-view](https://github.com/mui/mui-x/tree/HEAD/packages/x-tree-view) | `7.16.0` | `7.22.1` |



Updates `react-hook-form` from 7.51.3 to 7.53.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.53.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 `@mui/x-date-pickers` from 7.2.0 to 7.22.1
- [Release notes](https://github.com/mui/mui-x/releases)
- [Changelog](https://github.com/mui/mui-x/blob/v7.22.1/CHANGELOG.md)
- [Commits](https://github.com/mui/mui-x/commits/v7.22.1/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.3 to 5.0.4
- [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.4/packages/analytics-core)

Updates `@fortawesome/free-regular-svg-icons` from 6.5.2 to 6.6.0
- [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.6.0)

Updates `@fortawesome/free-solid-svg-icons` from 6.5.2 to 6.6.0
- [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.6.0)

Updates `msw` from 2.3.5 to 2.6.0
- [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.0)

Updates `qs` from 6.12.1 to 6.13.0
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](ljharb/qs@v6.12.1...v6.13.0)

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.13.3
- [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.13.3)

Updates `@emotion/styled` from 11.11.5 to 11.13.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.13.0)

Updates `@mui/x-tree-view` from 7.16.0 to 7.22.1
- [Release notes](https://github.com/mui/mui-x/releases)
- [Changelog](https://github.com/mui/mui-x/blob/v7.22.1/CHANGELOG.md)
- [Commits](https://github.com/mui/mui-x/commits/v7.22.1/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: "@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-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: qs
  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>
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