-
Notifications
You must be signed in to change notification settings - Fork 149
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
chore(deps): update all non-major dependencies #693
Conversation
🦋 Changeset detectedLatest commit: 0c9601b The changes in this PR will be included in the next version bump. This PR includes changesets to release 4 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
a03edcc
to
caa5e53
Compare
The image is available at: |
caa5e53
to
8d0dbf5
Compare
8d0dbf5
to
a7fde20
Compare
a7fde20
to
8a26bf9
Compare
8a26bf9
to
2a1400f
Compare
2a1400f
to
76cc0e1
Compare
76cc0e1
to
467f270
Compare
The image is available at: |
467f270
to
ef181fc
Compare
ef181fc
to
3c83cf0
Compare
The image is available at: |
3c83cf0
to
0835c9f
Compare
0835c9f
to
5afed46
Compare
The image is available at: |
5afed46
to
b463efc
Compare
b463efc
to
b3b4a79
Compare
The image is available at: |
b3b4a79
to
7ecf7d7
Compare
7ecf7d7
to
6f0714f
Compare
The image is available at: |
6f0714f
to
10daf3f
Compare
10daf3f
to
edf6a4b
Compare
edf6a4b
to
0c89c6a
Compare
0c89c6a
to
1eae407
Compare
The image is available at: |
The image is available at: |
f56648f
to
6e2dcc7
Compare
6e2dcc7
to
e85b9b5
Compare
The image is available at: |
e85b9b5
to
3f1cea1
Compare
3f1cea1
to
419482b
Compare
The image is available at: |
419482b
to
ae1c364
Compare
ae1c364
to
800de2e
Compare
The image is available at: |
800de2e
to
13db921
Compare
13db921
to
1c3f916
Compare
The image is available at: |
1c3f916
to
129e1f6
Compare
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
129e1f6
to
0c9601b
Compare
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
The image is available at: |
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.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: schultzp2020 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
This PR contains the following updates:
2.26.2
->2.27.1
11.11.1
->11.11.3
5.14.16
->5.15.6
5.0.0-alpha.150
->5.0.0-alpha.162
5.14.15
->5.15.6
1.40.1
->1.41.1
0.6.1
->0.7.0
0.6.1
->0.7.0
0.0.5
->0.1.0
2.0.2
->2.1.1
4.17.20
->4.17.21
4.17.20
->4.17.21
18.18.7
->18.19.9
20.10.5
->20.11.6
9.0.0
->9.3.0
7.1.3
->7.1.5
4.6.0
->4.7.2
15.0.2
->15.2.0
18.18.2
->18.19.0
15.0.0
->15.1.0
6.17.0
->6.21.3
17.4.0
->17.5.0
1-80
->1-84
1-80
->1-84
1-85
->1-89
1.10.16
->1.11.3
5.2.2
->5.3.3
5.0.4
->5.3.3
5.26.5
->5.28.2
1.22.19
->1.22.21
Release Notes
changesets/changesets (@changesets/cli)
v2.27.1
Compare Source
Patch Changes
86cfff1
Thanks @Andarist! - Make./bin.js
available throughpackage.json#exports
to fix compatibility withchangesets/action
.v2.27.0
Compare Source
Minor Changes
#1185
a971652
Thanks @Andarist! -package.json#exports
have been added to limit what (and how) code might be imported from the package.#1236
dfd4cca
Thanks @camertron! - Avoid using short commit IDsPatch Changes
#1053
90a870a
Thanks @paescuj! - Replace the dependencyis-ci
withci-info
.Updated dependencies [
a971652
,dfd4cca
]:emotion-js/emotion (@emotion/react)
v11.11.3
Compare Source
Patch Changes
#3101
49c20b4f
Thanks @kyvong! - Fix Theme import for newer Typescript module resolution modesUpdated dependencies [
45c440fb
]:mui/material-ui (@mui/icons-material)
v5.15.6
Compare Source
Jan 22, 2024
A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
@mui/material@5.15.6
rowsPerPageOptions
prop (#40481) @pcorpet@mui/base@5.0.0-beta.33
@mui/system@5.15.6
@mui/icons-material@5.15.6
Docs
Core
All contributors of this release in alphabetical order: @alexfauquette, @anle9650, @ANUGLYPLUGIN, @brijeshb42, @danilo-leal, @devhik0, @DiegoAndai, @DonikaV, @joserodolfofreitas, @michaldudak, @mj12albert, @mnajdova, @mohamedsaiedd, @oliviertassinari, @pcorpet, @sai6855, @zanivan
v5.15.5
Compare Source
Jan 17, 2024
A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
base-
(#40205) @michaldudak@mui/material@5.15.5
iconMapping
andseverity
props (#40551) @2metres@mui/material-next@6.0.0-alpha.118
ButtonGroup
(#40124) @lhilgert9@mui/base@5.0.0-beta.32
Breaking changes
base-
(#40205) @michaldudakThe class prefix of Base UI components have been changed from
Mui-
tobase-
. This only affects codebases that uses class names verbatim, i.e. not exposed by JS objects such asbuttonClasses
, but as plain strings or in CSS stylesheets (.MuiButton.root
)To adapt your code to the new pattern:
.Mui([A-Z][A-Za-z]*)-
with.base-$1-
(soMuiButton-root
becomesbase-Button-root
, etc.),.Mui-([a-z]*)
with.base--$1
(soMui-disabled
becomesbase--disabled
, etc.).Changes
@mui/joy@5.0.0-beta.23
@mui/codemod@5.15.5
json
files to be transformed (#40536) @ZeeshanTamboli@mui/lab@5.0.0-alpha.161
@mui/material
peer dependency version (#40528) @ZeeshanTamboli@mui/material-nextjs@5.15.5
@mui/system@5.15.5
Docs
State
interface from Consecutive Snackbars demo (#40410)@zinoroman
docs:link-check
(#40547) @samuelsycamoreCore
run
command to deploy docs (#40513) @siriwatknpAll contributors of this release in alphabetical order: @2metres, @aacevski, @brijeshb42, @danilo-leal, @DiegoAndai, @josh-feldman, @Kamino0, @lhilgert9, @maakcode, @michaldudak, @oliviertassinari, @petrovmiroslav, @sai6855, @samuelsycamore, @siriwatknp, @zanivan, @ZeeshanTamboli, @zinoroman
v5.15.4
Compare Source
Jan 10, 2024
A big thanks to the 22 contributors who made this release possible. Here are some highlights:
@mui/material@5.15.4
@mui/material-nextjs@5.15.4
@mui/icons-material@5.15.4
@mui/system@5.15.4
@mui/utils@5.15.4
isPlainObject
to work across realm (#39981) @brijeshb42@mui/base@5.0.0-beta.31
@mui/joy@5.0.0-beta.22
JoyToggleButtonGroup
to extendTheme's components type export (#40407) @RiceCrispDocs
Core
mui-x
dependency resolving (#40257) @LukasTyt
command (#40430) @michaldudakAll contributors of this release in alphabetical order: @aacevski, @alexfauquette, @anle9650, @brijeshb42, @danilo-leal, @DiegoAndai, @iamsaumya, @illume, @Janpot, @LukasTy, @Methuselah96, @michaldudak, @mj12albert, @nicegamer7, @oliviertassinari, @renovate[bot], @RiceCrisp, @sai6855, @samuelsycamore, @savalaram-redkar, @siriwatknp, @zanivan
v5.15.3
Compare Source
Jan 3, 2024
A big thanks to the 11 contributors who made this release possible.
This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
@mui/material-nextjs@5.15.3
@mui/base@5.0.0-beta.30
@mui/lab@5.0.0-alpha.159
@mui/material-next@6.0.0-alpha.116
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.
This PR has been generated by Mend Renovate. View repository job log here.