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 weekly minor & patch updates #580

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 11, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@emotion/react (source) 11.13.3 -> 11.14.0 age adoption passing confidence dependencies minor
@emotion/styled (source) 11.13.0 -> 11.14.0 age adoption passing confidence dependencies minor
@expo/metro-config (source) ^0.18.0 -> ^0.19.0 age adoption passing confidence dependencies minor
@fontsource/roboto (source) 5.1.0 -> 5.1.1 age adoption passing confidence dependencies patch
@mui/icons-material (source) 6.1.6 -> 6.3.0 age adoption passing confidence dependencies minor
@mui/material (source) 6.1.6 -> 6.3.0 age adoption passing confidence dependencies minor
@mui/system (source) 6.1.6 -> 6.3.0 age adoption passing confidence dependencies minor
@mui/x-date-pickers (source) 7.22.1 -> 7.23.3 age adoption passing confidence dependencies minor
@react-google-maps/api (source) 2.20.3 -> 2.20.5 age adoption passing confidence devDependencies patch
@react-native/metro-config (source) 0.76.1 -> 0.76.5 age adoption passing confidence dependencies patch
@testing-library/react 16.0.1 -> 16.1.0 age adoption passing confidence devDependencies minor
@types/node (source) 22.8.7 -> 22.10.5 age adoption passing confidence devDependencies minor
@types/react (source) 18.3.12 -> 18.3.18 age adoption passing confidence devDependencies patch
@types/react (source) 18.3.12 -> 18.3.18 age adoption passing confidence dependencies patch
@types/react-big-calendar (source) 1.15.0 -> 1.16.0 age adoption passing confidence devDependencies minor
@typescript-eslint/eslint-plugin (source) 8.12.2 -> 8.19.0 age adoption passing confidence devDependencies minor
@typescript-eslint/parser (source) 8.12.2 -> 8.19.0 age adoption passing confidence devDependencies minor
axios (source) 1.7.7 -> 1.7.9 age adoption passing confidence dependencies patch
dotenv 16.4.5 -> 16.4.7 age adoption passing confidence dependencies patch
eslint (source) 8.57.0 -> 8.57.1 age adoption passing confidence devDependencies patch
eslint-config-next (source) 14.2.16 -> 14.2.22 age adoption passing confidence devDependencies patch
eslint-plugin-react-hooks (source) 5.0.0 -> 5.1.0 age adoption passing confidence devDependencies minor
express (source) 4.21.1 -> 4.21.2 age adoption passing confidence dependencies patch
graphql 16.9.0 -> 16.10.0 age adoption passing confidence dependencies minor
mikefarah/yq v4.44.3 -> v4.44.6 age adoption passing confidence action patch
mongodb 6.10.0 -> 6.12.0 age adoption passing confidence dependencies minor
next (source) 14.2.16 -> 14.2.22 age adoption passing confidence dependencies patch
node 22.11-alpine -> 22.12-alpine age adoption passing confidence final minor
node 22.11-alpine -> 22.12-alpine age adoption passing confidence stage minor
nodemon (source) 3.1.4 -> 3.1.9 age adoption passing confidence devDependencies patch
prettier (source) 3.3.3 -> 3.4.2 age adoption passing confidence devDependencies minor
react-big-calendar 1.15.0 -> 1.17.1 age adoption passing confidence dependencies minor
react-native (source, changelog) 0.76.1 -> 0.76.5 age adoption passing confidence dependencies patch
react-native-maps 1.18.2 -> 1.20.1 age adoption passing confidence dependencies minor
react-native-safe-area-context 4.14.0 -> 4.14.1 age adoption passing confidence dependencies patch
typescript (source) 5.6.3 -> 5.7.2 age adoption passing confidence devDependencies minor
typescript (source) 5.6.3 -> 5.7.2 age adoption passing confidence dependencies minor

Release Notes

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

v11.13.5

Compare Source

expo/expo (@​expo/metro-config)

v0.19.8

Compare Source

v0.19.7

Compare Source

This version does not introduce any user-facing changes.

v0.19.6

Compare Source

🐛 Bug fixes
  • Exclude beforeAssetSerializationPlugins.preModules from stableChunkSource (#​33344 by @​krystofwoldrich)
  • Use POSIX-formatted relative module paths to stabelize module IDs across platforms. (#​33393 by @​byCedric)
  • Use POSIX-formatted filenames when transforming CSS modules for consistent class names. (#​33394 by @​byCedric)
  • Use POSIX-formatted relative CSS asset paths for URL consistency across platforms. (#​33395 by @​byCedric)
  • Use POSIX-formatted check to handle virtual RSC module with correctly escaped client boundary paths across platforms. (#​33396 by @​byCedric)

v0.19.5

Compare Source

🐛 Bug fixes

v0.19.4

Compare Source

This version does not introduce any user-facing changes.

v0.19.3

Compare Source

🐛 Bug fixes

v0.19.2

Compare Source

🎉 New features

v0.19.1

Compare Source

🐛 Bug fixes

v0.19.0

Compare Source

💡 Others
fontsource/font-files (@​fontsource/roboto)

v5.1.1

Compare Source

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

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/[email protected]
@mui/[email protected]
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/[email protected]
@mui/[email protected]
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/[email protected]
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/[email protected]
@mui/[email protected]
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/[email protected]
@mui/[email protected]
@mui/[email protected]
@mui/[email protected]
Docs

Configuration

📅 Schedule: Branch creation - "before 5am on monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added dependencies Pull requests that update a dependency file deps: javascript deps: minor deps: patches labels Nov 11, 2024
Copy link
Contributor Author

renovate bot commented Nov 11, 2024

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.

@renovate renovate bot force-pushed the renovate/weekly-minor-and-patch-updates branch 13 times, most recently from e0c28d5 to d6e3822 Compare November 16, 2024 06:05
@renovate renovate bot force-pushed the renovate/weekly-minor-and-patch-updates branch 9 times, most recently from 4e517b5 to f74475b Compare November 23, 2024 05:14
@renovate renovate bot force-pushed the renovate/weekly-minor-and-patch-updates branch 2 times, most recently from 345b7df to 5bfd3ca Compare November 25, 2024 23:23
@renovate renovate bot force-pushed the renovate/weekly-minor-and-patch-updates branch 12 times, most recently from e54295f to 8bf260d Compare December 13, 2024 14:49
@renovate renovate bot force-pushed the renovate/weekly-minor-and-patch-updates branch 8 times, most recently from 819db70 to f7f610c Compare December 20, 2024 04:54
@renovate renovate bot force-pushed the renovate/weekly-minor-and-patch-updates branch 6 times, most recently from 61cd500 to cccc0ad Compare December 30, 2024 18:04
@renovate renovate bot force-pushed the renovate/weekly-minor-and-patch-updates branch 2 times, most recently from 7413ee0 to cfe134a Compare January 2, 2025 19:01
@renovate renovate bot force-pushed the renovate/weekly-minor-and-patch-updates branch from cfe134a to 230645e Compare January 3, 2025 10:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants