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

Lock file maintenance bundling fixtures #33353

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 1, 2022

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.6 age adoption passing confidence
@emotion/styled (source) dependencies patch 11.10.4 -> 11.10.6 age adoption passing confidence
@mui/icons-material (source) dependencies minor 5.10.3 -> 5.11.11 age adoption passing confidence
@mui/lab (source) dependencies patch 5.0.0-alpha.99 -> 5.0.0-alpha.122 age adoption passing confidence
@mui/material (source) dependencies minor 5.10.5 -> 5.11.12 age adoption passing confidence
@mui/styled-engine (source) dependencies minor 5.10.5 -> 5.11.11 age adoption passing confidence
@mui/styles (source) dependencies minor 5.10.3 -> 5.11.12 age adoption passing confidence
@mui/system (source) dependencies minor 5.10.5 -> 5.11.12 age adoption passing confidence
@mui/utils (source) dependencies minor 5.10.3 -> 5.11.12 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.2.0 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.17.11 age adoption passing confidence
gatsby (source, changelog) dependencies minor 4.23.0 -> 4.25.5 age adoption passing confidence

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


Release Notes

emotion-js/emotion

v11.10.6

Compare Source

Patch Changes

v11.10.5

Compare Source

Patch Changes
mui/material-ui

v5.11.11

Compare Source

Feb 27, 2023

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

  • 📚 added API documentation for the slots in MUI Base and Joy UI by @​hbjORbj, for e.g. SliderUnstyled API
  • other 🐛 bug fixes and 📚 documentation improvements.
@mui/material@5.11.11
@mui/base@5.0.0-alpha.119
Breaking changes
  • ​[base] Remove classes prop from the Base components that have it (#​36157) @​hbjORbj
    These are the components affected by this change: ModalUnstyled, SliderUnstyled, TablePaginationUnstyled and TablePaginationActionsUnstyled.
    You can replace the classes prop by providing the class name prop directly to the prop via slotProps. Below is an example of how the migration should look like:

     <TablePaginationUnstyled
    -   classes={{ toolbar: 'toolbar-classname', menuItem: 'menuItem-classname' }}
    +   slotProps={{ toolbar: { className: 'toolbar-classname' }, menuItem: { className: 'menuItem-classname'}}}
     />
  • ​[base] Move hooks to their own directories (#​36235) @​hbjORbj
    Base hooks (e.g., useSelect) are no longer exported from {Component}Unstyled directories and instead they have their own directories.
    Below is an example of how the migration should look like:

    -import { useBadge } from '@&#8203;mui/base/BadgeUnstyled';
    +import useBadge from '@&#8203;mui/base/useBadge';

    You can use this codemod to help with the migration.

Changes
@mui/codemod@5.11.11
@mui/joy@5.0.0-alpha.69
Docs
Core

All contributors of this release in alphabetical order: @​hbjORbj, @​HeVictor, @​ivp-dev, @​jrparish, @​Juneezee, @​LukasTy, @​MBilalShafi, @​michaldudak, @​mnajdova, @​oliviertassinari, @​ossan-engineer, @​sai6855, @​siriwatknp, @​Vivek-Prajapatii, @​ZeeshanTamboli

v5.11.9

Compare Source

Feb 14, 2023

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

@mui/material@5.11.9
@mui/styled-engine@5.11.9
@mui/joy@5.0.0-alpha.67
@mui/base@5.0.0-alpha.118
@mui/material-next@6.0.0-alpha.75
Docs
Examples
Core

All contributors of this release in alphabetical order: @​danilo-leal, @​donaldnevermore, @​flaviendelangle, @​hbjORbj, @​LadyBluenotes, @​LukasTy, @​m4theushw, @​michaldudak, @​mj12albert, @​mnajdova, @​oliv37, @​oliviertassinari, @​petyosi, @​rangoo94, @​sai6855, @​Shorifpatwary, @​siriwatknp

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/material@5.11.0
@mui/icons-material@5.11.0
@mui/system@5.11.0
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 '@&#8203;mui/material/styles';
    +import { styled } from '@&#8203;mui/material/styles';
    
    -const Component = styled('div)(experimental_sx({ p: 1 }});
    +const Component = styled('div)(({ theme }) => theme.unstable_sx({ p: 1 }});
@mui/joy@5.0.0-alpha.58
@mui/base@5.0.0-alpha.110
@mui/material-next@6.0.0-alpha.66
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/material@5.10.16
@mui/system@5.10.16
@mui/base@5.0.0-alpha.108
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/material@5.10.15
@mui/icons-material@5.10.15
@mui/material-next@6.0.0-alpha.63
@mui/base@5.0.0-alpha.107
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/material@5.10.14
@mui/system@5.10.14
@mui/joy@5.0.0-alpha.54
Docs
Core

All contributors of this release in alphabetical order: @​alexfauquette, @​bharatkashyap, @​cherniavskii, @​danilo-leal, @​hbjORbj, @​Janpot, [@​kennethbigler](https://togithub.com/kennethbig


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 renovate bot added the dependencies Update of dependencies label Jul 1, 2022
@render
Copy link

render bot commented Jul 1, 2022

@mui-bot
Copy link

mui-bot commented Jul 1, 2022

Netlify deploy preview

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

Bundle size report

No bundle size changes

Generated by 🚫 dangerJS against 101d111

@renovate renovate bot force-pushed the renovate/bundling-fixtures branch 6 times, most recently from 543b22d to 7ddbe72 Compare July 13, 2022 15:31
@renovate renovate bot force-pushed the renovate/bundling-fixtures branch 3 times, most recently from 8f87ac1 to f9ecf99 Compare July 22, 2022 03:37
@renovate renovate bot force-pushed the renovate/bundling-fixtures branch 5 times, most recently from 34acc33 to 888e08e Compare July 31, 2022 09:31
@renovate renovate bot force-pushed the renovate/bundling-fixtures branch 4 times, most recently from 64ce08d to a3225b9 Compare August 8, 2022 16:47
@renovate renovate bot force-pushed the renovate/bundling-fixtures branch 8 times, most recently from 6683487 to efc3096 Compare August 17, 2022 01:51
@renovate renovate bot force-pushed the renovate/bundling-fixtures branch from efc3096 to 715ec85 Compare August 30, 2022 04:11
@github-actions github-actions bot removed the PR: out-of-date The pull request has merge conflicts and can't be merged label Feb 9, 2023
@renovate renovate bot force-pushed the renovate/bundling-fixtures branch 4 times, most recently from 56495db to da42bf8 Compare February 16, 2023 12:39
@renovate renovate bot force-pushed the renovate/bundling-fixtures branch 6 times, most recently from b758b00 to c7aa8ed Compare February 23, 2023 15:37
@github-actions github-actions bot added the PR: out-of-date The pull request has merge conflicts and can't be merged label Feb 27, 2023
@renovate renovate bot force-pushed the renovate/bundling-fixtures branch from c7aa8ed to 7364a2f Compare February 27, 2023 12:20
@github-actions github-actions bot removed the PR: out-of-date The pull request has merge conflicts and can't be merged label Feb 27, 2023
@renovate renovate bot force-pushed the renovate/bundling-fixtures branch 2 times, most recently from 950ece9 to 36aaa88 Compare March 4, 2023 02:25
@renovate renovate bot force-pushed the renovate/bundling-fixtures branch from 36aaa88 to 1e9223e Compare March 6, 2023 15:07
@ZeeshanTamboli
Copy link
Member

ZeeshanTamboli commented Mar 8, 2023

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

@michaldudak
Copy link
Member

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

@github-actions github-actions bot added the PR: out-of-date The pull request has merge conflicts and can't be merged label Mar 13, 2023
@renovate renovate bot force-pushed the renovate/bundling-fixtures branch from 1e9223e to 0922f35 Compare March 13, 2023 10:58
@github-actions github-actions bot removed the PR: out-of-date The pull request has merge conflicts and can't be merged label Mar 13, 2023
@ZeeshanTamboli
Copy link
Member

ZeeshanTamboli commented Mar 13, 2023

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.

@renovate
Copy link
Contributor Author

renovate bot commented Mar 13, 2023

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.

@github-actions github-actions bot added the PR: out-of-date The pull request has merge conflicts and can't be merged label May 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Update of dependencies PR: out-of-date The pull request has merge conflicts and can't be merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants