qlik-oss / sn-list-objects

MIT License
3 stars 1 forks source link

chore(deps): update minor and patch #438

Closed renovate[bot] closed 3 months ago

renovate[bot] commented 5 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) 7.24.6 -> 7.24.9 age adoption passing confidence
@babel/preset-env (source) 7.24.6 -> 7.24.8 age adoption passing confidence
@babel/preset-react (source) 7.24.6 -> 7.24.7 age adoption passing confidence
@babel/preset-typescript (source) 7.24.6 -> 7.24.7 age adoption passing confidence
@emotion/react (source) 11.11.3 -> 11.13.0 age adoption passing confidence
@emotion/styled (source) 11.11.0 -> 11.13.0 age adoption passing confidence
@mui/icons-material (source) 5.15.6 -> 5.16.4 age adoption passing confidence
@mui/material (source) 5.15.6 -> 5.16.4 age adoption passing confidence
@nebula.js/cli 5.0.1 -> 5.2.0 age adoption passing confidence
@nebula.js/cli-build 5.0.1 -> 5.2.0 age adoption passing confidence
@nebula.js/cli-sense 5.0.1 -> 5.2.0 age adoption passing confidence
@nebula.js/cli-serve 4.9.0 -> 4.14.0 age adoption passing confidence
@nebula.js/stardust (source) 5.0.1 -> 5.2.0 age adoption passing confidence
@playwright/test (source) 1.41.1 -> 1.45.2 age adoption passing confidence
@testing-library/react 15.0.6 -> 15.0.7 age adoption passing confidence
@types/lodash (source) 4.14.202 -> 4.17.7 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 7.8.0 -> 7.16.1 age adoption passing confidence
@typescript-eslint/parser (source) 7.8.0 -> 7.16.1 age adoption passing confidence
eslint (source) 8.56.0 -> 8.57.0 age adoption passing confidence
eslint-plugin-mocha 10.2.0 -> 10.4.3 age adoption passing confidence
eslint-plugin-react 7.33.2 -> 7.35.0 age adoption passing confidence
eslint-plugin-react-hooks (source) 4.6.0 -> 4.6.2 age adoption passing confidence
globby 14.0.1 -> 14.0.2 age adoption passing confidence
husky 9.0.11 -> 9.1.1 age adoption passing confidence
lint-staged 15.2.6 -> 15.2.7 age adoption passing confidence
prettier (source) 3.3.2 -> 3.3.3 age adoption passing confidence
qlik-chart-modules ^0.59.0 -> ^0.73.0 age adoption passing confidence
react (source) 18.2.0 -> 18.3.1 age adoption passing confidence
react-dom (source) 18.2.0 -> 18.3.1 age adoption passing confidence
release-it 17.2.1 -> 17.6.0 age adoption passing confidence
sass 1.77.4 -> 1.77.8 age adoption passing confidence
semver 7.5.4 -> 7.6.3 age adoption passing confidence
typescript (source) 5.3.3 -> 5.5.3 age adoption passing confidence

Release Notes

