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

fix(deps): update all non-major dependencies #22

Merged
merged 1 commit into from
Feb 8, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 1, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@blockshake/defly-connect 1.0.0 -> 1.1.1 age adoption passing confidence dependencies minor
@commitlint/cli (source) 17.3.0 -> 17.4.2 age adoption passing confidence devDependencies minor
@commitlint/config-conventional (source) 17.3.0 -> 17.4.2 age adoption passing confidence devDependencies minor
@hookform/resolvers (source) 2.9.10 -> 2.9.11 age adoption passing confidence dependencies patch
@mui/lab (source) 5.0.0-alpha.114 -> 5.0.0-alpha.119 age adoption passing confidence dependencies patch
@mui/material (source) 5.11.3 -> 5.11.8 age adoption passing confidence dependencies patch
@mui/x-data-grid (source) 5.17.17 -> 5.17.22 age adoption passing confidence dependencies patch
@perawallet/connect 1.0.7 -> 1.1.0 age adoption passing confidence dependencies minor
@playwright/test (source) 1.29.1 -> 1.30.0 age adoption passing confidence devDependencies minor
@reduxjs/toolkit (source) 1.9.1 -> 1.9.2 age adoption passing confidence dependencies patch
@txnlab/use-wallet (source) 1.0.5 -> 1.2.2 age adoption passing confidence dependencies minor
@types/jest (source) 29.2.5 -> 29.4.0 age adoption passing confidence devDependencies minor
@types/node (source) 18.11.18 -> 18.13.0 age adoption passing confidence devDependencies minor
@types/react (source) 18.0.26 -> 18.0.27 age adoption passing confidence devDependencies patch
@typescript-eslint/eslint-plugin 5.48.0 -> 5.51.0 age adoption passing confidence devDependencies minor
@typescript-eslint/parser 5.48.0 -> 5.51.0 age adoption passing confidence devDependencies minor
axios (source) 1.2.2 -> 1.3.2 age adoption passing confidence dependencies minor
commitizen 4.2.6 -> 4.3.0 age adoption passing confidence devDependencies minor
eslint (source) 8.31.0 -> 8.33.0 age adoption passing confidence devDependencies minor
eslint-config-next 13.1.1 -> 13.1.6 age adoption passing confidence devDependencies patch
eslint-import-resolver-typescript 3.5.2 -> 3.5.3 age adoption passing confidence devDependencies patch
jest (source) 29.3.1 -> 29.4.2 age adoption passing confidence devDependencies minor
jest-environment-jsdom 29.3.1 -> 29.4.2 age adoption passing confidence devDependencies minor
lint-staged 13.1.0 -> 13.1.1 age adoption passing confidence devDependencies patch
next (source) 13.1.1 -> 13.1.6 age adoption passing confidence dependencies patch
nextjs-google-analytics 2.2.2 -> 2.3.0 age adoption passing confidence dependencies minor
node 18.12 -> 18.14 age adoption passing confidence minor
postcss (source) 8.4.20 -> 8.4.21 age adoption passing confidence devDependencies patch
prettier (source) 2.8.1 -> 2.8.4 age adoption passing confidence devDependencies patch
react-number-format 5.1.2 -> 5.1.3 age adoption passing confidence dependencies patch
react-tsparticles 2.7.1 -> 2.8.0 age adoption passing confidence dependencies minor
swr (source) 2.0.0 -> 2.0.3 age adoption passing confidence dependencies patch
ts-jest (source) 29.0.3 -> 29.0.5 age adoption passing confidence devDependencies patch
tsparticles (source) 2.7.1 -> 2.8.0 age adoption passing confidence dependencies minor
typescript (source) 4.9.4 -> 4.9.5 age adoption passing confidence devDependencies patch

Release Notes

blockshake-io/wallet-connect

v1.1.1

Compare Source

v1.1.0

Compare Source

conventional-changelog/commitlint (@​commitlint/cli)

v17.4.2

Compare Source

Note: Version bump only for package @​commitlint/cli

v17.4.1

Compare Source

Note: Version bump only for package @​commitlint/cli

v17.4.0

Compare Source

Bug Fixes
conventional-changelog/commitlint (@​commitlint/config-conventional)

v17.4.2

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

