mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
7961f69e54
12889 Commits
Author | SHA1 | Message | Date | |
---|---|---|---|---|
Tymoteusz Czech
|
828ecf8d63
|
fix: migrations e2e test (#8965)
Onboarding changed e2e test that should run before migration. |
||
Thomas Heartman
|
7a436347cb
|
fix(1-3173): clear "removed tags" when you bulk update tags (#8952)
This PR fixes a bug wherein the list of tags to remove from a group of tags wouldn't be correctly updated. ## Repro steps - Add a console log line to `frontend/src/component/feature/FeatureView/FeatureOverview/ManageTagsDialog/ManageBulkTagsDialog.tsx`'s `ManagebulkTagsDialog`. Log the value of the`payload` variable. - Pick a flag with no tags. - Add tag A -> before submitting, you should have one added tag and zero removed flags. After submitting, both should be empty. - Now remove tag A -> before submitting, you should have one removed tag and zero added tag. After submitting, both should be empty - Notice that removed flags hasn't been emptied, but still contains tag A. - Now add tab B -> before submitting, you should have tag B in added and nothing in removed. Notice that tag A is still in removed. ## Discussion points This gives us both a `clear` and a `reset` event, which is unfortunate because they sound like they do the same thing. I'd suggest renaming the `clear` event (because it doesn't really clear the state completely), but I'm not sure to what. Happy to do that if you have a suggestion. I have not tested that submission of the form actually resets the state. I spent about 45 minutes looking at it, but couldn't find a way that was sensible and worked (considered spying: couldn't make it work; considered refactoring and extracting components: think that's too much of a change). I think this is benign enough that it can go without a test for that thing actually being called. I did, however, test the different reducer commands. |
||
Mateusz Kwasniewski
|
37a3ec9599
|
fix: productivity report small screens (#8963) | ||
Jaanus Sellin
|
17d3b5c2fb
|
fix: make project ui query optimized (#8961)
From 13 seconds to 0.1 seconds. 1. Joining 1 million events to projects/features is slow. **Solved by using CTE.** 2. Running grouping on 1 million rows is slow. **Solved by adding index.** |
||
Michael Ferranti
|
c3f50263c8
|
Update fedramp and soc2 docs to point to Unleash Enterprise (#8957) | ||
Christopher Kolstad
|
f8f7b55a53
|
task: Remove docker package setup. (#8959)
Keeping the index.js inside the docker folder to avoid our tsconfig having to be changed. In addition, updated the build to copy less of the folders into our final image, since we really only needed build and node_modules. Should reduce attack surface of the container. |
||
Mateusz Kwasniewski
|
a1f147dfef
|
fix: move productivity report to features dir (#8960) | ||
Mateusz Kwasniewski
|
48b21591f6
|
feat: productivity report trends visualization (#8956) | ||
Melinda Fekete
|
311df82d37
|
Strategy docs updates (#8711)
- New navigation for Unleash Concepts - Updated and restructured activation strategies and related concepts |
||
gitar-bot[bot]
|
8c189cabd2
|
[Gitar] Cleaning up stale flag: purchaseAdditionalEnvironments with value false (#8955)
[![Gitar](https://raw.githubusercontent.com/gitarcode/.github/main/assets/gitar-banner.svg)](https://gitar.ai) This automated PR permanently removes the `purchaseAdditionalEnvironments` feature flag. --- This automated PR was generated by [Gitar](https://gitar.ai). View [docs](https://gitar.ai/docs). --------- Co-authored-by: Gitar <noreply@gitar.ai> Co-authored-by: sjaanus <sellinjaanus@gmail.com> |
||
dependabot[bot]
|
eb7e2a655d
|
chore(deps): bump nanoid from 3.3.7 to 3.3.8 in /website (#8947)
Bumps [nanoid](https://github.com/ai/nanoid) from 3.3.7 to 3.3.8. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/ai/nanoid/blob/main/CHANGELOG.md">nanoid's changelog</a>.</em></p> <blockquote> <h2>3.3.8</h2> <ul> <li>Fixed a way to break Nano ID by passing non-integer size (by <a href="https://github.com/myndzi"><code>@myndzi</code></a>).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
Alvin Bryan
|
708fce4428
|
docs: Fixed diff syntax (#8937)
The blocks with `diff` syntax didn't render correctly. This is a result of Docusaurus v3 [changing the included languages ](https://docusaurus.io/docs/migration/v3#prism-react-renderer-v20). |
||
Tymoteusz Czech
|
5cc0e589e8
|
feat(cjux-278): maintenance root roles (#8875)
Custom root roles for changing maintenance mode state and banners. Internal ticket: CJUX-278 |
||
Thomas Heartman
|
c860d8e434
|
chore: remove console.log | ||
Thomas Heartman
|
b2c58102dd
|
chore(unl-204): remove uses of toast text and confetti (#8941)
As of PR #8935, we no longer support both text and title, and confetti has been removed. This PR: - removes `confetti` from the toast interface - merges `text` and `title` into `text` and updates its uses across the codebase. - readjusts the text where necessary. |
||
Thomas Heartman
|
2f7beceb21
|
chore(unl-204): make toasts smaller (#8935)
This PR makes toasts smaller and less intrusive, and gives them a new color scheme. Changes include: - new color scheme - no description, only title - new padding - removes confetti code (even when rendered, they're invisible; UX also says to cut it) - use warning triangle for error messages I've also set a max height on the container and made it scrollable if it's too tall to deal with super long messages. I'll remove the description and confetti props in a separate PR to keep this one cleaner. Light mode: ![image](https://github.com/user-attachments/assets/05666259-bc40-4c87-8e51-9900bc67310e) ![image](https://github.com/user-attachments/assets/25dfca09-af5f-4a2a-8490-1169f6d8accb) Dark mode: ![image](https://github.com/user-attachments/assets/8fa199aa-3cb5-47b4-acaa-1b0fcfd668eb) ![image](https://github.com/user-attachments/assets/eca7d26e-f695-43f9-b281-a64315544212) With line break (min-width): ![image](https://github.com/user-attachments/assets/2ebd9117-a7c2-4a96-8b4b-c217ba12993b) With line break (max-width): ![image](https://github.com/user-attachments/assets/8015c761-fc1e-4ff9-992d-a0e9ec27a4f9) With very long message on phone in landscape mode: ![image](https://github.com/user-attachments/assets/7dc34d25-026c-46c3-9906-dc1348daf208) |
||
Mateusz Kwasniewski
|
7ff6a9c5c8
|
chore: remove oidc UI flag (#8949) | ||
Fredrik Strand Oseberg
|
dfcb196b20
|
feat: add core feature alert gh action (#8948)
Adds a GH action that notifies us that core features were changed. The action listens on paths in the source code where our client api and frontend api are located. If there is a change to these files, we add a comment to the PR to review carefully and add principals and CTO as reviewers. |
||
Mateusz Kwasniewski
|
9de96c8004
|
feat: OIDC redirect flag (#8944) | ||
renovate[bot]
|
87d03e8270
|
chore(deps): update dependency sass to v1.81.1 (#8946)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [sass](https://redirect.github.com/sass/dart-sass) | [`1.81.0` -> `1.81.1`](https://renovatebot.com/diffs/npm/sass/1.81.0/1.81.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/sass/1.81.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/sass/1.81.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/sass/1.81.0/1.81.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/sass/1.81.0/1.81.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>sass/dart-sass (sass)</summary> ### [`v1.81.1`](https://redirect.github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1811) [Compare Source](https://redirect.github.com/sass/dart-sass/compare/1.81.0...1.81.1) - No user-visible changes. </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:eyJjcmVhdGVkSW5WZXIiOiIzOS40Mi40IiwidXBkYXRlZEluVmVyIjoiMzkuNDIuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
Mateusz Kwasniewski
|
23bdf0356a
|
feat: health rating color in email (#8943) | ||
Mateusz Kwasniewski
|
3a0cddc345
|
chore: update node sdk (#8940) | ||
Mateusz Kwasniewski
|
4274bd6635
|
chore: view more insights color update (#8938) | ||
David Leek
|
15950e4ea0
|
feat: release plan template milestone UI listing strategies (#8933) | ||
Tymoteusz Czech
|
e8179d4dd2
|
feat(productivity-report): additional email headers test (#8540)
Test ability to add custom header to non-transactional email. |
||
Mateusz Kwasniewski
|
d40b0795f9
|
feat: productivity report cta (#8936) | ||
renovate[bot]
|
d85c4d52cd
|
chore(deps): update material-ui monorepo (#8928)
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.8`](https://renovatebot.com/diffs/npm/@mui%2ficons-material/5.15.3/5.16.8) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@mui%2ficons-material/5.16.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@mui%2ficons-material/5.16.8?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.8?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.8?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.174`](https://renovatebot.com/diffs/npm/@mui%2flab/5.0.0-alpha.159/5.0.0-alpha.174) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@mui%2flab/5.0.0-alpha.174?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@mui%2flab/5.0.0-alpha.174?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.174?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.174?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.8`](https://renovatebot.com/diffs/npm/@mui%2fmaterial/5.15.3/5.16.8) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@mui%2fmaterial/5.16.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@mui%2fmaterial/5.16.8?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.8?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.8?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.22.3` -> `7.23.0`](https://renovatebot.com/diffs/npm/@mui%2fx-date-pickers/7.22.3/7.23.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@mui%2fx-date-pickers/7.23.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@mui%2fx-date-pickers/7.23.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@mui%2fx-date-pickers/7.22.3/7.23.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@mui%2fx-date-pickers/7.22.3/7.23.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>mui/material-ui (@​mui/icons-material)</summary> ### [`v5.16.8`](https://redirect.github.com/mui/material-ui/releases/tag/v5.16.8) [Compare Source](https://redirect.github.com/mui/material-ui/compare/v5.16.7...v5.16.8) A big thanks to the 8 contributors who made this release possible. ##### `@mui/material@5.16.8` - Cherry pick ref accessing PRs ([#​44543](https://redirect.github.com/mui/material-ui/issues/44543)) [@​DiegoAndai](https://redirect.github.com/DiegoAndai) ##### `@mui/utils@5.16.8` - Skip deep clone React element (v5.x) ([#​44494](https://redirect.github.com/mui/material-ui/issues/44494)) [@​jukkatupamaki](https://redirect.github.com/jukkatupamaki) ##### Docs - Keep sponsors up to date [@​oliviertassinari](https://redirect.github.com/oliviertassinari) - Fix MUI Treasury Layout broken links ([#​43753](https://redirect.github.com/mui/material-ui/issues/43753)) [@​oliviertassinari](https://redirect.github.com/oliviertassinari) - Strengthen CSP rule [@​oliviertassinari](https://redirect.github.com/oliviertassinari) - Give up on restoring search [@​oliviertassinari](https://redirect.github.com/oliviertassinari) - Normalize next major message [@​oliviertassinari](https://redirect.github.com/oliviertassinari) - Fix versions URL [@​oliviertassinari](https://redirect.github.com/oliviertassinari) - Fix use of absolute URLs ([#​43567](https://redirect.github.com/mui/material-ui/issues/43567)) [@​oliviertassinari](https://redirect.github.com/oliviertassinari) - Restore search on v5 ([#​43566](https://redirect.github.com/mui/material-ui/issues/43566)) [@​oliviertassinari](https://redirect.github.com/oliviertassinari) - Fix link from v5 to v6 ([#​43585](https://redirect.github.com/mui/material-ui/issues/43585)) [@​alexfauquette](https://redirect.github.com/alexfauquette) - Updated mui-x roadmap links with the new project URL ([@​michelengelen](https://redirect.github.com/michelengelen)) ([#​43446](https://redirect.github.com/mui/material-ui/issues/43446)) [@​michelengelen](https://redirect.github.com/michelengelen) - Fix broken link to Next.js docs [@​oliviertassinari](https://redirect.github.com/oliviertassinari) ##### Core - \[blog] Polish Upcoming changes to MUI X pricing in 2024 ([#​43438](https://redirect.github.com/mui/material-ui/issues/43438)) [@​oliviertassinari](https://redirect.github.com/oliviertassinari) - \[blog] Add video to the Pigment CSS blog post ([#​42500](https://redirect.github.com/mui/material-ui/issues/42500)) [@​oliviertassinari](https://redirect.github.com/oliviertassinari) - \[blog] Announcing pricing changes Sep 2024 ([#​43272](https://redirect.github.com/mui/material-ui/issues/43272)) [@​cherniavskii](https://redirect.github.com/cherniavskii) - Prepare for moving to v5.x branch ([#​43447](https://redirect.github.com/mui/material-ui/issues/43447)) [@​siriwatknp](https://redirect.github.com/siriwatknp) - \[core] Cherry pick [#​42346](https://redirect.github.com/mui/material-ui/issues/42346) to v5 ([#​44475](https://redirect.github.com/mui/material-ui/issues/44475)) [@​DiegoAndai](https://redirect.github.com/DiegoAndai) - \[core] Fix CI on v5.x branch ([#​44487](https://redirect.github.com/mui/material-ui/issues/44487)) [@​DiegoAndai](https://redirect.github.com/DiegoAndai) - \[core] Fix CI on v5.x branch ([#​43564](https://redirect.github.com/mui/material-ui/issues/43564)) [@​oliviertassinari](https://redirect.github.com/oliviertassinari) - \[examples] Fix v5 clone example instructions ([#​43755](https://redirect.github.com/mui/material-ui/issues/43755)) [@​oliviertassinari](https://redirect.github.com/oliviertassinari) - \[examples] Fix CLI download instructions [@​oliviertassinari](https://redirect.github.com/oliviertassinari) - \[examples] Fix CDN live preview example [@​oliviertassinari](https://redirect.github.com/oliviertassinari) - \[examples] Fix more examples to work with v5 [@​oliviertassinari](https://redirect.github.com/oliviertassinari) - \[examples] Freeze examples dependency range ([#​43435](https://redirect.github.com/mui/material-ui/issues/43435)) [@​oliviertassinari](https://redirect.github.com/oliviertassinari) All contributors of this release in alphabetical order: [@​alexfauquette](https://redirect.github.com/alexfauquette), [@​cherniavskii](https://redirect.github.com/cherniavskii), [@​DiegoAndai](https://redirect.github.com/DiegoAndai), [@​jukkatupamaki](https://redirect.github.com/jukkatupamaki), [@​michelengelen](https://redirect.github.com/michelengelen), [@​oliviertassinari](https://redirect.github.com/oliviertassinari), [@​rluzists1](https://redirect.github.com/rluzists1), [@​siriwatknp](https://redirect.github.com/siriwatknp) ### [`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: </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:eyJjcmVhdGVkSW5WZXIiOiIzOS40Mi40IiwidXBkYXRlZEluVmVyIjoiMzkuNDIuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
Mateusz Kwasniewski
|
c81d45b52c
|
chore: default metrics storage days updated (#8931) | ||
Mateusz Kwasniewski
|
4b443e2a57
|
fix: adjust favorite icon placement (#8930) | ||
renovate[bot]
|
152dd76f02
|
chore(deps): update dependency sass to v1.81.0 (#8927)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [sass](https://redirect.github.com/sass/dart-sass) | [`1.80.6` -> `1.81.0`](https://renovatebot.com/diffs/npm/sass/1.80.6/1.81.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/sass/1.81.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/sass/1.81.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/sass/1.80.6/1.81.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/sass/1.80.6/1.81.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>sass/dart-sass (sass)</summary> ### [`v1.81.0`](https://redirect.github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1810) [Compare Source](https://redirect.github.com/sass/dart-sass/compare/1.80.7...1.81.0) - Fix a few cases where deprecation warnings weren't being emitted for global built-in functions whose names overlap with CSS calculations. - Add support for the CSS `round()` calculation with a single argument, as long as that argument might be a unitless number. ### [`v1.80.7`](https://redirect.github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1807) [Compare Source](https://redirect.github.com/sass/dart-sass/compare/1.80.6...1.80.7) ##### Embedded Host - Don't treat `0` as `undefined` for the `green` and `blue` channels in the `LegacyColor` constructor. </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:eyJjcmVhdGVkSW5WZXIiOiIzOS40Mi40IiwidXBkYXRlZEluVmVyIjoiMzkuNDIuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
renovate[bot]
|
870e111f9f
|
chore(deps): update dependency @types/node to v20.17.9 (#8926)
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.17.8` -> `20.17.9`](https://renovatebot.com/diffs/npm/@types%2fnode/20.17.8/20.17.9) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/20.17.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fnode/20.17.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fnode/20.17.8/20.17.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fnode/20.17.8/20.17.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 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:eyJjcmVhdGVkSW5WZXIiOiIzOS40Mi40IiwidXBkYXRlZEluVmVyIjoiMzkuNDIuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
Gastón Fournier
|
04eaf8d5bd
|
feat: add variant etag (#8922)
## About the changes This adds a variant that allows us to control client refreshes in case of need. |
||
Mateusz Kwasniewski
|
ac1ba2f859
|
chore: streaming node sdk (#8921) | ||
Melinda Fekete
|
d29f0c80d5
|
Add SOC2 docs (#8916) | ||
Nuno Góis
|
ff9492d4f7
|
fix: permission button unintended full width behavior (#8920)
Follow-up to https://github.com/Unleash/unleash/pull/8882 The referenced PR caused an unintended behavior by making the button behave like a normal button would on certain parent containers. Previously, the span wrapper caused a side effect that restricted the button’s width, which we were relying on. By setting some initial styling properties, this PR should hopefully satisfy both use cases. ![image](https://github.com/user-attachments/assets/2c5a4a97-51ff-426c-b5da-7b00d5d6516a) ![image](https://github.com/user-attachments/assets/f8f3fc13-df19-44d5-8fce-4bb0dc323d4e) ![image](https://github.com/user-attachments/assets/80625e88-0d1a-4c83-93d7-250351dae3a4) |
||
renovate[bot]
|
bd0ad18a63
|
chore(deps): update dependency jsonpath-plus to v10.2.0 (#8919)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [jsonpath-plus](https://redirect.github.com/s3u/JSONPath) | [`10.1.0` -> `10.2.0`](https://renovatebot.com/diffs/npm/jsonpath-plus/10.1.0/10.2.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/jsonpath-plus/10.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/jsonpath-plus/10.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/jsonpath-plus/10.1.0/10.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/jsonpath-plus/10.1.0/10.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>s3u/JSONPath (jsonpath-plus)</summary> ### [`v10.2.0`](https://redirect.github.com/s3u/JSONPath/blob/HEAD/CHANGES.md#1020) [Compare Source](https://redirect.github.com/s3u/JSONPath/compare/v10.1.0...v10.2.0) - fix(eval): improve security of safe-eval ([#​233](https://redirect.github.com/s3u/JSONPath/issues/233)) - chore: update deps. and devDeps. </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:eyJjcmVhdGVkSW5WZXIiOiIzOS40Mi40IiwidXBkYXRlZEluVmVyIjoiMzkuNDIuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
renovate[bot]
|
913a158479
|
chore(deps): update dependency cypress to v13.16.0 (#8918)
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.15.2` -> `13.16.0`](https://renovatebot.com/diffs/npm/cypress/13.15.2/13.16.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/cypress/13.16.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/cypress/13.16.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/cypress/13.15.2/13.16.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/cypress/13.15.2/13.16.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>cypress-io/cypress (cypress)</summary> ### [`v13.16.0`](https://redirect.github.com/cypress-io/cypress/releases/tag/v13.16.0) [Compare Source](https://redirect.github.com/cypress-io/cypress/compare/v13.15.2...v13.16.0) Changelog: https://docs.cypress.io/guides/references/changelog#13-16-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 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:eyJjcmVhdGVkSW5WZXIiOiIzOS40Mi40IiwidXBkYXRlZEluVmVyIjoiMzkuNDIuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
renovate[bot]
|
602a7d8964
|
fix(deps): update dependency json-2-csv to v5.5.7 (#8917)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [json-2-csv](https://mrodrig.github.io/json-2-csv) ([source](https://redirect.github.com/mrodrig/json-2-csv)) | [`5.5.6` -> `5.5.7`](https://renovatebot.com/diffs/npm/json-2-csv/5.5.6/5.5.7) | [![age](https://developer.mend.io/api/mc/badges/age/npm/json-2-csv/5.5.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/json-2-csv/5.5.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/json-2-csv/5.5.6/5.5.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/json-2-csv/5.5.6/5.5.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>mrodrig/json-2-csv (json-2-csv)</summary> ### [`v5.5.7`](https://redirect.github.com/mrodrig/json-2-csv/releases/tag/5.5.7): NPM Release v5.5.7 [Compare Source](https://redirect.github.com/mrodrig/json-2-csv/compare/5.5.6...5.5.7) - Fixes the bug identified in [#​265](https://redirect.github.com/mrodrig/json-2-csv/issues/265) - Patches a high severity vulnerability identified in a dependency by `npm audit` </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:eyJjcmVhdGVkSW5WZXIiOiIzOS40Mi40IiwidXBkYXRlZEluVmVyIjoiMzkuNDIuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
Min Nyan Lin
|
50929c5e4a
|
refactor: Autocomplete component in PlaygroundCodeFieldset (#8912)
Custom context fields that have a list of allowed values, show values with autocomplete list |
||
renovate[bot]
|
8fbf7976e6
|
chore(deps): update yarn to v4.5.3 (#8911)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [yarn](https://redirect.github.com/yarnpkg/berry) ([source](https://redirect.github.com/yarnpkg/berry/tree/HEAD/packages/yarnpkg-cli)) | [`4.5.1` -> `4.5.3`](https://renovatebot.com/diffs/npm/yarn/4.5.1/4.5.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@yarnpkg%2fcli/4.5.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@yarnpkg%2fcli/4.5.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@yarnpkg%2fcli/4.5.1/4.5.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@yarnpkg%2fcli/4.5.1/4.5.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>yarnpkg/berry (yarn)</summary> ### [`v4.5.3`]( |
||
Gastón Fournier
|
e945f2288b
|
docs: switch recommendation from proxy to edge (#8908)
## About the changes Proxy has been deprecated long ago and edge should be our main recommendation |
||
renovate[bot]
|
0c5ff44738
|
chore(deps): update dependency @vitejs/plugin-react to v4.3.4 (#8910)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@vitejs/plugin-react](https://redirect.github.com/vitejs/vite-plugin-react/tree/main/packages/plugin-react#readme) ([source](https://redirect.github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react)) | [`4.3.3` -> `4.3.4`](https://renovatebot.com/diffs/npm/@vitejs%2fplugin-react/4.3.3/4.3.4) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@vitejs%2fplugin-react/4.3.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@vitejs%2fplugin-react/4.3.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@vitejs%2fplugin-react/4.3.3/4.3.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@vitejs%2fplugin-react/4.3.3/4.3.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>vitejs/vite-plugin-react (@​vitejs/plugin-react)</summary> ### [`v4.3.4`](https://redirect.github.com/vitejs/vite-plugin-react/blob/HEAD/packages/plugin-react/CHANGELOG.md#434-2024-11-26) [Compare Source](https://redirect.github.com/vitejs/vite-plugin-react/compare/v4.3.3...v4.3.4) ##### Add Vite 6 to peerDependencies range Vite 6 is highly backward compatible, not much to add! ##### Force Babel to output spec compliant import attributes [#​386](https://redirect.github.com/vitejs/vite-plugin-react/pull/386) The default was an old spec (`with type: "json"`). We now enforce spec compliant (`with { type: "json" }`) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS40Mi40IiwidXBkYXRlZEluVmVyIjoiMzkuNDIuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
renovate[bot]
|
c695708697
|
chore(deps): update dependency @types/express-session to v1.18.1 (#8909)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@types/express-session](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/express-session) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express-session)) | [`1.18.0` -> `1.18.1`](https://renovatebot.com/diffs/npm/@types%2fexpress-session/1.18.0/1.18.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fexpress-session/1.18.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fexpress-session/1.18.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fexpress-session/1.18.0/1.18.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fexpress-session/1.18.0/1.18.1?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 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:eyJjcmVhdGVkSW5WZXIiOiIzOS40Mi40IiwidXBkYXRlZEluVmVyIjoiMzkuNDIuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
Nnenna Ndukwe
|
aa7954cc18
|
docs: Trunk-based development use case tutorial (#8867)
<!-- 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 **[Trunk-based development preview](https://unleash-docs-git-use-case-tbd-unleash-team.vercel.app/feature-flag-tutorials/use-cases/trunk-based-development)** <!-- Describe the changes introduced. What are they and why are they being introduced? Feel free to also add screenshots or steps to view the changes if they're visual. --> Gearing up to publish the Trunk-Based Development use case tutorial. <img width="1222" alt="Screenshot 2024-11-27 at 6 56 48 AM" src="https://github.com/user-attachments/assets/8bb4a281-8428-4874-95ba-2dc114885c9d"> <!-- Does it close an issue? Multiple? --> Closes # <!-- (For internal contributors): Does it relate to an issue on public roadmap? --> <!-- Relates to [roadmap](https://github.com/orgs/Unleash/projects/10) item: # --> ### Important files <!-- PRs can contain a lot of changes, but not all changes are equally important. Where should a reviewer start looking to get an overview of the changes? Are any files particularly important? --> ## Discussion points <!-- Anything about the PR you'd like to discuss before it gets merged? Got any questions or doubts? --> --------- Co-authored-by: Melinda Fekete <melinda.fekete@getunleash.io> |
||
Nuno Góis
|
263aad4248
|
chore: streaming spike (#8907)
We need this PR to correctly set up CORS for streaming-related endpoints in our spike and add the flag to our types. --------- Co-authored-by: kwasniew <kwasniewski.mateusz@gmail.com> |
||
renovate[bot]
|
3879821396
|
chore(deps): update node.js to v20.18.1 (#8906)
This PR contains the following updates: | Package | Type | Update | Change | Pending | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---|---|---|---| | [node](https://nodejs.org) ([source](https://redirect.github.com/nodejs/node)) | | patch | `20.18.0` -> `20.18.1` | | [![age](https://developer.mend.io/api/mc/badges/age/node-version/node/v20.18.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/node-version/node/v20.18.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/node-version/node/v20.18.0/v20.18.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/node-version/node/v20.18.0/v20.18.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [node](https://redirect.github.com/nodejs/node) | final | patch | `20.18.0-alpine` -> `20.18.1-alpine` | | [![age](https://developer.mend.io/api/mc/badges/age/docker/node/20.18.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/docker/node/20.18.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/docker/node/20.18.0/20.18.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/docker/node/20.18.0/20.18.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [node](https://redirect.github.com/nodejs/node) | stage | patch | `20.18.0-alpine` -> `20.18.1-alpine` | | [![age](https://developer.mend.io/api/mc/badges/age/docker/node/20.18.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/docker/node/20.18.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/docker/node/20.18.0/20.18.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/docker/node/20.18.0/20.18.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [@types/node](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)) | devDependencies | patch | [`20.17.6` -> `20.17.8`](https://renovatebot.com/diffs/npm/@types%2fnode/20.17.6/20.17.8) | `20.17.9` | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/20.17.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fnode/20.17.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fnode/20.17.6/20.17.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fnode/20.17.6/20.17.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>nodejs/node (node)</summary> ### [`v20.18.1`](https://redirect.github.com/nodejs/node/releases/tag/v20.18.1): 2024-11-20, Version 20.18.1 'Iron' (LTS), @​marco-ippolito [Compare Source](https://redirect.github.com/nodejs/node/compare/v20.18.0...v20.18.1) ##### Notable Changes - \[[`7a8992b2d6`](https://redirect.github.com/nodejs/node/commit/7a8992b2d6)] - **doc**: add abmusse to collaborators (Abdirahim Musse) [#​55086](https://redirect.github.com/nodejs/node/pull/55086) ##### Commits - \[[`085c3441fe`](https://redirect.github.com/nodejs/node/commit/085c3441fe)] - **assert**: show the diff when deep comparing data with a custom message (Giovanni) [#​54759](https://redirect.github.com/nodejs/node/pull/54759) - \[[`01f0b0e7b4`](https://redirect.github.com/nodejs/node/commit/01f0b0e7b4)] - **benchmark**: adjust config for deepEqual object (Rafael Gonzaga) [#​55254](https://redirect.github.com/nodejs/node/pull/55254) - \[[`a45537269b`](https://redirect.github.com/nodejs/node/commit/a45537269b)] - **benchmark**: rewrite detect-esm-syntax benchmark (Joyee Cheung) [#​55238](https://redirect.github.com/nodejs/node/pull/55238) - \[[`1a0d8ef64f`](https://redirect.github.com/nodejs/node/commit/1a0d8ef64f)] - **benchmark**: add no-warnings to process.has bench (Rafael Gonzaga) [#​55159](https://redirect.github.com/nodejs/node/pull/55159) - \[[`2be5d611ce`](https://redirect.github.com/nodejs/node/commit/2be5d611ce)] - **benchmark**: create benchmark for typescript (Marco Ippolito) [#​54904](https://redirect.github.com/nodejs/node/pull/54904) - \[[`a2aa4fa477`](https://redirect.github.com/nodejs/node/commit/a2aa4fa477)] - **benchmark**: include ascii to fs/readfile (Rafael Gonzaga) [#​54988](https://redirect.github.com/nodejs/node/pull/54988) - \[[`09849105fe`](https://redirect.github.com/nodejs/node/commit/09849105fe)] - **benchmark**: add dotenv benchmark (Aviv Keller) [#​54278](https://redirect.github.com/nodejs/node/pull/54278) - \[[`6b3c24dbad`](https://redirect.github.com/nodejs/node/commit/6b3c24dbad)] - **buffer**: fix out of range for toString (Jason Zhang) [#​54553](https://redirect.github.com/nodejs/node/pull/54553) - \[[`f25a5b6dc4`](https://redirect.github.com/nodejs/node/commit/f25a5b6dc4)] - **build**: use rclone instead of aws CLI (Michaël Zasso) [#​55617](https://redirect.github.com/nodejs/node/pull/55617) - \[[`0bbeb605de`](https://redirect.github.com/nodejs/node/commit/0bbeb605de)] - **build**: fix notify-on-review-wanted action (Rafael Gonzaga) [#​55304](https://redirect.github.com/nodejs/node/pull/55304) - \[[`5b35836732`](https://redirect.github.com/nodejs/node/commit/5b35836732)] - **build**: include `.nycrc` in coverage workflows (Wuli Zuo) [#​55210](https://redirect.github.com/nodejs/node/pull/55210) - \[[`f38d1e90e0`](https://redirect.github.com/nodejs/node/commit/f38d1e90e0)] - **build**: notify via slack when review-wanted (Rafael Gonzaga) [#​55102](https://redirect.github.com/nodejs/node/pull/55102) - \[[`0b985ec4bb`](https://redirect.github.com/nodejs/node/commit/0b985ec4bb)] - **build**: remove -v flag to reduce noise (iwuliz) [#​55025](https://redirect.github.com/nodejs/node/pull/55025) - \[[`09f75b27a1`](https://redirect.github.com/nodejs/node/commit/09f75b27a1)] - **build**: display free disk space after build in the test-macOS workflow (iwuliz) [#​55025](https://redirect.github.com/nodejs/node/pull/55025) - \[[`f25760c4a2`](https://redirect.github.com/nodejs/node/commit/f25760c4a2)] - **build**: add the option to generate compile_commands.json in vcbuild.bat (Segev Finer) [#​52279](https://redirect.github.com/nodejs/node/pull/52279) - \[[`746e78c4f3`](https://redirect.github.com/nodejs/node/commit/746e78c4f3)] - ***Revert*** "**build**: upgrade clang-format to v18" (Chengzhong Wu) [#​54994](https://redirect.github.com/nodejs/node/pull/54994) - \[[`67834ee646`](https://redirect.github.com/nodejs/node/commit/67834ee646)] - **build**: print `Running XYZ linter...` for py and yml (Aviv Keller) [#​54386](https://redirect.github.com/nodejs/node/pull/54386) - \[[`ae34e276a2`](https://redirect.github.com/nodejs/node/commit/ae34e276a2)] - **build**: pin doc workflow to Node.js 20 (Richard Lau) [#​55755](https://redirect.github.com/nodejs/node/pull/55755) - \[[`d0e871a706`](https://redirect.github.com/nodejs/node/commit/d0e871a706)] - **build,win**: add winget config to set up env (Hüseyin Açacak) [#​54729](https://redirect.github.com/nodejs/node/pull/54729) - \[[`93ac799b6b`](https://redirect.github.com/nodejs/node/commit/93ac799b6b)] - **cli**: fix spacing for port range error (Aviv Keller) [#​54495](https://redirect.github.com/nodejs/node/pull/54495) - \[[`3ba2e7bf97`](https://redirect.github.com/nodejs/node/commit/3ba2e7bf97)] - ***Revert*** "**console**: colorize console error and warn" (Aviv Keller) [#​54677](https://redirect.github.com/nodejs/node/pull/54677) - \[[`2f678ea53b`](https://redirect.github.com/nodejs/node/commit/2f678ea53b)] - **crypto**: ensure invalid SubtleCrypto JWK data import results in DataError (Filip Skokan) [#​55041](https://redirect.github.com/nodejs/node/pull/55041) - \[[`5d28d98542`](https://redirect.github.com/nodejs/node/commit/5d28d98542)] - **deps**: update undici to 6.20.0 (Node.js GitHub Bot) [#​55329](https://redirect.github.com/nodejs/node/pull/55329) - \[[`0c7f2fc421`](https://redirect.github.com/nodejs/node/commit/0c7f2fc421)] - **deps**: update archs files for openssl-3.0.15+quic1 (Node.js GitHub Bot) [#​55184](https://redirect.github.com/nodejs/node/pull/55184) - \[[`da15e7edf5`](https://redirect.github.com/nodejs/node/commit/da15e7edf5)] - **deps**: upgrade openssl sources to quictls/openssl-3.0.15+quic1 (Node.js GitHub Bot) [#​55184](https://redirect.github.com/nodejs/node/pull/55184) - \[[`381f1f9d08`](https://redirect.github.com/nodejs/node/commit/381f1f9d08)] - **deps**: update archs files for openssl-3.0.14+quic1 (Node.js GitHub Bot) [#​54336](https://redirect.github.com/nodejs/node/pull/54336) - \[[`48d643f78a`](https://redirect.github.com/nodejs/node/commit/48d643f78a)] - **deps**: upgrade openssl sources to quictls/openssl-3.0.14+quic1 (Node.js GitHub Bot) [#​54336](https://redirect.github.com/nodejs/node/pull/54336) - \[[`7b1796803b`](https://redirect.github.com/nodejs/node/commit/7b1796803b)] - **deps**: update timezone to 2024b (Node.js GitHub Bot) [#​55056](https://redirect.github.com/nodejs/node/pull/55056) - \[[`8f1956c588`](https://redirect.github.com/nodejs/node/commit/8f1956c588)] - **deps**: update acorn-walk to 8.3.4 (Node.js GitHub Bot) [#​54950](https://redirect.github.com/nodejs/node/pull/54950) - \[[`20501a7350`](https://redirect.github.com/nodejs/node/commit/20501a7350)] - **deps**: update corepack to 0.29.4 (Node.js GitHub Bot) [#​54845](https://redirect.github.com/nodejs/node/pull/54845) - \[[`0f81eafecc`](https://redirect.github.com/nodejs/node/commit/0f81eafecc)] - **doc**: fix Markdown linter (Antoine du Hamel) [#​55344](https://redirect.github.com/nodejs/node/pull/55344) - \[[`df713f0a98`](https://redirect.github.com/nodejs/node/commit/df713f0a98)] - ***Revert*** "**doc**: update test context.assert" (Antoine du Hamel) [#​55344](https://redirect.github.com/nodejs/node/pull/55344) - \[[`fd6fc61d2c`](https://redirect.github.com/nodejs/node/commit/fd6fc61d2c)] - **doc**: add pmarchini to collaborators (Pietro Marchini) [#​55331](https://redirect.github.com/nodejs/node/pull/55331) - \[[`b963db9ee2`](https://redirect.github.com/nodejs/node/commit/b963db9ee2)] - **doc**: fix `events.once()` example using `AbortSignal` (Ivo Janssen) [#​55144](https://redirect.github.com/nodejs/node/pull/55144) - \[[`50b13bfb12`](https://redirect.github.com/nodejs/node/commit/50b13bfb12)] - **doc**: add onboarding details for ambassador program (Marco Ippolito) [#​55284](https://redirect.github.com/nodejs/node/pull/55284) - \[[`27564b7811`](https://redirect.github.com/nodejs/node/commit/27564b7811)] - **doc**: fix initial default value of autoSelectFamily (Ihor Rohovets) [#​55245](https://redirect.github.com/nodejs/node/pull/55245) - \[[`9e7be23aa5`](https://redirect.github.com/nodejs/node/commit/9e7be23aa5)] - **doc**: tweak onboarding instructions (Michael Dawson) [#​55212](https://redirect.github.com/nodejs/node/pull/55212) - \[[`f412a029c3`](https://redirect.github.com/nodejs/node/commit/f412a029c3)] - **doc**: update test context.assert (Pietro Marchini) [#​55186](https://redirect.github.com/nodejs/node/pull/55186) - \[[`2f7828debb`](https://redirect.github.com/nodejs/node/commit/2f7828debb)] - **doc**: fix unordered error anchors (Antoine du Hamel) [#​55242](https://redirect.github.com/nodejs/node/pull/55242) - \[[`d08e4c235b`](https://redirect.github.com/nodejs/node/commit/d08e4c235b)] - **doc**: mention addons to experimental permission (Rafael Gonzaga) [#​55166](https://redirect.github.com/nodejs/node/pull/55166) - \[[`d65c2458dc`](https://redirect.github.com/nodejs/node/commit/d65c2458dc)] - **doc**: use correct dash in stability status (Antoine du Hamel) [#​55200](https://redirect.github.com/nodejs/node/pull/55200) - \[[`d9839c16cf`](https://redirect.github.com/nodejs/node/commit/d9839c16cf)] - **doc**: fix link in `test/README.md` (Livia Medeiros) [#​55165](https://redirect.github.com/nodejs/node/pull/55165) - \[[`1ad659afa4`](https://redirect.github.com/nodejs/node/commit/1ad659afa4)] - **doc**: add esm examples to node:net (Alfredo González) [#​55134](https://redirect.github.com/nodejs/node/pull/55134) - \[[`81ad69d50f`](https://redirect.github.com/nodejs/node/commit/81ad69d50f)] - **doc**: move the YAML changes element (sendoru) [#​55112](https://redirect.github.com/nodejs/node/pull/55112) - \[[`7a51a161be`](https://redirect.github.com/nodejs/node/commit/7a51a161be)] - **doc**: fix the require resolve algorithm in `modules.md` (chirsz) [#​55117](https://redirect.github.com/nodejs/node/pull/55117) - \[[`80edcdf899`](https://redirect.github.com/nodejs/node/commit/80edcdf899)] - **doc**: update style guide (Aviv Keller) [#​53223](https://redirect.github.com/nodejs/node/pull/53223) - \[[`388c754dd2`](https://redirect.github.com/nodejs/node/commit/388c754dd2)] - **doc**: add missing `:` to `run()`'s `globPatterns` (Aviv Keller) [#​55135](https://redirect.github.com/nodejs/node/pull/55135) - \[[`94302b6a76`](https://redirect.github.com/nodejs/node/commit/94302b6a76)] - **doc**: add abmusse to collaborators (Abdirahim Musse) [#​55086](https://redirect.github.com/nodejs/node/pull/55086) - \[[`27ff2da964`](https://redirect.github.com/nodejs/node/commit/27ff2da964)] - **doc**: add note about `--expose-internals` (Aviv Keller) [#​52861](https://redirect.github.com/nodejs/node/pull/52861) - \[[`df6dc753b7`](https://redirect.github.com/nodejs/node/commit/df6dc753b7)] - **doc**: remove `parseREPLKeyword` from REPL documentation (Aviv Keller) [#​54749](https://redirect.github.com/nodejs/node/pull/54749) - \[[`4baa5c4d10`](https://redirect.github.com/nodejs/node/commit/4baa5c4d10)] - **doc**: change backporting guide with updated info (Aviv Keller) [#​53746](https://redirect.github.com/nodejs/node/pull/53746) - \[[`9947fc112f`](https://redirect.github.com/nodejs/node/commit/9947fc112f)] - **doc**: add missing definitions to `internal-api.md` (Aviv Keller) [#​53303](https://redirect.github.com/nodejs/node/pull/53303) - \[[`a4586f0e94`](https://redirect.github.com/nodejs/node/commit/a4586f0e94)] - **doc**: update documentation for externalizing deps (Michael Dawson) [#​54792](https://redirect.github.com/nodejs/node/pull/54792) - \[[`70504f8522`](https://redirect.github.com/nodejs/node/commit/70504f8522)] - **doc**: update `require(ESM)` history and stability status (Antoine du Hamel) [#​55199](https://redirect.github.com/nodejs/node/pull/55199) - \[[`9d0041ac40`](https://redirect.github.com/nodejs/node/commit/9d0041ac40)] - **doc**: add release key for aduh95 (Antoine du Hamel) [#​55349](https://redirect.github.com/nodejs/node/pull/55349) - \[[`0c1666a52a`](https://redirect.github.com/nodejs/node/commit/0c1666a52a)] - **events**: allow null/undefined eventInitDict (Matthew Aitken) [#​54643](https://redirect.github.com/nodejs/node/pull/54643) - \[[`453df77f99`](https://redirect.github.com/nodejs/node/commit/453df77f99)] - **events**: return `currentTarget` when dispatching (Matthew Aitken) [#​54642](https://redirect.github.com/nodejs/node/pull/54642) - \[[`0decaab9db`](https://redirect.github.com/nodejs/node/commit/0decaab9db)] - **fs**: acknowledge `signal` option in `filehandle.createReadStream()` (Livia Medeiros) [#​55148](https://redirect.github.com/nodejs/node/pull/55148) - \[[`00a2fc7166`](https://redirect.github.com/nodejs/node/commit/00a2fc7166)] - **lib**: move `Symbol[Async]Dispose` polyfills to `internal/util` (Antoine du Hamel) [#​54853](https://redirect.github.com/nodejs/node/pull/54853) - \[[`8e6b606ac4`](https://redirect.github.com/nodejs/node/commit/8e6b606ac4)] - **lib**: remove lib/internal/idna.js (Yagiz Nizipli) [#​55050](https://redirect.github.com/nodejs/node/pull/55050) - \[[`c96e5cb664`](https://redirect.github.com/nodejs/node/commit/c96e5cb664)] - **lib**: the REPL should survive deletion of Array.prototype methods (Jordan Harband) [#​31457](https://redirect.github.com/nodejs/node/pull/31457) - \[[`748ed2e559`](https://redirect.github.com/nodejs/node/commit/748ed2e559)] - **meta**: move one or more collaborators to emeritus (Node.js GitHub Bot) [#​55300](https://redirect.github.com/nodejs/node/pull/55300) - \[[`8b8d35f015`](https://redirect.github.com/nodejs/node/commit/8b8d35f015)] - **meta**: bump mozilla-actions/sccache-action from 0.0.5 to 0.0.6 (dependabot\[bot]) [#​55225](https://redirect.github.com/nodejs/node/pull/55225) - \[[`d3441ff0c8`](https://redirect.github.com/nodejs/node/commit/d3441ff0c8)] - **meta**: bump actions/checkout from 4.1.7 to 4.2.0 (dependabot\[bot]) [#​55224](https://redirect.github.com/nodejs/node/pull/55224) - \[[`1c20908558`](https://redirect.github.com/nodejs/node/commit/1c20908558)] - **meta**: bump actions/setup-node from 4.0.3 to 4.0.4 (dependabot\[bot]) [#​55223](https://redirect.github.com/nodejs/node/pull/55223) - \[[`8a529abd69`](https://redirect.github.com/nodejs/node/commit/8a529abd69)] - **meta**: bump peter-evans/create-pull-request from 7.0.1 to 7.0.5 (dependabot\[bot]) [#​55219](https://redirect.github.com/nodejs/node/pull/55219) - \[[`9053d210ab`](https://redirect.github.com/nodejs/node/commit/9053d210ab)] - **meta**: add mailmap entry for abmusse (Abdirahim Musse) [#​55182](https://redirect.github.com/nodejs/node/pull/55182) - \[[`db2496c125`](https://redirect.github.com/nodejs/node/commit/db2496c125)] - **meta**: add more information about nightly releases (Aviv Keller) [#​55084](https://redirect.github.com/nodejs/node/pull/55084) - \[[`d2ce003b2f`](https://redirect.github.com/nodejs/node/commit/d2ce003b2f)] - **meta**: add `linux` to OS labels in collaborator guide (Aviv Keller) [#​54986](https://redirect.github.com/nodejs/node/pull/54986) - \[[`37b0bea247`](https://redirect.github.com/nodejs/node/commit/37b0bea247)] - **meta**: remove never-used workflow trigger (Aviv Keller) [#​54983](https://redirect.github.com/nodejs/node/pull/54983) - \[[`ae27e2dcd7`](https://redirect.github.com/nodejs/node/commit/ae27e2dcd7)] - **meta**: add links to alternative issue trackers (Aviv Keller) [#​54401](https://redirect.github.com/nodejs/node/pull/54401) - \[[`6e5d524b0f`](https://redirect.github.com/nodejs/node/commit/6e5d524b0f)] - **module**: remove duplicated import (Aviv Keller) [#​54942](https://redirect.github.com/nodejs/node/pull/54942) - \[[`3a682cca03`](https://redirect.github.com/nodejs/node/commit/3a682cca03)] - **path**: remove repetitive conditional operator in `posix.resolve` (Wiyeong Seo) [#​54835](https://redirect.github.com/nodejs/node/pull/54835) - \[[`ac1cb8dfdb`](https://redirect.github.com/nodejs/node/commit/ac1cb8dfdb)] - **perf_hooks**: add missing type argument to getEntriesByName (Luke Taher) [#​54767](https://redirect.github.com/nodejs/node/pull/54767) - \[[`85b3edc83b`](https://redirect.github.com/nodejs/node/commit/85b3edc83b)] - **repl**: catch `\v` and `\r` in new-line detection (Aviv Keller) [#​54512](https://redirect.github.com/nodejs/node/pull/54512) - \[[`df1f04999e`](https://redirect.github.com/nodejs/node/commit/df1f04999e)] - **src**: decode native error messages as UTF-8 (Joyee Cheung) [#​55024](https://redirect.github.com/nodejs/node/pull/55024) - \[[`86d718177a`](https://redirect.github.com/nodejs/node/commit/86d718177a)] - **src**: update clang-tidy and focus on modernization (Yagiz Nizipli) [#​53757](https://redirect.github.com/nodejs/node/pull/53757) - \[[`7d01b6a9c5`](https://redirect.github.com/nodejs/node/commit/7d01b6a9c5)] - **src**: cleanup per env handles directly without a list (Chengzhong Wu) [#​54993](https://redirect.github.com/nodejs/node/pull/54993) - \[[`a730cdb622`](https://redirect.github.com/nodejs/node/commit/a730cdb622)] - **src**: remove duplicate code setting AF_INET (He Yang) [#​54939](https://redirect.github.com/nodejs/node/pull/54939) - \[[`f10d9ad283`](https://redirect.github.com/nodejs/node/commit/f10d9ad283)] - **stream**: treat null asyncIterator as undefined (Jason Zhang) [#​55119](https://redirect.github.com/nodejs/node/pull/55119) - \[[`6027084245`](https://redirect.github.com/nodejs/node/commit/6027084245)] - **test**: make `test-loaders-workers-spawned` less flaky (Antoine du Hamel) [#​55172](https://redirect.github.com/nodejs/node/pull/55172) - \[[`66a87d19bd`](https://redirect.github.com/nodejs/node/commit/66a87d19bd)] - **test**: update multiple assert tests to use node:test (James M Snell) [#​54585](https://redirect.github.com/nodejs/node/pull/54585) - \[[`5105188c47`](https://redirect.github.com/nodejs/node/commit/5105188c47)] - **test**: update wpt test for encoding (devstone) [#​55151](https://redirect.github.com/nodejs/node/pull/55151) - \[[`81bcec0b82`](https://redirect.github.com/nodejs/node/commit/81bcec0b82)] - **test**: deflake test/pummel/test-timers.js (jakecastelli) [#​55098](https://redirect.github.com/nodejs/node/pull/55098) - \[[`82c402265a`](https://redirect.github.com/nodejs/node/commit/82c402265a)] - **test**: deflake test-http-remove-header-stays-removed (Luigi Pinca) [#​55004](https://redirect.github.com/nodejs/node/pull/55004) - \[[`78021701ed`](https://redirect.github.com/nodejs/node/commit/78021701ed)] - **test**: fix test-tls-junk-closes-server (Michael Dawson) [#​55089](https://redirect.github.com/nodejs/node/pull/55089) - \[[`c908b8a2d8`](https://redirect.github.com/nodejs/node/commit/c908b8a2d8)] - **test**: fix more tests that fail when path contains a space (Antoine du Hamel) [#​55088](https://redirect.github.com/nodejs/node/pull/55088) - \[[`afc1628e73`](https://redirect.github.com/nodejs/node/commit/afc1628e73)] - **test**: fix `assertSnapshot` when path contains a quote (Antoine du Hamel) [#​55087](https://redirect.github.com/nodejs/node/pull/55087) - \[[`7c88739b83`](https://redirect.github.com/nodejs/node/commit/7c88739b83)] - **test**: fix some tests when path contains `%` (Antoine du Hamel) [#​55082](https://redirect.github.com/nodejs/node/pull/55082) - \[[`eb4d468671`](https://redirect.github.com/nodejs/node/commit/eb4d468671)] - ***Revert*** "**test**: mark test-fs-watch-non-recursive flaky on Windows" (Luigi Pinca) [#​55079](https://redirect.github.com/nodejs/node/pull/55079) - \[[`bc7b5249d4`](https://redirect.github.com/nodejs/node/commit/bc7b5249d4)] - **test**: make `test-runner-assert` more robust (Aviv Keller) [#​55036](https://redirect.github.com/nodejs/node/pull/55036) - \[[`6c2a1386f7`](https://redirect.github.com/nodejs/node/commit/6c2a1386f7)] - **test**: update tls test to support OpenSSL32 (Michael Dawson) [#​55030](https://redirect.github.com/nodejs/node/pull/55030) - \[[`96406610fa`](https://redirect.github.com/nodejs/node/commit/96406610fa)] - **test**: fix `test-vm-context-dont-contextify` when path contains a space (Antoine du Hamel) [#​55026](https://redirect.github.com/nodejs/node/pull/55026) - \[[`39a80eed4f`](https://redirect.github.com/nodejs/node/commit/39a80eed4f)] - **test**: adjust tls-set-ciphers for OpenSSL32 (Michael Dawson) [#​55016](https://redirect.github.com/nodejs/node/pull/55016) - \[[`bd8fd4fceb`](https://redirect.github.com/nodejs/node/commit/bd8fd4fceb)] - **test**: add `util.stripVTControlCharacters` test (RedYetiDev) [#​54865](https://redirect.github.com/nodejs/node/pull/54865) - \[[`333b5a02d0`](https://redirect.github.com/nodejs/node/commit/333b5a02d0)] - **test**: improve coverage for timer promises schedular (Aviv Keller) [#​53370](https://redirect.github.com/nodejs/node/pull/53370) - \[[`f48992f433`](https://redirect.github.com/nodejs/node/commit/f48992f433)] - **test**: remove unused common utilities (RedYetiDev) [#​54825](https://redirect.github.com/nodejs/node/pull/54825) - \[[`93a098c56d`](https://redirect.github.com/nodejs/node/commit/93a098c56d)] - **test**: deflake test-http-header-overflow (Luigi Pinca) [#​54978](https://redirect.github.com/nodejs/node/pull/54978) - \[[`f849cf677d`](https://redirect.github.com/nodejs/node/commit/f849cf677d)] - **test**: fix `soucre` to `source` (Aviv Keller) [#​55038](https://redirect.github.com/nodejs/node/pull/55038) - \[[`1a007ea814`](https://redirect.github.com/nodejs/node/commit/1a007ea814)] - **test**: add asserts to validate test assumptions (Michael Dawson) [#​54997](https://redirect.github.com/nodejs/node/pull/54997) - \[[`6f53c096f8`](https://redirect.github.com/nodejs/node/commit/6f53c096f8)] - **test**: move test-http-max-sockets to parallel (Luigi Pinca) [#​54977](https://redirect.github.com/nodejs/node/pull/54977) - \[[`aba9dc775e`](https://redirect.github.com/nodejs/node/commit/aba9dc775e)] - **test**: remove test-http-max-sockets flaky designation (Luigi Pinca) [#​54976](https://redirect.github.com/nodejs/node/pull/54976) - \[[`ee5624bffe`](https://redirect.github.com/nodejs/node/commit/ee5624bffe)] - **test**: adjust key sizes to support OpenSSL32 (Michael Dawson) [#​54972](https://redirect.github.com/nodejs/node/pull/54972) - \[[`5c11a61140`](https://redirect.github.com/nodejs/node/commit/5c11a61140)] - **test**: update test to support OpenSSL32 (Michael Dawson) [#​54968](https://redirect.github.com/nodejs/node/pull/54968) - \[[`62f21470e4`](https://redirect.github.com/nodejs/node/commit/62f21470e4)] - **test**: update DOM events web platform tests (Matthew Aitken) [#​54642](https://redirect.github.com/nodejs/node/pull/54642) - \[[`426851705c`](https://redirect.github.com/nodejs/node/commit/426851705c)] - **test_runner**: assert entry is a valid object (Edigleysson Silva (Edy)) [#​55231](https://redirect.github.com/nodejs/node/pull/55231) - \[[`b1cad519d7`](https://redirect.github.com/nodejs/node/commit/b1cad519d7)] - **test_runner**: use `test:` symbol on second print of parent test (RedYetiDev) [#​54956](https://redirect.github.com/nodejs/node/pull/54956) - \[[`63c8f3d436`](https://redirect.github.com/nodejs/node/commit/63c8f3d436)] - **test_runner**: replace ansi clear with ansi reset (Pietro Marchini) [#​55013](https://redirect.github.com/nodejs/node/pull/55013) - \[[`0b3fb344f7`](https://redirect.github.com/nodejs/node/commit/0b3fb344f7)] - **tools**: add `polyfilled` option to `prefer-primordials` rule (Antoine du Hamel) [#​55318](https://redirect.github.com/nodejs/node/pull/55318) - \[[`8981309bd9`](https://redirect.github.com/nodejs/node/commit/8981309bd9)] - **tools**: make `choco install` script more readable (Aviv Keller) [#​54002](https://redirect.github.com/nodejs/node/pull/54002) - \[[`7310abeae1`](https://redirect.github.com/nodejs/node/commit/7310abeae1)] - **tools**: bump Rollup from 4.18.1 to 4.22.4 for `lint-md` (dependabot\[bot]) [#​55093](https://redirect.github.com/nodejs/node/pull/55093) - \[[`083311e8af`](https://redirect.github.com/nodejs/node/commit/083311e8af)] - **tools**: remove redudant code from eslint require rule (Aviv Keller) [#​54892](https://redirect.github.com/nodejs/node/pull/54892) - \[[`ae4b2aece1`](https://redirect.github.com/nodejs/node/commit/ae4b2aece1)] - **tools**: update error message for ICU in license-builder (Aviv Keller) [#​54742](https://redirect.github.com/nodejs/node/pull/54742) - \[[`3ebd31684d`](https://redirect.github.com/nodejs/node/commit/3ebd31684d)] - **tools**: update github_reporter to 1.7.1 (Node.js GitHub Bot) [#​54951](https://redirect.github.com/nodejs/node/pull/54951) - \[[`397be8a10e`](https://redirect.github.com/nodejs/node/commit/397be8a10e)] - **tty**: fix links for terminal colors (Aviv Keller) [#​54596](https://redirect.github.com/nodejs/node/pull/54596) - \[[`a3c2ef9e98`](https://redirect.github.com/nodejs/node/commit/a3c2ef9e98)] - **util**: update ansi regex (Aviv Keller) [#​54865](https://redirect.github.com/nodejs/node/pull/54865) - \[[`efdccc88a2`](https://redirect.github.com/nodejs/node/commit/efdccc88a2)] - **watch**: preserve output when gracefully restarted (Théo LUDWIG) [#​54323](https://redirect.github.com/nodejs/node/pull/54323) - \[[`226836c5ac`](https://redirect.github.com/nodejs/node/commit/226836c5ac)] - **worker**: throw InvalidStateError in postMessage after close (devstone) [#​55206](https://redirect.github.com/nodejs/node/pull/55206) - \[[`f39ff4d14b`](https://redirect.github.com/nodejs/node/commit/f39ff4d14b)] - **worker**: handle `--input-type` more consistently (Antoine du Hamel) [#​54979](https://redirect.github.com/nodejs/node/pull/54979) - \[[`30383ffb9a`](https://redirect.github.com/nodejs/node/commit/30383ffb9a)] - **zlib**: throw brotli initialization error from c++ (Yagiz Nizipli) [#​54698](https://redirect.github.com/nodejs/node/pull/54698) </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 these updates 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:eyJjcmVhdGVkSW5WZXIiOiIzOS40Mi40IiwidXBkYXRlZEluVmVyIjoiMzkuNDIuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
renovate[bot]
|
193f68d9e0
|
chore(deps): update dependency tsc-watch to v6.2.1 (#8905)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [tsc-watch](https://redirect.github.com/gilamran/tsc-watch) | [`6.2.0` -> `6.2.1`](https://renovatebot.com/diffs/npm/tsc-watch/6.2.0/6.2.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/tsc-watch/6.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/tsc-watch/6.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/tsc-watch/6.2.0/6.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/tsc-watch/6.2.0/6.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>gilamran/tsc-watch (tsc-watch)</summary> ### [`v6.2.1`](https://redirect.github.com/gilamran/tsc-watch/blob/HEAD/CHANGELOG.md#v621---13112024) [Compare Source](https://redirect.github.com/gilamran/tsc-watch/compare/v6.2.0...3b21f1e6bfe0b38ca923b1b772d2bd682231cbb7) - bug fix: Fixed new version of Typescript clear codes. thanks to [@​staszekj](https://redirect.github.com/staszekj) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS40Mi40IiwidXBkYXRlZEluVmVyIjoiMzkuNDIuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
renovate[bot]
|
8ba4be2c18
|
chore(deps): update dependency react-joyride to v2.9.3 (#8903)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [react-joyride](https://react-joyride.com/) ([source](https://redirect.github.com/gilbarbara/react-joyride)) | [`2.9.2` -> `2.9.3`](https://renovatebot.com/diffs/npm/react-joyride/2.9.2/2.9.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/react-joyride/2.9.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/react-joyride/2.9.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/react-joyride/2.9.2/2.9.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/react-joyride/2.9.2/2.9.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>gilbarbara/react-joyride (react-joyride)</summary> ### [`v2.9.3`](https://redirect.github.com/gilbarbara/react-joyride/releases/tag/v2.9.3): 2.9.3 [Compare Source](https://redirect.github.com/gilbarbara/react-joyride/compare/v2.9.2...v2.9.3) - Update custom-components docs: [`650ab36`]( |
||
Nuno Góis
|
b0334cd902
|
docs: update React Native / Expo community SDK entry (#8902)
Updates our React Native / Expo community SDK entry from the deprecated **[@nunogois/proxy-client-react-native](https://github.com/nunogois/proxy-client-react-native)** to the new **[@nunogois/unleash-react-native](https://github.com/nunogois/unleash-react-native)**. |
||
Nuno Góis
|
c6668b411b
|
chore: improve release plan events and add them to event timeline (#8895)
https://linear.app/unleash/issue/2-3043/improve-release-plan-events-and-add-them-to-the-event-timeline Improves release plan events and adds them to the event timeline. This will break the events in Enterprise but that's okay, we can follow up with the Enterprise PR to fix them. ![image](https://github.com/user-attachments/assets/862818a5-d9bf-4006-beca-786fd6265759) |