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 16 updates #450

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 30, 2024

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

Package From To
@nx/devkit 19.3.1 19.8.2
react-hook-form 7.51.3 7.53.0
tslib 2.6.2 2.7.0
@availity/authorize 4.1.0 4.1.1
@mui/types 7.2.14 7.2.17
@availity/api-axios 9.0.0 9.0.1
@mui/x-date-pickers 7.2.0 7.18.0
dayjs 1.11.10 1.11.13
@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.4.9
qs 6.12.1 6.13.0
@availity/hooks 5.0.2 5.0.3
@emotion/react 11.11.4 11.13.3
@emotion/styled 11.11.5 11.13.0
@mui/x-tree-view 7.16.0 7.18.0

Updates @nx/devkit from 19.3.1 to 19.8.2

Release notes

Sourced from @​nx/devkit's releases.

19.8.2 (2024-09-26)

🚀 Features

  • nx-dev: powerpack landing page (#27963)

🩹 Fixes

  • core: hide no file server process json log (#27626)
  • js: @​nx/js:init ensures tslib is installed if importHelpers is true (#28083)
  • linter: add files entry to angular flat config to avoid applying TS rules to JSON files (#28102)

❤️ Thank You

19.8.1 (2024-09-25)

🚀 Features

  • core: allow prompts from init generators during nx init (#28003)

🩹 Fixes

  • bundling: remove unused babel-plugin-transform-async-to-promises from @nx/rollup (#27669)
  • core: allow creating a db cache without linking task details (#28023)
  • core: fix output text for multiple targets (#28043)
  • core: sort projects after updating from context (#28024)
  • core: add flag when db is disabled for task history (#28059)
  • core: set windowsHide: true wherever possible (#28073)
  • core: support more structured errors in sync generators (#28075)
  • core: nx add should show errors (#28079)
  • core: several powerpack fixes (#28088)
  • core: remove wasi compatibility while db is unsupported in wasi (#28089)
  • linter: do not generate docs.recommended property (#28009)
  • linter: ignore dist and use compat helper for eslint-plugin-react-hooks (#28080)
  • react: vite should be default bundler in app generator (#28013)
  • release: allow dynamically continuing when current version is unresolvable (#28034)
  • release: add groupPreVersionCommand to schema, improve logging (#28087)

❤️ Thank You

... (truncated)

Commits
  • d8601c9 fix(core): set windowsHide: true wherever possible (#28073)
  • e0b3e73 feat(angular): add plugin for inferring nodes from angular.json files (#27804)
  • 5bbaffb feat(core): add metagenerator for convert-to-inferred (#27672)
  • 320d9f2 fix(testing): application generators should accurately configure e2e projects...
  • 0853690 docs(core): update Nx tag line (#27481)
  • dfd7241 fix(testing): adding e2e projects should register e2e-ci targetDefaults (#27185)
  • 45c458e fix(react): generate valid Vite + JSX setup for React (#27130)
  • 155e69b fix(devkit): detect package manager based on install location (#27127)
  • 5217c33 fix(linter): convert root projects correctly to inferred and remove default o...
  • 7f53e56 fix(devkit): remove --web from being logged to show project details (#26968)
  • Additional commits viewable in compare view

Updates react-hook-form from 7.51.3 to 7.53.0

Release notes

Sourced from react-hook-form's releases.

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) ⌨️ fix: enforce type safety for deps property in RegisterOptions (#11969) 🐞 fix #11922 keep dirty on reset with dirty fields (#11958) 🚔 close #11937 add validation in the cleanup process in useController (#11938) Revert "⌨️ close: correct type of error field in getFieldState return object (#11831)" 📖 fix: change info.values type in WatchObserver (#11917)

thanks to @​nakaakist, @​IdoBouskila, @​pincy and @​peinguin

Version 7.51.5

📖 fix broken link to examples in README.md (#11805) ⌨️ close: correct type of error field in getFieldState return object (#11831) 🐞 fix #11842 radio buttons not disabled when multiple share a name (#11873) 🐞 fix #11821 set value with disabled false before mount (#11880) 🐞 fix setError to preserve existing errors elsewhere in the object (#11888)

... (truncated)

Changelog

Sourced from react-hook-form's changelog.

[7.53.0] - 2024-8-31

Added

  • add support for onBlur with formState isValid

Changed

  • validateFields will only trigger re-render for async validation

[7.51.0] - 2024-3-2

Added

  • added 'validateFields' to formState
const { formState: { validateFields } } = useForm();

[7.49.0] - 2023-12-10

Added

  • add reactive errors prop at useForm
useForm({
  errors, // Server errors
});

[7.48.0] - 2023-11-05

Added

  • added new disabled prop for useForm to disable the entire form
const App = () => {
  const [disabled, setDisabled] = useState(false);
  const { handleSubmit } = useForm({ disabled });

return ( <form onSubmit={handleSubmit(async () => { setDisabled(true); await sleep(100); setDisabled(false); })} </tr></table>

... (truncated)

Commits

Updates tslib from 2.6.2 to 2.7.0

Release notes

Sourced from tslib's releases.

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

Changelog

Sourced from @​availity/authorize's changelog.

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

  • authorize: dont need to check undefined permissions (cb8fabe)

... (truncated)

Commits
  • 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
  • 06e6d46 build: cleanup package.jsons
  • c78e007 build: upgrade nx and eslint
  • See full diff in compare view

Updates @mui/types from 7.2.14 to 7.2.17

Commits

Updates @availity/api-axios from 9.0.0 to 9.0.1

Changelog

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

9.0.1 (2024-09-19)

Bug Fixes

Commits
  • ea52344 chore(@​availity/api-axios): release version 9.0.1 [skip ci]
  • c306e2a fix: add axios filesDelivery location test
  • 8339deb fix: linting
  • d81520f fix: don't append FUD id twice
  • See full diff in compare view

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

Release notes

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

v7.18.0

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

  • 💫 Support Row spanning on the Data Grid that automatically merges the consecutive cells in a column based on the cell value

  • ⏰ Support date-fns v4 (#14673) @​LukasTy

  • 🎉 Add option for Pickers to change the order of displayed years (#11780) @​thomasmoon

  • 🐞 Bugfixes

  • 📚 Documentation improvements

Data Grid

@mui/[email protected]

@mui/[email protected] pro

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

  • [DataGridPro] Fix onRowsScrollEnd being triggered instantly when bottom pinned row is present (#14602) @​arminmeh
  • [DataGridPro] Fix header filters rendering issue for isEmpty and isNotEmpty filter operators (#14493) @​k-rajat19
  • [DataGridPro] Fix pinned columns in RTL mode (#14586) @​KenanYusuf

@mui/[email protected] premium

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

Date and Time Pickers

@mui/[email protected]

@mui/[email protected] pro

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

Charts

@mui/[email protected]

... (truncated)

Changelog

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

7.18.0

Sep 20, 2024

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

  • 💫 Support Row spanning on the Data Grid that automatically merges the consecutive cells in a column based on the cell value

  • ⏰ Support date-fns v4 (#14673) @​LukasTy

  • 🎉 Add option for Pickers to change the order of displayed years (#11780) @​thomasmoon

  • 🐞 Bugfixes

  • 📚 Documentation improvements

Data Grid

@mui/[email protected]

@mui/[email protected] pro

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

  • [DataGridPro] Fix onRowsScrollEnd being triggered instantly when bottom pinned row is present (#14602) @​arminmeh
  • [DataGridPro] Fix header filters rendering issue for isEmpty and isNotEmpty filter operators (#14493) @​k-rajat19
  • [DataGridPro] Fix pinned columns in RTL mode (#14586) @​KenanYusuf

@mui/[email protected] premium

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

Date and Time Pickers

@mui/[email protected]

@mui/[email protected] pro

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

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by kyusuf, a new releaser for @​mui/x-date-pickers since your current version.


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 @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.4.9

Release notes

Sourced from msw's releases.

v2.4.9 (2024-09-20)

Bug Fixes

  • ClientRequest: support Request as init when recording raw headers (#2293) (bf982eaa70ddd5d08706b8877ceb6c6c2517f660) @​kettanaito

v2.4.8 (2024-09-17)

Bug Fixes

  • address express and path-to-regexp vulnerabilities (#2285) (e3487bc4259368adc33739eb9490bde8421a215c) @​markmssd

v2.4.7 (2024-09-15)

Bug Fixes

  • ClientRequest: prevent duplicates when recording set headers (#2284) (e04eb8f44ffcf5ce755aa224d31a8576f4719a9f) @​kettanaito
  • use Object.defineProperty for Headers proxy (#2283) (94e17beea475a494c1de8b58ea399e518f55ddda) @​kettanaito

v2.4.6 (2024-09-13)

Bug Fixes

  • xhr: clone request body before calculating its size (#2282) (397444bcc386bbe560aa649460cb92cdb31d28a9) @​kettanaito

v2.4.5 (2024-09-11)

Bug Fixes

  • remove cookies with max-age=0 from cookie store (#2275) (c307ab27643fc80631d3f0a28e72f7339a54af70) @​kettanaito

v2.4.4 (2024-09-08)

Bug Fixes

  • fetch: follow mocked redirect responses (#2268) (f5785bfba1a026075feca4f74cadfcb636ffc257) @​kettanaito
  • Adopts a new, Socket-based request interception algorithm.

v2.4.3 (2024-09-07)

Bug Fixes

  • revert "graphql" as optional peer dependency (#2267) (7cd39e787aa9766eef914bce3d65daec1ce16635) @​kettanaito

v2.4.2 (2024-09-04)

Bug Fixes

... (truncated)

Commits
  • 452686d chore(release): v2.4.9
  • bf982ea fix(ClientRequest): support Request as init when recording raw headers (#2293)
  • 5342c19 chore(release): v2.4.8
  • e3487bc fix: address express and path-to-regexp vulnerabilities (#2285)
  • 668d31e chore(release): v2.4.7
  • e04eb8f fix(ClientRequest): prevent duplicates when recording set headers (#2284)
  • 94e17be fix: use Object.defineProperty for Headers proxy (#2283)
  • 1f81e98 chore(release): v2.4.6
  • 397444b fix(xhr): clone request body before calculating its size (#2282)
  • 8e17330 chore(release): v2.4.5
  • Additional commits viewable in compare view

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

Changelog

Sourced from @​availity/hooks's changelog.

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

    Description has been truncated

…pdates

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

| Package | From | To |
| --- | --- | --- |
| [@nx/devkit](https://github.com/nrwl/nx/tree/HEAD/packages/devkit) | `19.3.1` | `19.8.2` |
| [react-hook-form](https://github.com/react-hook-form/react-hook-form) | `7.51.3` | `7.53.0` |
| [tslib](https://github.com/Microsoft/tslib) | `2.6.2` | `2.7.0` |
| [@availity/authorize](https://github.com/Availity/availity-react/tree/HEAD/packages/authorize) | `4.1.0` | `4.1.1` |
| [@mui/types](https://github.com/mui/material-ui/tree/HEAD/packages/mui-types) | `7.2.14` | `7.2.17` |
| [@availity/api-axios](https://github.com/availity/sdk-js/tree/HEAD/packages/api-axios) | `9.0.0` | `9.0.1` |
| [@mui/x-date-pickers](https://github.com/mui/mui-x/tree/HEAD/packages/x-date-pickers) | `7.2.0` | `7.18.0` |
| [dayjs](https://github.com/iamkun/dayjs) | `1.11.10` | `1.11.13` |
| [@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.4.9` |
| [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.0.3` |
| [@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.18.0` |



Updates `@nx/devkit` from 19.3.1 to 19.8.2
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/19.8.2/packages/devkit)

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

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

Updates `@availity/authorize` from 4.1.0 to 4.1.1
- [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.17
- [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.0 to 9.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/[email protected]/packages/api-axios)

Updates `@mui/x-date-pickers` from 7.2.0 to 7.18.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.18.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 `@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.4.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.4.9)

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.0.3
- [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.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/[email protected]...@emotion/[email protected])

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/[email protected]...@emotion/[email protected])

Updates `@mui/x-tree-view` from 7.16.0 to 7.18.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.18.0/packages/x-tree-view)

---
updated-dependencies:
- dependency-name: "@nx/devkit"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: 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: "@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-patch
  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 Oct 7, 2024

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

@dependabot dependabot bot closed this Oct 7, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dependencies-465c3eb867 branch October 7, 2024 11:01
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