qlik-oss / sn-list-objects

MIT License
3 stars 1 forks source link

chore(deps): update minor and patch #414

Closed renovate[bot] closed 5 months ago

renovate[bot] commented 6 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) 7.23.9 -> 7.24.3 age adoption passing confidence
@babel/preset-env (source) 7.23.9 -> 7.24.3 age adoption passing confidence
@babel/preset-react (source) 7.23.3 -> 7.24.1 age adoption passing confidence
@babel/preset-typescript (source) 7.23.3 -> 7.24.1 age adoption passing confidence
@emotion/react (source) 11.11.3 -> 11.11.4 age adoption passing confidence
@mui/icons-material (source) 5.15.6 -> 5.15.14 age adoption passing confidence
@mui/material (source) 5.15.6 -> 5.15.14 age adoption passing confidence
@nebula.js/cli 4.9.0 -> 4.14.0 age adoption passing confidence
@nebula.js/cli-build 4.9.0 -> 4.14.0 age adoption passing confidence
@nebula.js/cli-sense 4.9.0 -> 4.14.0 age adoption passing confidence
@nebula.js/cli-serve 4.9.0 -> 4.14.0 age adoption passing confidence
@nebula.js/stardust (source) 4.9.0 -> 4.14.0 age adoption passing confidence
@playwright/test (source) 1.41.1 -> 1.42.1 age adoption passing confidence
@testing-library/react 14.1.2 -> 14.2.2 age adoption passing confidence
@types/lodash (source) 4.14.202 -> 4.17.0 age adoption passing confidence
@types/react (source) 18.2.58 -> 18.2.69 age adoption passing confidence
@types/react-dom (source) 18.2.19 -> 18.2.22 age adoption passing confidence
eslint (source) 8.56.0 -> 8.57.0 age adoption passing confidence
eslint-plugin-mocha 10.2.0 -> 10.4.1 age adoption passing confidence
eslint-plugin-react 7.33.2 -> 7.34.1 age adoption passing confidence
qlik-chart-modules ^0.59.0 -> ^0.69.0 age adoption passing confidence
sass 1.71.1 -> 1.72.0 age adoption passing confidence
semver 7.5.4 -> 7.6.0 age adoption passing confidence
typescript (source) 5.3.3 -> 5.4.3 age adoption passing confidence

Release Notes

