material-ui icon indicating copy to clipboard operation
material-ui copied to clipboard

Lock file maintenance bundling fixtures

Open renovate[bot] opened this issue 3 years ago • 2 comments

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
lockFileMaintenance All locks refreshed age adoption passing confidence
@emotion/react (source) dependencies patch 11.10.4 -> 11.10.5 age adoption passing confidence
@emotion/styled (source) dependencies patch 11.10.4 -> 11.10.5 age adoption passing confidence
@mui/icons-material (source) dependencies minor 5.10.3 -> 5.11.0 age adoption passing confidence
@mui/lab (source) dependencies patch 5.0.0-alpha.99 -> 5.0.0-alpha.112 age adoption passing confidence
@mui/material (source) dependencies minor 5.10.5 -> 5.11.0 age adoption passing confidence
@mui/styled-engine (source) dependencies minor 5.10.5 -> 5.11.0 age adoption passing confidence
@mui/styles (source) dependencies minor 5.10.3 -> 5.11.0 age adoption passing confidence
@mui/system (source) dependencies minor 5.10.5 -> 5.11.0 age adoption passing confidence
@mui/utils (source) dependencies minor 5.10.3 -> 5.11.0 age adoption passing confidence
concurrently devDependencies minor 7.4.0 -> 7.6.0 age adoption passing confidence
next (source) dependencies patch 12.3.0 -> 12.3.4 age adoption passing confidence
serve devDependencies minor 14.0.1 -> 14.1.2 age adoption passing confidence
vite (source) dependencies minor 3.1.1 -> 3.2.5 age adoption passing confidence
esbuild dependencies minor 0.15.7 -> 0.16.8 age adoption passing confidence
gatsby (source, changelog) dependencies minor 4.23.0 -> 4.25.0 age adoption passing confidence

🔧 This Pull Request updates lock files to use the latest dependency versions.


Release Notes

emotion-js/emotion

v11.10.5

Compare Source

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

v5.11.0

Compare Source

Dec 13, 2022

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

  • 🔥 @​mnajdova enabled configuration of the sx prop in the theme (#​35150)
  • Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements.
@mui/[email protected]
@mui/[email protected]
@mui/[email protected]
BREAKING CHANGES
  • [system] Enable configuring the sx prop in the theme (#​35150) @​mnajdova

    The breaking change is regarding an experimental API:

    -import { styled, experimental_sx } from '@​mui/material/styles';
    +import { styled } from '@​mui/material/styles';
    
    -const Component = styled('div)(experimental_sx({ p: 1 }});
    +const Component = styled('div)(({ theme }) => theme.unstable_sx({ p: 1 }});
    
@mui/[email protected]
@mui/[email protected]
@mui/[email protected]
Docs
Core

All contributors of this release in alphabetical order: @​alexfauquette, @​Armanio, @​danilo-leal, @​EduardoSCosta, @​flaviendelangle, @​jesrodri, @​joserodolfofreitas, @​kraftware, @​michaldudak, @​mnajdova, @​oliviertassinari, @​PratikDev, @​samuelsycamore, @​siriwatknp, @​Spanishiwa, @​timbset, @​tsollbach, @​vitorfrs-dev, @​ZeeshanTamboli

v5.10.16

Compare Source

Nov 28, 2022

A big thanks to the 13 contributors who made this release possible. This release contains various 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements.

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

All contributors of this release in alphabetical order: @​58bits, @​alexfauquette, @​fenghan34, @​flaviendelangle, @​iamxukai, @​leventdeniz, @​m4theushw, @​michaldudak, @​oliviertassinari, @​sai6855, @​siriwatknp, @​ZeeshanTamboli, @​Zetta56

v5.10.15

Compare Source

Nov 21, 2022

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

  • 🚀 @​mnajdova added the button as the first component that implements Material You design (MD3)
  • 🌐 @​MBilalShafi added Urdu (Pakistan) localization
  • Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements
@mui/[email protected]
@mui/[email protected]
@mui/[email protected]
@mui/[email protected]
Docs
Core

All contributors of this release in alphabetical order: @​alexfauquette, @​danilo-leal, @​iamxukai, @​Janpot, @​MBilalShafi, @​michaldudak, @​oliviertassinari, @​samuelsycamore, @​siriwatknp

v5.10.14

Compare Source

Nov 14, 2022

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

  • 🚀 @​siriwatknp added the Autocomplete component to the Joy UI (#​34315)
  • @​sfavello improved the accessibility of the Material UI's Autocomplete by adding support for the Delete key (#​33822)
  • Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements.
@mui/[email protected]
@mui/[email protected]
@mui/[email protected]
Docs
Core

All contributors of this release in alphabetical order: @​alexfauquette, @​bharatkashyap, @​cherniavskii, @​danilo-leal, @​hbjORbj, @​Janpot, @​kennethbigler, @​kushagra010, @​michaldudak, @​mnajdova, @​ofir5300, @​oliviertassinari, @​sai6855, @​sfavello, @​sidtohan, @​siriwatknp, @​Studio384

v5.10.9

Compare Source

Oct 10, 2022

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

  • 🚀 [Joy] Button loading functionality has been added by @​kushagra010 (#​34658)
  • And more 🐛 bug fixes and 📚 documentation improvements.
@mui/[email protected]
@mui/[email protected]
BREAKING CHANGE
  • [system] Fix color-scheme implementation (#​34639) @​siriwatknp

    The enableColorScheme prop has been removed from CssVarsProvider and getInitColorScheme (both Material UI and Joy UI).

    Migration:

    • Material UI: you can enable the CSS color scheme via <CssBaseline enableColorScheme />.
    • Joy UI: it is enabled automatically if you use <CssBaseline />, see the docs.
Changes
@mui/[email protected]
@mui/[email protected]
Docs
Core

All contributors of this release in alphabetical order: @​HexM7, @​joserodolfofreitas, @​kushagra010, @​michaldudak, @​mnajdova, @​oliviertassinari, @​vanyaxk

v5.10.6

Compare Source

Sep 19, 2022

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

@mui/[email protected]
@mui/[email protected]
Breaking changes
  • [button][joy] Replace start/endIcon prop with start/endDecorator (#​34288) @​hbjORbj

    BREAKING CHANGE: replace start/endIcon with start/endDecorator.

    // before
    <Button startIcon={...} endIcon={...} />
    
    // after
    <Button startDecorator={...} endDecorator={...} />
    
Changes
@mui/[email protected]
Breaking changes
  • [Select][base] Add event parameter to the onChange callback (#​34158) @​michaldudak

    The SelectUnstyled and MultiSelectUnstyled onChange callbacks did not have event as the first parameter, leading to inconsistency with other components and native HTML elements. This PR adds the event parameter as the first one and moves the newly selected value to the second position. Because of this, it's a breaking change. This also affects Select from Joy UI.

    // before
    <SelectUnstyled onChange={(newValue) => { /* ... */ }} />
    
    // after
    <SelectUnstyled onChange={(event, newValue) => { /* ... */ }} />
    
Docs
Core

All contributors of this release in alphabetical order: @​alexfauquette, @​flaviendelangle, @​hbjORbj, @​Janpot, @​michaldudak, @​oliviertassinari, @​renovate[bot], @​samuelsycamore, @​siriwatknp, @​tomasz-sodzawiczny, @​ZeeshanTamboli

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

v5.0.0-alpha.111

Compare Source

v5.0.0-alpha.110

Compare Source

v5.0.0-alpha.109

Compare Source

v5.0.0-alpha.108

Compare Source

v5.0.0-alpha.107

Compare Source

v5.0.0-alpha.106

Compare Source

v5.0.0-alpha.105

Compare Source

v5.0.0-alpha.104

Compare Source

v5.0.0-alpha.103

Compare Source

BREAKING CHANGE
  • [base] components -> slots API rename (#​34693) @​michaldudak

    • Change all occurrences of components and componentsProps props in Base components to slots and slotProps, respectively.
    • Change casing of slots' fields to camelCase
    -<SwitchUnstyled components={{Root: CustomRoot}} componentsProps={{rail: { className: 'custom-rail' }}} />
    +<SwitchUnstyled slots={{root: CustomRoot}} slotProps={{rail: { className: 'custom-rail' }}} />
    
  • [base] Make CSS class prefixes consistent (#​33411) @​michaldudak

    This is a breaking change for anyone who depends on the class names applied to Base components. If you use the <component>UnstyledClasses objects, you won't notice a difference. Only if you depend on the resulting class names (e.g. in CSS stylesheets), you'll have to adjust your code.

    -.ButtonUnstyled-root { ... };
    +.MuiButton-root { ... };
    
Changes

v5.0.0-alpha.102

Compare Source

v5.0.0-alpha.101

Compare Source

v5.0.0-alpha.100

Compare Source

open-cli-tools/concurrently

Configuration

📅 Schedule: Branch creation - "every 6 months on the first day of the month" 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.

👻 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[bot] avatar Jul 01 '22 12:07 renovate[bot]

Your Render PR Server URL is https://mui-pr-33353.onrender.com.

Follow its progress at https://dashboard.render.com/static/srv-cave6ov6d9ksg8qjpbog.

render[bot] avatar Jul 01 '22 12:07 render[bot]

Netlify deploy preview

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

Bundle size report

No bundle size changes

Generated by :no_entry_sign: dangerJS against 101d11182ebe98c6d3da3d93192d9ad7d272a5d4

mui-bot avatar Jul 01 '22 12:07 mui-bot

@mui/core What should we do about this PR? When is the bundling workflow scheduled in the CI pipeline?

ZeeshanTamboli avatar Mar 08 '23 10:03 ZeeshanTamboli

The bundling fixtures are only triggered manually, and some of them fail currently. I was meaning to take care of them, but have more important things on my plate right now. If you'd like to take a shot at them, feel free to do it. There are instructions how to run them in test/bundling/README.md

michaldudak avatar Mar 08 '23 15:03 michaldudak

I triggered the bundling fixture manually and three of them failed. See https://app.circleci.com/pipelines/github/mui/material-ui/93347/workflows/22d2fcb3-95ec-487f-beb3-181a88b203ab. I will have to run them locally and find it out.

Edit (as of 06/04/2023): I am not working on this.

ZeeshanTamboli avatar Mar 13 '23 11:03 ZeeshanTamboli

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

renovate[bot] avatar Mar 13 '23 11:03 renovate[bot]