mui / material-ui

Material UI: Ready-to-use foundational React components, free forever. It includes Material UI, which implements Google's Material Design.
https://mui.com/material-ui/
MIT License
91.86k stars 31.57k forks source link

Bump stylis to 4.3.2 #37791

Open renovate[bot] opened 10 months ago

renovate[bot] commented 10 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
stylis 4.2.0 -> 4.3.2 age adoption passing confidence
@types/stylis (source) ^4.2.0 -> ^4.2.6 age adoption passing confidence

Release Notes

thysultan/stylis.js (stylis) ### [`v4.3.2`](https://togithub.com/thysultan/stylis.js/compare/v4.3.1...v4.3.2) [Compare Source](https://togithub.com/thysultan/stylis.js/compare/v4.3.1...v4.3.2) ### [`v4.3.1`](https://togithub.com/thysultan/stylis.js/compare/v4.3.0...v4.3.1) [Compare Source](https://togithub.com/thysultan/stylis.js/compare/v4.3.0...v4.3.1) ### [`v4.3.0`](https://togithub.com/thysultan/stylis.js/compare/v4.2.0...v4.3.0) [Compare Source](https://togithub.com/thysultan/stylis.js/compare/v4.2.0...v4.3.0)

Configuration

📅 Schedule: Branch creation - "on sunday before 6:00am" in timezone UTC, 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.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.



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

mui-bot commented 10 months ago

Netlify deploy preview

https://deploy-preview-37791--material-ui.netlify.app/

Bundle size report

No bundle size changes (Toolpad) No bundle size changes

Generated by :no_entry_sign: dangerJS against 96099bbf5c87adbd5e103e3bded67b365e3514db

ZeeshanTamboli commented 10 months ago

@Andarist Any idea why our docs build could be failing? https://app.netlify.com/sites/material-ui/deploys/64a433e8435abe00089d29f5.

Andarist commented 10 months ago

I'm not 100% sure but perhaps you should wait on a similar update in Emotion first. We use a pinned version for Stylis there so maybe, somehow, the versions are being mismatched here and you end up requiring the wrong copy of this module?

ZeeshanTamboli commented 10 months ago

That could be it. Will wait for emotion update.