fix(deps): update all non-major dependencies (minor)#633
Open
renovate[bot] wants to merge 1 commit intomasterfrom
Open
fix(deps): update all non-major dependencies (minor)#633renovate[bot] wants to merge 1 commit intomasterfrom
renovate[bot] wants to merge 1 commit intomasterfrom
Conversation
5192434 to
dfeb842
Compare
2c20b8e to
b4429f4
Compare
e8b4d29 to
ddcee27
Compare
ddcee27 to
ce9592b
Compare
ce9592b to
0571359
Compare
0571359 to
e7ed789
Compare
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



This PR contains the following updates:
^0.76.4->^0.78.011.10.8->11.14.011.10.8->11.14.15.11.16->5.18.05.14.20->5.18.0^0.16.1->^0.18.0^0.16.0->^0.18.0^0.16.1->^0.18.0^0.16.0->^0.18.04.52.1->4.91.14.196.0->4.202.05.1.0->5.2.0^0.30.3->^0.44.0^0.23.0->^0.24.07.0.1->7.1.318.2.0->18.3.118.2.0->18.3.114.2.10->14.3.8^0.1.13->^0.2.0^0.32.6->^0.34.03.3.4->3.18.317.1.1->17.7.2Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
codegouvfr/react-dsfr (@codegouvfr/react-dsfr)
v0.78.7Compare Source
What's Changed
Full Changelog: codegouvfr/react-dsfr@v0.78.6...v0.78.7
v0.78.6Compare Source
What's Changed
Full Changelog: codegouvfr/react-dsfr@v0.78.5...v0.78.6
v0.78.5Compare Source
Full Changelog: codegouvfr/react-dsfr@v0.78.4...v0.78.5
v0.78.4Compare Source
Full Changelog: codegouvfr/react-dsfr@v0.78.3...v0.78.4
v0.78.3Compare Source
Full Changelog: codegouvfr/react-dsfr@v0.78.2...v0.78.3
v0.78.2Compare Source
Full Changelog: codegouvfr/react-dsfr@v0.78.1...v0.78.2
v0.78.1Compare Source
What's Changed
Full Changelog: codegouvfr/react-dsfr@v0.78.0...v0.78.1
v0.78.0Compare Source
What's Changed
Full Changelog: codegouvfr/react-dsfr@v0.77.3...v0.78.0
v0.77.3Compare Source
What's Changed
New Contributors
Full Changelog: codegouvfr/react-dsfr@v0.77.2...v0.77.3
v0.77.2Compare Source
Full Changelog: codegouvfr/react-dsfr@v0.77.1...v0.77.2
v0.77.1Compare Source
What's Changed
Full Changelog: codegouvfr/react-dsfr@v0.77.0...v0.77.1
v0.77.0Compare Source
What's Changed
New Contributors
Full Changelog: codegouvfr/react-dsfr@v0.76.2...v0.77.0
emotion-js/emotion (@emotion/react)
v11.14.0Compare Source
Minor Changes
a19d019Thanks @Andarist! - Source code has been migrated to TypeScript. From now on type declarations will be emitted based on that, instead of being hand-written.Patch Changes
e1bf17e]:v11.13.5Compare Source
Patch Changes
#3270
77d930dThanks @emmatown! - Fix inconsistent hashes using development vs production bundles/exportsconditions when using@emotion/babel-pluginwithsourceMap: true(the default). This is particularly visible when using Emotion with the Next.js Pages router where thedevelopmentcondition is used when bundling code but not when importing external code with Node.js.Updated dependencies [
77d930d]:v11.13.3Compare Source
Patch Changes
#3232
0ce3ed0Thanks @ENvironmentSet! - Distributecssprop attachment over props that are union typesUpdated dependencies []:
v11.13.0Compare Source
Minor Changes
#3198
d8ff8a5Thanks @Andarist! - Migrated away from relying onprocess.env.NODE_ENVchecks to differentiate between production and development builds.Development builds (and other environment-specific builds) can be used by using proper conditions (see here). Most modern bundlers/frameworks already preconfigure those for the user so no action has to be taken.
Default files should continue to work in all environments.
#3215
a9f6912Thanks @Andarist! - Addededge-lightandworkerdconditions topackage.jsonmanifest to better serve users using Vercel Edge and Cloudflare Workers.Patch Changes
d8ff8a5,a9f6912]:v11.12.0Compare Source
Patch Changes
#3206
d1994c4Thanks @DiegoAndai! - Improved compatibility with the upcoming@types/reactfor React 19 where the globalJSXnamespace doesn't exist anymore#3208
56109e7Thanks @Andarist! - Only forward definedrefs to improve compatibility with the upcoming React 19Updated dependencies [
9ca22c6,a1e881b,16d8a8c]:v11.11.4Compare Source
Patch Changes
5b82631dThanks @iegik! - Renamed an internalhasOwnPropertytohasOwn. This avoids problems in CommonJS environments when the consumer tries to prevent prototype pollution withObject.freeze(Object.prototype).v11.11.3Compare Source
Patch Changes
#3101
49c20b4fThanks @kyvong! - Fix Theme import for newer Typescript module resolution modesUpdated dependencies [
45c440fb]:v11.11.1Compare Source
Patch Changes
9357f337Thanks @naari3! - AddedElementTypeto the Emotion'sJSXnamespace. It's defined in the same way as the one in@types/reactand should make it possible to use components that returnstrings,Promises and other types that are valid in React.v11.11.0Compare Source
Minor Changes
336f3d50Thanks @Andarist! - Added support for cascade@layers by updating the underlying parser (stylis).Patch Changes
#3029
eed5e6cfThanks @Andarist! - Fixed importing in Node ESMUpdated dependencies [
336f3d50,eed5e6cf]:mui/material-ui (@mui/icons-material)
v5.18.0Compare Source
A big thanks to the 2 contributors who made this release possible.
CSS layers make it easier to override styles by splitting a single style sheet into multiple layers.
To learn more, check out the CSS layers documentation.
@mui/system@5.18.0@mui/material-nextjs@5.18.0Docs
All contributors of this release in alphabetical order: @oliviertassinari, @siriwatknp
v5.17.1Compare Source
Mar 18, 2025
This release fixes the
@mui/typesdependencies in all packages to fix a package layout bug (#45612) @DiegoAndaiv5.17.0Compare Source
Mar 18, 2025
A big thanks to the 2 contributors who made this release possible.
@mui/material@5.17.0All contributors of this release in alphabetical order: @DiegoAndai, @siriwatknp
v5.16.14Compare Source
A big thanks to the 1 contributor who made this release possible.
@mui/material@5.16.14All contributors of this release in alphabetical order: @ZeeshanTamboli
v5.16.13Compare Source
A big thanks to the 2 contributors who made this release possible.
@mui/material-nextjs@5.16.13Docs
Core
All contributors of this release in alphabetical order: @DiegoAndai, @sai6855
v5.16.12Compare Source
Material UI v5 is now compatible with React 19 (#44720) @DiegoAndai
Core
latest-v5tag to v5 releases (#44757) @DiegoAndaiAll contributors of this release in alphabetical order: @DiegoAndai
v5.16.11A big thanks to the contributor who made this release possible.
Core
All contributors of this release in alphabetical order: @DiegoAndai
v5.16.9Compare Source
A big thanks to the 2 contributors who made this release possible.
@mui/material@5.16.9ScrollbarSizeref being overridden fix (#44595) @DiegoAndaiCore
All contributors of this release in alphabetical order: @DiegoAndai, @siriwatknp
v5.16.8Compare Source
A big thanks to the 8 contributors who made this release possible.
@mui/material@5.16.8@mui/utils@5.16.8Docs
Core
All contributors of this release in alphabetical order: @alexfauquette, @cherniavskii, @DiegoAndai, @jukkatupamaki, @michelengelen, @oliviertassinari, @rluzists1, @siriwatknp
v5.16.7Compare Source
Aug 9, 2024
A big thanks to the 3 contributors who made this release possible.
@mui/material@5.16.7Docs
Core
All contributors of this release in alphabetical order: @DiegoAndai, @oliviertassinari, @zanivan
v5.16.6Compare Source
Jul 30, 2024
A big thanks to the 5 contributors who made this release possible.
@mui/material@5.16.6Docs
<ListItem button/>withListItemButtoncomponent in routing libraries list example (#43114) @aliharis99reasontype in demos (#43105) @sai6855Core
All contributors of this release in alphabetical order: @aliharis99, @anuujj, @mnajdova, @sai6855, @shahzaibdev1
v5.16.5Compare Source
Jul 25, 2024
A big thanks to the 4 contributors who made this release possible.
@mui/utils@5.16.5Docs
Hintdemo (@ManthanGajjar) (#43039) @ManthanGajjarAll contributors of this release in alphabetical order: @ManthanGajjar, @mnajdova, @navedqb, @oliviertassinari
Full Changelog: mui/material-ui@v5.16.4...v5.16.5
v5.16.4Compare Source
Jul 16, 2024
A big thanks to the one contributor who made this release possible.
@mui/material@5.16.4All contributors of this release in alphabetical order: @mnajdova
v5.16.3Compare Source
Jul 16, 2024
A big thanks to the 3 contributors who made this release possible.
@mui/material@5.16.3Docs
autosuggest-highlightdependency (#42953) @HoFa1997All contributors of this release in alphabetical order: @HoFa1997, @mnajdova, @oliviertassinari
v5.16.2Compare Source
Jul 16, 2024
A big thanks to the 2 contributors who made this release possible.
@mui/material@5.16.2Core
All contributors of this release in alphabetical order: @mnajdova, @oliviertassinari
v5.16.1Compare Source
A big thanks to the 4 contributors who made this release possible. Here are some highlights ✨:
@mui/material@5.16.1@mui/joy@5.0.0-beta.48Docs
Core
All contributors of this release in alphabetical order: @aarongarciah, @oliviertassinari, @omahs, @ZeeshanTamboli
v5.16.0Compare Source
A big thanks to the 5 contributors who made this release possible. Here are some highlights ✨:
InitColorSchemeScriptfor Next.js App Router (#42829) @siriwatknp@mui/material@5.16.0InitColorSchemeScriptfor Next.js App Router (#42829) @siriwatknpDefaultPropsProvider(#42820) @siriwatknpCssVarsThemeinresponsiveFontSizesreturn type (@jxdp) (#42806) @jxdpgetInitColorSchemeScript(#42838) @siriwatknpDocs
Core
All contributors of this release in alphabetical order: @aarongarciah, @alexey-kozlenkov, @jxdp, @oliviertassinari, @siriwatknp
v5.15.21Compare Source
Jun 28, 2024
A big thanks to the 7 contributors who made this release possible.
@mui/material@5.15.21nonLinearprop (@alexismo) (#42677) @alexismoDocs
SelectAutoWidthdemo menu item value (@Danielkhakbaz) (#42696) @DanielkhakbazCore
All contributors of this release in alphabetical order: @alexfauquette, @alexismo, @arminmeh, @Danielkhakbaz, @DiegoAndai, @mnajdova, @oliviertassinari
v5.15.20Compare Source
Jun 12, 2024
A big thanks to the 9 contributors who made this release possible.
@mui/material@5.15.20iconWrapperstyles from theme and update its description (@sai6855) (#42570) @sai6855@mui/utils@5.15.15NaNasdefaultValuetouseControlled(@iammminzzy) (#42571) @iammminzzydeepmerge(#41652) (#42608) [@DiegoAndai](https://redirect.github.com/DiegoAnConfiguration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) in timezone Europe/Paris, 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.