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 #1406

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 27, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@babel/preset-react (source) 7.25.9 -> 7.26.3 age adoption passing confidence devDependencies minor
@emotion/react (source) 11.13.5 -> 11.14.0 age adoption passing confidence dependencies minor
@emotion/styled (source) 11.13.5 -> 11.14.0 age adoption passing confidence dependencies minor
@mui/icons-material (source) 6.1.8 -> 6.3.1 age adoption passing confidence dependencies minor
@mui/lab (source) 5.0.0-alpha.173 -> 5.0.0-alpha.175 age adoption passing confidence dependencies patch
@mui/material (source) 6.1.8 -> 6.3.1 age adoption passing confidence dependencies minor
@mui/utils (source) 6.1.8 -> 6.3.1 age adoption passing confidence dependencies minor
@mui/x-date-pickers (source) 7.22.3 -> 7.23.3 age adoption passing confidence dependencies minor
@rollup/rollup-darwin-arm64 (source) 4.27.4 -> 4.30.0 age adoption passing confidence optionalDependencies minor
@sentry/browser (source) 8.40.0 -> 8.47.0 age adoption passing confidence dependencies minor
@sentry/node (source) 8.40.0 -> 8.47.0 age adoption passing confidence dependencies minor
@sentry/vite-plugin (source) 2.22.6 -> 2.22.7 age adoption passing confidence dependencies patch
@types/lodash (source) 4.17.13 -> 4.17.14 age adoption passing confidence devDependencies patch
@types/node (source) 22.10.0 -> 22.10.5 age adoption passing confidence devDependencies patch
@types/react (source) 18.3.12 -> 18.3.18 age adoption passing confidence devDependencies patch
@types/react-dom (source) 18.3.1 -> 18.3.5 age adoption passing confidence devDependencies patch
axios (source) 1.7.8 -> 1.7.9 age adoption passing confidence dependencies patch
concurrently 9.1.0 -> 9.1.2 age adoption passing confidence devDependencies patch
cypress (source) 13.16.0 -> 13.17.0 age adoption passing confidence devDependencies minor
dotenv 16.4.5 -> 16.4.7 age adoption passing confidence dependencies patch
eslint-plugin-react 7.37.2 -> 7.37.3 age adoption passing confidence devDependencies patch
express (source) 4.21.1 -> 4.21.2 age adoption passing confidence dependencies patch
i18next (source) 24.0.2 -> 24.2.0 age adoption passing confidence dependencies minor
i18next-browser-languagedetector 8.0.0 -> 8.0.2 age adoption passing confidence dependencies patch
lint-staged 15.2.10 -> 15.3.0 age adoption passing confidence devDependencies minor
node (source) 23.3.0 -> 23.5.0 age adoption passing confidence engines minor
nodemon (source) 3.1.7 -> 3.1.9 age adoption passing confidence devDependencies patch
prettier (source) 3.4.1 -> 3.4.2 age adoption passing confidence devDependencies patch
react-i18next 15.1.2 -> 15.4.0 age adoption passing confidence dependencies minor
react-intersection-observer 9.13.1 -> 9.14.1 age adoption passing confidence dependencies minor
react-markdown 9.0.1 -> 9.0.3 age adoption passing confidence dependencies patch
react-router (source) 7.0.1 -> 7.1.1 age adoption passing confidence dependencies minor
react-router-dom (source) 7.0.1 -> 7.1.1 age adoption passing confidence dependencies minor
react-to-print 3.0.2 -> 3.0.4 age adoption passing confidence dependencies patch
uuid 11.0.3 -> 11.0.4 age adoption passing confidence dependencies patch
yup 1.4.0 -> 1.6.1 age adoption passing confidence dependencies minor

Release Notes

babel/babel (@​babel/preset-react)

v7.26.3

Compare Source

🐛 Bug Fix
🏠 Internal
  • babel-helper-builder-binary-assignment-operator-visitor, babel-plugin-transform-exponentiation-operator
🏃‍♀️ Performance
emotion-js/emotion (@​emotion/react)

v11.14.0

Compare Source

Minor Changes
  • #​3284 a19d019 Thanks @​Andarist! - Source code has been migrated to TypeScript. From now on type declarations will be emitted based on that, instead of being hand-written.
Patch Changes
mui/material-ui (@​mui/icons-material)

v6.3.1

Compare Source

Jan 3, 2025

A big thanks to the 8 contributors who made this release possible.

@mui/material@6.3.1
Docs
Core

All contributors of this release in alphabetical order: @​adityaparab, @​DiegoAndai, @​komkanit, @​oliviertassinari, @​sai6855, @​siddhantantil39, @​yash49, @​ZeeshanTamboli

v6.3.0

Compare Source

Dec 23, 2024

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

  • Fix invalid HTML structure in the Accordion component (#​44408) @​ZeeshanTamboli
    The HTML elements of the Accordion summary have been updated:
    • the root element is now button (previously div).
    • summary content and the icon wrapper are now span (previously div).
      This will only impact you if you used the HTML element as selectors in your styles.
@mui/material@6.3.0
@mui/system@6.3.0
Docs
Core

All contributors of this release in alphabetical order: @​aarongarciah, @​alelthomas, @​DiegoAndai, @​Janpot, @​lewxdev, @​LukasTy, @​romgrk, @​sai6855, @​siriwatknp, @​yash49, @​ZeeshanTamboli

v6.2.1

Compare Source

Dec 17, 2024

A big thanks to the 10 contributors who made this release possible.

@mui/material@6.2.1
@mui/system@6.2.1
Docs
Core

All contributors of this release in alphabetical order: @​ben-pomelo, @​ChristopherJamesL, @​jacklaurencegaray, @​JCQuintas, @​sai6855, @​siddhantantil39, @​siriwatknp, @​TurtIeSocks, @​vladmoroz, @​ZeeshanTamboli

v6.2.0

Compare Source

Dec 10, 2024

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

  • Material UI is now compatible with React 19 (#​44672) @​DiegoAndai
  • Fixed incorrect aria-orientation for vertical sliders. ArrowRight now increases the value and ArrowLeft decreases the value in vertical sliders; they were reversed in prior versions. (#​44537) @​mj12albert
@mui/material@6.2.0
Docs
Core

All contributors of this release in alphabetical order: @​aarongarciah, @​alexfauquette, @​bharatkashyap, @​DiegoAndai, @​Janpot, @​mj12albert, @​mnajdova, @​sai6855, @​SuperMaxine, @​vladmoroz, @​ZeeshanTamboli

v6.1.10

Compare Source

Dec 3, 2024

A big thanks to the 10 contributors who made this release possible.

@mui/material@6.1.10
@mui/system@6.1.10
Docs
Core

All contributors of this release in alphabetical order: @​albarv340, @​arishoham, @​DiegoAndai, @​joserodolfofreitas, @​MBilalShafi, @​mnajdova, @​oliviertassinari, @​renovate[bot], @​sai6855, @​samuelsycamore, @​siriwatknp, @​ZeeshanTamboli

v6.1.9

Compare Source

Nov 27, 2024

A big thanks to the 8 contributors who made this release possible.

@mui/material@6.1.9
@mui/system@6.1.9
@mui/codemod@6.1.9
@mui/material-pigment-css@6.1.9
Docs
Core

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR becomes conflicted, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from HRemonen November 27, 2024 14:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 6bf2e2e to 325b9db Compare December 3, 2024 06:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 88dacfb to 6966a18 Compare December 4, 2024 16:49
@renovate renovate bot changed the title fix(deps): update all non-major dependencies chore(deps): update all non-major dependencies Dec 4, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 08c14fe to 0687061 Compare December 9, 2024 21:36
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Dec 10, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from b70edb0 to a6ea06d Compare December 11, 2024 11:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 13 times, most recently from afd5ab1 to b3db0e0 Compare December 24, 2024 04:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from a82cba7 to 77d2bcb Compare January 1, 2025 04:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 15a2c86 to cac1dd3 Compare January 6, 2025 07:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from cac1dd3 to eef6e5b Compare January 6, 2025 12:24
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