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 17 updates #595

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Package From To
react-hook-form 7.51.3 7.53.2
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.23.0
dayjs 1.11.10 1.11.13
@availity/analytics-core 5.0.3 5.0.4
@availity/upload-core 6.1.1 6.1.4
@fortawesome/free-brands-svg-icons 6.6.0 6.7.1
@fortawesome/free-regular-svg-icons 6.5.2 6.7.1
@fortawesome/free-solid-svg-icons 6.5.2 6.7.1
msw 2.3.5 2.6.6
qs 6.12.1 6.13.1
@availity/hooks 5.0.2 5.1.2
@emotion/react 11.11.4 11.13.5
@emotion/styled 11.11.5 11.13.5
@mui/x-tree-view 7.16.0 7.23.0

Updates react-hook-form from 7.51.3 to 7.53.2

Release notes

Sourced from react-hook-form's releases.

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) 🎲 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)

... (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.23.0

Release notes

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

v7.23.0

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

  • ✨ Support for a new display mode on the Data Grid with the List View feature, offering an extremely flexible way to render datasets and enabling developers to adapt how data is displayed across different screen sizes.

    list-view-feature.mp4
  • ⚛️ React 19 support

  • 📚 Documentation improvements

  • 🌍 Improve Spanish, Portuguese, Chinese locales on the Data Grid component.

  • 🌍 Improve Dutch locale on the Date and Time Picker components.

  • 🐞 Bugfixes

Special thanks go out to the community contributors who have helped make this release possible: @​dloeda, @​headironc, @​mathzdev, @​nphmuller, @​lhilgert9, @​lauri865. Following are all team members who have contributed to this release: @​oliviertassinari, @​arminmeh, @​KenanYusuf, @​flaviendelangle, @​MBilalShafi.

Data Grid

@mui/[email protected]

@mui/[email protected] pro

Same changes as in @mui/[email protected], plus:

@mui/[email protected] premium

Same changes as in @mui/[email protected].

Date and Time Pickers

@mui/[email protected]

... (truncated)

Changelog

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

7.23.0

Nov 29, 2024

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

  • ✨ Support for a new display mode on the Data Grid with the List View feature, offering an extremely flexible way to render datasets and enabling developers to adapt how data is displayed across different screen sizes.

    list-view-feature.mp4
  • ⚛️ React 19 support

  • 📚 Documentation improvements

  • 🌍 Improve Spanish, Portuguese, Chinese locales on the Data Grid component.

  • 🌍 Improve Dutch locale on the Date and Time Picker components.

  • 🐞 Bugfixes

Special thanks go out to the community contributors who have helped make this release possible: @​dloeda, @​headironc, @​mathzdev, @​nphmuller, @​lhilgert9, @​lauri865. Following are all team members who have contributed to this release: @​oliviertassinari, @​arminmeh, @​KenanYusuf, @​flaviendelangle, @​MBilalShafi.

Data Grid

@mui/[email protected]

@mui/[email protected] pro

Same changes as in @mui/[email protected], plus:

@mui/[email protected] premium

Same changes as in @mui/[email protected].

... (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 @availity/upload-core from 6.1.1 to 6.1.4

Changelog

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

6.1.4 (2024-11-21)

Bug Fixes

  • upload-core: default chunk size to 6MB (1a3e718)

6.1.3 (2024-11-12)

Bug Fixes

  • upload-core: don't bundle tus (f0e026d)

6.1.2 (2024-11-12)

Bug Fixes

  • upload-core: update build (a67ecfd)
Commits
  • c43fa92 chore(@​availity/upload-core): release version 6.1.4 [skip ci]
  • 1a3e718 fix(upload-core): default chunk size to 6MB
  • ca2be41 chore(@​availity/upload-core): release version 6.1.3 [skip ci]
  • ae3df6c Merge pull request #773 from Availity/feat/upload-core-build
  • f0e026d fix(upload-core): don't bundle tus
  • 6521dc9 chore(@​availity/upload-core): release version 6.1.2 [skip ci]
  • c33fefa Merge pull request #772 from Availity/feat/upload-core-build
  • a67ecfd fix(upload-core): update build
  • See full diff in compare view

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

Release notes

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

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

Release notes

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

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

Release notes

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

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

Release notes

Sourced from msw's releases.

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)

Bug Fixes

  • prevent instanceof handler check failures between different MSW versions (#2349) (28d26bd7fa585d76f9ca69a67dfa70a234450ed9) @​kettanaito

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)

... (truncated)

Commits

Updates qs from 6.12.1 to 6.13.1

Changelog

Sourced from qs's changelog.

6.13.1

  • [Fix] stringify: avoid a crash when a filter key is null
  • [Fix] utils.merge: functions should not be stringified into keys
  • [Fix] parse: avoid a crash with interpretNumericEntities: true, comma: true, and iso charset
  • [Fix] stringify: ensure a non-string filter does not crash
  • [Refactor] use __proto__ syntax instead of Object.create for null objects
  • [Refactor] misc cleanup
  • [Tests] utils.merge: add some coverage
  • [Tests] fix a test case
  • [actions] split out node 10-20, and 20+
  • [Dev Deps] update es-value-fixtures, mock-property, object-inspect, tape

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

…pdates

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

| Package | From | To |
| --- | --- | --- |
| [react-hook-form](https://github.com/react-hook-form/react-hook-form) | `7.51.3` | `7.53.2` |
| [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.23.0` |
| [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` |
| [@availity/upload-core](https://github.com/availity/sdk-js/tree/HEAD/packages/upload-core) | `6.1.1` | `6.1.4` |
| [@fortawesome/free-brands-svg-icons](https://github.com/FortAwesome/Font-Awesome) | `6.6.0` | `6.7.1` |
| [@fortawesome/free-regular-svg-icons](https://github.com/FortAwesome/Font-Awesome) | `6.5.2` | `6.7.1` |
| [@fortawesome/free-solid-svg-icons](https://github.com/FortAwesome/Font-Awesome) | `6.5.2` | `6.7.1` |
| [msw](https://github.com/mswjs/msw) | `2.3.5` | `2.6.6` |
| [qs](https://github.com/ljharb/qs) | `6.12.1` | `6.13.1` |
| [@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.5` |
| [@emotion/styled](https://github.com/emotion-js/emotion) | `11.11.5` | `11.13.5` |
| [@mui/x-tree-view](https://github.com/mui/mui-x/tree/HEAD/packages/x-tree-view) | `7.16.0` | `7.23.0` |



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

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/[email protected]/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.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/v7.23.0/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/[email protected]/packages/analytics-core)

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

Updates `@fortawesome/free-brands-svg-icons` from 6.6.0 to 6.7.1
- [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.1)

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

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

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

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

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/[email protected]/packages/hooks)

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

Updates `@emotion/styled` from 11.11.5 to 11.13.5
- [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/[email protected]...@emotion/[email protected])

Updates `@mui/x-tree-view` from 7.16.0 to 7.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/v7.23.0/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: "@availity/upload-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: 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] <[email protected]>
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 9, 2024

Superseded by #599.

@dependabot dependabot bot closed this Dec 9, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dependencies-00be9c498c branch December 9, 2024 10:34
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