babel/babel (@​babel/core) ### [`v7.24.9`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7249-2024-07-15) [Compare Source](https://togithub.com/babel/babel/compare/v7.24.8...v7.24.9) ##### :bug: Bug Fix - `babel-core`, `babel-standalone` - [#​16639](https://togithub.com/babel/babel/pull/16639) Avoid `require()` call in `@babel/standalone` bundle ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-types` - [#​16638](https://togithub.com/babel/babel/pull/16638) fix: provide legacy typings for TS < 4.1 ([@​JLHwung](https://togithub.com/JLHwung)) ##### :nail_care: Polish - `babel-generator`, `babel-plugin-transform-optional-chaining` - [#​16617](https://togithub.com/babel/babel/pull/16617) Avoid extra parens in TS `as`/`satisfies` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :house: Internal - `babel-helper-module-transforms` - [#​16629](https://togithub.com/babel/babel/pull/16629) Lazy top-level initializations for module transforms ([@​guybedford](https://togithub.com/guybedford)) ### [`v7.24.8`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7248-2024-07-11) [Compare Source](https://togithub.com/babel/babel/compare/v7.24.7...v7.24.8) ##### :eyeglasses: Spec Compliance - `babel-parser` - [#​16567](https://togithub.com/babel/babel/pull/16567) Do not use strict mode in TS `declare` ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) ##### :bug: Bug Fix - `babel-generator` - [#​16630](https://togithub.com/babel/babel/pull/16630) Correctly print parens around `in` in `for` heads ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - [#​16626](https://togithub.com/babel/babel/pull/16626) Fix printing of comments in `await using` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - [#​16591](https://togithub.com/babel/babel/pull/16591) fix typescript code generation for yield expression inside type expre… ([@​SreeXD](https://togithub.com/SreeXD)) - `babel-parser` - [#​16613](https://togithub.com/babel/babel/pull/16613) Disallow destructuring assignment in `using` declarations ([@​H0onnn](https://togithub.com/H0onnn)) - [#​16490](https://togithub.com/babel/babel/pull/16490) fix: do not add `.value: undefined` to regexp literals ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-types` - [#​16615](https://togithub.com/babel/babel/pull/16615) Remove boolean props from `ObjectTypeInternalSlot` visitor keys ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-plugin-transform-typescript` - [#​16566](https://togithub.com/babel/babel/pull/16566) fix: Correctly handle `export import x =` ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) ##### :nail_care: Polish - `babel-generator` - [#​16625](https://togithub.com/babel/babel/pull/16625) Avoid unnecessary parens around `async` in `for await` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-traverse` - [#​16619](https://togithub.com/babel/babel/pull/16619) Avoid checking `Scope.globals` multiple times ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) ### [`v7.24.7`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7247-2024-06-05) [Compare Source](https://togithub.com/babel/babel/compare/v7.24.6...v7.24.7) ##### :bug: Bug Fix - `babel-node` - [#​16554](https://togithub.com/babel/babel/pull/16554) Allow extra flags in babel-node ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-traverse` - [#​16522](https://togithub.com/babel/babel/pull/16522) fix: incorrect `constantViolations` with destructuring ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-helper-transform-fixture-test-runner`, `babel-plugin-proposal-explicit-resource-management` - [#​16524](https://togithub.com/babel/babel/pull/16524) fix: Transform `using` in `switch` correctly ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) ##### :house: Internal - `babel-helpers`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` - [#​16525](https://togithub.com/babel/babel/pull/16525) Delete unused array helpers ([@​blakewilson](https://togithub.com/blakewilson))
emotion-js/emotion (@​emotion/react) ### [`v11.13.0`](https://togithub.com/emotion-js/emotion/compare/@emotion/jest@11.11.0...70ad1d33892091e9bc478792fa7da662ed63476a) [Compare Source](https://togithub.com/emotion-js/emotion/compare/@emotion/react@11.12.0...@emotion/react@11.13.0) ### [`v11.12.0`](https://togithub.com/emotion-js/emotion/compare/@emotion/babel-preset-css-prop@11.11.0...d57cfcb6daf48fc5458f91b4db2e072fbc2863e4) [Compare Source](https://togithub.com/emotion-js/emotion/compare/@emotion/react@11.11.4...@emotion/react@11.12.0) ### [`v11.11.4`](https://togithub.com/emotion-js/emotion/releases/tag/%40emotion/react%4011.11.4) [Compare Source](https://togithub.com/emotion-js/emotion/compare/@emotion/react@11.11.3...@emotion/react@11.11.4) ##### Patch Changes - [#​3159](https://togithub.com/emotion-js/emotion/pull/3159) [`5b82631d`](https://togithub.com/emotion-js/emotion/commit/5b82631d79a58e87e560024d724b849f3921b6e0) Thanks [@​iegik](https://togithub.com/iegik)! - Renamed an internal `hasOwnProperty` to `hasOwn`. This avoids problems in CommonJS environments when the consumer tries to prevent prototype pollution with `Object.freeze(Object.prototype)`.
mui/material-ui (@​mui/icons-material) ### [`v5.16.4`](https://togithub.com/mui/material-ui/releases/tag/v5.16.4) [Compare Source](https://togithub.com/mui/material-ui/compare/v5.16.3...v5.16.4) *Jul 16, 2024* A big thanks to the one contributor who made this release possible. ##### `@mui/material@5.16.4` - ​Fix wrong import in Popover types ([#​42967](https://togithub.com/mui/material-ui/issues/42967)) [@​mnajdova](https://togithub.com/mnajdova) All contributors of this release in alphabetical order: [@​mnajdova](https://togithub.com/mnajdova) ### [`v5.16.3`](https://togithub.com/mui/material-ui/releases/tag/v5.16.3) [Compare Source](https://togithub.com/mui/material-ui/compare/v5.16.2...v5.16.3) *Jul 16, 2024* A big thanks to the 3 contributors who made this release possible. ##### `@mui/material@5.16.3` - ​\[material] Add missing dependency ([#​42959](https://togithub.com/mui/material-ui/issues/42959)) [@​mnajdova](https://togithub.com/mnajdova) ##### Docs - ​\[material-ui]\[Autocomplete] Add instructions about `autosuggest-highlight` dependency ([#​42953](https://togithub.com/mui/material-ui/issues/42953)) [@​HoFa1997](https://togithub.com/HoFa1997) - ​Move feedback from Canny to GitHub [@​oliviertassinari](https://togithub.com/oliviertassinari) All contributors of this release in alphabetical order: [@​HoFa1997](https://togithub.com/HoFa1997), [@​mnajdova](https://togithub.com/mnajdova), [@​oliviertassinari](https://togithub.com/oliviertassinari) ### [`v5.16.2`](https://togithub.com/mui/material-ui/releases/tag/v5.16.2) [Compare Source](https://togithub.com/mui/material-ui/compare/v5.16.1...v5.16.2) *Jul 16, 2024* A big thanks to the 2 contributors who made this release possible. ##### `@mui/material@5.16.2` - ​\[material] Remove dependency to [@​mui/base](https://togithub.com/mui/base) ([@​mnajdova](https://togithub.com/mnajdova)) ([#​42917](https://togithub.com/mui/material-ui/issues/42917)) [@​mnajdova](https://togithub.com/mnajdova) ##### Core - ​\[website] Sync /about page [@​oliviertassinari](https://togithub.com/oliviertassinari) All contributors of this release in alphabetical order: [@​mnajdova](https://togithub.com/mnajdova), [@​oliviertassinari](https://togithub.com/oliviertassinari) ### [`v5.16.1`](https://togithub.com/mui/material-ui/releases/tag/v5.16.1) [Compare Source](https://togithub.com/mui/material-ui/compare/v5.16.0...v5.16.1) A big thanks to the 4 contributors who made this release possible. Here are some highlights ✨: - ⚛️ All packages, including Material UI, are now compatible with React 18.3.1 ##### `@mui/material@5.16.1` - \[AppBar] Fix inherit color is inconsistent between ThemeProvider and CssVarsProvider ([#​42713](https://togithub.com/mui/material-ui/issues/42713)) [@​ZeeshanTamboli](https://togithub.com/ZeeshanTamboli) ##### `@mui/joy@5.0.0-beta.48` - \[Autocomplete] Fix React spread key warning ([#​42856](https://togithub.com/mui/material-ui/issues/42856)) [@​aarongarciah](https://togithub.com/aarongarciah) ##### Docs - \[material-ui] Fix React 18.3 key spread warnings in Autocomplete demos ([#​42854](https://togithub.com/mui/material-ui/issues/42854)) [@​aarongarciah](https://togithub.com/aarongarciah) - \[material-ui] Fix type error in virtualized table demo ([#​42852](https://togithub.com/mui/material-ui/issues/42852)) [@​aarongarciah](https://togithub.com/aarongarciah) - Fix typos ([@​omahs](https://togithub.com/omahs)) ([#​42888](https://togithub.com/mui/material-ui/issues/42888)) [@​omahs](https://togithub.com/omahs) - Fix 301 [@​oliviertassinari](https://togithub.com/oliviertassinari) ##### Core - \[core] Bump React to 18.3.1 ([#​42846](https://togithub.com/mui/material-ui/issues/42846)) [@​aarongarciah](https://togithub.com/aarongarciah) - \[core] Remove react-test-renderer ([#​42853](https://togithub.com/mui/material-ui/issues/42853)) [@​aarongarciah](https://togithub.com/aarongarciah) - \[core] Replace enzyme in describeConformance ([#​42847](https://togithub.com/mui/material-ui/issues/42847)) [@​aarongarciah](https://togithub.com/aarongarciah) - \[test] Remove enzyme ([#​42850](https://togithub.com/mui/material-ui/issues/42850)) [@​aarongarciah](https://togithub.com/aarongarciah) - \[test] Remove createMount test util ([#​42849](https://togithub.com/mui/material-ui/issues/42849)) [@​aarongarciah](https://togithub.com/aarongarciah) - \[base-ui] Fix React spread key warning in test ([#​42855](https://togithub.com/mui/material-ui/issues/42855)) [@​aarongarciah](https://togithub.com/aarongarciah) - \[styles]\[withStyles] Expect React defaultProps warning in test ([#​42752](https://togithub.com/mui/material-ui/issues/42752)) ([#​42851](https://togithub.com/mui/material-ui/issues/42851)) [@​aarongarciah](https://togithub.com/aarongarciah) All contributors of this release in alphabetical order: [@​aarongarciah](https://togithub.com/aarongarciah), [@​oliviertassinari](https://togithub.com/oliviertassinari), [@​omahs](https://togithub.com/omahs), [@​ZeeshanTamboli](https://togithub.com/ZeeshanTamboli) ### [`v5.16.0`](https://togithub.com/mui/material-ui/releases/tag/v5.16.0) [Compare Source](https://togithub.com/mui/material-ui/compare/v5.15.21...v5.16.0) A big thanks to the 5 contributors who made this release possible. Here are some highlights ✨: - 🚀 Added `InitColorSchemeScript` for Next.js App Router ([#​42829](https://togithub.com/mui/material-ui/issues/42829)) [@​siriwatknp](https://togithub.com/siriwatknp) ##### `@mui/material@5.16.0` - \[Alert] Add ability to override slot props ([@​alexey-kozlenkov](https://togithub.com/alexey-kozlenkov)) ([#​42808](https://togithub.com/mui/material-ui/issues/42808)) [@​alexey-kozlenkov](https://togithub.com/alexey-kozlenkov) - Add `InitColorSchemeScript` for Next.js App Router ([#​42829](https://togithub.com/mui/material-ui/issues/42829)) [@​siriwatknp](https://togithub.com/siriwatknp) - Add `DefaultPropsProvider` ([#​42820](https://togithub.com/mui/material-ui/issues/42820)) [@​siriwatknp](https://togithub.com/siriwatknp) - Support `CssVarsTheme` in `responsiveFontSizes` return type ([@​jxdp](https://togithub.com/jxdp)) ([#​42806](https://togithub.com/mui/material-ui/issues/42806)) [@​jxdp](https://togithub.com/jxdp) - Remove warning from `getInitColorSchemeScript` ([#​42838](https://togithub.com/mui/material-ui/issues/42838)) [@​siriwatknp](https://togithub.com/siriwatknp) ##### Docs - \[docs] Fix 301 MDN redirections [@​oliviertassinari](https://togithub.com/oliviertassinari) ##### Core - \[mui-utils]\[test] Remove usages of deprecated react-dom APIs ([@​aarongarciah](https://togithub.com/aarongarciah)) ([#​42813](https://togithub.com/mui/material-ui/issues/42813)) [@​aarongarciah](https://togithub.com/aarongarciah) All contributors of this release in alphabetical order: [@​aarongarciah](https://togithub.com/aarongarciah), [@​alexey-kozlenkov](https://togithub.com/alexey-kozlenkov), [@​jxdp](https://togithub.com/jxdp), [@​oliviertassinari](https://togithub.com/oliviertassinari), [@​siriwatknp](https://togithub.com/siriwatknp) ### [`v5.15.21`](https://togithub.com/mui/material-ui/releases/tag/v5.15.21) [Compare Source](https://togithub.com/mui/material-ui/compare/v5.15.20...v5.15.21) *Jun 28, 2024* A big thanks to the 7 contributors who made this release possible. ##### `@mui/material@5.15.21` - \[Autocomplete] Fix renderOption props type ([@​DiegoAndai](https://togithub.com/DiegoAndai)) ([#​42709](https://togithub.com/mui/material-ui/issues/42709)) [@​DiegoAndai](https://togithub.com/DiegoAndai) - \[Stepper] Generate class for `nonLinear` prop ([@​alexismo](https://togithub.com/alexismo)) ([#​42677](https://togithub.com/mui/material-ui/issues/42677)) [@​alexismo](https://togithub.com/alexismo) ##### Docs - Use new email for sponsoring [@​oliviertassinari](https://togithub.com/oliviertassinari) - Fix 301 links ([@​alexfauquette](https://togithub.com/alexfauquette)) ([#​42700](https://togithub.com/mui/material-ui/issues/42700)) [@​alexfauquette](https://togithub.com/alexfauquette) - \[material-ui]\[Select] Fix the `SelectAutoWidth` demo menu item value ([@​Danielkhakbaz](https://togithub.com/Danielkhakbaz)) ([#​42696](https://togithub.com/mui/material-ui/issues/42696)) [@​Danielkhakbaz](https://togithub.com/Danielkhakbaz) - \[material-ui]\[Autocomplete] Fix more React 18.3 key spread warnings in demos ([#​42766](https://togithub.com/mui/material-ui/issues/42766)) [@​wbt](https://togithub.com/wbt) - \[material-ui] Fix sign in side image ([#​42708](https://togithub.com/mui/material-ui/issues/42708)) [@​zanivan](https://togithub.com/zanivan) - \[website] Add Ale to team ([#​42769](https://togithub.com/mui/material-ui/issues/42769)) [@​alelthomas](https://togithub.com/alelthomas) ##### Core - \[core] Cherry pick pnpm updates ([#​42763](https://togithub.com/mui/material-ui/issues/42763)) [@​DiegoAndai](https://togithub.com/DiegoAndai) - \[website] Add Armin to the team members ([@​arminmeh](https://togithub.com/arminmeh)) ([#​42681](https://togithub.com/mui/material-ui/issues/42681)) [@​arminmeh](https://togithub.com/arminmeh) - \[website] Open Staff Engineer role for Pigment CSS ([@​mnajdova](https://togithub.com/mnajdova)) ([#​42669](https://togithub.com/mui/material-ui/issues/42669)) [@​mnajdova](https://togithub.com/mnajdova) All contributors of this release in alphabetical order: [@​alexfauquette](https://togithub.com/alexfauquette), [@​alexismo](https://togithub.com/alexismo), [@​arminmeh](https://togithub.com/arminmeh), [@​Danielkhakbaz](https://togithub.com/Danielkhakbaz), [@​DiegoAndai](https://togithub.com/DiegoAndai), [@​mnajdova](https://togithub.com/mnajdova), [@​oliviertassinari](https://togithub.com/oliviertassinari) ### [`v5.15.20`](https://togithub.com/mui/material-ui/releases/tag/v5.15.20) [Compare Source](https://togithub.com/mui/material-ui/compare/v5.15.19...v5.15.20) *Jun 12, 2024* A big thanks to the 9 contributors who made this release possible. ##### `@mui/material@5.15.20` - ​\[Autocomplete] Shouldn't resize when hovering ([@​ZeeshanTamboli](https://togithub.com/ZeeshanTamboli)) ([#​42535](https://togithub.com/mui/material-ui/issues/42535)) [@​ZeeshanTamboli](https://togithub.com/ZeeshanTamboli) - ​\[Tab] Fix applying `iconWrapper` styles from theme and update its description ([@​sai6855](https://togithub.com/sai6855)) ([#​42570](https://togithub.com/mui/material-ui/issues/42570)) [@​sai6855](https://togithub.com/sai6855) ##### `@mui/utils@5.15.15` - ​Allow passing `NaN` as `defaultValue` to `useControlled` ([@​iammminzzy](https://togithub.com/iammminzzy)) ([#​42571](https://togithub.com/mui/material-ui/issues/42571)) [@​iammminzzy](https://togithub.com/iammminzzy) - ​Fix GitHub-reported prototype pollution vulnerability in `deepmerge` ([#​41652](https://togithub.com/mui/material-ui/issues/41652)) ([#​42608](https://togithub.com/mui/material-ui/issues/42608)) [@​DiegoAndai](https://togithub.com/DiegoAndai) ##### Docs - ​\[docs] Add Pigment CSS and Base UI logos SVGs ([#​42513](https://togithub.com/mui/material-ui/issues/42513)) [@​danilo-leal](https://togithub.com/danilo-leal) - ​\[docs] Update twitter.com to x.com [@​oliviertassinari](https://togithub.com/oliviertassinari) - ​\[docs] Simplify Example projects page [@​oliviertassinari](https://togithub.com/oliviertassinari) - ​\[material-ui] Add docs for complementary stepper components ([@​anle9650](https://togithub.com/anle9650)) ([#​42613](https://togithub.com/mui/material-ui/issues/42613)) [@​anle9650](https://togithub.com/anle9650) - ​\[docs] Add changelog section to the design kits page ([@​danilo-leal](https://togithub.com/danilo-leal)) ([#​42463](https://togithub.com/mui/material-ui/issues/42463)) [@​danilo-leal](https://togithub.com/danilo-leal) - ​\[material-ui] Fix sentence in the All components page ([@​danilo-leal](https://togithub.com/danilo-leal)) ([#​42462](https://togithub.com/mui/material-ui/issues/42462)) [@​danilo-leal](https://togithub.com/danilo-leal) - ​\[material-ui] Update Figma design kit doc redirect link ([@​danilo-leal](https://togithub.com/danilo-leal)) ([#​42456](https://togithub.com/mui/material-ui/issues/42456)) [@​danilo-leal](https://togithub.com/danilo-leal) - ​\[system] Add "dynamic values" section to sx prop page ([@​aarongarciah](https://togithub.com/aarongarciah)) ([#​42453](https://togithub.com/mui/material-ui/issues/42453)) [@​aarongarciah](https://togithub.com/aarongarciah) ##### Core - ​\[website] Move the `React Engineer - X` role to future roles ([#​42532](https://togithub.com/mui/material-ui/issues/42532)) [@​DanailH](https://togithub.com/DanailH) - ​\[examples] Remove Pigment CSS examples ([#​42538](https://togithub.com/mui/material-ui/issues/42538)) [@​sai6855](https://togithub.com/sai6855) - ​\[website] Close Developer Advocate / Content Engineer role [@​oliviertassinari](https://togithub.com/oliviertassinari) - ​\[website] Update DoiT description and link in Sponsors section ([@​erezstmn-doit](https://togithub.com/erezstmn-doit)) ([#​42511](https://togithub.com/mui/material-ui/issues/42511)) [@​erezstmn-doit](https://togithub.com/erezstmn-doit) - ​\[website] Clean up the docs-infra job ad ([@​danilo-leal](https://togithub.com/danilo-leal)) ([#​42509](https://togithub.com/mui/material-ui/issues/42509)) [@​danilo-leal](https://togithub.com/danilo-leal) - ​\[website] Open the Docs-infra engineer role ([@​danilo-leal](https://togithub.com/danilo-leal)) ([#​42496](https://togithub.com/mui/material-ui/issues/42496)) [@​danilo-leal](https://togithub.com/danilo-leal) - ​\[website] Fix locationCountry in about page [@​oliviertassinari](https://togithub.com/oliviertassinari) All contributors of this release in alphabetical order: [@​aarongarciah](https://togithub.com/aarongarciah), [@​anle9650](https://togithub.com/anle9650), [@​DanailH](https://togithub.com/DanailH), [@​danilo-leal](https://togithub.com/danilo-leal), [@​erezstmn-doit](https://togithub.com/erezstmn-doit), [@​iammminzzy](https://togithub.com/iammminzzy), [@​oliviertassinari](https://togithub.com/oliviertassinari), [@​sai6855](https://togithub.com/sai6855), [@​ZeeshanTamboli](https://togithub.com/ZeeshanTamboli) ### [`v5.15.19`](https://togithub.com/mui/material-ui/compare/v5.15.18...v5.15.19) [Compare Source](https://togithub.com/mui/material-ui/compare/v5.15.18...v5.15.19) ### [`v5.15.18`](https://togithub.com/mui/material-ui/releases/tag/v5.15.18) [Compare Source](https://togithub.com/mui/material-ui/compare/v5.15.17...v5.15.18) *May 14, 2024* A big thanks to the 5 contributors who made this release possible. Here are some highlights ✨: ##### `@mui/material@5.15.18` - ​\[Autocomplete] Improve design when there's a start adornment for small autocomplete ([@​TahaRhidouani](https://togithub.com/TahaRhidouani)) ([#​42176](https://togithub.com/mui/material-ui/issues/42176)) [@​github-actions](https://togithub.com/github-actions)\[bot] - ​\[ToggleButtonGroup] Add missing `selected` class in ToggleButtonGroupClasses type ([@​tarunrajput](https://togithub.com/tarunrajput)) ([#​42250](https://togithub.com/mui/material-ui/issues/42250)) [@​github-actions](https://togithub.com/github-actions)\[bot] ##### Docs - ​\[docs] Fix 301 to Figma [@​oliviertassinari](https://togithub.com/oliviertassinari) ##### Core - ​\[blog] Introducing Pigment CSS blog post ([#​42198](https://togithub.com/mui/material-ui/issues/42198)) ([#​42255](https://togithub.com/mui/material-ui/issues/42255)) [@​samuelsycamore](https://togithub.com/samuelsycamore) - ​\[website] Add redirection for talk [@​oliviertassinari](https://togithub.com/oliviertassinari) - ​\[website] Adds Arthur Balduini team info ([@​arthurbalduini](https://togithub.com/arthurbalduini)) ([#​42226](https://togithub.com/mui/material-ui/issues/42226)) [@​github-actions](https://togithub.com/github-actions)\[bot] All contributors of this release in alphabetical order: [@​arthurbalduini](https://togithub.com/arthurbalduini), [@​oliviertassinari](https://togithub.com/oliviertassinari), [@​samuelsycamore](https://togithub.com/samuelsycamore), [@​TahaRhidouani](https://togithub.com/TahaRhidouani), [@​tarunrajput](https://togithub.com/tarunrajput) ### [`v5.15.17`](https://togithub.com/mui/material-ui/compare/v5.15.16...v5.15.17) [Compare Source](https://togithub.com/mui/material-ui/compare/v5.15.16...v5.15.17) ### [`v5.15.16`](https://togithub.com/mui/material-ui/compare/v5.15.15...v5.15.16) [Compare Source](https://togithub.com/mui/material-ui/compare/v5.15.15...v5.15.16) ### [`v5.15.15`](https://togithub.com/mui/material-ui/releases/tag/v5.15.15) [Compare Source](https://togithub.com/mui/material-ui/compare/v5.15.14...v5.15.15) A big thanks to the 7 contributors who made this release possible. Here are some highlights ✨: This release was mostly about 🐛 bug fixes and 📚 documentation improvements. ##### `@mui/material@5.15.15` - \[Autocomplete] Display options provided to the `options` prop even if loading is true ([#​41677](https://togithub.com/mui/material-ui/issues/41677)) [@​ZeeshanTamboli](https://togithub.com/ZeeshanTamboli) - \[RadioGroup] Apply classnames ([#​41681](https://togithub.com/mui/material-ui/issues/41681)) [@​ZeeshanTamboli](https://togithub.com/ZeeshanTamboli) ##### `@mui/system@5.15.15` - Fix typo to avoid infinite recursion in function call ([#​41678](https://togithub.com/mui/material-ui/issues/41678)) [@​ZeeshanTamboli](https://togithub.com/ZeeshanTamboli) ##### Docs - \[material-ui]\[Slider] Remove `valueLabelFormat` from restricted values demo so that the tooltip thumb label displays the same as the value text ([#​41679](https://togithub.com/mui/material-ui/issues/41679)) [@​ZeeshanTamboli](https://togithub.com/ZeeshanTamboli) - \[material-ui] Remove deleted page from the sidenav ([#​41594](https://togithub.com/mui/material-ui/issues/41594)) [@​danilo-leal](https://togithub.com/danilo-leal) - \[material-ui] Fix typo in CSS theme variables customization ([#​41680](https://togithub.com/mui/material-ui/issues/41680)) [@​ZeeshanTamboli](https://togithub.com/ZeeshanTamboli) - Continue migration of Base UI to sperate repository [@​oliviertassinari](https://togithub.com/oliviertassinari) - Add notification for MUI X v7 blog post ([#​41587](https://togithub.com/mui/material-ui/issues/41587)) ([#​41605](https://togithub.com/mui/material-ui/issues/41605)) [@​cherniavskii](https://togithub.com/cherniavskii) - Update the versions dropdown to show v6 ([#​41557](https://togithub.com/mui/material-ui/issues/41557)) [@​mnajdova](https://togithub.com/mnajdova) ##### Core - \[blog] Link to Romain's blog post in MUI X v7 announcement post ([#​41641](https://togithub.com/mui/material-ui/issues/41641)) [@​cherniavskii](https://togithub.com/cherniavskii) - \[blog] Blog post with MUI X v7.0.0 annoucement ([#​41563](https://togithub.com/mui/material-ui/issues/41563)) ([#​41604](https://togithub.com/mui/material-ui/issues/41604)) [@​cherniavskii](https://togithub.com/cherniavskii) - \[blog] Add post about remote ([#​41565](https://togithub.com/mui/material-ui/issues/41565)) [@​danilo-leal](https://togithub.com/danilo-leal) - \[core] Continue rename of Toolpad [@​oliviertassinari](https://togithub.com/oliviertassinari) - \[docs-infra] Add Toolpad product/category IDs to types ([#​41551](https://togithub.com/mui/material-ui/issues/41551)) [@​bharatkashyap](https://togithub.com/bharatkashyap) - \[website] Add Aarón to About Us ([#​41747](https://togithub.com/mui/material-ui/issues/41747)) [@​aarongarciah](https://togithub.com/aarongarciah) - \[website] Add stray design adjustments throughout the site ([#​41642](https://togithub.com/mui/material-ui/issues/41642)) [@​mnajdova](https://togithub.com/mnajdova) - \[website] Update pricing table ([#​41606](https://togithub.com/mui/material-ui/issues/41606)) [@​cherniavskii](https://togithub.com/cherniavskii) All contributors of this release in alphabetical order: [@​aarongarciah](https://togithub.com/aarongarciah), [@​bharatkashyap](https://togithub.com/bharatkashyap), [@​cherniavskii](https://togithub.com/cherniavskii), [@​danilo-leal](https://togithub.com/danilo-leal), [@​mnajdova](https://togithub.com/mnajdova), [@​oliviertassinari](https://togithub.com/oliviertassinari), [@​ZeeshanTamboli](https://togithub.com/ZeeshanTamboli) ### [`v5.15.14`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#v51514) [Compare Source](https://togithub.com/mui/material-ui/compare/v5.15.13...v5.15.14) *Mar 18, 2024* A big thanks to the 15 contributors who made this release possible. This release was mostly about 🐛 bug fixes and 📚 documentation improvements. ##### `@mui/material@5.15.13` - \[Accordion] Convert to support CSS extraction ([#​41221](https://togithub.com/mui/material-ui/issues/41221)) [@​mnajdova](https://togithub.com/mnajdova) - ​\[Autocomplete] Convert to support CSS extraction ([#​40330](https://togithub.com/mui/material-ui/issues/40330)) [@​mnajdova](https://togithub.com/mnajdova) - ​\[Slider] Convert to support CSS extraction ([#​41201](https://togithub.com/mui/material-ui/issues/41201)) [@​mnajdova](https://togithub.com/mnajdova) - ​\[Select] Fix variant type ([#​41405](https://togithub.com/mui/material-ui/issues/41405)) [@​sai6855](https://togithub.com/sai6855) - ​\[typescript] Use interface instead of type for props ([#​41500](https://togithub.com/mui/material-ui/issues/41500)) [@​siriwatknp](https://togithub.com/siriwatknp) ##### `@pigment-css/react@0.0.3` - ​Add Box component ([#​41451](https://togithub.com/mui/material-ui/issues/41451)) [@​brijeshb42](https://togithub.com/brijeshb42) ##### `pigment-css/nextjs-plugin@0.0.3` - ​Fix alias resolver ([#​41494](https://togithub.com/mui/material-ui/issues/41494)) [@​brijeshb42](https://togithub.com/brijeshb42) - ​Follow-up to [#​41494](https://togithub.com/mui/material-ui/issues/41494) ([#​41502](https://togithub.com/mui/material-ui/issues/41502)) [@​brijeshb42](https://togithub.com/brijeshb42) ##### Docs - ​\[joy-ui] Add UI improvements to the side navigation demo ([#​41461](https://togithub.com/mui/material-ui/issues/41461)) [@​cipherlogs](https://togithub.com/cipherlogs) - ​\[pigment-css] Add media query guide ([#​41473](https://togithub.com/mui/material-ui/issues/41473)) [@​siriwatknp](https://togithub.com/siriwatknp) - ​\[pigment-css] Fixing location of the ExtendTheme type in the docs ([#​41499](https://togithub.com/mui/material-ui/issues/41499)) [@​jherr](https://togithub.com/jherr) - ​\[material-ui]\[Progress] Add Circular progress gradient demo from Github comment ([#​40559](https://togithub.com/mui/material-ui/issues/40559)) [@​DiegoAndai](https://togithub.com/DiegoAndai) ##### Core - ​\[blog] Bringing consistency to Material UI customization APIs ([#​41040](https://togithub.com/mui/material-ui/issues/41040)) [@​DiegoAndai](https://togithub.com/DiegoAndai) - ​\[code-infra] Rename [@​mui-internal/docs-utils](https://togithub.com/mui-internal/docs-utils) to [@​mui/internal-docs-utils](https://togithub.com/mui/internal-docs-utils) ([#​41498](https://togithub.com/mui/material-ui/issues/41498)) [@​michaldudak](https://togithub.com/michaldudak) - ​\[code-infra] Copy translations.json to [@​mui/docs](https://togithub.com/mui/docs) build folder ([#​41472](https://togithub.com/mui/material-ui/issues/41472)) [@​Janpot](https://togithub.com/Janpot) - ​\[core] Use Circle CI context ([#​41532](https://togithub.com/mui/material-ui/issues/41532)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - ​\[core] Fix CHANGELOG format and update date ([#​41481](https://togithub.com/mui/material-ui/issues/41481)) [@​DiegoAndai](https://togithub.com/DiegoAndai) - ​\[docs] Fix useStorageState regressions ([#​41223](https://togithub.com/mui/material-ui/

Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.