mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
6d51213f55
12126 Commits
Author | SHA1 | Message | Date | |
---|---|---|---|---|
Christopher Kolstad
|
6d51213f55
|
chore: enables github docker cache (#8187)
So, since we updated to build-push-action@v6 we're now getting a nice summary of the build on the summary page of the action. It pointed out that we're caching 0% of our docker build. Since we probably change our own code more often than we change our dependencies, sharing the initial yarn install step between builds from cache seems to be a good idea. |
||
Tymoteusz Czech
|
aa7757a2d1
|
fix: typo and improved example in latest ADR (#8063)
https://github.com/Unleash/unleash/pull/8025#discussion_r1740561994 |
||
Jaanus Sellin
|
95969456f6
|
chore: finalize python sdk example (#8186)
Fix Python example and add isEnabled example. |
||
Nuno Góis
|
205b59ddee
|
chore: event timeline (#8176)
https://linear.app/unleash/issue/2-2657/implement-a-first-iteration-of-an-horizontal-event-timeline This implements the very first iteration of our event timeline. This is behind a feature flag, which when enabled shows the new timeline at the top of our event log page. It is missing some features, like: - Placement: It should show up as an option in the header, not in the event log; - Tooltip: It should show proper tooltips for all the events that we're displaying; - Grouping: It should group together events that occurred in a short span of time; - Signals: It should show signals along with the events; Here's how it currently looks like, with some example events, in order from left to right: - A flag was disabled more than 30 min ago; - A flag was then enabled; - A segment was updated (didn't have an icon for segments, so I picked one); - A strategy was updated; - A flag was created; ![image](https://github.com/user-attachments/assets/1716d8c0-e491-47cc-895b-e02d019c9e80) ![image](https://github.com/user-attachments/assets/a1b5c6b9-86d6-43f7-8a36-5661625e41d6) (Time passed since I took the first screenshot, so you can see the events "moved" to the left slightly in the dark theme screenshot) I have some concerns about the low contrast of `neutral` variant events, especially in dark mode. Maybe we should consider using `error` instead, for red? Or maybe add a border to our event circles? I specifically changed my environment to be "development" for the screenshots. The default selection is the first enabled environment that is `type=production`, which in my case is "production". Here are our filters: - Time Span ![image](https://github.com/user-attachments/assets/b0649d7b-c6c2-482f-918f-b35b23184578) - Environment ![image](https://github.com/user-attachments/assets/33c788d6-9d76-4afd-b921-3c81eda4e1c5) Here are a few more screenshots, with the different time spans (zooming out, since we're increasing the time span): ![image](https://github.com/user-attachments/assets/16003a67-039e-43ad-a4db-617f96ec5650) ![image](https://github.com/user-attachments/assets/6d50b53f-1fc0-4e07-96a6-6843629ecb2d) ![image](https://github.com/user-attachments/assets/e6cc6b10-ff02-44db-82d5-346fba8eb681) ![image](https://github.com/user-attachments/assets/1181b8d7-a951-4e5a-aa5b-bd9fdbd16a7a) ![image](https://github.com/user-attachments/assets/7a43c5a0-c51c-4861-952a-2c09968263d6) ![image](https://github.com/user-attachments/assets/5bfda117-5524-435b-b0d1-a8b1bd446a36) Again, when zooming out, some events should be grouped together, but that's a task for later. |
||
Mateusz Kwasniewski
|
70e95e66a8
|
feat: my projects ui stub (#8185) | ||
Christopher Kolstad
|
29b292f1ea
|
task: make count column bigint. (#8183)
We now have customers that exceed INT capacity, so we need to change this to BIGINT in client_metrics_env_variants_daily as well. Even heavy users only have about 10000 rows here, so should be a quick enough operation. |
||
Thomas Heartman
|
15a98fcaf4
|
fix: update playground SDK to increase the possible random numbers used for stickiness id (#8182)
Same fix as done in some other sdks, such as the node one at https://github.com/Unleash/unleash-client-node/pull/417o Fixes an issue where 1% rollout would not yield any results with random rollout for certain group ids |
||
Mateusz Kwasniewski
|
8e037a335f
|
feat: personal dashboard route (#8173) | ||
Mateusz Kwasniewski
|
d5076f0772
|
fix: archive project curl (#8181) | ||
renovate[bot]
|
77b90dbdb6
|
chore(deps): update dependency husky to v9.1.6 (#8180)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [husky](https://redirect.github.com/typicode/husky) | [`9.1.5` -> `9.1.6`](https://renovatebot.com/diffs/npm/husky/9.1.5/9.1.6) | [![age](https://developer.mend.io/api/mc/badges/age/npm/husky/9.1.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/husky/9.1.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/husky/9.1.5/9.1.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/husky/9.1.5/9.1.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>typicode/husky (husky)</summary> ### [`v9.1.6`](https://redirect.github.com/typicode/husky/compare/v9.1.5...a2d942a670b3d6a04578005a0fd2dc310e511849) [Compare Source](https://redirect.github.com/typicode/husky/compare/v9.1.5...v9.1.6) </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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/Unleash/unleash). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
renovate[bot]
|
47c7d3e7aa
|
chore(deps): update dependency @types/pg to v8.11.9 (#8179)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@types/pg](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/pg) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/pg)) | [`8.11.8` -> `8.11.9`](https://renovatebot.com/diffs/npm/@types%2fpg/8.11.8/8.11.9) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fpg/8.11.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fpg/8.11.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fpg/8.11.8/8.11.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fpg/8.11.8/8.11.9?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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/Unleash/unleash). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
renovate[bot]
|
9e9abb28a9
|
chore(deps): update dependency @swc/core to v1.7.26 (#8178)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@swc/core](https://swc.rs) ([source](https://redirect.github.com/swc-project/swc)) | [`1.7.24` -> `1.7.26`](https://renovatebot.com/diffs/npm/@swc%2fcore/1.7.24/1.7.26) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@swc%2fcore/1.7.26?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@swc%2fcore/1.7.26?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@swc%2fcore/1.7.24/1.7.26?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@swc%2fcore/1.7.24/1.7.26?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>swc-project/swc (@​swc/core)</summary> ### [`v1.7.26`](https://redirect.github.com/swc-project/swc/compare/v1.7.25...v1.7.26) [Compare Source](https://redirect.github.com/swc-project/swc/compare/v1.7.25...v1.7.26) ### [`v1.7.25`](https://redirect.github.com/swc-project/swc/blob/HEAD/CHANGELOG.md#1725---2024-09-11) [Compare Source](https://redirect.github.com/swc-project/swc/compare/v1.7.24...v1.7.25) ##### Bug Fixes - **(es/codegen)** Handle minify number ([#​9541](https://redirect.github.com/swc-project/swc/issues/9541)) ([8b1e442]( |
||
GitHub Actions Bot
|
a446426567 | chore: bump version to 6.2.3 | ||
Gastón Fournier
|
34204334df
|
chore: Update docker yarnlock (#8174)
After building Unleash updating docker yarn.lock file |
||
Mateusz Kwasniewski
|
7274f4954a
|
fix: connect sdk description bg color (#8171) | ||
Gastón Fournier
|
a48da821ef
|
fix: upgrade openapi to drop dompurify and fix path-to-regexp (#8170)
This new version [does not depend on dompurify](https://github.com/Unleash/unleash/pull/8170/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2deL3853-L3858) which should fix https://github.com/Unleash/unleash/security/dependabot/195 Tested the UI locally ![image](https://github.com/user-attachments/assets/af350bf1-d736-4a4a-a092-53da2d21c471) |
||
dependabot[bot]
|
cb6d45d29a
|
chore(deps): bump dompurify from 3.1.2 to 3.1.6 in /docker (#8154) | ||
Gastón Fournier
|
272294b0e8
|
fix: express upgrade to 4.21 (#8169)
Upgrade express to 4.21 |
||
Nuno Góis
|
85b67ae330
|
chore: add eventTimeline feature flag (#8159)
https://linear.app/unleash/issue/2-2658/create-eventtimeline-feature-flag Adds a new `eventTimeline` feature flag for the new event timeline feature. I think `eventTimeline` is an appropriate name given the feature description and the way it is evolving, but I'm open to suggestions. ~~This also assumes that this feature will target OSS.~~ Confirmed that this will be a premium feature. |
||
renovate[bot]
|
7a0bda5b51
|
chore(deps): update dependency msw to v2.4.4 (#8167)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [msw](https://mswjs.io) ([source](https://redirect.github.com/mswjs/msw)) | [`2.4.1` -> `2.4.4`](https://renovatebot.com/diffs/npm/msw/2.4.1/2.4.4) | [![age](https://developer.mend.io/api/mc/badges/age/npm/msw/2.4.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/msw/2.4.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/msw/2.4.1/2.4.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/msw/2.4.1/2.4.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>mswjs/msw (msw)</summary> ### [`v2.4.4`](https://redirect.github.com/mswjs/msw/releases/tag/v2.4.4) [Compare Source](https://redirect.github.com/mswjs/msw/compare/v2.4.3...v2.4.4) #### v2.4.4 (2024-09-08) ##### Bug Fixes - **fetch:** follow mocked redirect responses ([#​2268](https://redirect.github.com/mswjs/msw/issues/2268)) ([`f5785bf`]( |
||
renovate[bot]
|
61f70ea232
|
chore(deps): update dependency debounce to v2.1.1 (#8166)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [debounce](https://redirect.github.com/sindresorhus/debounce) | [`2.1.0` -> `2.1.1`](https://renovatebot.com/diffs/npm/debounce/2.1.0/2.1.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/debounce/2.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/debounce/2.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/debounce/2.1.0/2.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/debounce/2.1.0/2.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>sindresorhus/debounce (debounce)</summary> ### [`v2.1.1`](https://redirect.github.com/sindresorhus/debounce/releases/tag/v2.1.1) [Compare Source](https://redirect.github.com/sindresorhus/debounce/compare/v2.1.0...v2.1.1) - Fix the class context validation ([#​43](https://redirect.github.com/sindresorhus/debounce/issues/43)) [`205fd8f`](https://redirect.github.com/sindresorhus/debounce/commit/205fd8f) </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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/Unleash/unleash). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
renovate[bot]
|
ff6cd0c457
|
chore(deps): update dependency @uiw/react-codemirror to v4.23.2 (#8165)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@uiw/react-codemirror](https://uiwjs.github.io/react-codemirror) ([source](https://redirect.github.com/uiwjs/react-codemirror)) | [`4.23.1` -> `4.23.2`](https://renovatebot.com/diffs/npm/@uiw%2freact-codemirror/4.23.1/4.23.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@uiw%2freact-codemirror/4.23.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@uiw%2freact-codemirror/4.23.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@uiw%2freact-codemirror/4.23.1/4.23.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@uiw%2freact-codemirror/4.23.1/4.23.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>uiwjs/react-codemirror (@​uiw/react-codemirror)</summary> ### [`v4.23.2`](https://redirect.github.com/uiwjs/react-codemirror/releases/tag/v4.23.2) [Compare Source](https://redirect.github.com/uiwjs/react-codemirror/compare/v4.23.1...v4.23.2) [![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/@​uiw/react-codemirror@4.23.2/file/README.md) Documentation v4.23.2: https://raw.githack.com/uiwjs/react-codemirror/c8cf3ac/index.html\ Comparing Changes: https://github.com/uiwjs/react-codemirror/compare/v4.23.1...v4.23.2 ```shell npm i @​uiw/react-codemirror@4.23.2 ``` - 🐞 fix(merge): ref view not available on load. [#​681](https://redirect.github.com/uiwjs/react-codemirror/issues/681) [`67b6d6b`](https://redirect.github.com/uiwjs/react-codemirror/commit/67b6d6b) [@​jaywcjlove](https://redirect.github.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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/Unleash/unleash). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
renovate[bot]
|
011ebe2f79
|
chore(deps): update dependency vite to v5.4.6 [security] (#8164)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [vite](https://vitejs.dev) ([source](https://redirect.github.com/vitejs/vite/tree/HEAD/packages/vite)) | [`5.4.2` -> `5.4.6`](https://renovatebot.com/diffs/npm/vite/5.4.2/5.4.6) | [![age](https://developer.mend.io/api/mc/badges/age/npm/vite/5.4.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/vite/5.4.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/vite/5.4.2/5.4.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vite/5.4.2/5.4.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | ### GitHub Vulnerability Alerts #### [CVE-2024-45811](https://redirect.github.com/vitejs/vite/security/advisories/GHSA-9cwx-2883-4wfx) ### Summary The contents of arbitrary files can be returned to the browser. ### Details `@fs` denies access to files outside of Vite serving allow list. Adding `?import&raw` to the URL bypasses this limitation and returns the file content if it exists. ### PoC ```sh $ npm create vite@latest $ cd vite-project/ $ npm install $ npm run dev $ echo "top secret content" > /tmp/secret.txt # expected behaviour $ curl "http://localhost:5173/@​fs/tmp/secret.txt" <body> <h1>403 Restricted</h1> <p>The request url "/tmp/secret.txt" is outside of Vite serving allow list. # security bypassed $ curl "http://localhost:5173/@​fs/tmp/secret.txt?import&raw" export default "top secret content\n" //# sourceMappingURL=data:application/json;base64,eyJ2... ``` --- ### Release Notes <details> <summary>vitejs/vite (vite)</summary> ### [`v5.4.6`](https://redirect.github.com/vitejs/vite/releases/tag/v5.4.6) [Compare Source](https://redirect.github.com/vitejs/vite/compare/v5.4.5...v5.4.6) Please refer to [CHANGELOG.md](https://redirect.github.com/vitejs/vite/blob/v5.4.6/packages/vite/CHANGELOG.md) for details. ### [`v5.4.5`](https://redirect.github.com/vitejs/vite/releases/tag/v5.4.5) [Compare Source](https://redirect.github.com/vitejs/vite/compare/v5.4.4...v5.4.5) Please refer to [CHANGELOG.md](https://redirect.github.com/vitejs/vite/blob/v5.4.5/packages/vite/CHANGELOG.md) for details. ### [`v5.4.4`](https://redirect.github.com/vitejs/vite/releases/tag/v5.4.4) [Compare Source](https://redirect.github.com/vitejs/vite/compare/v5.4.3...v5.4.4) Please refer to [CHANGELOG.md](https://redirect.github.com/vitejs/vite/blob/v5.4.4/packages/vite/CHANGELOG.md) for details. ### [`v5.4.3`](https://redirect.github.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small543-2024-09-03-small) [Compare Source](https://redirect.github.com/vitejs/vite/compare/v5.4.2...v5.4.3) - fix: allow getting URL of JS files in publicDir ([#​17915](https://redirect.github.com/vitejs/vite/issues/17915)) ([943ece1]( |
||
renovate[bot]
|
f5fd42d966
|
chore(deps): update dependency @uiw/codemirror-theme-duotone to v4.23.2 (#8161)
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://redirect.github.com/uiwjs/react-codemirror)) | [`4.23.1` -> `4.23.2`](https://renovatebot.com/diffs/npm/@uiw%2fcodemirror-theme-duotone/4.23.1/4.23.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@uiw%2fcodemirror-theme-duotone/4.23.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@uiw%2fcodemirror-theme-duotone/4.23.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@uiw%2fcodemirror-theme-duotone/4.23.1/4.23.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@uiw%2fcodemirror-theme-duotone/4.23.1/4.23.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>uiwjs/react-codemirror (@​uiw/codemirror-theme-duotone)</summary> ### [`v4.23.2`](https://redirect.github.com/uiwjs/react-codemirror/releases/tag/v4.23.2) [Compare Source](https://redirect.github.com/uiwjs/react-codemirror/compare/v4.23.1...v4.23.2) [![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/@​uiw/react-codemirror@4.23.2/file/README.md) Documentation v4.23.2: https://raw.githack.com/uiwjs/react-codemirror/c8cf3ac/index.html\ Comparing Changes: https://github.com/uiwjs/react-codemirror/compare/v4.23.1...v4.23.2 ```shell npm i @​uiw/react-codemirror@4.23.2 ``` - 🐞 fix(merge): ref view not available on load. [#​681](https://redirect.github.com/uiwjs/react-codemirror/issues/681) [`67b6d6b`](https://redirect.github.com/uiwjs/react-codemirror/commit/67b6d6b) [@​jaywcjlove](https://redirect.github.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 is behind base branch, 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/Unleash/unleash). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
Gastón Fournier
|
3e42e0274b
|
chore: upgrade unleash-client and mime libraries (#8158)
Bump a few libraries to the same version we are using in enterprise repository |
||
Fredrik Strand Oseberg
|
2406b10ca3
|
chore: remove debug logs (#8147)
We used these logs to debug an issue in sandbox regarding permissions. They are no longer needed. |
||
Mateusz Kwasniewski
|
9d519efc74
|
feat: swift and flutter sdk snippets (#8149) | ||
renovate[bot]
|
b17c145769
|
chore(deps): update dependency cypress to v13.14.2 (#8156)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [cypress](https://cypress.io) ([source](https://redirect.github.com/cypress-io/cypress)) | [`13.14.1` -> `13.14.2`](https://renovatebot.com/diffs/npm/cypress/13.14.1/13.14.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/cypress/13.14.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/cypress/13.14.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/cypress/13.14.1/13.14.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/cypress/13.14.1/13.14.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>cypress-io/cypress (cypress)</summary> ### [`v13.14.2`](https://redirect.github.com/cypress-io/cypress/releases/tag/v13.14.2) [Compare Source](https://redirect.github.com/cypress-io/cypress/compare/v13.14.1...v13.14.2) Changelog: https://docs.cypress.io/guides/references/changelog#13-14-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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/Unleash/unleash). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
renovate[bot]
|
0e43febe20
|
chore(deps): update dependency @uiw/react-codemirror to v4.23.1 (#8155)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@uiw/react-codemirror](https://uiwjs.github.io/react-codemirror) ([source](https://redirect.github.com/uiwjs/react-codemirror)) | [`4.23.0` -> `4.23.1`](https://renovatebot.com/diffs/npm/@uiw%2freact-codemirror/4.23.0/4.23.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@uiw%2freact-codemirror/4.23.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@uiw%2freact-codemirror/4.23.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@uiw%2freact-codemirror/4.23.0/4.23.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@uiw%2freact-codemirror/4.23.0/4.23.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>uiwjs/react-codemirror (@​uiw/react-codemirror)</summary> ### [`v4.23.1`](https://redirect.github.com/uiwjs/react-codemirror/releases/tag/v4.23.1) [Compare Source](https://redirect.github.com/uiwjs/react-codemirror/compare/v4.23.0...v4.23.1) [![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/@​uiw/react-codemirror@4.23.1/file/README.md) Documentation v4.23.1: https://raw.githack.com/uiwjs/react-codemirror/6cea09c/index.html\ Comparing Changes: https://github.com/uiwjs/react-codemirror/compare/v4.23.0...v4.23.1 ```shell npm i @​uiw/react-codemirror@4.23.1 ``` - 📖 doc: unused array variable `extension` fixed in the config example ([#​672](https://redirect.github.com/uiwjs/react-codemirror/issues/672)) [`29d50d1`](https://redirect.github.com/uiwjs/react-codemirror/commit/29d50d1) [@​alpha-og](https://redirect.github.com/alpha-og) - 🌍 website: add example. [#​665](https://redirect.github.com/uiwjs/react-codemirror/issues/665) [`ac9cfd4`](https://redirect.github.com/uiwjs/react-codemirror/commit/ac9cfd4) [@​jaywcjlove](https://redirect.github.com/jaywcjlove) - 🌍 website: update zebra-stripes example. [#​676](https://redirect.github.com/uiwjs/react-codemirror/issues/676) [`3b02cab`](https://redirect.github.com/uiwjs/react-codemirror/commit/3b02cab) [@​jaywcjlove](https://redirect.github.com/jaywcjlove) - 🌍 website: add example. [#​650](https://redirect.github.com/uiwjs/react-codemirror/issues/650) [`a7137dc`](https://redirect.github.com/uiwjs/react-codemirror/commit/a7137dc) [@​jaywcjlove](https://redirect.github.com/jaywcjlove) - 🐞 fix(merge): fix onChange props issue. [#​681](https://redirect.github.com/uiwjs/react-codemirror/issues/681) [`48a754b`](https://redirect.github.com/uiwjs/react-codemirror/commit/48a754b) [@​jaywcjlove](https://redirect.github.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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/Unleash/unleash). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
renovate[bot]
|
f9baf6a32b
|
chore(deps): update dependency @uiw/codemirror-theme-duotone to v4.23.1 (#8153)
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://redirect.github.com/uiwjs/react-codemirror)) | [`4.23.0` -> `4.23.1`](https://renovatebot.com/diffs/npm/@uiw%2fcodemirror-theme-duotone/4.23.0/4.23.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@uiw%2fcodemirror-theme-duotone/4.23.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@uiw%2fcodemirror-theme-duotone/4.23.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@uiw%2fcodemirror-theme-duotone/4.23.0/4.23.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@uiw%2fcodemirror-theme-duotone/4.23.0/4.23.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>uiwjs/react-codemirror (@​uiw/codemirror-theme-duotone)</summary> ### [`v4.23.1`](https://redirect.github.com/uiwjs/react-codemirror/releases/tag/v4.23.1) [Compare Source](https://redirect.github.com/uiwjs/react-codemirror/compare/v4.23.0...v4.23.1) [![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/@​uiw/react-codemirror@4.23.1/file/README.md) Documentation v4.23.1: https://raw.githack.com/uiwjs/react-codemirror/6cea09c/index.html\ Comparing Changes: https://github.com/uiwjs/react-codemirror/compare/v4.23.0...v4.23.1 ```shell npm i @​uiw/react-codemirror@4.23.1 ``` - 📖 doc: unused array variable `extension` fixed in the config example ([#​672](https://redirect.github.com/uiwjs/react-codemirror/issues/672)) [`29d50d1`](https://redirect.github.com/uiwjs/react-codemirror/commit/29d50d1) [@​alpha-og](https://redirect.github.com/alpha-og) - 🌍 website: add example. [#​665](https://redirect.github.com/uiwjs/react-codemirror/issues/665) [`ac9cfd4`](https://redirect.github.com/uiwjs/react-codemirror/commit/ac9cfd4) [@​jaywcjlove](https://redirect.github.com/jaywcjlove) - 🌍 website: update zebra-stripes example. [#​676](https://redirect.github.com/uiwjs/react-codemirror/issues/676) [`3b02cab`](https://redirect.github.com/uiwjs/react-codemirror/commit/3b02cab) [@​jaywcjlove](https://redirect.github.com/jaywcjlove) - 🌍 website: add example. [#​650](https://redirect.github.com/uiwjs/react-codemirror/issues/650) [`a7137dc`](https://redirect.github.com/uiwjs/react-codemirror/commit/a7137dc) [@​jaywcjlove](https://redirect.github.com/jaywcjlove) - 🐞 fix(merge): fix onChange props issue. [#​681](https://redirect.github.com/uiwjs/react-codemirror/issues/681) [`48a754b`](https://redirect.github.com/uiwjs/react-codemirror/commit/48a754b) [@​jaywcjlove](https://redirect.github.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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/Unleash/unleash). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
Gautam Korlam
|
77ea596c78
|
[Gitar] Apply gitar duet on top of gitar bot PRs (#8141)
<!-- Thanks for creating a PR! To make it easier for reviewers and everyone else to understand what your changes relate to, please add some relevant content to the headings below. Feel free to ignore or delete sections that you don't think are relevant. Thank you! ❤️ --> ## About the changes When working with automated changes made by the @gitar-bot , custom automated changes may be necessary. For example, - Running lint auto-fixes - Executing code generation - Updating test snapshot files - Running internal tools Gitar recommends these in a separate CI pipeline. We call this [Gitar Duet](https://gitar.co/docs/more/custom-automated-changes/), where custom tools run alongside Gitar’s automated changes. ### Important files github ci workflow files ## Discussion points Feel free to update the workflow to modify the autofix steps |
||
dependabot[bot]
|
85522e097c
|
chore(deps): bump express from 4.19.2 to 4.21.0 in /website (#8150) | ||
dependabot[bot]
|
ccc31268e5
|
chore(deps): bump serve-static from 1.15.0 to 1.16.0 (#8139) | ||
dependabot[bot]
|
90aa4ce7e7
|
chore(deps): bump path-to-regexp from 6.2.2 to 6.3.0 in /frontend (#8140) | ||
Gastón Fournier
|
9cec91aa46
|
fix: docker warnings (#8148) | ||
Jaanus Sellin
|
212203f7c7
|
chore: PHP SDK example fix (#8146) | ||
Jaanus Sellin
|
f76f754eca
|
chore: update go sdk examples (#8145) | ||
GitHub Actions Bot
|
bca02a05ee | chore: bump version to 6.2.2 | ||
renovate[bot]
|
12c8e730b3
|
chore(deps): update dependency @types/node to v20.16.5 (#8143)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@types/node](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)) | [`20.16.3` -> `20.16.5`](https://renovatebot.com/diffs/npm/@types%2fnode/20.16.3/20.16.5) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/20.16.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fnode/20.16.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fnode/20.16.3/20.16.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fnode/20.16.3/20.16.5?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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/Unleash/unleash). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC43NC4xIiwidXBkYXRlZEluVmVyIjoiMzguNzQuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
renovate[bot]
|
e0967620bd
|
chore(deps): update dependency @swc/core to v1.7.24 (#8142)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@swc/core](https://swc.rs) ([source](https://redirect.github.com/swc-project/swc)) | [`1.7.22` -> `1.7.24`](https://renovatebot.com/diffs/npm/@swc%2fcore/1.7.22/1.7.24) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@swc%2fcore/1.7.24?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@swc%2fcore/1.7.24?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@swc%2fcore/1.7.22/1.7.24?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@swc%2fcore/1.7.22/1.7.24?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>swc-project/swc (@​swc/core)</summary> ### [`v1.7.24`](https://redirect.github.com/swc-project/swc/blob/HEAD/CHANGELOG.md#1724---2024-09-08) [Compare Source](https://redirect.github.com/swc-project/swc/compare/v1.7.23...v1.7.24) ##### Bug Fixes - **(es/compat)** Handle label block in constructor ([#​9528](https://redirect.github.com/swc-project/swc/issues/9528)) ([c43dbad]( |
||
renovate[bot]
|
44dac55230
|
chore(deps): update material-ui monorepo (#7946)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@mui/icons-material](https://mui.com/material-ui/material-icons/) ([source](https://redirect.github.com/mui/material-ui/tree/HEAD/packages/mui-icons-material)) | [`5.15.3` -> `5.16.7`](https://renovatebot.com/diffs/npm/@mui%2ficons-material/5.15.3/5.16.7) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@mui%2ficons-material/5.16.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@mui%2ficons-material/5.16.7?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.16.7?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.16.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [@mui/lab](https://mui.com/material-ui/about-the-lab/) ([source](https://redirect.github.com/mui/material-ui/tree/HEAD/packages/mui-lab)) | [`5.0.0-alpha.159` -> `5.0.0-alpha.173`](https://renovatebot.com/diffs/npm/@mui%2flab/5.0.0-alpha.159/5.0.0-alpha.173) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@mui%2flab/5.0.0-alpha.173?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@mui%2flab/5.0.0-alpha.173?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.173?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.173?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [@mui/material](https://mui.com/material-ui/) ([source](https://redirect.github.com/mui/material-ui/tree/HEAD/packages/mui-material)) | [`5.15.3` -> `5.16.7`](https://renovatebot.com/diffs/npm/@mui%2fmaterial/5.15.3/5.16.7) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@mui%2fmaterial/5.16.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@mui%2fmaterial/5.16.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@mui%2fmaterial/5.15.3/5.16.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@mui%2fmaterial/5.15.3/5.16.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [@mui/x-date-pickers](https://mui.com/x/react-date-pickers/) ([source](https://redirect.github.com/mui/mui-x/tree/HEAD/packages/x-date-pickers)) | [`7.13.0` -> `7.16.0`](https://renovatebot.com/diffs/npm/@mui%2fx-date-pickers/7.13.0/7.16.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@mui%2fx-date-pickers/7.16.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@mui%2fx-date-pickers/7.16.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@mui%2fx-date-pickers/7.13.0/7.16.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@mui%2fx-date-pickers/7.13.0/7.16.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>mui/material-ui (@​mui/icons-material)</summary> ### [`v5.16.7`](https://redirect.github.com/mui/material-ui/compare/v5.16.6...v5.16.7) [Compare Source](https://redirect.github.com/mui/material-ui/compare/v5.16.6...v5.16.7) ### [`v5.16.6`](https://redirect.github.com/mui/material-ui/releases/tag/v5.16.6) [Compare Source](https://redirect.github.com/mui/material-ui/compare/v5.16.5...v5.16.6) <!-- generated comparing v5.16.5..master --> *Jul 30, 2024* A big thanks to the 5 contributors who made this release possible. ##### `@mui/material@5.16.6` - \[Divider] Enable borderStyle enhancement in divider with children ([#​43059](https://redirect.github.com/mui/material-ui/issues/43059)) [@​anuujj](https://redirect.github.com/anuujj) ##### Docs - \[material-ui]\[Card] Update CardMedia description ([#​43121](https://redirect.github.com/mui/material-ui/issues/43121)) [@​shahzaibdev1](https://redirect.github.com/shahzaibdev1) - \[material-ui] Replace deprecated `<ListItem button/>` with `ListItemButton` component in routing libraries list example ([#​43114](https://redirect.github.com/mui/material-ui/issues/43114)) [@​aliharis99](https://redirect.github.com/aliharis99) - \[material-ui]\[Snackbar] Improve close `reason` type in demos ([#​43105](https://redirect.github.com/mui/material-ui/issues/43105)) [@​sai6855](https://redirect.github.com/sai6855) ##### Core - \[code-infra] Use the same CI names on master & next ([#​43064](https://redirect.github.com/mui/material-ui/issues/43064)) [@​mnajdova](https://redirect.github.com/mnajdova) All contributors of this release in alphabetical order: [@​aliharis99](https://redirect.github.com/aliharis99), [@​anuujj](https://redirect.github.com/anuujj), [@​mnajdova](https://redirect.github.com/mnajdova), [@​sai6855](https://redirect.github.com/sai6855), [@​shahzaibdev1](https://redirect.github.com/shahzaibdev1) ### [`v5.16.5`](https://redirect.github.com/mui/material-ui/releases/tag/v5.16.5) [Compare Source](https://redirect.github.com/mui/material-ui/compare/v5.16.4...v5.16.5) *Jul 25, 2024* A big thanks to the 4 contributors who made this release possible. ##### `@mui/utils@5.16.5` - <!-- 1 -->\[utils] Add dependency to [@​mui/types](https://redirect.github.com/mui/types) ([@​mnajdova](https://redirect.github.com/mnajdova)) ([#​43047](https://redirect.github.com/mui/material-ui/issues/43047)) [@​mnajdova](https://redirect.github.com/mnajdova) ##### Docs - <!-- 4 -->\[material-ui]\[joy-ui]\[Autocomplete] Fix `Hint` demo ([@​ManthanGajjar](https://redirect.github.com/ManthanGajjar)) ([#​43039](https://redirect.github.com/mui/material-ui/issues/43039)) [@​ManthanGajjar](https://redirect.github.com/ManthanGajjar) - <!-- 3 -->Fix CHANGELOG convention [@​oliviertassinari](https://redirect.github.com/oliviertassinari) - <!-- 2 -->\[material-ui] Fix broken image links in blog template on master branch ([#​42969](https://redirect.github.com/mui/material-ui/issues/42969)) [@​navedqb](https://redirect.github.com/navedqb) All contributors of this release in alphabetical order: [@​ManthanGajjar](https://redirect.github.com/ManthanGajjar), [@​mnajdova](https://redirect.github.com/mnajdova), [@​navedqb](https://redirect.github.com/navedqb), [@​oliviertassinari](https://redirect.github.com/oliviertassinari) **Full Changelog**: https://github.com/mui/material-ui/compare/v5.16.4...v5.16.5 ### [`v5.16.4`](https://redirect.github.com/mui/material-ui/releases/tag/v5.16.4) [Compare Source](https://redirect.github.com/mui/material-ui/compare/v5.16.3...v5.16.4) *Jul 16, 2024* A big thanks to the one contributor who made this release possible. ##### `@mui/material@5.16.4` - <!-- 1 -->Fix wrong import in Popover types ([#​42967](https://redirect.github.com/mui/material-ui/issues/42967)) [@​mnajdova](https://redirect.github.com/mnajdova) All contributors of this release in alphabetical order: [@​mnajdova](https://redirect.github.com/mnajdova) ### [`v5.16.3`](https://redirect.github.com/mui/material-ui/releases/tag/v5.16.3) [Compare Source](https://redirect.github.com/mui/material-ui/compare/v5.16.2...v5.16.3) *Jul 16, 2024* A big thanks to the 3 contributors who made this release possible. ##### `@mui/material@5.16.3` - <!-- 1 -->\[material] Add missing dependency ([#​42959](https://redirect.github.com/mui/material-ui/issues/42959)) [@​mnajdova](https://redirect.github.com/mnajdova) ##### Docs - <!-- 3 -->\[material-ui]\[Autocomplete] Add instructions about `autosuggest-highlight` dependency ([#​42953](https://redirect.github.com/mui/material-ui/issues/42953)) [@​HoFa1997](https://redirect.github.com/HoFa1997) - <!-- 2 -->Move feedback from Canny to GitHub [@​oliviertassinari](https://redirect.github.com/oliviertassinari) All contributors of this release in alphabetical order: [@​HoFa1997](https://redirect.github.com/HoFa1997), [@​mnajdova](https://redirect.github.com/mnajdova), [@​oliviertassinari](https://redirect.github.com/oliviertassinari) ### [`v5.16.2`](https://redirect.github.com/mui/material-ui/releases/tag/v5.16.2) [Compare Source](https://redirect.github.com/mui/material-ui/compare/v5.16.1...v5.16.2) *Jul 16, 2024* A big thanks to the 2 contributors who made this release possible. ##### `@mui/material@5.16.2` - <!-- 2 -->\[material] Remove dependency to [@​mui/base](https://redirect.github.com/mui/base) ([@​mnajdova](https://redirect.github.com/mnajdova)) ([#​42917](https://redirect.github.com/mui/material-ui/issues/42917)) [@​mnajdova](https://redirect.github.com/mnajdova) ##### Core - <!-- 1 -->\[website] Sync /about page [@​oliviertassinari](https://redirect.github.com/oliviertassinari) All contributors of this release in alphabetical order: [@​mnajdova](https://redirect.github.com/mnajdova), [@​oliviertassinari](https://redirect.github.com/oliviertassinari) ### [`v5.16.1`](https://redirect.github.com/mui/material-ui/releases/tag/v5.16.1) [Compare Source](https://redirect.github.com/mui/material-ui/compare/v5.16.0...v5.16.1) A big thanks to the 4 contributors who made this release possible. Here are some highlights ✨: - ⚛️ All packages, including Material UI, are now compatible with React 18.3.1 ##### `@mui/material@5.16.1` - \[AppBar] Fix inherit color is inconsistent between ThemeProvider and CssVarsProvider ([#​42713](https://redirect.github.com/mui/material-ui/issues/42713)) [@​ZeeshanTamboli](https://redirect.github.com/ZeeshanTamboli) ##### `@mui/joy@5.0.0-beta.48` - \[Autocomplete] Fix React spread key warning ([#​42856](https://redirect.github.com/mui/material-ui/issues/42856)) [@​aarongarciah](https://redirect.github.com/aarongarciah) ##### Docs - \[material-ui] Fix React 18.3 key spread warnings in Autocomplete demos ([#​42854](https://redirect.github.com/mui/material-ui/issues/42854)) [@​aarongarciah](https://redirect.github.com/aarongarciah) - \[material-ui] Fix type error in virtualized table demo ([#​42852](https://redirect.github.com/mui/material-ui/issues/42852)) [@​aarongarciah](https://redirect.github.com/aarongarciah) - Fix typos ([@​omahs](https://redirect.github.com/omahs)) ([#​42888](https://redirect.github.com/mui/material-ui/issues/42888)) [@​omahs](https://redirect.github.com/omahs) - Fix 301 [@​oliviertassinari](https://redirect.github.com/oliviertassinari) ##### Core - \[core] Bump React to 18.3.1 ([#​42846](https://redirect.github.com/mui/material-ui/issues/42846)) [@​aarongarciah](https://redirect.github.com/aarongarciah) - \[core] Remove react-test-renderer ([#​42853](https://redirect.github.com/mui/material-ui/issues/42853)) [@​aarongarciah](https://redirect.github.com/aarongarciah) - \[core] Replace enzyme in describeConformance ([#​42847](https://redirect.github.com/mui/material-ui/issues/42847)) [@​aarongarciah](https://redirect.github.com/aarongarciah) - \[test] Remove enzyme ([#​42850](https://redirect.github.com/mui/material-ui/issues/42850)) [@​aarongarciah](https://redirect.github.com/aarongarciah) - \[test] Remove createMount test util ([#​42849](https://redirect.github.com/mui/material-ui/issues/42849)) [@​aarongarciah](https://redirect.github.com/aarongarciah) - \[base-ui] Fix React spread key warning in test ([#​42855](https://redirect.github.com/mui/material-ui/issues/42855)) [@​aarongarciah](https://redirect.github.com/aarongarciah) - \[styles]\[withStyles] Expect React defaultProps warning in test ([#​42752](https://redirect.github.com/mui/material-ui/issues/42752)) ([#​42851](https://redirect.github.com/mui/material-ui/issues/42851)) [@​aarongarciah](https://redirect.github.com/aarongarciah) All contributors of this release in alphabetical order: [@​aarongarciah](https://redirect.github.com/aarongarciah), [@​oliviertassinari](https://redirect.github.com/oliviertassinari), [@​omahs](https://redirect.github.com/omahs), [@​ZeeshanTamboli](https://redirect.github.com/ZeeshanTamboli) ### [`v5.16.0`](https://redirect.github.com/mui/material-ui/releases/tag/v5.16.0) [Compare Source](https://redirect.github.com/mui/material-ui/compare/v5.15.21...v5.16.0) A big thanks to the 5 contributors who made this release possible. Here are some highlights ✨: - 🚀 Added `InitColorSchemeScript` for Next.js App Router ([#​42829](https://redirect.github.com/mui/material-ui/issues/42829)) [@​siriwatknp](https://redirect.github.com/siriwatknp) ##### `@mui/material@5.16.0` - \[Alert] Add ability to override slot props ([@​alexey-kozlenkov](https://redirect.github.com/alexey-kozlenkov)) ([#​42808](https://redirect.github.com/mui/material-ui/issues/42808)) [@​alexey-kozlenkov](https://redirect.github.com/alexey-kozlenkov) - Add `InitColorSchemeScript` for Next.js App Router ([#​42829](https://redirect.github.com/mui/material-ui/issues/42829)) [@​siriwatknp](https://redirect.github.com/siriwatknp) - Add `DefaultPropsProvider` ([#​42820](https://redirect.github.com/mui/material-ui/issues/42820)) [@​siriwatknp](https://redirect.github.com/siriwatknp) - Support `CssVarsTheme` in `responsiveFontSizes` return type ([@​jxdp](https://redirect.github.com/jxdp)) ([#​42806](https://redirect.github.com/mui/material-ui/issues/42806)) [@​jxdp](https://redirect.github.com/jxdp) - Remove warning from `getInitColorSchemeScript` ([#​42838](https://redirect.github.com/mui/material-ui/issues/42838)) [@​siriwatknp](https://redirect.github.com/siriwatknp) ##### Docs - \[docs] Fix 301 MDN redirections [@​oliviertassinari](https://redirect.github.com/oliviertassinari) ##### Core - \[mui-utils]\[test] Remove usages of deprecated react-dom APIs ([@​aarongarciah](https://redirect.github.com/aarongarciah)) ([#​42813](https://redirect.github.com/mui/material-ui/issues/42813)) [@​aarongarciah](https://redirect.github.com/aarongarciah) All contributors of this release in alphabetical order: [@​aarongarciah](https://redirect.github.com/aarongarciah), [@​alexey-kozlenkov](https://redirect.github.com/alexey-kozlenkov), [@​jxdp](https://redirect.github.com/jxdp), [@​oliviertassinari](https://redirect.github.com/oliviertassinari), [@​siriwatknp](https://redirect.github.com/siriwatknp) ### [`v5.15.21`](https://redirect.github.com/mui/material-ui/releases/tag/v5.15.21) [Compare Source](https://redirect.github.com/mui/material-ui/compare/v5.15.20...v5.15.21) *Jun 28, 2024* A big thanks to the 7 contributors who made this release possible. ##### `@mui/material@5.15.21` - \[Autocomplete] Fix renderOption props type ([@​DiegoAndai](https://redirect.github.com/DiegoAndai)) ([#​42709](https://redirect.github.com/mui/material-ui/issues/42709)) [@​DiegoAndai](https://redirect.github.com/DiegoAndai) - \[Stepper] Generate class for `nonLinear` prop ([@​alexismo](https://redirect.github.com/alexismo)) ([#​42677](https://redirect.github.com/mui/material-ui/issues/42677)) [@​alexismo](https://redirect.github.com/alexismo) ##### Docs - Use new email for sponsoring [@​oliviertassinari](https://redirect.github.com/oliviertassinari) - Fix 301 links ([@​alexfauquette](https://redirect.github.com/alexfauquette)) ([#​42700](https://redirect.github.com/mui/material-ui/issues/42700)) [@​alexfauquette](https://redirect.github.com/alexfauquette) - \[material-ui]\[Select] Fix the `SelectAutoWidth` demo menu item value ([@​Danielkhakbaz](https://redirect.github.com/Danielkhakbaz)) ([#​42696](https://redirect.github.com/mui/material-ui/issues/42696)) [@​Danielkhakbaz](https://redirect.github.com/Danielkhakbaz) - \[material-ui]\[Autocomplete] Fix more React 18.3 key spread warnings in demos ([#​42766](https://redirect.github.com/mui/material-ui/issues/42766)) [@​wbt](https://redirect.github.com/wbt) - \[material-ui] Fix sign in side image ([#​42708](https://redirect.github.com/mui/material-ui/issues/42708)) [@​zanivan](https://redirect.github.com/zanivan) - \[website] Add Ale to team ([#​42769](https://redirect.github.com/mui/material-ui/issues/42769)) [@​alelthomas](https://redirect.github.com/alelthomas) ##### Core - \[core] Cherry pick pnpm updates ([#​42763](https://redirect.github.com/mui/material-ui/issues/42763)) [@​DiegoAndai](https://redirect.github.com/DiegoAndai) - \[website] Add Armin to the team members ([@​arminmeh](https://redirect.github.com/arminmeh)) ([#​42681](https://redirect.github.com/mui/material-ui/issues/42681)) [@​arminmeh](https://redirect.github.com/arminmeh) - \[website] Open Staff Engineer role for Pigment CSS ([@​mnajdova](https://redirect.github.com/mnajdova)) ([#​42669](https://redirect.github.com/mui/material-ui/issues/42669)) [@​mnajdova](https://redirect.github.com/mnajdova) All contributors of this release in alphabetical order: [@​alexfauquette](https://redirect.github.com/alexfauquette), [@​alexismo](https://redirect.github.com/alexismo), [@​arminmeh](https://redirect.github.com/arminmeh), [@​Danielkhakbaz](https://redirect.github.com/Danielkhakbaz), [@​DiegoAndai](https://redirect.github.com/DiegoAndai), [@​mnajdova](https://redirect.github.com/mnajdova), [@​oliviertassinari](https://redirect.github.com/oliviertassinari) ### [`v5.15.20`](https://redirect.github.com/mui/material-ui/releases/tag/v5.15.20) [Compare Source](https://redirect.github.com/mui/material-ui/compare/v5.15.19...v5.15.20) <!-- generated comparing v5.15.19..master --> *Jun 12, 2024* A big thanks to the 9 contributors who made this release possible. ##### `@mui/material@5.15.20` - <!-- 17 -->\[Autocomplete] Shouldn't resize when hovering ([@​ZeeshanTamboli](https://redirect.github.com/ZeeshanTamboli)) ([#​42535](https://redirect.github.com/mui/material-ui/issues/42535)) [@​ZeeshanTamboli](https://redirect.github.com/ZeeshanTamboli) - <!-- 07 -->\[Tab] Fix applying `iconWrapper` styles from theme and update its description ([@​sai6855](https://redirect.github.com/sai6855)) ([#​42570](https://redirect.github.com/mui/material-ui/issues/42570)) [@​sai6855](https://redirect.github.com/sai6855) ##### `@mui/utils@5.15.15` - <!-- 06 -->Allow passing `NaN` as `defaultValue` to `useControlled` ([@​iammminzzy](https://redirect.github.com/iammminzzy)) ([#​42571](https://redirect.github.com/mui/material-ui/issues/42571)) [@​iammminzzy](https://redirect.github.com/iammminzzy) - <!-- 17 -->Fix GitHub-reported prototype pollution vulnerability in `deepmerge` ([#​41652](https://redirect.github.com/mui/material-ui/issues/41652)) ([#​42608](https://redirect.github.com/mui/material-ui/issues/42608)) [@​DiegoAndai](https://redirect.github.com/DiegoAndai) ##### Docs - <!-- 16 -->\[docs] Add Pigment CSS and Base UI logos SVGs ([#​42513](https://redirect.github.com/mui/material-ui/issues/42513)) [@​danilo-leal](https://redirect.github.com/danilo-leal) - <!-- 15 -->\[docs] Update twitter.com to x.com [@​oliviertassinari](https://redirect.github.com/oliviertassinari) - <!-- 14 -->\[docs] Simplify Example projects page [@​oliviertassinari](https://redirect.github.com/oliviertassinari) - <!-- 13 -->\[material-ui] Add docs for complementary stepper components ([@​anle9650](https://redirect.github.com/anle9650)) ([#​42613](https://redirect.github.com/mui/material-ui/issues/42613)) [@​anle9650](https://redirect.github.com/anle9650) - <!-- 12 -->\[docs] Add changelog section to the design kits page ([@​danilo-leal](https://redirect.github.com/danilo-leal)) ([#​42463](https://redirect.github.com/mui/material-ui/issues/42463)) [@​danilo-leal](https://redirect.github.com/danilo-leal) - <!-- 11 -->\[material-ui] Fix sentence in the All components page ([@​danilo-leal](https://redirect.github.com/danilo-leal)) ([#​42462](https://redirect.github.com/mui/material-ui/issues/42462)) [@​danilo-leal](https://redirect.github.com/danilo-leal) - <!-- 10 -->\[material-ui] Update Figma design kit doc redirect link ([@​danilo-leal](https://redirect.github.com/danilo-leal)) ([#​42456](https://redirect.github.com/mui/material-ui/issues/42456)) [@​danilo-leal](https://redirect.github.com/danilo-leal) - <!-- 09 -->\[system] Add "dynamic values" section to sx prop page ([@​aarongarciah](https://redirect.github.com/aarongarciah)) ([#​42453](https://redirect.github.com/mui/material-ui/issues/42453)) [@​aarongarciah](https://redirect.github.com/aarongarciah) ##### Core - <!-- 18 -->\[website] Move the `React Engineer - X` role to future roles ([#​42532](https://redirect.github.com/mui/material-ui/issues/42532)) [@​DanailH](https://redirect.github.com/DanailH) - <!-- 08 -->\[examples] Remove Pigment CSS examples ([#​42538](https://redirect.github.com/mui/material-ui/issues/42538)) [@​sai6855](https://redirect.github.com/sai6855) - <!-- 05 -->\[website] Close Developer Advocate / Content Engineer role [@​oliviertassinari](https://redirect.github.com/oliviertassinari) - <!-- 04 -->\[website] Update DoiT description and link in Sponsors section ([@​erezstmn-doit](https://redirect.github.com/erezstmn-doit)) ([#​42511](https://redirect.github.com/mui/material-ui/issues/42511)) [@​erezstmn-doit](https://redirect.github.com/erezstmn-doit) - <!-- 03 -->\[website] Clean up the docs-infra job ad ([@​danilo-leal](https://redirect.github.com/danilo-leal)) ([#​42509](https://redirect.github.com/mui/material-ui/issues/42509)) [@​danilo-leal](https://redirect.github.com/danilo-leal) - <!-- 02 -->\[website] Open the Docs-infra engineer role ([@​danilo-leal](https://redirect.github.com/danilo-leal)) ([#​42496](https://redirect.github.com/mui/material-ui/issues/42496)) [@​danilo-leal](https://redirect.github.com/danilo-leal) - <!-- 01 -->\[website] Fix locationCountry in about page [@​oliviertassinari](https://redirect.github.com/oliviertassinari) All contributors of this release in alphabetical order: [@​aarongarciah](https://redirect.github.com/aarongarciah), [@​anle9650](https://redirect.github.com/anle9650), [@​DanailH](https://redirect.github.com/DanailH), [@​danilo-leal](https://redirect.github.com/danilo-leal), [@​erezstmn-doit](https://redirect.github.com/erezstmn-doit), [@​iammminzzy](https://redirect.github.com/iammminzzy), [@​oliviertassinari](https://redirect.github.com/oliviertassinari), [@​sai6855](https://redirect.github.com/sai6855), [@​ZeeshanTamboli](https://redirect.github.com/ZeeshanTamboli) ### [`v5.15.19`](https://redirect.github.com/mui/material-ui/compare/v5.15.18...v5.15.19) [Compare Source](https://redirect.github.com/mui/material-ui/compare/v5.15.18...v5.15.19) ### [`v5.15.18`](https://redirect.github.com/mui/material-ui/releases/tag/v5.15.18) [Compare Source](https://redirect.github.com/mui/material-ui/compare/v5.15.17...v5.15.18) <!-- generated comparing v5.15.17..master --> *May 14, 2024* A big thanks to the 5 contributors who made this release possible. Here are some highlights ✨: ##### `@mui/material@5.15.18` - <!-- 6 -->\[Autocomplete] Improve design when there's a start adornment for small autocomplete ([@​TahaRhidouani](https://redirect.github.com/TahaRhidouani)) ([#​42176](https://redirect.github.com/mui/material-ui/issues/42176)) [@​github-actions](https://redirect.github.com/github-actions)\[bot] - <!-- 3 -->\[ToggleButtonGroup] Add missing `selected` class in ToggleButtonGroupClasses type ([@​tarunrajput](https://redirect.github.com/tarunrajput)) ([#​42250](https://redirect.github.com/mui/material-ui/issues/42250)) [@​github-actions](https://redirect.github.com/github-actions)\[bot] ##### Docs - <!-- 4 -->\[docs] Fix 301 to Figma [@​oliviertassinari](https://redirect.github.com/oliviertassinari) ##### Core - <!-- 5 -->\[blog] Introducing Pigment CSS blog post ([#​42198](https://redirect.github.com/mui/material-ui/issues/42198)) ([#​42255](https://redirect.github.com/mui/material-ui/issues/42255)) [@​samuelsycamore](https://redirect.github.com/samuelsycamore) - <!-- 2 -->\[website] Add redirection for talk [@​oliviertassinari](https://redirect.github.com/oliviertassinari) - <!-- 1 -->\[website] Adds Arthur Balduini team info ([@​arthurbalduini](https://redirect.github.com/arthurbalduini)) ([#​42226](https://redirect.github.com/mui/material-ui/issues/42226)) [@​github-actions](https://redirect.github.com/github-actions)\[bot] All contributors of this release in alphabetical order: [@​arthurbalduini](https://redirect.github.com/arthurbalduini), [@​oliviertassinari](https://redirect.github.com/oliviertassinari), [@​samuelsycamore](https://redirect.github.com/samuelsycamore), [@​TahaRhidouani](https://redirect.github.com/TahaRhidouani), [@​tarunrajput](https://redirect.github.com/tarunrajput) ### [`v5.15.17`](https://redirect.github.com/mui/material-ui/compare/v5.15.16...v5.15.17) [Compare Source](https://redirect.github.com/mui/material-ui/compare/v5.15.16...v5.15.17) ### [`v5.15.16`](https://redirect.github.com/mui/material-ui/compare/v5.15.15...v5.15.16) [Compare Source](https://redirect.github.com/mui/material-ui/compare/v5.15.15...v5.15.16) ### [`v5.15.15`](https://redirect.github.com/mui/material-ui/releases/tag/v5.15.15) [Compare Source](https://redirect.github.com/mui/material-ui/compare/v5.15.14...v5.15.15) A big thanks to the 7 contributors who made this release possible. Here are some highlights ✨: This release was mostly about 🐛 bug fixes and 📚 documentation improvements. ##### `@mui/material@5.15.15` - \[Autocomplete] Display options provided to the `options` prop even if loading is true ([#​41677](https://redirect.github.com/mui/material-ui/issues/41677)) [@​ZeeshanTamboli](https://redirect.github.com/ZeeshanTamboli) - \[RadioGroup] Apply classnames ([#​41681](https://redirect.github.com/mui/material-ui/issues/41681)) [@​ZeeshanTamboli](https://redirect.github.com/ZeeshanTamboli) ##### `@mui/system@5.15.15` - Fix typo to avoid infinite recursion in function call ([#​41678](https://redirect.github.com/mui/material-ui/issues/41678)) [@​ZeeshanTamboli](https://redirect.github.com/ZeeshanTamboli) ##### Docs - \[material-ui]\[Slider] Remove `valueLabelFormat` from restricted values demo so that the tooltip thumb label displays the same as the value text ([#​41679](https://redirect.github.com/mui/material-ui/issues/41679)) [@​ZeeshanTamboli](https://redirect.github.com/ZeeshanTamboli) - \[material-ui] Remove deleted page from the sidenav ([#​41594](https://redirect.github.com/mui/material-ui/issues/41594)) [@​danilo-leal](https://redirect.github.com/danilo-leal) - \[material-ui] Fix typo in CSS theme variables customization ([#​41680](https://redirect.github.com/mui/material-ui/issues/41680)) [@​ZeeshanTamboli](https://redirect.github.com/ZeeshanTamboli) - Continue migration of Base UI to sperate repository [@​oliviertassinari](https://redirect.github.com/oliviertassinari) - Add notification for MUI X v7 blog post ([#​41587](https://redirect.github.com/mui/material-ui/issues/41587)) ([#​41605](https://redirect.github.com/mui/material-ui/issues/41605)) [@​cherniavskii](https://redirect.github.com/cherniavskii) - Update the versions dropdown to show v6 ([#​41557](https://redirect.github.com/mui/material-ui/issues/41557)) [@​mnajdova](https://redirect.github.com/mnajdova) ##### Core - \[blog] Link to Romain's blog post in MUI X v7 announcement post ([#​41641](https://redirect.github.com/mui/material-ui/issues/41641)) [@​cherniavskii](https://redirect.github.com/cherniavskii) - \[blog] Blog post with MUI X v7.0.0 annoucement ([#​41563](https://redirect.github.com/mui/material-ui/issues/41563)) ([#​41604](https://redirect.github.com/mui/material-ui/issues/41604)) [@​cherniavskii](https://redirect.github.com/cherniavskii) - \[blog] Add post about remote ([#​41565](https://redirect.github.com/mui/material-ui/issues/41565)) [@​danilo-leal](https://redirect.github.com/danilo-leal) - \[core] Continue rename of Toolpad [@​oliviertassinari](https://redirect.github.com/oliviertassinari) - \[docs-infra] Add Toolpad product/category IDs to types ([#​41551](https://redirect.github.com/mui/material-ui/issues/41551)) [@​bharatkashyap](https://redirect.github.com/bharatkashyap) - \[website] Add Aarón to About Us ([#​41747](https://redirect.github.com/mui/material-ui/issues/41747)) [@​aarongarciah](https://redirect.github.com/aarongarciah) - \[website] Add stray design adjustments throughout the site ([#​41642](https://redirect.github.com/mui/material-ui/issues/41642)) [@​mnajdova](https://redirect.github.com/mnajdova) - \[website] Update pricing table ([#​41606](https://redirect.github.com/mui/material-ui/issues/41606)) [@​cherniavskii](https://redirect.github.com/cherniavskii) All contributors of this release in alphabetical order: [@​aarongarciah](https://redirect.github.com/aarongarciah), [@​bharatkashyap](https://redirect.github.com/bharatkashyap), [@​cherniavskii](https://redirect.github.com/cherniavskii), [@​danilo-leal](https://redirect.github.com/danilo-leal), [@​mnajdova](https://redirect.github.com/mnajdova), [@​oliviertassinari](https://redirect.github.com/oliviertassinari), [@​ZeeshanTamboli](https://redirect.github.com/ZeeshanTamboli) ### [`v5.15.14`](https://redirect.github.com/mui/material-ui/blob/HEAD/CHANGELOG.md#v51514) [Compare Source](https://redirect.github.com/mui/material-ui/compare/v5.15.13...v5.15.14) <!-- generated comparing v5.15.13..master --> *Mar 18, 2024* A big thanks to the 15 contributors who made this release possible. This release was mostly about 🐛 bug fixes and 📚 documentation improvements. ##### `@mui/material@5.15.13` - \[Accordion] Convert to support CSS extraction ([#​41221](https://redirect.github.com/mui/material-ui/issues/41221)) [@​mnajdova](https://redirect.github.com/mnajdova) - <!-- 24 -->\[Autocomplete] Convert to support CSS extraction ([#​40330](https://redirect.github.com/mui/material-ui/issues/40330)) [@​mnajdova](https://redirect.github.com/mnajdova) - <!-- 06 -->\[Slider] Convert to support CSS extraction ([#​41201](https://redirect.github.com/mui/material-ui/issues/41201)) [@​mnajdova](https://redirect.github.com/mnajdova) - <!-- 07 -->\[Select] Fix variant type ([#​41405](https://redirect.github.com/mui/material-ui/issues/41405)) [@​sai6855](https://redirect.github.com/sai6855) - <!-- 09 -->\[typescript] Use interface instead of type for props ([#​41500](https://redirect.github.com/mui/material-ui/issues/41500)) [@​siriwatknp](https://redirect.github.com/siriwatknp) ##### `@pigment-css/react@0.0.3` - <!-- 03 -->Add Box component ([#​41451](https://redirect.github.com/mui/material-ui/issues/41451)) [@​brijeshb42](https://redirect.github.com/brijeshb42) ##### `pigment-css/nextjs-plugin@0.0.3` - <!-- 04 -->Fix alias resolver ([#​41494](https://redirect.github.com/mui/material-ui/issues/41494)) [@​brijeshb42](https://redirect.github.com/brijeshb42) - <!-- 05 -->Follow-up to [#​41494](https://redirect.github.com/mui/material-ui/issues/41494) ([#​41502](https://redirect.github.com/mui/material-ui/issues/41502)) [@​brijeshb42](https://redirect.github.com/brijeshb42) ##### Docs - <!-- 12 -->\[joy-ui] Add UI improvements to the side navigation demo ([#​41461](https://redirect.github.com/mui/material-ui/issues/41461)) [@​cipherlogs](https://redirect.github.com/cipherlogs) - <!-- 11 -->\[pigment-css] Add media query guide ([#​41473](https://redirect.github.com/mui/material-ui/issues/41473)) [@​siriwatknp](https://redirect.github.com/siriwatknp) - <!-- 10 -->\[pigment-css] Fixing location of the ExtendTheme type in the docs ([#​41499](https://redirect.github.com/mui/material-ui/issues/41499)) [@​jherr](https://redirect.github.com/jherr) - <!-- 08 -->\[material-ui]\[Progress] Add Circular progress gradient demo from Github comment ([#​40559](https://redirect.github.com/mui/material-ui/issues/40559)) [@​DiegoAndai](https://redirect.github.com/DiegoAndai) ##### Core - <!-- 23 -->\[blog] Bringing consistency to Material UI customization APIs ([#​41040](https://redirect.github.com/mui/material-ui/issues/41040)) [@​DiegoAndai](https://redirect.github.com/DiegoAndai) - <!-- 22 -->\[code-infra] Rename [@​mui-internal/docs-utils](https://redirect.github.com/mui-internal/docs-utils) to [@​mui/internal-docs-utils](https://redirect.github.com/mui/internal-docs-utils) ([#​41498](https://redirect.github.com/mui/material-ui/issues/41498)) [@​michaldudak](https://redirect.github.com/michaldudak) - <!-- 21 -->\[code-infra] Copy translations.json to [@​mui/docs](https://redirect.github.com/mui/docs) build folder ([#​41472](https://redirect.github.com/mui/material-ui/issues/41472)) [@​Janpot](https://redirect.github.com/Janpot) - <!-- 20 -->\[core] Use Circle CI context ([#​41532](https://redirect.github.com/mui/material-ui/issues/41532)) [@​oliviertassinari](https://redirect.github.com/oliviertassinari) - <!-- 19 -->\[core] Fix CHANGELOG format and update date ([#​41481](https://redirect.github.com/mui/material-ui/issues/41481)) [@​DiegoAndai](https://redirect.github.com/DiegoAndai) - <!-- 18 -->\[docs] Fix useStorageState regressions ([#​41223](https://redirect.github.com/mui/material-ui/issues/41223)) [@​Janpot](https://redirect.github.com/Janpot) - <!-- 17 -->\[docs] Fix some Vale errors ([#​41516](https://redirect.github.com/mui/material-ui/issues/41516)) [@​oliviertassinari](https://redirect.github.com/oliviertassinari) - <!-- 15 -->\[material-ui]\[docs] Fix landing page template's h1 size ([#​41543](https://redirect.github.com/mui/material-ui/issues/41543)) [@​zanivan](https://redirect.github.com/zanivan) - <!-- 14 -->\[material-ui]\[docs] Apply new code header docs feature ([#​41508](https://redirect.github.com/mui/material-ui/issues/41508)) [@​danilo-leal](https://redirect.github.com/danilo-leal) - <!-- 11 -->\[material-next] Drop the package ([#​41544](https://redirect.github.com/mui/material-ui/issues/41544)) [@​mnajdova](https://redirect.github.com/mnajdova) - <!-- 16 -->\[docs-infra] Fail CI on Vale error ([#​40944](https://redirect.github.com/mui/material-ui/issues/40944)) [@​oliviertassinari](https://redirect.github.com/oliviertassinari) - <!-- 15 -->\[docs-infra] Improve Vale config [@​oliviertassinari](https://redirect.github.com/oliviertassinari) - <!-- 14 -->\[docs-infra] Add a feature list "component" ([#​41484](https://redirect.github.com/mui/material-ui/issues/41484)) [@​danilo-leal](https://redirect.github.com/danilo-leal) - <!-- 13 -->\[docs-infra] Add code block header classes ([#​41487](https://redirect.github.com/mui/material-ui/issues/41487)) [@​danilo-leal](https://redirect.github.com/danilo-leal) - <!-- 21 -->\[docs-infra] Make the Algolia search input label invisible ([#​41542](https://redirect.github.com/mui/material-ui/issues/41542)) [@​danilo-leal](https://redirect.github.com/danilo-leal) - <!-- 03 -->\[website] Improve navbar's items hover state ([#​41535](https://redirect.github.com/mui/material-ui/issues/41535)) [@​EyaOuenniche](https://redirect.github.com/EyaOuenniche) - <!-- 02 -->\[website] Split Toolpad documentation ([#​41316](https://redirect.github.com/mui/material-ui/issues/41316)) [@​bharatkashyap](https://redirect.github.com/bharatkashyap) - <!-- 01 -->\[website] Use MUI X Data Grid v7-beta ([#​41276](https://redirect.github.com/mui/material-ui/issues/41276)) [@​cherniavskii](https://redirect.github.com/cherniavskii) All contributors of this release in alphabetical order: [@​bharatkashyap](https://redirect.github.com/bharatkashyap), [@​brijeshb42](https://redirect.github.com/brijeshb42), [@​cherniavskii](https://redirect.github.com/cherniavskii), [@​cipherlogs](https://redirect.github.com/cipherlogs), [@​danilo-leal](https://redirect.github.com/danilo-leal), [@​DiegoAndai](https://redirect.github.com/DiegoAndai), [@​EyaOuenniche](https://redirect.github.com/EyaOuenniche), [@​Janpot](https://redirect.github.com/Janpot), [@​jherr](https://redirect.github.com/jherr), [@​michaldudak](https://redirect.github.com/michaldudak), [@​mnajdova](https://redirect.github.com/mnajdova), [@​oliviertassinari](https://redirect.github.com/oliviertassinari), [@​sai6855](https://redirect.github.com/sai6855), [@​siriwatknp](https://redirect.github.com/siriwatknp), [@​zanivan](https://redirect.github.com/zanivan) ### [`v5.15.13`](https://redirect.github.com/mui/material-ui/blob/HEAD/CHANGELOG.md#v51513) [Compare Source](https://redirect.github.com/mui/material-ui/compare/v5.15.12...v5.15.13) <!-- generated comparing v5.15.12..master --> *Mar 12, 2024* A big thanks to the 15 contributors who made this release possible. Here are some highights ✨ - The Material UI free Checkout template got a design uplift ([#​41447](https://redirect.github.com/mui/material-ui/issues/41447)) [@​zanivan](https://redirect.github.com/zanivan) ##### `@mui/material@5.15.13` - \[Alert] Add `slots` and `slotProps` type to theme ([#​41324](https://redirect.github.com/mui/material-ui/issues/41324)) [@​sai6855](https://redirect.github.com/sai6855) - \[Autocomplete] Fix the options list being added to the DOM in `freeSolo` mode even when there are no options, causing style problems ([#​41300](https://redirect.github.com/mui/material-ui/issues/41300)) [@​rakeshmusturi](https://redirect.github.com/rakeshmusturi) - Add `paperChannel` token ([#​41447](https://redirect.github.com/mui/material-ui/issues/41447)) [@​siriwatknp](https://redirect.github.com/siriwatknp) - \[Switch] Convert to support CSS extraction ([#​41367](https://redirect.github.com/mui/material-ui/issues/41367)) [@​alexfauquette](https://redirect.github.com/alexfauquette) - \[Tooltip] Support event handlers with extra parameters ([#​41320](https://redirect.github.com/mui/material-ui/issues/41320)) [@​LukasTy](https://redirect.github.com/LukasTy) ##### `@mui/system@5.15.13` - \[RtlProvider] Add component & hook ([#​41241](https://redirect.github.com/mui/material-ui/issues/41241)) [@​mnajdova](https://redirect.github.com/mnajdova) ##### `@mui/utils@5.15.13` - \[utils] Fix visually hidden styles' margin unit ([#​41477](https://redirect.github.com/mui/material-ui/issues/41477)) [@​michaldudak](https://redirect.github.com/michaldudak) ##### `@mui/codemod@5.15.13` - Fix merging of slotProps and componentProps ([#​41323](https://redirect.github.com/mui/material-ui/issues/41323)) [@​sai6855](https://redirect.github.com/sai6855) ##### `@mui/base@5.0.0-beta.39` - \[material-ui]\[joy-ui]\[Autocomplete] Keep in sync highlighted index when the option still exists ([#​41306](https://redirect.github.com/mui/material-ui/issues/41306)) [@​CGNonofr](https://redirect.github.com/CGNonofr) - \[FormControl] Export `FormControlOwnerState` type from index ([#​41287](https://redirect.github.com/mui/material-ui/issues/41287)) [@​michaeldfoley](https://redirect.github.com/michaeldfoley) - \[material-ui]\[TextareaAutosize] Fix inline style not getting applied ([#​41369](https://redirect.github.com/mui/material-ui/issues/41369)) [@​ZeeshanTamboli](https://redirect.github.com/ZeeshanTamboli) ##### `@pigment-css/react@0.0.2` - Handle more scenarios while transforming sx prop ([#​41372](https://redirect.github.com/mui/material-ui/issues/41372)) [@​brijeshb42](https://redirect.github.com/brijeshb42) - Improve testing of fixtures ([#​41389](https://redirect.github.com/mui/material-ui/issues/41389)) [@​brijeshb42](https://redirect.github.com/brijeshb42) - Fix `keyframes` serialize styles error ([#​41395](https://redirect.github.com/mui/material-ui/issues/41395)) [@​siriwatknp](https://redirect.github.com/siriwatknp) - Use class selector instead of class value ([#​41442](https://redirect.github.com/mui/material-ui/issues/41442)) [@​brijeshb42](https://redirect.github.com/brijeshb42) - \[next] Warn about unsupported turbo mode in Next.js ([#​41445](https://redirect.github.com/mui/material-ui/issues/41445)) [@​brijeshb42](https://redirect.github.com/brijeshb42) ##### Docs - \[material-ui] Refine checkout template ([#​40967](https://redirect.github.com/mui/material-ui/issues/40967)) [@​zanivan](https://redirect.github.com/zanivan) - \[material-ui] Add docs for complementary List components ([#​41329](https://redirect.github.com/mui/material-ui/issues/41329)) [@​anle9650](https://redirect.github.com/anle9650) - \[material-ui] Add docs for complementary Dialog components ([#​41313](https://redirect.github.com/mui/material-ui/issues/41313)) [@​jwithington](https://redirect.github.com/jwithington) - \[material-ui] Fix Templates live preview link ([#​41467](https://redirect.github.com/mui/material-ui/issues/41467)) [@​danilo-leal](https://redirect.github.com/danilo-leal) - \[material-ui] Polish out the templates page ([#​41468](https://redirect.github.com/mui/material-ui/issues/41468)) [@​zanivan](https://redirect.github.com/zanivan) - \[material-ui] Adjust the Templates card design ([#​41450](https://redirect.github.com/mui/material-ui/issues/41450)) [@​danilo-leal](https://redirect.github.com/danilo-leal) - \[joy-ui] Remove unnecessary styles in color inversion footer demo ([#​41419](https://redirect.github.com/mui/material-ui/issues/41419)) [@​cipherlogs](https://redirect.github.com/cipherlogs) - \[joy-ui] Update case studies chip background color ([#​41413](https://redirect.github.com/mui/material-ui/issues/41413)) [@​cipherlogs](https://redirect.github.com/cipherlogs) - \[joy-ui] Remove wrong CSS prop from the Sign-in-side template ([#​41383](https://redirect.github.com/mui/material-ui/issues/41383)) [@​cipherlogs](https://redirect.github.com/cipherlogs) - \[joy-ui] Fix broken link on the Color Inversion page ([#​41407](https://redirect.github.com/mui/material-ui/issues/41407)) [@​cipherlogs](https://redirect.github.com/cipherlogs) - \[pigment] Add example and guide section ([#​41249](https://redirect.github.com/mui/material-ui/issues/41249)) [@​siriwatknp](https://redirect.github.com/siriwatknp) - \[pigment-css] Brand name nonbreaking space ([#​41438](https://redirect.github.com/mui/material-ui/issues/41438)) [@​oliviertassinari](https://redirect.github.com/oliviertassinari) - \[pigment-css] Fix import on the README ([#​41411](https://redirect.github.com/mui/material-ui/issues/41411)) [@​danilo-leal](https://redirect.github.com/danilo-leal) - \[pigment-css] Edit starter template links on README ([#​41409](https://redirect.github.com/mui/material-ui/issues/41409)) [@​danilo-leal](https://redirect.github.com/danilo-leal) - \[pigment-css] Tweak the examples and edit READMEs ([#​41408](https://redirect.github.com/mui/material-ui/issues/41408)) [@​danilo-leal](https://redirect.github.com/danilo-leal) - \[pigment-css] Adjust the bit about CSS vars on the README ([#​41463](https://redirect.github.com/mui/material-ui/issues/41463)) [@​danilo-leal](https://redirect.github.com/danilo-leal) - Finish brand name fixes [#​41438](https://redirect.github.com/mui/material-ui/issues/41438) [@​oliviertassinari](https://redirect.github.com/oliviertassinari) - Remove noreferrer [@​oliviertassinari](https://redirect.github.com/oliviertassinari) - Fix v4 docs <b> appearing in notifications ([#​41390](https://redirect.github.com/mui/material-ui/issues/41390)) [@​peterwangsc](https://redirect.github.com/peterwangsc) - Update GitHub project links ([#​41370](https://redirect.github.com/mui/material-ui/issues/41370)) [@​danilo-leal](https://redirect.github.com/danilo-leal) ##### Core - \[pigment] Make all Pigment CSS packages public ([#​41404](https://redirect.github.com/mui/material-ui/issues/41404)) [@​brijeshb42](https://redirect.github.com/brijeshb42) - \[pigment] Rename directories to match package names ([#​41453](https://redirect.github.com/mui/material-ui/issues/41453)) [@​brijeshb42](https://redirect.github.com/brijeshb42) - \[pigment-css] Example fix leading spaces ([#​41439](https://redirect.github.com/mui/material-ui/issues/41439)) [@​oliviertassinari](https://redirect.github.com/oliviertassinari) - \[code-infra] Add short note about e2e-website workflow schedule ([#​41355](https://redirect.github.com/mui/material-ui/issues/41355)) [@​Janpot](https://redirect.github.com/Janpot) - \[code-infra] Add alias for icon types ([#​41248](https://redirect.github.com/mui/material-ui/issues/41248)) [@​Janpot](https://redirect.github.com/Janpot) - \[code-infra] Reduce concurrency of typescript:ci further ([#​41392](https://redirect.github.com/mui/material-ui/issues/41392)) [@​Janpot](https://redirect.github.com/Janpot) - \[code-infra] Reduce concurrency for test_types ci job ([#​41385](https://redirect.github.com/mui/material-ui/issues/41385)) [@​Janpot](https://redirect.github.com/Janpot) - \[code-infra] Adapt API code generator to Base UI repo needs ([#​41475](https://redirect.github.com/mui/material-ui/issues/41475)) [@​michaldudak](https://redirect.github.com/michaldudak) - \[docs-infra] Don't generate preview files for the templates ([#​41379](https://redirect.github.com/mui/material-ui/issues/41379)) [@​mnajdova](https://redirect.github.com/mnajdova) - \[docs-infra] Fix pigment css apps path in the render mui demos script ([#​41476](https://redirect.github.com/mui/material-ui/issues/41476)) [@​mnajdova](https://redirect.github.com/mnajdova) - \[docs-infra] move feedback to ESM ([#​41381](https://redirect.github.com/mui/material-ui/issues/41381)) [@​alexfauquette](https://redirect.github.com/alexfauquette) - \[docs-infra] Improve color contrast throughout ([#​41387](https://redirect.github.com/mui/material-ui/issues/41387)) [@​danilo-leal](https://redirect.github.com/danilo-leal) - \[docs-infra] Simplify Algolia crawler config ([#​41312](https://redirect.github.com/mui/material-ui/issues/41312)) [@​oliviertassinari](https://redirect.github.com/oliviertassinari) - \[docs-infra] Adjust the tabs and layout selection design ([#​41084](https://redirect.github.com/mui/material-ui/issues/41084)) [@​danilo-leal](https://redirect.github.com/danilo-leal) - \[blog] Update the Base UI post with links to dedicated repo ([#​41358](https://redirect.github.com/mui/material-ui/issues/41358)) [@​danilo-leal](https://redirect.github.com/danilo-leal) - \[website] Update the Careers page role ([#​41384](https://redirect.github.com/mui/material-ui/issues/41384)) [@​danilo-leal](https://redirect.github.com/danilo-leal) - \[website] Compress about images [@​oliviertassinari](https://redirect.github.com/oliviertassinari) - \[website] Improve color contrast on the homepage ([#​41465](https://redirect.github.com/mui/material-ui/issues/41465)) [@​danilo-leal](https://redirect.github.com/danilo-leal) - \[examples] Add pigment-css-vite-ts starter example ([#​41196](https://redirect.github.com/mui/material-ui/issues/41196)) [@​siriwatknp](https://redirect.github.com/siriwatknp) - \[examples] Add pigment-css-nextjs-ts starter project ([#​41105](https://redirect.github.com/mui/material-ui/issues/41105)) [@​siriwatknp](https://redirect.github.com/siriwatknp) All contributors of this release in alphabetical order: [@​alexfauquette](https://redirect.github.com/alexfauquette), [@​brijeshb42](https://redirect.github.com/brijeshb42), [@​CGNonofr](https://redirect.github.com/CGNonofr), [@​cipherlogs](https://redirect.github.com/cipherlogs), [@​danilo-leal](https://redirect.github.com/danilo-leal), [@​Janpot](https://redirect.github.com/Janpot), [@​michaeldfoley](https://redirect.github.com/michaeldfoley), [@​mnajdova](https://redirect.github.com/mnajdova), [@​oliviertassinari](https://redirect.github.com/oliviertassinari), [@​peterwangsc](https://redirect.github.com/peterwangsc), [@​rakeshmusturi](https://redirect.github.com/rakeshmusturi), [@​sai6855](https://redirect.github.com/sai6855), [@​siriwatknp](https://redirect.github.com/siriwatknp), [@​zanivan](https://redirect.github.com/zanivan), [@​ZeeshanTamboli](https://redirect.github.com/ZeeshanTamboli) ### [`v5.15.12`](https://redirect.github.com/mui/material-ui/blob/HEAD/CHANGELOG.md#v51512) [Compare Source](https://redirect.github.com/mui/material-ui/compare/v5.15.11...v5.15.12) <!-- generated comparing v5.15.11..master --> *Mar 5, 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.12` - <!-- 52 -->Support props callback type in theme variants ([#​40946](https://redirect.github.com/mui/material-ui/issues/40946)) [@​ZeeshanTamboli](https://redirect.github.com/ZeeshanTamboli) - <!-- 50 -->\[Alert] Convert to support zero runtime ([#​41230](https://redirect.github.com/mui/material-ui/issues/41230)) [@​siriwatknp](https://redirect.github.com/siriwatknp) - <!-- 49 -->\[Alert] Deprecate composed classes ([#​40688](https://redirect.github.com/mui/material-ui/issues/40688)) [@​DiegoAndai](https://redirect.github.com/DiegoAndai) - <!-- 44 -->\[Button] Deprecate classes for v6 ([#​40675](https://redirect.github.com/mui/material-ui/issues/40675)) [@​sai6855](https://redirect.github.com/sai6855) - <!-- 43 -->\[Checkbox] `large` size added in type ([#​34909](https://redirect.github.com/mui/material-ui/issues/34909)) [@​smox](https://redirect.github.com/smox) - <!-- 42 -->\[Chip] Deprecate composed classes ([#​41235](https://redirect.github.com/mui/material-ui/issues/41235)) [@​sai6855](https://redirect.github.com/sai6855) - <!-- 41 -->\[Chip] Correct `deleteIconColorPrimary` and `deleteIconColorSecondary` class descriptions ([#​41231](https://redirect.github.com/mui/material-ui/issues/41231)) [@​sai6855](https://redirect.github.com/sai6855) - <!-- 17 -->Remove unused dev dependency on [@​mui/lab](https://redirect.github.com/mui/lab) ([#​41198](https://redirect.github.com/mui/material-ui/issues/41198)) [@​brijeshb42](https://redirect.github.com/brijeshb42) - <!-- 15 -->\[Slider] Deprecate components and componentProps props for v6 ([#​40777](https://redirect.github.com/mui/material-ui/issues/40777)) [@​lhilgert9](https://redirect.github.com/lhilgert9) ##### `@mui/system@5.15.12` - <!-- 16 -->\[pigment-css]\[material-ui] Render badge demos ([#​41353](https://redirect.github.com/mui/material-ui/issues/41353)) [@​siriwatknp](https://redirect.github.com/siriwatknp) - <!-- 14 -->\[pigment-css] Update to latest wyw version ([#​41363](https://redirect.github.com/mui/material-ui/issues/41363)) [@​brijeshb42](https://redirect.github.com/brijeshb42) - <!-- 13 -->\[pigment-css] Rename scope to [@​pigment-css](https://redirect.github.com/pigment-css) ([#​41354](https://redirect.github.com/mui/material-ui/issues/41354)) [@​brijeshb42](https://redirect.github.com/brijeshb42) - <!-- 12 -->\[pigment-css] Rename zero-runtime to pigmentcss ([#​41317](https://redirect.github.com/mui/material-ui/issues/41317)) [@​brijeshb42](https://redirect.github.com/brijeshb42) - <!-- 11 -->Fix createSpacing return type ([#​41318](https://redirect.github.com/mui/material-ui/issues/41318)) [@​matystroia](https://redirect.github.com/matystroia) - <!-- 06 -->\[zero] Add support for styled tagged-template literals ([#​41268](https://redirect.github.com/mui/material-ui/issues/41268)) [@​brijeshb42](https://redirect.github.com/brijeshb42) - <!-- 05 -->\[zero] Set up Material UI migration demos ([#​41267](https://redirect.github.com/mui/material-ui/issues/41267)) [@​siriwatknp](https://redirect.github.com/siriwatknp) - <!-- 04 -->\[zero] Move extendTheme to already existing @​mui/zero-runtime/utils ([#​41254](https://redirect.github.com/mui/material-ui/issues/41254)) [@​brijeshb42](https://redirect.github.com/brijeshb42) - <!-- 03 -->\[zero] Remove `object` intersection from CSS Fallback ([#​41271](https://redirect.github.com/mui/material-ui/issues/41271)) [@​siriwatknp](https://redirect.github.com/siriwatknp) - <!-- 02 -->\[zero] Minor wording changes in README ([#​41253](https://redirect.github.com/mui/material-ui/issues/41253)) [@​brijeshb42](https://redirect.github.com/brijeshb42) - <!-- 01 -->\[zero] Prepare zero-runtime packages for public release ([#​41226](https://redirect.github.com/mui/material-ui/issues/41226)) [@​brijeshb42](https://redirect.github.com/brijeshb42) ##### `@mui/joy@5.0.0-beta.30` - <!-- 48 -->\[joy-ui]\[Autocomplete] Fix text overflow in Chip ([#​40229](https://redirect.github.com/mui/material-ui/issues/40229)) [@​PunitSoniME](https://redirect.github.com/PunitSoniME) ##### Docs - <!-- 47 -->\[base-ui] Update the docs post repo separation ([#​41328](https://redirect.github.com/mui/material-ui/issues/41328)) [@​danilo-leal](https://redirect.github.com/danilo-leal) - <!-- 34 -->Fix missing partner link [@​oliviertassinari](https://redirect.github.com/oliviertassinari) - <!-- 33 -->Update links to GitHub projects ([#​41297](https://redirect.github.com/mui/material-ui/issues/41297)) [@​danilo-leal](https://redirect.github.com/danilo-leal) - <!-- 32 -->Standardize WAI-ARIA referencest [@​oliviertassinari](https://redirect.github.com/oliviertassinari) - <!-- 31 -->Fix image layout shift when loading [@​oliviertassinari](https://redirect.github.com/oliviertassinari) - <!-- 23 -->\[joy-ui] Add stray adjustments throughout the docs ([#​41211](https://redirect.github.com/mui/material-ui/issues/41211)) [@​danilo-leal](https://redirect.github.com/danilo-leal) - <!-- 22 -->\[material-ui] Remove duplicated text at FAQ page ([#​41326](https://redirect.github.com/mui/material-ui/issues/41326)) [@​zanivan](https://redirect.github.com/zanivan) - <!-- 21 -->\[material-ui] Fix color mode toggle of the landing page template ([#​41293](https://redirect.github.com/mui/material-ui/issues/41293)) [@​zanivan](https://redirect.github.com/zanivan) - <!-- 20 -->\[system] Tweak the Usage demos ([#​41242](https://redirect.github.com/mui/material-ui/issues/41242)) [@​danilo-leal](https://redirect.github.com/danilo-leal) - <!-- 19 -->\[zero] Add a Why section on the README ([#​41284](https://redirect.github.com/mui/material-ui/issues/41284)) [@​danilo-leal](https://redirect.github.com/danilo-leal) ##### Core - <!-- 51 -->Revert "\[utils] Port `useLocalStorageState` hook from Toolpad ([#​41096](https://redirect.github.com/mui/material-ui/issues/41096))" [@​oliviertassinari](https://redirect.github.com/oliviertassinari) - <!-- 46 -->\[blog] Add post about how MUI uses Toolpad ([#​40172](https://redirect.github.com/mui/material-ui/issues/40172)) [@​prakhargupta1](https://redirect.github.com/prakhargupta1) - <!-- 45 -->\[blog] No bundled demos in blog posts [@​oliviertassinari](https://redirect.github.com/oliviertassinari) - <!-- 40 -->\[code-infra] Embed translations in the [@​mui/docs](https://redirect.github.com/mui/docs) package ([#​41246](https://redirect.github.com/mui/material-ui/issues/41246)) [@​Janpot](https://redirect.github.com/Janpot) - <!-- 39 -->\[code-infra] Prepare the markdown package for publishing ([#​41240](https://redirect.github.com/mui/material-ui/issues/41240)) [@​michaldudak](https://redirect.github.com/michaldudak) - <!-- 38 -->\[code-infra] Unpin the version of docs-utils in scripts ([#​41232](https://redirect.github.com/mui/material-ui/issues/41232)) [@​michaldudak](https://redirect.github.com/michaldudak) - <!-- 37 -->\[core] Use runtime agnostic setTimeout type [@​ </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 is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/Unleash/unleash). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNi4xIiwidXBkYXRlZEluVmVyIjoiMzguNzQuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
renovate[bot]
|
f95e81ee71
|
fix(deps): update dependency express to v4.20.0 [security] (#8138)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [express](http://expressjs.com/) ([source](https://redirect.github.com/expressjs/express)) | [`4.19.2` -> `4.20.0`](https://renovatebot.com/diffs/npm/express/4.19.2/4.20.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/express/4.20.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/express/4.20.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/express/4.19.2/4.20.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/express/4.19.2/4.20.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | ### GitHub Vulnerability Alerts #### [CVE-2024-43796](https://redirect.github.com/expressjs/express/security/advisories/GHSA-qw6h-vgh9-j6wx) ### Impact In express <4.20.0, passing untrusted user input - even after sanitizing it - to `response.redirect()` may execute untrusted code ### Patches this issue is patched in express 4.20.0 ### Workarounds users are encouraged to upgrade to the patched version of express, but otherwise can workaround this issue by making sure any untrusted inputs are safe, ideally by validating them against an explicit allowlist ### Details successful exploitation of this vector requires the following: 1. The attacker MUST control the input to response.redirect() 1. express MUST NOT redirect before the template appears 1. the browser MUST NOT complete redirection before: 1. the user MUST click on the link in the template --- ### Release Notes <details> <summary>expressjs/express (express)</summary> ### [`v4.20.0`](https://redirect.github.com/expressjs/express/blob/HEAD/History.md#4200--2024-09-10) [Compare Source](https://redirect.github.com/expressjs/express/compare/4.19.2...4.20.0) \========== - deps: serve-static@0.16.0 - Remove link renderization in html while redirecting - deps: send@0.19.0 - Remove link renderization in html while redirecting - deps: body-parser@0.6.0 - add `depth` option to customize the depth level in the parser - IMPORTANT: The default `depth` level for parsing URL-encoded data is now `32` (previously was `Infinity`) - Remove link renderization in html while using `res.redirect` - deps: path-to-regexp@0.1.10 - Adds support for named matching groups in the routes using a regex - Adds backtracking protection to parameters without regexes defined - deps: encodeurl@~2.0.0 - Removes encoding of `\`, `|`, and `^` to align better with URL spec - Deprecate passing `options.maxAge` and `options.expires` to `res.clearCookie` - Will be ignored in v5, clearCookie will set a cookie with an expires in the past to instruct clients to delete the cookie </details> --- ### Configuration 📅 **Schedule**: Branch creation - "" in timezone Europe/Madrid, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/Unleash/unleash). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC43NC4xIiwidXBkYXRlZEluVmVyIjoiMzguNzQuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
GitHub Actions Bot
|
1cac8fa7f8 | chore: bump version to 6.2.1 | ||
Fredrik Strand Oseberg
|
0f8316a6de
|
fix: invert logic (#8135)
The EEA flag is present in enterprise instances which currently is blocking enterprise customers from accessing this button. This PR inverts the logic that was changed in #7796. |
||
Fredrik Strand Oseberg
|
9c435a9ec6
|
chore: add stringified logs (#8134) | ||
Fredrik Strand Oseberg
|
8a92dd0fd7
|
chore: add logging to new code path (#8133) | ||
Fredrik Strand Oseberg
|
e1b7cfd8dd
|
Fix/project role permission grant (#8084)
## Background In #6380 we fixed a privilege escalation bug that allowed members of a project that had permission to add users to the project with roles that had a higher permission set than themselves. The PR linked essentially constricts you only be able to assign users to roles that you possess yourself if you are not an Admin or Project owner. This fix broke expectations for another customer who needed to have a project owner without the DELETE_PROJECT permission. The fix above made it so that their custom project owner role only was able to assign users to the project with the role that they posessed. ## Fix Instead of looking directly at which role the role granter has, this PR addresses the issue by making the assessment based on the permission sets of the user and the roles to be granted. If the granter has all the permissions of the role being granted, the granter is permitted to assign the role. ## Other considerations The endpoint to get roles was changed in this PR. It previously only retrieved the roles that the user had in the project. This no-longer makes sense because the user should be able to see other project roles than the one they themselves hold when assigning users to the project. The drawback of returning all project roles is that there may be a project role in the list that the user does not have access to assign, because they do not hold all the permissions required of the role. This was discussed internally and we decided that it's an acceptable trade-off for now because the complexities of returning a role list based on comparing permissions set is not trivial. We would have to retrieve each project role with permissions from the database, and run the same in-memory check against the users permission to determine which roles to return from this endpoint. Instead we opted for returning all project roles and display an error if you try to assign a role that you do not have access to. ## Follow up When this is merged, there's no longer need for the frontend logic that filters out roles in the role assignment form. I deliberately left this out of the scope for this PR because I couldn't wrap my head around everything that was going on there and I thought it was better to pair on this with @chriswk or @nunogois in order to make sure we get this right as the logic for this filtering seemed quite complex and was touching multiple different components. --------- Co-authored-by: Fredrik Strand Oseberg <fredrikstrandoseberg@Fredrik-sin-MacBook-Pro.local> |
||
renovate[bot]
|
1532f481d5
|
fix(deps): update dependency git-url-parse to v14.1.0 (#8128)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [git-url-parse](https://redirect.github.com/IonicaBizau/git-url-parse) | [`14.0.0` -> `14.1.0`](https://renovatebot.com/diffs/npm/git-url-parse/14.0.0/14.1.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/git-url-parse/14.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/git-url-parse/14.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/git-url-parse/14.0.0/14.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/git-url-parse/14.0.0/14.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>IonicaBizau/git-url-parse (git-url-parse)</summary> ### [`v14.1.0`](https://redirect.github.com/IonicaBizau/git-url-parse/releases/tag/14.1.0) [Compare Source](https://redirect.github.com/IonicaBizau/git-url-parse/compare/14.0.0...14.1.0) fix parsing with 'blob' in file path /cc [#​168](https://redirect.github.com/IonicaBizau/git-url-parse/issues/168) </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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/Unleash/unleash). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiMzguNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
renovate[bot]
|
b1b65c5642
|
fix(deps): update dependency unleash-client to v5.6.1 (#8129)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [unleash-client](https://redirect.github.com/Unleash/unleash-client-node) | [`5.5.5` -> `5.6.1`](https://renovatebot.com/diffs/npm/unleash-client/5.5.5/5.6.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/unleash-client/5.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/unleash-client/5.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/unleash-client/5.5.5/5.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/unleash-client/5.5.5/5.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>Unleash/unleash-client-node (unleash-client)</summary> ### [`v5.6.1`](https://redirect.github.com/Unleash/unleash-client-node/releases/tag/v5.6.1) [Compare Source](https://redirect.github.com/Unleash/unleash-client-node/compare/v5.6.0...v5.6.1) #### What's Changed - Revert "feat: automatically generated instanceId ([#​637](https://redirect.github.com/Unleash/unleash-client-node/issues/637))" by [@​nunogois](https://redirect.github.com/nunogois) in [https://github.com/Unleash/unleash-client-node/pull/640](https://redirect.github.com/Unleash/unleash-client-node/pull/640) **Full Changelog**: https://github.com/Unleash/unleash-client-node/compare/v5.6.0...v5.6.1 ### [`v5.6.0`](https://redirect.github.com/Unleash/unleash-client-node/releases/tag/v5.6.0) [Compare Source](https://redirect.github.com/Unleash/unleash-client-node/compare/v5.5.5...v5.6.0) #### What's Changed - chore(deps): update dependency typescript to v5.5.2 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/Unleash/unleash-client-node/pull/631](https://redirect.github.com/Unleash/unleash-client-node/pull/631) - chore(deps): update unleash/.github action to v1.2.0 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/Unleash/unleash-client-node/pull/632](https://redirect.github.com/Unleash/unleash-client-node/pull/632) - feat: automatically generated instanceId by [@​nunogois](https://redirect.github.com/nunogois) in [https://github.com/Unleash/unleash-client-node/pull/637](https://redirect.github.com/Unleash/unleash-client-node/pull/637) - feat: http and https proxy support by [@​kwasniew](https://redirect.github.com/kwasniew) in [https://github.com/Unleash/unleash-client-node/pull/638](https://redirect.github.com/Unleash/unleash-client-node/pull/638) **Full Changelog**: https://github.com/Unleash/unleash-client-node/compare/v5.5.5...v5.6.0 </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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/Unleash/unleash). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiMzguNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
Melinda Fekete
|
7051fabecd
|
Consolide 'What is a feature flag' docs (#8050) |