1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-11-01 19:07:38 +01:00
Commit Graph

10666 Commits

Author SHA1 Message Date
Mateusz Kwasniewski
2a3959082c
refactor: proxy/frontend api in feature oriented architecture (#6487) 2024-03-11 09:28:40 +01:00
Nuno Góis
7d827442ee
fix: add actions validation (#6481)
https://linear.app/unleash/issue/2-2022/improve-actions-validation

Improves our current actions form validation. 

Empty actions are now ignored on the payload and we get errors in
actions where any of the required fields are empty.

Also refactored our current actions into a constant map that can be
shared across frontend and backend.
2024-03-11 08:18:36 +00:00
Thomas Heartman
62a7633ed5
docs: add note about upgrading to version 5.7 and above (#6464)
Upgrading to 5.7 and above from earlier versions is a little
problematic. Let's document it.

---------

Co-authored-by: Gastón Fournier <gaston@getunleash.io>
2024-03-11 08:13:57 +00:00
renovate[bot]
c98b5ad64f
chore(deps): update dependency @babel/core to v7.24.0 (#6485)
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@babel/core](https://babel.dev/docs/en/next/babel-core)
([source](https://togithub.com/babel/babel/tree/HEAD/packages/babel-core))
| [`7.23.9` ->
`7.24.0`](https://renovatebot.com/diffs/npm/@babel%2fcore/7.23.9/7.24.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@babel%2fcore/7.24.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@babel%2fcore/7.24.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@babel%2fcore/7.23.9/7.24.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@babel%2fcore/7.23.9/7.24.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>babel/babel (@&#8203;babel/core)</summary>

###
[`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)

##### 🚀 New Feature

-   `babel-standalone`
- [#&#8203;11696](https://togithub.com/babel/babel/pull/11696) Export
babel tooling packages in `@babel/standalone`
([@&#8203;ajihyf](https://togithub.com/ajihyf))
- `babel-core`, `babel-helper-create-class-features-plugin`,
`babel-helpers`, `babel-plugin-transform-class-properties`
- [#&#8203;16267](https://togithub.com/babel/babel/pull/16267) Implement
`noUninitializedPrivateFieldAccess` assumption
([@&#8203;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`
- [#&#8203;16242](https://togithub.com/babel/babel/pull/16242) Support
decorator 2023-11 normative updates
([@&#8203;JLHwung](https://togithub.com/JLHwung))
-   `babel-preset-flow`
- [#&#8203;16309](https://togithub.com/babel/babel/pull/16309) \[babel
7] Allow setting `ignoreExtensions` in Flow preset
([@&#8203;nicolo-ribaudo](https://togithub.com/nicolo-ribaudo))
- [#&#8203;16284](https://togithub.com/babel/babel/pull/16284) Add
`experimental_useHermesParser` option in `preset-flow`
([@&#8203;liuxingbaoyu](https://togithub.com/liuxingbaoyu))
- `babel-helper-import-to-platform-api`,
`babel-plugin-proposal-import-wasm-source`,
`babel-plugin-proposal-json-modules`, `babel-standalone`
- [#&#8203;16172](https://togithub.com/babel/babel/pull/16172) Add
transform support for JSON modules imports
([@&#8203;nicolo-ribaudo](https://togithub.com/nicolo-ribaudo))
-   `babel-plugin-transform-runtime`
- [#&#8203;16241](https://togithub.com/babel/babel/pull/16241) Add back
`moduleName` option to `@babel/plugin-transform-runtime`
([@&#8203;nicolo-ribaudo](https://togithub.com/nicolo-ribaudo))
-   `babel-parser`, `babel-types`
- [#&#8203;16277](https://togithub.com/babel/babel/pull/16277) Allow
import attributes for `TSImportType`
([@&#8203;sosukesuzuki](https://togithub.com/sosukesuzuki))

##### 🐛 Bug Fix

-   `babel-plugin-proposal-do-expressions`, `babel-traverse`
- [#&#8203;16305](https://togithub.com/babel/babel/pull/16305) fix:
avoid `popContext` on unvisited node paths
([@&#8203;JLHwung](https://togithub.com/JLHwung))
- `babel-helper-create-class-features-plugin`,
`babel-plugin-transform-private-methods`,
`babel-plugin-transform-private-property-in-object`
- [#&#8203;16312](https://togithub.com/babel/babel/pull/16312) Fix class
private properties when `privateFieldsAsSymbols`
([@&#8203;liuxingbaoyu](https://togithub.com/liuxingbaoyu))
- `babel-helper-create-class-features-plugin`,
`babel-plugin-transform-private-methods`
- [#&#8203;16307](https://togithub.com/babel/babel/pull/16307) Fix the
support of `arguments` in private `get/set` method
([@&#8203;liuxingbaoyu](https://togithub.com/liuxingbaoyu))
- `babel-helper-create-class-features-plugin`, `babel-helpers`,
`babel-plugin-proposal-decorators`
- [#&#8203;16287](https://togithub.com/babel/babel/pull/16287) Reduce
decorator static property size
([@&#8203;liuxingbaoyu](https://togithub.com/liuxingbaoyu))
- `babel-helper-create-class-features-plugin`,
`babel-plugin-proposal-decorators`
- [#&#8203;16281](https://togithub.com/babel/babel/pull/16281) Fix
evaluation order of decorators with cached receiver
([@&#8203;nicolo-ribaudo](https://togithub.com/nicolo-ribaudo))
- [#&#8203;16279](https://togithub.com/babel/babel/pull/16279) Fix
decorator this memoization
([@&#8203;JLHwung](https://togithub.com/JLHwung))
- [#&#8203;16266](https://togithub.com/babel/babel/pull/16266) Preserve
`static` on decorated private `accessor`
([@&#8203;nicolo-ribaudo](https://togithub.com/nicolo-ribaudo))
- [#&#8203;16258](https://togithub.com/babel/babel/pull/16258) fix:
handle decorated async private method and generator
([@&#8203;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`
- [#&#8203;16275](https://togithub.com/babel/babel/pull/16275) Fix class
private properties when `privateFieldsAsProperties`
([@&#8203;liuxingbaoyu](https://togithub.com/liuxingbaoyu))
-   `babel-helpers`
- [#&#8203;16268](https://togithub.com/babel/babel/pull/16268) Do not
consider `arguments` in a helper as a global reference
([@&#8203;nicolo-ribaudo](https://togithub.com/nicolo-ribaudo))
-   `babel-helpers`, `babel-plugin-proposal-decorators`
- [#&#8203;16270](https://togithub.com/babel/babel/pull/16270) Handle
symbol key class elements decoration
([@&#8203;JLHwung](https://togithub.com/JLHwung))
- [#&#8203;16265](https://togithub.com/babel/babel/pull/16265) Do not
define `access.get` for public setter decorators
([@&#8203;nicolo-ribaudo](https://togithub.com/nicolo-ribaudo))

##### 💅 Polish

- `babel-core`, `babel-helper-create-class-features-plugin`,
`babel-preset-env`
- [#&#8203;12428](https://togithub.com/babel/babel/pull/12428) Suggest
using `BABEL_SHOW_CONFIG_FOR` for config problems
([@&#8203;nicolo-ribaudo](https://togithub.com/nicolo-ribaudo))

##### 🏠 Internal

-   `babel-helper-transform-fixture-test-runner`
- [#&#8203;16278](https://togithub.com/babel/babel/pull/16278) Continue
writing `output.js` when `exec.js` throws
([@&#8203;liuxingbaoyu](https://togithub.com/liuxingbaoyu))

##### 🔬 Output optimization

- `babel-helper-create-class-features-plugin`,
`babel-plugin-proposal-decorators`
- [#&#8203;16306](https://togithub.com/babel/babel/pull/16306) Avoid
intermediate functions for private accessors with decs
([@&#8203;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`
- [#&#8203;16294](https://togithub.com/babel/babel/pull/16294) More
aggressively inline decorators in the static block
([@&#8203;nicolo-ribaudo](https://togithub.com/nicolo-ribaudo))
- `babel-helper-create-class-features-plugin`, `babel-helpers`,
`babel-plugin-transform-private-methods`
- [#&#8203;16283](https://togithub.com/babel/babel/pull/16283) Do not
use `classPrivateMethodGet`
([@&#8203;liuxingbaoyu](https://togithub.com/liuxingbaoyu))
- `babel-helper-create-class-features-plugin`, `babel-helpers`,
`babel-plugin-proposal-decorators`
- [#&#8203;16287](https://togithub.com/babel/babel/pull/16287) Reduce
decorator static property size
([@&#8203;liuxingbaoyu](https://togithub.com/liuxingbaoyu))
- `babel-helper-create-class-features-plugin`,
`babel-plugin-proposal-decorators`,
`babel-plugin-transform-class-properties`
- [#&#8203;16280](https://togithub.com/babel/babel/pull/16280) Reduce
element decorator temp variables
([@&#8203;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`
- [#&#8203;16261](https://togithub.com/babel/babel/pull/16261) Do not
use descriptors for private class elements
([@&#8203;nicolo-ribaudo](https://togithub.com/nicolo-ribaudo))
-   `babel-helpers`, `babel-plugin-proposal-decorators`
- [#&#8203;16263](https://togithub.com/babel/babel/pull/16263) Reduce
helper size for decorator 2023-11
([@&#8203;liuxingbaoyu](https://togithub.com/liuxingbaoyu))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, Automerge - At any time (no
schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/Unleash/unleash).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMzAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjIzMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-11 02:25:26 +00:00
renovate[bot]
3ac25822aa
chore(deps): update material-ui monorepo (#6180)
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@mui/icons-material](https://mui.com/material-ui/material-icons/)
([source](https://togithub.com/mui/material-ui/tree/HEAD/packages/mui-icons-material))
| [`5.15.3` ->
`5.15.11`](https://renovatebot.com/diffs/npm/@mui%2ficons-material/5.15.3/5.15.11)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@mui%2ficons-material/5.15.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@mui%2ficons-material/5.15.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@mui%2ficons-material/5.15.3/5.15.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@mui%2ficons-material/5.15.3/5.15.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [@mui/lab](https://mui.com/material-ui/about-the-lab/)
([source](https://togithub.com/mui/material-ui/tree/HEAD/packages/mui-lab))
| [`5.0.0-alpha.159` ->
`5.0.0-alpha.166`](https://renovatebot.com/diffs/npm/@mui%2flab/5.0.0-alpha.159/5.0.0-alpha.166)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@mui%2flab/5.0.0-alpha.166?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@mui%2flab/5.0.0-alpha.166?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@mui%2flab/5.0.0-alpha.159/5.0.0-alpha.166?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@mui%2flab/5.0.0-alpha.159/5.0.0-alpha.166?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [@mui/material](https://mui.com/material-ui/)
([source](https://togithub.com/mui/material-ui/tree/HEAD/packages/mui-material))
| [`5.15.3` ->
`5.15.11`](https://renovatebot.com/diffs/npm/@mui%2fmaterial/5.15.3/5.15.11)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@mui%2fmaterial/5.15.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@mui%2fmaterial/5.15.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@mui%2fmaterial/5.15.3/5.15.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@mui%2fmaterial/5.15.3/5.15.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [@mui/x-date-pickers](https://mui.com/x/react-date-pickers/)
([source](https://togithub.com/mui/mui-x/tree/HEAD/packages/x-date-pickers))
| [`6.19.3` ->
`6.19.6`](https://renovatebot.com/diffs/npm/@mui%2fx-date-pickers/6.19.3/6.19.6)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@mui%2fx-date-pickers/6.19.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@mui%2fx-date-pickers/6.19.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@mui%2fx-date-pickers/6.19.3/6.19.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@mui%2fx-date-pickers/6.19.3/6.19.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>mui/material-ui (@&#8203;mui/icons-material)</summary>

###
[`v5.15.11`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#v51511)

[Compare
Source](https://togithub.com/mui/material-ui/compare/v5.15.10...v5.15.11)

<!-- generated comparing v5.15.10..master -->

*Feb 21, 2024*

A big thanks to the 26 contributors who made this release possible.
This release was mostly about 🐛 bug fixes and 📚 documentation
improvements.

##### `@mui/material@5.15.11`

- \[Alert] Deprecate components and componentsProps props
([#&#8203;40681](https://togithub.com/mui/material-ui/issues/40681))
[@&#8203;DiegoAndai](https://togithub.com/DiegoAndai)
- \[Autocomplete] Caret transformation issue with font size change
([#&#8203;41066](https://togithub.com/mui/material-ui/issues/41066))
[@&#8203;dpertsin](https://togithub.com/dpertsin)
- \[StepLabel] Add type for StepIconComponent
([#&#8203;41082](https://togithub.com/mui/material-ui/issues/41082))
[@&#8203;harrydigos](https://togithub.com/harrydigos)
- \[TablePagination] Fix type error in Select props
([#&#8203;39137](https://togithub.com/mui/material-ui/issues/39137))
[@&#8203;PaulKristoffersson](https://togithub.com/PaulKristoffersson)
- \[Transitions] External ownerState is incorrectly forwarded to inner
components
([#&#8203;41187](https://togithub.com/mui/material-ui/issues/41187))
[@&#8203;gitstart](https://togithub.com/gitstart)
- Use direct import
([#&#8203;40851](https://togithub.com/mui/material-ui/issues/40851))
[@&#8203;siriwatknp](https://togithub.com/siriwatknp)

##### `@mui/material-nextjs@5.15.11`

- Fix missing babel/runtime dependency in material-ui-nextjs
([#&#8203;41077](https://togithub.com/mui/material-ui/issues/41077))
[@&#8203;siriwatknp](https://togithub.com/siriwatknp)

##### `@mui/system@5.15.11`

- Use direct import
([#&#8203;40851](https://togithub.com/mui/material-ui/issues/40851))
[@&#8203;siriwatknp](https://togithub.com/siriwatknp)
- Move useMediaQuery to system
([#&#8203;39463](https://togithub.com/mui/material-ui/issues/39463))
[@&#8203;justintoman](https://togithub.com/justintoman)
- Consolidate the variants props callback arguments
([#&#8203;41222](https://togithub.com/mui/material-ui/issues/41222))
[@&#8203;mnajdova](https://togithub.com/mnajdova)
- Merge props and ownerState in the variants props callback
([#&#8203;41219](https://togithub.com/mui/material-ui/issues/41219))
[@&#8203;mnajdova](https://togithub.com/mnajdova)

##### `@mui/codemod@5.15.11`

- \[AccordionSummary] Add contentGutters deprecation codemods
([#&#8203;41006](https://togithub.com/mui/material-ui/issues/41006))
[@&#8203;DiegoAndai](https://togithub.com/DiegoAndai)
- \[PaginationItem] Add codemod for deprecated classes
([#&#8203;41145](https://togithub.com/mui/material-ui/issues/41145))
[@&#8203;sai6855](https://togithub.com/sai6855)

##### `@mui/utils@5.15.11`

- Port `useLocalStorageState` hook from Toolpad
([#&#8203;41096](https://togithub.com/mui/material-ui/issues/41096))
[@&#8203;Janpot](https://togithub.com/Janpot)

##### `@mui/base@5.0.0-beta.37`

- \[Switch] Add missing role attribute
([#&#8203;40907](https://togithub.com/mui/material-ui/issues/40907))
[@&#8203;KirankumarAmbati](https://togithub.com/KirankumarAmbati)
- \[TextareaAutosize] Improve implementation
([#&#8203;40789](https://togithub.com/mui/material-ui/issues/40789))
[@&#8203;ZeeshanTamboli](https://togithub.com/ZeeshanTamboli)

##### `@mui/lab@5.0.0-alpha.164`

- \[Masonry] Ability to sort elements from left to right
([#&#8203;39904](https://togithub.com/mui/material-ui/issues/39904))
[@&#8203;Rishi556](https://togithub.com/Rishi556)

##### Docs

- \[base-ui] Fix focus state demo in Base UI autocomplete
([#&#8203;41104](https://togithub.com/mui/material-ui/issues/41104))
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- \[base-ui] Update the Accessibility page demos design
([#&#8203;40995](https://togithub.com/mui/material-ui/issues/40995))
[@&#8203;danilo-leal](https://togithub.com/danilo-leal)
- \[joy-ui] Fix LinearProgressWithLabel example
([#&#8203;41194](https://togithub.com/mui/material-ui/issues/41194))
[@&#8203;khgiddon](https://togithub.com/khgiddon)
- \[joy-ui] Fix 404 image on the docs
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- \[material-ui] Add a "start now" section on the Overview page
([#&#8203;41137](https://togithub.com/mui/material-ui/issues/41137))
[@&#8203;danilo-leal](https://togithub.com/danilo-leal)
- \[material-ui] Inform about deprecated TablePagination SelectProps
usage
([#&#8203;41186](https://togithub.com/mui/material-ui/issues/41186))
[@&#8203;gitstart](https://togithub.com/gitstart)
- \[material-ui] Update the Testing page's Argos link
([#&#8203;41170](https://togithub.com/mui/material-ui/issues/41170))
[@&#8203;gregberge](https://togithub.com/gregberge)
- \[material-ui] Remove Masonry component and Material Design icon from
the landing page template
([#&#8203;41080](https://togithub.com/mui/material-ui/issues/41080))
[@&#8203;zanivan](https://togithub.com/zanivan)
- \[material-ui] Standardize all references to Material Design 3 (M3)
([#&#8203;40903](https://togithub.com/mui/material-ui/issues/40903))
[@&#8203;samuelsycamore](https://togithub.com/samuelsycamore)
- \[material-ui] Add stray fixes around a few pages
([#&#8203;41038](https://togithub.com/mui/material-ui/issues/41038))
[@&#8203;danilo-leal](https://togithub.com/danilo-leal)
- \[material-ui]\[joy-ui]\[system] Restore and revise the Box docs
([#&#8203;40622](https://togithub.com/mui/material-ui/issues/40622))
[@&#8203;samuelsycamore](https://togithub.com/samuelsycamore)
- \[material-ui] Add simpler demo for default behavior
([#&#8203;40980](https://togithub.com/mui/material-ui/issues/40980))
[@&#8203;zanivan](https://togithub.com/zanivan)
- \[system] Explain why AppRouterCacheProvider
([#&#8203;40909](https://togithub.com/mui/material-ui/issues/40909))
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- Link to react-transition group with https
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- Update broken URL hashes
([#&#8203;41185](https://togithub.com/mui/material-ui/issues/41185))
[@&#8203;LukasTy](https://togithub.com/LukasTy)
- Prefer https links
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- Fix MUI Treasury link
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- Migrate the last > quotes to ::: callouts
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)

##### Core

- \[blog] Add new product tags and stray adjustments
([#&#8203;41193](https://togithub.com/mui/material-ui/issues/41193))
[@&#8203;danilo-leal](https://togithub.com/danilo-leal)
- \[blog] Simplify `/base-ui-2024-plans/` page
([#&#8203;41171](https://togithub.com/mui/material-ui/issues/41171))
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- \[blog] Add link to Base UI API changes RFC
([#&#8203;41089](https://togithub.com/mui/material-ui/issues/41089))
[@&#8203;michaldudak](https://togithub.com/michaldudak)
- \[blog] Remove the "News" tag
([#&#8203;41208](https://togithub.com/mui/material-ui/issues/41208))
[@&#8203;danilo-leal](https://togithub.com/danilo-leal)
- \[changelog] Remove
[@&#8203;mui/system](https://togithub.com/mui/system)[@&#8203;5](https://togithub.com/5).15.10
([#&#8203;41093](https://togithub.com/mui/material-ui/issues/41093))
[@&#8203;michaldudak](https://togithub.com/michaldudak)
- \[code-infra] Move typescript-to-proptypes to internal-scripts package
([#&#8203;41079](https://togithub.com/mui/material-ui/issues/41079))
[@&#8203;michaldudak](https://togithub.com/michaldudak)
- \[code-infra] Move Link to
[@&#8203;mui/docs](https://togithub.com/mui/docs)
([#&#8203;40889](https://togithub.com/mui/material-ui/issues/40889))
[@&#8203;Janpot](https://togithub.com/Janpot)
- \[code-infra] Use `experimental.cpus` to control amount of export
workers in Next.js
([#&#8203;41132](https://togithub.com/mui/material-ui/issues/41132))
[@&#8203;Janpot](https://togithub.com/Janpot)
- \[code-infra] Load commonjs files in next.config.mjs with require
([#&#8203;41108](https://togithub.com/mui/material-ui/issues/41108))
[@&#8203;Janpot](https://togithub.com/Janpot)
- \[code-infra] Prepare babel macros package for publishing to npm
([#&#8203;41178](https://togithub.com/mui/material-ui/issues/41178))
[@&#8203;michaldudak](https://togithub.com/michaldudak)
- \[code-infra] Build internal packages before publishing
([#&#8203;41210](https://togithub.com/mui/material-ui/issues/41210))
[@&#8203;michaldudak](https://togithub.com/michaldudak)
- \[core] Improve the release instructions
([#&#8203;40973](https://togithub.com/mui/material-ui/issues/40973))
[@&#8203;mnajdova](https://togithub.com/mnajdova)
- \[core] Simplify Next.js Demo Zero Runtime guide
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- \[core] Fix TypeScript spelling in changelog
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- \[core] Fix small detail in the autocomplete demo
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- \[core] Increase node memory limit on Netlify build
([#&#8203;41111](https://togithub.com/mui/material-ui/issues/41111))
[@&#8203;michaldudak](https://togithub.com/michaldudak)
- \[core]\[Tooltip] Remove incorrect code comment
([#&#8203;41179](https://togithub.com/mui/material-ui/issues/41179))
[@&#8203;ZeeshanTamboli](https://togithub.com/ZeeshanTamboli)
- \[core] Fix missing context display names
([#&#8203;41168](https://togithub.com/mui/material-ui/issues/41168))
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- \[core]\[base-ui] Remove `@mui/base` dev dependency from Base UI
workspace
([#&#8203;41216](https://togithub.com/mui/material-ui/issues/41216))
[@&#8203;ZeeshanTamboli](https://togithub.com/ZeeshanTamboli)
- \[zero]\[demo] Fix sample next app build
([#&#8203;41197](https://togithub.com/mui/material-ui/issues/41197))
[@&#8203;brijeshb42](https://togithub.com/brijeshb42)
- \[docs-infra] Simplify copy logic
([#&#8203;41167](https://togithub.com/mui/material-ui/issues/41167))
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- \[docs-infra] New way of providing API layout config
([#&#8203;41106](https://togithub.com/mui/material-ui/issues/41106))
[@&#8203;alexfauquette](https://togithub.com/alexfauquette)
- \[docs-infra] Reduce scrollbar width on ROC
([#&#8203;41148](https://togithub.com/mui/material-ui/issues/41148))
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- \[docs-infra] Add external link arrow
([#&#8203;41129](https://togithub.com/mui/material-ui/issues/41129))
[@&#8203;siriwatknp](https://togithub.com/siriwatknp)
- \[docs-infra] Fix external link arrow
([#&#8203;41181](https://togithub.com/mui/material-ui/issues/41181))
[@&#8203;alexfauquette](https://togithub.com/alexfauquette)
- \[docs-infra] Flag NPM and Github as wrong spellings
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- \[docs-infra] Fix display when the default props is undefined
([#&#8203;41114](https://togithub.com/mui/material-ui/issues/41114))
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- \[docs-infra] Remove random layout assignment
([#&#8203;40862](https://togithub.com/mui/material-ui/issues/40862))
[@&#8203;alexfauquette](https://togithub.com/alexfauquette)
- \[docs-infra] Add spacing and contrast improvements
([#&#8203;41191](https://togithub.com/mui/material-ui/issues/41191))
[@&#8203;danilo-leal](https://togithub.com/danilo-leal)
- \[docs-infra] Share vale-config
([#&#8203;41176](https://togithub.com/mui/material-ui/issues/41176))
[@&#8203;alexfauquette](https://togithub.com/alexfauquette)
- \[test] Generalize test utils
([#&#8203;41175](https://togithub.com/mui/material-ui/issues/41175))
[@&#8203;michaldudak](https://togithub.com/michaldudak)
- \[typescript-to-proptypes] Support using `Omit` on types with
conditional properties
([#&#8203;41033](https://togithub.com/mui/material-ui/issues/41033))
[@&#8203;flaviendelangle](https://togithub.com/flaviendelangle)
- \[website] Match chart component names
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- \[website] Add Marblism diamond sponsor
([#&#8203;41097](https://togithub.com/mui/material-ui/issues/41097))
[@&#8203;rluzists1](https://togithub.com/rluzists1)
- \[website] Add overall improvements to the Material UI page
([#&#8203;41075](https://togithub.com/mui/material-ui/issues/41075))
[@&#8203;danilo-leal](https://togithub.com/danilo-leal)
- \[website] Fix responsive breakpoints
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- \[website] Fix overloading of footer JS files
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- \[website] Improve the footer's chip contrast
([#&#8203;41209](https://togithub.com/mui/material-ui/issues/41209))
[@&#8203;danilo-leal](https://togithub.com/danilo-leal)
- \[zero] Update to latest version of wyw-in-js
([#&#8203;41182](https://togithub.com/mui/material-ui/issues/41182))
[@&#8203;brijeshb42](https://togithub.com/brijeshb42)
- \[zero] Setup basic testing framework
([#&#8203;40986](https://togithub.com/mui/material-ui/issues/40986))
[@&#8203;brijeshb42](https://togithub.com/brijeshb42)
- \[zero] Fix wrong CSS order by moving import to last
([#&#8203;41002](https://togithub.com/mui/material-ui/issues/41002))
[@&#8203;siriwatknp](https://togithub.com/siriwatknp)
- \[zero] Export `extendTheme` for creating a zero-runtime theme
([#&#8203;40897](https://togithub.com/mui/material-ui/issues/40897))
[@&#8203;siriwatknp](https://togithub.com/siriwatknp)
- \[zero] Move extendTheme to its own subpath
([#&#8203;41204](https://togithub.com/mui/material-ui/issues/41204))
[@&#8203;brijeshb42](https://togithub.com/brijeshb42)

All contributors of this release in alphabetical order:
[@&#8203;alexfauquette](https://togithub.com/alexfauquette),
[@&#8203;brijeshb42](https://togithub.com/brijeshb42),
[@&#8203;danilo-leal](https://togithub.com/danilo-leal),
[@&#8203;DiegoAndai](https://togithub.com/DiegoAndai),
[@&#8203;dpertsin](https://togithub.com/dpertsin),
[@&#8203;flaviendelangle](https://togithub.com/flaviendelangle),
[@&#8203;gitstart](https://togithub.com/gitstart),
[@&#8203;gregberge](https://togithub.com/gregberge),
[@&#8203;harrydigos](https://togithub.com/harrydigos),
[@&#8203;Janpot](https://togithub.com/Janpot),
[@&#8203;justintoman](https://togithub.com/justintoman),
[@&#8203;khgiddon](https://togithub.com/khgiddon),
[@&#8203;KirankumarAmbati](https://togithub.com/KirankumarAmbati),
[@&#8203;LukasTy](https://togithub.com/LukasTy),
[@&#8203;michaldudak](https://togithub.com/michaldudak),
[@&#8203;mnajdova](https://togithub.com/mnajdova),
[@&#8203;nikosgavalas](https://togithub.com/nikosgavalas),
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari),
[@&#8203;PaulKristoffersson](https://togithub.com/PaulKristoffersson),
[@&#8203;Rishi556](https://togithub.com/Rishi556),
[@&#8203;rluzists1](https://togithub.com/rluzists1),
[@&#8203;sai6855](https://togithub.com/sai6855),
[@&#8203;samuelsycamore](https://togithub.com/samuelsycamore),
[@&#8203;siriwatknp](https://togithub.com/siriwatknp),
[@&#8203;zanivan](https://togithub.com/zanivan),
[@&#8203;ZeeshanTamboli](https://togithub.com/ZeeshanTamboli)

###
[`v5.15.10`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#v51510)

[Compare
Source](https://togithub.com/mui/material-ui/compare/v5.15.9...v5.15.10)

<!-- generated comparing v5.15.9..master -->

*Feb 12, 2024*

A big thanks to the 8 contributors who made this release possible.
This release was mostly about 🐛 bug fixes and 📚 documentation
improvements.

##### `@mui/material@5.15.10`

- \[Avatar] Add props deprecation with a codemod
([#&#8203;40853](https://togithub.com/mui/material-ui/issues/40853))
[@&#8203;siriwatknp](https://togithub.com/siriwatknp)

##### `@mui/system@5.15.10`

- \[Stack] Update import statement for Stack component
([#&#8203;41032](https://togithub.com/mui/material-ui/issues/41032))
[@&#8203;sai6855](https://togithub.com/sai6855)

##### `@mui/joy@5.0.0-beta.28`

- \[Button] Fix `disabled` prop priority when inside button group
([#&#8203;41000](https://togithub.com/mui/material-ui/issues/41000))
[@&#8203;Smileek](https://togithub.com/Smileek)
- \[IconButton] Support loading prop
([#&#8203;40949](https://togithub.com/mui/material-ui/issues/40949))
[@&#8203;Smileek](https://togithub.com/Smileek)

##### Docs

- \[Button]\[material-ui] Fix 'File upload' demo a11y
([#&#8203;40943](https://togithub.com/mui/material-ui/issues/40943))
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- \[TableRow]\[material-ui] Escape markup in `children` prop so docgen
tools don't parse it as HTML
([#&#8203;40992](https://togithub.com/mui/material-ui/issues/40992))
[@&#8203;millerized](https://togithub.com/millerized)
- \[material-ui] Remove outdated example projects link (it uses Joy UI
now)
([#&#8203;40913](https://togithub.com/mui/material-ui/issues/40913))
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- \[material-ui] Fix the "Intro to the MUI ecosystem" link placement
([#&#8203;40988](https://togithub.com/mui/material-ui/issues/40988))
[@&#8203;danilo-leal](https://togithub.com/danilo-leal)
- Fix 301 redirection to StackBlitz
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- Fix h1 on Joy UI templates
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- Have MUI workspace own the CodeSandbox
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- Add notification for mui x v7 beta
([#&#8203;41001](https://togithub.com/mui/material-ui/issues/41001))
[@&#8203;joserodolfofreitas](https://togithub.com/joserodolfofreitas)
- Fix 301 links
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- Fix Next.js v13.5.1 <title> SEO regression
([#&#8203;40302](https://togithub.com/mui/material-ui/issues/40302))
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- Add a 404 page
([#&#8203;40884](https://togithub.com/mui/material-ui/issues/40884))
[@&#8203;danilo-leal](https://togithub.com/danilo-leal)
- Fix missing GitHub label when opening new issue
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)

##### Core

- \[blog] Add post about upcoming plans for Base UI
([#&#8203;40882](https://togithub.com/mui/material-ui/issues/40882))
[@&#8203;danilo-leal](https://togithub.com/danilo-leal)
- \[core] Simplify CodeSandbox reproduction
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- \[core] Missing redirection
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- \[core] Export functions from `copyFiles` script to reuse in MUI X
repo
([#&#8203;40970](https://togithub.com/mui/material-ui/issues/40970))
[@&#8203;cherniavskii](https://togithub.com/cherniavskii)
- \[core] Avoid variable shorthands
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- \[docs-infra] Fix search icon issue
([#&#8203;40957](https://togithub.com/mui/material-ui/issues/40957))
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- \[docs-infra] Ignore classes tagged with `@ignore`
([#&#8203;41009](https://togithub.com/mui/material-ui/issues/41009))
[@&#8203;cherniavskii](https://togithub.com/cherniavskii)
- \[docs-infra] Fix selected tab on codeblocks
([#&#8203;41036](https://togithub.com/mui/material-ui/issues/41036))
[@&#8203;danilo-leal](https://togithub.com/danilo-leal)
- \[website] Polish Customer Support Agent role
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)

All contributors of this release in alphabetical order:
[@&#8203;cherniavskii](https://togithub.com/cherniavskii),
[@&#8203;danilo-leal](https://togithub.com/danilo-leal),
[@&#8203;joserodolfofreitas](https://togithub.com/joserodolfofreitas),
[@&#8203;millerized](https://togithub.com/millerized),
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari),
[@&#8203;sai6855](https://togithub.com/sai6855),
[@&#8203;siriwatknp](https://togithub.com/siriwatknp),
[@&#8203;Smileek](https://togithub.com/Smileek)

###
[`v5.15.9`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#v5159---generated-comparing-v5158master---)

[Compare
Source](https://togithub.com/mui/material-ui/compare/v5.15.8...v5.15.9)

*Feb 8, 2024*

A big thanks to the 7 contributors who made this release possible. Here
are some highlights :

- 🐛 A critical fix to remove non-published library usage in
`@mui/material` peerDependencies.

##### `@mui/material@5.15.9`

- ​<!-- 11 -->\[autocomplete] Avoid spread operator
([#&#8203;40968](https://togithub.com/mui/material-ui/issues/40968))
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- ​<!-- 05 -->\[material] Remove zero-runtime from peer dep
([#&#8203;41003](https://togithub.com/mui/material-ui/issues/41003))
[@&#8203;brijeshb42](https://togithub.com/brijeshb42)

##### `@mui/base@5.0.0-beta.36`

- ​<!-- 10 -->\[base-ui] Update props using Array to ReadonlyArray type
([#&#8203;40754](https://togithub.com/mui/material-ui/issues/40754))
[@&#8203;RaghavenderSingh](https://togithub.com/RaghavenderSingh)

##### `@mui/system@5.15.9`

- ​<!-- 02 -->\[system] use `ReadonlyArray` for CSS related types
([#&#8203;40972](https://togithub.com/mui/material-ui/issues/40972))
[@&#8203;siriwatknp](https://togithub.com/siriwatknp)
- ​<!-- 01 -->\[zero] Migrate to use wyw-in-js instead of linaria
([#&#8203;40866](https://togithub.com/mui/material-ui/issues/40866))
[@&#8203;brijeshb42](https://togithub.com/brijeshb42)

##### Docs

- ​<!-- 06 -->\[docs] Polish codemod git diff format
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- ​<!-- 05 -->\[material-ui]\[docs] Migrating from deprecated apis
follow up
([#&#8203;40981](https://togithub.com/mui/material-ui/issues/40981))
[@&#8203;DiegoAndai](https://togithub.com/DiegoAndai)

##### Core

- ​<!-- 09 -->\[code-infra] Move next config to ESM
([#&#8203;40869](https://togithub.com/mui/material-ui/issues/40869))
[@&#8203;Janpot](https://togithub.com/Janpot)
- ​<!-- 08 -->\[code-infra] Update prettier
([#&#8203;40772](https://togithub.com/mui/material-ui/issues/40772))
[@&#8203;Janpot](https://togithub.com/Janpot)
- ​<!-- 07 -->\[code-infra] Add codemod for `light` prop removal
([#&#8203;40947](https://togithub.com/mui/material-ui/issues/40947))
[@&#8203;sai6855](https://togithub.com/sai6855)

All contributors of this release in alphabetical order:
[@&#8203;brijeshb42](https://togithub.com/brijeshb42),
[@&#8203;DiegoAndai](https://togithub.com/DiegoAndai),
[@&#8203;Janpot](https://togithub.com/Janpot),
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari),
[@&#8203;RaghavenderSingh](https://togithub.com/RaghavenderSingh),
[@&#8203;sai6855](https://togithub.com/sai6855),
[@&#8203;siriwatknp](https://togithub.com/siriwatknp)

###
[`v5.15.8`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#v5158---generated-comparing-v5157master---)

[Compare
Source](https://togithub.com/mui/material-ui/compare/v5.15.7...v5.15.8)

*Feb 6, 2024*

A big thanks to the 17 contributors who made this release possible. Here
are some highlights :

- 💫 Added a redesigned [landing page
template](https://mui.com/material-ui/getting-started/templates/landing-page/)
([#&#8203;37557](https://togithub.com/mui/material-ui/issues/37557))
[@&#8203;zanivan](https://togithub.com/zanivan)
-  Added support for Arrow Down/Up + Shift and Page Up/Down keys for
faster stepping in the Slider component
([#&#8203;40676](https://togithub.com/mui/material-ui/issues/40676))
[@&#8203;mnajdova](https://togithub.com/mnajdova)
-   many 🐛 bug fixes and 📚 documentation improvements

##### `@mui/material@5.15.8`

- ​<!-- 36 -->\[Avatar] Simplify valid children assertion
([#&#8203;40834](https://togithub.com/mui/material-ui/issues/40834))
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)

##### `@mui/codemod@5.15.8`

- ​<!-- 37 -->\[Accordion] Update props actual.js test case
([#&#8203;40879](https://togithub.com/mui/material-ui/issues/40879))
[@&#8203;DiegoAndai](https://togithub.com/DiegoAndai)
- ​<!-- 12 -->Fix `findComponentJSX` util
([#&#8203;40855](https://togithub.com/mui/material-ui/issues/40855))
[@&#8203;sai6855](https://togithub.com/sai6855)

##### `@mui/system@5.15.8`

- ​<!-- 10 -->Add blend color manipulator
([#&#8203;40258](https://togithub.com/mui/material-ui/issues/40258))
[@&#8203;romgrk](https://togithub.com/romgrk)
- ​<!-- 38 -->Support variants in `theme.styleOverrides`
([#&#8203;40690](https://togithub.com/mui/material-ui/issues/40690))
[@&#8203;siriwatknp](https://togithub.com/siriwatknp)
- ​<!-- 02 -->\[zero] Always replace the `createUseThemeProps` call
([#&#8203;40885](https://togithub.com/mui/material-ui/issues/40885))
[@&#8203;siriwatknp](https://togithub.com/siriwatknp)
- ​<!-- 01 -->\[zero] Add README with installation and basic usage
([#&#8203;40761](https://togithub.com/mui/material-ui/issues/40761))
[@&#8203;brijeshb42](https://togithub.com/brijeshb42)

##### `@mui/base@5.0.0-beta.34`

- ​<!-- 35 -->\[Button] Add support for `hostElementName` prop to
improve SSR
([#&#8203;40507](https://togithub.com/mui/material-ui/issues/40507))
[@&#8203;mj12albert](https://togithub.com/mj12albert)
- ​<!-- 30 -->\[Menu] Use Popup instead of Popper
([#&#8203;40731](https://togithub.com/mui/material-ui/issues/40731))
[@&#8203;michaldudak](https://togithub.com/michaldudak)
- ​<!-- 29 -->\[useNumberInput] Integrate useNumberInput with
useControllableReducer
([#&#8203;40206](https://togithub.com/mui/material-ui/issues/40206))
[@&#8203;mj12albert](https://togithub.com/mj12albert)
- ​<!-- 11 -->\[Slider] Add support for Arrow Down/Up + Shift and Page
Up/Down keys
([#&#8203;40676](https://togithub.com/mui/material-ui/issues/40676))
[@&#8203;mnajdova](https://togithub.com/mnajdova)

##### Docs

- ​<!-- 34 -->\[base-ui] Update usage.md
([#&#8203;40916](https://togithub.com/mui/material-ui/issues/40916))
[@&#8203;adebiyial](https://togithub.com/adebiyial)
- ​<!-- 33 -->\[base-ui] Improve Base UI traffic from Material UI
([#&#8203;40875](https://togithub.com/mui/material-ui/issues/40875))
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- ​<!-- 32 -->\[base-ui] Change Radio component terminology from Button
to Group
([#&#8203;40888](https://togithub.com/mui/material-ui/issues/40888))
[@&#8203;danilo-leal](https://togithub.com/danilo-leal)
- ​<!-- 42 -->\[base-ui] Remove redundant "Styled" prefix
([#&#8203;40478](https://togithub.com/mui/material-ui/issues/40478))
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- ​<!-- 48 -->\[base-ui] Update listbox slot style in demo
([#&#8203;40952](https://togithub.com/mui/material-ui/issues/40952))
[@&#8203;sai6855](https://togithub.com/sai6855)
- ​<!-- 14 -->\[material-ui] Fix createTheme import and markdown format
in the Next.js guide
([#&#8203;40895](https://togithub.com/mui/material-ui/issues/40895))
[@&#8203;hsmtkk](https://togithub.com/hsmtkk)
- ​<!-- 13 -->\[material-ui] Correct Google font CDN URL as Roboto 600
weight is not used
([#&#8203;40852](https://togithub.com/mui/material-ui/issues/40852))
[@&#8203;xuhdev](https://togithub.com/xuhdev)
- ​<!-- 14 -->\[material-ui] Replace the Album template with a landing
page
([#&#8203;37557](https://togithub.com/mui/material-ui/issues/37557))
[@&#8203;zanivan](https://togithub.com/zanivan)
- ​<!-- 21 -->\[material-ui] Add deprecations migration guide
([#&#8203;40767](https://togithub.com/mui/material-ui/issues/40767))
[@&#8203;DiegoAndai](https://togithub.com/DiegoAndai)
- ​<!-- 22 -->\[material-ui] Improve aria-label throughout the Button
Group demos
([#&#8203;40892](https://togithub.com/mui/material-ui/issues/40892))
[@&#8203;danilo-leal](https://togithub.com/danilo-leal)
- ​<!-- 17 -->\[joy-ui] Update the Overview callout
([#&#8203;40900](https://togithub.com/mui/material-ui/issues/40900))
[@&#8203;danilo-leal](https://togithub.com/danilo-leal)
- ​<!-- 22 -->Fix image size and dark mode
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- ​<!-- 21 -->Migrate links from legacy.reactjs.org to react.dev
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- ​<!-- 20 -->Fix 301 links
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- ​<!-- 19 -->Fix outdated link
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- ​<!-- 18 -->Fix URL and typo in CONTRIBUTING.md
([#&#8203;40899](https://togithub.com/mui/material-ui/issues/40899))
[@&#8203;Smileek](https://togithub.com/Smileek)

##### Core

- ​<!-- 28 -->\[blog] Optimize images for /blog/mui-x-v7-beta/
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- ​<!-- 27 -->\[blog] Clarify barrel index tree-shaking
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- ​<!-- 26 -->\[code-infra] Simplify bug reproduction
([#&#8203;40833](https://togithub.com/mui/material-ui/issues/40833))
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- ​<!-- 25 -->\[code-infra] Prepare publishing
[@&#8203;mui-internal/typescript-to-proptypes](https://togithub.com/mui-internal/typescript-to-proptypes)
to npm
([#&#8203;40842](https://togithub.com/mui/material-ui/issues/40842))
[@&#8203;michaldudak](https://togithub.com/michaldudak)
- ​<!-- 40 -->\[code-infra] Remove babel alias from the docs
([#&#8203;40792](https://togithub.com/mui/material-ui/issues/40792))
[@&#8203;Janpot](https://togithub.com/Janpot)
- ​<!-- 24 -->\[core] Use Google Font v2 API
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- ​<!-- 23 -->\[core] Add missing change to v5.15.7 changelog
([#&#8203;40872](https://togithub.com/mui/material-ui/issues/40872))
[@&#8203;DiegoAndai](https://togithub.com/DiegoAndai)
- ​<!-- 31 -->\[core] Normalize \`<meta name="viewport" />\`\`
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- ​<!-- 28 -->\[dependencies] Do not update envinfo test dependencies
([#&#8203;40950](https://togithub.com/mui/material-ui/issues/40950))
[@&#8203;michaldudak](https://togithub.com/michaldudak)
- ​<!-- 17 -->\[docs-infra] Fix arbitrary gap between paragraphs in
callouts
([#&#8203;40911](https://togithub.com/mui/material-ui/issues/40911))
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- ​<!-- 16 -->\[docs-infra] Allow developers to build their CodeSandbox
export
([#&#8203;40878](https://togithub.com/mui/material-ui/issues/40878))
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- ​<!-- 15 -->\[docs-infra] Improve StackBlitz support
([#&#8203;40832](https://togithub.com/mui/material-ui/issues/40832))
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- ​<!-- 21 -->\[docs-infra] Improve support for absolute locale URL
([#&#8203;40940](https://togithub.com/mui/material-ui/issues/40940))
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- ​<!-- 31 -->\[Menu]\[base-ui] Fix improperly merged tests
([#&#8203;40896](https://togithub.com/mui/material-ui/issues/40896))
[@&#8203;michaldudak](https://togithub.com/michaldudak)
- ​<!-- 09 -->\[utils] Use consistent build approach
([#&#8203;40837](https://togithub.com/mui/material-ui/issues/40837))
[@&#8203;siriwatknp](https://togithub.com/siriwatknp)
- ​<!-- 08 -->\[website] Fix React missing key console error
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- ​<!-- 07 -->\[website] Fix broken link
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- ​<!-- 06 -->\[website] Fix heading structure
([#&#8203;40912](https://togithub.com/mui/material-ui/issues/40912))
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- ​<!-- 05 -->\[website] Add Customer Support Agent role to careers page
([#&#8203;40890](https://togithub.com/mui/material-ui/issues/40890))
[@&#8203;rluzists1](https://togithub.com/rluzists1)
- ​<!-- 04 -->\[website] Refine the Material UI homepage demo
([#&#8203;40881](https://togithub.com/mui/material-ui/issues/40881))
[@&#8203;danilo-leal](https://togithub.com/danilo-leal)
- ​<!-- 03 -->\[website] Use em-dash when relevant over hyphen
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- ​<!-- 03 -->\[zero] Fix build for demo next.js app
([#&#8203;40854](https://togithub.com/mui/material-ui/issues/40854))
[@&#8203;brijeshb42](https://togithub.com/brijeshb42)

All contributors of this release in alphabetical order:
[@&#8203;adebiyial](https://togithub.com/adebiyial),
[@&#8203;brijeshb42](https://togithub.com/brijeshb42),
[@&#8203;danilo-leal](https://togithub.com/danilo-leal),
[@&#8203;DiegoAndai](https://togithub.com/DiegoAndai),
[@&#8203;hsmtkk](https://togithub.com/hsmtkk),
[@&#8203;Janpot](https://togithub.com/Janpot),
[@&#8203;michaldudak](https://togithub.com/michaldudak),
[@&#8203;mj12albert](https://togithub.com/mj12albert),
[@&#8203;mnajdova](https://togithub.com/mnajdova),
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari),
[@&#8203;rluzists1](https://togithub.com/rluzists1),
[@&#8203;romgrk](https://togithub.com/romgrk),
[@&#8203;sai6855](https://togithub.com/sai6855),
[@&#8203;siriwatknp](https://togithub.com/siriwatknp),
[@&#8203;Smileek](https://togithub.com/Smileek),
[@&#8203;xuhdev](https://togithub.com/xuhdev),
[@&#8203;zanivan](https://togithub.com/zanivan)

###
[`v5.15.7`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#v5157)

[Compare
Source](https://togithub.com/mui/material-ui/compare/v5.15.6...v5.15.7)

<!-- generated comparing v5.15.6..master -->

*Jan 31, 2024*

A big thanks to the 21 contributors who made this release possible.
This release was mostly about 🐛 bug fixes and 📚 documentation
improvements.

##### `@mui/material@5.15.7`

- ​<!-- 55 -->\[Select] Fix to show notched outline when `displayEmpty`
([#&#8203;40865](https://togithub.com/mui/material-ui/issues/40865))
[@&#8203;ZeeshanTamboli](https://togithub.com/ZeeshanTamboli)
- ​<!-- 51 -->\[Avatar] Improve fallback when `children` is empty string
or boolean
([#&#8203;40766](https://togithub.com/mui/material-ui/issues/40766))
[@&#8203;mirus-ua](https://togithub.com/mirus-ua)
- ​<!-- 50 -->\[AvatarGroup] Refactor component thereby fixing custom
spacing logic
([#&#8203;40686](https://togithub.com/mui/material-ui/issues/40686))
[@&#8203;ZeeshanTamboli](https://togithub.com/ZeeshanTamboli)

##### `@mui/codemod@5.15.7`

- ​<!-- 38 -->Add accordion props deprecation
([#&#8203;40771](https://togithub.com/mui/material-ui/issues/40771))
[@&#8203;siriwatknp](https://togithub.com/siriwatknp)

##### `@mui/system@5.15.7`

- ​<!-- 56 -->\[zero-runtime] Use lodash instead of its subpackages
([#&#8203;40868](https://togithub.com/mui/material-ui/issues/40868))
[@&#8203;michaldudak](https://togithub.com/michaldudak)
- ​<!-- 19 -->Add `applyStyles()` to theme
([#&#8203;40667](https://togithub.com/mui/material-ui/issues/40667))
[@&#8203;siriwatknp](https://togithub.com/siriwatknp)
- ​<!-- 02 -->\[zero] Use `theme.applyStyles` in the demo app
([#&#8203;40787](https://togithub.com/mui/material-ui/issues/40787))
[@&#8203;siriwatknp](https://togithub.com/siriwatknp)
- ​<!-- 01 -->\[zero] Add `useThemeProps` processor
([#&#8203;40648](https://togithub.com/mui/material-ui/issues/40648))
[@&#8203;siriwatknp](https://togithub.com/siriwatknp)

##### `@mui/utils@5.15.7`

- ​<!-- 16 -->\[core] Remove unnecessary default export
([#&#8203;40788](https://togithub.com/mui/material-ui/issues/40788))
[@&#8203;siriwatknp](https://togithub.com/siriwatknp)
- ​<!-- 15 -->\[core] Convert all exports to modules
([#&#8203;39882](https://togithub.com/mui/material-ui/issues/39882))
[@&#8203;mnajdova](https://togithub.com/mnajdova)
- ​<!-- 20 -->\[perf] Prevent unneeded `clearTimeout` calls
([#&#8203;39060](https://togithub.com/mui/material-ui/issues/39060))
[@&#8203;romgrk](https://togithub.com/romgrk)

##### `@mui/base@5.0.0-beta.34`

- ​<!-- 48 -->\[Input] Add OTP input demo
([#&#8203;40539](https://togithub.com/mui/material-ui/issues/40539))
[@&#8203;sai6855](https://togithub.com/sai6855)
- ​<!-- 47 -->\[Menu] Focus last item after opening a menu using up
arrow
([#&#8203;40764](https://togithub.com/mui/material-ui/issues/40764))
[@&#8203;Jaswanth-Sriram-Veturi](https://togithub.com/Jaswanth-Sriram-Veturi)
- ​<!-- 46 -->\[Menu] Focus Menu Items on hover
([#&#8203;40755](https://togithub.com/mui/material-ui/issues/40755))
[@&#8203;michaldudak](https://togithub.com/michaldudak)

##### `@mui/joy@5.0.0-beta.25`

- ​<!-- 22 -->Change the color scheme type to `SupportedColorScheme`
([#&#8203;40776](https://togithub.com/mui/material-ui/issues/40776))
[@&#8203;Nikhilh26](https://togithub.com/Nikhilh26)

##### `@mui/lab@5.0.0-alpha.163`

- ​<!-- 21 -->\[TabContext] Support number type in `value`
([#&#8203;40829](https://togithub.com/mui/material-ui/issues/40829))
[@&#8203;srinidhi9831](https://togithub.com/srinidhi9831)

##### Docs

- ​<!-- 53 -->\[material-ui] Fix typo on styled-components guide
([#&#8203;40858](https://togithub.com/mui/material-ui/issues/40858))
[@&#8203;dancielos](https://togithub.com/dancielos)
- ​<!-- 49 -->\[base-ui] Fix CSS vars from the plain CSS theme
stylesheet
([#&#8203;40762](https://togithub.com/mui/material-ui/issues/40762))
[@&#8203;zanivan](https://togithub.com/zanivan)
- ​<!-- 31 -->\[material-ui]\[Divider] Remove light prop references from
docs
([#&#8203;40782](https://togithub.com/mui/material-ui/issues/40782))
[@&#8203;sai6855](https://togithub.com/sai6855)
- ​<!-- 30 -->Fix build
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- ​<!-- 29 -->Add support pages for each product
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- ​<!-- 28 -->Add survey banner to docs and website
([#&#8203;40553](https://togithub.com/mui/material-ui/issues/40553))
[@&#8203;joserodolfofreitas](https://togithub.com/joserodolfofreitas)
- ​<!-- 24 -->\[Menu] Fix hydration mismatch error on Base UI's Menu
docs
([#&#8203;40758](https://togithub.com/mui/material-ui/issues/40758))
[@&#8203;michaldudak](https://togithub.com/michaldudak)
- ​<!-- 25 -->\[material-nextjs] Add theming and configuration content
to the page
([#&#8203;40626](https://togithub.com/mui/material-ui/issues/40626))
[@&#8203;siriwatknp](https://togithub.com/siriwatknp)

##### Core

- ​<!-- 54 -->\[website] Move `React Engineer - X` into the future roles
section
([#&#8203;40867](https://togithub.com/mui/material-ui/issues/40867))
[@&#8203;DanailH](https://togithub.com/DanailH)
- ​<!-- 52 -->\[material-ui]\[test]\[Alert] Add action, icon, and
iconMapping tests
([#&#8203;40682](https://togithub.com/mui/material-ui/issues/40682))
[@&#8203;DiegoAndai](https://togithub.com/DiegoAndai)
- ​<!-- 45 -->\[blog] Lint duplicate h1 on the page
([#&#8203;40835](https://togithub.com/mui/material-ui/issues/40835))
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- ​<!-- 44 -->\[blog] MUI X v7 beta announcement blogpost
([#&#8203;40784](https://togithub.com/mui/material-ui/issues/40784))
[@&#8203;joserodolfofreitas](https://togithub.com/joserodolfofreitas)
- ​<!-- 43 -->\[code-infra] Remove custom TS installation script
([#&#8203;40636](https://togithub.com/mui/material-ui/issues/40636))
[@&#8203;michaldudak](https://togithub.com/michaldudak)
- ​<!-- 42 -->\[code-infra] Correct API Docs Builder dependencies
([#&#8203;40775](https://togithub.com/mui/material-ui/issues/40775))
[@&#8203;michaldudak](https://togithub.com/michaldudak)
- ​<!-- 41 -->\[code-infra] Migrate to prettier async APIs
([#&#8203;40668](https://togithub.com/mui/material-ui/issues/40668))
[@&#8203;Janpot](https://togithub.com/Janpot)
- ​<!-- 40 -->\[code-infra] Refined docs generation
([#&#8203;40603](https://togithub.com/mui/material-ui/issues/40603))
[@&#8203;alexfauquette](https://togithub.com/alexfauquette)
- ​<!-- 39 -->\[code-infra] Explain how to install the browsers
([#&#8203;40474](https://togithub.com/mui/material-ui/issues/40474))
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- ​<!-- 37 -->`missingKeyGenerator` do no longer exist
([#&#8203;40830](https://togithub.com/mui/material-ui/issues/40830))
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- ​<!-- 36 -->Rely on immutable ref when possible
([#&#8203;40831](https://togithub.com/mui/material-ui/issues/40831))
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- ​<!-- 35 -->Remove deprecated `@types/markdown-to-jsx` package from
docs
([#&#8203;40828](https://togithub.com/mui/material-ui/issues/40828))
[@&#8203;ZeeshanTamboli](https://togithub.com/ZeeshanTamboli)
- ​<!-- 34 -->Remove unneeded `@slack/web-api` package
([#&#8203;40840](https://togithub.com/mui/material-ui/issues/40840))
[@&#8203;ZeeshanTamboli](https://togithub.com/ZeeshanTamboli)
- ​<!-- 33 -->Clarify TODO instruction
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- ​<!-- 32 -->Remove unneeded use-clients
([#&#8203;40663](https://togithub.com/mui/material-ui/issues/40663))
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- ​<!-- 27 -->\[docs-infra] Fix anchor link hook
([#&#8203;40836](https://togithub.com/mui/material-ui/issues/40836))
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- ​<!-- 26 -->\[docs-infra] Avoid layout shift on docs-pages
([#&#8203;40749](https://togithub.com/mui/material-ui/issues/40749))
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- ​<!-- 23 -->\[examples] Fix build on Next.js Pages Router examples
([#&#8203;40665](https://togithub.com/mui/material-ui/issues/40665))
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- ​<!-- 18 -->\[test] Speed up the envinfo test
([#&#8203;40669](https://togithub.com/mui/material-ui/issues/40669))
[@&#8203;michaldudak](https://togithub.com/michaldudak)
- ​<!-- 17 -->\[typescript-to-proptypes] Allow to represent dates as
`PropTypes.object`
([#&#8203;40774](https://togithub.com/mui/material-ui/issues/40774))
[@&#8203;flaviendelangle](https://togithub.com/flaviendelangle)
- ​<!-- 14 -->\[website] Add new Base UI role
([#&#8203;40773](https://togithub.com/mui/material-ui/issues/40773))
[@&#8203;colmtuite](https://togithub.com/colmtuite)
- ​<!-- 13 -->\[website] Fix a couple of rough edges
([#&#8203;40849](https://togithub.com/mui/material-ui/issues/40849))
[@&#8203;danilo-leal](https://togithub.com/danilo-leal)
- ​<!-- 12 -->\[website] Small polishing after latest changes to the
theme
([#&#8203;40846](https://togithub.com/mui/material-ui/issues/40846))
[@&#8203;zanivan](https://togithub.com/zanivan)
- ​<!-- 11 -->\[website] Polish some pages and stray components
([#&#8203;40797](https://togithub.com/mui/material-ui/issues/40797))
[@&#8203;danilo-leal](https://togithub.com/danilo-leal)
- ​<!-- 10 -->\[website] Refine the careers page slightly
([#&#8203;40793](https://togithub.com/mui/material-ui/issues/40793))
[@&#8203;danilo-leal](https://togithub.com/danilo-leal)
- ​<!-- 09 -->\[website] Fix missing key on the Testimonials section
([#&#8203;40791](https://togithub.com/mui/material-ui/issues/40791))
[@&#8203;Janpot](https://togithub.com/Janpot)
- ​<!-- 08 -->\[website] Fix Footer layout shift
([#&#8203;40786](https://togithub.com/mui/material-ui/issues/40786))
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- ​<!-- 07 -->\[website] Revamp the testimonial section in the homepage
([#&#8203;40752](https://togithub.com/mui/material-ui/issues/40752))
[@&#8203;danilo-leal](https://togithub.com/danilo-leal)
- ​<!-- 06 -->\[website] Fix pricing license model toggle style
([#&#8203;40747](https://togithub.com/mui/material-ui/issues/40747))
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- ​<!-- 05 -->\[website] Fine-tune colors and styles on the branding
theme
([#&#8203;40751](https://togithub.com/mui/material-ui/issues/40751))
[@&#8203;danilo-leal](https://togithub.com/danilo-leal)
- ​<!-- 04 -->\[website] Fix Toggle Button styles in the homepage demos
([#&#8203;40744](https://togithub.com/mui/material-ui/issues/40744))
[@&#8203;mohamedsaiedd](https://togithub.com/mohamedsaiedd)
- ​<!-- 03 -->\[website] Update stats on the testimonials section
([#&#8203;40769](https://togithub.com/mui/material-ui/issues/40769))
[@&#8203;EyaOuenniche](https://togithub.com/EyaOuenniche)

All contributors of this release in alphabetical order:
[@&#8203;alexfauquette](https://togithub.com/alexfauquette),
[@&#8203;colmtuite](https://togithub.com/colmtuite),
[@&#8203;danilo-leal](https://togithub.com/danilo-leal),
[@&#8203;DiegoAndai](https://togithub.com/DiegoAndai),
[@&#8203;EyaOuenniche](https://togithub.com/EyaOuenniche),
[@&#8203;flaviendelangle](https://togithub.com/flaviendelangle),
[@&#8203;Janpot](https://togithub.com/Janpot),
[@&#8203;Jaswanth-Sriram-Veturi](https://togithub.com/Jaswanth-Sriram-Veturi),
[@&#8203;joserodolfofreitas](https://togithub.com/joserodolfofreitas),
[@&#8203;michaldudak](https://togithub.com/michaldudak),
[@&#8203;mirus-ua](https://togithub.com/mirus-ua),
[@&#8203;mnajdova](https://togithub.com/mnajdova),
[@&#8203;mohamedsaiedd](https://togithub.com/mohamedsaiedd),
[@&#8203;Nikhilh26](https://togithub.com/Nikhilh26),
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari),
[@&#8203;romgrk](https://togithub.com/romgrk),
[@&#8203;sai6855](https://togithub.com/sai6855),
[@&#8203;siriwatknp](https://togithub.com/siriwatknp),
[@&#8203;srinidhi9831](https://togithub.com/srinidhi9831),
[@&#8203;zanivan](https://togithub.com/zanivan),
[@&#8203;ZeeshanTamboli](https://togithub.com/ZeeshanTamboli)

###
[`v5.15.6`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#v5156)

[Compare
Source](https://togithub.com/mui/material-ui/compare/v5.15.5...v5.15.6)

<!-- generated comparing v5.15.5..master -->

*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`

- ​<!-- 29 -->\[Avatar] Use variants api
([#&#8203;40324](https://togithub.com/mui/material-ui/issues/40324))
[@&#8203;mnajdova](https://togithub.com/mnajdova)
- ​<!-- 27 -->\[TablePagination] Accept readonly array for
`rowsPerPageOptions` prop
([#&#8203;40481](https://togithub.com/mui/material-ui/issues/40481))
[@&#8203;pcorpet](https://togithub.com/pcorpet)
- ​<!-- 06 -->\[PaginationItem] Deprecate classes for v6
([#&#8203;40673](https://togithub.com/mui/material-ui/issues/40673))
[@&#8203;sai6855](https://togithub.com/sai6855)
- ​<!-- 05 -->\[Rating] Fix rating width via min-content
([#&#8203;40503](https://togithub.com/mui/material-ui/issues/40503))
[@&#8203;devhik0](https://togithub.com/devhik0)

##### `@mui/base@5.0.0-beta.33`

- ​<!-- 26 -->\[Select] Fix display of selected Options with rich
content
([#&#8203;40689](https://togithub.com/mui/material-ui/issues/40689))
[@&#8203;michaldudak](https://togithub.com/michaldudak)
- ​<!-- 25 -->\[Select] Use Popup instead of Popper
([#&#8203;40524](https://togithub.com/mui/material-ui/issues/40524))
[@&#8203;michaldudak](https://togithub.com/michaldudak)
- ​<!-- 26 -->\[useMenuButton] Fix non native button triggers
([#&#8203;40645](https://togithub.com/mui/material-ui/issues/40645))
[@&#8203;DiegoAndai](https://togithub.com/DiegoAndai)

##### `@mui/system@5.15.6`

- ​<!-- 02 -->\[zero] Fix theme token import in source file
([#&#8203;40691](https://togithub.com/mui/material-ui/issues/40691))
[@&#8203;brijeshb42](https://togithub.com/brijeshb42)
- ​<!-- 01 -->\[zero] Add support for css import
([#&#8203;40541](https://togithub.com/mui/material-ui/issues/40541))
[@&#8203;brijeshb42](https://togithub.com/brijeshb42)

##### `@mui/icons-material@5.15.6`

- ​<!-- 07 -->\[icons-material] Fix icons package.json version
([#&#8203;40655](https://togithub.com/mui/material-ui/issues/40655))
[@&#8203;mj12albert](https://togithub.com/mj12albert)

##### Docs

- ​<!-- 28 -->\[base-ui] Polish the Slider demos
([#&#8203;40332](https://togithub.com/mui/material-ui/issues/40332))
[@&#8203;danilo-leal](https://togithub.com/danilo-leal)
- ​<!-- 24 -->\[base-ui]\[Slider] Fix plain CSS demo's wrong keyboard
behavior
([#&#8203;40652](https://togithub.com/mui/material-ui/issues/40652))
[@&#8203;mnajdova](https://togithub.com/mnajdova)
- ​<!-- 23 -->\[base-ui]\[TextareaAutosize] Add border-box to demo
([#&#8203;40646](https://togithub.com/mui/material-ui/issues/40646))
[@&#8203;ANUGLYPLUGIN](https://togithub.com/ANUGLYPLUGIN)
- ​<!-- 16 -->Fix brand name non-breaking space
([#&#8203;40701](https://togithub.com/mui/material-ui/issues/40701))
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- ​<!-- 15 -->Improve error message for MUI Vale rule
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- ​<!-- 14 -->Add notification to publish the survey
([#&#8203;40552](https://togithub.com/mui/material-ui/issues/40552))
[@&#8203;joserodolfofreitas](https://togithub.com/joserodolfofreitas)
- ​<!-- 04 -->\[system] Explain a bit more how AppRouterCacheProvider
works [@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- ​<!-- 12 -->\[joy-ui] Move tutorial to iframe
([#&#8203;40567](https://togithub.com/mui/material-ui/issues/40567))
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- ​<!-- 10 -->\[material-ui]\[Slider] Remove custom divs from new demo
([#&#8203;40674](https://togithub.com/mui/material-ui/issues/40674))
[@&#8203;zanivan](https://togithub.com/zanivan)
- ​<!-- 11 -->\[material-ui] Improve TabContext, TabList, and TabPanel
documentation
([#&#8203;40587](https://togithub.com/mui/material-ui/issues/40587))
[@&#8203;anle9650](https://togithub.com/anle9650)
- ​<!-- 09 -->\[material-ui]\[Slider] Added custom mark labels demo
([#&#8203;40647](https://togithub.com/mui/material-ui/issues/40647))
[@&#8203;DonikaV](https://togithub.com/DonikaV)

##### Core

- ​<!-- 30 -->\[core] Fix RXDB-logo Url
([#&#8203;40724](https://togithub.com/mui/material-ui/issues/40724))
[@&#8203;mohamedsaiedd](https://togithub.com/mohamedsaiedd)
- ​<!-- 24 -->\[code-infra] Improve proptypes-generation
([#&#8203;40617](https://togithub.com/mui/material-ui/issues/40617))
[@&#8203;alexfauquette](https://togithub.com/alexfauquette)
- ​<!-- 22 -->\[code-infra] Disable pnpm package cache on CircleCI
([#&#8203;40670](https://togithub.com/mui/material-ui/issues/40670))
[@&#8203;michaldudak](https://togithub.com/michaldudak)
- ​<!-- 21 -->\[code-infra] Add missing package to CodeSandbox CI config
([#&#8203;40657](https://togithub.com/mui/material-ui/issues/40657))
[@&#8203;michaldudak](https://togithub.com/michaldudak)
- ​<!-- 20 -->\[code-infra] Remove unnecessary
[@&#8203;mui/utils](https://togithub.com/mui/utils) dependency from
api-docs-builder
([#&#8203;40632](https://togithub.com/mui/material-ui/issues/40632))
[@&#8203;michaldudak](https://togithub.com/michaldudak)
- ​<!-- 19 -->\[core] Polish issue templates
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- ​<!-- 13 -->\[docs-infra] Support markdown link in slots descriptions
([#&#8203;40679](https://togithub.com/mui/material-ui/issues/40679))
[@&#8203;alexfauquette](https://togithub.com/alexfauquette)
- ​<!-- 08 -->\[examples] Simplify Next.js example
([#&#8203;40661](https://togithub.com/mui/material-ui/issues/40661))
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- ​<!-- 03 -->\[website] Fix broken styles on Base UI page
([#&#8203;40683](https://togithub.com/mui/material-ui/issues/40683))
[@&#8203;michaldudak](https://togithub.com/michaldudak)

All contributors of this release in alphabetical order:
[@&#8203;alexfauquette](https://togithub.com/alexfauquette),
[@&#8203;anle9650](https://togithub.com/anle9650),
[@&#8203;ANUGLYPLUGIN](https://togithub.com/ANUGLYPLUGIN),
[@&#8203;brijeshb42](https://togithub.com/brijeshb42),
[@&#8203;danilo-leal](https://togithub.com/danilo-leal),
[@&#8203;devhik0](https://togithub.com/devhik0),
[@&#8203;DiegoAndai](https://togithub.com/DiegoAndai),
[@&#8203;DonikaV](https://togithub.com/DonikaV),
[@&#8203;joserodolfofreitas](https://togithub.com/joserodolfofreitas),
[@&#8203;michaldudak](https://togithub.com/michaldudak),
[@&#8203;mj12albert](https://togithub.com/mj12albert),
[@&#8203;mnajdova](https://togithub.com/mnajdova),
[@&#8203;mohamedsaiedd](https://togithub.com/mohamedsaiedd),
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari),
[@&#8203;pcorpet](https://togithub.com/pcorpet),
[@&#8203;sai6855](https://togithub.com/sai6855),
[@&#8203;zanivan](https://togithub.com/zanivan)

###
[`v5.15.5`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#v5155)

[Compare
Source](https://togithub.com/mui/material-ui/compare/v5.15.4...v5.15.5)

<!-- generated comparing v5.15.4..master -->

*Jan 17, 2024*

A big thanks to the 18 contributors who made this release possible. Here
are some highlights :

- Base UI's CSS class prefix is now `base-`
([#&#8203;40205](https://togithub.com/mui/material-ui/issues/40205))
[@&#8203;michaldudak](https://togithub.com/michaldudak)
-   Bug fixes, and a lot of improvements to code and docs infra

##### `@mui/material@5.15.5`

- ​<!-- 42 -->\[Accordion] Deprecate \*Props props and classes for v6
([#&#8203;40418](https://togithub.com/mui/material-ui/issues/40418))
[@&#8203;DiegoAndai](https://togithub.com/DiegoAndai)
- ​<!-- 41 -->\[Alert] Update TypeScript types to allow color override
types to be added to `iconMapping` and `severity` props
([#&#8203;40551](https://togithub.com/mui/material-ui/issues/40551))
[@&#8203;2metres](https://togithub.com/2metres)
- ​<!-- 27 -->\[Dialog] Remove deprecated onBackdropClick from Dialog
tests
([#&#8203;40505](https://togithub.com/mui/material-ui/issues/40505))
[@&#8203;sai6855](https://togithub.com/sai6855)
- ​<!-- 26 -->\[Divider] Deprecate props and classes for v6
([#&#8203;40563](https://togithub.com/mui/material-ui/issues/40563))
[@&#8203;sai6855](https://togithub.com/sai6855)

##### `@mui/material-next@6.0.0-alpha.118`

- ​<!-- 36 -->\[ButtonGroup] Apply MD3 style to `ButtonGroup`
([#&#8203;40124](https://togithub.com/mui/material-ui/issues/40124))
[@&#8203;lhilgert9](https://togithub.com/lhilgert9)

##### `@mui/base@5.0.0-beta.32`

##### Breaking changes

- ​<!-- 40 -->Change the CSS class prefix to `base-`
([#&#8203;40205](https://togithub.com/mui/material-ui/issues/40205))
[@&#8203;michaldudak](https://togithub.com/michaldudak)

The class prefix of Base UI components have been changed from `Mui-` to
`base-`. This only affects codebases that uses class names verbatim,
i.e. not exposed by JS objects such as `buttonClasses`, but as plain
strings or in CSS stylesheets (`.MuiButton.ro

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, Automerge - At any time (no
schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/Unleash/unleash).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjIzMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-09 10:57:44 +00:00
renovate[bot]
9293f8adba
fix(deps): update dependency unleash-client to v5.5.1 (#6483)
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [unleash-client](https://togithub.com/Unleash/unleash-client-node) |
[`5.5.0` ->
`5.5.1`](https://renovatebot.com/diffs/npm/unleash-client/5.5.0/5.5.1) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/unleash-client/5.5.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/unleash-client/5.5.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/unleash-client/5.5.0/5.5.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/unleash-client/5.5.0/5.5.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>Unleash/unleash-client-node (unleash-client)</summary>

###
[`v5.5.1`](https://togithub.com/Unleash/unleash-client-node/releases/tag/v5.5.1)

[Compare
Source](https://togithub.com/Unleash/unleash-client-node/compare/v5.5.0...v5.5.1)

#### What's Changed

- chore(deps): update unleash/.github action to v1.1.2 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/Unleash/unleash-client-node/pull/584](https://togithub.com/Unleash/unleash-client-node/pull/584)
- chore(deps): update dependency prettier to v3.2.5 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/Unleash/unleash-client-node/pull/576](https://togithub.com/Unleash/unleash-client-node/pull/576)
- chore(deps): update dependency redis to v4.6.13 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/Unleash/unleash-client-node/pull/577](https://togithub.com/Unleash/unleash-client-node/pull/577)
- chore(deps): update dependency semver to v7.6.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/Unleash/unleash-client-node/pull/578](https://togithub.com/Unleash/unleash-client-node/pull/578)
- chore(security): bump node-ip dependency by
[@&#8203;gastonfournier](https://togithub.com/gastonfournier) in
[https://github.com/Unleash/unleash-client-node/pull/591](https://togithub.com/Unleash/unleash-client-node/pull/591)

**Full Changelog**:
https://github.com/Unleash/unleash-client-node/compare/v5.5.0...v5.5.1

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, Automerge - At any time (no
schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/Unleash/unleash).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMzAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjIzMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-08 21:33:39 +00:00
renovate[bot]
0e81ed25a5
fix(deps): update dependency express to v4.18.3 (#6482)
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [express](http://expressjs.com/)
([source](https://togithub.com/expressjs/express)) | [`4.18.2` ->
`4.18.3`](https://renovatebot.com/diffs/npm/express/4.18.2/4.18.3) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/express/4.18.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/express/4.18.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/express/4.18.2/4.18.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/express/4.18.2/4.18.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>expressjs/express (express)</summary>

###
[`v4.18.3`](https://togithub.com/expressjs/express/blob/HEAD/History.md#4183--2024-02-26)

[Compare
Source](https://togithub.com/expressjs/express/compare/4.18.2...4.18.3)

\==========

-   Fix routing requests without method
-   deps: body-parser@1.20.2
    -   Fix strict json error message on Node.js 19+
    -   deps: content-type@~1.0.5
    -   deps: raw-body@2.5.2

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, Automerge - At any time (no
schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/Unleash/unleash).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMzAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjIzMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-08 20:20:06 +00:00
Gastón Fournier
da41d3dbcf
chore: automate openapi schema list (#6463)
## About the changes
This PR automates the generation of exported open api schemas on
pre-commit, removing some manual steps and also standardizing the
process. The schema list definition now looks way simpler:

b6f3877296/src/lib/openapi/index.ts (L37-L49)

Also added
2817e66b29/src/lib/openapi/spec/index.ts (L1-L4)
for devs
2024-03-08 14:58:22 +01:00
Jaanus Sellin
381af7835b
feat: sort frontend api features by name (#6479) 2024-03-08 15:34:33 +02:00
Jaanus Sellin
2e6d91846b
feat: make frontend api complexity O(n) instead of O(n2) (#6477) 2024-03-08 14:00:38 +01:00
David Leek
6f2bd546a6
fix: await trafficDataUsageStore.deleteAll where its being used (#6478)
## About the changes

trafficDataUsageStore.deleteAll() wasn't being awaited in tests, leading
to flaky tests. This PR ensures it's being awaited
2024-03-08 13:34:46 +01:00
Mateusz Kwasniewski
8f105f9d30
feat: Compare old results with new frontend api (#6476) 2024-03-08 13:03:41 +01:00
Gastón Fournier
1949d0134f
fix: mapper function should be partial (#6475)
Small fix to make mapper function partial as it should be
2024-03-08 11:20:41 +01:00
Gastón Fournier
82f4093c04
feat: adapted CRUD store from enterprise into OSS (#6474)
## About the changes
This ports the CRUD store into OSS which is an abstraction to reduce the
amount of boilerplate code we have to write in stores.

By extending CRUDStore, the store becomes simply the type definition:
```typescript
 type ActionModel = { 
     actionSetId: number; 
     action: string; 
     executionParams: Record<string, unknown>; 
     createdByUserId: number; 
     sortOrder: number; 
 }; 
  
 export class ActionStore extends CRUDStore< 
     ActionModel & { id: number; createdAt: Date }, 
     ActionModel 
 > { 
}
```

And eventually specific mappings between those types can be provided (if
the mapping is more complex than camelCase -> snake_case):
```typescript
 toRow: ({ project, name, actor, match, createdByUserId }) => ({ 
     created_by_user_id: createdByUserId, 
     project, 
     name, 
     actor_id: actor, 
     source: match.source, 
     source_id: match.sourceId, 
     payload: match.payload, 
 }), 
 fromRow: ({ 
     id, 
     created_at, 
     created_by_user_id, 
     project, 
     name, 
     actor_id, 
     source, 
     source_id, 
     payload, 
 }) => ({ 
     id, 
     createdAt: created_at, 
     createdByUserId: created_by_user_id, 
     project, 
     name, 
     actor: actor_id, 
     match: { 
         source, 
         sourceId: source_id, 
         payload, 
     }, 
 }), 
```
Stores can also be extended to include additional functionality in case
you need to join with another table or do an aggregation, but it
significantly reduces the amount of boilerplate code needed to create a
basic store
2024-03-08 10:39:29 +01:00
Nuno Góis
9148820a8f
fix: project tokens path typo (#6468)
Noticed a small typo in the path shown in the project API access side
panel.
2024-03-08 08:44:48 +01:00
Mateusz Kwasniewski
8f2631e418
feat: stabilize global frontend api cache (#6466) 2024-03-08 08:41:22 +01:00
renovate[bot]
97a81162ac
chore(deps): update dependency react-router to v6.22.2 (#6471)
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [react-router](https://togithub.com/remix-run/react-router)
([source](https://togithub.com/remix-run/react-router/tree/HEAD/packages/react-router))
| [`6.22.1` ->
`6.22.2`](https://renovatebot.com/diffs/npm/react-router/6.22.1/6.22.2)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/react-router/6.22.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/react-router/6.22.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/react-router/6.22.1/6.22.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/react-router/6.22.1/6.22.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>remix-run/react-router (react-router)</summary>

###
[`v6.22.2`](https://togithub.com/remix-run/react-router/blob/HEAD/packages/react-router/CHANGELOG.md#6222)

[Compare
Source](https://togithub.com/remix-run/react-router/compare/react-router@6.22.1...react-router@6.22.2)

##### Patch Changes

-   Updated dependencies:
    -   `@remix-run/router@1.15.2`

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, Automerge - At any time (no
schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/Unleash/unleash).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMzAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjIzMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-08 00:35:38 +00:00
renovate[bot]
8c8b3afd5a
chore(deps): update dependency nock to v13.5.4 (#6470)
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [nock](https://togithub.com/nock/nock) | [`13.5.3` ->
`13.5.4`](https://renovatebot.com/diffs/npm/nock/13.5.3/13.5.4) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/nock/13.5.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/nock/13.5.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/nock/13.5.3/13.5.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/nock/13.5.3/13.5.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>nock/nock (nock)</summary>

### [`v13.5.4`](https://togithub.com/nock/nock/releases/tag/v13.5.4)

[Compare
Source](https://togithub.com/nock/nock/compare/v13.5.3...v13.5.4)

##### Bug Fixes

- call `fs.createReadStream` lazily
([#&#8203;2357](https://togithub.com/nock/nock/issues/2357))
([ba9fc42](ba9fc424d5))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, Automerge - At any time (no
schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/Unleash/unleash).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMzAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjIzMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-07 21:57:48 +00:00
renovate[bot]
6a3655233f
chore(deps): update dependency @types/node to v18.19.21 (#6469)
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@types/node](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node)
([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node))
| [`18.19.20` ->
`18.19.21`](https://renovatebot.com/diffs/npm/@types%2fnode/18.19.20/18.19.21)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/18.19.21?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fnode/18.19.21?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fnode/18.19.20/18.19.21?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fnode/18.19.20/18.19.21?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Configuration

📅 **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, Automerge - At any time (no
schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/Unleash/unleash).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMzAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjIzMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-07 20:21:24 +00:00
Alvin Bryan
a0ac148829
Typo fix in ChangeRequestTable.tsx (#6465)
There was a typo in the original message, it said "Unleash Admin already
have" (either "admins already have," or "admin already has.")

Fixed it and improved the wording a little bit.
2024-03-07 17:19:30 +00:00
Nuno Góis
26d7065dc3
chore: add actions warning to delete project (#6467)
https://linear.app/unleash/issue/2-1831/what-happens-with-automated-actions-if-the-project-is-archived

Adds an actions-related warning to the project deletion.

<img width="1008" alt="image"
src="https://github.com/Unleash/unleash/assets/14320932/06fcaab0-c4a1-4ba3-8879-0c188f3bc01a">
2024-03-07 17:04:36 +00:00
Jaanus Sellin
7b402ad6b3
feat: create global repository for frontend repositories (#6460)
Co-authored-by: kwasniew <kwasniewski.mateusz@gmail.com>
2024-03-07 16:48:52 +02:00
Gastón Fournier
5b87ca6b75
chore: consider execution limits per minute and actions limit per (#6462)
## About the changes
Define a schema that works both for the frontend and the backend to
define soft limits in the resource usage.
2024-03-07 13:02:49 +01:00
Nuno Góis
52d63bc726
fix: new signals icon (#6461)
https://linear.app/unleash/issue/2-2010/use-svg-icon-for-signals

Uses a new SVG icon for Signals for consistency.


![image](https://github.com/Unleash/unleash/assets/14320932/32b46172-d483-4fd8-8b12-957a32a877f5)
2024-03-07 11:12:56 +00:00
Ivar Conradi Østhus
9cb116af39
fix: only release migration lock if acquired (#6454)
We should not try to release the migration lock if where unable to
acquire it. By trying to close it when we have not successfully
connected to the database we end up hanging for a while before the
process is eventually killed.

I did not add a better error-message, as Unleash now gives a better
error stack and crashes immediate if you start without a database
password. We should still consider if you need to specify db credentials
or not. Technically it is possible to have a postgres without a password
(but it is likely not common).



Closes: #6408
2024-03-07 11:58:05 +01:00
Gastón Fournier
2cd80d31f8
chore: remove compiler warnings from create-config (#6459)
## About the changes
Some changes to fix compiler errors in create-config
2024-03-07 11:44:59 +01:00
andreas-unleash
ec6c439c09
feat: updates per environment type chart (#6449)
Creates the updates per environment type chart.
(forgive the sample data)

Closes #
[1-2034](https://linear.app/unleash/issue/1-2034/widget-updates-per-environment-type-frontend)

<img width="1385" alt="Screenshot 2024-03-06 at 16 52 18"
src="https://github.com/Unleash/unleash/assets/104830839/b05479f8-de8b-4de7-98a3-a1285737db0d">

---------

Signed-off-by: andreas-unleash <andreas@getunleash.ai>
2024-03-07 11:00:18 +02:00
renovate[bot]
4a8faacbd8
chore(deps): update dependency es5-ext to v0.10.64 (#6458)
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [es5-ext](https://togithub.com/medikoo/es5-ext) | [`0.10.63` ->
`0.10.64`](https://renovatebot.com/diffs/npm/es5-ext/0.10.63/0.10.64) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/es5-ext/0.10.64?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/es5-ext/0.10.64?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/es5-ext/0.10.63/0.10.64?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/es5-ext/0.10.63/0.10.64?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>medikoo/es5-ext (es5-ext)</summary>

###
[`v0.10.64`](https://togithub.com/medikoo/es5-ext/blob/HEAD/CHANGELOG.md#01064-2024-02-27)

[Compare
Source](https://togithub.com/medikoo/es5-ext/compare/v0.10.63...v0.10.64)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, Automerge - At any time (no
schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/Unleash/unleash).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMjcuMiIsInVwZGF0ZWRJblZlciI6IjM3LjIyNy4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-07 00:54:55 +00:00
renovate[bot]
37b994637b
chore(deps): update dependency enhanced-resolve to v5.15.1 (#6457)
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [enhanced-resolve](https://togithub.com/webpack/enhanced-resolve) |
[`5.15.0` ->
`5.15.1`](https://renovatebot.com/diffs/npm/enhanced-resolve/5.15.0/5.15.1)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/enhanced-resolve/5.15.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/enhanced-resolve/5.15.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/enhanced-resolve/5.15.0/5.15.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/enhanced-resolve/5.15.0/5.15.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>webpack/enhanced-resolve (enhanced-resolve)</summary>

###
[`v5.15.1`](https://togithub.com/webpack/enhanced-resolve/releases/tag/v5.15.1)

[Compare
Source](https://togithub.com/webpack/enhanced-resolve/compare/v5.15.0...v5.15.1)

#### Bugfixes

-   find the `pnpapi` the issuer belongs to

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, Automerge - At any time (no
schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/Unleash/unleash).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMjcuMiIsInVwZGF0ZWRJblZlciI6IjM3LjIyNy4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-06 23:29:46 +00:00
renovate[bot]
b69aa46936
chore(deps): update dependency @types/node to v18.19.20 (#6456)
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@types/node](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node)
([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node))
| [`18.19.19` ->
`18.19.20`](https://renovatebot.com/diffs/npm/@types%2fnode/18.19.19/18.19.20)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/18.19.20?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fnode/18.19.20?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fnode/18.19.19/18.19.20?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fnode/18.19.19/18.19.20?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Configuration

📅 **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, Automerge - At any time (no
schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/Unleash/unleash).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMjcuMiIsInVwZGF0ZWRJblZlciI6IjM3LjIyNy4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-06 18:25:03 +00:00
Gastón Fournier
feb6825023
chore: add a generic error for limit's exeeded (#6452)
## About the changes
We don't have a meaningful error for limits established by the
application. This could be a good starting point.

The error code is 400 cause I couldn't find anything better. 

The name of the error was picked from UnleashApiErrorTypes:
2d8e9f87ff/src/lib/error/unleash-error.ts (L4-L34)
2024-03-06 19:17:31 +01:00
Nuno Góis
8a67640aed
fix: align privacy policy link to the center (#6451)
Aligns the privacy policy to the center in the profile dropdown, just
like we do for the profile settings.


![image](https://github.com/Unleash/unleash/assets/14320932/0d0565eb-7b28-4b46-acb3-bbaef143fb8d)
2024-03-06 17:15:07 +00:00
Nuno Góis
64593c57cf
chore: new actions UI (#6448)
https://linear.app/unleash/issue/2-1995/ui-feature-rename-adapt-the-actions-ui

Refreshes the UI for project actions according to the new designs and
suggestions from @gastonfournier and @nicolaesocaciu

Also includes some refactoring.


![image](https://github.com/Unleash/unleash/assets/14320932/83e8e8ed-46aa-471b-9d1d-0c051a298a9a)
2024-03-06 15:08:15 +00:00
Tymoteusz Czech
85e9c934a9
Insights UI improvements (#6433)
- improved page header
- added help text to health and metrics
- updated style for flag stats widget
- fixed users widget shadow
2024-03-06 12:19:27 +01:00
Ivar Conradi Østhus
2185742b1d
fix: clone feature toggle should not copy createdAt (#6442)
This is a small fix to avoid that cloning a feature toggle also clones
the "createdAt" field, which does not make sense.

fixes: #6426
2024-03-06 09:03:50 +01:00
renovate[bot]
e7abdc6707
chore(deps): update dependency @uiw/react-codemirror to v4.21.24 (#6445)
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@uiw/react-codemirror](https://uiwjs.github.io/react-codemirror)
([source](https://togithub.com/uiwjs/react-codemirror)) | [`4.21.23` ->
`4.21.24`](https://renovatebot.com/diffs/npm/@uiw%2freact-codemirror/4.21.23/4.21.24)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@uiw%2freact-codemirror/4.21.24?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@uiw%2freact-codemirror/4.21.24?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@uiw%2freact-codemirror/4.21.23/4.21.24?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@uiw%2freact-codemirror/4.21.23/4.21.24?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>uiwjs/react-codemirror (@&#8203;uiw/react-codemirror)</summary>

###
[`v4.21.24`](https://togithub.com/uiwjs/react-codemirror/releases/tag/v4.21.24)

[Compare
Source](https://togithub.com/uiwjs/react-codemirror/compare/v4.21.23...v4.21.24)

[![Buy me a
coffee](https://img.shields.io/badge/Buy%20me%20a%20coffee-048754?logo=buymeacoffee)](https://jaywcjlove.github.io/#/sponsor)
[![](https://img.shields.io/badge/Open%20in-unpkg-blue)](https://uiwjs.github.io/npm-unpkg/#/pkg/@&#8203;uiw/react-codemirror@4.21.24/file/README.md)

Documentation v4.21.24:
https://raw.githack.com/uiwjs/react-codemirror/050da36/index.html\
Comparing Changes:
https://github.com/uiwjs/react-codemirror/compare/v4.21.23...v4.21.24

```shell
npm i @&#8203;uiw/react-codemirror@4.21.24
```

- 🐞 fix: Fix error related to "Types must be imported using a type-only
import when 'verbatimModuleSyntax' is enabled"
[`e6e89ca`](https://togithub.com/uiwjs/react-codemirror/commit/e6e89ca)
[@&#8203;jaywcjlove](https://togithub.com/jaywcjlove)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, Automerge - At any time (no
schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/Unleash/unleash).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMjcuMiIsInVwZGF0ZWRJblZlciI6IjM3LjIyNy4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-06 00:45:23 +00:00
renovate[bot]
cdd4520022
chore(deps): update dependency @types/node to v18.19.19 (#6444)
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@types/node](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node)
([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node))
| [`18.19.18` ->
`18.19.19`](https://renovatebot.com/diffs/npm/@types%2fnode/18.19.18/18.19.19)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/18.19.19?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fnode/18.19.19?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fnode/18.19.18/18.19.19?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fnode/18.19.18/18.19.19?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Configuration

📅 **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, Automerge - At any time (no
schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/Unleash/unleash).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMjcuMiIsInVwZGF0ZWRJblZlciI6IjM3LjIyNy4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-05 23:41:00 +00:00
renovate[bot]
085a641ea3
chore(deps): update dependency @uiw/codemirror-theme-duotone to v4.21.24 (#6443)
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@uiw/codemirror-theme-duotone](https://uiwjs.github.io/react-codemirror/#/theme/data/duotone/light)
([source](https://togithub.com/uiwjs/react-codemirror)) | [`4.21.23` ->
`4.21.24`](https://renovatebot.com/diffs/npm/@uiw%2fcodemirror-theme-duotone/4.21.23/4.21.24)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@uiw%2fcodemirror-theme-duotone/4.21.24?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@uiw%2fcodemirror-theme-duotone/4.21.24?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@uiw%2fcodemirror-theme-duotone/4.21.23/4.21.24?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@uiw%2fcodemirror-theme-duotone/4.21.23/4.21.24?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>uiwjs/react-codemirror
(@&#8203;uiw/codemirror-theme-duotone)</summary>

###
[`v4.21.24`](https://togithub.com/uiwjs/react-codemirror/releases/tag/v4.21.24)

[Compare
Source](https://togithub.com/uiwjs/react-codemirror/compare/v4.21.23...v4.21.24)

[![Buy me a
coffee](https://img.shields.io/badge/Buy%20me%20a%20coffee-048754?logo=buymeacoffee)](https://jaywcjlove.github.io/#/sponsor)
[![](https://img.shields.io/badge/Open%20in-unpkg-blue)](https://uiwjs.github.io/npm-unpkg/#/pkg/@&#8203;uiw/react-codemirror@4.21.24/file/README.md)

Documentation v4.21.24:
https://raw.githack.com/uiwjs/react-codemirror/050da36/index.html\
Comparing Changes:
https://github.com/uiwjs/react-codemirror/compare/v4.21.23...v4.21.24

```shell
npm i @&#8203;uiw/react-codemirror@4.21.24
```

- 🐞 fix: Fix error related to "Types must be imported using a type-only
import when 'verbatimModuleSyntax' is enabled"
[`e6e89ca`](https://togithub.com/uiwjs/react-codemirror/commit/e6e89ca)
[@&#8203;jaywcjlove](https://togithub.com/jaywcjlove)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, Automerge - At any time (no
schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/Unleash/unleash).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMjcuMiIsInVwZGF0ZWRJblZlciI6IjM3LjIyNy4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-05 20:35:36 +00:00
Jaanus Sellin
ae38b81af1
chore: remove archived column from features table (#6431)
This column has not been used for 1.5 years and was replace by
**archived_at** column and people still get confused of why this is not
working as name suggests. Removing this column to remove technical debt.
2024-03-05 22:28:47 +02:00
renovate[bot]
15db139f25
chore(deps): update dependency @emotion/react to v11.11.4 (#6441)
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@emotion/react](https://togithub.com/emotion-js/emotion/tree/main#readme)
([source](https://togithub.com/emotion-js/emotion)) | [`11.11.3` ->
`11.11.4`](https://renovatebot.com/diffs/npm/@emotion%2freact/11.11.3/11.11.4)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@emotion%2freact/11.11.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@emotion%2freact/11.11.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@emotion%2freact/11.11.3/11.11.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@emotion%2freact/11.11.3/11.11.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>emotion-js/emotion (@&#8203;emotion/react)</summary>

###
[`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

- [#&#8203;3159](https://togithub.com/emotion-js/emotion/pull/3159)
[`5b82631d`](5b82631d79)
Thanks [@&#8203;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)`.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, Automerge - At any time (no
schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/Unleash/unleash).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMjcuMiIsInVwZGF0ZWRJblZlciI6IjM3LjIyNy4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-05 19:12:01 +00:00
andreas-unleash
1915b77b9b
Feat: add metrics summary columns to flag trends (#6440)
Adds the metrics summary trend columns to flag_trends table.
These will be populated with the rest of the weekly aggregations

Closes
[1-2139](https://linear.app/unleash/issue/1-2139/add-the-summary-columns-to-flag-trends-table)

---------

Signed-off-by: andreas-unleash <andreas@getunleash.ai>
2024-03-05 16:49:17 +02:00
Gastón Fournier
e8e1d6e9f0
fix: path metric labels (#6400)
## About the changes
Some of our metrics are not labeled correctly, one example is
`<base-path>/api/frontend/client/metrics` is labeled as
`/client/metrics`. We can see that in internal-backstage/prometheus:

![image](https://github.com/Unleash/unleash/assets/455064/0d8f1f40-8b5b-49d4-8a88-70b523e9be09)

This issue affects all endpoints that fail to validate the request body.
Also, endpoints that are rejected by the authorization-middleware or the
api-token-middleware are reported as `(hidden)`.

To gain more insights on our api usage but being protective of metrics
cardinality we're prefixing `(hidden)` with some well known base urls:
https://github.com/Unleash/unleash/pull/6400/files#diff-1ed998ca46ffc97c9c0d5d400bfd982dbffdb3004b78a230a8a38e7644eee9b6R17-R33

## How to reproduce:
Make an invalid call to metrics (e.g. stop set to null), then check
/internal-backstage/prometheus and find the 400 error. Expected to be at
`path="/api/client/metrics"` but will have `path=""`:
```shell
curl -H"Authorization: *:development.unleash-insecure-client-api-token" -H'Content-type: application/json' localhost:4242/api/client/metrics -d '{
  "appName": "bash-test",
  "instanceId": "application-name-dacb1234",
  "environment": "development",
  "bucket": {
    "start": "2023-07-27T11:23:44Z",
    "stop": null,
    "toggles": {
      "myCoolToggle": {
        "yes": 25,
        "no": 42,
        "variants": {
          "blue": 6,
          "green": 15,
          "red": 46
        }
      },
      "myOtherToggle": {
        "yes": 0,
        "no": 100
      }
    }
  }
}'
```
2024-03-05 15:25:06 +01:00
Christopher Kolstad
a44c3a3fa7
task: added scim id to user (#6439)
SCIM synchronizations requires a stable id no matter how many changes
are made to username and email (our other unique fields). In addition,
exposing internal incremented database ids to an external service (our
current id field) feels insecure. Our plan is to create either a uuidv7
or ulid when scim operations are performed against the user, so the
external scim provisioner has a stable globally unique id to use to
refer to the users they're modifying.
2024-03-05 14:48:19 +01:00
Mateusz Kwasniewski
5d00157b7c
refactor: segment in feature oriented architecture (#6434) 2024-03-05 14:45:41 +01:00
David Leek
9eb4e7101a
chore: bump OSS main version to 5.10 (#6438)
## About the changes

Bumps OSS main package.json version to 5.10.0+main as that's what is
shown to Pro
2024-03-05 14:25:52 +01:00
andreas-unleash
dc7a715386
Fix: add created at to environment type trends (#6437)
Add created_at to environment_type_trends table for easy sorting

---------

Signed-off-by: andreas-unleash <andreas@getunleash.ai>
2024-03-05 15:10:13 +02:00
Nuno Góis
86a795e87c
chore: new actions table UI (#6435)
https://linear.app/unleash/issue/2-1995/ui-feature-rename-adapt-the-actions-ui

https://linear.app/unleash/issue/2-1988/nice-to-have-last-action-status-on-the-action-sets-table

Brings the project actions table UI up to par with the new designs,
implementing some features that were discussed with UX.


![image](https://github.com/Unleash/unleash/assets/14320932/1a8ef47d-ab33-4284-9650-4c2481dd16dc)


![image](https://github.com/Unleash/unleash/assets/14320932/c19f6691-67a5-4abc-a546-837e25cad388)


![image](https://github.com/Unleash/unleash/assets/14320932/61e3f221-ae93-4d87-98f1-db2782285d2e)
2024-03-05 11:33:34 +00:00
Mateusz Kwasniewski
454f44dec5
refactor: Switch client feature toggles to segment read model (#6425) 2024-03-05 11:15:22 +01:00
andreas-unleash
62361847f5
Feat: add enviroment type trends table (#6432)
Creates the environment_type_trends table to store aggregated metrics

Closes: #
[1-2124](https://linear.app/unleash/issue/1-2124/create-the-table-to-store-weekly-aggregation)

Signed-off-by: andreas-unleash <andreas@getunleash.ai>
2024-03-05 10:51:32 +02:00
Tymoteusz Czech
6cede446e5
feat(insights): placeholder for empty metrics (#6422) 2024-03-05 09:38:17 +01:00