babel/babel (@​babel/core) ### [`v7.24.3`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7243-2024-03-20) [Compare Source](https://togithub.com/babel/babel/compare/v7.24.1...v7.24.3) ##### :bug: Bug Fix - `babel-helper-module-imports` - [#​16370](https://togithub.com/babel/babel/pull/16370) fix: do not inject the same imported identifier multiple times ([@​ota-meshi](https://togithub.com/ota-meshi)) ### [`v7.24.1`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7241-2024-03-19) [Compare Source](https://togithub.com/babel/babel/compare/v7.24.0...v7.24.1) ##### :bug: Bug Fix - `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-decorators` - [#​16350](https://togithub.com/babel/babel/pull/16350) Fix decorated class computed keys ordering ([@​JLHwung](https://togithub.com/JLHwung)) - [#​16344](https://togithub.com/babel/babel/pull/16344) Fix decorated class static field private access ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-plugin-proposal-decorators`, `babel-plugin-proposal-json-modules`, `babel-plugin-transform-async-generator-functions`, `babel-plugin-transform-regenerator`, `babel-plugin-transform-runtime`, `babel-preset-env` - [#​16329](https://togithub.com/babel/babel/pull/16329) Respect `moduleName` for `@babel/runtime/regenerator` imports ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-decorators`, `babel-plugin-proposal-pipeline-operator`, `babel-plugin-transform-class-properties` - [#​16331](https://togithub.com/babel/babel/pull/16331) Fix decorator memoiser binding kind ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helper-create-class-features-plugin`, `babel-helper-replace-supers`, `babel-plugin-proposal-decorators`, `babel-plugin-transform-class-properties` - [#​16325](https://togithub.com/babel/babel/pull/16325) Fix decorator evaluation private environment ([@​JLHwung](https://togithub.com/JLHwung)) ##### :memo: Documentation - [#​16319](https://togithub.com/babel/babel/pull/16319) Update SECURITY.md ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :house: Internal - `babel-code-frame`, `babel-highlight` - [#​16359](https://togithub.com/babel/babel/pull/16359) Replace `chalk` with `picocolors` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helper-fixtures`, `babel-helpers`, `babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression`, `babel-plugin-proposal-pipeline-operator`, `babel-plugin-transform-unicode-sets-regex`, `babel-preset-env`, `babel-preset-flow` - [#​16352](https://togithub.com/babel/babel/pull/16352) Run Babel transform tests on old node if possible ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helpers`, `babel-plugin-transform-async-generator-functions`, `babel-plugin-transform-class-properties`, `babel-plugin-transform-class-static-block`, `babel-plugin-transform-modules-commonjs`, `babel-plugin-transform-modules-systemjs`, `babel-plugin-transform-regenerator`, `babel-plugin-transform-runtime`, `babel-preset-env`, `babel-runtime-corejs3`, `babel-runtime`, `babel-standalone` - [#​16323](https://togithub.com/babel/babel/pull/16323) Allow separate helpers to be excluded in Babel 8 ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-helper-module-imports`, `babel-plugin-proposal-import-wasm-source`, `babel-plugin-proposal-json-modules`, `babel-plugin-proposal-record-and-tuple`, `babel-plugin-transform-react-jsx-development`, `babel-plugin-transform-react-jsx` - [#​16349](https://togithub.com/babel/babel/pull/16349) Support merging imports in import injector ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helper-create-class-features-plugin`, `babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression`, `babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining`, `babel-plugin-bugfix-v8-static-class-fields-redefine-readonly`, `babel-plugin-external-helpers`, `babel-plugin-proposal-async-do-expressions`, `babel-plugin-proposal-decorators`, `babel-plugin-proposal-destructuring-private`, `babel-plugin-proposal-do-expressions`, `babel-plugin-proposal-duplicate-named-capturing-groups-regex`, `babel-plugin-proposal-explicit-resource-management`, `babel-plugin-proposal-export-default-from`, `babel-plugin-proposal-function-bind`, `babel-plugin-proposal-function-sent`, `babel-plugin-proposal-import-attributes-to-assertions`, `babel-plugin-proposal-import-defer`, `babel-plugin-proposal-import-wasm-source`, `babel-plugin-proposal-json-modules`, `babel-plugin-proposal-optional-chaining-assign`, `babel-plugin-proposal-partial-application`, `babel-plugin-proposal-pipeline-operator`, `babel-plugin-proposal-record-and-tuple`, `babel-plugin-proposal-regexp-modifiers`, `babel-plugin-proposal-throw-expressions`, `babel-plugin-syntax-async-do-expressions`, `babel-plugin-syntax-decimal`, `babel-plugin-syntax-decorators`, `babel-plugin-syntax-destructuring-private`, `babel-plugin-syntax-do-expressions`, `babel-plugin-syntax-explicit-resource-management`, `babel-plugin-syntax-export-default-from`, `babel-plugin-syntax-flow`, `babel-plugin-syntax-function-bind`, `babel-plugin-syntax-function-sent`, `babel-plugin-syntax-import-assertions`, `babel-plugin-syntax-import-attributes`, `babel-plugin-syntax-import-defer`, `babel-plugin-syntax-import-reflection`, `babel-plugin-syntax-import-source`, `babel-plugin-syntax-jsx`, `babel-plugin-syntax-module-blocks`, `babel-plugin-syntax-optional-chaining-assign`, `babel-plugin-syntax-partial-application`, `babel-plugin-syntax-pipeline-operator`, `babel-plugin-syntax-record-and-tuple`, `babel-plugin-syntax-throw-expressions`, `babel-plugin-syntax-typescript`, `babel-plugin-transform-arrow-functions`, `babel-plugin-transform-async-generator-functions`, `babel-plugin-transform-async-to-generator`, `babel-plugin-transform-block-scoped-functions`, `babel-plugin-transform-block-scoping`, `babel-plugin-transform-class-properties`, `babel-plugin-transform-class-static-block`, `babel-plugin-transform-classes`, `babel-plugin-transform-computed-properties`, `babel-plugin-transform-destructuring`, `babel-plugin-transform-dotall-regex`, `babel-plugin-transform-duplicate-keys`, `babel-plugin-transform-dynamic-import`, `babel-plugin-transform-exponentiation-operator`, `babel-plugin-transform-export-namespace-from`, `babel-plugin-transform-flow-comments`, `babel-plugin-transform-flow-strip-types`, `babel-plugin-transform-for-of`, `babel-plugin-transform-function-name`, `babel-plugin-transform-instanceof`, `babel-plugin-transform-jscript`, `babel-plugin-transform-json-strings`, `babel-plugin-transform-literals`, `babel-plugin-transform-logical-assignment-operators`, `babel-plugin-transform-member-expression-literals`, `babel-plugin-transform-modules-amd`, `babel-plugin-transform-modules-commonjs`, `babel-plugin-transform-modules-systemjs`, `babel-plugin-transform-modules-umd`, `babel-plugin-transform-new-target`, `babel-plugin-transform-nullish-coalescing-operator`, `babel-plugin-transform-numeric-separator`, `babel-plugin-transform-object-assign`, `babel-plugin-transform-object-rest-spread`, `babel-plugin-transform-object-set-prototype-of-to-assign`, `babel-plugin-transform-object-super`, `babel-plugin-transform-optional-catch-binding`, `babel-plugin-transform-optional-chaining`, `babel-plugin-transform-parameters`, `babel-plugin-transform-private-methods`, `babel-plugin-transform-private-property-in-object`, `babel-plugin-transform-property-literals`, `babel-plugin-transform-property-mutators`, `babel-plugin-transform-proto-to-assign`, `babel-plugin-transform-react-constant-elements`, `babel-plugin-transform-react-display-name`, `babel-plugin-transform-react-inline-elements`, `babel-plugin-transform-react-jsx-compat`, `babel-plugin-transform-react-jsx-self`, `babel-plugin-transform-react-jsx-source`, `babel-plugin-transform-react-pure-annotations`, `babel-plugin-transform-regenerator`, `babel-plugin-transform-reserved-words`, `babel-plugin-transform-runtime`, `babel-plugin-transform-shorthand-properties`, `babel-plugin-transform-spread`, `babel-plugin-transform-sticky-regex`, `babel-plugin-transform-strict-mode`, `babel-plugin-transform-template-literals`, `babel-plugin-transform-typeof-symbol`, `babel-plugin-transform-typescript`, `babel-plugin-transform-unicode-escapes`, `babel-plugin-transform-unicode-property-regex`, `babel-plugin-transform-unicode-regex`, `babel-plugin-transform-unicode-sets-regex`, `babel-preset-env`, `babel-preset-flow`, `babel-preset-react`, `babel-preset-typescript` - [#​16332](https://togithub.com/babel/babel/pull/16332) Test Babel 7 plugins compatibility with Babel 8 core ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-compat-data`, `babel-plugin-transform-object-rest-spread`, `babel-preset-env` - [#​16318](https://togithub.com/babel/babel/pull/16318) \[babel 8] Fix `@babel/compat-data` package.json ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :microscope: Output optimization - `babel-helper-replace-supers`, `babel-plugin-transform-class-properties`, `babel-plugin-transform-classes`, `babel-plugin-transform-parameters`, `babel-plugin-transform-runtime` - [#​16345](https://togithub.com/babel/babel/pull/16345) Optimize the use of `assertThisInitialized` after `super()` ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-plugin-transform-class-properties`, `babel-plugin-transform-classes` - [#​16343](https://togithub.com/babel/babel/pull/16343) Use simpler `assertThisInitialized` more often ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-plugin-proposal-decorators`, `babel-plugin-transform-class-properties`, `babel-plugin-transform-object-rest-spread`, `babel-traverse` - [#​16342](https://togithub.com/babel/babel/pull/16342) Consider well-known and registered symbols as literals ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-core`, `babel-plugin-external-helpers`, `babel-plugin-proposal-decorators`, `babel-plugin-proposal-function-bind`, `babel-plugin-transform-class-properties`, `babel-plugin-transform-classes`, `babel-plugin-transform-flow-comments`, `babel-plugin-transform-flow-strip-types`, `babel-plugin-transform-function-name`, `babel-plugin-transform-modules-systemjs`, `babel-plugin-transform-parameters`, `babel-plugin-transform-private-property-in-object`, `babel-plugin-transform-react-jsx`, `babel-plugin-transform-runtime`, `babel-plugin-transform-spread`, `babel-plugin-transform-typescript`, `babel-preset-env` - [#​16326](https://togithub.com/babel/babel/pull/16326) Reduce the use of class names ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) ### [`v7.24.0`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7240-2024-02-28) [Compare Source](https://togithub.com/babel/babel/compare/v7.23.9...v7.24.0) ##### :rocket: New Feature - `babel-standalone` - [#​11696](https://togithub.com/babel/babel/pull/11696) Export babel tooling packages in `@babel/standalone` ([@​ajihyf](https://togithub.com/ajihyf)) - `babel-core`, `babel-helper-create-class-features-plugin`, `babel-helpers`, `babel-plugin-transform-class-properties` - [#​16267](https://togithub.com/babel/babel/pull/16267) Implement `noUninitializedPrivateFieldAccess` assumption ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helper-create-class-features-plugin`, `babel-helpers`, `babel-plugin-proposal-decorators`, `babel-plugin-proposal-pipeline-operator`, `babel-plugin-syntax-decorators`, `babel-plugin-transform-class-properties`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` - [#​16242](https://togithub.com/babel/babel/pull/16242) Support decorator 2023-11 normative updates ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-preset-flow` - [#​16309](https://togithub.com/babel/babel/pull/16309) \[babel 7] Allow setting `ignoreExtensions` in Flow preset ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - [#​16284](https://togithub.com/babel/babel/pull/16284) Add `experimental_useHermesParser` option in `preset-flow` ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-helper-import-to-platform-api`, `babel-plugin-proposal-import-wasm-source`, `babel-plugin-proposal-json-modules`, `babel-standalone` - [#​16172](https://togithub.com/babel/babel/pull/16172) Add transform support for JSON modules imports ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-plugin-transform-runtime` - [#​16241](https://togithub.com/babel/babel/pull/16241) Add back `moduleName` option to `@babel/plugin-transform-runtime` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-parser`, `babel-types` - [#​16277](https://togithub.com/babel/babel/pull/16277) Allow import attributes for `TSImportType` ([@​sosukesuzuki](https://togithub.com/sosukesuzuki)) ##### :bug: Bug Fix - `babel-plugin-proposal-do-expressions`, `babel-traverse` - [#​16305](https://togithub.com/babel/babel/pull/16305) fix: avoid `popContext` on unvisited node paths ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helper-create-class-features-plugin`, `babel-plugin-transform-private-methods`, `babel-plugin-transform-private-property-in-object` - [#​16312](https://togithub.com/babel/babel/pull/16312) Fix class private properties when `privateFieldsAsSymbols` ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-helper-create-class-features-plugin`, `babel-plugin-transform-private-methods` - [#​16307](https://togithub.com/babel/babel/pull/16307) Fix the support of `arguments` in private `get/set` method ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-helper-create-class-features-plugin`, `babel-helpers`, `babel-plugin-proposal-decorators` - [#​16287](https://togithub.com/babel/babel/pull/16287) Reduce decorator static property size ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-decorators` - [#​16281](https://togithub.com/babel/babel/pull/16281) Fix evaluation order of decorators with cached receiver ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - [#​16279](https://togithub.com/babel/babel/pull/16279) Fix decorator this memoization ([@​JLHwung](https://togithub.com/JLHwung)) - [#​16266](https://togithub.com/babel/babel/pull/16266) Preserve `static` on decorated private `accessor` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - [#​16258](https://togithub.com/babel/babel/pull/16258) fix: handle decorated async private method and generator ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-decorators`, `babel-plugin-transform-async-generator-functions`, `babel-plugin-transform-private-methods`, `babel-plugin-transform-private-property-in-object`, `babel-plugin-transform-typescript`, `babel-preset-env` - [#​16275](https://togithub.com/babel/babel/pull/16275) Fix class private properties when `privateFieldsAsProperties` ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-helpers` - [#​16268](https://togithub.com/babel/babel/pull/16268) Do not consider `arguments` in a helper as a global reference ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helpers`, `babel-plugin-proposal-decorators` - [#​16270](https://togithub.com/babel/babel/pull/16270) Handle symbol key class elements decoration ([@​JLHwung](https://togithub.com/JLHwung)) - [#​16265](https://togithub.com/babel/babel/pull/16265) Do not define `access.get` for public setter decorators ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :nail_care: Polish - `babel-core`, `babel-helper-create-class-features-plugin`, `babel-preset-env` - [#​12428](https://togithub.com/babel/babel/pull/12428) Suggest using `BABEL_SHOW_CONFIG_FOR` for config problems ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :house: Internal - `babel-helper-transform-fixture-test-runner` - [#​16278](https://togithub.com/babel/babel/pull/16278) Continue writing `output.js` when `exec.js` throws ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) ##### :microscope: Output optimization - `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-decorators` - [#​16306](https://togithub.com/babel/babel/pull/16306) Avoid intermediate functions for private accessors with decs ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helper-create-class-features-plugin`, `babel-helpers`, `babel-plugin-proposal-decorators`, `babel-plugin-proposal-pipeline-operator`, `babel-plugin-transform-class-properties` - [#​16294](https://togithub.com/babel/babel/pull/16294) More aggressively inline decorators in the static block ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helper-create-class-features-plugin`, `babel-helpers`, `babel-plugin-transform-private-methods` - [#​16283](https://togithub.com/babel/babel/pull/16283) Do not use `classPrivateMethodGet` ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-helper-create-class-features-plugin`, `babel-helpers`, `babel-plugin-proposal-decorators` - [#​16287](https://togithub.com/babel/babel/pull/16287) Reduce decorator static property size ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-decorators`, `babel-plugin-transform-class-properties` - [#​16280](https://togithub.com/babel/babel/pull/16280) Reduce element decorator temp variables ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helper-create-class-features-plugin`, `babel-helper-fixtures`, `babel-helpers`, `babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining`, `babel-plugin-proposal-decorators`, `babel-plugin-proposal-destructuring-private`, `babel-plugin-proposal-optional-chaining-assign`, `babel-plugin-transform-class-properties`, `babel-plugin-transform-class-static-block`, `babel-plugin-transform-private-methods`, `babel-plugin-transform-private-property-in-object`, `babel-preset-env`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` - [#​16261](https://togithub.com/babel/babel/pull/16261) Do not use descriptors for private class elements ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helpers`, `babel-plugin-proposal-decorators` - [#​16263](https://togithub.com/babel/babel/pull/16263) Reduce helper size for decorator 2023-11 ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu))
emotion-js/emotion (@​emotion/react) ### [`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.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/issues/41223)) [@​Janpot](https://togithub.com/Janpot) - ​\[docs] Fix some Vale errors ([#​41516](https://togithub.com/mui/material-ui/issues/41516)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - ​\[material-ui]\[docs] Fix landing page template's h1 size ([#​41543](https://togithub.com/mui/material-ui/issues/41543)) [@​zanivan](https://togithub.com/zanivan) - ​\[material-ui]\[docs] Apply new code header docs feature ([#​41508](https://togithub.com/mui/material-ui/issues/41508)) [@​danilo-leal](https://togithub.com/danilo-leal) - ​\[material-next] Drop the package ([#​41544](https://togithub.com/mui/material-ui/issues/41544)) [@​mnajdova](https://togithub.com/mnajdova) - ​\[docs-infra] Fail CI on Vale error ([#​40944](https://togithub.com/mui/material-ui/issues/40944)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - ​\[docs-infra] Improve Vale config [@​oliviertassinari](https://togithub.com/oliviertassinari) - ​\[docs-infra] Add a feature list "component" ([#​41484](https://togithub.com/mui/material-ui/issues/41484)) [@​danilo-leal](https://togithub.com/danilo-leal) - ​\[docs-infra] Add code block header classes ([#​41487](https://togithub.com/mui/material-ui/issues/41487)) [@​danilo-leal](https://togithub.com/danilo-leal) - ​\[docs-infra] Make the Algolia search input label invisible ([#​41542](https://togithub.com/mui/material-ui/issues/41542)) [@​danilo-leal](https://togithub.com/danilo-leal) - ​\[website] Improve navbar's items hover state ([#​41535](https://togithub.com/mui/material-ui/issues/41535)) [@​EyaOuenniche](https://togithub.com/EyaOuenniche) - ​\[website] Split Toolpad documentation ([#​41316](https://togithub.com/mui/material-ui/issues/41316)) [@​bharatkashyap](https://togithub.com/bharatkashyap) - ​\[website] Use MUIΒ X Data Grid v7-beta ([#​41276](https://togithub.com/mui/material-ui/issues/41276)) [@​cherniavskii](https://togithub.com/cherniavskii) All contributors of this release in alphabetical order: [@​bharatkashyap](https://togithub.com/bharatkashyap), [@​brijeshb42](https://togithub.com/brijeshb42), [@​cherniavskii](https://togithub.com/cherniavskii), [@​cipherlogs](https://togithub.com/cipherlogs), [@​danilo-leal](https://togithub.com/danilo-leal), [@​DiegoAndai](https://togithub.com/DiegoAndai), [@​EyaOuenniche](https://togithub.com/EyaOuenniche), [@​Janpot](https://togithub.com/Janpot), [@​jherr](https://togithub.com/jherr), [@​michaldudak](https://togithub.com/michaldudak), [@​mnajdova](https://togithub.com/mnajdova), [@​oliviertassinari](https://togithub.com/oliviertassinari), [@​sai6855](https://togithub.com/sai6855), [@​siriwatknp](https://togithub.com/siriwatknp), [@​zanivan](https://togithub.com/zanivan) ### [`v5.15.13`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#v51513) [Compare Source](https://togithub.com/mui/material-ui/compare/v5.15.12...v5.15.13) *Mar 12, 2024* A big thanks to the 15 contributors who made this release possible. Here are some highights ✨ - The Material UI free Checkout template got a design uplift ([#​41447](https://togithub.com/mui/material-ui/issues/41447)) [@​zanivan](https://togithub.com/zanivan) ##### `@mui/material@5.15.13` - \[Alert] Add `slots` and `slotProps` type to theme ([#​41324](https://togithub.com/mui/material-ui/issues/41324)) [@​sai6855](https://togithub.com/sai6855) - \[Autocomplete] Fix the options list being added to the DOM in `freeSolo` mode even when there are no options, causing style problems ([#​41300](https://togithub.com/mui/material-ui/issues/41300)) [@​rakeshmusturi](https://togithub.com/rakeshmusturi) - Add `paperChannel` token ([#​41447](https://togithub.com/mui/material-ui/issues/41447)) [@​siriwatknp](https://togithub.com/siriwatknp) - \[Switch] Convert to support CSS extraction ([#​41367](https://togithub.com/mui/material-ui/issues/41367)) [@​alexfauquette](https://togithub.com/alexfauquette) - \[Tooltip] Support event handlers with extra parameters ([#​41320](https://togithub.com/mui/material-ui/issues/41320)) [@​LukasTy](https://togithub.com/LukasTy) ##### `@mui/system@5.15.13` - \[RtlProvider] Add component & hook ([#​41241](https://togithub.com/mui/material-ui/issues/41241)) [@​mnajdova](https://togithub.com/mnajdova) ##### `@mui/utils@5.15.13` - \[utils] Fix visually hidden styles' margin unit ([#​41477](https://togithub.com/mui/material-ui/issues/41477)) [@​michaldudak](https://togithub.com/michaldudak) ##### `@mui/codemod@5.15.13` - Fix merging of slotProps and componentProps ([#​41323](https://togithub.com/mui/material-ui/issues/41323)) [@​sai6855](https://togithub.com/sai6855) ##### `@mui/base@5.0.0-beta.39` - \[material-ui]\[joy-ui]\[Autocomplete] Keep in sync highlighted index when the option still exists ([#​41306](https://togithub.com/mui/material-ui/issues/41306)) [@​CGNonofr](https://togithub.com/CGNonofr) - \[FormControl] Export `FormControlOwnerState` type from index ([#​41287](https://togithub.com/mui/material-ui/issues/41287)) [@​michaeldfoley](https://togithub.com/michaeldfoley) - \[material-ui]\[TextareaAutosize] Fix inline style not getting applied ([#​41369](https://togithub.com/mui/material-ui/issues/41369)) [@​ZeeshanTamboli](https://togithub.com/ZeeshanTamboli) ##### `@pigment-css/react@0.0.2` - Handle more scenarios while transforming sx prop ([#​41372](https://togithub.com/mui/material-ui/issues/41372)) [@​brijeshb42](https://togithub.com/brijeshb42) - Improve testing of fixtures ([#​41389](https://togithub.com/mui/material-ui/issues/41389)) [@​brijeshb42](https://togithub.com/brijeshb42) - Fix `keyframes` serialize styles error ([#​41395](https://togithub.com/mui/material-ui/issues/41395)) [@​siriwatknp](https://togithub.com/siriwatknp) - Use class selector instead of class value ([#​41442](https://togithub.com/mui/material-ui/issues/41442)) [@​brijeshb42](https://togithub.com/brijeshb42) - \[next] Warn about unsupported turbo mode in Next.js ([#​41445](https://togithub.com/mui/material-ui/issues/41445)) [@​brijeshb42](https://togithub.com/brijeshb42) ##### Docs - \[material-ui] Refine checkout template ([#​40967](https://togithub.com/mui/material-ui/issues/40967)) [@​zanivan](https://togithub.com/zanivan) - \[material-ui] Add docs for complementary List components ([#​41329](https://togithub.com/mui/material-ui/issues/41329)) [@​anle9650](https://togithub.com/anle9650) - \[material-ui] Add docs for complementary Dialog components ([#​41313](https://togithub.com/mui/material-ui/issues/41313)) [@​jwithington](https://togithub.com/jwithington) - \[material-ui] Fix Templates live preview link ([#​41467](https://togithub.com/mui/material-ui/issues/41467)) [@​danilo-leal](https://togithub.com/danilo-leal) - \[material-ui] Polish out the templates page ([#​41468](https://togithub.com/mui/material-ui/issues/41468)) [@​zanivan](https://togithub.com/zanivan) - \[material-ui] Adjust the Templates card design ([#​41450](https://togithub.com/mui/material-ui/issues/41450)) [@​danilo-leal](https://togithub.com/danilo-leal) - \[joy-ui] Remove unnecessary styles in color inversion footer demo ([#​41419](https://togithub.com/mui/material-ui/issues/41419)) [@​cipherlogs](https://togithub.com/cipherlogs) - \[joy-ui] Update case studies chip background color ([#​41413](https://togithub.com/mui/material-ui/issues/41413)) [@​cipherlogs](https://togithub.com/cipherlogs) - \[joy-ui] Remove wrong CSS prop from the Sign-in-side template ([#​41383](https://togithub.com/mui/material-ui/issues/41383)) [@​cipherlogs](https://togithub.com/cipherlogs) - \[joy-ui] Fix broken link on the Color Inversion page ([#​41407](https://togithub.com/mui/material-ui/issues/41407)) [@​cipherlogs](https://togithub.com/cipherlogs) - \[pigment] Add example and guide section ([#​41249](https://togithub.com/mui/material-ui/issues/41249)) [@​siriwatknp](https://togithub.com/siriwatknp) - \[pigment-css] Brand name nonbreaking space ([#​41438](https://togithub.com/mui/material-ui/issues/41438)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - \[pigment-css] Fix import on the README ([#​41411](https://togithub.com/mui/material-ui/issues/41411)) [@​danilo-leal](https://togithub.com/danilo-leal) - \[pigment-css] Edit starter template links on README ([#​41409](https://togithub.com/mui/material-ui/issues/41409)) [@​danilo-leal](https://togithub.com/danilo-leal) - \[pigment-css] Tweak the examples and edit READMEs ([#​41408](https://togithub.com/mui/material-ui/issues/41408)) [@​danilo-leal](https://togithub.com/danilo-leal) - \[pigment-css] Adjust the bit about CSS vars on the README ([#​41463](https://togithub.com/mui/material-ui/issues/41463)) [@​danilo-leal](https://togithub.com/danilo-leal) - Finish brand name fixes [#​41438](https://togithub.com/mui/material-ui/issues/41438) [@​oliviertassinari](https://togithub.com/oliviertassinari) - Remove noreferrer [@​oliviertassinari](https://togithub.com/oliviertassinari) - Fix v4 docs appearing in notifications ([#​41390](https://togithub.com/mui/material-ui/issues/41390)) [@​peterwangsc](https://togithub.com/peterwangsc) - Update GitHub project links ([#​41370](https://togithub.com/mui/material-ui/issues/41370)) [@​danilo-leal](https://togithub.com/danilo-leal) ##### Core - \[pigment] Make all Pigment CSS packages public ([#​41404](https://togithub.com/mui/material-ui/issues/41404)) [@​brijeshb42](https://togithub.com/brijeshb42) - \[pigment] Rename directories to match package names ([#​41453](https://togithub.com/mui/material-ui/issues/41453)) [@​brijeshb42](https://togithub.com/brijeshb42) - \[pigment-css] Example fix leading spaces ([#​41439](https://togithub.com/mui/material-ui/issues/41439)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - \[code-infra] Add short note about e2e-website workflow schedule ([#​41355](https://togithub.com/mui/material-ui/issues/41355)) [@​Janpot](https://togithub.com/Janpot) - \[code-infra] Add alias for icon types ([#​41248](https://togithub.com/mui/material-ui/issues/41248)) [@​Janpot](https://togithub.com/Janpot) - \[code-infra] Reduce concurrency of typescript:ci further ([#​41392](https://togithub.com/mui/material-ui/issues/41392)) [@​Janpot](https://togithub.com/Janpot) - \[code-infra] Reduce concurrency for test_types ci job ([#​41385](https://togithub.com/mui/material-ui/issues/41385)) [@​Janpot](https://togithub.com/Janpot) - \[code-infra] Adapt API code generator to Base UI repo needs ([#​41475](https://togithub.com/mui/material-ui/issues/41475)) [@​michaldudak](https://togithub.com/michaldudak) - \[docs-infra] Don't generate preview files for the templates ([#​41379](https://togithub.com/mui/material-ui/issues/41379)) [@​mnajdova](https://togithub.com/mnajdova) - \[docs-infra] Fix pigment css apps path in the render mui demos script ([#​41476](https://togithub.com/mui/material-ui/issues/41476)) [@​mnajdova](https://togithub.com/mnajdova) - \[docs-infra] move feedback to ESM ([#​41381](https://togithub.com/mui/material-ui/issues/41381)) [@​alexfauquette](https://togithub.com/alexfauquette) - \[docs-infra] Improve color contrast throughout ([#​41387](https://togithub.com/mui/material-ui/issues/41387)) [@​danilo-leal](https://togithub.com/danilo-leal) - \[docs-infra] Simplify Algolia crawler config ([#​41312](https://togithub.com/mui/material-ui/issues/41312)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - \[docs-infra] Adjust the tabs and layout selection design ([#​41084](https://togithub.com/mui/material-ui/issues/41084)) [@​danilo-leal](https://togithub.com/danilo-leal) - \[blog] Update the Base UI post with links to dedicated repo ([#​41358](https://togithub.com/mui/material-ui/issues/41358)) [@​danilo-leal](https://togithub.com/danilo-leal) - \[website] Update the Careers page role ([#​41384](https://togithub.com/mui/material-ui/issues/41384)) [@​danilo-leal](https://togithub.com/danilo-leal) - \[website] Compress about images [@​oliviertassinari](https://togithub.com/oliviertassinari) - \[website] Improve color contrast on the homepage ([#​41465](https://togithub.com/mui/material-ui/issues/41465)) [@​danilo-leal](https://togithub.com/danilo-leal) - \[examples] Add pigment-css-vite-ts starter example ([#​41196](https://togithub.com/mui/material-ui/issues/41196)) [@​siriwatknp](https://togithub.com/siriwatknp) - \[examples] Add pigment-css-nextjs-ts starter project ([#​41105](https://togithub.com/mui/material-ui/issues/41105)) [@​siriwatknp](https://togithub.com/siriwatknp) All contributors of this release in alphabetical order: [@​alexfauquette](https://togithub.com/alexfauquette), [@​brijeshb42](https://togithub.com/brijeshb42), [@​CGNonofr](https://togithub.com/CGNonofr), [@​cipherlogs](https://togithub.com/cipherlogs), [@​danilo-leal](https://togithub.com/danilo-leal), [@​Janpot](https://togithub.com/Janpot), [@​michaeldfoley](https://togithub.com/michaeldfoley), [@​mnajdova](https://togithub.com/mnajdova), [@​oliviertassinari](https://togithub.com/oliviertassinari), [@​peterwangsc](https://togithub.com/peterwangsc), [@​rakeshmusturi](https://togithub.com/rakeshmusturi), [@​sai6855](https://togithub.com/sai6855), [@​siriwatknp](https://togithub.com/siriwatknp), [@​zanivan](https://togithub.com/zanivan), [@​ZeeshanTamboli](https://togithub.com/ZeeshanTamboli) ### [`v5.15.12`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#v51512) [Compare Source](https://togithub.com/mui/material-ui/compare/v5.15.11...v5.15.12) If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.