v17.4.0

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

react-hook-form/resolvers

v2.9.11

Compare Source

Bug Fixes
mui/material-ui (@​mui/lab)

v5.0.0-alpha.119

Compare Source

v5.0.0-alpha.118

Compare Source

v5.0.0-alpha.117

Compare Source

v5.0.0-alpha.116

Compare Source

v5.0.0-alpha.115

Compare Source

Breaking changes
  • ​[SliderUnstyled] Improved logic for displaying the value label (#​35805) @​ZeeshanTamboli

    • The valueLabelDisplay prop is removed from SliderUnstyled. The prop was not working as intended in SliderUnstyled (See #​35398). You can instead provide a valueLabel slot with the slots prop API to show the value label:
    - <SliderUnstyled valueLabelDisplay="on" />
    + <SliderUnstyled slots={{ valueLabel: SliderValueLabel }} />

    The following demo shows how to show a value label when it is hovered over with the thumb: https://mui.com/base/react-slider/#value-label

    • The following classes are removed from sliderUnstyledClasses since they are not needed for the value label:
    - valueLabel
    - valueLabelOpen
    - valueLabelCircle
    - valueLabelLabel

    In the custom value label component, you can define your own classNames and target them with CSS.

    • The SliderValueLabelUnstyled component is removed from SliderUnstyled. You should provide your own custom component for the value label.

    • To avoid using React.cloneElement API in value label, the component hierarchy structure of the value label is changed. The value label is now inside the Thumb slot - Thumb -> Input, ValueLabel.

Changes
mui/material-ui (@​mui/material)

v5.11.8

Compare Source

Feb 7, 2023

A big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:

@mui/[email protected]
@mui/[email protected]
@mui/[email protected]
@mui/[email protected]
Docs
Core

All contributors of this release in alphabetical order: @​alexownejazayeri, @​ArthurPedroti, @​badalsaibo, @​chuanyu0201, @​joserodolfofreitas, @​m4theushw, @​michaldudak, @​mj12albert, @​mnajdova, @​oliviertassinari, @​sai6855, @​siriwatknp, @​yoskeoka, @​ZeeshanTamboli

v5.11.7

Compare Source

Jan 31, 2023

A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:

  • @​siriwatknp added Table component to Joy UI (#​35872)
  • many other 🐛 bug fixes and 📚 documentation improvements
@mui/[email protected]
@mui/[email protected]
@mui/[email protected]
Breaking changes
  • ​[Joy] Replace Joy[Component] classname with Mui[Component] classname for all slots of components (#​35718) @​hbjORbj

    • Renames the classname prefix of all Joy UI components from 'Joy' to 'Mui'.
     <Button
    -sx={{ '& .JoyButton-root': { '& .JoyButton-button': {} } }}
    +sx={{ '& .MuiButton-root': { '& .MuiButton-button': {} } }}
     />

    You can use this codemod to help with the migration.

  • ​[Joy] Replace row prop with orientation prop in all Joy UI components (#​35721) @​hbjORbj

    • Transforms row prop to orientation prop across Card, List and RadioGroup components in Joy UI.
     <Card
    -row
    +orientation={"horizontal"}
     />

    You can use this codemod to help with the migration.

Changes
Docs
Core

All contributors of this release in alphabetical order: @​ArthurPedroti, @​badalsaibo, @​gorjiali, @​hbjORbj, @​HeVictor, @​idebeijer, @​joserodolfofreitas, @​marktoman, @​oliviertassinari, @​sai6855, @​SaidMarar, @​samuelsycamore, @​siriwatknp, @​Vivek-Prajapatii, @​ZeeshanTamboli

v5.11.6

Compare Source

Jan 23, 2023

A big thanks to the 13 contributors who made this release possible. Here are some highlights ✨:

  • @​ZeeshanTamboli improved the logic for handling the value label in the SliderUnstyled (#​35805)
  • many other 🐛 bug fixes and 📚 documentation improvements
@mui/[email protected]
@mui/[email protected]
Breaking changes
  • ​[SliderUnstyled] Improved logic for displaying the value label (#​35805) @​ZeeshanTamboli

    • The valueLabelDisplay prop is removed from SliderUnstyled. The prop was not working as intended in SliderUnstyled (See #​35398). You can instead provide a valueLabel slot with the slots prop API to show the value label:
    - <SliderUnstyled valueLabelDisplay="on" />
    + <SliderUnstyled slots={{ valueLabel: SliderValueLabel }} />

    The following demo shows how to show a value label when it is hovered over with the thumb: https://mui.com/base/react-slider/#value-label

    • The following classes are removed from sliderUnstyledClasses since they are not needed for the value label:
    - valueLabel
    - valueLabelOpen
    - valueLabelCircle
    - valueLabelLabel

    In the custom value label component, you can define your own classNames and target them with CSS.

    • The SliderValueLabelUnstyled component is removed from SliderUnstyled. You should provide your own custom component for the value label.

    • To avoid using React.cloneElement API in value label, the component hierarchy structure of the value label is changed. The value label is now inside the Thumb slot - Thumb -> Input, ValueLabel.

Changes
@mui/[email protected]
  • ​[Avatar][joy] Remove imgProps prop and add Codemod script for migration (#​35859) @​hbjORbj
Docs
Core

All contributors of this release in alphabetical order: @​HeVictor, @​hbjORbj, @​joserodolfofreitas, @​mj12albert, @​mnajdova, @​oliv37, @​oliviertassinari, @​petyosi, @​rosita-dmello, @​sai6855, @​SaidMarar, @​tech-meppem, @​ZeeshanTamboli

v5.11.5

Compare Source

Jan 17, 2023

A big thanks to the 17 contributors who made this release possible.
This release was mostly about 🐛 bug fixes and 📚 documentation improvements.

@mui/[email protected]
@mui/[email protected]
@mui/[email protected]
@mui/[email protected]
@mui/[email protected]
Docs
  • [docs] Improve pickers lab migration stressing mui-x usage (#​35740) @​LukasTy
  • [docs] Fix incorrectly named AccessibleTable demo component (#​35832) @​HeVictor
  • [docs] Clarify where to find docs for MUI Base components in Material UI (#​35799) [@​samuelsyc

Configuration

📅 Schedule: Branch creation - "before 3am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from b406613 to 46f9ee9 Compare January 2, 2023 22:04
@renovate renovate bot changed the title fix(deps): update all non-major dependencies fix(deps): update all non-major dependencies - autoclosed Jan 2, 2023
@renovate renovate bot closed this Jan 2, 2023
@renovate renovate bot deleted the renovate/all-minor-patch branch January 2, 2023 22:56
@renovate renovate bot changed the title fix(deps): update all non-major dependencies - autoclosed fix(deps): update all non-major dependencies Jan 4, 2023
@renovate renovate bot restored the renovate/all-minor-patch branch January 4, 2023 10:32
@renovate renovate bot reopened this Jan 4, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 46f9ee9 to 7729ffc Compare January 4, 2023 13:57
@renovate renovate bot changed the title fix(deps): update all non-major dependencies chore(deps): update all non-major dependencies to v17.4.0 Jan 4, 2023
@codecov
Copy link

codecov bot commented Jan 4, 2023

Codecov Report

Merging #22 (6df5752) into main (fd94403) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #22   +/-   ##
=======================================
  Coverage   25.39%   25.39%           
=======================================
  Files          85       85           
  Lines        1331     1331           
  Branches      109      109           
=======================================
  Hits          338      338           
  Misses        989      989           
  Partials        4        4           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7729ffc to 9643ef5 Compare January 5, 2023 16:08
@renovate renovate bot changed the title chore(deps): update all non-major dependencies to v17.4.0 chore(deps): update all non-major dependencies Jan 5, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 12 times, most recently from 7e2cfdf to 6253191 Compare January 13, 2023 01:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 5919e9e to a7f0e7a Compare January 15, 2023 06:27
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 9a912db to 3d2480c Compare January 26, 2023 14:21
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Jan 26, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 12 times, most recently from c0c821d to 0001cea Compare February 2, 2023 03:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from d8edfd5 to 2fe37de Compare February 8, 2023 09:26
@aorumbayev aorumbayev merged commit 4736b26 into main Feb 8, 2023
@aorumbayev aorumbayev deleted the renovate/all-minor-patch branch February 8, 2023 19:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant