-
Notifications
You must be signed in to change notification settings - Fork 3
fix(deps): update material-ui monorepo #1561
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
base: main
Are you sure you want to change the base?
Conversation
|
e6717e3
to
bae4c14
Compare
bae4c14
to
ca8bff3
Compare
ca8bff3
to
1ea1e31
Compare
1ea1e31
to
0e21fec
Compare
Walkthroughこの変更は、Next.jsアプリケーション、Viteアプリケーション、およびUIライブラリの依存関係を更新することに焦点を当てています。具体的には、 Changes
Sequence Diagram(s)sequenceDiagram
participant A as ユーザー
participant B as アプリケーション
participant C as ライブラリ
A->>B: アプリを起動
B->>C: 最新のライブラリを使用
C-->>B: 更新された機能を返す
B-->>A: 改良されたUIを表示
Poem
📜 Recent review detailsConfiguration used: .coderabbit.yaml ⛔ Files ignored due to path filters (3)
📒 Files selected for processing (3)
🚧 Files skipped from review as they are similar to previous changes (3)
⏰ Context from checks skipped due to timeout of 90000ms (3)
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
0e21fec
to
27baa40
Compare
27baa40
to
86a5926
Compare
ac1dcb1
to
33732c8
Compare
ce30c07
to
1a90eca
Compare
ae5b7c6
to
0c461d0
Compare
0c461d0
to
bfa706f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Review details
Configuration used: .coderabbit.yaml
Review profile: CHILL
Files ignored due to path filters (3)
example/nextjs-app/package-lock.json
is excluded by!**/package-lock.json
example/vite-app/package-lock.json
is excluded by!**/package-lock.json
package-lock.json
is excluded by!**/package-lock.json
Files selected for processing (3)
- example/nextjs-app/package.json (1 hunks)
- example/vite-app/package.json (1 hunks)
- packages/for-ui/package.json (1 hunks)
Additional comments not posted (3)
example/nextjs-app/package.json (1)
15-17
: 依存関係の更新を確認してください。
@mui/base
、@mui/lab
、および@mui/material
のバージョンが更新されました。これにより、アプリケーションの機能や互換性に影響を与える可能性があります。新しいバージョンのリリースノートを確認し、アプリケーションでのテストを行ってください。example/vite-app/package.json (1)
14-16
: 依存関係の更新を確認してください。
@mui/base
、@mui/lab
、および@mui/material
のバージョンが更新されました。これにより、アプリケーションの機能や互換性に影響を与える可能性があります。新しいバージョンのリリースノートを確認し、アプリケーションでのテストを行ってください。packages/for-ui/package.json (1)
64-67
: 依存関係の更新を確認してください。
@mui/base
、@mui/lab
、@mui/material
、および@mui/types
のバージョンが更新されました。これにより、ライブラリの機能や互換性に影響を与える可能性があります。新しいバージョンのリリースノートを確認し、ライブラリでのテストを行ってください。
bfa706f
to
efd513d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Review details
Configuration used: .coderabbit.yaml
Review profile: CHILL
Files ignored due to path filters (3)
example/nextjs-app/package-lock.json
is excluded by!**/package-lock.json
example/vite-app/package-lock.json
is excluded by!**/package-lock.json
package-lock.json
is excluded by!**/package-lock.json
Files selected for processing (3)
- example/nextjs-app/package.json (1 hunks)
- example/vite-app/package.json (1 hunks)
- packages/for-ui/package.json (1 hunks)
Files skipped from review due to trivial changes (1)
- packages/for-ui/package.json
Additional comments not posted (6)
example/nextjs-app/package.json (3)
15-15
: バージョン更新の承認
@mui/base
のバージョンが5.0.0-alpha.126
から5.0.0-beta.40
に更新されました。これはより安定したリリースを示し、改善とバグ修正が含まれているはずです。コード変更を承認します。
16-16
: バージョン更新の承認
@mui/lab
のバージョンが5.0.0-alpha.127
から5.0.0-alpha.173
に更新されました。これは開発の進行中であり、新機能や修正が含まれている可能性があります。コード変更を承認します。
17-17
: バージョン更新の承認
@mui/material
のバージョンが5.12.1
から5.16.7
に更新されました。これは改善とバグ修正が含まれているはずです。コード変更を承認します。
example/vite-app/package.json (3)
14-14
: バージョン更新の承認
@mui/base
のバージョンが5.0.0-alpha.126
から5.0.0-beta.40
に更新されました。これはより安定したリリースを示し、改善とバグ修正が含まれているはずです。コード変更を承認します。
15-15
: バージョン更新の承認
@mui/lab
のバージョンが5.0.0-alpha.127
から5.0.0-alpha.173
に更新されました。これは開発の進行中であり、新機能や修正が含まれている可能性があります。コード変更を承認します。
16-16
: バージョン更新の承認
@mui/material
のバージョンが5.12.1
から5.16.7
に更新されました。これは改善とバグ修正が含まれているはずです。コード変更を承認します。
ebb50b5
to
6badf78
Compare
6badf78
to
4e6b61c
Compare
PR-Agent was enabled for this repository. To continue using it, please link your git user with your CodiumAI identity here. CI Failure Feedback 🧐
✨ CI feedback usage guide:The CI feedback tool (
In addition to being automatically triggered, the tool can also be invoked manually by commenting on a PR:
where Configuration options
See more information about the |
PR-Agent was enabled for this repository. To continue using it, please link your git user with your CodiumAI identity here. CI Failure Feedback 🧐
✨ CI feedback usage guide:The CI feedback tool (
In addition to being automatically triggered, the tool can also be invoked manually by commenting on a PR:
where Configuration options
See more information about the |
cac6a5d
to
5d1b93f
Compare
5d1b93f
to
9cddf9d
Compare
ddd9acf
to
c983c66
Compare
c983c66
to
7731692
Compare
a4fd44c
to
ffee941
Compare
f49ba83
to
2336ad6
Compare
240c909
to
cfec2cb
Compare
df1be9c
to
4fbb171
Compare
4fbb171
to
58a2289
Compare
e63fc07
to
53d1402
Compare
53d1402
to
1047bef
Compare
CI Feedback 🧐(Feedback updated until commit 1047bef)A test triggered by this PR failed. Here is an AI-generated analysis of the failure:
|
1047bef
to
f7968dc
Compare
This PR contains the following updates:
5.0.0-alpha.126
->5.0.0-beta.70
5.0.0-alpha.127
->5.0.0-alpha.176
5.12.1
->5.17.1
7.2.4
->7.4.1
Release Notes
mui/material-ui (@mui/base)
v5.0.0-beta.30
Compare Source
v5.0.0-beta.29
Compare Source
v5.0.0-beta.28
Compare Source
v5.0.0-beta.27
Compare Source
v5.0.0-beta.26
Compare Source
v5.0.0-beta.25
Compare Source
v5.0.0-beta.22
Compare Source
v5.0.0-beta.21
Compare Source
v5.0.0-beta.20
Compare Source
v5.0.0-beta.19
Compare Source
v5.0.0-beta.18
Compare Source
v5.0.0-beta.17
Compare Source
v5.0.0-beta.16
Compare Source
v5.0.0-beta.15
Compare Source
v5.0.0-beta.14
Compare Source
v5.0.0-beta.13
Compare Source
v5.0.0-beta.10
Compare Source
v5.0.0-beta.9
Compare Source
v5.0.0-beta.8
Compare Source
v5.0.0-beta.5
Compare Source
Aug 24, 2021
A big thanks to the 26 contributors who made this release possible. Here are some highlights ✨:
@material-ui/core@5.0.0-beta.5
Breaking changes
The targets of the default bundle have changed:
The
useAutocomplete
hook used a type calledValue
. It was a very generic name for a type specific to theAutocomplete
control, so it was removed toAutocompleteValue
.Changes
@material-ui/system@5.0.0-beta.5
Breaking changes
The change was done in order to better reflect what they are, not what we think they will be used for.
Changes
@material-ui/icons@5.0.0-beta.5
@material-ui/styled-engine@5.0.0-beta.5
@material-ui/unstyled@5.0.0-alpha.44
@material-ui/lab@5.0.0-alpha.44
Docs
Core
All contributors of this release in alphabetical order: @aaronlademann-wf, @alexile, @atorenherrinton, @benny0642, @DanailH, @eps1lon, @hamidreza-nateghi, @hbjORbj, @jakeanq, @JEONGJIHUN, @LorenzHenk, @mekouar-mehdi, @michaldudak, @mnajdova, @nguyenyou, @nolastemgarden, @nomanoff, @noviicee, @oliviertassinari, @pvdstel, @qiweiii, @siriwatknp, @surajkumar016, @teachhay, @vedadeepta, @will-amaral
v5.0.0-beta.4
Compare Source
Aug 13, 2021
Big thanks to the 19 contributors who made this release possible. Here are some highlights ✨:
@material-ui/core@5.0.0-beta.4
Breaking changes
Changes
@material-ui/codemods@5.0.0-beta.4
@material-ui/system@5.0.0-beta.4
@material-ui/labs@5.0.0-alpha.42
Docs
Core
All contributors of this release in alphabetical order: @aaronlademann-wf, @abriginets, @DouglasPds, @eps1lon, @garronej, @kylegach, @LorenzHenk, @m4theushw, @matiasherranz, @mnajdova, @nikitabobers, @oliviertassinari, @R-Bower, @ryancogswell, @siriwatknp, @tonextone, @umidbekk, @vedadeepta, @YassinHussein
v5.0.0-beta.3
Compare Source
Aug 9, 2021
Big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
jss-to-styled
codemod has been improved to supportcreateStyles
(TypeScript) and<React.Fragment>
use (#27578) @mnajdova@material-ui/core@5.0.0-beta.3
@material-ui/system@5.0.0-beta.3
@material-ui/codemod@5.0.0-beta.3
@material-ui/unstyled@5.0.0-alpha.42
Docs
Core
All contributors of this release in alphabetical order: @bezpalko, @eps1lon, @flaviendelangle, @frandiox, @Harshita-Kanal, @kimbaudi, @michaldudak, @mnajdova, @noviicee, @oliviertassinari, @PCOffline, @R-Bower, @ryancogswell, @siriwatknp, @sulco
v5.0.0-beta.2
Compare Source
Jul 26, 2021
Big thanks to the 20 contributors who made this release possible. Here are some highlights ✨:
It should help the adoption of v5, by making possible the removal of JSS sooner.
@material-ui/core@5.0.0-beta.2
@material-ui/codemod@5.0.0-beta.2
@material-ui/unstyled@5.0.0-alpha.41
@material-ui/utils@5.0.0-beta.1
@material-ui/system@5.0.0-beta.2
@material-ui/lab@5.0.0-alpha.41
Docs
Core
All contributors of this release in alphabetical order: @AlvesJorge, @Aubrey-Li, @eps1lon, @faan234, @florianbepunkt, @g
etsnoopy, @Goodiec, @hboylan, @KLubin1, @michaldudak, @mnajdova, @newsiberian, @oliviertassinari, @Patil2099, @ruppysupp
y, @sashkopavlenko, @siriwatknp, @tudi2d, @turtleseason, @WeldonTan
v5.0.0-beta.1
Compare Source
Jul 14, 2021
Big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
✨ We have introduced a new unstyled component: the Switch (#26688) @michaldudak
You can find two new versions of the Switch. A component without any styles:
SwitchUnstyled
, and a hook:useSwitch
.You can follow our progress at https://github.com/mui-org/material-ui/issues/27170.
💄 We have updated the default
info
success
warning
color to be more accessible (#26817) @siriwatknp.You can find the new default values in the documentation.
@material-ui/core@5.0.0-beta.1
Breaking changes
Changes
disableRipple
API description (#27187) @michaldudakchecked
and mark as deprecated (#27047) @siriwatknpcreateV4Spacing
fromadaptV4Theme
(#27072) @siriwatknpinfo
success
warning
color (#26817) @siriwatknp@material-ui/unstyled@5.0.0-alpha.40
@material-ui/codemod@5.0.0-beta.1
@material-ui/system@5.0.0-beta.1
@material-ui/lab@5.0.0-alpha.40
Docs
url
package (#27151) @eps1lonStyledEngineProvider
as JSS is not used (#27133) @mnajdovaCore
All contributors of this release in alphabetical order: @eps1lon, @mbrookes, @michal-perlakowski, @michaldudak, @mnajdova, @moshfeu, @oliviertassinari, @rajzik, @renovate[bot], @sahil-blulabs, @ShirasawaSama, @siriwatknp, @vimutti77
v5.0.0-beta.0
Compare Source
Jul 01, 2021
Big thanks to the 13 contributors who made this release possible. Here are some highlights ✨:
@material-ui/codemod
.@material-ui/core@5.0.0-beta.0
Breaking changes
[Tabs] Remove unnecessary wrapper from Tab (#26926) @siriwatknp
span
element that wraps children has been removed.wrapper
classKey is also removed. More details about this change.[BottomNavigation] Remove wrapper from BottomNavigationAction (#26923) @siriwatknp
span
element that wraps children has been removed.wrapper
classKey is also removed. More details about this change.Changes
@material-ui/codemod@5.0.0-beta.0
`@ma
Configuration
📅 Schedule: Branch creation - "after 10:30 before 18:00 every weekday except after 13:00 before 14:00" in timezone Asia/Tokyo, 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.
This PR was generated by Mend Renovate. View the repository job log.