Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							bfb038c725 
							
						 
					 
					
						
						
							
							feat: pulsing avatar for import ( #2961 )  
						
						
						
					 
					
						2023-01-23 10:44:25 +01:00 
						 
				 
			
				
					
						
							
							
								Gastón Fournier 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							70d8f9e58a 
							
						 
					 
					
						
						
							
							feat: add warning hints on potential misconfiguration ( #2948 )  
						
						... 
						
						
						
						## About the changes
Add warnings when we detect something might be wrong with the customer
configuration, in particular with regard to variants configuration
## Rationale
Moving from variants per feature to variants per environment will allow
users to have fine-grained permissions and more control over variants on
different environments: #2254 
But because this requires an additional step of copying variants to
other environments, we identified the potential risk of users forgetting
to follow this step. To keep them informed about this, we're introducing
a warning sign after a toggle is enabled when we detect that:
1. The environment is enabled without variants
2. Other enabled environments have variants
This situation would be a problem if you rely on `getVariant` method
from the SDK, because without variants you'll receive the default
variant. Probably, not what you'd expect after enabling the toggle, but
there are situations where this might be correct. Because of the latter,
we thought that adding a warning and letting the user handle the
situation was the best solution.
## UI sketches


Co-authored-by: Nuno Góis <github@nunogois.com> 
						
					 
					
						2023-01-20 18:09:01 +01:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							287d28e91d 
							
						 
					 
					
						
						
							
							Batch import styling ( #2959 )  
						
						
						
					 
					
						2023-01-20 15:01:40 +01:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							342a6f6cbe 
							
						 
					 
					
						
						
							
							fix: filtering environments in the project features table ( #2957 )  
						
						... 
						
						
						
						
Fixes an issue where environments were not filtered correctly on the
search, most likely due to some regression accidentally introduced with
changes in the meantime. 
						
					 
					
						2023-01-20 11:47:10 +00:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a67649347a 
							
						 
					 
					
						
						
							
							feat: file dropzone ( #2939 )  
						
						
						
					 
					
						2023-01-20 09:50:24 +01:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6e9043e2f4 
							
						 
					 
					
						
						
							
							chore(deps): update dependency @uiw/react-codemirror to v4.19.6 ( #2954 )  
						
						... 
						
						
						
						[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@uiw/react-codemirror](https://uiwjs.github.io/react-codemirror )
([source](https://togithub.com/uiwjs/react-codemirror )) | [`4.19.5` ->
`4.19.6`](https://renovatebot.com/diffs/npm/@uiw%2freact-codemirror/4.19.5/4.19.6 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>uiwjs/react-codemirror</summary>
###
[`v4.19.6`](https://togithub.com/uiwjs/react-codemirror/releases/tag/v4.19.6 )
[Compare
Source](https://togithub.com/uiwjs/react-codemirror/compare/v4.19.5...v4.19.6 )
[](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-codemirror@4.19.6/file/README.md )
Documentation v4.19.6:
https://raw.githack.com/uiwjs/react-codemirror/97f393a/index.html \
Comparing Changes:
https://github.com/uiwjs/react-codemirror/compare/v4.19.5...v4.19.6 
```shell
npm i @​uiw/react-codemirror@4.19.6
```
- 🆎  type(theme): fix type error.
([#​444](https://togithub.com/uiwjs/react-codemirror/issues/444 ))
[`5ef84c1`](https://togithub.com/uiwjs/react-codemirror/commit/5ef84c1 )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
</details>
---
### Configuration
📅  **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦  **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕  **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMDUuNCIsInVwZGF0ZWRJblZlciI6IjM0LjEwNS40In0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2023-01-20 06:12:36 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							14f2fef739 
							
						 
					 
					
						
						
							
							chore(deps): update dependency @uiw/codemirror-theme-duotone to v4.19.6 ( #2953 )  
						
						... 
						
						
						
						[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@uiw/codemirror-theme-duotone](https://uiwjs.github.io/react-codemirror/#/theme/data/duotone/light )
([source](https://togithub.com/uiwjs/react-codemirror )) | [`4.19.5` ->
`4.19.6`](https://renovatebot.com/diffs/npm/@uiw%2fcodemirror-theme-duotone/4.19.5/4.19.6 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>uiwjs/react-codemirror</summary>
###
[`v4.19.6`](https://togithub.com/uiwjs/react-codemirror/releases/tag/v4.19.6 )
[Compare
Source](https://togithub.com/uiwjs/react-codemirror/compare/v4.19.5...v4.19.6 )
[](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-codemirror@4.19.6/file/README.md )
Documentation v4.19.6:
https://raw.githack.com/uiwjs/react-codemirror/97f393a/index.html \
Comparing Changes:
https://github.com/uiwjs/react-codemirror/compare/v4.19.5...v4.19.6 
```shell
npm i @​uiw/react-codemirror@4.19.6
```
- 🆎  type(theme): fix type error.
([#​444](https://togithub.com/uiwjs/react-codemirror/issues/444 ))
[`5ef84c1`](https://togithub.com/uiwjs/react-codemirror/commit/5ef84c1 )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
</details>
---
### Configuration
📅  **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦  **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕  **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMDUuNCIsInVwZGF0ZWRJblZlciI6IjM0LjEwNS40In0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2023-01-20 02:50:44 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							234a38134f 
							
						 
					 
					
						
						
							
							chore(deps): update dependency jsdom to v21 ( #2843 )  
						
						... 
						
						
						
						[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [jsdom](https://togithub.com/jsdom/jsdom ) | [`20.0.3` ->
`21.0.0`](https://renovatebot.com/diffs/npm/jsdom/20.0.3/21.0.0 ) |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>jsdom/jsdom</summary>
###
[`v21.0.0`](https://togithub.com/jsdom/jsdom/blob/HEAD/Changelog.md#​2100 )
[Compare
Source](https://togithub.com/jsdom/jsdom/compare/20.0.3...21.0.0 )
A potentially-breaking bug fix:
- Fixed the `window`, `document`, `location`, and `top` properties of
`Window` to be non-configurable. (ExE-Boss)
Other changes:
-   Added support for `<input type=image>` submitting forms. (jenseng)
- Added the `location` setter to the `Window` object, which forwards to
the `location.href` setter. Setting the URL is still only implemented
for fragment navigations, however. (ExE-Boss)
- Fixed `defer=""` `<script>` elements that are added after
`DOMContentLoaded` to execute, instead of being skipped.
- Fixed `selectElement.selectedOptions` being incorrect when
`optionElement.selected` is set. This was a regression introduced in
v20.0.1. Unfortunately this also reverts the performance improvement
when appending `<option>` elements that was introduced then. (eps1lon)
- Fixed the `self`, `locationbar`, `menubar`, `personalbar`,
`scrollbars`, `statusbar`, `toolbar`, `frames`, `parent`, `external`,
`length`, and `screen` properties of `Window` to be replaceable: that
is, setting them will override their values, instead of having the new
value be ignored. (ExE-Boss)
- Fixed a few issues with `JSOM.fromURL()` in the browser build of
jsdom. (LungZeno)
</details>
---
### Configuration
📅  **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦  **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕  **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC44NC4yIiwidXBkYXRlZEluVmVyIjoiMzQuODQuMiJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2023-01-19 23:10:39 +01:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							08c1123144 
							
						 
					 
					
						
						
							
							fix: tooltip arrow regression after last scroll max size feat ( #2935 )  
						
						... 
						
						
						
						Fixes an issue where the `HtmlTooltip` arrow would no longer work after
a regression included with https://github.com/Unleash/unleash/pull/2891 
Also adds the arrow prop to most usages of the tooltip to keep
consistency. 
						
					 
					
						2023-01-19 14:46:26 +01:00 
						 
				 
			
				
					
						
							
							
								sjaanus 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							467eb57fb8 
							
						 
					 
					
						
						
							
							Import first super early version of UI ( #2932 )  
						
						... 
						
						
						
						Import first super early version of UI 
						
					 
					
						2023-01-19 10:42:58 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							81d369f468 
							
						 
					 
					
						
						
							
							chore(deps): update dependency vitest to v0.27.1 ( #2929 )  
						
						... 
						
						
						
						[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [vitest](https://togithub.com/vitest-dev/vitest ) | [`0.27.0` ->
`0.27.1`](https://renovatebot.com/diffs/npm/vitest/0.27.0/0.27.1 ) |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>vitest-dev/vitest</summary>
###
[`v0.27.1`](https://togithub.com/vitest-dev/vitest/releases/tag/v0.27.1 )
[Compare
Source](https://togithub.com/vitest-dev/vitest/compare/v0.27.0...v0.27.1 )
#####    🚀  Features
- Show error, when process.exit is called  -  by
[@​sheremet-va](https://togithub.com/sheremet-va ) in
[https://github.com/vitest-dev/vitest/issues/2643 ](https://togithub.com/vitest-dev/vitest/issues/2643 )
[<samp>(866f4)</samp>](https://togithub.com/vitest-dev/vitest/commit/866f4494 )
- Add more information about unhandler error  -  by
[@​sheremet-va](https://togithub.com/sheremet-va ) in
[https://github.com/vitest-dev/vitest/issues/2642 ](https://togithub.com/vitest-dev/vitest/issues/2642 )
[<samp>(1ffb0)</samp>](https://togithub.com/vitest-dev/vitest/commit/1ffb0ef5 )
- Display running processes, if vitest closes with timeout  -  by
[@​sheremet-va](https://togithub.com/sheremet-va ) in
[https://github.com/vitest-dev/vitest/issues/2633 ](https://togithub.com/vitest-dev/vitest/issues/2633 )
[<samp>(94968)</samp>](https://togithub.com/vitest-dev/vitest/commit/94968a6f )
#####    🐞  Bug Fixes
- Type issue with spyOn method  -  by
[@​samkevin1](https://togithub.com/samkevin1 ) in
[https://github.com/vitest-dev/vitest/issues/2365 ](https://togithub.com/vitest-dev/vitest/issues/2365 )
and
[https://github.com/vitest-dev/vitest/issues/2582 ](https://togithub.com/vitest-dev/vitest/issues/2582 )
[<samp>(1aaa7)</samp>](https://togithub.com/vitest-dev/vitest/commit/1aaa79d7 )
- Add missing types in TS project when global is true  -  by
[@​Sneaken](https://togithub.com/Sneaken ) in
[https://github.com/vitest-dev/vitest/issues/2631 ](https://togithub.com/vitest-dev/vitest/issues/2631 )
[<samp>(4745e)</samp>](https://togithub.com/vitest-dev/vitest/commit/4745eaa2 )
- Always report failed test in junit reporter  -  by
[@​sheremet-va](https://togithub.com/sheremet-va ) in
[https://github.com/vitest-dev/vitest/issues/2632 ](https://togithub.com/vitest-dev/vitest/issues/2632 )
[<samp>(83da2)</samp>](https://togithub.com/vitest-dev/vitest/commit/83da2ec4 )
- Change Vite root, if test.root is used  -  by
[@​sheremet-va](https://togithub.com/sheremet-va ) in
[https://github.com/vitest-dev/vitest/issues/2637 ](https://togithub.com/vitest-dev/vitest/issues/2637 )
[<samp>(efbff)</samp>](https://togithub.com/vitest-dev/vitest/commit/efbff2a2 )
- Don't use ownKeys, when interoping a module  -  by
[@​sheremet-va](https://togithub.com/sheremet-va ) in
[https://github.com/vitest-dev/vitest/issues/2629 ](https://togithub.com/vitest-dev/vitest/issues/2629 )
[<samp>(a186a)</samp>](https://togithub.com/vitest-dev/vitest/commit/a186a7e1 )
- Cut duplicate error in negated toHaveBeenCalled  -  by
[@​richardboehme](https://togithub.com/richardboehme ) in
[https://github.com/vitest-dev/vitest/issues/2638 ](https://togithub.com/vitest-dev/vitest/issues/2638 )
[<samp>(09d62)</samp>](https://togithub.com/vitest-dev/vitest/commit/09d62226 )
- Always update last HMR ms on a module  -  by
[@​sheremet-va](https://togithub.com/sheremet-va )
[<samp>(99676)</samp>](https://togithub.com/vitest-dev/vitest/commit/9967645a )
- Terminate workers, when closing process  -  by
[@​sheremet-va](https://togithub.com/sheremet-va ) in
[https://github.com/vitest-dev/vitest/issues/2645 ](https://togithub.com/vitest-dev/vitest/issues/2645 )
[<samp>(ece43)</samp>](https://togithub.com/vitest-dev/vitest/commit/ece434a3 )
-   **coverage**:
- Prevent c8 from crashing on invalid sourcemaps  -  by
[@​AriPerkkio](https://togithub.com/AriPerkkio ) in
[https://github.com/vitest-dev/vitest/issues/2634 ](https://togithub.com/vitest-dev/vitest/issues/2634 )
[<samp>(0163d)</samp>](https://togithub.com/vitest-dev/vitest/commit/0163dc80 )
- Istanbul provider to use `coverage.extension`  -  by
[@​AriPerkkio](https://togithub.com/AriPerkkio ) in
[https://github.com/vitest-dev/vitest/issues/2641 ](https://togithub.com/vitest-dev/vitest/issues/2641 )
[<samp>(7e388)</samp>](https://togithub.com/vitest-dev/vitest/commit/7e388903 )
#####     [View changes on
GitHub](https://togithub.com/vitest-dev/vitest/compare/v0.27.0...v0.27.1 )
</details>
---
### Configuration
📅  **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦  **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕  **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMDUuNCIsInVwZGF0ZWRJblZlciI6IjM0LjEwNS40In0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2023-01-19 06:44:00 +00:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7d73d772df 
							
						 
					 
					
						
						
							
							feat: add the account abstraction logic ( #2918 )  
						
						... 
						
						
						
						https://linear.app/unleash/issue/2-579/improve-user-like-behaviour-for-service-accounts-accounts-concept 
Builds on top of https://github.com/Unleash/unleash/pull/2917  by moving
the responsibility of handling both account types from `users` to
`accounts`.
Ideally:
 - `users` - Should only handle users;
 - `service-accounts` - Should only handle service accounts;
 - `accounts` - Should handle any type of account;
This should hopefully also provide a good building block in case we
later decide to refactor this further down the `accounts` path. 
					
						2023-01-18 16:08:07 +00:00 
						 
				 
			
				
					
						
							
							
								andreas-unleash 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5ceab6f989 
							
						 
					 
					
						
						
							
							Add flag to control CASE_INSENSITIVE_IN_OPERATORS until SDKs catch up ( #2927 )  
						
						... 
						
						
						
						Signed-off-by: andreas-unleash <andreas@getunleash.ai>
<!-- 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
<!-- 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. -->
<!-- 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? -->
Signed-off-by: andreas-unleash <andreas@getunleash.ai> 
						
					 
					
						2023-01-18 15:53:14 +02:00 
						 
				 
			
				
					
						
							
							
								andreas-unleash 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							91e20cc09a 
							
						 
					 
					
						
						
							
							Add support for case for IN and NOT_IN operators ( #2924 )  
						
						... 
						
						
						
						Signed-off-by: andreas-unleash <andreas@getunleash.ai>
Adds support for case for IN and NOT_IN operators
<!-- 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
<!-- 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. -->
<!-- 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? -->
<img width="1547" alt="Screenshot 2023-01-18 at 11 35 10"
src="https://user-images.githubusercontent.com/104830839/213136158-25c525c8-de82-423b-93d1-5ae6eb8469fa.png ">
## Discussion points
<!-- Anything about the PR you'd like to discuss before it gets merged?
Got any questions or doubts? -->
Signed-off-by: andreas-unleash <andreas@getunleash.ai> 
						
					 
					
						2023-01-18 14:42:26 +02:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d63b3c69fe 
							
						 
					 
					
						
						
							
							feat: adapt user logic to better adapt to SAs ( #2917 )  
						
						... 
						
						
						
						https://linear.app/unleash/issue/2-579/improve-user-like-behaviour-for-service-accounts-accounts-concept 
<img width="803" alt="image"
src="https://user-images.githubusercontent.com/14320932/213011584-75870595-988d-49bc-a7bf-cd1ffd146bca.png ">
Makes SAs behave more like users. 
Even though they share the same `users` database table, the `is_service`
column distinguishes them. This PR makes the distinction a bit less
obvious by not filtering out SAs for some methods in the user store,
returning both account types and their respective account type
information so we can handle them properly on the UI.
We felt like this was a good enough approach for now, and a decent
compromise to move SAs forward. In the future, we may want to make a
full refactor with the `accounts` concept in mind, which we've
experimented with in the
[accounts-refactoring](https://github.com/Unleash/unleash/tree/accounts-refactoring )
branches (both OSS and Enterprise).
 
https://github.com/Unleash/unleash/pull/2918  - Moves this a bit further,
by introducing the account service and store. 
					
						2023-01-18 12:12:44 +00:00 
						 
				 
			
				
					
						
							
							
								Gastón Fournier 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c86d191f62 
							
						 
					 
					
						
						
							
							fix: add environment to event log card ( #2912 )  
						
						... 
						
						
						
						## About the changes
Some changes recorded in the event log apply only to one particular
environment. This is currently not visible in the event log card, but it
is present in the recorded event:
| Full event | Event card |
| --- | --- |
| 
|

|
This PR makes that information visible on the event card 
						
					 
					
						2023-01-18 10:19:25 +01:00 
						 
				 
			
				
					
						
							
							
								Fredrik Strand Oseberg 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							bf7ef62059 
							
						 
					 
					
						
						
							
							feat: initial status box implementation ( #2913 )  
						
						... 
						
						
						
						First iteration of new status boxes 
						
					 
					
						2023-01-18 10:10:41 +01:00 
						 
				 
			
				
					
						
							
							
								Fredrik Strand Oseberg 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1f6db91fde 
							
						 
					 
					
						
						
							
							Fix/redirect woes ( #2899 )  
						
						... 
						
						
						
						This PR fixes two problems: 
(1) The initial redirect put us into an infinite loop when redirecting,
because trying to go back to the root would always trigger the initial
redirect component. Throwing you back to project screen.
(2) Using UI config in the useLastViewedProject to get the basePath
introduced a race condition where you needed data from the uiConfig in
order to fetch the correct key from local storage. The fix here was to
use the basePath coded into the HTML file, so we can synchronously
retrieve the correct key at startup.
Co-authored-by: kwasniew <kwasniewski.mateusz@gmail.com> 
						
					 
					
						2023-01-17 13:33:52 +01:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c29ff77b50 
							
						 
					 
					
						
						
							
							chore(deps): update react-router monorepo to v6.6.2 ( #2907 )  
						
						... 
						
						
						
						[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [react-router](https://togithub.com/remix-run/react-router ) | [`6.6.1`
-> `6.6.2`](https://renovatebot.com/diffs/npm/react-router/6.6.1/6.6.2 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
| [react-router-dom](https://togithub.com/remix-run/react-router ) |
[`6.6.1` ->
`6.6.2`](https://renovatebot.com/diffs/npm/react-router-dom/6.6.1/6.6.2 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>remix-run/react-router (react-router)</summary>
###
[`v6.6.2`](https://togithub.com/remix-run/react-router/blob/HEAD/packages/react-router/CHANGELOG.md#​662 )
[Compare
Source](https://togithub.com/remix-run/react-router/compare/react-router@6.6.1...react-router@6.6.2 )
##### Patch Changes
- Ensure `useId` consistency during SSR
([#​9805](https://togithub.com/remix-run/react-router/pull/9805 ))
</details>
<details>
<summary>remix-run/react-router (react-router-dom)</summary>
###
[`v6.6.2`](https://togithub.com/remix-run/react-router/blob/HEAD/packages/react-router-dom/CHANGELOG.md#​662 )
[Compare
Source](https://togithub.com/remix-run/react-router/compare/react-router-dom@6.6.1...react-router-dom@6.6.2 )
##### Patch Changes
- Ensure `useId` consistency during SSR
([#​9805](https://togithub.com/remix-run/react-router/pull/9805 ))
-   Updated dependencies:
    -   `react-router@6.6.2`
</details>
---
### Configuration
📅  **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦  **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕  **Ignore**: Close this PR and you won't be reminded about these
updates again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMDIuNyIsInVwZGF0ZWRJblZlciI6IjM0LjEwMi43In0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2023-01-16 22:15:37 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							45f2428aec 
							
						 
					 
					
						
						
							
							chore(deps): update dependency vitest to v0.27.0 ( #2906 )  
						
						... 
						
						
						
						[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [vitest](https://togithub.com/vitest-dev/vitest ) | [`0.26.3` ->
`0.27.0`](https://renovatebot.com/diffs/npm/vitest/0.26.3/0.27.0 ) |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>vitest-dev/vitest</summary>
###
[`v0.27.0`](https://togithub.com/vitest-dev/vitest/releases/tag/v0.27.0 )
[Compare
Source](https://togithub.com/vitest-dev/vitest/compare/v0.26.3...v0.27.0 )
#####    🚨  Breaking Changes
- Deprecate "error" on result, store errors in "errors"  -  by
[@​sheremet-va](https://togithub.com/sheremet-va ) in
[https://github.com/vitest-dev/vitest/issues/2586 ](https://togithub.com/vitest-dev/vitest/issues/2586 )
[<samp>(e641a)</samp>](https://togithub.com/vitest-dev/vitest/commit/e641a110 )
- Split vitest into separate packages, but still bundle them for the
time being  -  by
[@​sheremet-va](https://togithub.com/sheremet-va ) in
[https://github.com/vitest-dev/vitest/issues/2575 ](https://togithub.com/vitest-dev/vitest/issues/2575 )
[<samp>(c8e6f)</samp>](https://togithub.com/vitest-dev/vitest/commit/c8e6fb69 )
#####    🚀  Features
- **coverage**: report only changed files when using istanbul coverage
with watch mode  -  by [@​g4rry420](https://togithub.com/g4rry420 )
in
[https://github.com/vitest-dev/vitest/issues/2385 ](https://togithub.com/vitest-dev/vitest/issues/2385 )
[<samp>(bf872)</samp>](https://togithub.com/vitest-dev/vitest/commit/bf87282c )
#####    🐞  Bug Fixes
- Return mock path only when mocked  -  by
[@​sheremet-va](https://togithub.com/sheremet-va ) in
[https://github.com/vitest-dev/vitest/issues/2619 ](https://togithub.com/vitest-dev/vitest/issues/2619 )
[<samp>(f8ac2)</samp>](https://togithub.com/vitest-dev/vitest/commit/f8ac2094 )
- Allow mocking CJS module with interoped default  -  by
[@​sheremet-va](https://togithub.com/sheremet-va ) in
[https://github.com/vitest-dev/vitest/issues/2598 ](https://togithub.com/vitest-dev/vitest/issues/2598 )
[<samp>(6b3e3)</samp>](https://togithub.com/vitest-dev/vitest/commit/6b3e36d4 )
- Avoid random ENOTEMPTY errors  -  by
[@​AriPerkkio](https://togithub.com/AriPerkkio ) in
[https://github.com/vitest-dev/vitest/issues/2620 ](https://togithub.com/vitest-dev/vitest/issues/2620 )
[<samp>(59766)</samp>](https://togithub.com/vitest-dev/vitest/commit/59766fa4 )
- Always inline assets and modules with special Vite queries  -  by
[@​sheremet-va](https://togithub.com/sheremet-va ) in
[https://github.com/vitest-dev/vitest/issues/2617 ](https://togithub.com/vitest-dev/vitest/issues/2617 )
[<samp>(fed1c)</samp>](https://togithub.com/vitest-dev/vitest/commit/fed1cd60 )
-   **cli**:
- Allow overrides reporter via cli option  -  by
[@​mysteryven](https://togithub.com/mysteryven ) and
[@​sheremet-va](https://togithub.com/sheremet-va ) in
[https://github.com/vitest-dev/vitest/issues/2573 ](https://togithub.com/vitest-dev/vitest/issues/2573 )
[<samp>(894f1)</samp>](https://togithub.com/vitest-dev/vitest/commit/894f155a )
-   **coverage**:
- Flaky c8 coverage caused by parallel sourcemap constructing  -  by
[@​AriPerkkio](https://togithub.com/AriPerkkio ) and
[@​sheremet-va](https://togithub.com/sheremet-va ) in
[https://github.com/vitest-dev/vitest/issues/2591 ](https://togithub.com/vitest-dev/vitest/issues/2591 )
[<samp>(9a29f)</samp>](https://togithub.com/vitest-dev/vitest/commit/9a29f984 )
- Validate extension, when reporting c8 coverage  -  by
[@​sheremet-va](https://togithub.com/sheremet-va ) in
[https://github.com/vitest-dev/vitest/issues/2626 ](https://togithub.com/vitest-dev/vitest/issues/2626 )
[<samp>(74463)</samp>](https://togithub.com/vitest-dev/vitest/commit/7446370c )
#####    🏎 Performance
- Improve vi.mock performance  -  by
[@​sheremet-va](https://togithub.com/sheremet-va ) in
[https://github.com/vitest-dev/vitest/issues/2594 ](https://togithub.com/vitest-dev/vitest/issues/2594 )
[<samp>(09d19)</samp>](https://togithub.com/vitest-dev/vitest/commit/09d19892 )
#####     [View changes on
GitHub](https://togithub.com/vitest-dev/vitest/compare/v0.26.3...v0.27.0 )
</details>
---
### Configuration
📅  **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦  **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕  **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMDIuNyIsInVwZGF0ZWRJblZlciI6IjM0LjEwMi43In0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2023-01-16 18:58:56 +00:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							90d7737338 
							
						 
					 
					
						
						
							
							fix: SA unique token bug ( #2901 )  
						
						... 
						
						
						
						Fixes a small bug on service account token creation where the tokens the
new one was being validated against were not the most up-to-date ones. 
						
					 
					
						2023-01-16 13:10:08 +01:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b3fcc97f93 
							
						 
					 
					
						
						
							
							fix: small breadcrumb adjustments ( #2893 )  
						
						... 
						
						
						
						https://linear.app/unleash/issue/2-577/small-breadcrumb-adjustments 
Includes small adjustments to the breadcrumb navigation component.
### Long chain path (ellipts if width > 200px)

### Long final path (no longer ellipts as long as it has enough
remaining space)

### Long final path with resized window (still ellipts when needed)
 
					
						2023-01-16 13:09:38 +01:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4286103850 
							
						 
					 
					
						
						
							
							feat: better tooltip links ( #2891 )  
						
						... 
						
						
						
						https://linear.app/unleash/issue/2-576/improve-how-text-that-has-tooltip-should-look-so-they-are-not 


- Adapts the existing `HtmlTooltip` component to support setting
`maxHeight` and `maxWidth` properties;
- Introduces a new common component: `TooltipLink`;
- Adapts SA (tokens), features (tags), variants (overrides, payloads)
and project access (role and role description);
- Role description in project access now uses this component instead of
the old jankier popover component; 
					
						2023-01-16 13:04:52 +01:00 
						 
				 
			
				
					
						
							
							
								andreas-unleash 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							dfc7df8f5c 
							
						 
					 
					
						
						
							
							Fix/accordion help icon position ( #2896 )  
						
						... 
						
						
						
						<!-- 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! ❤️  -->
Fixes a bug in ConstraintAccordionList where the help icon was moved to
the next line
## About the changes
<!-- 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. -->
<!-- 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? -->
Signed-off-by: andreas-unleash <andreas@getunleash.ai> 
						
					 
					
						2023-01-13 08:19:02 +00:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1b534c0a3b 
							
						 
					 
					
						
						
							
							fix: infinite rendering due to wrong effect deps ( #2895 )  
						
						
						
					 
					
						2023-01-13 09:02:43 +01:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9f46442e4c 
							
						 
					 
					
						
						
							
							chore(deps): update dependency @vitejs/plugin-react to v3.0.1 ( #2830 )  
						
						... 
						
						
						
						[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@vitejs/plugin-react](https://togithub.com/vitejs/vite-plugin-react/tree/main/packages/plugin-react#readme )
([source](https://togithub.com/vitejs/vite-plugin-react )) | [`3.0.0` ->
`3.0.1`](https://renovatebot.com/diffs/npm/@vitejs%2fplugin-react/3.0.0/3.0.1 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>vitejs/vite-plugin-react</summary>
###
[`v3.0.1`](https://togithub.com/vitejs/vite-plugin-react/blob/HEAD/packages/plugin-react/CHANGELOG.md#small301-2023-01-05-small )
[Compare
Source](0aaf2e56de...d758a2a44bhttps://togithub.com/vitejs/vite-plugin-react/issues/67 ))
([9231a86](https://togithub.com/vitejs/vite-plugin-react/commit/9231a86 )),
closes
[#​67](https://togithub.com/vitejs/vite-plugin-react/issues/67 )
- fix(deps): update all non-major dependencies
([#​69](https://togithub.com/vitejs/vite-plugin-react/issues/69 ))
([0a8e099](https://togithub.com/vitejs/vite-plugin-react/commit/0a8e099 )),
closes
[#​69](https://togithub.com/vitejs/vite-plugin-react/issues/69 )
</details>
---
### Configuration
📅  **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦  **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕  **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC44MS4wIiwidXBkYXRlZEluVmVyIjoiMzQuODEuMCJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2023-01-12 22:53:48 +00:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d4f3e6a819 
							
						 
					 
					
						
						
							
							fix: flex was breaking change request banner ( #2890 )  
						
						
						
					 
					
						2023-01-12 16:47:36 +01:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							172f911851 
							
						 
					 
					
						
						
							
							fix: improve breadcrumb spacing ( #2889 )  
						
						... 
						
						
						
						https://linear.app/unleash/issue/2-575/improve-the-breadcrumb-spacing 

 
					
						2023-01-12 16:23:45 +01:00 
						 
				 
			
				
					
						
							
							
								Fredrik Strand Oseberg 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							dd7d3de76a 
							
						 
					 
					
						
						
							
							feat: export ui api integration ( #2888 )  
						
						... 
						
						
						
						Adds API integration with the new export API 
						
					 
					
						2023-01-12 16:09:13 +01:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b12962e7d2 
							
						 
					 
					
						
						
							
							fix: improve hidden envs UI/UX ( #2887 )  
						
						... 
						
						
						
						Some small UI/UX fixes related to user-scoped hidden environments in the
feature overview after aligning with @NicolaeUnleash
 
						
					 
					
						2023-01-12 13:29:38 +00:00 
						 
				 
			
				
					
						
							
							
								Fredrik Strand Oseberg 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0dcf28a0f0 
							
						 
					 
					
						
						
							
							Refactor/lazy load ( #2842 )  
						
						... 
						
						
						
						Currently our bundle size is clocking in at: 1,798.28 kB │ gzip: 558.42 kB
After the changes: 1,299.32 kB │ gzip: 403.26 kB 
						
					 
					
						2023-01-12 11:34:45 +01:00 
						 
				 
			
				
					
						
							
							
								Fredrik Strand Oseberg 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ea31154d9a 
							
						 
					 
					
						
						
							
							Fix/use swr bug ( #2884 )  
						
						... 
						
						
						
						This PR fixes an error where useSWR would throw a TypeError: `subs[i] is
not a function`: https://github.com/vercel/swr/issues/2357 
I can't be totally sure why this is happening but we had a design flaw
in our setup that caused our group overview to first fetch all groups,
and then subsequently fetch each individual group after the groups were
rendered. This was happening because GroupCard was rendering the
EditGroupUsers component which used the `useGroup(groupId)` getter.
The flow in the old version looked like this: 
1. Fetch all the groups
2. Use the groups data to render all the `GroupCard` elements
3. Once the GroupCard was rendered the EditGroupComponent would be
mounted and set up a recurring GET on the individual group, causing each
group to be fetched recurringly in the Group overview.
The useSWR error seems to be connected to setting up these
subscriptions, and then removing the element from the DOM. We were able
to trigger this error by removing the group.
## How did we fix it? 
We refactored the components concerned with editing group users and
removing groups to exist outside of the `GroupCard` and have the group
card supply the base data through a state setter. This pattern is also
better for the remove functionality because the remove functionality in
its current state could trigger a react update on a component removed
from the DOM if you awaited the refetching of the data. This is because
the groups data is controlling the rendering of the `GroupCard` and when
the `RemoveGroup` modal is nested underneath the `GroupCard` a refetch
would trigger an update, re-render the overview and remove the entire
`GroupCard` and the associated `RemoveGroup` component.
I'm still not sure if this is a bug with SWR or a side-effect of how we
architected the functionality, but this change seems to remove the
problem. 
						
					 
					
						2023-01-12 11:25:42 +01:00 
						 
				 
			
				
					
						
							
							
								andreas-unleash 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							aa19ad57eb 
							
						 
					 
					
						
						
							
							Conditionally fetch change request config to fix 404 ( #2874 )  
						
						
						
					 
					
						2023-01-12 11:18:11 +01:00 
						 
				 
			
				
					
						
							
							
								Tymoteusz Czech 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							fb11a892f0 
							
						 
					 
					
						
						
							
							fix: unexpected ligatures ( #2883 )  
						
						
						
					 
					
						2023-01-12 09:22:37 +00:00 
						 
				 
			
				
					
						
							
							
								Ivar Conradi Østhus 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0ffd4549a5 
							
						 
					 
					
						
						
							
							fix: add resolution from json5 in frontend  
						
						
						
					 
					
						2023-01-12 10:09:59 +01:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							58b81e40f0 
							
						 
					 
					
						
						
							
							fix: prevent margin collapsing ( #2879 )  
						
						
						
					 
					
						2023-01-11 18:44:21 +01:00 
						 
				 
			
				
					
						
							
							
								Tymoteusz Czech 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ddb9d11039 
							
						 
					 
					
						
						
							
							refactor: styles batch 3 ( #2821 )  
						
						
						
					 
					
						2023-01-11 17:44:21 +01:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7f3ec5acb8 
							
						 
					 
					
						
						
							
							fix: SA UI/UX improvements and fixes ( #2875 )  
						
						... 
						
						
						
						https://linear.app/unleash/issue/2-559/check-if-uiux-and-overall-design-looks-correct 
We're happy with the overall design and behaviour for a first iteration,
only identified these small changes for now.


 
					
						2023-01-11 16:08:50 +01:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3e4e0e4df9 
							
						 
					 
					
						
						
							
							fix: make close button visible on small devices ( #2880 )  
						
						
						
					 
					
						2023-01-11 15:10:43 +01:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e2398dfde1 
							
						 
					 
					
						
						
							
							chore(deps): bump json5 from 1.0.1 to 1.0.2 in /frontend ( #2814 )  
						
						... 
						
						
						
						Bumps [json5](https://github.com/json5/json5 ) from 1.0.1 to 1.0.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/json5/json5/releases ">json5's
releases</a>.</em></p>
<blockquote>
<h2>v1.0.2</h2>
<ul>
<li>Fix: Properties with the name <code>__proto__</code> are added to
objects and arrays. (<a
href="https://github-redirect.dependabot.com/json5/json5/issues/199 ">#199</a>)
This also fixes a prototype pollution vulnerability reported by Jonathan
Gregson! (<a
href="https://github-redirect.dependabot.com/json5/json5/issues/295 ">#295</a>).
This has been backported to v1. (<a
href="https://github-redirect.dependabot.com/json5/json5/issues/298 ">#298</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/json5/json5/blob/main/CHANGELOG.md ">json5's
changelog</a>.</em></p>
<blockquote>
<h3>Unreleased [<a
href="https://github.com/json5/json5/tree/main ">code</a>, <a
href="https://github.com/json5/json5/compare/v2.2.3...HEAD ">diff</a>]</h3>
<h3>v2.2.3 [<a
href="https://github.com/json5/json5/tree/v2.2.3 ">code</a>, <a
href="https://github.com/json5/json5/compare/v2.2.2...v2.2.3 ">diff</a>]</h3>
<ul>
<li>Fix: json5@2.2.3 is now the 'latest' release according to npm
instead of
v1.0.2. (<a
href="https://github-redirect.dependabot.com/json5/json5/issues/299 ">#299</a>)</li>
</ul>
<h3>v2.2.2 [<a
href="https://github.com/json5/json5/tree/v2.2.2 ">code</a>, <a
href="https://github.com/json5/json5/compare/v2.2.1...v2.2.2 ">diff</a>]</h3>
<ul>
<li>Fix: Properties with the name <code>__proto__</code> are added to
objects and arrays.
(<a
href="https://github-redirect.dependabot.com/json5/json5/issues/199 ">#199</a>)
This also fixes a prototype pollution vulnerability reported by
Jonathan Gregson! (<a
href="https://github-redirect.dependabot.com/json5/json5/issues/295 ">#295</a>).</li>
</ul>
<h3>v2.2.1 [<a
href="https://github.com/json5/json5/tree/v2.2.1 ">code</a>, <a
href="https://github.com/json5/json5/compare/v2.2.0...v2.2.1 ">diff</a>]</h3>
<ul>
<li>Fix: Removed dependence on minimist to patch CVE-2021-44906. (<a
href="https://github-redirect.dependabot.com/json5/json5/issues/266 ">#266</a>)</li>
</ul>
<h3>v2.2.0 [<a
href="https://github.com/json5/json5/tree/v2.2.0 ">code</a>, <a
href="https://github.com/json5/json5/compare/v2.1.3...v2.2.0 ">diff</a>]</h3>
<ul>
<li>New: Accurate and documented TypeScript declarations are now
included. There
is no need to install <code>@types/json5</code>. (<a
href="https://github-redirect.dependabot.com/json5/json5/issues/236 ">#236</a>,
<a
href="https://github-redirect.dependabot.com/json5/json5/issues/244 ">#244</a>)</li>
</ul>
<h3>v2.1.3 [<a
href="https://github.com/json5/json5/tree/v2.1.3 ">code</a>, <a
href="https://github.com/json5/json5/compare/v2.1.2...v2.1.3 ">diff</a>]</h3>
<ul>
<li>Fix: An out of memory bug when parsing numbers has been fixed. (<a
href="https://github-redirect.dependabot.com/json5/json5/issues/228 ">#228</a>,
<a
href="https://github-redirect.dependabot.com/json5/json5/issues/229 ">#229</a>)</li>
</ul>
<h3>v2.1.2 [<a
href="https://github.com/json5/json5/tree/v2.1.2 ">code</a>, <a
href="https://github.com/json5/json5/compare/v2.1.1...v2.1.2 ">diff</a>]</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="a62db1e51ee0c23fe45862a6540840https://github.com/json5/json5/compare/v1.0.1...v1.0.2 ">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the
default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as
the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as
the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the
default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/Unleash/unleash/network/alerts ).
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
					 
					
						2023-01-11 14:28:25 +01:00 
						 
				 
			
				
					
						
							
							
								sjaanus 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3a25b5f2db 
							
						 
					 
					
						
						
							
							Maintenance mode fix ( #2876 )  
						
						... 
						
						
						
						Maintenance mode fix 
						
					 
					
						2023-01-11 14:56:55 +02:00 
						 
				 
			
				
					
						
							
							
								andreas-unleash 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7c8647f9f3 
							
						 
					 
					
						
						
							
							fix track invite-link user created event ( #2689 )  
						
						... 
						
						
						
						Signed-off-by: andreas-unleash <andreas@getunleash.ai>
<!-- 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! ❤️  -->
Adds plausible tracking of invite-link use for all auth types.
## About the changes
<!-- 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. -->
<!-- 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? -->
Signed-off-by: andreas-unleash <andreas@getunleash.ai> 
						
					 
					
						2023-01-11 11:24:11 +02:00 
						 
				 
			
				
					
						
							
							
								andreas-unleash 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							fc548164a9 
							
						 
					 
					
						
						
							
							MakeStyles refactor 1-4 ( #2845 )  
						
						... 
						
						
						
						Signed-off-by: andreas-unleash <andreas@getunleash.ai>
Make styles refactoring
<!-- 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
<!-- 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. -->
<!-- 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? -->
Signed-off-by: andreas-unleash <andreas@getunleash.ai> 
						
					 
					
						2023-01-11 11:02:10 +02:00 
						 
				 
			
				
					
						
							
							
								andreas-unleash 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							cf3987ed2d 
							
						 
					 
					
						
						
							
							Refactor App.styles ( #2822 )  
						
						... 
						
						
						
						Signed-off-by: andreas-unleash <andreas@getunleash.ai>
Refactor App.styles.ts to styled components
<!-- 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
<!-- 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. -->
<!-- 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? -->
Signed-off-by: andreas-unleash <andreas@getunleash.ai> 
						
					 
					
						2023-01-11 10:52:53 +02:00 
						 
				 
			
				
					
						
							
							
								andreas-unleash 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							186accdef7 
							
						 
					 
					
						
						
							
							MakeStyles refactor 1-5 ( #2850 )  
						
						... 
						
						
						
						ConstraintAccordion
Signed-off-by: andreas-unleash <andreas@getunleash.ai>
<!-- 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
<!-- 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. -->
<!-- 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? -->
Signed-off-by: andreas-unleash <andreas@getunleash.ai> 
						
					 
					
						2023-01-11 10:51:25 +02:00 
						 
				 
			
				
					
						
							
							
								sjaanus 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							11d5a157c4 
							
						 
					 
					
						
						
							
							Remove E flag ( #2832 )  
						
						
						
					 
					
						2023-01-11 09:00:26 +02:00 
						 
				 
			
				
					
						
							
							
								Fredrik Strand Oseberg 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							da193e7aa0 
							
						 
					 
					
						
						
							
							Feat/export UI ( #2867 )  
						
						... 
						
						
						
						MVP for the export feature scoped export UI 
						
					 
					
						2023-01-10 16:47:19 +01:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8964c3c23d 
							
						 
					 
					
						
						
							
							fix: PageContent bodyContainer overflowX ( #2852 )  
						
						... 
						
						
						
						https://linear.app/unleash/issue/1-546/project-overview-table-is-missing-overflow-x-auto 
Fixes an issue where the PageContent body doesn't scroll horizontally
when needed.
This regression seems to have been included with
https://github.com/Unleash/unleash/pull/2811 , more specifically:
https://github.com/Unleash/unleash/pull/2811/files#diff-a1c10fdcd539d988f74d4c3742cc6b8844152999a6c7e509ed8b1765c604524fL491  
					
						2023-01-10 16:46:53 +01:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8e5aeff1a7 
							
						 
					 
					
						
						
							
							fix: table accessor should handle dots ( #2863 )  
						
						
						
					 
					
						2023-01-10 13:15:55 +01:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6be21fc1bd 
							
						 
					 
					
						
						
							
							feat: track uncaught UI errors in plausible ( #2860 )  
						
						... 
						
						
						
						https://linear.app/unleash/issue/2-567/add-plausible-tracking-to-unknown-uncaught-frontend-errors 
Based on the discussion from
https://github.com/Unleash/unleash/pull/2851 , something like this could
help us track uncaught/unknown errors on the frontend.
Just a quick suggestion, since there might be something better we could
use for this. 
					
						2023-01-10 10:33:56 +00:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4d93532307 
							
						 
					 
					
						
						
							
							fix: SA duplicate autoResetHiddenColumns ( #2861 )  
						
						... 
						
						
						
						Seems like merging both https://github.com/Unleash/unleash/pull/2851  and
https://github.com/Unleash/unleash/pull/2848  made us end up with a
duplicate `autoResetHiddenColumns` option in the `ServiceAccountsTable`
table component. 
						
					 
					
						2023-01-10 08:58:13 +00:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							233e06ec6a 
							
						 
					 
					
						
						
							
							fix: disable autoResetHiddenColumns when useConditionallyHiddenColumns ( #2851 )  
						
						... 
						
						
						
						https://linear.app/unleash/issue/2-563/fix-issue-with-useconditionallyhiddencolumns-and-react-table 
It seems like we should add `autoResetHiddenColumns: false` to
`useTable` whenever we use `useConditionallyHiddenColumns`.
Basically the thought is that, if we're controlling column visibility in
our own way, we should not want other things to change that state
unpredictably, otherwise this may make React go _brrrrrr_. And it can be
very hard to pinpoint what exactly may be causing React to go _brrrrrr_.

First detected this issue apparently randomly while developing the new
SA table. Around 10-20 page refreshes would eventually trigger it. Was
not easy to find, but hopefully this fixes it permanently. At least I
haven't been able to reproduce it since. Maybe someone has a better idea
of where the issue could be or if this is a pretty good guess. Doesn't
seem like this change hurts us anyways.
I love React, `useEffect` and these very to-the-point error messages.
Very fun and productive.
Reference: https://react-table-v7.tanstack.com/docs/api/useTable  
					
						2023-01-10 08:15:12 +00:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							297f9579fd 
							
						 
					 
					
						
						
							
							feat: move createdAt col on users ( #2853 )  
						
						... 
						
						
						
						Small UI/UX change. 
After discussing with @NicolaeUnleash we decided that moving this column
in the users table over to the right next to "last login" would improve
readability and consistency.
 
						
					 
					
						2023-01-09 19:36:49 +00:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							997dbbbea5 
							
						 
					 
					
						
						
							
							Feat sa table info ( #2848 )  
						
						... 
						
						
						
						https://linear.app/unleash/issue/2-543/show-relevant-information-on-the-service-accounts-table 
Shows relevant information on the table, like total PATs and the last
time a service account was active based on latest seen PAT for that
account. Adapts to the latest related PR on enterprise.
 
					
						2023-01-09 16:18:37 +00:00 
						 
				 
			
				
					
						
							
							
								sjaanus 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7b075954a1 
							
						 
					 
					
						
						
							
							Maintenance UI fixes ( #2849 )  
						
						... 
						
						
						
						Maintenance UI fixes 
						
					 
					
						2023-01-09 15:54:14 +02:00 
						 
				 
			
				
					
						
							
							
								sjaanus 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d13401b6ed 
							
						 
					 
					
						
						
							
							Plausible for hidden environments ( #2837 )  
						
						... 
						
						
						
						Plausible for hidden environments 
						
					 
					
						2023-01-09 15:36:10 +02:00 
						 
				 
			
				
					
						
							
							
								andreas-unleash 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							74410d292b 
							
						 
					 
					
						
						
							
							MakeStyles refactor 1-3 ( #2835 )  
						
						... 
						
						
						
						Signed-off-by: andreas-unleash <andreas@getunleash.ai>
MakeStyles refactor 1-3
<!-- 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
<!-- 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. -->
<!-- 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? -->
Signed-off-by: andreas-unleash <andreas@getunleash.ai> 
						
					 
					
						2023-01-09 10:41:58 +02:00 
						 
				 
			
				
					
						
							
							
								andreas-telco 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							13a78dfc69 
							
						 
					 
					
						
						
							
							Chore/make styles batch 1 2 ( #2828 )  
						
						... 
						
						
						
						<!-- 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! ❤️  -->
ApiTokenForm refactoring
## About the changes
<!-- 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. -->
<!-- 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? -->
Signed-off-by: andreas-unleash <andreas@getunleash.ai>
Co-authored-by: andreas-unleash <andreas@getunleash.ai> 
						
					 
					
						2023-01-09 10:01:44 +02:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c244cd6823 
							
						 
					 
					
						
						
							
							feat: show token info when deleting SA ( #2841 )  
						
						... 
						
						
						
						https://linear.app/unleash/issue/2-544/delete-service-account-show-latest-activity-for-that-service-account 
 
					
						2023-01-06 13:07:33 +00:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b10d9c435e 
							
						 
					 
					
						
						
							
							feat: manage SA tokens through UI ( #2840 )  
						
						... 
						
						
						
						https://linear.app/unleash/issue/2-542/manage-service-account-tokens-through-the-ui 
 
					
						2023-01-06 12:56:54 +00:00 
						 
				 
			
				
					
						
							
							
								sjaanus 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2139d8342a 
							
						 
					 
					
						
						
							
							Allow hiding environments from the feature overview screen fix ( #2831 )  
						
						
						
					 
					
						2023-01-06 11:32:26 +02:00 
						 
				 
			
				
					
						
							
							
								sjaanus 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							dc468430ce 
							
						 
					 
					
						
						
							
							Refactor makestyles 2 2 ( #2827 )  
						
						
						
					 
					
						2023-01-05 16:23:40 +02:00 
						 
				 
			
				
					
						
							
							
								Gastón Fournier 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							29be130757 
							
						 
					 
					
						
						
							
							fix: enforce weight precision to 1 decimal ( #2749 )  
						
						... 
						
						
						
						## About the changes
According to our docs, we only support up to 1 decimal place for
weights. This is to use integers to represent the percentages (we divide
them by 10) and supporting more decimals results in bad maths due to
floating point arithmetics.
This PRs adds Frontend and Backend validations to enforce this
restriction
Closes  #2222 
## Discussion points
Should we reconsider supporting more decimal places, that door remains
open, but for now we'll just adhere to our documentation because that
change would require some development. 
						
					 
					
						2023-01-05 12:39:18 +01:00 
						 
				 
			
				
					
						
							
							
								Tymoteusz Czech 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1653b0449a 
							
						 
					 
					
						
						
							
							Orval generator POC ( #2724 )  
						
						... 
						
						
						
						for #2715  
						
					 
					
						2023-01-05 11:57:53 +01:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							674e36b40b 
							
						 
					 
					
						
						
							
							Styled components batch4.1 ( #2812 )  
						
						... 
						
						
						
						Co-authored-by: Tymoteusz Czech <2625371+Tymek@users.noreply.github.com> 
						
					 
					
						2023-01-05 09:45:39 +01:00 
						 
				 
			
				
					
						
							
							
								Fredrik Strand Oseberg 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							94c90b7731 
							
						 
					 
					
						
						
							
							Refactor/make styles batch 6 part 3 ( #2823 )  
						
						... 
						
						
						
						Last set of components refactoring for batch 6 
						
					 
					
						2023-01-05 09:45:17 +01:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							005e4b6858 
							
						 
					 
					
						
						
							
							feat: service accounts (UI) ( #2734 )  
						
						... 
						
						
						
						https://linear.app/unleash/issue/2-541/ui-for-service-accounts 
Adds basic CRUD UI to Service Accounts - New tab/page, table,
create/edit form in a modal, token dialog, delete dialog, actions cell. 
					
						2023-01-05 08:11:28 +00:00 
						 
				 
			
				
					
						
							
							
								sjaanus 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d1054a3de5 
							
						 
					 
					
						
						
							
							Refactor makestyles 2-1 ( #2820 )  
						
						
						
					 
					
						2023-01-04 21:01:18 +02:00 
						 
				 
			
				
					
						
							
							
								Tymoteusz Czech 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f2eb96000e 
							
						 
					 
					
						
						
							
							fix: segment delete confirmation double dialog flash ( #2819 )  
						
						
						
					 
					
						2023-01-04 15:58:30 +01:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4005bb8a8b 
							
						 
					 
					
						
						
							
							feat: service accounts (UI - extract PAT form) ( #2733 )  
						
						... 
						
						
						
						https://linear.app/unleash/issue/2-540/extract-pat-form 
By refactoring the UI logic and extracting the PAT form we can use the
same component on our service account creation form. 
					
						2023-01-04 14:51:30 +00:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							11f4435a9e 
							
						 
					 
					
						
						
							
							feat: service accounts (hooks) ( #2732 )  
						
						... 
						
						
						
						https://linear.app/unleash/issue/2-539/hooks-for-service-accounts 
Creates and adapts hooks for the Service Accounts feature, to be used by
the FE. 
					
						2023-01-04 14:05:40 +00:00 
						 
				 
			
				
					
						
							
							
								Gastón Fournier 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							bf77182ca7 
							
						 
					 
					
						
						
							
							feat: limit the amount of results coming from Prometheus ( #2776 )  
						
						... 
						
						
						
						## About the changes
To avoid showing too much data in the traffic screen, limit the number
of results to `topk`.
## Discussion points
Top 10 is a rule of thumb, but maybe we could do top 25. Until we gather
more data, I believe this should be good enough 
						
					 
					
						2023-01-04 11:00:04 +01:00 
						 
				 
			
				
					
						
							
							
								Tymoteusz Czech 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							111dddd746 
							
						 
					 
					
						
						
							
							fix: archived feature layout ( #2713 )  
						
						
						
					 
					
						2023-01-04 09:24:39 +00:00 
						 
				 
			
				
					
						
							
							
								sjaanus 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							45652f6bf9 
							
						 
					 
					
						
						
							
							Makestyles 7-1 ( #2813 )  
						
						
						
					 
					
						2023-01-04 11:17:13 +02:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							52882e40e9 
							
						 
					 
					
						
						
							
							chore(deps): update dependency vite to v4.0.4 ( #2810 )  
						
						... 
						
						
						
						[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [vite](https://togithub.com/vitejs/vite/tree/main/#readme )
([source](https://togithub.com/vitejs/vite )) | [`4.0.3` ->
`4.0.4`](https://renovatebot.com/diffs/npm/vite/4.0.3/4.0.4 ) |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>vitejs/vite</summary>
###
[`v4.0.4`](https://togithub.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small404-2023-01-03-small )
[Compare
Source](https://togithub.com/vitejs/vite/compare/v4.0.3...v4.0.4 )
- fix: importmap should insert before module preload link
([#​11492](https://togithub.com/vitejs/vite/issues/11492 ))
([25c64d7](https://togithub.com/vitejs/vite/commit/25c64d7 )), closes
[#​11492](https://togithub.com/vitejs/vite/issues/11492 )
- fix: server.host with ipv6 missed \[] (fix
[#​11466](https://togithub.com/vitejs/vite/issues/11466 ))
([#​11509](https://togithub.com/vitejs/vite/issues/11509 ))
([2c38bae](https://togithub.com/vitejs/vite/commit/2c38bae )), closes
[#​11466](https://togithub.com/vitejs/vite/issues/11466 )
[#​11509](https://togithub.com/vitejs/vite/issues/11509 )
- fix: stop considering parent URLs as public file
([#​11145](https://togithub.com/vitejs/vite/issues/11145 ))
([568a014](https://togithub.com/vitejs/vite/commit/568a014 )), closes
[#​11145](https://togithub.com/vitejs/vite/issues/11145 )
- fix(build): invalidate chunk hash when css changed
([#​11475](https://togithub.com/vitejs/vite/issues/11475 ))
([7a97a04](https://togithub.com/vitejs/vite/commit/7a97a04 )), closes
[#​11475](https://togithub.com/vitejs/vite/issues/11475 )
- fix(cli): ctrl+C no longer kills processes
([#​11434](https://togithub.com/vitejs/vite/issues/11434 ))
([#​11518](https://togithub.com/vitejs/vite/issues/11518 ))
([718fc1d](https://togithub.com/vitejs/vite/commit/718fc1d )), closes
[#​11434](https://togithub.com/vitejs/vite/issues/11434 )
[#​11518](https://togithub.com/vitejs/vite/issues/11518 )
- fix(cli): revert ctrl+C no longer kills processes
([#​11434](https://togithub.com/vitejs/vite/issues/11434 ))
([#​11518](https://togithub.com/vitejs/vite/issues/11518 ))
([#​11562](https://togithub.com/vitejs/vite/issues/11562 ))
([3748acb](https://togithub.com/vitejs/vite/commit/3748acb )), closes
[#​11434](https://togithub.com/vitejs/vite/issues/11434 )
[#​11518](https://togithub.com/vitejs/vite/issues/11518 )
[#​11562](https://togithub.com/vitejs/vite/issues/11562 )
- fix(optimizer): check .vite/deps directory existence before removing
([#​11499](https://togithub.com/vitejs/vite/issues/11499 ))
([1b043f9](https://togithub.com/vitejs/vite/commit/1b043f9 )), closes
[#​11499](https://togithub.com/vitejs/vite/issues/11499 )
- fix(ssr): emit js sourcemaps for ssr builds
([#​11343](https://togithub.com/vitejs/vite/issues/11343 ))
([f12a1ab](https://togithub.com/vitejs/vite/commit/f12a1ab )), closes
[#​11343](https://togithub.com/vitejs/vite/issues/11343 )
- chore: update license
([#​11476](https://togithub.com/vitejs/vite/issues/11476 ))
([3d346c0](https://togithub.com/vitejs/vite/commit/3d346c0 )), closes
[#​11476](https://togithub.com/vitejs/vite/issues/11476 )
- chore(deps): update dependency
[@​rollup/plugin-json](https://togithub.com/rollup/plugin-json ) to
v6 ([#​11553](https://togithub.com/vitejs/vite/issues/11553 ))
([3647d07](https://togithub.com/vitejs/vite/commit/3647d07 )), closes
[#​11553](https://togithub.com/vitejs/vite/issues/11553 )
</details>
---
### Configuration
📅  **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦  **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕  **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC43NC4yIiwidXBkYXRlZEluVmVyIjoiMzQuNzQuMiJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2023-01-04 00:24:06 +00:00 
						 
				 
			
				
					
						
							
							
								Fredrik Strand Oseberg 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							093156f5f5 
							
						 
					 
					
						
						
							
							Refactor/make styles batch 6 part 2 ( #2811 )  
						
						... 
						
						
						
						Adds another batch of refactored components 
						
					 
					
						2023-01-03 16:15:22 +01:00 
						 
				 
			
				
					
						
							
							
								sjaanus 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b631618532 
							
						 
					 
					
						
						
							
							Makestyles refactor #7/1 ( #2805 )  
						
						
						
					 
					
						2023-01-03 16:30:59 +02:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							cc1512cd44 
							
						 
					 
					
						
						
							
							refactor: styled component in header ( #2808 )  
						
						
						
					 
					
						2023-01-03 14:52:10 +01:00 
						 
				 
			
				
					
						
							
							
								sjaanus 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							88d649d239 
							
						 
					 
					
						
						
							
							Allow hiding environments from the feature overview screen ( #2727 )  
						
						
						
					 
					
						2023-01-03 15:41:34 +02:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c2a3872386 
							
						 
					 
					
						
						
							
							Fix(typo): Fix "login"/"log in", "logout"/"log out" issues ( #2807 )  
						
						... 
						
						
						
						## What
This change updates some places in the docs where we use the terms
"login" and "logout" incorrectly.
A "login" is a noun, typically referring to the set of credentials you
need to _log in_ to a service. The verb form, the act of signing in, is
written in two words: to "log in".
A similar logic applies to "logout" and "log out", although I don't find
the term "logout" in my dictionary. However, I think it makes sense to
talk about "logout requests" (and I see references to logout in other
services and documentation), so I'm happy to use that as a noun.
Regardless, the act of logging out is to "log out". 
						
					 
					
						2023-01-03 13:40:03 +01:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							644ec69a13 
							
						 
					 
					
						
						
							
							refactor: extract styled components ( #2798 )  
						
						
						
					 
					
						2023-01-03 12:41:48 +01:00 
						 
				 
			
				
					
						
							
							
								Fredrik Strand Oseberg 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							241ede8ca9 
							
						 
					 
					
						
						
							
							Refactor/make styles batch 6 ( #2793 )  
						
						... 
						
						
						
						Refactors a number of components in the frontend away from deprecated makeStyles 
						
					 
					
						2023-01-03 09:24:55 +01:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							231b26995c 
							
						 
					 
					
						
						
							
							refactor: batch of changes for styled components ( #2791 )  
						
						
						
					 
					
						2023-01-03 09:20:26 +01:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7150ff1b13 
							
						 
					 
					
						
						
							
							chore(deps): update dependency eslint to v8.31.0 ( #2787 )  
						
						... 
						
						
						
						[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [eslint](https://eslint.org )
([source](https://togithub.com/eslint/eslint )) | [`8.30.0` ->
`8.31.0`](https://renovatebot.com/diffs/npm/eslint/8.30.0/8.31.0 ) |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>eslint/eslint</summary>
### [`v8.31.0`](https://togithub.com/eslint/eslint/releases/tag/v8.31.0 )
[Compare
Source](https://togithub.com/eslint/eslint/compare/v8.30.0...v8.31.0 )
##### Features
-
[`52c7c73`](52c7c73c05https://togithub.com/eslint/eslint/issues/16693 ))
(Milos Djermanovic)
-
[`b401cde`](b401cde47dhttps://togithub.com/eslint/eslint/issues/16006 ))
(Morten Kaltoft)
-
[`30d0daf`](30d0daf55ehttps://togithub.com/eslint/eslint/issues/16677 ))
(Francesco Trotta)
##### Bug Fixes
-
[`35439f1`](35439f1572https://togithub.com/eslint/eslint/issues/16722 ))
(Francesco Trotta)
-
[`87b2470`](87b247058ehttps://togithub.com/eslint/eslint/issues/16608 ))
(Milos Djermanovic)
##### Documentation
-
[`4339dc4`](4339dc462d4e4049c5fahttps://togithub.com/eslint/eslint/issues/16669 )) (Sam
Chen)
-
[`54a7ade`](54a7ade5d8https://togithub.com/eslint/eslint/issues/16719 )) (Sam
Chen)
-
[`e5ecfef`](e5ecfefa1chttps://togithub.com/eslint/eslint/issues/16712 ))
(Elliot Huffman)
-
[`a3262f0`](a3262f0a63https://togithub.com/eslint/eslint/issues/16638 ))
(Amaresh S M)
-
[`a14ccf9`](a14ccf91afhttps://togithub.com/eslint/eslint/issues/16709 )) (Sam
Chen)
-
[`3b29eb1`](3b29eb14e0https://togithub.com/eslint/eslint/issues/16710 ))
(Abdullah Osama)
-
[`a638673`](a638673ee6https://togithub.com/eslint/eslint/issues/16700 ))
(Shanmughapriyan S)
-
[`f62b722`](f62b722251https://togithub.com/eslint/eslint/issues/16698 ))
(Shanmughapriyan S)
-
[`4d27ec6`](4d27ec6019https://togithub.com/eslint/eslint/issues/16686 ))
(Percy Ma)
-
[`8bda20e`](8bda20e827https://togithub.com/eslint/eslint/issues/16685 ))
(Percy Ma)
-
[`b68440f`](b68440ff2bhttps://togithub.com/eslint/eslint/issues/16596 )) (Ben
Perlmutter)
##### Chores
-
[`65d4e24`](65d4e24c36https://togithub.com/eslint/eslintrc )[@​1](https://togithub.com/1 ).4.1
([#​16729](https://togithub.com/eslint/eslint/issues/16729 ))
(Brandon Mills)
-
[`8d93081`](8d93081a71https://togithub.com/eslint/eslint/issues/16721 )) (Sam
Chen)
-
[`8f17247`](8f17247a93https://togithub.com/eslint/eslint/issues/16717 ))
(Nicholas C. Zakas)
-
[`4cd87cb`](4cd87cb3c5https://togithub.com/eslint/eslint/issues/16713 ))
(dependabot\[bot])
-
[`fd20c75`](fd20c75b10https://togithub.com/eslint/eslint/issues/16705 ))
(Darius Dzien)
-
[`10a5c78`](10a5c78393https://togithub.com/eslint/eslint/issues/16678 ))
(Milos Djermanovic)
</details>
---
### Configuration
📅  **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦  **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕  **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC43NC4yIiwidXBkYXRlZEluVmVyIjoiMzQuNzQuMiJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2023-01-02 22:32:10 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							84f69df050 
							
						 
					 
					
						
						
							
							chore(deps): update dependency immer to v9.0.17 ( #2789 )  
						
						... 
						
						
						
						[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [immer](https://togithub.com/immerjs/immer ) | [`9.0.16` ->
`9.0.17`](https://renovatebot.com/diffs/npm/immer/9.0.16/9.0.17 ) |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>immerjs/immer</summary>
### [`v9.0.17`](https://togithub.com/immerjs/immer/releases/tag/v9.0.17 )
[Compare
Source](https://togithub.com/immerjs/immer/compare/v9.0.16...v9.0.17 )
##### Bug Fixes
- special case NaN in setter
([#​912](https://togithub.com/immerjs/immer/issues/912 ))
([5721bb7](5721bb7cfa📅  **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦  **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕  **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC43NC4yIiwidXBkYXRlZEluVmVyIjoiMzQuNzQuMiJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2023-01-02 18:48:05 +00:00 
						 
				 
			
				
					
						
							
							
								sjaanus 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8a8cd1bf27 
							
						 
					 
					
						
						
							
							UI Flags cleanup ( #2778 )  
						
						
						
					 
					
						2023-01-02 15:41:43 +02:00 
						 
				 
			
				
					
						
							
							
								sjaanus 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c62d775933 
							
						 
					 
					
						
						
							
							Fix padding for tabs in admin section ( #2772 )  
						
						... 
						
						
						
						Tabs from admin section were missing paddings left-right.
This PR adds these paddings. 
						
					 
					
						2023-01-02 15:40:37 +02:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							88004a6138 
							
						 
					 
					
						
						
							
							feat: allows creation of PATs for other users ( #2718 )  
						
						... 
						
						
						
						https://linear.app/unleash/issue/2-530/api-allow-creation-of-pats-for-other-users 

Adds and takes into account the following permissions:
 - **READ_USER_PAT**;
 - **CREATE_USER_PAT**;
 - **DELETE_USER_PAT**;
 
 API only, will make some exploration on UI soon.
Co-authored-by: Gastón Fournier <gaston@getunleash.ai> 
					
						2023-01-02 10:49:57 +00:00 
						 
				 
			
				
					
						
							
							
								sjaanus 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d5e47ac352 
							
						 
					 
					
						
						
							
							formatApiPath / formatAssetPath - Implement smart functionality to detect double subpath ( #2777 )  
						
						... 
						
						
						
						Today we have two functions that wrap our paths with the subpath. Since
all of our customers are hosted on a subpath, such as /eubb1001, we need
to account for this path when building API paths and asset paths.
These functions could be smarter, we could, for example detect if we
have already added the base path and ignore it if it already exists.
**This PR implements this and adds 2 capabilities:**
1. If there is list of paths that need to be joined and one is subset of
another, it is removed.
2. All duplicate paths in the list are removed 
						
					 
					
						2023-01-02 12:06:33 +02:00 
						 
				 
			
				
					
						
							
							
								Tymoteusz Czech 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							340bcf1d1b 
							
						 
					 
					
						
						
							
							fix: add frontend eslint check ( #2562 )  
						
						... 
						
						
						
						Add eslint to CI pipeline 
						
					 
					
						2023-01-02 10:46:32 +01:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e9e6d610f4 
							
						 
					 
					
						
						
							
							chore(deps): update dependency vitest to v0.26.3 ( #2788 )  
						
						... 
						
						
						
						[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [vitest](https://togithub.com/vitest-dev/vitest ) | [`0.26.2` ->
`0.26.3`](https://renovatebot.com/diffs/npm/vitest/0.26.2/0.26.3 ) |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>vitest-dev/vitest</summary>
###
[`v0.26.3`](https://togithub.com/vitest-dev/vitest/releases/tag/v0.26.3 )
[Compare
Source](https://togithub.com/vitest-dev/vitest/compare/v0.26.2...v0.26.3 )
#####    🚀  Features
- **mock**: Expose a `importOriginal` helper to the factory  -  by
[@​antfu](https://togithub.com/antfu ) in
[https://github.com/vitest-dev/vitest/issues/2551 ](https://togithub.com/vitest-dev/vitest/issues/2551 )
[<samp>(853ee)</samp>](https://togithub.com/vitest-dev/vitest/commit/853eeddb )
#####    🐞  Bug Fixes
- Correctly automock nested interoped defaults  -  by
[@​sheremet-va](https://togithub.com/sheremet-va ) in
[https://github.com/vitest-dev/vitest/issues/2559 ](https://togithub.com/vitest-dev/vitest/issues/2559 )
[<samp>(a431d)</samp>](https://togithub.com/vitest-dev/vitest/commit/a431df80 )
- Start tracking module resolution as soon as possible for easier
tracking  -  by [@​sheremet-va](https://togithub.com/sheremet-va )
in
[https://github.com/vitest-dev/vitest/issues/2560 ](https://togithub.com/vitest-dev/vitest/issues/2560 )
[<samp>(9f41e)</samp>](https://togithub.com/vitest-dev/vitest/commit/9f41edda )
- Don't hang when mocking module with circular dependency  -  by
[@​sheremet-va](https://togithub.com/sheremet-va ) in
[https://github.com/vitest-dev/vitest/issues/2572 ](https://togithub.com/vitest-dev/vitest/issues/2572 )
[<samp>(c479d)</samp>](https://togithub.com/vitest-dev/vitest/commit/c479d9c0 )
- Show list of tests when typechecking  -  by
[@​sheremet-va](https://togithub.com/sheremet-va ) in
[https://github.com/vitest-dev/vitest/issues/2585 ](https://togithub.com/vitest-dev/vitest/issues/2585 )
[<samp>(32a57)</samp>](https://togithub.com/vitest-dev/vitest/commit/32a577b1 )
- **api**: Make api parse error stacks and return sourcePos in
onTaskUpdate  -  by
[@​adrienbaron](https://togithub.com/adrienbaron ) in
[https://github.com/vitest-dev/vitest/issues/2563 ](https://togithub.com/vitest-dev/vitest/issues/2563 )
[<samp>(ef77d)</samp>](https://togithub.com/vitest-dev/vitest/commit/ef77dccf )
- **coverage**: Env-replacer to remove query params from sourcemaps
filenames  -  by [@​AriPerkkio](https://togithub.com/AriPerkkio )
in
[https://github.com/vitest-dev/vitest/issues/2584 ](https://togithub.com/vitest-dev/vitest/issues/2584 )
[<samp>(dba13)</samp>](https://togithub.com/vitest-dev/vitest/commit/dba13374 )
#####     [View changes on
GitHub](https://togithub.com/vitest-dev/vitest/compare/v0.26.2...v0.26.3 )
</details>
---
### Configuration
📅  **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦  **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕  **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC43NC4yIiwidXBkYXRlZEluVmVyIjoiMzQuNzQuMiJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2023-01-01 19:36:10 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4317b2ed60 
							
						 
					 
					
						
						
							
							chore(deps): update dependency @types/react-table to v7.7.14 ( #2786 )  
						
						... 
						
						
						
						[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@types/react-table](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-table )
([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped )) |
[`7.7.13` ->
`7.7.14`](https://renovatebot.com/diffs/npm/@types%2freact-table/7.7.13/7.7.14 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### ⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.
---
### Configuration
📅  **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦  **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕  **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC43NC4yIiwidXBkYXRlZEluVmVyIjoiMzQuNzQuMiJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2022-12-31 05:10:56 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							53d5d2928f 
							
						 
					 
					
						
						
							
							chore(deps): update dependency @types/jest to v29.2.5 ( #2785 )  
						
						... 
						
						
						
						[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@types/jest](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jest )
([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped )) |
[`29.2.4` ->
`29.2.5`](https://renovatebot.com/diffs/npm/@types%2fjest/29.2.4/29.2.5 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Configuration
📅  **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦  **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕  **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC43NC4yIiwidXBkYXRlZEluVmVyIjoiMzQuNzQuMiJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2022-12-31 02:43:09 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4643f88511 
							
						 
					 
					
						
						
							
							chore(deps): update dependency @uiw/codemirror-theme-duotone to v4.19.5 ( #2779 )  
						
						... 
						
						
						
						[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@uiw/codemirror-theme-duotone](https://uiwjs.github.io/react-codemirror/#/theme/data/duotone/light )
([source](https://togithub.com/uiwjs/react-codemirror )) | [`4.19.4` ->
`4.19.5`](https://renovatebot.com/diffs/npm/@uiw%2fcodemirror-theme-duotone/4.19.4/4.19.5 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>uiwjs/react-codemirror</summary>
###
[`v4.19.5`](https://togithub.com/uiwjs/react-codemirror/releases/tag/v4.19.5 )
[Compare
Source](https://togithub.com/uiwjs/react-codemirror/compare/v4.19.4...v4.19.5 )
[](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-codemirror@4.19.5/file/README.md )
Documentation v4.19.5:
https://raw.githack.com/uiwjs/react-codemirror/1222b42/index.html \
Comparing Changes:
https://github.com/uiwjs/react-codemirror/compare/v4.19.4...v4.19.5 
```shell
npm i @​uiw/react-codemirror@4.19.5
```
- 🌍  website: fix themes all error.
[`3023dcd`](https://togithub.com/uiwjs/react-codemirror/commit/3023dcd )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
- 🐞  fix(core): don't set editor content if value is undefined
[#​441](https://togithub.com/uiwjs/react-codemirror/issues/441 )
([#​442](https://togithub.com/uiwjs/react-codemirror/issues/442 ))
[`0551523`](https://togithub.com/uiwjs/react-codemirror/commit/0551523 )
[@​mrdrogdrog](https://togithub.com/mrdrogdrog )
</details>
---
### Configuration
📅  **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦  **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕  **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC43NC4yIiwidXBkYXRlZEluVmVyIjoiMzQuNzQuMiJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2022-12-30 08:31:45 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2a18dba936 
							
						 
					 
					
						
						
							
							chore(deps): update dependency @uiw/react-codemirror to v4.19.5 ( #2780 )  
						
						... 
						
						
						
						[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@uiw/react-codemirror](https://uiwjs.github.io/react-codemirror )
([source](https://togithub.com/uiwjs/react-codemirror )) | [`4.19.4` ->
`4.19.5`](https://renovatebot.com/diffs/npm/@uiw%2freact-codemirror/4.19.4/4.19.5 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>uiwjs/react-codemirror</summary>
###
[`v4.19.5`](https://togithub.com/uiwjs/react-codemirror/releases/tag/v4.19.5 )
[Compare
Source](https://togithub.com/uiwjs/react-codemirror/compare/v4.19.4...v4.19.5 )
[](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-codemirror@4.19.5/file/README.md )
Documentation v4.19.5:
https://raw.githack.com/uiwjs/react-codemirror/1222b42/index.html \
Comparing Changes:
https://github.com/uiwjs/react-codemirror/compare/v4.19.4...v4.19.5 
```shell
npm i @​uiw/react-codemirror@4.19.5
```
- 🌍  website: fix themes all error.
[`3023dcd`](https://togithub.com/uiwjs/react-codemirror/commit/3023dcd )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
- 🐞  fix(core): don't set editor content if value is undefined
[#​441](https://togithub.com/uiwjs/react-codemirror/issues/441 )
([#​442](https://togithub.com/uiwjs/react-codemirror/issues/442 ))
[`0551523`](https://togithub.com/uiwjs/react-codemirror/commit/0551523 )
[@​mrdrogdrog](https://togithub.com/mrdrogdrog )
</details>
---
### Configuration
📅  **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦  **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕  **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC43NC4yIiwidXBkYXRlZEluVmVyIjoiMzQuNzQuMiJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2022-12-30 05:44:45 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b3e7ec822a 
							
						 
					 
					
						
						
							
							chore(deps): update dependency vite-tsconfig-paths to v4 ( #2774 )  
						
						... 
						
						
						
						[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[vite-tsconfig-paths](https://togithub.com/aleclarson/vite-tsconfig-paths )
| [`3.6.0` ->
`4.0.3`](https://renovatebot.com/diffs/npm/vite-tsconfig-paths/3.6.0/4.0.3 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>aleclarson/vite-tsconfig-paths</summary>
###
[`v4.0.3`](https://togithub.com/aleclarson/vite-tsconfig-paths/compare/v4.0.2...v4.0.3 )
[Compare
Source](https://togithub.com/aleclarson/vite-tsconfig-paths/compare/v4.0.2...v4.0.3 )
###
[`v4.0.2`](https://togithub.com/aleclarson/vite-tsconfig-paths/compare/v4.0.1...v4.0.2 )
[Compare
Source](https://togithub.com/aleclarson/vite-tsconfig-paths/compare/v4.0.1...v4.0.2 )
###
[`v4.0.1`](https://togithub.com/aleclarson/vite-tsconfig-paths/compare/v4.0.0...v4.0.1 )
[Compare
Source](https://togithub.com/aleclarson/vite-tsconfig-paths/compare/v4.0.0...v4.0.1 )
###
[`v4.0.0`](https://togithub.com/aleclarson/vite-tsconfig-paths/compare/v3.6.0...v4.0.0 )
[Compare
Source](https://togithub.com/aleclarson/vite-tsconfig-paths/compare/v3.6.0...v4.0.0 )
</details>
---
### Configuration
📅  **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦  **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕  **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC43NC4yIiwidXBkYXRlZEluVmVyIjoiMzQuNzQuMiJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2022-12-29 12:11:08 +01:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e1be9b0f12 
							
						 
					 
					
						
						
							
							chore(deps): update dependency vite to v4 ( #2773 )  
						
						... 
						
						
						
						[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [vite](https://togithub.com/vitejs/vite/tree/main/#readme )
([source](https://togithub.com/vitejs/vite )) | [`3.2.5` ->
`4.0.3`](https://renovatebot.com/diffs/npm/vite/3.2.5/4.0.3 ) |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>vitejs/vite</summary>
###
[`v4.0.3`](https://togithub.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small403-2022-12-21-small )
[Compare
Source](https://togithub.com/vitejs/vite/compare/v4.0.2...v4.0.3 )
- chore(deps): update dependency
[@​rollup/plugin-commonjs](https://togithub.com/rollup/plugin-commonjs )
to v24 ([#​11420](https://togithub.com/vitejs/vite/issues/11420 ))
([241db16](https://togithub.com/vitejs/vite/commit/241db16 )), closes
[#​11420](https://togithub.com/vitejs/vite/issues/11420 )
- chore(typo): fix typo
([#​11445](https://togithub.com/vitejs/vite/issues/11445 ))
([ed80ea5](https://togithub.com/vitejs/vite/commit/ed80ea5 )), closes
[#​11445](https://togithub.com/vitejs/vite/issues/11445 )
- fix(ssr): ignore module exports condition
([#​11409](https://togithub.com/vitejs/vite/issues/11409 ))
([d3c9c0b](https://togithub.com/vitejs/vite/commit/d3c9c0b )), closes
[#​11409](https://togithub.com/vitejs/vite/issues/11409 )
- feat: allow import.meta.hot define override
([#​8944](https://togithub.com/vitejs/vite/issues/8944 ))
([857d578](https://togithub.com/vitejs/vite/commit/857d578 )), closes
[#​8944](https://togithub.com/vitejs/vite/issues/8944 )
###
[`v4.0.2`](https://togithub.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small402-2022-12-18-small )
[Compare
Source](https://togithub.com/vitejs/vite/compare/v4.0.1...v4.0.2 )
- fix: fix the error message in the `toOutputFilePathWithoutRuntime`
function
([#​11367](https://togithub.com/vitejs/vite/issues/11367 ))
([8820f75](https://togithub.com/vitejs/vite/commit/8820f75 )), closes
[#​11367](https://togithub.com/vitejs/vite/issues/11367 )
- fix: make `vite optimize` prebundle for dev
([#​11387](https://togithub.com/vitejs/vite/issues/11387 ))
([b4ced0f](https://togithub.com/vitejs/vite/commit/b4ced0f )), closes
[#​11387](https://togithub.com/vitejs/vite/issues/11387 )
- fix: revert
[#​11290](https://togithub.com/vitejs/vite/issues/11290 )
([#​11412](https://togithub.com/vitejs/vite/issues/11412 ))
([6587d2f](https://togithub.com/vitejs/vite/commit/6587d2f )), closes
[#​11290](https://togithub.com/vitejs/vite/issues/11290 )
[#​11412](https://togithub.com/vitejs/vite/issues/11412 )
- fix: server and preview open fails to add slash before relative path
([#​11394](https://togithub.com/vitejs/vite/issues/11394 ))
([57276b7](https://togithub.com/vitejs/vite/commit/57276b7 )), closes
[#​11394](https://togithub.com/vitejs/vite/issues/11394 )
- fix: skip applescript when no Chromium browser found (fixes
[#​11205](https://togithub.com/vitejs/vite/issues/11205 ))
([#​11406](https://togithub.com/vitejs/vite/issues/11406 ))
([274d1f3](https://togithub.com/vitejs/vite/commit/274d1f3 )), closes
[#​11205](https://togithub.com/vitejs/vite/issues/11205 )
[#​11406](https://togithub.com/vitejs/vite/issues/11406 )
- fix(deps): update dependency ufo to v1
([#​11372](https://togithub.com/vitejs/vite/issues/11372 ))
([4288300](https://togithub.com/vitejs/vite/commit/4288300 )), closes
[#​11372](https://togithub.com/vitejs/vite/issues/11372 )
- chore: typecheck create-vite
([#​11295](https://togithub.com/vitejs/vite/issues/11295 ))
([af86e5b](https://togithub.com/vitejs/vite/commit/af86e5b )), closes
[#​11295](https://togithub.com/vitejs/vite/issues/11295 )
- chore(deps): update dependency convert-source-map to v2
([#​10548](https://togithub.com/vitejs/vite/issues/10548 ))
([8dc6528](https://togithub.com/vitejs/vite/commit/8dc6528 )), closes
[#​10548](https://togithub.com/vitejs/vite/issues/10548 )
- chore(deps): update dependency mlly to v1
([#​11370](https://togithub.com/vitejs/vite/issues/11370 ))
([9662d4d](https://togithub.com/vitejs/vite/commit/9662d4d )), closes
[#​11370](https://togithub.com/vitejs/vite/issues/11370 )
###
[`v4.0.1`](https://togithub.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small401-2022-12-12-small )
[Compare
Source](566d4c7bb5https://togithub.com/vitejs/vite/issues/11319 ))
([8c0bb7b](https://togithub.com/vitejs/vite/commit/8c0bb7b )), closes
[#​11319](https://togithub.com/vitejs/vite/issues/11319 )
- feat(html): clickable error position for html parse error
([#​11334](https://togithub.com/vitejs/vite/issues/11334 ))
([2e15f3d](https://togithub.com/vitejs/vite/commit/2e15f3d )), closes
[#​11334](https://togithub.com/vitejs/vite/issues/11334 )
- fix: ?inline warning for .css.js file
([#​11347](https://togithub.com/vitejs/vite/issues/11347 ))
([729fb1a](https://togithub.com/vitejs/vite/commit/729fb1a )), closes
[#​11347](https://togithub.com/vitejs/vite/issues/11347 )
- fix: check if build exists so preview doesn't show 404s due to
nonexistent build
([#​10564](https://togithub.com/vitejs/vite/issues/10564 ))
([0a1db8c](https://togithub.com/vitejs/vite/commit/0a1db8c )), closes
[#​10564](https://togithub.com/vitejs/vite/issues/10564 )
- fix: derive `useDefineForClassFields` value from
`tsconfig.compilerOptions.target` (fixes
[#​10296](https://togithub.com/vitejs/vite/issues/10296 )) (#
([42976d8](https://togithub.com/vitejs/vite/commit/42976d8 )), closes
[#​10296](https://togithub.com/vitejs/vite/issues/10296 )
[#​11301](https://togithub.com/vitejs/vite/issues/11301 )
- fix: preview fallback
([#​11312](https://togithub.com/vitejs/vite/issues/11312 ))
([cfedf9c](https://togithub.com/vitejs/vite/commit/cfedf9c )), closes
[#​11312](https://togithub.com/vitejs/vite/issues/11312 )
- fix: respect base when using `/__open-in-editor`
([#​11337](https://togithub.com/vitejs/vite/issues/11337 ))
([8856c2e](https://togithub.com/vitejs/vite/commit/8856c2e )), closes
[#​11337](https://togithub.com/vitejs/vite/issues/11337 )
- fix: wrongly resolve to optimized doppelganger
([#​11290](https://togithub.com/vitejs/vite/issues/11290 ))
([34fec41](https://togithub.com/vitejs/vite/commit/34fec41 )), closes
[#​11290](https://togithub.com/vitejs/vite/issues/11290 )
- fix(env): test NODE_ENV override before expand
([#​11309](https://togithub.com/vitejs/vite/issues/11309 ))
([d0a9281](https://togithub.com/vitejs/vite/commit/d0a9281 )), closes
[#​11309](https://togithub.com/vitejs/vite/issues/11309 )
- fix(preview): Revert
[#​10564](https://togithub.com/vitejs/vite/issues/10564 ) - throw
Error on missing outDir
([#​11335](https://togithub.com/vitejs/vite/issues/11335 ))
([3aaa0ea](https://togithub.com/vitejs/vite/commit/3aaa0ea )), closes
[#​10564](https://togithub.com/vitejs/vite/issues/10564 )
[#​11335](https://togithub.com/vitejs/vite/issues/11335 )
[#​10564](https://togithub.com/vitejs/vite/issues/10564 )
- docs: fix banner image in CHANGELOG.md
([#​11336](https://togithub.com/vitejs/vite/issues/11336 ))
([45b66f4](https://togithub.com/vitejs/vite/commit/45b66f4 )), closes
[#​11336](https://togithub.com/vitejs/vite/issues/11336 )
- chore: enable `@typescript-eslint/ban-ts-comment`
([#​11326](https://togithub.com/vitejs/vite/issues/11326 ))
([e58a4f0](https://togithub.com/vitejs/vite/commit/e58a4f0 )), closes
[#​11326](https://togithub.com/vitejs/vite/issues/11326 )
- chore: fix format
([#​11311](https://togithub.com/vitejs/vite/issues/11311 ))
([9c2b1c0](https://togithub.com/vitejs/vite/commit/9c2b1c0 )), closes
[#​11311](https://togithub.com/vitejs/vite/issues/11311 )
- chore: update changelog release notes for 4.0
([#​11285](https://togithub.com/vitejs/vite/issues/11285 ))
([83abd37](https://togithub.com/vitejs/vite/commit/83abd37 )), closes
[#​11285](https://togithub.com/vitejs/vite/issues/11285 )
- chore(deps): update all non-major dependencies
([#​11321](https://togithub.com/vitejs/vite/issues/11321 ))
([dcc0004](https://togithub.com/vitejs/vite/commit/dcc0004 )), closes
[#​11321](https://togithub.com/vitejs/vite/issues/11321 )
- chore(esbuild): add test for configuration overrides
([#​11267](https://togithub.com/vitejs/vite/issues/11267 ))
([f897b64](https://togithub.com/vitejs/vite/commit/f897b64 )), closes
[#​11267](https://togithub.com/vitejs/vite/issues/11267 )
###
[`v4.0.0`](https://togithub.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#​400-2022-12-09 )
[Compare
Source](https://togithub.com/vitejs/vite/compare/v3.2.5...566d4c7bb51cf56550a5374ee46e1e1cbea1cf1f )

Read the announcement blog post: [Announcing Vite
4](https://vitejs.dev/blog/announcing-vite4 )
Quick links:
-   [Docs](https://vitejs.dev )
-   [Migration Guide](https://vitejs.dev/guide/migration )
Docs in other languages:
-   [简体中文](https://cn.vitejs.dev/ )
-   [日本語](https://ja.vitejs.dev/ )
-   [Español](https://es.vitejs.dev/ )
##### Main Changes
This major is smaller in scope compared to Vite 3, with the main
objective of upgrading to Rollup 3. We've worked with the ecosystem to
ensure a smooth upgrade path for this new major.
##### Rollup 3
Vite is now using [Rollup
3](https://togithub.com/vitejs/vite/issues/9870 ), which allowed us to
simplify Vite's internal asset handling and has many improvements. See
the [Rollup 3 release notes
here](https://togithub.com/rollup/rollup/releases ).
##### Framework Plugins out of the Vite core monorepo
[`@vitejs/plugin-vue`](https://togithub.com/vitejs/vite-plugin-vue ) and
[`@vitejs/plugin-react`](https://togithub.com/vitejs/vite-plugin-react )
have been part of Vite core monorepo since the first versions of Vite.
This helped us to get a close feedback loop when making changes as we
were getting both Core and the plugins tested and released together.
With [vite-ecosystem-ci](https://togithub.com/vitejs/vite-ecosystem-ci )
we can get this feedback with these plugins developed on independent
repositories, so from Vite 4, [they have been moved out of the Vite core
monorepo](https://togithub.com/vitejs/vite/pull/11158 ). This is
meaningful for Vite's framework-agnostic story, and will allow us to
build independent teams to maintain each of the plugins. If you have
bugs to report or features to request, please create issues on the new
repositories moving forward:
[`vitejs/vite-plugin-vue`](https://togithub.com/vitejs/vite-plugin-vue )
and
[`vitejs/vite-plugin-react`](https://togithub.com/vitejs/vite-plugin-react ).
##### New React plugin using SWC during development
[SWC](https://swc.rs/ ) is now a mature replacement for
[Babel](https://babeljs.io/ ), especially in the context of React
projects. SWC's React Fast Refresh implementation is a lot faster than
Babel, and for some projects, it is now a better alternative. From Vite
4, two plugins are available for React projects with different
tradeoffs. We believe that both approaches are worth supporting at this
point, and we'll continue to explore improvements to both plugins in the
future.
#####
[@​vitejs/plugin-react](https://togithub.com/vitejs/plugin-react )
[@​vitejs/plugin-react](https://togithub.com/vitejs/vite-plugin-react )
is a plugin that uses esbuild and Babel, achieving fast HMR with a small
package footprint and the flexibility of being able to use the babel
transform pipeline.
#####
[@​vitejs/plugin-react-swc](https://togithub.com/vitejs/plugin-react-swc )
(new)
[@​vitejs/plugin-react-swc](https://togithub.com/vitejs/vite-plugin-react-swc )
is a new plugin that uses esbuild during build, but replaces Babel with
SWC during development. For big projects that don't require non-standard
React extensions, cold start and Hot Module Replacement (HMR) can be
significantly faster.
##### Compatibility
The modern browser build now targets `safari14` by default for wider
ES2020 compatibility
([https://github.com/vitejs/vite/issues/9063 ](https://togithub.com/vitejs/vite/issues/9063 )).
This means that modern builds can now use
[`BigInt`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt )
and that the [nullish coallessing
operator](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Nullish_coalescing )
isn't transpiled anymore. If you need to support older browsers, you can
add
[`@vitejs/plugin-legacy`](https://togithub.com/vitejs/vite/tree/main/packages/plugin-legacy )
as usual.
##### Importing CSS as a string
In Vite 3, importing the default export of a `.css` file could introduce
a double loading of CSS.
```ts
import cssString from './global.css';
```
This double loading could occur since a `.css` file will be emitted and
it's likely that the CSS string will also be used by the application
code — for example, injected by the framework runtime. From Vite 4, the
`.css` default export [has been
deprecated](https://togithub.com/vitejs/vite/issues/11094 ). The
`?inline` query suffix modifier needs to be used in this case, as that
doesn't emit the imported `.css` styles.
```ts
import stuff from './global.css?inline'
```
##### Other features
- Support for patch-package when pre bundling dependencies
([#​10286](https://togithub.com/vitejs/vite/issues/10286 ))
- Cleaner build logs output
([#​10895](https://togithub.com/vitejs/vite/issues/10895 )) and
switch to `kB` to align with browser dev tools
([#​10982](https://togithub.com/vitejs/vite/issues/10982 ))
- Improved error messages during SSR
([#​11156](https://togithub.com/vitejs/vite/issues/11156 ))
##### Features
- feat: add CLI keyboard shortcuts
([#​11228](https://togithub.com/vitejs/vite/issues/11228 ))
([87973f1](https://togithub.com/vitejs/vite/commit/87973f1 )), closes
[#​11228](https://togithub.com/vitejs/vite/issues/11228 )
- feat: export error message generator
([#​11155](https://togithub.com/vitejs/vite/issues/11155 ))
([493ba1e](https://togithub.com/vitejs/vite/commit/493ba1e )), closes
[#​11155](https://togithub.com/vitejs/vite/issues/11155 )
- feat(node/plugins): esbuild options
([#​11049](https://togithub.com/vitejs/vite/issues/11049 ))
([735b98b](https://togithub.com/vitejs/vite/commit/735b98b )), closes
[#​11049](https://togithub.com/vitejs/vite/issues/11049 )
- feat: improve the error message of `expand`
([#​11141](https://togithub.com/vitejs/vite/issues/11141 ))
([825c793](https://togithub.com/vitejs/vite/commit/825c793 )), closes
[#​11141](https://togithub.com/vitejs/vite/issues/11141 )
- feat: update [@​types/node](https://togithub.com/types/node ) to
v18 ([#​11195](https://togithub.com/vitejs/vite/issues/11195 ))
([4ec9f53](https://togithub.com/vitejs/vite/commit/4ec9f53 )), closes
[#​11195](https://togithub.com/vitejs/vite/issues/11195 )
- feat(client)!: remove never implemented hot.decline
([#​11036](https://togithub.com/vitejs/vite/issues/11036 ))
([e257e3b](https://togithub.com/vitejs/vite/commit/e257e3b )), closes
[#​11036](https://togithub.com/vitejs/vite/issues/11036 )
- feat!: support `safari14` by default for wider ES2020 compatibility
([#​9063](https://togithub.com/vitejs/vite/issues/9063 ))
([3cc65d7](https://togithub.com/vitejs/vite/commit/3cc65d7 )), closes
[#​9063](https://togithub.com/vitejs/vite/issues/9063 )
- feat!: support multiline values in env files
([#​10826](https://togithub.com/vitejs/vite/issues/10826 ))
([606e60d](https://togithub.com/vitejs/vite/commit/606e60d )), closes
[#​10826](https://togithub.com/vitejs/vite/issues/10826 )
- feat(ssr)!: remove dedupe and mode support for CJS
([#​11101](https://togithub.com/vitejs/vite/issues/11101 ))
([3090564](https://togithub.com/vitejs/vite/commit/3090564 )), closes
[#​11101](https://togithub.com/vitejs/vite/issues/11101 )
- feat: align object interface for `transformIndexHtml` hook
([#​9669](https://togithub.com/vitejs/vite/issues/9669 ))
([1db52bf](https://togithub.com/vitejs/vite/commit/1db52bf )), closes
[#​9669](https://togithub.com/vitejs/vite/issues/9669 )
- feat(build): cleaner logs output
([#​10895](https://togithub.com/vitejs/vite/issues/10895 ))
([7d24b5f](https://togithub.com/vitejs/vite/commit/7d24b5f )), closes
[#​10895](https://togithub.com/vitejs/vite/issues/10895 )
- feat(css): deprecate css default export
([#​11094](https://togithub.com/vitejs/vite/issues/11094 ))
([01dee1b](https://togithub.com/vitejs/vite/commit/01dee1b )), closes
[#​11094](https://togithub.com/vitejs/vite/issues/11094 )
- feat(optimizer): support patch-package
([#​10286](https://togithub.com/vitejs/vite/issues/10286 ))
([4fb7ad0](https://togithub.com/vitejs/vite/commit/4fb7ad0 )), closes
[#​10286](https://togithub.com/vitejs/vite/issues/10286 )
- feat(build): Use kB in build reporter
([#​10982](https://togithub.com/vitejs/vite/issues/10982 ))
([b57acfa](https://togithub.com/vitejs/vite/commit/b57acfa )), closes
[#​10982](https://togithub.com/vitejs/vite/issues/10982 )
- feat(css): upgrade postcss-modules
([#​10987](https://togithub.com/vitejs/vite/issues/10987 ))
([892916d](https://togithub.com/vitejs/vite/commit/892916d )), closes
[#​10987](https://togithub.com/vitejs/vite/issues/10987 )
- feat(hmr): invalidate message
([#​10946](https://togithub.com/vitejs/vite/issues/10946 ))
([0d73473](https://togithub.com/vitejs/vite/commit/0d73473 )), closes
[#​10946](https://togithub.com/vitejs/vite/issues/10946 )
- feat(client): expose hot.prune API
([#​11016](https://togithub.com/vitejs/vite/issues/11016 ))
([f40c18d](https://togithub.com/vitejs/vite/commit/f40c18d )), closes
[#​11016](https://togithub.com/vitejs/vite/issues/11016 )
- feat(hmr): deduplicate paths and join them with commas
([#​10891](https://togithub.com/vitejs/vite/issues/10891 ))
([967299a](https://togithub.com/vitejs/vite/commit/967299a )), closes
[#​10891](https://togithub.com/vitejs/vite/issues/10891 )
- feat: base without trailing slash
([#​10723](https://togithub.com/vitejs/vite/issues/10723 ))
([8f87282](https://togithub.com/vitejs/vite/commit/8f87282 )), closes
[#​10723](https://togithub.com/vitejs/vite/issues/10723 )
- feat: handle static assets in case-sensitive manner
([#​10475](https://togithub.com/vitejs/vite/issues/10475 ))
([c1368c3](https://togithub.com/vitejs/vite/commit/c1368c3 )), closes
[#​10475](https://togithub.com/vitejs/vite/issues/10475 )
- feat(cli): build --profile
([#​10719](https://togithub.com/vitejs/vite/issues/10719 ))
([9c808cd](https://togithub.com/vitejs/vite/commit/9c808cd )), closes
[#​10719](https://togithub.com/vitejs/vite/issues/10719 )
- feat(env): support dotenv-expand to contains process env
([#​10370](https://togithub.com/vitejs/vite/issues/10370 ))
([d5fe92c](https://togithub.com/vitejs/vite/commit/d5fe92c )), closes
[#​10370](https://togithub.com/vitejs/vite/issues/10370 )
- feat!: set esbuild default charset to utf8
([#​10753](https://togithub.com/vitejs/vite/issues/10753 ))
([4caf4b6](https://togithub.com/vitejs/vite/commit/4caf4b6 )), closes
[#​10753](https://togithub.com/vitejs/vite/issues/10753 )
- feat: rollup 3
([#​9870](https://togithub.com/vitejs/vite/issues/9870 ))
([beb7166](https://togithub.com/vitejs/vite/commit/beb7166 )), closes
[#​9870](https://togithub.com/vitejs/vite/issues/9870 )
##### Bug Fixes
- fix: add `\0` to virtual files id
([#​11261](https://togithub.com/vitejs/vite/issues/11261 ))
([02cdfa9](https://togithub.com/vitejs/vite/commit/02cdfa9 )), closes
[#​11261](https://togithub.com/vitejs/vite/issues/11261 )
- fix: skip shortcuts on non-tty stdin
([#​11263](https://togithub.com/vitejs/vite/issues/11263 ))
([9602686](https://togithub.com/vitejs/vite/commit/9602686 )), closes
[#​11263](https://togithub.com/vitejs/vite/issues/11263 )
- fix(ssr): skip rewriting stack trace if it's already rewritten (fixes
[#​11037](https://togithub.com/vitejs/vite/issues/11037 ))
([#​11070](https://togithub.com/vitejs/vite/issues/11070 ))
([feb8ce0](https://togithub.com/vitejs/vite/commit/feb8ce0 )), closes
[#​11037](https://togithub.com/vitejs/vite/issues/11037 )
[#​11070](https://togithub.com/vitejs/vite/issues/11070 )
- refactor(optimizer): await depsOptimizer.scanProcessing
([#​11251](https://togithub.com/vitejs/vite/issues/11251 ))
([fa64c8e](https://togithub.com/vitejs/vite/commit/fa64c8e )), closes
[#​11251](https://togithub.com/vitejs/vite/issues/11251 )
- fix: improve CLI shortcuts help display
([#​11247](https://togithub.com/vitejs/vite/issues/11247 ))
([bb235b2](https://togithub.com/vitejs/vite/commit/bb235b2 )), closes
[#​11247](https://togithub.com/vitejs/vite/issues/11247 )
- fix: less promises for scanning and await with allSettled
([#​11245](https://togithub.com/vitejs/vite/issues/11245 ))
([45b170e](https://togithub.com/vitejs/vite/commit/45b170e )), closes
[#​11245](https://togithub.com/vitejs/vite/issues/11245 )
- fix(optimizer): escape entrypoints when running scanner
([#​11250](https://togithub.com/vitejs/vite/issues/11250 ))
([b61894e](https://togithub.com/vitejs/vite/commit/b61894e )), closes
[#​11250](https://togithub.com/vitejs/vite/issues/11250 )
- fix: await scanner
([#​11242](https://togithub.com/vitejs/vite/issues/11242 ))
([52a6732](https://togithub.com/vitejs/vite/commit/52a6732 )), closes
[#​11242](https://togithub.com/vitejs/vite/issues/11242 )
- fix(css): fix css lang regex
([#​11237](https://togithub.com/vitejs/vite/issues/11237 ))
([a55d0b3](https://togithub.com/vitejs/vite/commit/a55d0b3 )), closes
[#​11237](https://togithub.com/vitejs/vite/issues/11237 )
- fix: don't print urls on restart with default port
([#​11230](https://togithub.com/vitejs/vite/issues/11230 ))
([5aaecb6](https://togithub.com/vitejs/vite/commit/5aaecb6 )), closes
[#​11230](https://togithub.com/vitejs/vite/issues/11230 )
- fix: serialize bundleWorkerEntry
([#​11218](https://togithub.com/vitejs/vite/issues/11218 ))
([306bed0](https://togithub.com/vitejs/vite/commit/306bed0 )), closes
[#​11218](https://togithub.com/vitejs/vite/issues/11218 )
- fix(config): resolve dynamic import as esm
([#​11220](https://togithub.com/vitejs/vite/issues/11220 ))
([f8c1ed0](https://togithub.com/vitejs/vite/commit/f8c1ed0 )), closes
[#​11220](https://togithub.com/vitejs/vite/issues/11220 )
- fix(env): prevent env expand on process.env
([#​11213](https://togithub.com/vitejs/vite/issues/11213 ))
([d4a1e2b](https://togithub.com/vitejs/vite/commit/d4a1e2b )), closes
[#​11213](https://togithub.com/vitejs/vite/issues/11213 )
- fix: add type for function localsConvention value
([#​11152](https://togithub.com/vitejs/vite/issues/11152 ))
([c9274b4](https://togithub.com/vitejs/vite/commit/c9274b4 )), closes
[#​11152](https://togithub.com/vitejs/vite/issues/11152 )
- fix: cacheDir should be ignored from watch
([#​10242](https://togithub.com/vitejs/vite/issues/10242 ))
([75dbca2](https://togithub.com/vitejs/vite/commit/75dbca2 )), closes
[#​10242](https://togithub.com/vitejs/vite/issues/10242 )
- fix: don't check .yarn/patches for computing dependencies hash
([#​11168](https://togithub.com/vitejs/vite/issues/11168 ))
([65bcccf](https://togithub.com/vitejs/vite/commit/65bcccf )), closes
[#​11168](https://togithub.com/vitejs/vite/issues/11168 )
- fix: formatError() outside rollup context
([#​11156](https://togithub.com/vitejs/vite/issues/11156 ))
([2aee2eb](https://togithub.com/vitejs/vite/commit/2aee2eb )), closes
[#​11156](https://togithub.com/vitejs/vite/issues/11156 )
- fix: Revert "fix: missing js sourcemaps with rewritten imports broke
debugging ([#​7767](https://togithub.com/vitejs/vite/issues/7767 ))
([#​9476](https://togithub.com/vitejs/vite/issues/9476 ))"
([#​11](https://togithub.com/vitejs/vite/issues/11 )
([fdc6f3a](https://togithub.com/vitejs/vite/commit/fdc6f3a )), closes
[#​7767](https://togithub.com/vitejs/vite/issues/7767 )
[#​9476](https://togithub.com/vitejs/vite/issues/9476 )
[#​11144](https://togithub.com/vitejs/vite/issues/11144 )
- fix: Dev SSR dep optimization + respect optimizeDeps.include
([#​11123](https://togithub.com/vitejs/vite/issues/11123 ))
([515caa5](https://togithub.com/vitejs/vite/commit/515caa5 )), closes
[#​11123](https://togithub.com/vitejs/vite/issues/11123 )
- fix: export preprocessCSS in CJS
([#​11067](https://togithub.com/vitejs/vite/issues/11067 ))
([793255d](https://togithub.com/vitejs/vite/commit/793255d )), closes
[#​11067](https://togithub.com/vitejs/vite/issues/11067 )
- fix: glob import parsing
([#​10949](https://togithub.com/vitejs/vite/issues/10949 ))
([#​11056](https://togithub.com/vitejs/vite/issues/11056 ))
([ac2cfd6](https://togithub.com/vitejs/vite/commit/ac2cfd6 )), closes
[#​10949](https://togithub.com/vitejs/vite/issues/10949 )
[#​11056](https://togithub.com/vitejs/vite/issues/11056 )
- fix: import.meta.env and process.env undefined variable replacement
(fix [#​8663](https://togithub.com/vitejs/vite/issues/8663 ))
([#​10958](https://togithub.com/vitejs/vite/issues/10958 ))
([3e0cd3d](https://togithub.com/vitejs/vite/commit/3e0cd3d )), closes
[#​8663](https://togithub.com/vitejs/vite/issues/8663 )
[#​10958](https://togithub.com/vitejs/vite/issues/10958 )
- fix: missing js sourcemaps with rewritten imports broke debugging
([#​7767](https://togithub.com/vitejs/vite/issues/7767 ))
([#​9476](https://togithub.com/vitejs/vite/issues/9476 ))
([3fa96f6](https://togithub.com/vitejs/vite/commit/3fa96f6 )), closes
[#​7767](https://togithub.com/vitejs/vite/issues/7767 )
[#​9476](https://togithub.com/vitejs/vite/issues/9476 )
- fix: preserve default export from externalized packages (fixes
[#​10258](https://togithub.com/vitejs/vite/issues/10258 ))
([#​10406](https://togithub.com/vitejs/vite/issues/10406 ))
([88b001b](https://togithub.com/vitejs/vite/commit/88b001b )), closes
[#​10258](https://togithub.com/vitejs/vite/issues/10258 )
[#​10406](https://togithub.com/vitejs/vite/issues/10406 )
- fix: reset global regex before match
([#​11132](https://togithub.com/vitejs/vite/issues/11132 ))
([db8df14](https://togithub.com/vitejs/vite/commit/db8df14 )), closes
[#​11132](https://togithub.com/vitejs/vite/issues/11132 )
- fix(css): handle environment with browser globals
([#​11079](https://togithub.com/vitejs/vite/issues/11079 ))
([e92d025](https://togithub.com/vitejs/vite/commit/e92d025 )), closes
[#​11079](https://togithub.com/vitejs/vite/issues/11079 )
- fix(deps): update all non-major dependencies
([#​11091](https://togithub.com/vitejs/vite/issues/11091 ))
([073a4bf](https://togithub.com/vitejs/vite/commit/073a4bf )), closes
[#​11091](https://togithub.com/vitejs/vite/issues/11091 )
- fix(esbuild): handle inline sourcemap option
([#​11120](https://togithub.com/vitejs/vite/issues/11120 ))
([4c85c0a](https://togithub.com/vitejs/vite/commit/4c85c0a )), closes
[#​11120](https://togithub.com/vitejs/vite/issues/11120 )
- fix(importGlob): don't warn when CSS default import is not used
([#​11121](https://togithub.com/vitejs/vite/issues/11121 ))
([97f8b4d](https://togithub.com/vitejs/vite/commit/97f8b4d )), closes
[#​11121](https://togithub.com/vitejs/vite/issues/11121 )
- fix(importGlob): preserve line count for sourcemap
([#​11122](https://togithub.com/vitejs/vite/issues/11122 ))
([14980a1](https://togithub.com/vitejs/vite/commit/14980a1 )), closes
[#​11122](https://togithub.com/vitejs/vite/issues/11122 )
- fix(importGlob): warn on default import css
([#​11103](https://togithub.com/vitejs/vite/issues/11103 ))
([fc0d9e3](https://togithub.com/vitejs/vite/commit/fc0d9e3 )), closes
[#​11103](https://togithub.com/vitejs/vite/issues/11103 )
- fix(plugin-vue): support scss/sass/less... hmr on custom template
languages (fix
[#​10677](https://togithub.com/vitejs/vite/issues/10677 ))
([#​10844](https://togithub.com/vitejs/vite/issues/10844 ))
([d413848](https://togithub.com/vitejs/vite/commit/d413848 )), closes
[#​10677](https://togithub.com/vitejs/vite/issues/10677 )
[#​10844](https://togithub.com/vitejs/vite/issues/10844 )
- fix(ssr): preserve require for external node
([#​11057](https://togithub.com/vitejs/vite/issues/11057 ))
([1ec0176](https://togithub.com/vitejs/vite/commit/1ec0176 )), closes
[#​11057](https://togithub.com/vitejs/vite/issues/11057 )
- fix(worker): disable build reporter plugin when bundling worker
([#​11058](https://togithub.com/vitejs/vite/issues/11058 ))
([7b72069](https://togithub.com/vitejs/vite/commit/7b72069 )), closes
[#​11058](https://togithub.com/vitejs/vite/issues/11058 )
- fix!: make `NODE_ENV` more predictable
([#​10996](https://togithub.com/vitejs/vite/issues/10996 ))
([8148af7](https://togithub.com/vitejs/vite/commit/8148af7 )), closes
[#​10996](https://togithub.com/vitejs/vite/issues/10996 )
- fix(config)!: support development build
([#​11045](https://togithub.com/vitejs/vite/issues/11045 ))
([8b3d656](https://togithub.com/vitejs/vite/commit/8b3d656 )), closes
[#​11045](https://togithub.com/vitejs/vite/issues/11045 )
- refactor: use function to eval worker and glob options
([#​10999](https://togithub.com/vitejs/vite/issues/10999 ))
([f4c1264](https://togithub.com/vitejs/vite/commit/f4c1264 )), closes
[#​10999](https://togithub.com/vitejs/vite/issues/10999 )
- refactor(client): simplify fetchUpdate code
([#​11004](https://togithub.com/vitejs/vite/issues/11004 ))
([f777b55](https://togithub.com/vitejs/vite/commit/f777b55 )), closes
[#​11004](https://togithub.com/vitejs/vite/issues/11004 )
- fix(html): transform relative path with long base in /index.html
([#​10990](https://togithub.com/vitejs/vite/issues/10990 ))
([752740c](https://togithub.com/vitejs/vite/commit/752740c )), closes
[#​10990](https://togithub.com/vitejs/vite/issues/10990 )
- fix(mpa): support mpa fallback
([#​10985](https://togithub.com/vitejs/vite/issues/10985 ))
([61165f0](https://togithub.com/vitejs/vite/commit/61165f0 )), closes
[#​10985](https://togithub.com/vitejs/vite/issues/10985 )
- feat: align default chunk and asset file names with rollup
([#​10927](https://togithub.com/vitejs/vite/issues/10927 ))
([cc2adb3](https://togithub.com/vitejs/vite/commit/cc2adb3 )), closes
[#​10927](https://togithub.com/vitejs/vite/issues/10927 )
- fix: make `addWatchFile()` work (fix
[#​7024](https://togithub.com/vitejs/vite/issues/7024 ))
([#​9723](https://togithub.com/vitejs/vite/issues/9723 ))
([34db08b](https://togithub.com/vitejs/vite/commit/34db08b )), closes
[#​7024](https://togithub.com/vitejs/vite/issues/7024 )
[#​9723](https://togithub.com/vitejs/vite/issues/9723 )
- fix(config): exclude config.assetsInclude empty array
([#​10941](https://togithub.com/vitejs/vite/issues/10941 ))
([18c71dc](https://togithub.com/vitejs/vite/commit/18c71dc )), closes
[#​10941](https://togithub.com/vitejs/vite/issues/10941 )
- fix(ssr): skip optional peer dep resolve
([#​10593](https://togithub.com/vitejs/vite/issues/10593 ))
([0a69985](https://togithub.com/vitejs/vite/commit/0a69985 )), closes
[#​10593](https://togithub.com/vitejs/vite/issues/10593 )
- perf: regexp perf issues, refactor regexp stylistic issues
([#​10905](https://togithub.com/vitejs/vite/issues/10905 ))
([fc007df](https://togithub.com/vitejs/vite/commit/fc007df )), closes
[#​10905](https://togithub.com/vitejs/vite/issues/10905 )
- refactor: move CSS emitFile logic closer to rollup
([#​10909](https://togithub.com/vitejs/vite/issues/10909 ))
([92a206b](https://togithub.com/vitejs/vite/commit/92a206b )), closes
[#​10909](https://togithub.com/vitejs/vite/issues/10909 )
- refactor: use rollup hashing when emitting assets
([#​10878](https://togithub.com/vitejs/vite/issues/10878 ))
([78c77be](https://togithub.com/vitejs/vite/commit/78c77be )), closes
[#​10878](https://togithub.com/vitejs/vite/issues/10878 )
- fix: don't throw on malformed URLs
([#​10901](https://togithub.com/vitejs/vite/issues/10901 ))
([feb9b10](https://togithub.com/vitejs/vite/commit/feb9b10 )), closes
[#​10901](https://togithub.com/vitejs/vite/issues/10901 )
- fix: gracefully handle forbidden filesystem access
([#​10793](https://togithub.com/vitejs/vite/issues/10793 ))
([92637a2](https://togithub.com/vitejs/vite/commit/92637a2 )), closes
[#​10793](https://togithub.com/vitejs/vite/issues/10793 )
- fix(types): remove `null` from `CSSModulesOptions.localsConvention`
([#​10904](https://togithub.com/vitejs/vite/issues/10904 ))
([a9978dd](https://togithub.com/vitejs/vite/commit/a9978dd )), closes
[#​10904](https://togithub.com/vitejs/vite/issues/10904 )
- refactor(types)!: remove facade type files
([#​10903](https://togithub.com/vitejs/vite/issues/10903 ))
([a309058](https://togithub.com/vitejs/vite/commit/a309058 )), closes
[#​10903](https://togithub.com/vitejs/vite/issues/10903 )
- fix: inconsistent handling of non-ASCII `base` in `resolveConfig` and
dev server
([#​10247](https://togithub.com/vitejs/vite/issues/10247 ))
([16e4123](https://togithub.com/vitejs/vite/commit/16e4123 )), closes
[#​10247](https://togithub.com/vitejs/vite/issues/10247 )
- fix: prevent cache on optional package resolve
([#​10812](https://togithub.com/vitejs/vite/issues/10812 ))
([c599a2e](https://togithub.com/vitejs/vite/commit/c599a2e )), closes
[#​10812](https://togithub.com/vitejs/vite/issues/10812 )
- fix: relocated logger to respect config.
([#​10787](https://togithub.com/vitejs/vite/issues/10787 ))
([52e64eb](https://togithub.com/vitejs/vite/commit/52e64eb )), closes
[#​10787](https://togithub.com/vitejs/vite/issues/10787 )
- fix: throw missing name error only when 'umd' or 'iife' are used
([#​9886](https://togithub.com/vitejs/vite/issues/9886 ))
([b8aa825](https://togithub.com/vitejs/vite/commit/b8aa825 )), closes
[#​9886](https://togithub.com/vitejs/vite/issues/9886 )
- fix(deps): update all non-major dependencies
([#​10804](https://togithub.com/vitejs/vite/issues/10804 ))
([f686afa](https://togithub.com/vitejs/vite/commit/f686afa )), closes
[#​10804](https://togithub.com/vitejs/vite/issues/10804 )
- fix(ssr): improve missing file error
([#​10880](https://togithub.com/vitejs/vite/issues/10880 ))
([5451a34](https://togithub.com/vitejs/vite/commit/5451a34 )), closes
[#​10880](https://togithub.com/vitejs/vite/issues/10880 )
##### Previous Changelogs
#####
[4.0.0-beta.7](https://togithub.com/vitejs/vite/compare/v4.0.0-beta.6....v4.0.0-beta.7 )
(2022-12-08)
See [4.0.0-beta.7
changelog](https://togithub.com/vitejs/vite/blob/v4.0.0-beta.0/packages/vite/CHANGELOG.md )
#####
[4.0.0-beta.6](https://togithub.com/vitejs/vite/compare/v4.0.0-beta.5....v4.0.0-beta.6 )
(2022-12-08)
See [4.0.0-beta.6
changelog](https://togithub.com/vitejs/vite/blob/v4.0.0-beta.0/packages/vite/CHANGELOG.md )
#####
[4.0.0-beta.5](https://togithub.com/vitejs/vite/compare/v4.0.0-beta.4....v4.0.0-beta.5 )
(2022-12-08)
See [4.0.0-beta.5
changelog](https://togithub.com/vitejs/vite/blob/v4.0.0-beta.0/packages/vite/CHANGELOG.md )
#####
[4.0.0-beta.4](https://togithub.com/vitejs/vite/compare/v4.0.0-beta.3....v4.0.0-beta.4 )
(2022-12-07)
See [4.0.0-beta.4
changelog](https://togithub.com/vitejs/vite/blob/v4.0.0-beta.0/packages/vite/CHANGELOG.md )
#####
[4.0.0-beta.3](https://togithub.com/vitejs/vite/compare/v4.0.0-beta.2....v4.0.0-beta.3 )
(2022-12-07)
See [4.0.0-beta.3
changelog](https://togithub.com/vitejs/vite/blob/v4.0.0-beta.0/packages/vite/CHANGELOG.md )
#####
[4.0.0-beta.2](https://togithub.com/vitejs/vite/compare/v4.0.0-beta.1....v4.0.0-beta.2 )
(2022-12-07)
See [4.0.0-beta.2
changelog](https://togithub.com/vitejs/vite/blob/v4.0.0-beta.0/packages/vite/CHANGELOG.md )
#####
[4.0.0-beta.1](https://togithub.com/vitejs/vite/compare/v4.0.0-beta.0....v4.0.0-beta.1 )
(2022-12-06)
See [4.0.0-beta.1
changelog](https://togithub.com/vitejs/vite/blob/v4.0.0-beta.0/packages/vite/CHANGELOG.md )
#####
[4.0.0-beta.0](https://togithub.com/vitejs/vite/compare/v4.0.0-alpha.6....v4.0.0-beta.0 )
(2022-12-05)
See [4.0.0-beta.0
changelog](https://togithub.com/vitejs/vite/blob/v4.0.0-beta.0/packages/vite/CHANGELOG.md )
#####
[4.0.0-alpha.6](https://togithub.com/vitejs/vite/compare/v4.0.0-alpha.5....v4.0.0-alpha.6 )
(2022-11-30)
See [4.0.0-alpha.6
changelog](https://togithub.com/vitejs/vite/blob/v4.0.0-alpha.6/packages/vite/CHANGELOG.md )
#####
[4.0.0-alpha.5](https://togithub.com/vitejs/vite/compare/v4.0.0-alpha.5....v4.0.0-alpha.5 )
(2022-11-22)
See [4.0.0-alpha.5
changelog](https://togithub.com/vitejs/vite/blob/v4.0.0-alpha.5/packages/vite/CHANGELOG.md )
#####
[4.0.0-alpha.4](https://togithub.com/vitejs/vite/compare/v4.0.0-alpha.3....v4.0.0-alpha.4 )
(2022-11-17)
See [4.0.0-alpha.4
changelog](https://togithub.com/vitejs/vite/blob/v4.0.0-alpha.4/packages/vite/CHANGELOG.md )
#####
[4.0.0-alpha.3](https://togithub.com/vitejs/vite/compare/v4.0.0-alpha.2....v4.0.0-alpha.3 )
(2022-11-15)
See [4.0.0-alpha.3
changelog](https://togithub.com/vitejs/vite/blob/v4.0.0-alpha.3/packages/vite/CHANGELOG.md )
#####
[4.0.0-alpha.2](https://togithub.com/vitejs/vite/compare/v4.0.0-alpha.1....v4.0.0-alpha.2 )
(2022-11-13)
See [4.0.0-alpha.2
changelog](https://togithub.com/vitejs/vite/blob/v4.0.0-alpha.2/packages/vite/CHANGELOG.md )
#####
[4.0.0-alpha.1](https://togithub.com/vitejs/vite/compare/v4.0.0-alpha.0....v4.0.0-alpha.1 )
(2022-11-12)
See [4.0.0-alpha.1
changelog](https://togithub.com/vitejs/vite/blob/v4.0.0-alpha.1/packages/vite/CHANGELOG.md )
#####
[4.0.0-alpha.0](https://togithub.com/vitejs/vite/compare/v3.2.5....v4.0.0-alpha.0 )
(2022-11-07)
See [4.0.0-alpha.0
changelog](https://togithub.com/vitejs/vite/blob/v4.0.0-alpha.0/packages/vite/CHANGELOG.md )
</details>
---
### Configuration
📅  **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦  **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕  **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC43NC4yIiwidXBkYXRlZEluVmVyIjoiMzQuNzQuMiJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2022-12-29 08:38:43 +01:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b61267e713 
							
						 
					 
					
						
						
							
							chore(deps): update react-router monorepo to v6.6.1 ( #2762 )  
						
						... 
						
						
						
						[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [react-router](https://togithub.com/remix-run/react-router ) | [`6.4.5`
-> `6.6.1`](https://renovatebot.com/diffs/npm/react-router/6.4.5/6.6.1 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
| [react-router-dom](https://togithub.com/remix-run/react-router ) |
[`6.4.5` ->
`6.6.1`](https://renovatebot.com/diffs/npm/react-router-dom/6.4.5/6.6.1 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>remix-run/react-router (react-router)</summary>
###
[`v6.6.1`](https://togithub.com/remix-run/react-router/blob/HEAD/packages/react-router/CHANGELOG.md#​661 )
[Compare
Source](https://togithub.com/remix-run/react-router/compare/react-router@6.6.0...react-router@6.6.1 )
##### Patch Changes
-   Updated dependencies:
    -   `@remix-run/router@1.2.1`
###
[`v6.6.0`](https://togithub.com/remix-run/react-router/blob/HEAD/packages/react-router/CHANGELOG.md#​660 )
[Compare
Source](https://togithub.com/remix-run/react-router/compare/react-router@6.5.0...react-router@6.6.0 )
##### Patch Changes
- Prevent `useLoaderData` usage in `errorElement`
([#​9735](https://togithub.com/remix-run/react-router/pull/9735 ))
-   Updated dependencies:
    -   `@remix-run/router@1.2.0`
###
[`v6.5.0`](https://togithub.com/remix-run/react-router/blob/HEAD/packages/react-router/CHANGELOG.md#​650 )
[Compare
Source](https://togithub.com/remix-run/react-router/compare/react-router@6.4.5...react-router@6.5.0 )
This release introduces support for [Optional Route
Segments](https://togithub.com/remix-run/react-router/issues/9546 ). Now,
adding a `?` to the end of any path segment will make that entire
segment optional. This works for both static segments and dynamic
parameters.
**Optional Params Examples**
-   `<Route path=":lang?/about>` will match:
    -   `/:lang/about`
    -   `/about`
-   `<Route path="/multistep/:widget1?/widget2?/widget3?">` will match:
    -   `/multistep`
    -   `/multistep/:widget1`
    -   `/multistep/:widget1/:widget2`
    -   `/multistep/:widget1/:widget2/:widget3`
**Optional Static Segment Example**
-   `<Route path="/home?">` will match:
    -   `/`
    -   `/home`
-   `<Route path="/fr?/about">` will match:
    -   `/about`
    -   `/fr/about`
##### Minor Changes
- Allows optional routes and optional static segments
([#​9650](https://togithub.com/remix-run/react-router/pull/9650 ))
##### Patch Changes
- Stop incorrectly matching on partial named parameters, i.e. `<Route
path="prefix-:param">`, to align with how splat parameters work. If you
were previously relying on this behavior then it's recommended to
extract the static portion of the path at the `useParams` call site:
([#​9506](https://togithub.com/remix-run/react-router/pull/9506 ))
```jsx
// Old behavior at URL /prefix-123
<Route path="prefix-:id" element={<Comp /> }>
function Comp() {
  let params = useParams(); // { id: '123' }
  let id = params.id; // "123"
  ...
}
// New behavior at URL /prefix-123
<Route path=":id" element={<Comp /> }>
function Comp() {
  let params = useParams(); // { id: 'prefix-123' }
  let id = params.id.replace(/^prefix-/, ''); // "123"
  ...
}
```
-   Updated dependencies:
    -   `@remix-run/router@1.1.0`
</details>
<details>
<summary>remix-run/react-router (react-router-dom)</summary>
###
[`v6.6.1`](https://togithub.com/remix-run/react-router/blob/HEAD/packages/react-router-dom/CHANGELOG.md#​661 )
[Compare
Source](https://togithub.com/remix-run/react-router/compare/react-router-dom@6.6.0...react-router-dom@6.6.1 )
##### Patch Changes
-   Updated dependencies:
    -   `@remix-run/router@1.2.1`
    -   `react-router@6.6.1`
###
[`v6.6.0`](https://togithub.com/remix-run/react-router/blob/HEAD/packages/react-router-dom/CHANGELOG.md#​660 )
[Compare
Source](https://togithub.com/remix-run/react-router/compare/react-router-dom@6.5.0...react-router-dom@6.6.0 )
##### Minor Changes
- Add `useBeforeUnload()` hook
([#​9664](https://togithub.com/remix-run/react-router/pull/9664 ))
- Remove `unstable_` prefix from
`createStaticHandler`/`createStaticRouter`/`StaticRouterProvider`
([#​9738](https://togithub.com/remix-run/react-router/pull/9738 ))
##### Patch Changes
- Proper hydration of `Error` objects from `StaticRouterProvider`
([#​9664](https://togithub.com/remix-run/react-router/pull/9664 ))
- Support uppercase `<Form method>` and `useSubmit` method values
([#​9664](https://togithub.com/remix-run/react-router/pull/9664 ))
- Skip initial scroll restoration for SSR apps with `hydrationData`
([#​9664](https://togithub.com/remix-run/react-router/pull/9664 ))
- Fix `<button formmethod>` form submission overriddes
([#​9664](https://togithub.com/remix-run/react-router/pull/9664 ))
-   Updated dependencies:
    -   `@remix-run/router@1.2.0`
    -   `react-router@6.6.0`
###
[`v6.5.0`](https://togithub.com/remix-run/react-router/blob/HEAD/packages/react-router-dom/CHANGELOG.md#​650 )
[Compare
Source](https://togithub.com/remix-run/react-router/compare/react-router-dom@6.4.5...react-router-dom@6.5.0 )
##### Patch Changes
-   Updated dependencies:
    -   `react-router@6.5.0`
    -   `@remix-run/router@1.1.0`
</details>
---
### Configuration
📅  **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦  **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕  **Ignore**: Close this PR and you won't be reminded about these
updates again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC43My4zIiwidXBkYXRlZEluVmVyIjoiMzQuNzMuMyJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2022-12-28 21:50:42 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							268f469b2b 
							
						 
					 
					
						
						
							
							chore(deps): update dependency chartjs-adapter-date-fns to v3 ( #2767 )  
						
						... 
						
						
						
						[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [chartjs-adapter-date-fns](https://www.chartjs.org )
([source](https://togithub.com/chartjs/chartjs-adapter-date-fns )) |
[`2.0.1` ->
`3.0.0`](https://renovatebot.com/diffs/npm/chartjs-adapter-date-fns/2.0.1/3.0.0 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>chartjs/chartjs-adapter-date-fns</summary>
###
[`v3.0.0`](https://togithub.com/chartjs/chartjs-adapter-date-fns/releases/tag/v3.0.0 )
[Compare
Source](https://togithub.com/chartjs/chartjs-adapter-date-fns/compare/v2.0.1...v3.0.0 )
### Essential Links
-   [npm](https://www.npmjs.com/package/chartjs-adapter-date-fns )
<!---->
-
[#​50](https://togithub.com/chartjs/chartjs-adapter-date-fns/issues/50 )
Bump terser from 5.7.0 to 5.14.2
-
[#​57](https://togithub.com/chartjs/chartjs-adapter-date-fns/issues/57 )
Bump engine.io and socket.io
#### Enhancements
-
[#​63](https://togithub.com/chartjs/chartjs-adapter-date-fns/issues/63 )
feat: package as a module
Thanks to [@​dependabot](https://togithub.com/dependabot ),
[@​dependabot](https://togithub.com/dependabot )\[bot] and
[@​kurkle](https://togithub.com/kurkle )
</details>
---
### Configuration
📅  **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦  **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕  **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC43NC4yIiwidXBkYXRlZEluVmVyIjoiMzQuNzQuMiJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2022-12-28 14:09:19 +01:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6d914d2a01 
							
						 
					 
					
						
						
							
							chore(deps): update dependency vite-plugin-svgr to v2.4.0 ( #2759 )  
						
						... 
						
						
						
						[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [vite-plugin-svgr](https://togithub.com/pd4d10/vite-plugin-svgr ) |
[`2.3.0` ->
`2.4.0`](https://renovatebot.com/diffs/npm/vite-plugin-svgr/2.3.0/2.4.0 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>pd4d10/vite-plugin-svgr</summary>
###
[`v2.4.0`](https://togithub.com/pd4d10/vite-plugin-svgr/releases/tag/v2.4.0 )
[Compare
Source](https://togithub.com/pd4d10/vite-plugin-svgr/compare/v2.3.0...v2.4.0 )
#####    🚀  Features
- Support node16 module resolution  -  by
[@​gunters63](https://togithub.com/gunters63 ) in
[https://github.com/pd4d10/vite-plugin-svgr/issues/66 ](https://togithub.com/pd4d10/vite-plugin-svgr/issues/66 )
[<samp>(115bc)</samp>](https://togithub.com/pd4d10/vite-plugin-svgr/commit/115bc87 )
#####     [View changes on
GitHub](https://togithub.com/pd4d10/vite-plugin-svgr/compare/v2.3.0...v2.4.0 )
</details>
---
### Configuration
📅  **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦  **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕  **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC43My4zIiwidXBkYXRlZEluVmVyIjoiMzQuNzMuMyJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2022-12-28 13:06:52 +00:00 
						 
				 
			
				
					
						
							
							
								sjaanus 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6c621bf65b 
							
						 
					 
					
						
						
							
							Fix crashing search bars ( #2765 )  
						
						
						
					 
					
						2022-12-28 12:35:27 +02:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							25858cae82 
							
						 
					 
					
						
						
							
							chore(deps): update dependency sass to v1.57.1 ( #2757 )  
						
						... 
						
						
						
						[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [sass](https://togithub.com/sass/dart-sass ) | [`1.56.2` ->
`1.57.1`](https://renovatebot.com/diffs/npm/sass/1.56.2/1.57.1 ) |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>sass/dart-sass</summary>
###
[`v1.57.1`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#​1571 )
[Compare
Source](https://togithub.com/sass/dart-sass/compare/1.57.0...1.57.1 )
-   No user-visible changes.
###
[`v1.57.0`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#​1570 )
[Compare
Source](https://togithub.com/sass/dart-sass/compare/1.56.2...1.57.0 )
- Add a `split($string, $separator, $limit: null)` function to
`sass:string`
that splits a string into separate substrings based on a separator
string.
##### JavaScript API
- **Potentially breaking bug fix**: Custom functions in both the modern
and
legacy API now properly reject signatures with whitespace between the
function
    name and parentheses.
- Custom functions in the legacy API now allow signatures with
whitespace before
    the function name, to match a bug in Node Sass.
##### Dart API
-   **Potentially breaking bug fix**: `Callable.fromSignature()` and
`AsyncCallable.fromSignature()` now reject signatures with whitespace
between
    the function name and parentheses.
</details>
---
### Configuration
📅  **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦  **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕  **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC43My4zIiwidXBkYXRlZEluVmVyIjoiMzQuNzMuMyJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2022-12-28 10:26:11 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1fa75cb620 
							
						 
					 
					
						
						
							
							chore(deps): update dependency vitest to v0.26.2 ( #2760 )  
						
						... 
						
						
						
						[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [vitest](https://togithub.com/vitest-dev/vitest ) | [`0.25.7` ->
`0.26.2`](https://renovatebot.com/diffs/npm/vitest/0.25.7/0.26.2 ) |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>vitest-dev/vitest</summary>
###
[`v0.26.2`](https://togithub.com/vitest-dev/vitest/releases/tag/v0.26.2 )
[Compare
Source](https://togithub.com/vitest-dev/vitest/compare/v0.26.1...v0.26.2 )
#####    🚀  Features
- Project name  -  by [@​antfu](https://togithub.com/antfu )
[<samp>(84f98)</samp>](https://togithub.com/vitest-dev/vitest/commit/84f98e70 )
#####    🐞  Bug Fixes
- Improve "isInternaRequest" check  -  by
[@​sheremet-va](https://togithub.com/sheremet-va ) in
[https://github.com/vitest-dev/vitest/issues/2541 ](https://togithub.com/vitest-dev/vitest/issues/2541 )
[<samp>(2bb9a)</samp>](https://togithub.com/vitest-dev/vitest/commit/2bb9a391 )
- Use correct word when printing "long-running" warning  -  by
[@​simon-abbott](https://togithub.com/simon-abbott ) in
[https://github.com/vitest-dev/vitest/issues/2546 ](https://togithub.com/vitest-dev/vitest/issues/2546 )
[<samp>(8dc1c)</samp>](https://togithub.com/vitest-dev/vitest/commit/8dc1c3cb )
- Pass down diff options  -  by
[@​sheremet-va](https://togithub.com/sheremet-va ) in
[https://github.com/vitest-dev/vitest/issues/2545 ](https://togithub.com/vitest-dev/vitest/issues/2545 )
[<samp>(98c94)</samp>](https://togithub.com/vitest-dev/vitest/commit/98c94e65 )
- **cli**: Respect inline config `dir`  -  by
[@​antfu](https://togithub.com/antfu ) in
[https://github.com/vitest-dev/vitest/issues/2550 ](https://togithub.com/vitest-dev/vitest/issues/2550 )
[<samp>(f6b59)</samp>](https://togithub.com/vitest-dev/vitest/commit/f6b592a9 )
#####     [View changes on
GitHub](https://togithub.com/vitest-dev/vitest/compare/v0.26.1...v0.26.2 )
###
[`v0.26.1`](https://togithub.com/vitest-dev/vitest/releases/tag/v0.26.1 )
[Compare
Source](https://togithub.com/vitest-dev/vitest/compare/v0.26.0...v0.26.1 )
#####    🚀  Features
- Add more options to configure diff output  -  by
[@​sheremet-va](https://togithub.com/sheremet-va ) and
[@​dammy001](https://togithub.com/dammy001 ) in
[https://github.com/vitest-dev/vitest/issues/2522 ](https://togithub.com/vitest-dev/vitest/issues/2522 )
[<samp>(7ae14)</samp>](https://togithub.com/vitest-dev/vitest/commit/7ae1417f )
#####    🐞  Bug Fixes
- Don't resolve builtin Node modules  -  by
[@​sheremet-va](https://togithub.com/sheremet-va ) in
[https://github.com/vitest-dev/vitest/issues/2538 ](https://togithub.com/vitest-dev/vitest/issues/2538 )
[<samp>(1cbc2)</samp>](https://togithub.com/vitest-dev/vitest/commit/1cbc24dc )
#####     [View changes on
GitHub](https://togithub.com/vitest-dev/vitest/compare/v0.26.0...v0.26.1 )
###
[`v0.26.0`](https://togithub.com/vitest-dev/vitest/releases/tag/v0.26.0 )
[Compare
Source](https://togithub.com/vitest-dev/vitest/compare/v0.25.8...v0.26.0 )
#####    🚨  Breaking Changes
- **vite-node:** Rewrite how vite-node resolves id  -  by
[@​sheremet-va](https://togithub.com/sheremet-va ) in
[https://github.com/vitest-dev/vitest/issues/2463 ](https://togithub.com/vitest-dev/vitest/issues/2463 )
[<samp>(58ee8)</samp>](https://togithub.com/vitest-dev/vitest/commit/58ee8e9b )
- Correctly interop nested default for external and inlined modules  - 
by [@​sheremet-va](https://togithub.com/sheremet-va ) in
[https://github.com/vitest-dev/vitest/issues/2512 ](https://togithub.com/vitest-dev/vitest/issues/2512 )
[<samp>(084e9)</samp>](https://togithub.com/vitest-dev/vitest/commit/084e929c )
- If your environment is `node`, Vitest will not resolve invalid named
exports (exports that are on "default" property will not magically
appear as named exports), unless `deps.interopDefault` is enabled, or
dependency is in `deps.inline`. This change doesn't affect `jsdom`,
`happy-dom` or `edge` environments.
- **web-worker:** Make web-worker implementation more compatible with
spec  -  by [@​sheremet-va](https://togithub.com/sheremet-va ) in
[https://github.com/vitest-dev/vitest/issues/2431 ](https://togithub.com/vitest-dev/vitest/issues/2431 )
[<samp>(c3a63)</samp>](https://togithub.com/vitest-dev/vitest/commit/c3a63524 )
- Messages are now cloned with `structuredClone`, if it's available, or
fallbacks to a polyfill.
    -   Added support for `SharedWorker`
#####    🚀  Features
- Introduce a native way to set env and globals  -  by
[@​sheremet-va](https://togithub.com/sheremet-va ) in
[https://github.com/vitest-dev/vitest/issues/2515 ](https://togithub.com/vitest-dev/vitest/issues/2515 )
[<samp>(b114d)</samp>](https://togithub.com/vitest-dev/vitest/commit/b114d49f )
- Add html reporter based on Vitest UI  -  by
[@​poyoho](https://togithub.com/poyoho ) and
[@​sheremet-va](https://togithub.com/sheremet-va ) in
[https://github.com/vitest-dev/vitest/issues/2444 ](https://togithub.com/vitest-dev/vitest/issues/2444 )
[<samp>(b8f34)</samp>](https://togithub.com/vitest-dev/vitest/commit/b8f34eb8 )
- If you have `@vitest/ui` installed, you can now use `'html'` reporter
to get a [beautiful UI](https://vitest.dev/guide/ui.html ) to view your
test results, inspect module graph and read log messages.
#####    🐞  Bug Fixes
- Allow assigning new hotContext  -  by
[@​cometkim](https://togithub.com/cometkim ) in
[https://github.com/vitest-dev/vitest/issues/2524 ](https://togithub.com/vitest-dev/vitest/issues/2524 )
[<samp>(b4c43)</samp>](https://togithub.com/vitest-dev/vitest/commit/b4c43cd5 )
#####     [View changes on
GitHub](https://togithub.com/vitest-dev/vitest/compare/v0.25.8...v0.26.0 )
###
[`v0.25.8`](https://togithub.com/vitest-dev/vitest/releases/tag/v0.25.8 )
[Compare
Source](https://togithub.com/vitest-dev/vitest/compare/v0.25.7...v0.25.8 )
#####    🚀  Features
- Add mts, cts files to coverage  -  by
[@​poyoho](https://togithub.com/poyoho ) and
[@​AriPerkkio](https://togithub.com/AriPerkkio ) in
[https://github.com/vitest-dev/vitest/issues/2492 ](https://togithub.com/vitest-dev/vitest/issues/2492 )
[<samp>(799f9)</samp>](https://togithub.com/vitest-dev/vitest/commit/799f9a17 )
#####    🐞  Bug Fixes
- Don't throw unhandled error, if import was caught  -  by
[@​sheremet-va](https://togithub.com/sheremet-va ) in
[https://github.com/vitest-dev/vitest/issues/2494 ](https://togithub.com/vitest-dev/vitest/issues/2494 )
[<samp>(0a87e)</samp>](https://togithub.com/vitest-dev/vitest/commit/0a87ebb4 )
- **coverage**: Esbuild to preserve legal comments for ignore hints  - 
by [@​AriPerkkio](https://togithub.com/AriPerkkio ) in
[https://github.com/vitest-dev/vitest/issues/2496 ](https://togithub.com/vitest-dev/vitest/issues/2496 )
[<samp>(c85ed)</samp>](https://togithub.com/vitest-dev/vitest/commit/c85edb1e )
#####     [View changes on
GitHub](https://togithub.com/vitest-dev/vitest/compare/v0.25.7...v0.25.8 )
</details>
---
### Configuration
📅  **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦  **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕  **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC43My4zIiwidXBkYXRlZEluVmVyIjoiMzQuNzMuMyJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2022-12-28 10:32:34 +01:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ef86f76295 
							
						 
					 
					
						
						
							
							chore(deps): update dependency eslint to v8.30.0 ( #2755 )  
						
						... 
						
						
						
						[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [eslint](https://eslint.org )
([source](https://togithub.com/eslint/eslint )) | [`8.29.0` ->
`8.30.0`](https://renovatebot.com/diffs/npm/eslint/8.29.0/8.30.0 ) |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>eslint/eslint</summary>
### [`v8.30.0`](https://togithub.com/eslint/eslint/releases/tag/v8.30.0 )
[Compare
Source](https://togithub.com/eslint/eslint/compare/v8.29.0...v8.30.0 )
#### Features
-
[`075ef2c`](075ef2cf31https://togithub.com/eslint/eslint/issues/16637 ))
(Daniel Bartholomae)
-
[`7190d98`](7190d98ff4https://togithub.com/eslint/eslint/issues/16654 ))
(Sébastien Règne)
#### Bug Fixes
-
[`1a327aa`](1a327aae57https://togithub.com/eslint/eslint/issues/16579 ))
(Nicholas C. Zakas)
-
[`9b8bb72`](9b8bb72c49https://togithub.com/eslint/eslint/issues/16611 ))
(Milos Djermanovic)
#### Documentation
-
[`6a8cd94`](6a8cd94ed0https://togithub.com/eslint/eslint/issues/16663 ))
(Nicholas C. Zakas)
-
[`ad44344`](ad44344ef6https://togithub.com/eslint/eslint/issues/16563 )) (Ben
Perlmutter)
-
[`293573e`](293573eb53https://togithub.com/eslint/eslint/issues/16606 )) (Sam
Chen)
-
[`fa2c64b`](fa2c64be10https://togithub.com/eslint/eslint/issues/16631 ))
(Percy Ma)
-
[`75276c9`](75276c9bc7https://togithub.com/eslint/eslint/issues/16625 ))
(Milos Djermanovic)
-
[`7276fe5`](7276fe5776https://togithub.com/eslint/eslint/issues/16628 )) (Karl
Horky)
-
[`6bef135`](6bef1350e6https://togithub.com/eslint/eslint/issues/16591 ))
(Tanuj Kanti)
-
[`dfc7ec1`](dfc7ec11b1https://togithub.com/eslint/eslint/issues/16566 )) (Ben
Perlmutter)
-
[`8ba124c`](8ba124cfd8https://togithub.com/eslint/eslint/issues/16607 ))
(Pavel)
-
[`e6cb05a`](e6cb05aa35https://togithub.com/eslint/eslint/issues/16603 )) (Sam
Chen)
#### Chores
-
[`f2c4737`](f2c4737242https://togithub.com/eslint/eslintrc )[@​1](https://togithub.com/1 ).4.0
([#​16675](https://togithub.com/eslint/eslint/issues/16675 ))
(Milos Djermanovic)
-
[`ba74253`](ba74253e8bhttps://togithub.com/eslint/eslint/issues/14827 )
([#​16315](https://togithub.com/eslint/eslint/issues/16315 ))
(Patrick McElhaney)
-
[`0d9af4c`](0d9af4c567https://togithub.com/eslint/eslint/issues/16664 ))
(Milos Djermanovic)
-
[`90c9219`](90c9219181https://togithub.com/eslint/eslint/issues/16618 ))
(Bryan Mishkin)
</details>
---
### Configuration
📅  **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦  **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕  **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC43My4zIiwidXBkYXRlZEluVmVyIjoiMzQuNzMuMyJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2022-12-28 07:12:58 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2b46e4b700 
							
						 
					 
					
						
						
							
							chore(deps): update dependency @types/react-table to v7.7.13 ( #2758 )  
						
						... 
						
						
						
						[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@types/react-table](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-table )
([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped )) |
[`7.7.12` ->
`7.7.13`](https://renovatebot.com/diffs/npm/@types%2freact-table/7.7.12/7.7.13 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Configuration
📅  **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦  **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕  **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC43My4zIiwidXBkYXRlZEluVmVyIjoiMzQuNzMuMyJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2022-12-28 04:48:17 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ee59ae0387 
							
						 
					 
					
						
						
							
							chore(deps): update dependency @codemirror/state to v6.2.0 ( #2753 )  
						
						... 
						
						
						
						[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@codemirror/state](https://togithub.com/codemirror/state ) | [`6.1.4`
->
`6.2.0`](https://renovatebot.com/diffs/npm/@codemirror%2fstate/6.1.4/6.2.0 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>codemirror/state</summary>
###
[`v6.2.0`](https://togithub.com/codemirror/state/blob/HEAD/CHANGELOG.md#​620-2022-12-26 )
[Compare
Source](https://togithub.com/codemirror/state/compare/6.1.4...6.2.0 )
##### New features
`EditorSelection.range` now accepts an optional 4th argument to specify
the bidi level of the range's head position.
</details>
---
### Configuration
📅  **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦  **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕  **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC43My4zIiwidXBkYXRlZEluVmVyIjoiMzQuNzMuMyJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2022-12-27 22:41:27 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d5d8c752f4 
							
						 
					 
					
						
						
							
							chore(deps): update dependency @uiw/codemirror-theme-duotone to v4.19.4 ( #2746 )  
						
						... 
						
						
						
						[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@uiw/codemirror-theme-duotone](https://uiwjs.github.io/react-codemirror/#/theme/data/duotone/light )
([source](https://togithub.com/uiwjs/react-codemirror )) | [`4.19.2` ->
`4.19.4`](https://renovatebot.com/diffs/npm/@uiw%2fcodemirror-theme-duotone/4.19.2/4.19.4 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>uiwjs/react-codemirror</summary>
###
[`v4.19.4`](https://togithub.com/uiwjs/react-codemirror/releases/tag/v4.19.4 )
[Compare
Source](https://togithub.com/uiwjs/react-codemirror/compare/v4.19.3...v4.19.4 )
[](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-codemirror@4.19.4/file/README.md )
Documentation v4.19.4:
https://raw.githack.com/uiwjs/react-codemirror/9fbca2c/index.html \
Comparing Changes:
https://github.com/uiwjs/react-codemirror/compare/v4.19.3...v4.19.4 
```shell
npm i @​uiw/react-codemirror@4.19.4
```
- 🌟  feat(zebra-stripes): add className option.
[#​433](https://togithub.com/uiwjs/react-codemirror/issues/433 )
[`964bb2c`](https://togithub.com/uiwjs/react-codemirror/commit/964bb2c )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
- 🌟  feat(classname): add classname extension.
[#​433](https://togithub.com/uiwjs/react-codemirror/issues/433 )
[`48dbe9c`](https://togithub.com/uiwjs/react-codemirror/commit/48dbe9c )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
- 🌍  website: update website theme.
[`3de68f4`](https://togithub.com/uiwjs/react-codemirror/commit/3de68f4 )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
###
[`v4.19.3`](https://togithub.com/uiwjs/react-codemirror/releases/tag/v4.19.3 )
[Compare
Source](https://togithub.com/uiwjs/react-codemirror/compare/v4.19.2...v4.19.3 )
[](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-codemirror@4.19.3/file/README.md )
Documentation v4.19.3:
https://raw.githack.com/uiwjs/react-codemirror/6cae541/index.html \
Comparing Changes:
https://github.com/uiwjs/react-codemirror/compare/v4.19.2...v4.19.3 
```shell
npm i @​uiw/react-codemirror@4.19.3
```
- 🐞  fix: provide none option for theme.
[#​431](https://togithub.com/uiwjs/react-codemirror/issues/431 )
[`efca8ed`](https://togithub.com/uiwjs/react-codemirror/commit/efca8ed )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
</details>
---
### Configuration
📅  **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦  **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕  **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC43My4zIiwidXBkYXRlZEluVmVyIjoiMzQuNzMuMyJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2022-12-27 12:30:15 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2fb5699e84 
							
						 
					 
					
						
						
							
							chore(deps): update dependency msw to v0.49.2 ( #2748 )  
						
						... 
						
						
						
						[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [msw](https://mswjs.io/ ) ([source](https://togithub.com/mswjs/msw )) |
[`0.49.1` ->
`0.49.2`](https://renovatebot.com/diffs/npm/msw/0.49.1/0.49.2 ) |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>mswjs/msw</summary>
### [`v0.49.2`](https://togithub.com/mswjs/msw/releases/tag/v0.49.2 )
[Compare
Source](https://togithub.com/mswjs/msw/compare/v0.49.1...v0.49.2 )
#### v0.49.2 (2022-12-13)
##### Bug Fixes
- use `globalThis.fetch` in `ctx.fetch` utility
([#​1490](https://togithub.com/mswjs/msw/issues/1490 ))
([`42cdbc7`](42cdbc7965https://togithub.com/Toxiapo )
[@​kettanaito](https://togithub.com/kettanaito )
</details>
---
### Configuration
📅  **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦  **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕  **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC43My4zIiwidXBkYXRlZEluVmVyIjoiMzQuNzMuMyJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2022-12-27 12:12:17 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							af209079b0 
							
						 
					 
					
						
						
							
							chore(deps): update dependency @uiw/react-codemirror to v4.19.4 ( #2747 )  
						
						... 
						
						
						
						[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@uiw/react-codemirror](https://uiwjs.github.io/react-codemirror )
([source](https://togithub.com/uiwjs/react-codemirror )) | [`4.19.2` ->
`4.19.4`](https://renovatebot.com/diffs/npm/@uiw%2freact-codemirror/4.19.2/4.19.4 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>uiwjs/react-codemirror</summary>
###
[`v4.19.4`](https://togithub.com/uiwjs/react-codemirror/releases/tag/v4.19.4 )
[Compare
Source](https://togithub.com/uiwjs/react-codemirror/compare/v4.19.3...v4.19.4 )
[](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-codemirror@4.19.4/file/README.md )
Documentation v4.19.4:
https://raw.githack.com/uiwjs/react-codemirror/9fbca2c/index.html \
Comparing Changes:
https://github.com/uiwjs/react-codemirror/compare/v4.19.3...v4.19.4 
```shell
npm i @​uiw/react-codemirror@4.19.4
```
- 🌟  feat(zebra-stripes): add className option.
[#​433](https://togithub.com/uiwjs/react-codemirror/issues/433 )
[`964bb2c`](https://togithub.com/uiwjs/react-codemirror/commit/964bb2c )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
- 🌟  feat(classname): add classname extension.
[#​433](https://togithub.com/uiwjs/react-codemirror/issues/433 )
[`48dbe9c`](https://togithub.com/uiwjs/react-codemirror/commit/48dbe9c )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
- 🌍  website: update website theme.
[`3de68f4`](https://togithub.com/uiwjs/react-codemirror/commit/3de68f4 )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
###
[`v4.19.3`](https://togithub.com/uiwjs/react-codemirror/releases/tag/v4.19.3 )
[Compare
Source](https://togithub.com/uiwjs/react-codemirror/compare/v4.19.2...v4.19.3 )
[](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-codemirror@4.19.3/file/README.md )
Documentation v4.19.3:
https://raw.githack.com/uiwjs/react-codemirror/6cae541/index.html \
Comparing Changes:
https://github.com/uiwjs/react-codemirror/compare/v4.19.2...v4.19.3 
```shell
npm i @​uiw/react-codemirror@4.19.3
```
- 🐞  fix: provide none option for theme.
[#​431](https://togithub.com/uiwjs/react-codemirror/issues/431 )
[`efca8ed`](https://togithub.com/uiwjs/react-codemirror/commit/efca8ed )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
</details>
---
### Configuration
📅  **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦  **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕  **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC43My4zIiwidXBkYXRlZEluVmVyIjoiMzQuNzMuMyJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2022-12-27 12:11:19 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d2c898e065 
							
						 
					 
					
						
						
							
							chore(deps): update dependency @testing-library/dom to v8.19.1 ( #2742 )  
						
						... 
						
						
						
						[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@testing-library/dom](https://togithub.com/testing-library/dom-testing-library )
| [`8.19.0` ->
`8.19.1`](https://renovatebot.com/diffs/npm/@testing-library%2fdom/8.19.0/8.19.1 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>testing-library/dom-testing-library</summary>
###
[`v8.19.1`](https://togithub.com/testing-library/dom-testing-library/releases/tag/v8.19.1 )
[Compare
Source](https://togithub.com/testing-library/dom-testing-library/compare/v8.19.0...v8.19.1 )
##### Bug Fixes
- Bump used `aria-query` types
([#​1198](https://togithub.com/testing-library/dom-testing-library/issues/1198 ))
([9f363af](9f363afe6bhttps://togithub.com/testing-library/dom-testing-library/issues/1197 )
</details>
---
### Configuration
📅  **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦  **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕  **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC43My4zIiwidXBkYXRlZEluVmVyIjoiMzQuNzMuMyJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2022-12-27 12:39:09 +01:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							470c8d96c1 
							
						 
					 
					
						
						
							
							chore(deps): update dependency prettier to v2.8.1 ( #2509 )  
						
						... 
						
						
						
						[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [prettier](https://prettier.io )
([source](https://togithub.com/prettier/prettier )) | [`2.7.1` ->
`2.8.1`](https://renovatebot.com/diffs/npm/prettier/2.7.1/2.8.1 ) |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>prettier/prettier</summary>
###
[`v2.8.1`](https://togithub.com/prettier/prettier/blob/HEAD/CHANGELOG.md#​281 )
[Compare
Source](https://togithub.com/prettier/prettier/compare/2.8.0...2.8.1 )
[diff](https://togithub.com/prettier/prettier/compare/2.8.0...2.8.1 )
##### Fix SCSS map in arguments
([#​9184](https://togithub.com/prettier/prettier/pull/9184 ) by
[@​agamkrbit](https://togithub.com/agamkrbit ))
<!-- prettier-ignore -->
```scss
// Input
$display-breakpoints: map-deep-merge(
  (
    "print-only": "only print",
    "screen-only": "only screen",
    "xs-only": "only screen and (max-width: #{map-get($grid-breakpoints, "sm")-1})",
  ),
  $display-breakpoints
);
// Prettier 2.8.0
$display-breakpoints: map-deep-merge(
  (
    "print-only": "only print",
    "screen-only": "only screen",
    "xs-only": "only screen and (max-width: #{map-get($grid-breakpoints, " sm
      ")-1})",
  ),
  $display-breakpoints
);
// Prettier 2.8.1
$display-breakpoints: map-deep-merge(
  (
    "print-only": "only print",
    "screen-only": "only screen",
    "xs-only": "only screen and (max-width: #{map-get($grid-breakpoints, "sm")-1})",
  ),
  $display-breakpoints
);
```
##### Support auto accessors syntax
([#​13919](https://togithub.com/prettier/prettier/pull/13919 ) by
[@​sosukesuzuki](https://togithub.com/sosukesuzuki ))
Support for [Auto Accessors
Syntax](https://devblogs.microsoft.com/typescript/announcing-typescript-4-9/#auto-accessors-in-classes )
landed in TypeScript 4.9.
(Doesn't work well with `babel-ts` parser)
<!-- prettier-ignore -->
```tsx
class Foo {
  accessor foo: number = 3;
}
```
###
[`v2.8.0`](https://togithub.com/prettier/prettier/blob/HEAD/CHANGELOG.md#​280 )
[Compare
Source](https://togithub.com/prettier/prettier/compare/2.7.1...2.8.0 )
[diff](https://togithub.com/prettier/prettier/compare/2.7.1...2.8.0 )
🔗  [Release Notes](https://prettier.io/blog/2022/11/23/2.8.0.html )
</details>
---
### Configuration
📅  **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦  **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕  **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4zMC4yIiwidXBkYXRlZEluVmVyIjoiMzQuNjIuMSJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Gastón Fournier <gaston@getunleash.ai> 
						
					 
					
						2022-12-27 10:45:43 +01:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							408b81690d 
							
						 
					 
					
						
						
							
							chore(deps): update dependency @vitejs/plugin-react to v3 ( #2665 )  
						
						... 
						
						
						
						[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@vitejs/plugin-react](https://togithub.com/vitejs/vite-plugin-react/tree/main/packages/plugin-react#readme )
([source](https://togithub.com/vitejs/vite-plugin-react )) | [`2.2.0` ->
`3.0.0`](https://renovatebot.com/diffs/npm/@vitejs%2fplugin-react/2.2.0/3.0.0 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>vitejs/vite-plugin-react</summary>
###
[`v3.0.0`](https://togithub.com/vitejs/vite-plugin-react/blob/HEAD/packages/plugin-react/CHANGELOG.md#​300-2022-12-09 )
[Compare
Source](972b8ddca7...0aaf2e56dehttps://togithub.com/vitejs/vite-plugin-react/issues/57 ))
([941b20d](https://togithub.com/vitejs/vite-plugin-react/commit/941b20d )),
closes
[#​57](https://togithub.com/vitejs/vite-plugin-react/issues/57 )
- chore(deps): update rollup
([#​56](https://togithub.com/vitejs/vite-plugin-react/issues/56 ))
([af25ec7](https://togithub.com/vitejs/vite-plugin-react/commit/af25ec7 )),
closes
[#​56](https://togithub.com/vitejs/vite-plugin-react/issues/56 )
- chore!: drop ast check for refresh boundary
([#​43](https://togithub.com/vitejs/vite-plugin-react/issues/43 ))
([e43bd76](https://togithub.com/vitejs/vite-plugin-react/commit/e43bd76 )),
closes
[#​43](https://togithub.com/vitejs/vite-plugin-react/issues/43 )
</details>
---
### Configuration
📅  **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦  **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕  **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC41NC4wIiwidXBkYXRlZEluVmVyIjoiMzQuNjIuMSJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2022-12-27 09:55:20 +01:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2d16730cc2 
							
						 
					 
					
						
						
							
							feat: adds an optional dialog and markdown support ( #2728 )  
						
						... 
						
						
						
						Adds the option of showing a dialog and adds markdown support to it,
could be useful to show changelogs inside Unleash in the future.
 
						
					 
					
						2022-12-22 15:47:42 +00:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							aaa96f71cb 
							
						 
					 
					
						
						
							
							feat: message banner ( #2726 )  
						
						... 
						
						
						
						Related to:
https://linear.app/unleash/issue/2-511/exploration-build-data-for-the-possibility-of-showing-an-alert-to-the 
Namely:
https://unleash-internal.slack.com/archives/C046LV85N3C/p1671443897386729 
The idea is to have a general message banner that can be controlled
through a feature flag in Unleash to display announcements, warnings,
informations, etc.
Currently using mock feature flags, but the idea is to bind this to a
feature flag we can manage in our Unleash instance, and use its payload
to provide information to end users whenever we want.
Co-authored-by: Gastón Fournier <gaston@getunleash.ai> 
						
					 
					
						2022-12-22 15:16:51 +00:00 
						 
				 
			
				
					
						
							
							
								sjaanus 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e533b44c5b 
							
						 
					 
					
						
						
							
							Adds tracking to maintenance feature ( #2723 )  
						
						... 
						
						
						
						Adds tracking with plausible to maintenance feature 
						
					 
					
						2022-12-21 16:16:15 +02:00 
						 
				 
			
				
					
						
							
							
								sjaanus 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							be045dc13a 
							
						 
					 
					
						
						
							
							Remove favorites feature flag ( #2722 )  
						
						
						
					 
					
						2022-12-21 12:03:06 +00:00 
						 
				 
			
				
					
						
							
							
								sjaanus 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a0619e963d 
							
						 
					 
					
						
						
							
							Maintenance mode for users ( #2716 )  
						
						
						
					 
					
						2022-12-21 13:23:44 +02:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1ef84da688 
							
						 
					 
					
						
						
							
							fix: set a more generous maxWidth in access timeago cells ( #2714 )  
						
						... 
						
						
						
						https://unleash-internal.slack.com/archives/C046LV6HH6W/p1671533789519689  
					
						2022-12-20 22:14:29 +01:00 
						 
				 
			
				
					
						
							
							
								Gastón Fournier 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4b519ead4f 
							
						 
					 
					
						
						
							
							perf: Simplify queries to prometheus ( #2706 )  
						
						... 
						
						
						
						## About the changes
This PR improves our queries to Prometheus (instead of making multiple queries do only one) and improves the UI and the code. 
The reports aggregate all HTTP methods (GET, POST, PUT, DELETE, OPTIONS, HEAD and PATCH) without distinction under the same "endpoint" (a relative path inside unleash up to a certain depth)
Co-authored-by: Nuno Góis <nuno@getunleash.ai> 
						
					 
					
						2022-12-19 17:06:59 +01:00 
						 
				 
			
				
					
						
							
							
								Tymoteusz Czech 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2c15841af4 
							
						 
					 
					
						
						
							
							fix: metrics one hour select label ( #2712 )  
						
						
						
					 
					
						2022-12-19 16:27:21 +01:00 
						 
				 
			
				
					
						
							
							
								sjaanus 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2d5455d203 
							
						 
					 
					
						
						
							
							Maintenance mode middleware ( #2707 )  
						
						
						
					 
					
						2022-12-19 09:01:04 +02:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d2d5629a36 
							
						 
					 
					
						
						
							
							Feat lazy loading network ( #2709 )  
						
						... 
						
						
						
						Adds lazy loading to the network routes, so we end up with smaller
chunks in the build.
Also adds a `start:prod` script that can prove useful to test the chunk
loading behaviour locally. 
						
					 
					
						2022-12-16 18:09:24 +00:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a3ac96f763 
							
						 
					 
					
						
						
							
							Feat network overview ( #2708 )  
						
						... 
						
						
						
						https://linear.app/unleash/issue/2-512/exploration-network-overview-represented-as-a-flow-chart 
<img width="1307" alt="image"
src="https://user-images.githubusercontent.com/14320932/208110067-294a0b91-d52e-49d1-9024-fa5e8530e2d8.png "> 
					
						2022-12-16 14:12:36 +00:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1d1219a055 
							
						 
					 
					
						
						
							
							Use new useConditionallyHiddenColumns hook ( #2695 )  
						
						... 
						
						
						
						https://linear.app/unleash/issue/2-515/adapt-tables-to-use-the-new-useconditionallyhiddencolumns-hook 
Uses the new `useConditionallyHiddenColumns` hook, like mentioned here:
https://github.com/Unleash/unleash/pull/2691 
Also includes small fixes for things I caught along the way. See
comments below. 
					
						2022-12-16 10:46:04 +01:00 
						 
				 
			
				
					
						
							
							
								sjaanus 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d42e90544f 
							
						 
					 
					
						
						
							
							Maintenance mode UI ( #2704 )  
						
						
						
					 
					
						2022-12-15 16:07:22 +02:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f4480d516b 
							
						 
					 
					
						
						
							
							remove change request flag ( #2703 )  
						
						
						
					 
					
						2022-12-15 13:43:06 +01:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							90f0d665f9 
							
						 
					 
					
						
						
							
							fix: disable networkView for dev, fail more gracefully ( #2701 )  
						
						... 
						
						
						
						Disables networkView for dev for now. Attempts to fail more gracefully
both on the service and front-end. 
						
					 
					
						2022-12-15 10:12:02 +00:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2e615cdd35 
							
						 
					 
					
						
						
							
							refresh change request, add conflict margin, set time ago ( #2700 )  
						
						
						
					 
					
						2022-12-15 10:49:16 +01:00 
						 
				 
			
				
					
						
							
							
								Christopher Kolstad 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							23094b016e 
							
						 
					 
					
						
						
							
							feat: first draft of chart for instance traffic in frontend ( #2670 )  
						
						... 
						
						
						
						## What
We've already added the backend for this. This is the initial work for
drawing a chart for instance traffic in the frontend. It requires the environment variable `PROMETHEUS_API` set to a valid prometheus-query-language (promql) supported backend, such as Prometheus itself or Victoria Metrics. Besides, at the moment we're hiding this functionality behind the flag `UNLEASH_EXPERIMENTAL_NETWORK_VIEW` which has to be set to true
Co-authored-by: Christopher Kolstad <chriswk@getunleash.ai>
Co-authored-by: Gastón Fournier <gaston@getunleash.ai> 
						
					 
					
						2022-12-15 08:47:07 +00:00 
						 
				 
			
				
					
						
							
							
								Ivar Conradi Østhus 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							09c87c755f 
							
						 
					 
					
						
						
							
							Fix/remove settings cache ( #2694 )  
						
						... 
						
						
						
						In this PR we remove the general SettingService cache, as it will not
work across multiple horizontal unleash instances, events are not
published across.
We also fix the CORS origin to: 
- Access-Control-Allow-Origin set to "*" if no Origin is configured
- Access-Control-Allow-Origin set to "*" if any Origin is configured to
"*"
- - Access-Control-Allow-Origin set to array and have the "cors"
middleware to return an exact match on the user provided Origin.
Co-authored-by: Fredrik Oseberg <fredrik.no@gmail.com> 
						
					 
					
						2022-12-14 17:35:22 +01:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							db7b39af2d 
							
						 
					 
					
						
						
							
							fix: upgrades useHiddenColumns hook to fix related issues ( #2691 )  
						
						... 
						
						
						
						https://linear.app/unleash/issue/2-514/fix-issues-with-conditionally-hidden-table-columns 
This upgrades the old `useHiddenColumns` to a new
`useConditionallyHiddenColumns`. This implementation covers some issues
and edge cases, and should hopefully be the standard way of achieving
responsive visibility for table columns from now on.
Some of these issues included incorrectly showing/hiding table columns,
whether when resizing the window or at page load, even when the proper
conditions were met to toggle their visibility.
This PR adapts the tables that were already using `useHiddenColumns` to
use the new approach.
I'll create a new PR after this one to adapt our other existing tables
to use this new approach as well. 
					
						2022-12-14 15:22:38 +00:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							fe2f2f5705 
							
						 
					 
					
						
						
							
							Update dialogue design ( #2342 )  
						
						... 
						
						
						
						https://linear.app/unleash/issue/2-509/update-dialogues-to-match-new-designs 
Update dialogues to match the look on the new designs:
 
					
						2022-12-14 15:16:58 +00:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a54d53a117 
							
						 
					 
					
						
						
							
							added contraints checking in change request permissions ( #2690 )  
						
						
						
					 
					
						2022-12-14 13:00:51 +01:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							cb0398ca63 
							
						 
					 
					
						
						
							
							loosen permissions for change requests ( #2682 )  
						
						
						
					 
					
						2022-12-14 10:00:14 +01:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							eb433185a1 
							
						 
					 
					
						
						
							
							fix: remove tooltip from favorites cell, some refactoring ( #2687 )  
						
						... 
						
						
						
						https://linear.app/unleash/issue/2-510/favorite-cell-tooltips-is-buggy-when-pinned-remove-tooltips 
Tooltips were buggy when using the pinned feature, so I aligned with
@NicolaeUnleash and decided to remove them for now:
<img width="407" alt="image"
src="https://user-images.githubusercontent.com/14320932/207380515-476a4bec-c1c0-43af-adb8-f7001ae75e9c.png ">
Also includes a slight refactor on this component. 
					
						2022-12-14 08:51:41 +00:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							212083b5ed 
							
						 
					 
					
						
						
							
							fix: favorite tooltip topleft flash ( #2686 )  
						
						... 
						
						
						
						Fixes an issue where the tooltip would flash on the top left when going
through the rows. 
						
					 
					
						2022-12-13 14:06:25 +00:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4afd505164 
							
						 
					 
					
						
						
							
							feat: make favorites a global preference ( #2685 )  
						
						... 
						
						
						
						https://linear.app/unleash/issue/2-508/make-pinned-favorites-a-global-preference 
Also introduces a `useGlobalLocalStorage` hook where system-wide
preferences that are stored in LocalStorage can be maintained. 
					
						2022-12-13 13:20:43 +00:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e05d924663 
							
						 
					 
					
						
						
							
							fix: misc UI/UX fixes, mostly related with favorites ( #2683 )  
						
						... 
						
						
						
						https://linear.app/unleash/issue/2-504/misc-frontend-related-fixes-mostly-related-with-favorites  
					
						2022-12-13 13:19:21 +00:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a8cd3166d1 
							
						 
					 
					
						
						
							
							fix: adds bottom margin to SSO sync info box ( #2674 )  
						
						... 
						
						
						
						https://linear.app/unleash/issue/2-495/group-form-small-ui-fix  
					
						2022-12-13 14:01:53 +01:00 
						 
				 
			
				
					
						
							
							
								sjaanus 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							419640fb2b 
							
						 
					 
					
						
						
							
							Add unique trackable URLs for Pro/Enterprise feature lead generation ( #2684 )  
						
						... 
						
						
						
						Add unique trackable URLs for Pro/Enterprise feature lead generation 
						
					 
					
						2022-12-13 14:35:07 +02:00 
						 
				 
			
				
					
						
							
							
								sjaanus 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							fb06fa9f46 
							
						 
					 
					
						
						
							
							Remove full width access tab ( #2679 )  
						
						... 
						
						
						
						Remove full width access tab 
						
					 
					
						2022-12-13 13:41:40 +02:00 
						 
				 
			
				
					
						
							
							
								Gastón Fournier 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							025c8bd7d9 
							
						 
					 
					
						
						
							
							style: remove empty file ( #2680 )  
						
						... 
						
						
						
						This file is not needed and was probably committed by
accident. 
						
					 
					
						2022-12-13 10:59:53 +00:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							086241e583 
							
						 
					 
					
						
						
							
							change request ui tweaks ( #2676 )  
						
						
						
					 
					
						2022-12-13 09:17:17 +01:00 
						 
				 
			
				
					
						
							
							
								Fredrik Strand Oseberg 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							cef4181f11 
							
						 
					 
					
						
						
							
							Fix/cr UI fixes ( #2675 )  
						
						... 
						
						
						
						This PR contains multiple UI fixes for the change request. It changes
font sizes, icon colors, margins and paddings to be more consistent. 
						
					 
					
						2022-12-12 16:32:38 +01:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5086ec7921 
							
						 
					 
					
						
						
							
							remove feature flag: tokens last seen ( #2673 )  
						
						... 
						
						
						
						https://linear.app/unleash/issue/2-470/clean-up-flag  
					
						2022-12-12 14:32:35 +00:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e8d0fdba1f 
							
						 
					 
					
						
						
							
							remove feature flag: toggle tag filtering ( #2668 )  
						
						... 
						
						
						
						https://linear.app/unleash/issue/2-482/clean-up-feature-flag-after-this-goes-ga 
Relevant discussion:
https://unleash-internal.slack.com/archives/C046LV6HH6W/p1670837328201169  
					
						2022-12-12 13:21:12 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							99e5dda89c 
							
						 
					 
					
						
						
							
							chore(deps): update dependency vitest to v0.25.7 ( #2663 )  
						
						... 
						
						
						
						[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [vitest](https://togithub.com/vitest-dev/vitest ) | [`0.25.6` ->
`0.25.7`](https://renovatebot.com/diffs/npm/vitest/0.25.6/0.25.7 ) |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>vitest-dev/vitest</summary>
###
[`v0.25.7`](https://togithub.com/vitest-dev/vitest/releases/tag/v0.25.7 )
[Compare
Source](https://togithub.com/vitest-dev/vitest/compare/v0.25.6...v0.25.7 )
#####    🚀  Features
- Support Vite 4  -  by
[@​sheremet-va](https://togithub.com/sheremet-va ) in
[https://github.com/vitest-dev/vitest/issues/2470 ](https://togithub.com/vitest-dev/vitest/issues/2470 )
[<samp>(3bb6b)</samp>](https://togithub.com/vitest-dev/vitest/commit/3bb6b0c8 )
#####    🐞  Bug Fixes
- Restart on config change crashes  -  by
[@​AriPerkkio](https://togithub.com/AriPerkkio ) in
[https://github.com/vitest-dev/vitest/issues/2481 ](https://togithub.com/vitest-dev/vitest/issues/2481 )
[<samp>(286e9)</samp>](https://togithub.com/vitest-dev/vitest/commit/286e9cf7 )
- **coverage-istanbul**: Clear coverage map after use  -  by
[@​AriPerkkio](https://togithub.com/AriPerkkio ) in
[https://github.com/vitest-dev/vitest/issues/2466 ](https://togithub.com/vitest-dev/vitest/issues/2466 )
[<samp>(e6a18)</samp>](https://togithub.com/vitest-dev/vitest/commit/e6a18c74 )
#####     [View changes on
GitHub](https://togithub.com/vitest-dev/vitest/compare/v0.25.6...v0.25.7 )
</details>
---
### Configuration
📅  **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦  **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕  **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC41NC4wIiwidXBkYXRlZEluVmVyIjoiMzQuNTQuMCJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2022-12-10 22:58:44 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							14dd9c7c9d 
							
						 
					 
					
						
						
							
							chore(deps): update dependency vite-plugin-svgr to v2.3.0 ( #2661 )  
						
						... 
						
						
						
						[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [vite-plugin-svgr](https://togithub.com/pd4d10/vite-plugin-svgr ) |
[`2.2.2` ->
`2.3.0`](https://renovatebot.com/diffs/npm/vite-plugin-svgr/2.2.2/2.3.0 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>pd4d10/vite-plugin-svgr</summary>
###
[`v2.3.0`](https://togithub.com/pd4d10/vite-plugin-svgr/releases/tag/v2.3.0 )
[Compare
Source](https://togithub.com/pd4d10/vite-plugin-svgr/compare/v2.2.2...v2.3.0 )
#####    🚀  Features
- Add compatibility with vite@4  -  by
[@​twhitbeck](https://togithub.com/twhitbeck ) in
[https://github.com/pd4d10/vite-plugin-svgr/issues/64 ](https://togithub.com/pd4d10/vite-plugin-svgr/issues/64 )
[<samp>(4689c)</samp>](https://togithub.com/pd4d10/vite-plugin-svgr/commit/4689cd9 )
#####     [View changes on
GitHub](https://togithub.com/pd4d10/vite-plugin-svgr/compare/v2.2.2...v2.3.0 )
</details>
---
### Configuration
📅  **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦  **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕  **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC41NC4wIiwidXBkYXRlZEluVmVyIjoiMzQuNTQuMCJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2022-12-10 20:23:29 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8fc5d39141 
							
						 
					 
					
						
						
							
							chore(deps): update dependency react-hooks-global-state to v2.1.0 ( #2660 )  
						
						... 
						
						
						
						[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[react-hooks-global-state](https://togithub.com/dai-shi/react-hooks-global-state )
| [`2.0.0` ->
`2.1.0`](https://renovatebot.com/diffs/npm/react-hooks-global-state/2.0.0/2.1.0 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>dai-shi/react-hooks-global-state</summary>
###
[`v2.1.0`](https://togithub.com/dai-shi/react-hooks-global-state/blob/HEAD/CHANGELOG.md#​210---2022-12-04 )
[Compare
Source](https://togithub.com/dai-shi/react-hooks-global-state/compare/v2.0.0...v2.1.0 )
##### Added
- expose "subscribe" function for "createGlobalState"
[#​85](https://togithub.com/dai-shi/react-hooks-global-state/issues/85 )
</details>
---
### Configuration
📅  **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦  **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕  **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC41NC4wIiwidXBkYXRlZEluVmVyIjoiMzQuNTQuMCJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2022-12-10 17:26:53 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							41d125956a 
							
						 
					 
					
						
						
							
							chore(deps): update dependency eslint to v8.29.0 ( #2658 )  
						
						... 
						
						
						
						[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [eslint](https://eslint.org )
([source](https://togithub.com/eslint/eslint )) | [`8.28.0` ->
`8.29.0`](https://renovatebot.com/diffs/npm/eslint/8.28.0/8.29.0 ) |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>eslint/eslint</summary>
### [`v8.29.0`](https://togithub.com/eslint/eslint/releases/tag/v8.29.0 )
[Compare
Source](https://togithub.com/eslint/eslint/compare/v8.28.0...v8.29.0 )
#### Features
-
[`49a07c5`](49a07c52c5https://togithub.com/eslint/eslint/issues/16561 ))
(Nitin Kumar)
-
[`e6a865d`](e6a865d70ahttps://togithub.com/eslint/eslint/issues/16544 )) (Josh
Goldberg)
-
[`a91332b`](a91332b8bdhttps://togithub.com/eslint/eslint/issues/16583 ))
(trosos)
#### Documentation
-
[`0311d81`](0311d81834https://togithub.com/eslint/eslint/issues/16534 )) (Ben
Perlmutter)
-
[`57089b1`](57089b1edehttps://togithub.com/eslint/eslint/issues/16605 ))
(Milos Djermanovic)
-
[`b6ab030`](b6ab030897https://togithub.com/eslint/eslint/issues/16601 ))
(Strek)
-
[`6380c87`](6380c87c56https://togithub.com/eslint/eslint/issues/16592 ))
(Milos Djermanovic)
-
[`ade621d`](ade621dd12https://togithub.com/eslint/eslint/issues/16586 ))
(Shanmughapriyan S)
-
[`fbcf3ab`](fbcf3abd54https://togithub.com/eslint/eslint/issues/16585 ))
(Shanmughapriyan S)
-
[`f894035`](f89403553bhttps://togithub.com/eslint/eslint/issues/16582 ))
(Christian Oliff)
-
[`de12b26`](de12b266f2https://togithub.com/eslint/eslint/issues/16509 )) (Ben
Perlmutter)
-
[`1ae9f20`](1ae9f20674https://togithub.com/eslint/eslint/issues/16560 ))
(Nitin Kumar)
#### Chores
-
[`7628403`](7628403a57https://togithub.com/eslint/eslint/issues/16590 ))
(Amaresh S M)
-
[`f5808cb`](f5808cb515https://togithub.com/eslint/eslint/issues/16564 ))
(Milos Djermanovic)
</details>
---
### Configuration
📅  **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦  **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕  **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC41NC4wIiwidXBkYXRlZEluVmVyIjoiMzQuNTQuMCJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2022-12-10 12:50:10 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4d4590afe9 
							
						 
					 
					
						
						
							
							chore(deps): update dependency @uiw/react-codemirror to v4.19.2 ( #2657 )  
						
						... 
						
						
						
						[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@uiw/react-codemirror](https://uiwjs.github.io/react-codemirror )
([source](https://togithub.com/uiwjs/react-codemirror )) | [`4.19.1` ->
`4.19.2`](https://renovatebot.com/diffs/npm/@uiw%2freact-codemirror/4.19.1/4.19.2 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>uiwjs/react-codemirror</summary>
###
[`v4.19.2`](https://togithub.com/uiwjs/react-codemirror/releases/tag/v4.19.2 )
[Compare
Source](https://togithub.com/uiwjs/react-codemirror/compare/v4.19.1...v4.19.2 )
[](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-codemirror@4.19.2/file/README.md )
Documentation v4.19.2:
https://raw.githack.com/uiwjs/react-codemirror/01a4b43/index.html \
Comparing Changes:
https://github.com/uiwjs/react-codemirror/compare/v4.19.1...v4.19.2 
```shell
npm i @​uiw/react-codemirror@4.19.2
```
- 🌍  website: update sider menus.
[`a78b606`](https://togithub.com/uiwjs/react-codemirror/commit/a78b606 )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
- 📖  doc(tokyo-night): update document.
[`73b518e`](https://togithub.com/uiwjs/react-codemirror/commit/73b518e )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
- 🌍  website: fix menu active.
[`b19e563`](https://togithub.com/uiwjs/react-codemirror/commit/b19e563 )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
- 🐞  fix(theme): Highlight components with green
([#​429](https://togithub.com/uiwjs/react-codemirror/issues/429 ))
[`cbb7c7a`](https://togithub.com/uiwjs/react-codemirror/commit/cbb7c7a )
[@​karlhorky](https://togithub.com/karlhorky )
- 🌍  website(theme): Support tags.standard(tags.tagName) in Theme Editor.
[#​430](https://togithub.com/uiwjs/react-codemirror/issues/430 )
[`af0e3c1`](https://togithub.com/uiwjs/react-codemirror/commit/af0e3c1 )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
- 🐞  fix(github): modify tagName color in github theme.
[#​430](https://togithub.com/uiwjs/react-codemirror/issues/430 )
[`c50705e`](https://togithub.com/uiwjs/react-codemirror/commit/c50705e )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
- 🐞  fix(sublime): modify tagName color in sublime theme.
([#​430](https://togithub.com/uiwjs/react-codemirror/issues/430 ))
[`cbb41d1`](https://togithub.com/uiwjs/react-codemirror/commit/cbb41d1 )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
</details>
---
### Configuration
📅  **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦  **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕  **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC41NC4wIiwidXBkYXRlZEluVmVyIjoiMzQuNTQuMCJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2022-12-10 10:37:47 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ab033290b2 
							
						 
					 
					
						
						
							
							chore(deps): update dependency @uiw/codemirror-theme-duotone to v4.19.2 ( #2656 )  
						
						... 
						
						
						
						[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@uiw/codemirror-theme-duotone](https://uiwjs.github.io/react-codemirror/#/theme/data/duotone/light )
([source](https://togithub.com/uiwjs/react-codemirror )) | [`4.19.1` ->
`4.19.2`](https://renovatebot.com/diffs/npm/@uiw%2fcodemirror-theme-duotone/4.19.1/4.19.2 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>uiwjs/react-codemirror</summary>
###
[`v4.19.2`](https://togithub.com/uiwjs/react-codemirror/releases/tag/v4.19.2 )
[Compare
Source](https://togithub.com/uiwjs/react-codemirror/compare/v4.19.1...v4.19.2 )
[](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-codemirror@4.19.2/file/README.md )
Documentation v4.19.2:
https://raw.githack.com/uiwjs/react-codemirror/01a4b43/index.html \
Comparing Changes:
https://github.com/uiwjs/react-codemirror/compare/v4.19.1...v4.19.2 
```shell
npm i @​uiw/react-codemirror@4.19.2
```
- 🌍  website: update sider menus.
[`a78b606`](https://togithub.com/uiwjs/react-codemirror/commit/a78b606 )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
- 📖  doc(tokyo-night): update document.
[`73b518e`](https://togithub.com/uiwjs/react-codemirror/commit/73b518e )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
- 🌍  website: fix menu active.
[`b19e563`](https://togithub.com/uiwjs/react-codemirror/commit/b19e563 )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
- 🐞  fix(theme): Highlight components with green
([#​429](https://togithub.com/uiwjs/react-codemirror/issues/429 ))
[`cbb7c7a`](https://togithub.com/uiwjs/react-codemirror/commit/cbb7c7a )
[@​karlhorky](https://togithub.com/karlhorky )
- 🌍  website(theme): Support tags.standard(tags.tagName) in Theme Editor.
[#​430](https://togithub.com/uiwjs/react-codemirror/issues/430 )
[`af0e3c1`](https://togithub.com/uiwjs/react-codemirror/commit/af0e3c1 )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
- 🐞  fix(github): modify tagName color in github theme.
[#​430](https://togithub.com/uiwjs/react-codemirror/issues/430 )
[`c50705e`](https://togithub.com/uiwjs/react-codemirror/commit/c50705e )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
- 🐞  fix(sublime): modify tagName color in sublime theme.
([#​430](https://togithub.com/uiwjs/react-codemirror/issues/430 ))
[`cbb41d1`](https://togithub.com/uiwjs/react-codemirror/commit/cbb41d1 )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
</details>
---
### Configuration
📅  **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦  **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕  **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC41MS4wIiwidXBkYXRlZEluVmVyIjoiMzQuNTEuMCJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2022-12-10 07:34:38 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a67f85358c 
							
						 
					 
					
						
						
							
							chore(deps): update dependency @uiw/codemirror-theme-duotone to v4.19.1 ( #2654 )  
						
						... 
						
						
						
						[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@uiw/codemirror-theme-duotone](https://uiwjs.github.io/react-codemirror/#/theme/data/duotone/light )
([source](https://togithub.com/uiwjs/react-codemirror )) | [`4.15.1` ->
`4.19.1`](https://renovatebot.com/diffs/npm/@uiw%2fcodemirror-theme-duotone/4.15.1/4.19.1 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>uiwjs/react-codemirror</summary>
###
[`v4.19.1`](https://togithub.com/uiwjs/react-codemirror/releases/tag/v4.19.1 )
[Compare
Source](https://togithub.com/uiwjs/react-codemirror/compare/v4.19.0...v4.19.1 )
[](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-codemirror@4.19.1/file/README.md )
Documentation v4.19.1:
https://raw.githack.com/uiwjs/react-codemirror/a71c6e1/index.html \
Comparing Changes:
https://github.com/uiwjs/react-codemirror/compare/v4.19.0...v4.19.1 
```shell
npm i @​uiw/react-codemirror@4.19.1
```
- 🌟  feat(material): add materialLightInit/materialDarkInit/materialLight
method to material theme.
[`c488397`](https://togithub.com/uiwjs/react-codemirror/commit/c488397 )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
###
[`v4.19.0`](https://togithub.com/uiwjs/react-codemirror/releases/tag/v4.19.0 )
[Compare
Source](https://togithub.com/uiwjs/react-codemirror/compare/v4.18.2...v4.19.0 )
[](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-codemirror@4.19.0/file/README.md )
Documentation v4.19.0:
https://raw.githack.com/uiwjs/react-codemirror/aa2b4d8/index.html \
Comparing Changes:
https://github.com/uiwjs/react-codemirror/compare/v4.18.2...v4.19.0 
```shell
npm i @​uiw/react-codemirror@4.19.0
```
- 🌟  feat(theme): add aura theme.
[`e7c7f0f`](https://togithub.com/uiwjs/react-codemirror/commit/e7c7f0f )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
- 🌟  feat(theme): add TokyoNight theme.
[`4af4add`](https://togithub.com/uiwjs/react-codemirror/commit/4af4add )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
- 🌟  feat(theme): add TokyoNightStorm theme.
[`e67f5ee`](https://togithub.com/uiwjs/react-codemirror/commit/e67f5ee )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
- 🌟  feat(theme): add tokyoNightDay theme.
[`6f5a908`](https://togithub.com/uiwjs/react-codemirror/commit/6f5a908 )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
- 💄  chore: update workflows config.
[`709fabb`](https://togithub.com/uiwjs/react-codemirror/commit/709fabb )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
###
[`v4.18.2`](https://togithub.com/uiwjs/react-codemirror/releases/tag/v4.18.2 )
[Compare
Source](https://togithub.com/uiwjs/react-codemirror/compare/v4.18.1...v4.18.2 )
[](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-codemirror@4.18.2/file/README.md )
Documentation v4.18.2:
https://raw.githack.com/uiwjs/react-codemirror/1fd4697/index.html \
Comparing Changes:
https://github.com/uiwjs/react-codemirror/compare/v4.18.1...v4.18.2 
```shell
npm i @​uiw/react-codemirror@4.18.2
```
- 🎨  style(themes): Modify the gutter border-right style.
[`64b5993`](https://togithub.com/uiwjs/react-codemirror/commit/64b5993 )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
###
[`v4.18.1`](https://togithub.com/uiwjs/react-codemirror/releases/tag/v4.18.1 )
[Compare
Source](https://togithub.com/uiwjs/react-codemirror/compare/v4.18.0...v4.18.1 )
[](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-codemirror@4.18.1/file/README.md )
Documentation v4.18.1:
https://raw.githack.com/uiwjs/react-codemirror/545f986/index.html \
Comparing Changes:
https://github.com/uiwjs/react-codemirror/compare/v4.18.0...v4.18.1 
```shell
npm i @​uiw/react-codemirror@4.18.1
```
- 🌍  website: add themes home page.
[`fea984f`](https://togithub.com/uiwjs/react-codemirror/commit/fea984f )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
- 🌟  feat(theme): add noctis-lilac theme.
[`f30c552`](https://togithub.com/uiwjs/react-codemirror/commit/f30c552 )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
###
[`v4.18.0`](https://togithub.com/uiwjs/react-codemirror/releases/tag/v4.18.0 )
[Compare
Source](https://togithub.com/uiwjs/react-codemirror/compare/v4.17.1...v4.18.0 )
[](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-codemirror@4.18.0/file/README.md )
Documentation v4.18.0:
https://raw.githack.com/uiwjs/react-codemirror/1b62d39/index.html \
Comparing Changes:
https://github.com/uiwjs/react-codemirror/compare/v4.17.1...v4.18.0 
```shell
npm i @​uiw/react-codemirror@4.18.0
```
- 🌍  website: update website example.
[`a4411dc`](https://togithub.com/uiwjs/react-codemirror/commit/a4411dc )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
- 🌟  feat(xcode): add xcodeLightInit/xcodeDarkInit method to xcode theme.
[`70d3db5`](https://togithub.com/uiwjs/react-codemirror/commit/70d3db5 )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
- 🌟  feat(sublime): add sublimeInit method to xcode theme.
[`a664aae`](https://togithub.com/uiwjs/react-codemirror/commit/a664aae )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
- 🌟  feat(solarized): add solarizedLightInit/solarizedDarkInit method to
solarized theme.
[`26aee9f`](https://togithub.com/uiwjs/react-codemirror/commit/26aee9f )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
- 🌍  website: fix theme all type errors.
[`d45e5ee`](https://togithub.com/uiwjs/react-codemirror/commit/d45e5ee )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
- 🌟  feat(okaidia): add okaidiaInit method to okaidia theme.
[`adf94e5`](https://togithub.com/uiwjs/react-codemirror/commit/adf94e5 )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
- 🌟  feat(nord): add nordInit method to nord theme.
[`14811ae`](https://togithub.com/uiwjs/react-codemirror/commit/14811ae )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
- 🌟  feat(material): add materialInit method to material theme.
[`129d8e3`](https://togithub.com/uiwjs/react-codemirror/commit/129d8e3 )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
- 🌟  feat(gruvbox): add gruvboxDarkInit/gruvboxLightInit method to
gruvbox theme.
[`c5c0afe`](https://togithub.com/uiwjs/react-codemirror/commit/c5c0afe )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
- 🌟  feat(github): add githubDarkInit/githubLightInit method to github
theme.
[`2aacb6f`](https://togithub.com/uiwjs/react-codemirror/commit/2aacb6f )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
- 🌟  feat(eclipse): add eclipseInit method to eclipse theme.
[`3cd796d`](https://togithub.com/uiwjs/react-codemirror/commit/3cd796d )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
- 🌟  feat(duotone): add duotoneLightInit/duotoneDarkInit method to
duotone theme.
[`4044b17`](https://togithub.com/uiwjs/react-codemirror/commit/4044b17 )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
- 🌟  feat(dracula): add draculaInit method to dracula theme.
[`8c4e397`](https://togithub.com/uiwjs/react-codemirror/commit/8c4e397 )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
- 🌟  feat(darcula): add darculaInit method to darcula theme.
[`23c896c`](https://togithub.com/uiwjs/react-codemirror/commit/23c896c )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
- 🌟  feat(bespin): add bespinInit method to bespin theme.
[`0515402`](https://togithub.com/uiwjs/react-codemirror/commit/0515402 )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
- 🌟  feat(bbedit): add bbeditInit method to bbedit theme.
[`e6b66d0`](https://togithub.com/uiwjs/react-codemirror/commit/e6b66d0 )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
- 🌟  feat(atomone): add atomoneInit method to atomone theme.
[`82d86e5`](https://togithub.com/uiwjs/react-codemirror/commit/82d86e5 )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
- 🌟  feat(androidstudio): add androidstudioInit method to androidstudio
theme.
[`61f38d1`](https://togithub.com/uiwjs/react-codemirror/commit/61f38d1 )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
- 🌟  feat(abcdef): add abcdefInit method to abcdef theme.
[`b8cf12f`](https://togithub.com/uiwjs/react-codemirror/commit/b8cf12f )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
###
[`v4.17.1`](https://togithub.com/uiwjs/react-codemirror/releases/tag/v4.17.1 )
[Compare
Source](https://togithub.com/uiwjs/react-codemirror/compare/v4.17.0...v4.17.1 )
[](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-codemirror@4.17.1/file/README.md )
Documentation v4.17.1:
https://raw.githack.com/uiwjs/react-codemirror/0fcc2c9/index.html \
Comparing Changes:
https://github.com/uiwjs/react-codemirror/compare/v4.17.0...v4.17.1 
```shell
npm i @​uiw/react-codemirror@4.17.1
```
- 🎨  style(github): update github style.
[`0d483e8`](https://togithub.com/uiwjs/react-codemirror/commit/0d483e8 )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
###
[`v4.17.0`](https://togithub.com/uiwjs/react-codemirror/releases/tag/v4.17.0 )
[Compare
Source](https://togithub.com/uiwjs/react-codemirror/compare/v4.16.0...v4.17.0 )
[](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-codemirror@4.17.0/file/README.md )
Documentation v4.17.0:
https://raw.githack.com/uiwjs/react-codemirror/d8e3be4/index.html \
Comparing Changes:
https://github.com/uiwjs/react-codemirror/compare/v4.16.0...v4.17.0 
```shell
npm i @​uiw/react-codemirror@4.17.0
```
- 🌟  feat: add workflows config.
[`43e76ac`](https://togithub.com/uiwjs/react-codemirror/commit/43e76ac )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
- 💄  chore: update workflows config.
[`0eb8053`](https://togithub.com/uiwjs/react-codemirror/commit/0eb8053 )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
- 🌟  feat(theme): add material theme.
[`a2fe1d8`](https://togithub.com/uiwjs/react-codemirror/commit/a2fe1d8 )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
- 💄  chore(theme): update gruvbox theme.
[`18c1977`](https://togithub.com/uiwjs/react-codemirror/commit/18c1977 )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
- 🌟  feat(theme): add solarized theme.
[`d6899db`](https://togithub.com/uiwjs/react-codemirror/commit/d6899db )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
- 💄  chore: update workflows config.
[`a104c88`](https://togithub.com/uiwjs/react-codemirror/commit/a104c88 )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
###
[`v4.16.0`](https://togithub.com/uiwjs/react-codemirror/releases/tag/v4.16.0 )
[Compare
Source](https://togithub.com/uiwjs/react-codemirror/compare/v4.15.1...v4.16.0 )
[](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-codemirror@4.16.0/file/README.md )
Documentation v4.16.0:
https://raw.githack.com/uiwjs/react-codemirror/cacf4ae/index.html \
Comparing Changes:
https://github.com/uiwjs/react-codemirror/compare/v4.15.1...v4.16.0 
```shell
npm i @​uiw/react-codemirror@4.16.0
```
- 📖  doc(vscode): update README.md
[`7bd0ed7`](https://togithub.com/uiwjs/react-codemirror/commit/7bd0ed7 )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
- 🌟  feat: add zebra-stripes component.
[#​424](https://togithub.com/uiwjs/react-codemirror/issues/424 )
[`bdb7e9a`](https://togithub.com/uiwjs/react-codemirror/commit/bdb7e9a )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
- 🐞  fix(deps): update codemirror
([#​417](https://togithub.com/uiwjs/react-codemirror/issues/417 ))
[`09ab14f`](https://togithub.com/uiwjs/react-codemirror/commit/09ab14f )
[@​renovate-bot](https://togithub.com/renovate-bot )
- 💄  chore(deps): update dependency prettier to ~2.8.0
([#​420](https://togithub.com/uiwjs/react-codemirror/issues/420 ))
[`52822d8`](https://togithub.com/uiwjs/react-codemirror/commit/52822d8 )
[@​renovate-bot](https://togithub.com/renovate-bot )
- 💄  chore(deps): update dependency lint-staged to ~13.1.0
([#​425](https://togithub.com/uiwjs/react-codemirror/issues/425 ))
[`b9d6ef6`](https://togithub.com/uiwjs/react-codemirror/commit/b9d6ef6 )
[@​renovate-bot](https://togithub.com/renovate-bot )
- 🌟  feat(theme): add nord theme.
[`2717cdd`](https://togithub.com/uiwjs/react-codemirror/commit/2717cdd )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
- 🌟  feat(theme): add gruvbox light theme.
[`2df3352`](https://togithub.com/uiwjs/react-codemirror/commit/2df3352 )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
</details>
---
### Configuration
📅  **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦  **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕  **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC41MS4wIiwidXBkYXRlZEluVmVyIjoiMzQuNTEuMCJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2022-12-10 01:56:58 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							55ed4bf81a 
							
						 
					 
					
						
						
							
							chore(deps): update dependency @uiw/react-codemirror to v4.19.1 ( #2653 )  
						
						... 
						
						
						
						[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@uiw/react-codemirror](https://uiwjs.github.io/react-codemirror )
([source](https://togithub.com/uiwjs/react-codemirror )) | [`4.15.1` ->
`4.19.1`](https://renovatebot.com/diffs/npm/@uiw%2freact-codemirror/4.15.1/4.19.1 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>uiwjs/react-codemirror</summary>
###
[`v4.19.1`](https://togithub.com/uiwjs/react-codemirror/releases/tag/v4.19.1 )
[Compare
Source](https://togithub.com/uiwjs/react-codemirror/compare/v4.19.0...v4.19.1 )
[](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-codemirror@4.19.1/file/README.md )
Documentation v4.19.1:
https://raw.githack.com/uiwjs/react-codemirror/a71c6e1/index.html \
Comparing Changes:
https://github.com/uiwjs/react-codemirror/compare/v4.19.0...v4.19.1 
```shell
npm i @​uiw/react-codemirror@4.19.1
```
- 🌟  feat(material): add materialLightInit/materialDarkInit/materialLight
method to material theme.
[`c488397`](https://togithub.com/uiwjs/react-codemirror/commit/c488397 )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
###
[`v4.19.0`](https://togithub.com/uiwjs/react-codemirror/releases/tag/v4.19.0 )
[Compare
Source](https://togithub.com/uiwjs/react-codemirror/compare/v4.18.2...v4.19.0 )
[](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-codemirror@4.19.0/file/README.md )
Documentation v4.19.0:
https://raw.githack.com/uiwjs/react-codemirror/aa2b4d8/index.html \
Comparing Changes:
https://github.com/uiwjs/react-codemirror/compare/v4.18.2...v4.19.0 
```shell
npm i @​uiw/react-codemirror@4.19.0
```
- 🌟  feat(theme): add aura theme.
[`e7c7f0f`](https://togithub.com/uiwjs/react-codemirror/commit/e7c7f0f )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
- 🌟  feat(theme): add TokyoNight theme.
[`4af4add`](https://togithub.com/uiwjs/react-codemirror/commit/4af4add )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
- 🌟  feat(theme): add TokyoNightStorm theme.
[`e67f5ee`](https://togithub.com/uiwjs/react-codemirror/commit/e67f5ee )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
- 🌟  feat(theme): add tokyoNightDay theme.
[`6f5a908`](https://togithub.com/uiwjs/react-codemirror/commit/6f5a908 )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
- 💄  chore: update workflows config.
[`709fabb`](https://togithub.com/uiwjs/react-codemirror/commit/709fabb )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
###
[`v4.18.2`](https://togithub.com/uiwjs/react-codemirror/releases/tag/v4.18.2 )
[Compare
Source](https://togithub.com/uiwjs/react-codemirror/compare/v4.18.1...v4.18.2 )
[](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-codemirror@4.18.2/file/README.md )
Documentation v4.18.2:
https://raw.githack.com/uiwjs/react-codemirror/1fd4697/index.html \
Comparing Changes:
https://github.com/uiwjs/react-codemirror/compare/v4.18.1...v4.18.2 
```shell
npm i @​uiw/react-codemirror@4.18.2
```
- 🎨  style(themes): Modify the gutter border-right style.
[`64b5993`](https://togithub.com/uiwjs/react-codemirror/commit/64b5993 )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
###
[`v4.18.1`](https://togithub.com/uiwjs/react-codemirror/releases/tag/v4.18.1 )
[Compare
Source](https://togithub.com/uiwjs/react-codemirror/compare/v4.18.0...v4.18.1 )
[](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-codemirror@4.18.1/file/README.md )
Documentation v4.18.1:
https://raw.githack.com/uiwjs/react-codemirror/545f986/index.html \
Comparing Changes:
https://github.com/uiwjs/react-codemirror/compare/v4.18.0...v4.18.1 
```shell
npm i @​uiw/react-codemirror@4.18.1
```
- 🌍  website: add themes home page.
[`fea984f`](https://togithub.com/uiwjs/react-codemirror/commit/fea984f )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
- 🌟  feat(theme): add noctis-lilac theme.
[`f30c552`](https://togithub.com/uiwjs/react-codemirror/commit/f30c552 )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
###
[`v4.18.0`](https://togithub.com/uiwjs/react-codemirror/releases/tag/v4.18.0 )
[Compare
Source](https://togithub.com/uiwjs/react-codemirror/compare/v4.17.1...v4.18.0 )
[](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-codemirror@4.18.0/file/README.md )
Documentation v4.18.0:
https://raw.githack.com/uiwjs/react-codemirror/1b62d39/index.html \
Comparing Changes:
https://github.com/uiwjs/react-codemirror/compare/v4.17.1...v4.18.0 
```shell
npm i @​uiw/react-codemirror@4.18.0
```
- 🌍  website: update website example.
[`a4411dc`](https://togithub.com/uiwjs/react-codemirror/commit/a4411dc )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
- 🌟  feat(xcode): add xcodeLightInit/xcodeDarkInit method to xcode theme.
[`70d3db5`](https://togithub.com/uiwjs/react-codemirror/commit/70d3db5 )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
- 🌟  feat(sublime): add sublimeInit method to xcode theme.
[`a664aae`](https://togithub.com/uiwjs/react-codemirror/commit/a664aae )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
- 🌟  feat(solarized): add solarizedLightInit/solarizedDarkInit method to
solarized theme.
[`26aee9f`](https://togithub.com/uiwjs/react-codemirror/commit/26aee9f )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
- 🌍  website: fix theme all type errors.
[`d45e5ee`](https://togithub.com/uiwjs/react-codemirror/commit/d45e5ee )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
- 🌟  feat(okaidia): add okaidiaInit method to okaidia theme.
[`adf94e5`](https://togithub.com/uiwjs/react-codemirror/commit/adf94e5 )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
- 🌟  feat(nord): add nordInit method to nord theme.
[`14811ae`](https://togithub.com/uiwjs/react-codemirror/commit/14811ae )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
- 🌟  feat(material): add materialInit method to material theme.
[`129d8e3`](https://togithub.com/uiwjs/react-codemirror/commit/129d8e3 )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
- 🌟  feat(gruvbox): add gruvboxDarkInit/gruvboxLightInit method to
gruvbox theme.
[`c5c0afe`](https://togithub.com/uiwjs/react-codemirror/commit/c5c0afe )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
- 🌟  feat(github): add githubDarkInit/githubLightInit method to github
theme.
[`2aacb6f`](https://togithub.com/uiwjs/react-codemirror/commit/2aacb6f )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
- 🌟  feat(eclipse): add eclipseInit method to eclipse theme.
[`3cd796d`](https://togithub.com/uiwjs/react-codemirror/commit/3cd796d )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
- 🌟  feat(duotone): add duotoneLightInit/duotoneDarkInit method to
duotone theme.
[`4044b17`](https://togithub.com/uiwjs/react-codemirror/commit/4044b17 )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
- 🌟  feat(dracula): add draculaInit method to dracula theme.
[`8c4e397`](https://togithub.com/uiwjs/react-codemirror/commit/8c4e397 )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
- 🌟  feat(darcula): add darculaInit method to darcula theme.
[`23c896c`](https://togithub.com/uiwjs/react-codemirror/commit/23c896c )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
- 🌟  feat(bespin): add bespinInit method to bespin theme.
[`0515402`](https://togithub.com/uiwjs/react-codemirror/commit/0515402 )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
- 🌟  feat(bbedit): add bbeditInit method to bbedit theme.
[`e6b66d0`](https://togithub.com/uiwjs/react-codemirror/commit/e6b66d0 )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
- 🌟  feat(atomone): add atomoneInit method to atomone theme.
[`82d86e5`](https://togithub.com/uiwjs/react-codemirror/commit/82d86e5 )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
- 🌟  feat(androidstudio): add androidstudioInit method to androidstudio
theme.
[`61f38d1`](https://togithub.com/uiwjs/react-codemirror/commit/61f38d1 )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
- 🌟  feat(abcdef): add abcdefInit method to abcdef theme.
[`b8cf12f`](https://togithub.com/uiwjs/react-codemirror/commit/b8cf12f )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
###
[`v4.17.1`](https://togithub.com/uiwjs/react-codemirror/releases/tag/v4.17.1 )
[Compare
Source](https://togithub.com/uiwjs/react-codemirror/compare/v4.17.0...v4.17.1 )
[](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-codemirror@4.17.1/file/README.md )
Documentation v4.17.1:
https://raw.githack.com/uiwjs/react-codemirror/0fcc2c9/index.html \
Comparing Changes:
https://github.com/uiwjs/react-codemirror/compare/v4.17.0...v4.17.1 
```shell
npm i @​uiw/react-codemirror@4.17.1
```
- 🎨  style(github): update github style.
[`0d483e8`](https://togithub.com/uiwjs/react-codemirror/commit/0d483e8 )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
###
[`v4.17.0`](https://togithub.com/uiwjs/react-codemirror/releases/tag/v4.17.0 )
[Compare
Source](https://togithub.com/uiwjs/react-codemirror/compare/v4.16.0...v4.17.0 )
[](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-codemirror@4.17.0/file/README.md )
Documentation v4.17.0:
https://raw.githack.com/uiwjs/react-codemirror/d8e3be4/index.html \
Comparing Changes:
https://github.com/uiwjs/react-codemirror/compare/v4.16.0...v4.17.0 
```shell
npm i @​uiw/react-codemirror@4.17.0
```
- 🌟  feat: add workflows config.
[`43e76ac`](https://togithub.com/uiwjs/react-codemirror/commit/43e76ac )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
- 💄  chore: update workflows config.
[`0eb8053`](https://togithub.com/uiwjs/react-codemirror/commit/0eb8053 )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
- 🌟  feat(theme): add material theme.
[`a2fe1d8`](https://togithub.com/uiwjs/react-codemirror/commit/a2fe1d8 )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
- 💄  chore(theme): update gruvbox theme.
[`18c1977`](https://togithub.com/uiwjs/react-codemirror/commit/18c1977 )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
- 🌟  feat(theme): add solarized theme.
[`d6899db`](https://togithub.com/uiwjs/react-codemirror/commit/d6899db )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
- 💄  chore: update workflows config.
[`a104c88`](https://togithub.com/uiwjs/react-codemirror/commit/a104c88 )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
###
[`v4.16.0`](https://togithub.com/uiwjs/react-codemirror/releases/tag/v4.16.0 )
[Compare
Source](https://togithub.com/uiwjs/react-codemirror/compare/v4.15.1...v4.16.0 )
[](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-codemirror@4.16.0/file/README.md )
Documentation v4.16.0:
https://raw.githack.com/uiwjs/react-codemirror/cacf4ae/index.html \
Comparing Changes:
https://github.com/uiwjs/react-codemirror/compare/v4.15.1...v4.16.0 
```shell
npm i @​uiw/react-codemirror@4.16.0
```
- 📖  doc(vscode): update README.md
[`7bd0ed7`](https://togithub.com/uiwjs/react-codemirror/commit/7bd0ed7 )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
- 🌟  feat: add zebra-stripes component.
[#​424](https://togithub.com/uiwjs/react-codemirror/issues/424 )
[`bdb7e9a`](https://togithub.com/uiwjs/react-codemirror/commit/bdb7e9a )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
- 🐞  fix(deps): update codemirror
([#​417](https://togithub.com/uiwjs/react-codemirror/issues/417 ))
[`09ab14f`](https://togithub.com/uiwjs/react-codemirror/commit/09ab14f )
[@​renovate-bot](https://togithub.com/renovate-bot )
- 💄  chore(deps): update dependency prettier to ~2.8.0
([#​420](https://togithub.com/uiwjs/react-codemirror/issues/420 ))
[`52822d8`](https://togithub.com/uiwjs/react-codemirror/commit/52822d8 )
[@​renovate-bot](https://togithub.com/renovate-bot )
- 💄  chore(deps): update dependency lint-staged to ~13.1.0
([#​425](https://togithub.com/uiwjs/react-codemirror/issues/425 ))
[`b9d6ef6`](https://togithub.com/uiwjs/react-codemirror/commit/b9d6ef6 )
[@​renovate-bot](https://togithub.com/renovate-bot )
- 🌟  feat(theme): add nord theme.
[`2717cdd`](https://togithub.com/uiwjs/react-codemirror/commit/2717cdd )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
- 🌟  feat(theme): add gruvbox light theme.
[`2df3352`](https://togithub.com/uiwjs/react-codemirror/commit/2df3352 )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
</details>
---
### Configuration
📅  **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦  **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕  **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC41MS4wIiwidXBkYXRlZEluVmVyIjoiMzQuNTEuMCJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2022-12-09 23:27:57 +00:00 
						 
				 
			
				
					
						
							
							
								Shaswat Prabhat 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							59c043e1ab 
							
						 
					 
					
						
						
							
							Shaswat: Remove usage of useStyles from UserForm ( #2619 )  
						
						... 
						
						
						
						Changes for [issue](https://github.com/Unleash/unleash/issues/2606 )
Co-authored-by: Nuno Góis <github@nunogois.com> 
						
					 
					
						2022-12-09 12:10:30 +00:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1bd95d44e5 
							
						 
					 
					
						
						
							
							fix: use instance status too many reqs ( #2651 )  
						
						... 
						
						
						
						Same as https://github.com/Unleash/unleash/pull/2650  but for
`useInstanceStatus`, since it followed a similar pattern. 
						
					 
					
						2022-12-09 11:53:31 +01:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							bc77342380 
							
						 
					 
					
						
						
							
							fix: too many reqs to feature toggle endpoint ( #2650 )  
						
						... 
						
						
						
						Fixes an issue where the feature toggle endpoint gets request too many
times repeatedly. 
						
					 
					
						2022-12-09 10:37:09 +00:00 
						 
				 
			
				
					
						
							
							
								andreas-unleash 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							58622bbf99 
							
						 
					 
					
						
						
							
							Fix/change request search ( #2647 )  
						
						... 
						
						
						
						<!-- 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! ❤️  -->
Fixes bug in Project Change Requests Tab Search
## About the changes
<!-- 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. -->
<!-- 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? -->
Signed-off-by: andreas-unleash <andreas@getunleash.ai> 
						
					 
					
						2022-12-09 11:34:26 +02:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a87145b5ef 
							
						 
					 
					
						
						
							
							Fix strategy screen 404 ( #2638 )  
						
						
						
					 
					
						2022-12-09 09:29:44 +01:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f91bc136bb 
							
						 
					 
					
						
						
							
							chore(deps): update dependency sass to v1.56.2 ( #2644 )  
						
						... 
						
						
						
						[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [sass](https://togithub.com/sass/dart-sass ) | [`1.56.1` ->
`1.56.2`](https://renovatebot.com/diffs/npm/sass/1.56.1/1.56.2 ) |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>sass/dart-sass</summary>
###
[`v1.56.2`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#​1562 )
[Compare
Source](https://togithub.com/sass/dart-sass/compare/1.56.1...1.56.2 )
##### Embedded Sass
-   The embedded compiler now supports version 1.2.0 of [the embedded
    protocol](https://togithub.com/sass/embedded-protocol ).
</details>
---
### Configuration
📅  **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦  **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕  **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC41MS4wIiwidXBkYXRlZEluVmVyIjoiMzQuNTEuMCJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2022-12-09 00:03:09 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ae107ee230 
							
						 
					 
					
						
						
							
							chore(deps): update react-router monorepo to v6.4.5 ( #2643 )  
						
						... 
						
						
						
						[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [react-router](https://togithub.com/remix-run/react-router ) | [`6.4.3`
-> `6.4.5`](https://renovatebot.com/diffs/npm/react-router/6.4.3/6.4.5 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
| [react-router-dom](https://togithub.com/remix-run/react-router ) |
[`6.4.3` ->
`6.4.5`](https://renovatebot.com/diffs/npm/react-router-dom/6.4.3/6.4.5 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>remix-run/react-router (react-router)</summary>
###
[`v6.4.5`](https://togithub.com/remix-run/react-router/blob/HEAD/packages/react-router/CHANGELOG.md#​645 )
[Compare
Source](https://togithub.com/remix-run/react-router/compare/react-router@6.4.4...react-router@6.4.5 )
##### Patch Changes
-   Updated dependencies:
    -   `@remix-run/router@1.0.5`
###
[`v6.4.4`](https://togithub.com/remix-run/react-router/blob/HEAD/packages/react-router/CHANGELOG.md#​644 )
[Compare
Source](https://togithub.com/remix-run/react-router/compare/react-router@6.4.3...react-router@6.4.4 )
##### Patch Changes
-   Updated dependencies:
    -   `@remix-run/router@1.0.4`
</details>
<details>
<summary>remix-run/react-router (react-router-dom)</summary>
###
[`v6.4.5`](https://togithub.com/remix-run/react-router/blob/HEAD/packages/react-router-dom/CHANGELOG.md#​645 )
[Compare
Source](https://togithub.com/remix-run/react-router/compare/react-router-dom@6.4.4...react-router-dom@6.4.5 )
##### Patch Changes
-   Updated dependencies:
    -   `@remix-run/router@1.0.5`
    -   `react-router@6.4.5`
###
[`v6.4.4`](https://togithub.com/remix-run/react-router/blob/HEAD/packages/react-router-dom/CHANGELOG.md#​644 )
[Compare
Source](https://togithub.com/remix-run/react-router/compare/react-router-dom@6.4.3...react-router-dom@6.4.4 )
##### Patch Changes
- Fix issues with encoded characters in `NavLink` and descendant
`<Routes>`
([#​9589](https://togithub.com/remix-run/react-router/pull/9589 ),
[#​9647](https://togithub.com/remix-run/react-router/pull/9647 ))
- Properly serialize/deserialize `ErrorResponse` instances when using
built-in hydration
([#​9593](https://togithub.com/remix-run/react-router/pull/9593 ))
- Support `basename` in static data routers
([#​9591](https://togithub.com/remix-run/react-router/pull/9591 ))
-   Updated dependencies:
    -   `@remix-run/router@1.0.4`
    -   `react-router@6.4.4`
</details>
---
### Configuration
📅  **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦  **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕  **Ignore**: Close this PR and you won't be reminded about these
updates again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC41MS4wIiwidXBkYXRlZEluVmVyIjoiMzQuNTEuMCJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2022-12-08 23:52:35 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							cdf386deb4 
							
						 
					 
					
						
						
							
							chore(deps): update dependency vitest to v0.25.6 ( #2633 )  
						
						... 
						
						
						
						[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [vitest](https://togithub.com/vitest-dev/vitest ) | [`0.25.3` ->
`0.25.6`](https://renovatebot.com/diffs/npm/vitest/0.25.3/0.25.6 ) |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>vitest-dev/vitest</summary>
###
[`v0.25.6`](https://togithub.com/vitest-dev/vitest/releases/tag/v0.25.6 )
[Compare
Source](https://togithub.com/vitest-dev/vitest/compare/v0.25.5...v0.25.6 )
#####    🐞  Bug Fixes
- Expected reversed with actual  -  by
[@​poyoho](https://togithub.com/poyoho ) in
[https://github.com/vitest-dev/vitest/issues/2460 ](https://togithub.com/vitest-dev/vitest/issues/2460 )
[<samp>(f02c9)</samp>](https://togithub.com/vitest-dev/vitest/commit/f02c9828 )
- Try to resolve id, if relative path is provided  -  by
[@​sheremet-va](https://togithub.com/sheremet-va ) in
[https://github.com/vitest-dev/vitest/issues/2461 ](https://togithub.com/vitest-dev/vitest/issues/2461 )
[<samp>(e9cb4)</samp>](https://togithub.com/vitest-dev/vitest/commit/e9cb4136 )
#####     [View changes on
GitHub](https://togithub.com/vitest-dev/vitest/compare/v0.25.5...v0.25.6 )
###
[`v0.25.5`](https://togithub.com/vitest-dev/vitest/releases/tag/v0.25.5 )
[Compare
Source](https://togithub.com/vitest-dev/vitest/compare/v0.25.4...v0.25.5 )
#####    🚀  Features
- **ui**: Show diff in report panel  -  by
[@​scarf005](https://togithub.com/scarf005 ) and
[@​sheremet-va](https://togithub.com/sheremet-va ) in
[https://github.com/vitest-dev/vitest/issues/2406 ](https://togithub.com/vitest-dev/vitest/issues/2406 )
and
[https://github.com/vitest-dev/vitest/issues/2423 ](https://togithub.com/vitest-dev/vitest/issues/2423 )
[<samp>(8595c)</samp>](https://togithub.com/vitest-dev/vitest/commit/8595c0e5 )
#####    🐞  Bug Fixes
- Correctly resolve filename, when running code  -  by
[@​sheremet-va](https://togithub.com/sheremet-va ) in
[https://github.com/vitest-dev/vitest/issues/2439 ](https://togithub.com/vitest-dev/vitest/issues/2439 )
[<samp>(2e789)</samp>](https://togithub.com/vitest-dev/vitest/commit/2e7892cb )
- Move sourcemapping source out of the sourcemap  -  by
[@​sheremet-va](https://togithub.com/sheremet-va ) in
[https://github.com/vitest-dev/vitest/issues/2443 ](https://togithub.com/vitest-dev/vitest/issues/2443 )
[<samp>(cc13c)</samp>](https://togithub.com/vitest-dev/vitest/commit/cc13c28c )
#####     [View changes on
GitHub](https://togithub.com/vitest-dev/vitest/compare/v0.25.4...v0.25.5 )
###
[`v0.25.4`](https://togithub.com/vitest-dev/vitest/releases/tag/v0.25.4 )
[Compare
Source](https://togithub.com/vitest-dev/vitest/compare/v0.25.3...v0.25.4 )
#####    🚀  Features
- Slow test threshold  -  by
[@​poyoho](https://togithub.com/poyoho ) and
[@​sheremet-va](https://togithub.com/sheremet-va ) in
[https://github.com/vitest-dev/vitest/issues/2396 ](https://togithub.com/vitest-dev/vitest/issues/2396 )
[<samp>(98974)</samp>](https://togithub.com/vitest-dev/vitest/commit/98974ba4 )
- Format test tablename  -  by
[@​poyoho](https://togithub.com/poyoho ) in
[https://github.com/vitest-dev/vitest/issues/2405 ](https://togithub.com/vitest-dev/vitest/issues/2405 )
[<samp>(45c5c)</samp>](https://togithub.com/vitest-dev/vitest/commit/45c5c45a )
- Suspend process  -  by [@​poyoho](https://togithub.com/poyoho )
in
[https://github.com/vitest-dev/vitest/issues/2422 ](https://togithub.com/vitest-dev/vitest/issues/2422 )
[<samp>(b8ee8)</samp>](https://togithub.com/vitest-dev/vitest/commit/b8ee821c )
- Format test objects in `each` title  -  by
[@​scarf005](https://togithub.com/scarf005 ) in
[https://github.com/vitest-dev/vitest/issues/2420 ](https://togithub.com/vitest-dev/vitest/issues/2420 )
and
[https://github.com/vitest-dev/vitest/issues/2421 ](https://togithub.com/vitest-dev/vitest/issues/2421 )
[<samp>(1868f)</samp>](https://togithub.com/vitest-dev/vitest/commit/1868f1c4 )
#####    🐞  Bug Fixes
- Exit with code 1, when type tests fail  -  by
[@​sheremet-va](https://togithub.com/sheremet-va ) in
[https://github.com/vitest-dev/vitest/issues/2378 ](https://togithub.com/vitest-dev/vitest/issues/2378 )
[<samp>(98141)</samp>](https://togithub.com/vitest-dev/vitest/commit/9814124e )
- Tab affect vi.mock  -  by
[@​poyoho](https://togithub.com/poyoho ) in
[https://github.com/vitest-dev/vitest/issues/2402 ](https://togithub.com/vitest-dev/vitest/issues/2402 )
[<samp>(5a3de)</samp>](https://togithub.com/vitest-dev/vitest/commit/5a3deba5 )
- Don't escape "\\" in diff view  -  by
[@​poyoho](https://togithub.com/poyoho ) in
[https://github.com/vitest-dev/vitest/issues/2430 ](https://togithub.com/vitest-dev/vitest/issues/2430 )
[<samp>(7d4e3)</samp>](https://togithub.com/vitest-dev/vitest/commit/7d4e3ed0 )
- Correct test files status in json reporter  -  by
[@​brzezinskimarcin](https://togithub.com/brzezinskimarcin ) in
[https://github.com/vitest-dev/vitest/issues/2417 ](https://togithub.com/vitest-dev/vitest/issues/2417 )
and
[https://github.com/vitest-dev/vitest/issues/2419 ](https://togithub.com/vitest-dev/vitest/issues/2419 )
[<samp>(ce931)</samp>](https://togithub.com/vitest-dev/vitest/commit/ce931956 )
- Export all named CJS exports, if default export is a function  -  by
[@​sheremet-va](https://togithub.com/sheremet-va ) in
[https://github.com/vitest-dev/vitest/issues/2435 ](https://togithub.com/vitest-dev/vitest/issues/2435 )
[<samp>(d43f3)</samp>](https://togithub.com/vitest-dev/vitest/commit/d43f3f5c )
- Add test attributes to "testsuites" in junit reporter  -  by
[@​sheremet-va](https://togithub.com/sheremet-va ) in
[https://github.com/vitest-dev/vitest/issues/2362 ](https://togithub.com/vitest-dev/vitest/issues/2362 )
[<samp>(d0506)</samp>](https://togithub.com/vitest-dev/vitest/commit/d050604f )
- DynamicImportSettled also waits for nested imports  -  by
[@​sheremet-va](https://togithub.com/sheremet-va ) in
[https://github.com/vitest-dev/vitest/issues/2389 ](https://togithub.com/vitest-dev/vitest/issues/2389 )
[<samp>(5098b)</samp>](https://togithub.com/vitest-dev/vitest/commit/5098b217 )
- Always apply vite ssr source maps  -  by
[@​sheremet-va](https://togithub.com/sheremet-va ) in
[https://github.com/vitest-dev/vitest/issues/2433 ](https://togithub.com/vitest-dev/vitest/issues/2433 )
[<samp>(cbf91)</samp>](https://togithub.com/vitest-dev/vitest/commit/cbf91ba7 )
- Copy-pasting from module graph browser  -  by
[@​g4rry420](https://togithub.com/g4rry420 ) in
[https://github.com/vitest-dev/vitest/issues/2321 ](https://togithub.com/vitest-dev/vitest/issues/2321 )
[<samp>(8920a)</samp>](https://togithub.com/vitest-dev/vitest/commit/8920aa45 )
- **deps**: Update dependency strip-literal to v1  -  by
[@​renovate](https://togithub.com/renovate )\[bot]
in[https://github.com/vitest-dev/vitest/issues/2387 ](https://togithub.com/vitest-dev/vitest/issues/2387 )7
[<samp>(824e1)</samp>](https://togithub.com/vitest-dev/vitest/commit/824e18c3 )
- **mocker**: Set cache before mocking to allow circular dependencies
 -  by [@​danez](https://togithub.com/danez ) in
[https://github.com/vitest-dev/vitest/issues/2391 ](https://togithub.com/vitest-dev/vitest/issues/2391 )
[<samp>(fd829)</samp>](https://togithub.com/vitest-dev/vitest/commit/fd8292ac )
#####     [View changes on
GitHub](https://togithub.com/vitest-dev/vitest/compare/v0.25.3...v0.25.4 )
</details>
---
### Configuration
📅  **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦  **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕  **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC41MS4wIiwidXBkYXRlZEluVmVyIjoiMzQuNTEuMCJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2022-12-08 20:13:00 +00:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							098755a9b4 
							
						 
					 
					
						
						
							
							Conditional swr ( #2637 )  
						
						
						
					 
					
						2022-12-08 14:59:32 +01:00 
						 
				 
			
				
					
						
							
							
								andreas-unleash 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6bccffef97 
							
						 
					 
					
						
						
							
							Fix/favorites UI improvements ( #2636 )  
						
						... 
						
						
						
						<!-- 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! ❤️  -->
Favorite UI improvements
## About the changes
<!-- 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. -->
<!-- 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? -->
Signed-off-by: andreas-unleash <andreas@getunleash.ai> 
						
					 
					
						2022-12-08 14:41:51 +02:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2107834768 
							
						 
					 
					
						
						
							
							hide discard for nonauthors ( #2634 )  
						
						
						
					 
					
						2022-12-08 13:24:15 +01:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1be2483e6a 
							
						 
					 
					
						
						
							
							Refactor premium feature ( #2627 )  
						
						... 
						
						
						
						https://linear.app/unleash/issue/2-491/improve-premiumfeature-component-and-how-its-implemented 

Refactors `PremiumFeature` to be a bit more straightforward and match
new designs, both in standalone and tooltip modes.
This also fixes the fact that the change requests tab did not display
the premium feature info, along with other smaller fixes.
Co-authored-by: Christopher Kolstad <chriswk@getunleash.ai> 
					
						2022-12-08 11:42:54 +00:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							fb2c30244c 
							
						 
					 
					
						
						
							
							adding missing enterprise check ( #2635 )  
						
						
						
					 
					
						2022-12-08 12:37:20 +01:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9b10b26ba4 
							
						 
					 
					
						
						
							
							fix: tags endpoint returning 404 when featureId is not set ( #2621 )  
						
						... 
						
						
						
						Leverages the new `useConditionalSWR` hook to fix the underlying issue
in the `useTags` hook, preventing edge cases where we try to fetch when
featureId is not correctly set. 
						
					 
					
						2022-12-08 11:16:53 +00:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							353f50237d 
							
						 
					 
					
						
						
							
							Change request UI improvements pt2 ( #2624 )  
						
						
						
					 
					
						2022-12-08 10:59:37 +01:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1e0602c134 
							
						 
					 
					
						
						
							
							chore(deps): update dependency vite to v3.2.5 ( #2632 )  
						
						... 
						
						
						
						[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [vite](https://togithub.com/vitejs/vite/tree/main/#readme )
([source](https://togithub.com/vitejs/vite )) | [`3.2.4` ->
`3.2.5`](https://renovatebot.com/diffs/npm/vite/3.2.4/3.2.5 ) |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>vitejs/vite</summary>
###
[`v3.2.5`](https://togithub.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small325-2022-12-05-small )
[Compare
Source](https://togithub.com/vitejs/vite/compare/v3.2.4...v3.2.5 )
- chore: cherry pick more v4 bug fixes to v3
([#​11189](https://togithub.com/vitejs/vite/issues/11189 ))
([eba9b42](https://togithub.com/vitejs/vite/commit/eba9b42 )), closes
[#​11189](https://togithub.com/vitejs/vite/issues/11189 )
[#​10949](https://togithub.com/vitejs/vite/issues/10949 )
[#​11056](https://togithub.com/vitejs/vite/issues/11056 )
[#​8663](https://togithub.com/vitejs/vite/issues/8663 )
[#​10958](https://togithub.com/vitejs/vite/issues/10958 )
[#​11120](https://togithub.com/vitejs/vite/issues/11120 )
[#​11122](https://togithub.com/vitejs/vite/issues/11122 )
[#​11123](https://togithub.com/vitejs/vite/issues/11123 )
[#​11132](https://togithub.com/vitejs/vite/issues/11132 )
- chore: cherry pick v4 bug fix to v3
([#​11110](https://togithub.com/vitejs/vite/issues/11110 ))
([c93a526](https://togithub.com/vitejs/vite/commit/c93a526 )), closes
[#​11110](https://togithub.com/vitejs/vite/issues/11110 )
[#​10941](https://togithub.com/vitejs/vite/issues/10941 )
[#​10987](https://togithub.com/vitejs/vite/issues/10987 )
[#​10985](https://togithub.com/vitejs/vite/issues/10985 )
[#​11067](https://togithub.com/vitejs/vite/issues/11067 )
- fix: relocated logger to respect config.
([#​10787](https://togithub.com/vitejs/vite/issues/10787 ))
([#​10967](https://togithub.com/vitejs/vite/issues/10967 ))
([bc3b5a9](https://togithub.com/vitejs/vite/commit/bc3b5a9 )), closes
[#​10787](https://togithub.com/vitejs/vite/issues/10787 )
[#​10967](https://togithub.com/vitejs/vite/issues/10967 )
</details>
---
### Configuration
📅  **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦  **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕  **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC41MS4wIiwidXBkYXRlZEluVmVyIjoiMzQuNTEuMCJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2022-12-08 07:22:55 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7aa2ac4803 
							
						 
					 
					
						
						
							
							chore(deps): update dependency @types/jest to v29.2.4 ( #2626 )  
						
						... 
						
						
						
						[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@types/jest](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jest )
([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped )) |
[`29.2.3` ->
`29.2.4`](https://renovatebot.com/diffs/npm/@types%2fjest/29.2.3/29.2.4 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Configuration
📅  **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦  **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕  **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC40OS4wIiwidXBkYXRlZEluVmVyIjoiMzQuNDkuMCJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2022-12-07 20:34:54 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							cec7edd370 
							
						 
					 
					
						
						
							
							chore(deps): update dependency @types/deep-diff to v1.0.2 ( #2615 )  
						
						... 
						
						
						
						[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@types/deep-diff](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/deep-diff )
([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped )) |
[`1.0.1` ->
`1.0.2`](https://renovatebot.com/diffs/npm/@types%2fdeep-diff/1.0.1/1.0.2 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Configuration
📅  **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦  **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕  **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC40OS4wIiwidXBkYXRlZEluVmVyIjoiMzQuNDkuMCJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2022-12-07 16:22:03 +00:00 
						 
				 
			
				
					
						
							
							
								Fredrik Strand Oseberg 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							928b3515dc 
							
						 
					 
					
						
						
							
							fix: update package json and remove empty exports ( #2625 )  
						
						... 
						
						
						
						* Removes exports statements in e2e tests
* Updates package.json to optionally use heroku url for e2e tests when
running locally 
						
					 
					
						2022-12-07 14:08:59 +01:00 
						 
				 
			
				
					
						
							
							
								andreas-unleash 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d69ca0a508 
							
						 
					 
					
						
						
							
							ui flags replaced in index.html ( #2617 )  
						
						... 
						
						
						
						Signed-off-by: andreas-unleash <andreas@getunleash.ai>
<!-- 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! ❤️  -->
This PR puts the ui flags in the index.html in a meta tag. This makes
them accessible without logging in and allows us to track user signups
with invite links
## About the changes
<!-- 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. -->
<!-- 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? -->
Signed-off-by: andreas-unleash <andreas@getunleash.ai> 
						
					 
					
						2022-12-07 14:31:27 +02:00 
						 
				 
			
				
					
						
							
							
								Fredrik Strand Oseberg 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8fed007fe1 
							
						 
					 
					
						
						
							
							fix: update vercel proxy paths ( #2623 )  
						
						... 
						
						
						
						* Updates vercel proxy paths to match new deployment 
						
					 
					
						2022-12-07 13:00:51 +01:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							fee95475bd 
							
						 
					 
					
						
						
							
							UI adjustments change requests ( #2622 )  
						
						
						
					 
					
						2022-12-07 12:52:17 +01:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							990b708632 
							
						 
					 
					
						
						
							
							fix: isPro check on change request configuration ( #2610 )  
						
						... 
						
						
						
						https://linear.app/unleash/issue/2-487/bug-change-request-badge-is-not-working-on-pro 
Using the new `isPro()` from `useUiConfig()` seems to fix this in Pro,
correctly showing the premium feature info:

The errors described in the issue should be fixed by the new
`useEnterpriseSWR`. See:
https://unleash-internal.slack.com/archives/C046LV6HH6W/p1670337216187539?thread_ts=1670331887.521059&cid=C046LV6HH6W  
					
						2022-12-07 10:23:19 +00:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9accbcfa8b 
							
						 
					 
					
						
						
							
							Fix pro project role descriptions ( #2612 )  
						
						... 
						
						
						
						https://linear.app/unleash/issue/2-485/bug-pro-access-page-the-tooltip-on-the-roles-is-not-working 
Fixes an issue where we would not show anything for project role
permissions since we're not serving that specific endpoint below
Enterprise level. This way we fallback to the access role descriptions,
which are also nice and informative:

PR also adds support for SWR options in ConditionalSWR and
EnterpriseSWR. 
					
						2022-12-07 10:22:42 +00:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c66daa0ba2 
							
						 
					 
					
						
						
							
							fix sort type ( #2616 )  
						
						
						
					 
					
						2022-12-07 09:00:57 +01:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							95937a4538 
							
						 
					 
					
						
						
							
							adjusting mobile styles ( #2604 )  
						
						
						
					 
					
						2022-12-06 17:01:14 +01:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c4f3ada0eb 
							
						 
					 
					
						
						
							
							POC: integration tests ( #2422 )  
						
						
						
					 
					
						2022-12-06 15:28:33 +01:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b976fee44b 
							
						 
					 
					
						
						
							
							feat: add plan checks to uiconfig ( #2600 )  
						
						... 
						
						
						
						Hopefully a cleaner and DRY way of checking for the current Unleash plan
level, which may help in cases like
https://github.com/Unleash/unleash/pull/2585#discussion_r1038138963  
						
					 
					
						2022-12-06 13:19:19 +00:00 
						 
				 
			
				
					
						
							
							
								Tymoteusz Czech 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3ee2e5ae9b 
							
						 
					 
					
						
						
							
							fix: favorites column visibility ( #2605 )  
						
						... 
						
						
						
						Co-authored-by: sjaanus <sellinjaanus@gmail.com> 
						
					 
					
						2022-12-06 10:03:43 +00:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8c42fbf34b 
							
						 
					 
					
						
						
							
							Docs(fix): add more (missing) redirects, fix links ( #2592 )  
						
						... 
						
						
						
						## What
This PR fixes some broken links we had in the application. It also adds
redirects for those links so that they should work in the future.
## Why
Because it's important to have links that work 💁  
						
					 
					
						2022-12-06 09:32:42 +01:00 
						 
				 
			
				
					
						
							
							
								andreas-unleash 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7af155fe64 
							
						 
					 
					
						
						
							
							Feat/add enterprise badge to change req settings ( #2585 )  
						
						... 
						
						
						
						<!-- 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! ❤️  -->
Disable change requests for Pro and oss
## About the changes
<!-- 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. -->
<!-- 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? -->
Signed-off-by: andreas-unleash <andreas@getunleash.ai>
Co-authored-by: Tymoteusz Czech <2625371+Tymek@users.noreply.github.com>
Co-authored-by: Nuno Góis <github@nunogois.com> 
						
					 
					
						2022-12-06 10:05:49 +02:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d8fa693849 
							
						 
					 
					
						
						
							
							fix: allow import @server ( #2601 )  
						
						... 
						
						
						
						I noticed we had a Vite error when trying to run the front-end locally
bound to `unleash-cloud` due to the new `@server` import. This fixes it
by allowing serving fs from one level up.
Docs: https://vitejs.dev/config/server-options.html#server-fs-allow  
						
					 
					
						2022-12-05 16:21:59 +00:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e059b755c9 
							
						 
					 
					
						
						
							
							skip change request ( #2598 )  
						
						
						
					 
					
						2022-12-05 15:38:17 +01:00 
						 
				 
			
				
					
						
							
							
								Simon Hornby 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							447bd44c99 
							
						 
					 
					
						
						
							
							Remove clone env and sync sso group flags ( #2596 )  
						
						... 
						
						
						
						Removes feature flags for syncing sso groups and clone environment.
These features are being made generally available for all who have
access to environments and sso groups 
						
					 
					
						2022-12-05 12:07:15 +02:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							055c2acddd 
							
						 
					 
					
						
						
							
							removing sort order from diff in change requests ( #2587 )  
						
						
						
					 
					
						2022-12-02 10:39:20 +01:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0a9fdfc3df 
							
						 
					 
					
						
						
							
							fix flickering toggle ( #2584 )  
						
						
						
					 
					
						2022-12-02 08:54:37 +01:00 
						 
				 
			
				
					
						
							
							
								Tymoteusz Czech 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							79e96fdb98 
							
						 
					 
					
						
						
							
							feat: favorite feature and project ( #2582 )  
						
						... 
						
						
						
						## About the changes
Add an ability to star a toggle from it's overiew.
Co-authored-by: sjaanus <sellinjaanus@gmail.com> 
						
					 
					
						2022-12-02 09:16:03 +02:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c7fe4a5a01 
							
						 
					 
					
						
						
							
							visual changes representation ( #2583 )  
						
						
						
					 
					
						2022-12-01 14:44:33 +01:00 
						 
				 
			
				
					
						
							
							
								Tymoteusz Czech 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ef6ec4a83b 
							
						 
					 
					
						
						
							
							Favorite features on project ( #2580 )  
						
						
						
					 
					
						2022-12-01 13:10:42 +01:00 
						 
				 
			
				
					
						
							
							
								sjaanus 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0a3823e188 
							
						 
					 
					
						
						
							
							Add plausible events for favorite features ( #2579 )  
						
						
						
					 
					
						2022-12-01 13:25:18 +02:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							af15742e3f 
							
						 
					 
					
						
						
							
							chore(deps): update dependency msw to v0.49.1 ( #2553 )  
						
						... 
						
						
						
						[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [msw](https://mswjs.io/ ) ([source](https://togithub.com/mswjs/msw )) |
[`0.49.0` ->
`0.49.1`](https://renovatebot.com/diffs/npm/msw/0.49.0/0.49.1 ) |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>mswjs/msw</summary>
### [`v0.49.1`](https://togithub.com/mswjs/msw/releases/tag/v0.49.1 )
[Compare
Source](https://togithub.com/mswjs/msw/compare/v0.49.0...v0.49.1 )
#### v0.49.1 (2022-11-28)
##### Bug Fixes
- **setupWorker:** resolve the TS4094 error
([#​1477](https://togithub.com/mswjs/msw/issues/1477 ))
([`c268796`](c268796eb7https://togithub.com/gduliscouet-ubitransport )
</details>
---
### Configuration
📅  **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦  **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕  **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC40MC4yIiwidXBkYXRlZEluVmVyIjoiMzQuNDAuMiJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2022-11-30 20:01:29 +00:00 
						 
				 
			
				
					
						
							
							
								Fredrik Strand Oseberg 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4bc2c747b1 
							
						 
					 
					
						
						
							
							fix: cr permission actions ( #2574 )  
						
						... 
						
						
						
						Fixes an issue where `PermissionSwitch` would not update because we
passed in environmentId and the UPDATE_PROJECT permission is only
project specific. Also fixes an issue where hasAccess didn't take in
projectId for UPDATE_PROJECT which is a project specific permission. 
						
					 
					
						2022-11-30 14:45:23 +01:00 
						 
				 
			
				
					
						
							
							
								Tymoteusz Czech 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5f88269744 
							
						 
					 
					
						
						
							
							feat: favorite feature table icons ( #2525 )  
						
						
						
					 
					
						2022-11-30 12:44:38 +00:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							88bdef62b3 
							
						 
					 
					
						
						
							
							change request overview warning colors ( #2565 )  
						
						... 
						
						
						
						* Changes the colors of the status component in the change request overview page 
						
					 
					
						2022-11-30 12:51:58 +01:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							fab6fbb756 
							
						 
					 
					
						
						
							
							Change request event tracking ( #2570 )  
						
						
						
					 
					
						2022-11-30 12:04:29 +01:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d1c565735a 
							
						 
					 
					
						
						
							
							linter fixes ( #2561 )  
						
						
						
					 
					
						2022-11-30 10:52:13 +01:00 
						 
				 
			
				
					
						
							
							
								Fredrik Strand Oseberg 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d20dff60a7 
							
						 
					 
					
						
						
							
							fix: add dialog for cancel ( #2568 )  
						
						... 
						
						
						
						* This PR adds a dialog for cancelling changes, and explains what
happens once you move a change request into the cancelled state. 
						
					 
					
						2022-11-30 10:47:13 +01:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6ae2c9a165 
							
						 
					 
					
						
						
							
							uniquitous language cleanup ( #2564 )  
						
						
						
					 
					
						2022-11-30 08:55:40 +01:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4d8817698a 
							
						 
					 
					
						
						
							
							feat: add last seen column to token table ( #2520 )  
						
						... 
						
						
						
						https://linear.app/unleash/issue/2-449/add-table-column-to-api-tokens-table-ui  
					
						2022-11-30 08:07:13 +02:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							348bbfeda3 
							
						 
					 
					
						
						
							
							feat: add last seen column to PAT table ( #2519 )  
						
						... 
						
						
						
						https://linear.app/unleash/issue/2-452/add-table-column-to-pats-table-ui  
					
						2022-11-29 20:15:34 +00:00 
						 
				 
			
				
					
						
							
							
								sjaanus 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b32d3d0fee 
							
						 
					 
					
						
						
							
							Favorite features ( #2550 )  
						
						
						
					 
					
						2022-11-29 16:06:08 +01:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							071f62c606 
							
						 
					 
					
						
						
							
							add missing key ( #2560 )  
						
						
						
					 
					
						2022-11-29 15:17:13 +01:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							840510a720 
							
						 
					 
					
						
						
							
							ui tweaks ( #2557 )  
						
						
						
					 
					
						2022-11-29 14:59:04 +01:00 
						 
				 
			
				
					
						
							
							
								Fredrik Strand Oseberg 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1a19d1e6fb 
							
						 
					 
					
						
						
							
							Feat/update dialogues ( #2559 )  
						
						... 
						
						
						
						* Updates dialogues and strategy edit / creation to give a warning if
you have a change request in review 
						
					 
					
						2022-11-29 14:52:01 +01:00 
						 
				 
			
				
					
						
							
							
								Fredrik Strand Oseberg 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5b24b60d31 
							
						 
					 
					
						
						
							
							fix: flickering dialogue ( #2558 )  
						
						... 
						
						
						
						* This PR fixes an issue with flickering states in the change request
dialogue 
						
					 
					
						2022-11-29 13:34:30 +01:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							87d9466005 
							
						 
					 
					
						
						
							
							change request tooltips ( #2555 )  
						
						
						
					 
					
						2022-11-29 12:56:19 +01:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9f983f4ed6 
							
						 
					 
					
						
						
							
							min approvals from cr not config ( #2556 )  
						
						
						
					 
					
						2022-11-29 12:42:36 +01:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							fc9cad12ed 
							
						 
					 
					
						
						
							
							fix: addon parameter validation on empty strings ( #2547 )  
						
						... 
						
						
						
						https://linear.app/unleash/issue/2-408/addon-parameter-validation  
					
						2022-11-29 08:22:58 +00:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4518ed6642 
							
						 
					 
					
						
						
							
							Fix plan upgrade tooltip ( #2549 )  
						
						... 
						
						
						
						Related: https://github.com/Unleash/unleash/pull/2544 
From:
https://linear.app/unleash/issue/1-414/add-a-badge-for-oss-users-on-the-projects-page-to-see-that-extra 
Includes some fixes and suggestions:
 - Should only show when OSS (icon was showing every time);
 - Link now works correctly, opens on new tab;
- Improves styling to be more aligned with original design:
https://www.figma.com/file/qdwpPfuitJUNinm6mvmCmG/Unleash-application?node-id=6961%3A38443&t=zsXNAnOurapoLm9j-0 ;
 - Fixes text to be like in the design;
- Improves `HtmlTooltip` look and behaviour: white arrow, custom width,
etc;
 - Some refactoring and cleanup;
 
Let me know if I should change anything 👍  
						
					 
					
						2022-11-29 10:06:29 +02:00 
						 
				 
			
				
					
						
							
							
								andreas-unleash 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a992aca228 
							
						 
					 
					
						
						
							
							Feat/add pro feature icon to oss projects ( #2544 )  
						
						... 
						
						
						
						<!-- 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! ❤️  -->
Add pro feature icon to oss projects.
## About the changes
<!-- 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. -->
<!-- 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? -->
Signed-off-by: andreas-unleash <andreas@getunleash.ai> 
						
					 
					
						2022-11-28 17:13:45 +02:00 
						 
				 
			
				
					
						
							
							
								Tymoteusz Czech 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b8012a5ad8 
							
						 
					 
					
						
						
							
							Client-side SDK access tokens info ( #2485 )  
						
						... 
						
						
						
						<!-- 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
Add fair use policy notifications.
Closes [linear
1-347](https://linear.app/unleash/issue/1-347/frontend-add-information-about-endpoint-url-and-fair-use-policy-for )
Relates to [roadmap](https://github.com/orgs/Unleash/projects/10 ) item:
#1875  
						
					 
					
						2022-11-28 15:22:11 +01:00 
						 
				 
			
				
					
						
							
							
								andreas-unleash 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1eb0116e11 
							
						 
					 
					
						
						
							
							Fix/last viewed project ( #2530 )  
						
						... 
						
						
						
						<!-- 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! ❤️  -->
Fix using projectId on redirect.
Fix: only redirect to project(s) on app load
## About the changes
<!-- 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. -->
<!-- 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? -->
Signed-off-by: andreas-unleash <andreas@getunleash.ai> 
						
					 
					
						2022-11-28 16:10:40 +02:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1fec43947d 
							
						 
					 
					
						
						
							
							add feature flag: network view ( #2543 )  
						
						... 
						
						
						
						https://linear.app/unleash/issue/2-453/add-feature-flag  
					
						2022-11-28 13:48:02 +00:00 
						 
				 
			
				
					
						
							
							
								andreas-unleash 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e7225dd29f 
							
						 
					 
					
						
						
							
							Fix test assumption ( #2540 )  
						
						... 
						
						
						
						Signed-off-by: andreas-unleash <andreas@getunleash.ai>
<!-- 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
<!-- 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. -->
<!-- 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? -->
Signed-off-by: andreas-unleash <andreas@getunleash.ai> 
						
					 
					
						2022-11-28 12:12:45 +02:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a3957f8c99 
							
						 
					 
					
						
						
							
							disable change request overview actions when CR are disabled ( #2527 )  
						
						
						
					 
					
						2022-11-24 16:16:14 +01:00 
						 
				 
			
				
					
						
							
							
								Fredrik Strand Oseberg 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d63f5d9a4b 
							
						 
					 
					
						
						
							
							fix: add project move warning when change requests exists with the fe… ( #2526 )  
						
						... 
						
						
						
						* This PR adds a warning when you attempt to move a feature toggle if
you have existing pending drafts that reference the feature. You need to
resolve the drafts before the feature can be moved from one project to
another. 
						
					 
					
						2022-11-24 15:55:16 +01:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3f881caa37 
							
						 
					 
					
						
						
							
							fix: feature overview env count should only count enabled ( #2521 )  
						
						... 
						
						
						
						https://linear.app/unleash/issue/2-457/fix-feature-overview-sidepanel-environment-counter-to-only-include  
					
						2022-11-24 15:43:29 +01:00 
						 
				 
			
				
					
						
							
							
								andreas-unleash 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							492950e0a8 
							
						 
					 
					
						
						
							
							Use project id for last viewed project ( #2523 )  
						
						... 
						
						
						
						Signed-off-by: andreas-unleash <andreas@getunleash.ai>
<!-- 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
<!-- 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. -->
<!-- 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? -->
Signed-off-by: andreas-unleash <andreas@getunleash.ai> 
						
					 
					
						2022-11-24 15:38:39 +02:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e809806467 
							
						 
					 
					
						
						
							
							log widths should be equal size ( #2524 )  
						
						
						
					 
					
						2022-11-24 13:08:55 +01:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							094e80e4fd 
							
						 
					 
					
						
						
							
							changes count ( #2515 )  
						
						
						
					 
					
						2022-11-24 12:29:14 +01:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							da59354bb7 
							
						 
					 
					
						
						
							
							Change fetcher in OSS chang ( #2518 )  
						
						
						
					 
					
						2022-11-24 09:52:36 +01:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4e28aef55e 
							
						 
					 
					
						
						
							
							react exhaustive check fix ( #2513 )  
						
						
						
					 
					
						2022-11-23 16:59:39 +01:00 
						 
				 
			
				
					
						
							
							
								andreas-unleash 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							35d9a62d89 
							
						 
					 
					
						
						
							
							Soft landing page on projects or last viewed project ( #2499 )  
						
						... 
						
						
						
						Signed-off-by: andreas-unleash <andreas@getunleash.ai>
This PR introduces a soft landing page to the last viewed project or to
the project list (if there is more than 1 project)
Changes: 
- Replaced clearing of `storage` with clearing `cache` in logout.ts ::
REVERTED
- Root redirects to `projects` instead of `features`
<!-- 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
<!-- 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. -->
<!-- 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? -->
Signed-off-by: andreas-unleash <andreas@getunleash.ai> 
						
					 
					
						2022-11-23 15:58:02 +02:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9fee0bb264 
							
						 
					 
					
						
						
							
							cancel changes ( #2510 )  
						
						
						
					 
					
						2022-11-23 14:36:11 +01:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f9726fdee9 
							
						 
					 
					
						
						
							
							add tokens last seen feature flag ( #2512 )  
						
						... 
						
						
						
						https://linear.app/unleash/issue/2-450/add-feature-flag  
					
						2022-11-23 13:33:02 +00:00 
						 
				 
			
				
					
						
							
							
								Fredrik Strand Oseberg 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e439e46090 
							
						 
					 
					
						
						
							
							fix: change domain vocabulary ( #2503 )  
						
						... 
						
						
						
						* Changes the naming of useOpenRequests to usePendingChangeRequests 
						
					 
					
						2022-11-23 13:45:19 +01:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							98a9a770d2 
							
						 
					 
					
						
						
							
							hide discard button ( #2506 )  
						
						
						
					 
					
						2022-11-23 12:16:20 +01:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f87feb9b84 
							
						 
					 
					
						
						
							
							chore(deps): update material-ui monorepo ( #2494 )  
						
						... 
						
						
						
						[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@mui/icons-material](https://mui.com/material-ui/material-icons/ )
([source](https://togithub.com/mui/material-ui )) | [`5.10.14` ->
`5.10.15`](https://renovatebot.com/diffs/npm/@mui%2ficons-material/5.10.14/5.10.15 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
| [@mui/lab](https://mui.com/material-ui/about-the-lab/ )
([source](https://togithub.com/mui/material-ui )) | [`5.0.0-alpha.108` ->
`5.0.0-alpha.109`](https://renovatebot.com/diffs/npm/@mui%2flab/5.0.0-alpha.108/5.0.0-alpha.109 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
| [@mui/material](https://mui.com/material-ui/getting-started/overview/ )
([source](https://togithub.com/mui/material-ui )) | [`5.10.14` ->
`5.10.15`](https://renovatebot.com/diffs/npm/@mui%2fmaterial/5.10.14/5.10.15 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>mui/material-ui (@​mui/icons-material)</summary>
###
[`v5.10.15`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#​51015 )
[Compare
Source](https://togithub.com/mui/material-ui/compare/v5.10.14...v5.10.15 )
<!-- generated comparing v5.10.14..master -->
*Nov 21, 2022*
A big thanks to the 9 contributors who made this release possible. Here
are some highlights ✨ :
- 🚀  [@​mnajdova](https://togithub.com/mnajdova ) added the button
as the first component that implements [Material
You](https://m3.material.io/ ) design (MD3)
- 🌐  [@​MBilalShafi](https://togithub.com/MBilalShafi ) added Urdu
(Pakistan) localization
- Many other 🐛  bug fixes, 📚  documentation, and ⚙️  infrastructure
improvements
##### `@mui/material@5.10.15`
- \[Autocomplete] Fix keyboard navigation when using custom popover
([#​35160](https://togithub.com/mui/material-ui/issues/35160 ))
[@​sai6855](https://togithub.com/sai6855 )
- \[typescript] Add `background.defaultChannel` to `CssVarsPalette`
([#​35174](https://togithub.com/mui/material-ui/issues/35174 ))
[@​alexfauquette](https://togithub.com/alexfauquette )
- \[l10n] Add Urdu (ur-PK) locale
([#​35154](https://togithub.com/mui/material-ui/issues/35154 ))
[@​MBilalShafi](https://togithub.com/MBilalShafi )
##### `@mui/icons-material@5.10.15`
- \[icons] Update the Material Design icons
([#​35194](https://togithub.com/mui/material-ui/issues/35194 ))
[@​michaldudak](https://togithub.com/michaldudak )
##### `@mui/material-next@6.0.0-alpha.63`
- \[Material You] Add theme structure & Button component
([#​34650](https://togithub.com/mui/material-ui/issues/34650 ))
[@​mnajdova](https://togithub.com/mnajdova )
##### `@mui/base@5.0.0-alpha.107`
- \[Select] Add attributes to conform with ARIA 1.2
([#​35182](https://togithub.com/mui/material-ui/issues/35182 ))
[@​michaldudak](https://togithub.com/michaldudak )
##### Docs
- \[docs] Fix a couple documentation errors
([#​35217](https://togithub.com/mui/material-ui/issues/35217 ))
[@​danilo-leal](https://togithub.com/danilo-leal )
- \[docs] Change MUI -> Material UI in icons-material's readme
([#​35220](https://togithub.com/mui/material-ui/issues/35220 ))
[@​michaldudak](https://togithub.com/michaldudak )
- \[docs] the pages have no \<link rel=canonical so we need to tell
Google to not index the staging envs
[@​oliviertassinari](https://togithub.com/oliviertassinari )
- \[docs] Fix confusion in TOCs when reaching scroll bottom
([#​35214](https://togithub.com/mui/material-ui/issues/35214 ))
[@​oliviertassinari](https://togithub.com/oliviertassinari )
- \[docs] Fix typos in section titles
([#​35025](https://togithub.com/mui/material-ui/issues/35025 ))
[@​iamxukai](https://togithub.com/iamxukai )
- \[docs] Fix typo in legacy date picker migration guide
[@​oliviertassinari](https://togithub.com/oliviertassinari )
- \[docs] Iterating on recent Joy UI Component page updates
([#​35162](https://togithub.com/mui/material-ui/issues/35162 ))
[@​samuelsycamore](https://togithub.com/samuelsycamore )
- \[docs] Inform that pickers are in X repository
([#​35189](https://togithub.com/mui/material-ui/issues/35189 ))
[@​alexfauquette](https://togithub.com/alexfauquette )
- \[docs] Explain how the `error` prop works in the Unstyled Input
([#​35171](https://togithub.com/mui/material-ui/issues/35171 ))
[@​michaldudak](https://togithub.com/michaldudak )
- \[docs] Hotfix missing styles in dark mode
([#​35179](https://togithub.com/mui/material-ui/issues/35179 ))
[@​siriwatknp](https://togithub.com/siriwatknp )
- \[docs] Add Joy UI theme typography page
([#​34811](https://togithub.com/mui/material-ui/issues/34811 ))
[@​siriwatknp](https://togithub.com/siriwatknp )
- \[docs] Fix undo/redo in live editor
([#​35163](https://togithub.com/mui/material-ui/issues/35163 ))
[@​oliviertassinari](https://togithub.com/oliviertassinari )
- \[docs] Revise the Joy UI "Avatar" component page
([#​35152](https://togithub.com/mui/material-ui/issues/35152 ))
[@​samuelsycamore](https://togithub.com/samuelsycamore )
- \[docs] Make navbar backdrop filter consistent with website
([#​35157](https://togithub.com/mui/material-ui/issues/35157 ))
[@​danilo-leal](https://togithub.com/danilo-leal )
- \[docs] Host CodeSandbox on MUI org
([#​35110](https://togithub.com/mui/material-ui/issues/35110 ))
[@​oliviertassinari](https://togithub.com/oliviertassinari )
- \[docs] Uplift introduction demos & make consistent with Base
([#​34316](https://togithub.com/mui/material-ui/issues/34316 ))
[@​danilo-leal](https://togithub.com/danilo-leal )
- \[website] Add Security questionnaire in pricing
([#​35172](https://togithub.com/mui/material-ui/issues/35172 ))
[@​oliviertassinari](https://togithub.com/oliviertassinari )
- \[website] Fix theme mode toggle state
([#​35216](https://togithub.com/mui/material-ui/issues/35216 ))
[@​siriwatknp](https://togithub.com/siriwatknp )
- \[website] Exclude experiment pages in production
([#​35180](https://togithub.com/mui/material-ui/issues/35180 ))
[@​siriwatknp](https://togithub.com/siriwatknp )
- \[website] Disable SEO for performance pages
([#​35173](https://togithub.com/mui/material-ui/issues/35173 ))
[@​oliviertassinari](https://togithub.com/oliviertassinari )
##### Core
- \[core] Convert icons scripts to ESM
([#​35101](https://togithub.com/mui/material-ui/issues/35101 ))
[@​Janpot](https://togithub.com/Janpot )
- \[core] Group renovate GitHub Action dependency updates
[@​oliviertassinari](https://togithub.com/oliviertassinari )
- \[core] Upgrade eslint-config-airbnb-typescript
([#​34642](https://togithub.com/mui/material-ui/issues/34642 ))
[@​Janpot](https://togithub.com/Janpot )
- \[core] Ensure that prettier CI step fails when code is badly
formatted
([#​35170](https://togithub.com/mui/material-ui/issues/35170 ))
[@​michaldudak](https://togithub.com/michaldudak )
All contributors of this release in alphabetical order:
[@​alexfauquette](https://togithub.com/alexfauquette ),
[@​danilo-leal](https://togithub.com/danilo-leal ),
[@​iamxukai](https://togithub.com/iamxukai ),
[@​Janpot](https://togithub.com/Janpot ),
[@​MBilalShafi](https://togithub.com/MBilalShafi ),
[@​michaldudak](https://togithub.com/michaldudak ),
[@​oliviertassinari](https://togithub.com/oliviertassinari ),
[@​samuelsycamore](https://togithub.com/samuelsycamore ),
[@​siriwatknp](https://togithub.com/siriwatknp )
</details>
<details>
<summary>mui/material-ui (@​mui/lab)</summary>
###
[`v5.0.0-alpha.109`](c2da6de1c5...14a6e1c61ec2da6de1c5...14a6e1c61e📅  **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦  **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
👻  **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions ) if
that's undesired.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4yOS4yIiwidXBkYXRlZEluVmVyIjoiMzQuMzAuMiJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2022-11-23 10:48:56 +00:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9bf3e09d5a 
							
						 
					 
					
						
						
							
							fix: improve UI, simplify code ( #2505 )  
						
						... 
						
						
						
						https://linear.app/unleash/issue/2-446/ui-simplify-design-with-some-improvements  
					
						2022-11-23 09:17:03 +02:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							51deb9b947 
							
						 
					 
					
						
						
							
							chore(deps): update dependency vitest to v0.25.3 ( #2500 )  
						
						... 
						
						
						
						[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [vitest](https://togithub.com/vitest-dev/vitest ) | [`0.25.2` ->
`0.25.3`](https://renovatebot.com/diffs/npm/vitest/0.25.2/0.25.3 ) |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>vitest-dev/vitest</summary>
###
[`v0.25.3`](https://togithub.com/vitest-dev/vitest/releases/tag/v0.25.3 )
[Compare
Source](https://togithub.com/vitest-dev/vitest/compare/v0.25.2...v0.25.3 )
#####    🚀  Features
- Test.each support string template  -  by
[@​poyoho](https://togithub.com/poyoho ) in
[https://github.com/vitest-dev/vitest/issues/2337 ](https://togithub.com/vitest-dev/vitest/issues/2337 )
[<samp>(f7897)</samp>](https://togithub.com/vitest-dev/vitest/commit/f7897765 )
#####    🐞  Bug Fixes
- Junit consistently puts "skipped" inside "testcase"  -  by
[@​sheremet-va](https://togithub.com/sheremet-va )
[<samp>(f7b27)</samp>](https://togithub.com/vitest-dev/vitest/commit/f7b27af0 )
- Detect tests in folders starting with `.`  -  by
[@​sidharthv96](https://togithub.com/sidharthv96 ) in
[https://github.com/vitest-dev/vitest/issues/2344 ](https://togithub.com/vitest-dev/vitest/issues/2344 )
and
[https://github.com/vitest-dev/vitest/issues/2359 ](https://togithub.com/vitest-dev/vitest/issues/2359 )
[<samp>(c3951)</samp>](https://togithub.com/vitest-dev/vitest/commit/c395177f )
- **cli**: Don't override config by setting cli options to undefined  - 
by [@​rmehner](https://togithub.com/rmehner ) in
[https://github.com/vitest-dev/vitest/issues/2330 ](https://togithub.com/vitest-dev/vitest/issues/2330 )
[<samp>(6ce3e)</samp>](https://togithub.com/vitest-dev/vitest/commit/6ce3ed7f )
- **coverage**: Env-replacer to add filenames into sourcemaps  -  by
[@​AriPerkkio](https://togithub.com/AriPerkkio ) in
[https://github.com/vitest-dev/vitest/issues/2338 ](https://togithub.com/vitest-dev/vitest/issues/2338 )
[<samp>(a2e9d)</samp>](https://togithub.com/vitest-dev/vitest/commit/a2e9daf6 )
- **mocker**: Clear automocked modules on unmock  -  by
[@​mcous](https://togithub.com/mcous ) in
[https://github.com/vitest-dev/vitest/issues/2353 ](https://togithub.com/vitest-dev/vitest/issues/2353 )
[<samp>(60918)</samp>](https://togithub.com/vitest-dev/vitest/commit/609185bd )
#####     [View changes on
GitHub](https://togithub.com/vitest-dev/vitest/compare/v0.25.2...v0.25.3 )
</details>
---
### Configuration
📅  **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦  **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕  **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4zMC4yIiwidXBkYXRlZEluVmVyIjoiMzQuMzAuMiJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2022-11-22 19:10:29 +00:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c67e44385c 
							
						 
					 
					
						
						
							
							misc fixes related to loading, font-size, alignment ( #2504 )  
						
						... 
						
						
						
						https://linear.app/unleash/issue/2-423/update-feature-toggle-overview-sidepanel  
					
						2022-11-22 17:04:01 +01:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4d5c12dbf7 
							
						 
					 
					
						
						
							
							Feature overview sidepanel UI improvements ( #2502 )  
						
						... 
						
						
						
						https://linear.app/unleash/issue/2-423/update-feature-toggle-overview-sidepanel 
Misc UI improvements. 
					
						2022-11-22 16:51:41 +01:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							27cb6b742a 
							
						 
					 
					
						
						
							
							fix cr banner ( #2501 )  
						
						
						
					 
					
						2022-11-22 14:59:38 +01:00 
						 
				 
			
				
					
						
							
							
								Christopher Kolstad 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a19cd9f2ae 
							
						 
					 
					
						
						
							
							fix: Pagination of event log ( #2495 )  
						
						... 
						
						
						
						Currently, our event log is keeping all the previous data and then
fetching and appending to our state list. This causes duplicates, since
we're keeping the existing list and might be getting the same data, but
with added events at the end.
This fix changes the logic to slice existing data at offset. Which
should make sure we only append the new data.
Co-authored-by: Fredrik Strand Oseberg <fredrik.no@gmail.com>
Co-authored-by: Fredrik Strand Oseberg <fredrik.no@gmail.com> 
						
					 
					
						2022-11-22 13:58:08 +01:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9f4b34367c 
							
						 
					 
					
						
						
							
							fix: secondary button should say "cancel" instead of "close" ( #2496 )  
						
						... 
						
						
						
						Small fix after talking with @NicolaeUnleash 
						
					 
					
						2022-11-22 12:33:03 +00:00 
						 
				 
			
				
					
						
							
							
								Fredrik Strand Oseberg 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a53d970263 
							
						 
					 
					
						
						
							
							feat: add badges to modified strategies ( #2492 )  
						
						... 
						
						
						
						<!-- 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
<!-- 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. -->
* Adds a badge to strategies if the change can be found and the change
is relevant:
<img width="893" alt="Skjermbilde 2022-11-22 kl 11 18 32"
src="https://user-images.githubusercontent.com/16081982/203289081-b59ecaaf-e6cd-4802-b633-9cc118ca405d.png ">
* I was considering making this more ergonomic using the slots vs props
pattern, but since this component is used in multiple places I left it
as is for now.
<!-- 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? --> 
						
					 
					
						2022-11-22 12:07:50 +01:00 
						 
				 
			
				
					
						
							
							
								Simon Hornby 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2a4ca96da2 
							
						 
					 
					
						
						
							
							Permission for variant environments ( #2490 )  
						
						... 
						
						
						
						adds permissions for variants per environment 
						
					 
					
						2022-11-22 11:54:04 +02:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							137d2caaa4 
							
						 
					 
					
						
						
							
							feat: add details section to overview sidepanel ( #2489 )  
						
						... 
						
						
						
						https://linear.app/unleash/issue/2-423/update-feature-toggle-overview-sidepanel  
					
						2022-11-22 09:27:19 +00:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ac16e7e3ba 
							
						 
					 
					
						
						
							
							feat: add tags to the new feature overview sidepanel ( #2488 )  
						
						... 
						
						
						
						https://linear.app/unleash/issue/2-423/update-feature-toggle-overview-sidepanel  
					
						2022-11-22 09:14:57 +00:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d5fbd0b743 
							
						 
					 
					
						
						
							
							refactor: move docs into new structure / fix links for SEO ( #2416 )  
						
						... 
						
						
						
						## What
This (admittedly massive) PR updates the "physical" documentation
structure and fixes url inconsistencies and SEO problems reported by
marketing. The main points are:
- remove or move directories : advanced, user_guide, deploy, api
- move the files contained within to the appropriate one of topics,
how-to, tutorials, or reference
- update internal doc links and product links to the content
- create client-side redirects for all the urls that have changed.
A number of the files have been renamed in small ways to better match
their url and to make them easier to find. Additionally, the top-level
api directory has been moved to /reference/api/legacy/unleash (see the
discussion points section for more on this).
## Why
When moving our doc structure to diataxis a while back, we left the
"physical' files lying where they were, because it didn't matter much to
the new structure. However, that did introduce some inconsistencies with
where you place docs and how we organize them.
There's also the discrepancies in whether urls us underscores or hyphens
(which isn't necessarily the same as their file name), which has been
annoying me for a while, but now has also been raised by marketing as an
issue in terms of SEO.
## Discussion points
The old, hand-written API docs have been moved from /api to
/reference/api/legacy/unleash. There _is_ a /reference/api/unleash
directory, but this is being populated by the OpenAPI plugin, and mixing
those could only cause trouble. However, I'm unsure about putting
/legacy/ in the title, because the API isn't legacy, the docs are. Maybe
we could use another path? Like /old-docs/ or something? I'd appreciate
some input on this. 
						
					 
					
						2022-11-22 09:05:30 +00:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3dca3d53f9 
							
						 
					 
					
						
						
							
							feat: improved feature overview sidepanel env toggles ( #2487 )  
						
						... 
						
						
						
						https://linear.app/unleash/issue/2-423/update-feature-toggle-overview-sidepanel  
					
						2022-11-22 08:50:31 +00:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b39f6a2f0d 
							
						 
					 
					
						
						
							
							disable approvers select when no access ( #2486 )  
						
						
						
					 
					
						2022-11-21 13:38:21 +01:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							39e9643226 
							
						 
					 
					
						
						
							
							chore(deps): update dependency msw to v0.49.0 ( #2480 )  
						
						... 
						
						
						
						[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [msw](https://mswjs.io/ ) ([source](https://togithub.com/mswjs/msw )) |
[`0.48.3` ->
`0.49.0`](https://renovatebot.com/diffs/npm/msw/0.48.3/0.49.0 ) |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>mswjs/msw</summary>
### [`v0.49.0`](https://togithub.com/mswjs/msw/releases/tag/v0.49.0 )
[Compare
Source](https://togithub.com/mswjs/msw/compare/v0.48.3...v0.49.0 )
#### v0.49.0 (2022-11-19)
##### Features
- support TypeScript 4.9, drop support for TypeScript 4.2, 4.3
([#​1467](https://togithub.com/mswjs/msw/issues/1467 ))
([`af0277d`](af0277da90https://togithub.com/wtchnm )
</details>
---
### Configuration
📅  **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦  **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕  **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4yNy4zIiwidXBkYXRlZEluVmVyIjoiMzQuMjcuMyJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2022-11-21 06:30:22 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1c5dfe9a9e 
							
						 
					 
					
						
						
							
							chore(deps): update dependency jsdom to v20.0.3 ( #2483 )  
						
						... 
						
						
						
						[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [jsdom](https://togithub.com/jsdom/jsdom ) | [`20.0.2` ->
`20.0.3`](https://renovatebot.com/diffs/npm/jsdom/20.0.2/20.0.3 ) |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>jsdom/jsdom</summary>
###
[`v20.0.3`](https://togithub.com/jsdom/jsdom/blob/HEAD/Changelog.md#​2003 )
[Compare
Source](https://togithub.com/jsdom/jsdom/compare/20.0.2...20.0.3 )
- Updated dependencies, notably `w3c-xmlserializer`, which fixes using
`DOMParser` on XML documents containing emoji.
</details>
---
### Configuration
📅  **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦  **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕  **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4yOC4wIiwidXBkYXRlZEluVmVyIjoiMzQuMjguMCJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2022-11-21 03:20:40 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f5c1d472b0 
							
						 
					 
					
						
						
							
							chore(deps): update dependency eslint to v8.28.0 ( #2479 )  
						
						... 
						
						
						
						[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [eslint](https://eslint.org )
([source](https://togithub.com/eslint/eslint )) | [`8.27.0` ->
`8.28.0`](https://renovatebot.com/diffs/npm/eslint/8.27.0/8.28.0 ) |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>eslint/eslint</summary>
### [`v8.28.0`](https://togithub.com/eslint/eslint/releases/tag/v8.28.0 )
[Compare
Source](https://togithub.com/eslint/eslint/compare/v8.27.0...v8.28.0 )
#### Features
-
[`63bce44`](63bce44e7bhttps://togithub.com/eslint/eslint/issues/16539 ))
(Milos Djermanovic)
-
[`8385ecd`](8385ecdbbehttps://togithub.com/eslint/eslint/issues/16532 ))
(Francesco Trotta)
-
[`a4e89db`](a4e89dbe85https://togithub.com/eslint/eslint/issues/16543 ))
(Sosuke Suzuki)
#### Bug Fixes
-
[`c50ae4f`](c50ae4f840https://togithub.com/eslint/eslint/issues/16550 ))
(Nicholas C. Zakas)
-
[`9432b67`](9432b67f76https://togithub.com/eslint/eslint/issues/16533 ))
(Milos Djermanovic)
-
[`e76c382`](e76c382772https://togithub.com/eslint/eslint/issues/16522 ))
(Milos Djermanovic)
#### Documentation
-
[`34c05a7`](34c05a779ahttps://togithub.com/eslint/eslint/issues/16511 )) (Ben
Perlmutter)
-
[`3e66387`](3e663873c9https://togithub.com/eslint/eslint/issues/16510 )) (Ben
Perlmutter)
-
[`436f712`](436f712843https://togithub.com/eslint/eslint/issues/16464 ))
(Tanuj Kanti)
-
[`f743816`](f743816967https://togithub.com/eslint/eslint/issues/16545 ))
(Bryan Mishkin)
-
[`bc0547e`](bc0547eb14https://togithub.com/eslint/eslint/issues/16553 ))
(Nitin Kumar)
-
[`6070f58`](6070f58d80https://togithub.com/eslint/eslint/issues/16556 ))
(Milos Djermanovic)
-
[`b48e4f8`](b48e4f89c5https://togithub.com/eslint/eslint/issues/16535 )) (Ben
Perlmutter)
-
[`b92b30f`](b92b30f93dhttps://togithub.com/eslint/eslint/issues/16523 )) (Ben
Perlmutter)
-
[`1769b42`](1769b42339https://togithub.com/eslint/eslint/issues/16548 )) (Ben
Perlmutter)
-
[`a8d0a57`](a8d0a57cbchttps://togithub.com/eslint/eslint/issues/16506 )) (Sam
Chen)
-
[`a01315a`](a01315a7d8https://togithub.com/eslint/eslint/issues/16542 ))
(Tanuj Kanti)
-
[`0515628`](0515628539https://togithub.com/eslint/eslint/issues/16536 ))
(Bryan Mishkin)
-
[`68f1288`](68f12882fbhttps://togithub.com/eslint/eslint/issues/16484 ))
(Percy Ma)
-
[`776827a`](776827a174https://togithub.com/eslint/eslint/issues/16483 ))
(Percy Ma)
-
[`5c39425`](5c39425fc5https://togithub.com/eslint/eslint/issues/16520 )) (Ádám
T. Nagy)
-
[`c97c789`](c97c789768https://togithub.com/eslint/eslint/issues/16503 ))
(Brandon Mills)
#### Chores
-
[`e94a4a9`](e94a4a95eehttps://togithub.com/eslint/eslint/issues/16038 ) is
fixed ([#​16538](https://togithub.com/eslint/eslint/issues/16538 ))
(Nicholas C. Zakas)
-
[`e13f194`](e13f194f89https://togithub.com/eslint/eslint/issues/16529 ))
(Milos Djermanovic)
-
[`72dbfbc`](72dbfbc0c4https://togithub.com/eslint/eslint/issues/16525 ))
(webxmsj)
</details>
---
### Configuration
📅  **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦  **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕  **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4yNy4zIiwidXBkYXRlZEluVmVyIjoiMzQuMjcuMyJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2022-11-19 23:32:29 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1aad6fca46 
							
						 
					 
					
						
						
							
							chore(deps): update dependency vite-tsconfig-paths to v3.6.0 ( #2481 )  
						
						... 
						
						
						
						[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[vite-tsconfig-paths](https://togithub.com/aleclarson/vite-tsconfig-paths )
| [`3.5.2` ->
`3.6.0`](https://renovatebot.com/diffs/npm/vite-tsconfig-paths/3.5.2/3.6.0 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>aleclarson/vite-tsconfig-paths</summary>
###
[`v3.6.0`](https://togithub.com/aleclarson/vite-tsconfig-paths/compare/v3.5.2...v3.6.0 )
[Compare
Source](https://togithub.com/aleclarson/vite-tsconfig-paths/compare/v3.5.2...v3.6.0 )
</details>
---
### Configuration
📅  **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦  **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕  **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4yOC4wIiwidXBkYXRlZEluVmVyIjoiMzQuMjguMCJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2022-11-19 21:15:20 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d9cf6a377a 
							
						 
					 
					
						
						
							
							chore(deps): update dependency @uiw/react-codemirror to v4.15.1 ( #2469 )  
						
						... 
						
						
						
						[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@uiw/react-codemirror](https://uiwjs.github.io/react-codemirror )
([source](https://togithub.com/uiwjs/react-codemirror )) | [`4.15.0` ->
`4.15.1`](https://renovatebot.com/diffs/npm/@uiw%2freact-codemirror/4.15.0/4.15.1 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>uiwjs/react-codemirror</summary>
###
[`v4.15.1`](https://togithub.com/uiwjs/react-codemirror/releases/tag/v4.15.1 )
[Compare
Source](https://togithub.com/uiwjs/react-codemirror/compare/v4.15.0...v4.15.1 )
[](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-codemirror@4.15.1/file/README.md )
Documentation v4.15.1:
https://raw.githack.com/uiwjs/react-codemirror/732e9c3/index.html \
Comparing Changes:
https://github.com/uiwjs/react-codemirror/compare/v4.15.0...v4.15.1 
```shell
npm i @​uiw/react-codemirror@4.15.1
```
- 🐞  fix(theme): Fix and simplify VS Code dark theme
([#​416](https://togithub.com/uiwjs/react-codemirror/issues/416 ))
[`c2f74b2`](https://togithub.com/uiwjs/react-codemirror/commit/c2f74b2 )
[@​karlhorky](https://togithub.com/karlhorky )
</details>
---
### Configuration
📅  **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦  **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕  **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4yNi40IiwidXBkYXRlZEluVmVyIjoiMzQuMjYuNCJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2022-11-18 19:56:14 +00:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							93bd9d869a 
							
						 
					 
					
						
						
							
							Variants per environment (frontend) ( #2453 )  
						
						... 
						
						
						
						
## About the changes
https://linear.app/unleash/issue/2-425/variants-crud-new-environment-cards-with-tables-inside-add-edit-and 
Basically created parallel components for the **variants per
environments** feature, so both flows should work correctly depending on
the feature flag state. Some of the duplication means that cleanup
should be straightforward - Once we're happy with this feature it should
be enough to delete
`frontend/src/component/feature/FeatureView/FeatureVariants/FeatureVariantsList`
and do some little extra cleanup.
I noticed we had some legacy-looking code in variants, so this involved
*some* rewriting of the current variants logic. Hopefully this new code
looks nicer, more maintainable, and more importantly **doesn't break
anything**.
Relates to [roadmap](https://github.com/orgs/Unleash/projects/10 ) item:
#2254 
### Important files
Everything inside the
`frontend/src/component/feature/FeatureView/FeatureVariants/FeatureEnvironmentVariants`
folder. 
						
					 
					
						2022-11-18 11:43:24 +00:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							50f9746963 
							
						 
					 
					
						
						
							
							older safari does not support gap ( #2470 )  
						
						
						
					 
					
						2022-11-18 10:28:29 +01:00 
						 
				 
			
				
					
						
							
							
								andreas-unleash 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							cd9627ef0b 
							
						 
					 
					
						
						
							
							Virtualize users table ( #2429 )  
						
						... 
						
						
						
						<!-- 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! ❤️  -->
Virtualise the Users' table
## About the changes
<!-- 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. -->
<!-- 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: Tymoteusz Czech <2625371+Tymek@users.noreply.github.com> 
						
					 
					
						2022-11-18 11:27:48 +02:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							51ccf65367 
							
						 
					 
					
						
						
							
							chore(deps): update dependency @uiw/codemirror-theme-duotone to v4.15.1 ( #2468 )  
						
						... 
						
						
						
						[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@uiw/codemirror-theme-duotone](https://uiwjs.github.io/react-codemirror/#/theme/data/duotone/light )
([source](https://togithub.com/uiwjs/react-codemirror )) | [`4.15.0` ->
`4.15.1`](https://renovatebot.com/diffs/npm/@uiw%2fcodemirror-theme-duotone/4.15.0/4.15.1 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>uiwjs/react-codemirror</summary>
###
[`v4.15.1`](https://togithub.com/uiwjs/react-codemirror/releases/tag/v4.15.1 )
[Compare
Source](https://togithub.com/uiwjs/react-codemirror/compare/v4.15.0...v4.15.1 )
[](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-codemirror@4.15.1/file/README.md )
Documentation v4.15.1:
https://raw.githack.com/uiwjs/react-codemirror/732e9c3/index.html \
Comparing Changes:
https://github.com/uiwjs/react-codemirror/compare/v4.15.0...v4.15.1 
```shell
npm i @​uiw/react-codemirror@4.15.1
```
- 🐞  fix(theme): Fix and simplify VS Code dark theme
([#​416](https://togithub.com/uiwjs/react-codemirror/issues/416 ))
[`c2f74b2`](https://togithub.com/uiwjs/react-codemirror/commit/c2f74b2 )
[@​karlhorky](https://togithub.com/karlhorky )
</details>
---
### Configuration
📅  **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦  **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕  **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4yNi40IiwidXBkYXRlZEluVmVyIjoiMzQuMjYuNCJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2022-11-18 07:27:15 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							865cfeaf99 
							
						 
					 
					
						
						
							
							chore(deps): update dependency @uiw/codemirror-theme-duotone to v4.15.0 ( #2461 )  
						
						... 
						
						
						
						[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@uiw/codemirror-theme-duotone](https://uiwjs.github.io/react-codemirror/#/theme/data/duotone/light )
([source](https://togithub.com/uiwjs/react-codemirror )) | [`4.14.0` ->
`4.15.0`](https://renovatebot.com/diffs/npm/@uiw%2fcodemirror-theme-duotone/4.14.0/4.15.0 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>uiwjs/react-codemirror</summary>
###
[`v4.15.0`](https://togithub.com/uiwjs/react-codemirror/releases/tag/v4.15.0 )
[Compare
Source](https://togithub.com/uiwjs/react-codemirror/compare/v4.14.3...v4.15.0 )
[](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-codemirror@4.15.0/file/README.md )
Documentation v4.15.0:
https://raw.githack.com/uiwjs/react-codemirror/21cd7a1/index.html \
Comparing Changes:
https://github.com/uiwjs/react-codemirror/compare/v4.14.3...v4.15.0 
```shell
npm i @​uiw/react-codemirror@4.15.0
```
- 🌟  feat(theme): add fontFamily option.
[#​409](https://togithub.com/uiwjs/react-codemirror/issues/409 )
[`6fa5ad5`](https://togithub.com/uiwjs/react-codemirror/commit/6fa5ad5 )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
- 🐞  fix(theme): Add font-family to VS Code dark theme
([#​413](https://togithub.com/uiwjs/react-codemirror/issues/413 ))
[`d1150da`](https://togithub.com/uiwjs/react-codemirror/commit/d1150da )
[@​karlhorky](https://togithub.com/karlhorky )
- 🎨  style(vscode): add vscodeDarkInit method.
[#​409](https://togithub.com/uiwjs/react-codemirror/issues/409 )
[`82e931c`](https://togithub.com/uiwjs/react-codemirror/commit/82e931c )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
- 📖  doc(vscode): Update preview image
([#​414](https://togithub.com/uiwjs/react-codemirror/issues/414 ))
[`9d09fb0`](https://togithub.com/uiwjs/react-codemirror/commit/9d09fb0 )
[@​karlhorky](https://togithub.com/karlhorky )
- 🐞  fix: Fix "cannot set properties of undefined"
([#​415](https://togithub.com/uiwjs/react-codemirror/issues/415 ))
[`3a566f2`](https://togithub.com/uiwjs/react-codemirror/commit/3a566f2 )
[@​karlhorky](https://togithub.com/karlhorky )
- 🌍  website: fix type error.
[`15b2bee`](https://togithub.com/uiwjs/react-codemirror/commit/15b2bee )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
###
[`v4.14.3`](https://togithub.com/uiwjs/react-codemirror/releases/tag/v4.14.3 )
[Compare
Source](https://togithub.com/uiwjs/react-codemirror/compare/v4.14.2...v4.14.3 )
[](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-codemirror@4.14.3/file/README.md )
Documentation v4.14.3:
https://raw.githack.com/uiwjs/react-codemirror/1310dcb/index.html \
Comparing Changes:
https://github.com/uiwjs/react-codemirror/compare/v4.14.2...v4.14.3 
```shell
npm i @​uiw/react-codemirror@4.14.3
```
- 🐞  fix(theme): Fix foreground and function name colors
([#​412](https://togithub.com/uiwjs/react-codemirror/issues/412 ))
[`aa703c6`](https://togithub.com/uiwjs/react-codemirror/commit/aa703c6 )
[@​karlhorky](https://togithub.com/karlhorky )
###
[`v4.14.2`](https://togithub.com/uiwjs/react-codemirror/releases/tag/v4.14.2 )
[Compare
Source](https://togithub.com/uiwjs/react-codemirror/compare/v4.14.1...v4.14.2 )
[](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-codemirror@4.14.2/file/README.md )
Documentation v4.14.2:
https://raw.githack.com/uiwjs/react-codemirror/4df190b/index.html \
Comparing Changes:
https://github.com/uiwjs/react-codemirror/compare/v4.14.1...v4.14.2 
```shell
npm i @​uiw/react-codemirror@4.14.2
```
- 🐞  fix(codemirror-themes): fix theme selection style error.
[#​406](https://togithub.com/uiwjs/react-codemirror/issues/406 )
[`a029a3e`](https://togithub.com/uiwjs/react-codemirror/commit/a029a3e )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
- 🐞  fix(deps): update codemirror to ~6.2.0
([#​407](https://togithub.com/uiwjs/react-codemirror/issues/407 ))
[`47d18e0`](https://togithub.com/uiwjs/react-codemirror/commit/47d18e0 )
[@​renovate-bot](https://togithub.com/renovate-bot )
- 💄  chore(deps): update dependency lerna to v6
([#​387](https://togithub.com/uiwjs/react-codemirror/issues/387 ))
[`7176370`](https://togithub.com/uiwjs/react-codemirror/commit/7176370 )
[@​renovate-bot](https://togithub.com/renovate-bot )
- 📖  doc(vscode): update vscode theme document.
[`92a06fc`](https://togithub.com/uiwjs/react-codemirror/commit/92a06fc )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
###
[`v4.14.1`](https://togithub.com/uiwjs/react-codemirror/releases/tag/v4.14.1 )
[Compare
Source](https://togithub.com/uiwjs/react-codemirror/compare/v4.14.0...v4.14.1 )
[](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-codemirror@4.14.1/file/README.md )
Documentation v4.14.1:
https://raw.githack.com/uiwjs/react-codemirror/6686da7/index.html \
Comparing Changes:
https://github.com/uiwjs/react-codemirror/compare/v4.14.0...v4.14.1 
```shell
npm i @​uiw/react-codemirror@4.14.1
```
- 📖  doc(theme): Update README.md
[`09521dd`](https://togithub.com/uiwjs/react-codemirror/commit/09521dd )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
- 🎨  style(vscode): modify vscode theme backgournd color.
[#​409](https://togithub.com/uiwjs/react-codemirror/issues/409 )
[`20b3978`](https://togithub.com/uiwjs/react-codemirror/commit/20b3978 )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
</details>
---
### Configuration
📅  **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦  **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕  **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4yNi40IiwidXBkYXRlZEluVmVyIjoiMzQuMjYuNCJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2022-11-18 00:50:07 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f46be4439f 
							
						 
					 
					
						
						
							
							chore(deps): update dependency @uiw/react-codemirror to v4.15.0 ( #2457 )  
						
						... 
						
						
						
						[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@uiw/react-codemirror](https://uiwjs.github.io/react-codemirror )
([source](https://togithub.com/uiwjs/react-codemirror )) | [`4.13.2` ->
`4.15.0`](https://renovatebot.com/diffs/npm/@uiw%2freact-codemirror/4.13.2/4.15.0 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>uiwjs/react-codemirror</summary>
###
[`v4.15.0`](https://togithub.com/uiwjs/react-codemirror/releases/tag/v4.15.0 )
[Compare
Source](https://togithub.com/uiwjs/react-codemirror/compare/v4.14.3...v4.15.0 )
[](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-codemirror@4.15.0/file/README.md )
Documentation v4.15.0:
https://raw.githack.com/uiwjs/react-codemirror/21cd7a1/index.html \
Comparing Changes:
https://github.com/uiwjs/react-codemirror/compare/v4.14.3...v4.15.0 
```shell
npm i @​uiw/react-codemirror@4.15.0
```
- 🌟  feat(theme): add fontFamily option.
[#​409](https://togithub.com/uiwjs/react-codemirror/issues/409 )
[`6fa5ad5`](https://togithub.com/uiwjs/react-codemirror/commit/6fa5ad5 )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
- 🐞  fix(theme): Add font-family to VS Code dark theme
([#​413](https://togithub.com/uiwjs/react-codemirror/issues/413 ))
[`d1150da`](https://togithub.com/uiwjs/react-codemirror/commit/d1150da )
[@​karlhorky](https://togithub.com/karlhorky )
- 🎨  style(vscode): add vscodeDarkInit method.
[#​409](https://togithub.com/uiwjs/react-codemirror/issues/409 )
[`82e931c`](https://togithub.com/uiwjs/react-codemirror/commit/82e931c )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
- 📖  doc(vscode): Update preview image
([#​414](https://togithub.com/uiwjs/react-codemirror/issues/414 ))
[`9d09fb0`](https://togithub.com/uiwjs/react-codemirror/commit/9d09fb0 )
[@​karlhorky](https://togithub.com/karlhorky )
- 🐞  fix: Fix "cannot set properties of undefined"
([#​415](https://togithub.com/uiwjs/react-codemirror/issues/415 ))
[`3a566f2`](https://togithub.com/uiwjs/react-codemirror/commit/3a566f2 )
[@​karlhorky](https://togithub.com/karlhorky )
- 🌍  website: fix type error.
[`15b2bee`](https://togithub.com/uiwjs/react-codemirror/commit/15b2bee )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
###
[`v4.14.3`](https://togithub.com/uiwjs/react-codemirror/releases/tag/v4.14.3 )
[Compare
Source](https://togithub.com/uiwjs/react-codemirror/compare/v4.14.2...v4.14.3 )
[](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-codemirror@4.14.3/file/README.md )
Documentation v4.14.3:
https://raw.githack.com/uiwjs/react-codemirror/1310dcb/index.html \
Comparing Changes:
https://github.com/uiwjs/react-codemirror/compare/v4.14.2...v4.14.3 
```shell
npm i @​uiw/react-codemirror@4.14.3
```
- 🐞  fix(theme): Fix foreground and function name colors
([#​412](https://togithub.com/uiwjs/react-codemirror/issues/412 ))
[`aa703c6`](https://togithub.com/uiwjs/react-codemirror/commit/aa703c6 )
[@​karlhorky](https://togithub.com/karlhorky )
###
[`v4.14.2`](https://togithub.com/uiwjs/react-codemirror/releases/tag/v4.14.2 )
[Compare
Source](https://togithub.com/uiwjs/react-codemirror/compare/v4.14.1...v4.14.2 )
[](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-codemirror@4.14.2/file/README.md )
Documentation v4.14.2:
https://raw.githack.com/uiwjs/react-codemirror/4df190b/index.html \
Comparing Changes:
https://github.com/uiwjs/react-codemirror/compare/v4.14.1...v4.14.2 
```shell
npm i @​uiw/react-codemirror@4.14.2
```
- 🐞  fix(codemirror-themes): fix theme selection style error.
[#​406](https://togithub.com/uiwjs/react-codemirror/issues/406 )
[`a029a3e`](https://togithub.com/uiwjs/react-codemirror/commit/a029a3e )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
- 🐞  fix(deps): update codemirror to ~6.2.0
([#​407](https://togithub.com/uiwjs/react-codemirror/issues/407 ))
[`47d18e0`](https://togithub.com/uiwjs/react-codemirror/commit/47d18e0 )
[@​renovate-bot](https://togithub.com/renovate-bot )
- 💄  chore(deps): update dependency lerna to v6
([#​387](https://togithub.com/uiwjs/react-codemirror/issues/387 ))
[`7176370`](https://togithub.com/uiwjs/react-codemirror/commit/7176370 )
[@​renovate-bot](https://togithub.com/renovate-bot )
- 📖  doc(vscode): update vscode theme document.
[`92a06fc`](https://togithub.com/uiwjs/react-codemirror/commit/92a06fc )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
###
[`v4.14.1`](https://togithub.com/uiwjs/react-codemirror/releases/tag/v4.14.1 )
[Compare
Source](https://togithub.com/uiwjs/react-codemirror/compare/v4.14.0...v4.14.1 )
[](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-codemirror@4.14.1/file/README.md )
Documentation v4.14.1:
https://raw.githack.com/uiwjs/react-codemirror/6686da7/index.html \
Comparing Changes:
https://github.com/uiwjs/react-codemirror/compare/v4.14.0...v4.14.1 
```shell
npm i @​uiw/react-codemirror@4.14.1
```
- 📖  doc(theme): Update README.md
[`09521dd`](https://togithub.com/uiwjs/react-codemirror/commit/09521dd )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
- 🎨  style(vscode): modify vscode theme backgournd color.
[#​409](https://togithub.com/uiwjs/react-codemirror/issues/409 )
[`20b3978`](https://togithub.com/uiwjs/react-codemirror/commit/20b3978 )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
###
[`v4.14.0`](https://togithub.com/uiwjs/react-codemirror/releases/tag/v4.14.0 )
[Compare
Source](https://togithub.com/uiwjs/react-codemirror/compare/v4.13.2...v4.14.0 )
[](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-codemirror@4.14.0/file/README.md )
Documentation v4.14.0:
https://raw.githack.com/uiwjs/react-codemirror/73f21ee/index.html \
Comparing Changes:
https://github.com/uiwjs/react-codemirror/compare/v4.13.2...v4.14.0 
```shell
npm i @​uiw/react-codemirror@4.14.0
```
- 🌟  feat: add gutterActiveForeground option.
[`4566d71`](https://togithub.com/uiwjs/react-codemirror/commit/4566d71 )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
- 🌟  feat: add `vscode` theme.
[#​409](https://togithub.com/uiwjs/react-codemirror/issues/409 )
[`c1be57a`](https://togithub.com/uiwjs/react-codemirror/commit/c1be57a )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
</details>
---
### Configuration
📅  **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦  **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕  **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4yNi4yIiwidXBkYXRlZEluVmVyIjoiMzQuMjYuNCJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2022-11-17 21:22:36 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1b901bb6c0 
							
						 
					 
					
						
						
							
							chore(deps): update dependency chartjs-adapter-date-fns to v2.0.1 ( #2454 )  
						
						... 
						
						
						
						[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [chartjs-adapter-date-fns](https://www.chartjs.org )
([source](https://togithub.com/chartjs/chartjs-adapter-date-fns )) |
[`2.0.0` ->
`2.0.1`](https://renovatebot.com/diffs/npm/chartjs-adapter-date-fns/2.0.0/2.0.1 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>chartjs/chartjs-adapter-date-fns</summary>
###
[`v2.0.1`](https://togithub.com/chartjs/chartjs-adapter-date-fns/releases/tag/v2.0.1 )
[Compare
Source](https://togithub.com/chartjs/chartjs-adapter-date-fns/compare/v2.0.0...v2.0.1 )
### Essential Links
-   [npm](https://www.npmjs.com/package/chartjs-adapter-date-fns )
<!---->
-
[#​52](https://togithub.com/chartjs/chartjs-adapter-date-fns/issues/52 )
Bump version to v2.0.1
-
[#​55](https://togithub.com/chartjs/chartjs-adapter-date-fns/issues/55 )
Bump minimatch from 3.0.4 to 3.1.2
-
[#​48](https://togithub.com/chartjs/chartjs-adapter-date-fns/issues/48 )
Fix peerDependencies of chart.js version <3.0.0
-
[#​47](https://togithub.com/chartjs/chartjs-adapter-date-fns/issues/47 )
Bump ansi-regex from 5.0.0 to 5.0.1
-
[#​46](https://togithub.com/chartjs/chartjs-adapter-date-fns/issues/46 )
Bump path-parse from 1.0.6 to 1.0.7
-
[#​43](https://togithub.com/chartjs/chartjs-adapter-date-fns/issues/43 )
Bump follow-redirects from 1.14.1 to 1.14.8
-
[#​44](https://togithub.com/chartjs/chartjs-adapter-date-fns/issues/44 )
Bump karma from 6.3.2 to 6.3.16
-
[#​45](https://togithub.com/chartjs/chartjs-adapter-date-fns/issues/45 )
Bump minimist from 1.2.5 to 1.2.6
-
[#​36](https://togithub.com/chartjs/chartjs-adapter-date-fns/issues/36 )
Bump hosted-git-info from 2.8.8 to 2.8.9
#### Development
-
[#​37](https://togithub.com/chartjs/chartjs-adapter-date-fns/issues/37 )
Fix indent of rollup.config, update deps
Thanks to [@​LeeLenaleee](https://togithub.com/LeeLenaleee ),
[@​dependabot](https://togithub.com/dependabot ),
[@​dependabot](https://togithub.com/dependabot )\[bot],
[@​jacksonGross](https://togithub.com/jacksonGross ) and
[@​kurkle](https://togithub.com/kurkle )
</details>
---
### Configuration
📅  **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦  **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕  **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4yNi4yIiwidXBkYXRlZEluVmVyIjoiMzQuMjYuMiJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2022-11-17 18:18:27 +00:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c9c5cf5364 
							
						 
					 
					
						
						
							
							conditional message for change request strategy form ( #2465 )  
						
						
						
					 
					
						2022-11-17 15:40:45 +01:00 
						 
				 
			
				
					
						
							
							
								Tymoteusz Czech 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							42eadef8da 
							
						 
					 
					
						
						
							
							Custom roles redesign ( #2439 )  
						
						... 
						
						
						
						## About the changes
Visual update to project permissions

Closes [linear
1-366](https://linear.app/unleash/issue/1-366/frontend-custom-roles-redesign )
Relates to [roadmap](https://github.com/orgs/Unleash/projects/10 ) item:
#2251  
						
					 
					
						2022-11-17 15:33:23 +01:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e9fa156aec 
							
						 
					 
					
						
						
							
							fix: tags highlight case sensitivity ( #2462 )  
						
						... 
						
						
						
						Search is already case insensitive, so it makes sense that the highlight
style is as well. 
						
					 
					
						2022-11-17 13:08:47 +00:00 
						 
				 
			
				
					
						
							
							
								sjaanus 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9176ffae1e 
							
						 
					 
					
						
						
							
							Change requests - add multiple reviewers ( #2448 )  
						
						... 
						
						
						
						This PR adds implements the frontend and migrations part of multiple
reviewers.
2 UI parts:
1. Configuration to add the count of required approvals
2. Handle multiple approvers in review page. 
						
					 
					
						2022-11-17 11:08:29 +02:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f2dde9d63a 
							
						 
					 
					
						
						
							
							stop making enterprise calls in oss ( #2449 )  
						
						
						
					 
					
						2022-11-17 09:40:47 +01:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6cd61466f3 
							
						 
					 
					
						
						
							
							chore(deps): update dependency @uiw/codemirror-theme-duotone to v4.14.0 ( #2456 )  
						
						... 
						
						
						
						[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@uiw/codemirror-theme-duotone](https://uiwjs.github.io/react-codemirror/#/theme/data/duotone/light )
([source](https://togithub.com/uiwjs/react-codemirror )) | [`4.13.2` ->
`4.14.0`](https://renovatebot.com/diffs/npm/@uiw%2fcodemirror-theme-duotone/4.13.2/4.14.0 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>uiwjs/react-codemirror</summary>
###
[`v4.14.0`](https://togithub.com/uiwjs/react-codemirror/releases/tag/v4.14.0 )
[Compare
Source](https://togithub.com/uiwjs/react-codemirror/compare/v4.13.2...v4.14.0 )
[](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-codemirror@4.14.0/file/README.md )
Documentation v4.14.0:
https://raw.githack.com/uiwjs/react-codemirror/73f21ee/index.html \
Comparing Changes:
https://github.com/uiwjs/react-codemirror/compare/v4.13.2...v4.14.0 
```shell
npm i @​uiw/react-codemirror@4.14.0
```
- 🌟  feat: add gutterActiveForeground option.
[`4566d71`](https://togithub.com/uiwjs/react-codemirror/commit/4566d71 )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
- 🌟  feat: add `vscode` theme.
[#​409](https://togithub.com/uiwjs/react-codemirror/issues/409 )
[`c1be57a`](https://togithub.com/uiwjs/react-codemirror/commit/c1be57a )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
</details>
---
### Configuration
📅  **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦  **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕  **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4yNi4yIiwidXBkYXRlZEluVmVyIjoiMzQuMjYuMiJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2022-11-17 06:11:22 +00:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							538bbe7105 
							
						 
					 
					
						
						
							
							fix: make the tags column have a fixed width ( #2451 )  
						
						... 
						
						
						
						By setting a fixed width in the tags column we can save some extra
space. 
						
					 
					
						2022-11-16 16:05:17 +00:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e25a108ea8 
							
						 
					 
					
						
						
							
							add comment with current user avatar ( #2452 )  
						
						
						
					 
					
						2022-11-16 17:03:05 +01:00 
						 
				 
			
				
					
						
							
							
								Fredrik Strand Oseberg 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							978674e33a 
							
						 
					 
					
						
						
							
							feat: update strategy segments with edit / create strategy ( #2420 )  
						
						... 
						
						
						
						* Refactors how we add / edit segments to make it more ergonomic to work with in regards to change requests 
						
					 
					
						2022-11-16 15:35:39 +01:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							51ad239553 
							
						 
					 
					
						
						
							
							first draft of the comments ui ( #2440 )  
						
						
						
					 
					
						2022-11-16 11:45:27 +01:00 
						 
				 
			
				
					
						
							
							
								andreas-unleash 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							48c340585b 
							
						 
					 
					
						
						
							
							Copy strategy bug fix ( #2444 )  
						
						... 
						
						
						
						<!-- 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! ❤️  -->
This PR fixes a bug where when you copy a strategy, instead of the
strategy being copied to the target environment, it was copied to the
source environment
## About the changes
<!-- 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. -->
<!-- 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? --> 
						
					 
					
						2022-11-16 09:43:23 +02:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5761aabb76 
							
						 
					 
					
						
						
							
							chore(deps): update dependency msw to v0.48.3 ( #2443 )  
						
						... 
						
						
						
						[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [msw](https://mswjs.io/ ) ([source](https://togithub.com/mswjs/msw )) |
[`0.48.2` ->
`0.48.3`](https://renovatebot.com/diffs/npm/msw/0.48.2/0.48.3 ) |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>mswjs/msw</summary>
### [`v0.48.3`](https://togithub.com/mswjs/msw/releases/tag/v0.48.3 )
[Compare
Source](https://togithub.com/mswjs/msw/compare/v0.48.2...v0.48.3 )
#### v0.48.3 (2022-11-15)
##### Bug Fixes
- **SetupApi:** validate given request handlers
([#​1460](https://togithub.com/mswjs/msw/issues/1460 ))
([`a06a944`](a06a9447d0https://togithub.com/kettanaito )
- inline `statuses` dependency during the build
([#​1458](https://togithub.com/mswjs/msw/issues/1458 ))
([`99d49f9`](99d49f9b1ehttps://togithub.com/mattcosta7 )
[@​kettanaito](https://togithub.com/kettanaito )
</details>
---
### Configuration
📅  **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦  **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕  **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4yNC4xIiwidXBkYXRlZEluVmVyIjoiMzQuMjQuMSJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2022-11-16 04:56:29 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e29b7d6738 
							
						 
					 
					
						
						
							
							chore(deps): update material-ui monorepo ( #2432 )  
						
						... 
						
						
						
						[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@mui/icons-material](https://mui.com/material-ui/material-icons/ )
([source](https://togithub.com/mui/material-ui )) | [`5.10.9` ->
`5.10.14`](https://renovatebot.com/diffs/npm/@mui%2ficons-material/5.10.9/5.10.14 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
| [@mui/lab](https://mui.com/material-ui/about-the-lab/ )
([source](https://togithub.com/mui/material-ui )) | [`5.0.0-alpha.107` ->
`5.0.0-alpha.108`](https://renovatebot.com/diffs/npm/@mui%2flab/5.0.0-alpha.107/5.0.0-alpha.108 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
| [@mui/material](https://mui.com/material-ui/getting-started/overview/ )
([source](https://togithub.com/mui/material-ui )) | [`5.10.13` ->
`5.10.14`](https://renovatebot.com/diffs/npm/@mui%2fmaterial/5.10.13/5.10.14 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>mui/material-ui (@​mui/icons-material)</summary>
###
[`v5.10.14`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#v51014 )
[Compare
Source](https://togithub.com/mui/material-ui/compare/v5.10.9...v5.10.14 )
<!-- generated comparing v5.10.13..master -->
*Nov 14, 2022*
A big thanks to the 17 contributors who made this release possible. Here
are some highlights ✨ :
- 🚀  [@​siriwatknp](https://togithub.com/siriwatknp ) added the
Autocomplete component to the Joy UI
([#​34315](https://togithub.com/mui/material-ui/issues/34315 ))
- ♿  [@​sfavello](https://togithub.com/sfavello ) improved the
accessibility of the Material UI's Autocomplete by adding support for
the Delete key
([#​33822](https://togithub.com/mui/material-ui/issues/33822 ))
- Many other 🐛  bug fixes, 📚  documentation, and ⚙️  infrastructure
improvements.
##### `@mui/material@5.10.14`
- \[Material UI] Add `palette.background.defaultChannel` token
([#​35061](https://togithub.com/mui/material-ui/issues/35061 ))
[@​siriwatknp](https://togithub.com/siriwatknp )
- \[Autocomplete] Remove tags with the Delete key
([#​33822](https://togithub.com/mui/material-ui/issues/33822 ))
[@​sfavello](https://togithub.com/sfavello )
- \[IconButton] custom color causes type error
([#​34521](https://togithub.com/mui/material-ui/issues/34521 ))
[@​kushagra010](https://togithub.com/kushagra010 )
##### `@mui/system@5.10.14`
- \[Unstable_Gridv2] sorted responsize keys based on breakpoint value
([#​34987](https://togithub.com/mui/material-ui/issues/34987 ))
[@​sai6855](https://togithub.com/sai6855 )
##### `@mui/joy@5.0.0-alpha.54`
- \[Joy] Export `FormControl`, `LinearProgress` and `ListSubheader`
components from `@mui/joy`
([#​35003](https://togithub.com/mui/material-ui/issues/35003 ))
[@​Studio384](https://togithub.com/Studio384 )
- \[Joy] Miscellaneous fixes
([#​35044](https://togithub.com/mui/material-ui/issues/35044 ))
[@​siriwatknp](https://togithub.com/siriwatknp )
- \[Joy] Add `Autocomplete` component
([#​34315](https://togithub.com/mui/material-ui/issues/34315 ))
[@​siriwatknp](https://togithub.com/siriwatknp )
- \[Joy] Saturate a bit the gray palette
([#​35148](https://togithub.com/mui/material-ui/issues/35148 ))
[@​danilo-leal](https://togithub.com/danilo-leal )
- \[Autocomplete]\[joy] Fix types
([#​35153](https://togithub.com/mui/material-ui/issues/35153 ))
[@​siriwatknp](https://togithub.com/siriwatknp )
##### Docs
- \[blog] Fix font size of code blocks on iOS
[@​oliviertassinari](https://togithub.com/oliviertassinari )
- \[docs] Accessibility - increase default contrastThreshold for WCAG AA
compliance
([#​34901](https://togithub.com/mui/material-ui/issues/34901 ))
[@​kennethbigler](https://togithub.com/kennethbigler )
- \[docs] Correct the keepMounted section on the Drawer page
([#​35076](https://togithub.com/mui/material-ui/issues/35076 ))
[@​michaldudak](https://togithub.com/michaldudak )
- \[docs] Fix code editor styles mismatches
([#​35108](https://togithub.com/mui/material-ui/issues/35108 ))
[@​oliviertassinari](https://togithub.com/oliviertassinari )
- \[docs] Allows to access the next MUI-X
([#​34798](https://togithub.com/mui/material-ui/issues/34798 ))
[@​alexfauquette](https://togithub.com/alexfauquette )
- \[docs] Fix bugs with live edit demos
([#​35106](https://togithub.com/mui/material-ui/issues/35106 ))
[@​oliviertassinari](https://togithub.com/oliviertassinari )
- \[docs] Fix `MarkdownElement` regression from adding CSS variables
([#​35096](https://togithub.com/mui/material-ui/issues/35096 ))
[@​siriwatknp](https://togithub.com/siriwatknp )
- \[docs] Add a new gold sponsor
([#​35089](https://togithub.com/mui/material-ui/issues/35089 ))
[@​hbjORbj](https://togithub.com/hbjORbj )
- \[docs] Fix scroll issue on expanded live demos
([#​35064](https://togithub.com/mui/material-ui/issues/35064 ))
[@​bharatkashyap](https://togithub.com/bharatkashyap )
- \[docs] Improve alignment of the sponsors
[@​oliviertassinari](https://togithub.com/oliviertassinari )
- \[docs] Improve code font family v2
([#​35053](https://togithub.com/mui/material-ui/issues/35053 ))
[@​oliviertassinari](https://togithub.com/oliviertassinari )
- \[docs] Upgrade to Next.js 13
([#​35001](https://togithub.com/mui/material-ui/issues/35001 ))
[@​mnajdova](https://togithub.com/mnajdova )
- \[docs] Fix typo in changelog
[@​oliviertassinari](https://togithub.com/oliviertassinari )
- \[docs] Update Joy UI templates to use latest components
([#​35058](https://togithub.com/mui/material-ui/issues/35058 ))
[@​siriwatknp](https://togithub.com/siriwatknp )
- \[website] Fix design kits showcase throwing an error
([#​35093](https://togithub.com/mui/material-ui/issues/35093 ))
[@​cherniavskii](https://togithub.com/cherniavskii )
- \[website] Fix margin bug on CTA
[@​oliviertassinari](https://togithub.com/oliviertassinari )
- \[website] Link respective repositories in product pages
([#​35046](https://togithub.com/mui/material-ui/issues/35046 ))
[@​sidtohan](https://togithub.com/sidtohan )
- \[website] Migrate blog pages to use CSS theme variables
([#​34976](https://togithub.com/mui/material-ui/issues/34976 ))
[@​siriwatknp](https://togithub.com/siriwatknp )
- \[website] Update DoiT International logo and links with new brand
([#​35030](https://togithub.com/mui/material-ui/issues/35030 ))
[@​ofir5300](https://togithub.com/ofir5300 )
- \[website] Improve visual design app bar
([#​35111](https://togithub.com/mui/material-ui/issues/35111 ))
[@​oliviertassinari](https://togithub.com/oliviertassinari )
##### Core
- \[core] Convert scripts to ES modules
([#​35036](https://togithub.com/mui/material-ui/issues/35036 ))
[@​michaldudak](https://togithub.com/michaldudak )
- \[core] Show the whole version to make blame easier
[@​oliviertassinari](https://togithub.com/oliviertassinari )
- \[core] Polish GitHub Action version
[@​oliviertassinari](https://togithub.com/oliviertassinari )
- \[core] Ignore icons to speed up CodeQL
[@​oliviertassinari](https://togithub.com/oliviertassinari )
- \[core] Feedback on branch protection
[@​oliviertassinari](https://togithub.com/oliviertassinari )
- \[core] Revert CI
([#​35098](https://togithub.com/mui/material-ui/issues/35098 ))
[@​siriwatknp](https://togithub.com/siriwatknp )
- \[core] Fix job name to match the CI
([#​35097](https://togithub.com/mui/material-ui/issues/35097 ))
[@​siriwatknp](https://togithub.com/siriwatknp )
- \[core] ESLint fixes for tests
([#​34924](https://togithub.com/mui/material-ui/issues/34924 ))
[@​Janpot](https://togithub.com/Janpot )
- \[core] Ignore unrelated folders from github actions
([#​35028](https://togithub.com/mui/material-ui/issues/35028 ))
[@​siriwatknp](https://togithub.com/siriwatknp )
- \[core] Use pretty-quick instead of custom script
([#​34062](https://togithub.com/mui/material-ui/issues/34062 ))
[@​Janpot](https://togithub.com/Janpot )
All contributors of this release in alphabetical order:
[@​alexfauquette](https://togithub.com/alexfauquette ),
[@​bharatkashyap](https://togithub.com/bharatkashyap ),
[@​cherniavskii](https://togithub.com/cherniavskii ),
[@​danilo-leal](https://togithub.com/danilo-leal ),
[@​hbjORbj](https://togithub.com/hbjORbj ),
[@​Janpot](https://togithub.com/Janpot ),
[@​kennethbigler](https://togithub.com/kennethbigler ),
[@​kushagra010](https://togithub.com/kushagra010 ),
[@​michaldudak](https://togithub.com/michaldudak ),
[@​mnajdova](https://togithub.com/mnajdova ),
[@​ofir5300](https://togithub.com/ofir5300 ),
[@​oliviertassinari](https://togithub.com/oliviertassinari ),
[@​sai6855](https://togithub.com/sai6855 ),
[@​sfavello](https://togithub.com/sfavello ),
[@​sidtohan](https://togithub.com/sidtohan ),
[@​siriwatknp](https://togithub.com/siriwatknp ),
[@​Studio384](https://togithub.com/Studio384 )
</details>
<details>
<summary>mui/material-ui (@​mui/lab)</summary>
###
[`v5.0.0-alpha.108`](2f4c2190d1...c2da6de1c52f4c2190d1...c2da6de1c5📅  **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦  **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
👻  **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions ) if
that's undesired.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4yNC4xIiwidXBkYXRlZEluVmVyIjoiMzQuMjQuMSJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2022-11-16 02:07:58 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3638f0d09a 
							
						 
					 
					
						
						
							
							chore(deps): update dependency @codemirror/state to v6.1.4 ( #2441 )  
						
						... 
						
						
						
						[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@codemirror/state](https://togithub.com/codemirror/state ) | [`6.1.3`
->
`6.1.4`](https://renovatebot.com/diffs/npm/@codemirror%2fstate/6.1.3/6.1.4 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>codemirror/state</summary>
###
[`v6.1.4`](https://togithub.com/codemirror/state/blob/HEAD/CHANGELOG.md#​614-2022-11-15 )
[Compare
Source](https://togithub.com/codemirror/state/compare/6.1.3...6.1.4 )
##### Bug fixes
Fix a bug that caused the `openStart` value passed to span iterators to
be incorrect around widgets in some circumstances.
</details>
---
### Configuration
📅  **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦  **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕  **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4yNC4xIiwidXBkYXRlZEluVmVyIjoiMzQuMjQuMSJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2022-11-15 22:27:26 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c1abac2a18 
							
						 
					 
					
						
						
							
							chore(deps): update dependency vite to v3.2.4 ( #2437 )  
						
						... 
						
						
						
						[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [vite](https://togithub.com/vitejs/vite/tree/main/#readme )
([source](https://togithub.com/vitejs/vite )) | [`3.2.3` ->
`3.2.4`](https://renovatebot.com/diffs/npm/vite/3.2.3/3.2.4 ) |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>vitejs/vite</summary>
### [`v3.2.4`](https://togithub.com/vitejs/vite/releases/tag/v3.2.4 )
[Compare
Source](https://togithub.com/vitejs/vite/compare/v3.2.3...v3.2.4 )
Please refer to
[CHANGELOG.md](https://togithub.com/vitejs/vite/blob/v3.2.4/packages/vite/CHANGELOG.md )
for details.
</details>
---
### Configuration
📅  **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦  **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕  **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4yNC4xIiwidXBkYXRlZEluVmVyIjoiMzQuMjQuMSJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2022-11-15 18:37:33 +00:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e32b6ad576 
							
						 
					 
					
						
						
							
							fix: update text in environments ( #2433 )  
						
						... 
						
						
						
						Updates the text in some places related with the new environments
updates. Hopefully this makes things even clearer 🙂  
						
					 
					
						2022-11-15 11:08:41 +00:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1ddc46011c 
							
						 
					 
					
						
						
							
							Feature toggles: Filtering by tags ( #2396 )  
						
						... 
						
						
						
						https://linear.app/unleash/issue/UNL-140/experiment-with-filtering-feature-toggles-by-tags-on-the-ui 
Going with a naïve approach for now, tags can be searchable the same way
we search for text. The tags column only shows up if at least one toggle
has tags set. There's a simple highlightable component that lets us know
a match was found and then shows all the tags on a tooltip:
<img width="1289" alt="image"
src="https://user-images.githubusercontent.com/14320932/201155093-b8605ff2-5bf7-45c5-b240-a33da254c278.png "> 
					
						2022-11-15 10:24:36 +00:00 
						 
				 
			
				
					
						
							
							
								Tymoteusz Czech 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a191313956 
							
						 
					 
					
						
						
							
							refactor: remove public signup link feature flag ( #2423 )  
						
						... 
						
						
						
						## About the changes
Cleanup: remove feature flag.
Closes
[1-356/remove-feature-flag-from-the-code](https://linear.app/unleash/issue/1-356/remove-feature-flag-from-the-code ) 
						
					 
					
						2022-11-15 10:03:20 +01:00 
						 
				 
			
				
					
						
							
							
								Tymoteusz Czech 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8b057a1466 
							
						 
					 
					
						
						
							
							Show conflicts in change requests ( #2389 )  
						
						... 
						
						
						
						## About the changes
Show warnings about incompatible changes in changesets.
Closes
[1-352/display-conflicts](https://linear.app/unleash/issue/1-352/display-conflicts )
Relates to [roadmap](https://github.com/orgs/Unleash/projects/10 ) item:
#2251  
						
					 
					
						2022-11-15 09:53:38 +01:00 
						 
				 
			
				
					
						
							
							
								Fredrik Strand Oseberg 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							89f2d81253 
							
						 
					 
					
						
						
							
							fix: copy strategy change request ( #2430 )  
						
						... 
						
						
						
						* Fixes a bug where turning off change requests would not turn off change request for copy strategy 
						
					 
					
						2022-11-15 09:49:44 +01:00 
						 
				 
			
				
					
						
							
							
								Tymoteusz Czech 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							49fc31883c 
							
						 
					 
					
						
						
							
							change request help popover ( #2388 )  
						
						... 
						
						
						
						## About the changes
<img width="667" alt="image"
src="https://user-images.githubusercontent.com/2625371/201094916-52d9de4e-36a5-4c1e-894d-b9cb2296f612.png "> 
						
					 
					
						2022-11-15 09:42:29 +01:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ca328d6bcf 
							
						 
					 
					
						
						
							
							chore(deps): update dependency @types/jest to v29.2.3 ( #2427 )  
						
						... 
						
						
						
						[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@types/jest](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jest )
([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped )) |
[`29.2.2` ->
`29.2.3`](https://renovatebot.com/diffs/npm/@types%2fjest/29.2.2/29.2.3 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Configuration
📅  **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦  **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕  **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4yMy4xIiwidXBkYXRlZEluVmVyIjoiMzQuMjMuMSJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2022-11-15 01:59:36 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8da1b5628c 
							
						 
					 
					
						
						
							
							chore(deps): update dependency vitest to v0.25.2 ( #2421 )  
						
						... 
						
						
						
						[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [vitest](https://togithub.com/vitest-dev/vitest ) | [`0.25.1` ->
`0.25.2`](https://renovatebot.com/diffs/npm/vitest/0.25.1/0.25.2 ) |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>vitest-dev/vitest</summary>
###
[`v0.25.2`](https://togithub.com/vitest-dev/vitest/releases/tag/v0.25.2 )
[Compare
Source](https://togithub.com/vitest-dev/vitest/compare/v0.25.1...v0.25.2 )
#####    🐞  Bug Fixes
- Dates are equal, if both are invalid  -  by
[@​sheremet-va](https://togithub.com/sheremet-va ) in
[https://github.com/vitest-dev/vitest/issues/2326 ](https://togithub.com/vitest-dev/vitest/issues/2326 )
- Don't ignore properties, when put on a default function in CJS context
 -  by [@​sheremet-va](https://togithub.com/sheremet-va ) in
[https://github.com/vitest-dev/vitest/issues/2325 ](https://togithub.com/vitest-dev/vitest/issues/2325 )
#####     [View changes on
GitHub](https://togithub.com/vitest-dev/vitest/compare/v0.25.1...v0.25.2 )
</details>
---
### Configuration
📅  **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦  **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕  **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4yMy4xIiwidXBkYXRlZEluVmVyIjoiMzQuMjMuMSJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2022-11-14 19:55:34 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b5f969cc42 
							
						 
					 
					
						
						
							
							chore(deps): update dependency copy-to-clipboard to v3.3.3 ( #2413 )  
						
						... 
						
						
						
						[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [copy-to-clipboard](https://togithub.com/sudodoki/copy-to-clipboard ) |
[`3.3.2` ->
`3.3.3`](https://renovatebot.com/diffs/npm/copy-to-clipboard/3.3.2/3.3.3 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>sudodoki/copy-to-clipboard</summary>
###
[`v3.3.3`](https://togithub.com/sudodoki/copy-to-clipboard/compare/v3.3.2...ca33966a5e030c7d18bd3b193654eb2e59c86e04 )
[Compare
Source](https://togithub.com/sudodoki/copy-to-clipboard/compare/v3.3.2...ca33966a5e030c7d18bd3b193654eb2e59c86e04 )
</details>
---
### Configuration
📅  **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦  **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕  **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4yMy4xIiwidXBkYXRlZEluVmVyIjoiMzQuMjMuMSJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2022-11-14 16:27:49 +00:00 
						 
				 
			
				
					
						
							
							
								Fredrik Strand Oseberg 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							900c50b8c8 
							
						 
					 
					
						
						
							
							fix: remove uneccesary code ( #2417 )  
						
						... 
						
						
						
						* Removes dead code from the ProjectOverview.tsx component 
						
					 
					
						2022-11-14 12:54:41 +01:00 
						 
				 
			
				
					
						
							
							
								Fredrik Strand Oseberg 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4689705f45 
							
						 
					 
					
						
						
							
							feat: update hook to use change request settings ( #2406 )  
						
						... 
						
						
						
						* Refactors the hook to use the change request settings from the API 
						
					 
					
						2022-11-14 12:34:38 +01:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							bd686eb246 
							
						 
					 
					
						
						
							
							fix: improve drag behaviour when using handle ( #2407 )  
						
						... 
						
						
						
						Fixes a small bug that caused the item to be draggable when clicking
outside of the handle, when using a handle. Basically resets the
draggable state when (re)entering the container. 
						
					 
					
						2022-11-14 08:25:20 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e378e08644 
							
						 
					 
					
						
						
							
							chore(deps): update dependency msw to v0.48.2 ( #2411 )  
						
						... 
						
						
						
						[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [msw](https://mswjs.io/ ) ([source](https://togithub.com/mswjs/msw )) |
[`0.48.1` ->
`0.48.2`](https://renovatebot.com/diffs/npm/msw/0.48.1/0.48.2 ) |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>mswjs/msw</summary>
### [`v0.48.2`](https://togithub.com/mswjs/msw/releases/tag/v0.48.2 )
[Compare
Source](https://togithub.com/mswjs/msw/compare/v0.48.1...v0.48.2 )
#### v0.48.2 (2022-11-13)
##### Bug Fixes
- resolve absolute worker url against the current path
([#​1456](https://togithub.com/mswjs/msw/issues/1456 ))
([`f8d15b4`](f8d15b41a9https://togithub.com/kettanaito )
</details>
---
### Configuration
📅  **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦  **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕  **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4yMy4xIiwidXBkYXRlZEluVmVyIjoiMzQuMjMuMSJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2022-11-13 06:00:48 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							167ad82a4f 
							
						 
					 
					
						
						
							
							chore(deps): update react-router monorepo to v6.4.3 ( #2368 )  
						
						... 
						
						
						
						[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [react-router](https://togithub.com/remix-run/react-router ) | [`6.4.2`
-> `6.4.3`](https://renovatebot.com/diffs/npm/react-router/6.4.2/6.4.3 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
| [react-router-dom](https://togithub.com/remix-run/react-router ) |
[`6.4.2` ->
`6.4.3`](https://renovatebot.com/diffs/npm/react-router-dom/6.4.2/6.4.3 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>remix-run/react-router (react-router)</summary>
###
[`v6.4.3`](https://togithub.com/remix-run/react-router/blob/HEAD/packages/react-router/CHANGELOG.md#​643 )
[Compare
Source](https://togithub.com/remix-run/react-router/compare/react-router@6.4.2...react-router@6.4.3 )
##### Patch Changes
- `useRoutes` should be able to return `null` when passing `locationArg`
([#​9485](https://togithub.com/remix-run/react-router/pull/9485 ))
- fix `initialEntries` type in `createMemoryRouter`
([#​9498](https://togithub.com/remix-run/react-router/pull/9498 ))
-   Updated dependencies:
    -   `@remix-run/router@1.0.3`
</details>
<details>
<summary>remix-run/react-router (react-router-dom)</summary>
###
[`v6.4.3`](https://togithub.com/remix-run/react-router/blob/HEAD/packages/react-router-dom/CHANGELOG.md#​643 )
[Compare
Source](https://togithub.com/remix-run/react-router/compare/react-router-dom@6.4.2...react-router-dom@6.4.3 )
##### Patch Changes
- Fix hrefs generated for `createHashRouter`
([#​9409](https://togithub.com/remix-run/react-router/pull/9409 ))
- fix encoding/matching issues with special chars
([#​9477](https://togithub.com/remix-run/react-router/pull/9477 ),
[#​9496](https://togithub.com/remix-run/react-router/pull/9496 ))
- Properly support `index` routes with a `path` in `useResolvedPath`
([#​9486](https://togithub.com/remix-run/react-router/pull/9486 ))
- Respect `relative=path` prop on `NavLink`
([#​9453](https://togithub.com/remix-run/react-router/pull/9453 ))
- Fix `NavLink` behavior for root urls
([#​9497](https://togithub.com/remix-run/react-router/pull/9497 ))
-   Updated dependencies:
    -   `@remix-run/router@1.0.3`
    -   `react-router@6.4.3`
</details>
---
### Configuration
📅  **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦  **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕  **Ignore**: Close this PR and you won't be reminded about these
updates again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzQuMTkuMCJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2022-11-12 03:27:44 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							47f991830b 
							
						 
					 
					
						
						
							
							chore(deps): update dependency @codemirror/state to v6.1.3 ( #2394 )  
						
						... 
						
						
						
						[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@codemirror/state](https://togithub.com/codemirror/state ) | [`6.1.2`
->
`6.1.3`](https://renovatebot.com/diffs/npm/@codemirror%2fstate/6.1.2/6.1.3 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>codemirror/state</summary>
###
[`v6.1.3`](https://togithub.com/codemirror/state/blob/HEAD/CHANGELOG.md#​613-2022-11-10 )
[Compare
Source](https://togithub.com/codemirror/state/compare/6.1.2...6.1.3 )
##### Bug fixes
Avoid unnecessary calls to computed facet getters when a state is
reconfigured but no dependencies of the computed facet change.
Fix an infinite loop in `RangeSet.eq` when the `to` parameter isn't
given.
</details>
---
### Configuration
📅  **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦  **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕  **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4yMS42IiwidXBkYXRlZEluVmVyIjoiMzQuMjEuNiJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2022-11-11 13:54:09 +01:00 
						 
				 
			
				
					
						
							
							
								Fredrik Strand Oseberg 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							89e5043f32 
							
						 
					 
					
						
						
							
							fix: add discard actions ( #2405 )  
						
						... 
						
						
						
						* Updates the sidebar with discarded actions 
						
					 
					
						2022-11-11 13:24:06 +01:00 
						 
				 
			
				
					
						
							
							
								andreas-unleash 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c57baeb35e 
							
						 
					 
					
						
						
							
							integrate change request settings be ( #2403 )  
						
						... 
						
						
						
						<!-- 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! ❤️  -->
Integrates frontend with the change request settings backedn
## About the changes
<!-- 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. -->
<!-- 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? --> 
						
					 
					
						2022-11-11 14:03:30 +02:00 
						 
				 
			
				
					
						
							
							
								Fredrik Strand Oseberg 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							70e020ffeb 
							
						 
					 
					
						
						
							
							fix: project access table ( #2404 )  
						
						... 
						
						
						
						* Tweaks the project access table so it fits with the new design 
						
					 
					
						2022-11-11 12:09:04 +01:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2fa154a3e4 
							
						 
					 
					
						
						
							
							Update environments ( #2339 )  
						
						... 
						
						
						
						https://linear.app/unleash/issue/2-357/update-environments-pages  
					
						2022-11-11 10:24:56 +00:00 
						 
				 
			
				
					
						
							
							
								Fredrik Strand Oseberg 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b9db7952fb 
							
						 
					 
					
						
						
							
							feat: add permission buttons for change requests ( #2392 )  
						
						... 
						
						
						
						* Adds permission buttons for change requests 
						
					 
					
						2022-11-11 11:04:59 +01:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3f78bc93d8 
							
						 
					 
					
						
						
							
							chore(deps): update material-ui monorepo ( #2269 )  
						
						... 
						
						
						
						[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@mui/icons-material](https://mui.com/material-ui/material-icons/ )
([source](https://togithub.com/mui/material-ui )) | [`5.10.3` ->
`5.10.9`](https://renovatebot.com/diffs/npm/@mui%2ficons-material/5.10.3/5.10.9 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
| [@mui/lab](https://mui.com/material-ui/about-the-lab/ )
([source](https://togithub.com/mui/material-ui )) | [`5.0.0-alpha.97` ->
`5.0.0-alpha.107`](https://renovatebot.com/diffs/npm/@mui%2flab/5.0.0-alpha.97/5.0.0-alpha.107 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
| [@mui/material](https://mui.com/material-ui/getting-started/overview/ )
([source](https://togithub.com/mui/material-ui )) | [`5.10.3` ->
`5.10.13`](https://renovatebot.com/diffs/npm/@mui%2fmaterial/5.10.3/5.10.13 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>mui/material-ui (@​mui/icons-material)</summary>
###
[`v5.10.9`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#​5109 )
[Compare
Source](https://togithub.com/mui/material-ui/compare/v5.10.6...v5.10.9 )
<!-- generated comparing v5.10.8..master -->
*Oct 10, 2022*
A big thanks to the 7 contributors who made this release possible. Here
are some highlights ✨ :
- 🚀  \[Joy] Button loading functionality has been added by
[@​kushagra010](https://togithub.com/kushagra010 )
([#​34658](https://togithub.com/mui/material-ui/issues/34658 ))
-   And more 🐛  bug fixes and 📚  documentation improvements.
##### `@mui/material@5.10.9`
- <!-- 16 -->\[Grid v2]\[system] Handle direction object prop for
responsive design
([#​34574](https://togithub.com/mui/material-ui/issues/34574 ))
[@​vanyaxk](https://togithub.com/vanyaxk )
- <!-- 03 -->\[Slider] Fix unnecessary accessibility attribute in root
element
([#​34610](https://togithub.com/mui/material-ui/issues/34610 ))
[@​vanyaxk](https://togithub.com/vanyaxk )
##### `@mui/system@5.10.9`
##### BREAKING CHANGE
- <!-- 17 -->\[system] Fix color-scheme implementation
([#​34639](https://togithub.com/mui/material-ui/issues/34639 ))
[@​siriwatknp](https://togithub.com/siriwatknp )
The `enableColorScheme` prop has been removed from `CssVarsProvider` and
`getInitColorScheme` (both Material UI and Joy UI).
    Migration:
- **Material UI**: you can enable the CSS color scheme via `<CssBaseline
enableColorScheme />`.
- **Joy UI**: it is enabled automatically if you use `<CssBaseline />`,
[see the docs](https://mui.com/joy-ui/react-css-baseline/ ).
##### Changes
- <!-- 02 -->\[system] Fix typo in createCssVarsProvider
([#​34661](https://togithub.com/mui/material-ui/issues/34661 ))
[@​HexM7](https://togithub.com/HexM7 )
##### `@mui/base@5.0.0-alpha.101`
- <!-- 01 -->\[TrapFocus] Restore the previously exported type from
[@​mui/material](https://togithub.com/mui/material )
([#​34601](https://togithub.com/mui/material-ui/issues/34601 ))
[@​michaldudak](https://togithub.com/michaldudak )
##### `@mui/joy@5.0.0-alpha.49`
- <!-- 04 -->\[Joy] Add button loading functionality
([#​34658](https://togithub.com/mui/material-ui/issues/34658 ))
[@​kushagra010](https://togithub.com/kushagra010 )
##### Docs
- <!-- 18 -->\[docs] Revert
[#​34541](https://togithub.com/mui/material-ui/issues/34541 )
([#​34700](https://togithub.com/mui/material-ui/issues/34700 ))
[@​michaldudak](https://togithub.com/michaldudak )
- <!-- 15 -->\[blog] Blog post for MUI X v6 alpha zero
([#​34424](https://togithub.com/mui/material-ui/issues/34424 ))
[@​joserodolfofreitas](https://togithub.com/joserodolfofreitas )
- <!-- 09 -->\[docs] Improve Joy UI tutorial demo
([#​34653](https://togithub.com/mui/material-ui/issues/34653 ))
[@​oliviertassinari](https://togithub.com/oliviertassinari )
- <!-- 08 -->\[docs] Explain how SelectUnstyled renders a hidden input
([#​34638](https://togithub.com/mui/material-ui/issues/34638 ))
[@​michaldudak](https://togithub.com/michaldudak )
- <!-- 07 -->\[docs] Fix Taiwan description
([#​34611](https://togithub.com/mui/material-ui/issues/34611 ))
[@​oliviertassinari](https://togithub.com/oliviertassinari )
- <!-- 06 -->\[docs] Fix codesandbox export with dayjs
([#​34619](https://togithub.com/mui/material-ui/issues/34619 ))
[@​oliviertassinari](https://togithub.com/oliviertassinari )
- <!-- 05 -->\[docs] Explain the purpose of renderGroup prop
([#​34066](https://togithub.com/mui/material-ui/issues/34066 ))
[@​michaldudak](https://togithub.com/michaldudak )
##### Core
- <!-- 14 -->\[core] Make useForkRef variadic
([#​27939](https://togithub.com/mui/material-ui/issues/27939 ))
[@​michaldudak](https://togithub.com/michaldudak )
- <!-- 13 -->\[core] Speedup of yarn install in the CI
([#​34632](https://togithub.com/mui/material-ui/issues/34632 ))
[@​oliviertassinari](https://togithub.com/oliviertassinari )
- <!-- 12 -->\[core] Fix markdown loader on Windows
([#​34623](https://togithub.com/mui/material-ui/issues/34623 ))
[@​michaldudak](https://togithub.com/michaldudak )
- <!-- 11 -->\[core] Update changelog for version v5.10.8
([#​34593](https://togithub.com/mui/material-ui/issues/34593 ))
[@​mnajdova](https://togithub.com/mnajdova )
- <!-- 10 -->\[core] Update root package.json version
([#​34592](https://togithub.com/mui/material-ui/issues/34592 ))
[@​mnajdova](https://togithub.com/mnajdova )
All contributors of this release in alphabetical order:
[@​HexM7](https://togithub.com/HexM7 ),
[@​joserodolfofreitas](https://togithub.com/joserodolfofreitas ),
[@​kushagra010](https://togithub.com/kushagra010 ),
[@​michaldudak](https://togithub.com/michaldudak ),
[@​mnajdova](https://togithub.com/mnajdova ),
[@​oliviertassinari](https://togithub.com/oliviertassinari ),
[@​vanyaxk](https://togithub.com/vanyaxk )
###
[`v5.10.6`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#​5106 )
[Compare
Source](https://togithub.com/mui/material-ui/compare/v5.10.3...v5.10.6 )
<!-- generated comparing v5.10.5..master -->
*Sep 19, 2022*
A big thanks to the 11 contributors who made this release possible.
This release was mostly about 🐛  bug fixes and 📚  documentation
improvements.
##### `@mui/material@5.10.6`
- \[TextField] Fix conflict with `Bootstrap` even when label is not
defined
([#​34343](https://togithub.com/mui/material-ui/issues/34343 ))
[@​ZeeshanTamboli](https://togithub.com/ZeeshanTamboli )
##### `@mui/joy@5.0.0-alpha.46`
##### Breaking changes
- \[button]\[joy] Replace `start/endIcon` prop with `start/endDecorator`
([#​34288](https://togithub.com/mui/material-ui/issues/34288 ))
[@​hbjORbj](https://togithub.com/hbjORbj )
**BREAKING CHANGE**: replace `start/endIcon` with `start/endDecorator`.
    ```jsx
    // before
    <Button startIcon={...} endIcon={...} />
    // after
    <Button startDecorator={...} endDecorator={...} />
    ```
##### Changes
- \[Joy] Adjust the `Input` and `Textarea` styles
([#​34281](https://togithub.com/mui/material-ui/issues/34281 ))
[@​siriwatknp](https://togithub.com/siriwatknp )
- \[menu]\[joy] Set disablePortal default to false
([#​34283](https://togithub.com/mui/material-ui/issues/34283 ))
[@​tomasz-sodzawiczny](https://togithub.com/tomasz-sodzawiczny )
##### `@mui/base@5.0.0-alpha.98`
##### Breaking changes
- \[Select]\[base] Add event parameter to the onChange callback
([#​34158](https://togithub.com/mui/material-ui/issues/34158 ))
[@​michaldudak](https://togithub.com/michaldudak )
The SelectUnstyled and MultiSelectUnstyled `onChange` callbacks did not
have event as the first parameter, leading to inconsistency with other
components and native HTML elements.
This PR adds the event parameter as the first one and moves the newly
selected value to the second position. Because of this, it's a breaking
change.
    This also affects Select from Joy UI.
    ```jsx
    // before
    <SelectUnstyled onChange={(newValue) => { /* ... */ }} />
    // after
    <SelectUnstyled onChange={(event, newValue) => { /* ... */ }} />
    ```
##### Docs
- \[blog] The Date Pickers gets a stable v5 release
([#​34152](https://togithub.com/mui/material-ui/issues/34152 ))
[@​alexfauquette](https://togithub.com/alexfauquette )
- \[blog] Improve image handling
([#​34222](https://togithub.com/mui/material-ui/issues/34222 ))
[@​oliviertassinari](https://togithub.com/oliviertassinari )
- \[blog] Correct 2021 survey data interpretation
([#​34291](https://togithub.com/mui/material-ui/issues/34291 ))
[@​samuelsycamore](https://togithub.com/samuelsycamore )
- \[docs] Remove expired AospExtended showcase
[@​oliviertassinari](https://togithub.com/oliviertassinari )
- \[docs] Link the OpenSSF Best Practices card
([#​34331](https://togithub.com/mui/material-ui/issues/34331 ))
[@​oliviertassinari](https://togithub.com/oliviertassinari )
- \[docs] Fix 301 link to external projects
[@​oliviertassinari](https://togithub.com/oliviertassinari )
- \[docs] Move 12 component names to Title Case
([#​34188](https://togithub.com/mui/material-ui/issues/34188 ))
[@​oliviertassinari](https://togithub.com/oliviertassinari )
- \[docs] Fix broken links
([#​34320](https://togithub.com/mui/material-ui/issues/34320 ))
[@​alexfauquette](https://togithub.com/alexfauquette )
- \[docs] Add notification for MUI Base announcement post
([#​34295](https://togithub.com/mui/material-ui/issues/34295 ))
[@​samuelsycamore](https://togithub.com/samuelsycamore )
- \[website] Fix MUI X subscribe email border style
([#​34330](https://togithub.com/mui/material-ui/issues/34330 ))
[@​oliviertassinari](https://togithub.com/oliviertassinari )
- \[website] Improve security header
[@​oliviertassinari](https://togithub.com/oliviertassinari )
##### Core
- \[core] Lock file maintenance
([#​34161](https://togithub.com/mui/material-ui/issues/34161 ))
[@​renovate](https://togithub.com/renovate )\[bot]
- \[core] Issue template: move reproduction steps to the top
([#​34279](https://togithub.com/mui/material-ui/issues/34279 ))
[@​Janpot](https://togithub.com/Janpot )
- \[core] Create shared Next.js baseline config
([#​34259](https://togithub.com/mui/material-ui/issues/34259 ))
[@​oliviertassinari](https://togithub.com/oliviertassinari )
- \[core] In `typescript-to-proptypes`, respect the value pass to the
generic
([#​34311](https://togithub.com/mui/material-ui/issues/34311 ))
[@​flaviendelangle](https://togithub.com/flaviendelangle )
All contributors of this release in alphabetical order:
[@​alexfauquette](https://togithub.com/alexfauquette ),
[@​flaviendelangle](https://togithub.com/flaviendelangle ),
[@​hbjORbj](https://togithub.com/hbjORbj ),
[@​Janpot](https://togithub.com/Janpot ),
[@​michaldudak](https://togithub.com/michaldudak ),
[@​oliviertassinari](https://togithub.com/oliviertassinari ),
[@​renovate](https://togithub.com/renovate )\[bot],
[@​samuelsycamore](https://togithub.com/samuelsycamore ),
[@​siriwatknp](https://togithub.com/siriwatknp ),
[@​tomasz-sodzawiczny](https://togithub.com/tomasz-sodzawiczny ),
[@​ZeeshanTamboli](https://togithub.com/ZeeshanTamboli )
</details>
<details>
<summary>mui/material-ui (@​mui/lab)</summary>
###
[`v5.0.0-alpha.107`](30cb27cff1...2f4c2190d130cb27cff1...2f4c2190d1c80ff03398...30cb27cff1c80ff03398...30cb27cff1https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#muibase500-alpha105 )
[Compare
Source](639224a3e3...c80ff03398https://togithub.com/mui/material-ui/issues/34916 ))
[@​Janpot](https://togithub.com/Janpot )
###
[`v5.0.0-alpha.104`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#muibase500-alpha104 )
[Compare
Source](7bd7c219e2...639224a3e3https://togithub.com/mui/material-ui/issues/34337 ))
[@​EduardoSCosta](https://togithub.com/EduardoSCosta )
###
[`v5.0.0-alpha.103`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#muibase500-alpha103 )
[Compare
Source](d4a3216cdd...7bd7c219e2https://togithub.com/mui/material-ui/issues/34693 ))
[@​michaldudak](https://togithub.com/michaldudak )
- Change all occurrences of components and componentsProps props in Base
components to slots and slotProps, respectively.
    -   Change casing of slots' fields to camelCase
    ```diff
-<SwitchUnstyled components={{Root: CustomRoot}} componentsProps={{rail:
{ className: 'custom-rail' }}} />
+<SwitchUnstyled slots={{root: CustomRoot}} slotProps={{rail: {
className: 'custom-rail' }}} />
    ```
- \[base] Make CSS class prefixes consistent
([#​33411](https://togithub.com/mui/material-ui/issues/33411 ))
[@​michaldudak](https://togithub.com/michaldudak )
**This is a breaking change for anyone who depends on the class names
applied to Base components.**
If you use the `<component>UnstyledClasses` objects, you won't notice a
difference. Only if you depend on the resulting class names (e.g. in CSS
stylesheets), you'll have to adjust your code.
    ```diff
    -.ButtonUnstyled-root { ... };
    +.MuiButton-root { ... };
    ```
##### Changes
- \[test] Test all Base components with describeConformanceUnstyled
([#​34825](https://togithub.com/mui/material-ui/issues/34825 ))
[@​michaldudak](https://togithub.com/michaldudak )
###
[`v5.0.0-alpha.102`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#muibase500-alpha102 )
[Compare
Source](d9ef6e788e...d4a3216cddhttps://togithub.com/mui/material-ui/issues/34698 ))
[@​michaldudak](https://togithub.com/michaldudak )
- \[NoSsr] Convert code to TypeScript
([#​34735](https://togithub.com/mui/material-ui/issues/34735 ))
[@​mbayucot](https://togithub.com/mbayucot )
###
[`v5.0.0-alpha.101`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#muibase500-alpha101 )
[Compare
Source](0f75f3d78b...d9ef6e788ehttps://togithub.com/mui/material )
([#​34601](https://togithub.com/mui/material-ui/issues/34601 ))
[@​michaldudak](https://togithub.com/michaldudak )
###
[`v5.0.0-alpha.100`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#muibase500-alpha100 )
[Compare
Source](594d87dab0...0f75f3d78bhttps://togithub.com/mui/material-ui/issues/33227 ))
[@​ZeeshanTamboli](https://togithub.com/ZeeshanTamboli )
###
[`v5.0.0-alpha.99`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#muibase500-alpha99 )
[Compare
Source](95ba70ad1f...594d87dab0https://togithub.com/mui/material-ui/issues/34216 ))
[@​kabernardes](https://togithub.com/kabernardes )
    ```diff
    -import TrapFocus from '@​mui/base/TrapFocus';
    +import FocusTrap from '@​mui/base/FocusTrap';
    ```
##### Changes
- \[MultiSelect] Require a single tap to select an item on mobile Chrome
([#​33932](https://togithub.com/mui/material-ui/issues/33932 ))
[@​michaldudak](https://togithub.com/michaldudak )
###
[`v5.0.0-alpha.98`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#muibase500-alpha98 )
[Compare
Source](992421d011...95ba70ad1fhttps://togithub.com/mui/material-ui/issues/34158 ))
[@​michaldudak](https://togithub.com/michaldudak )
The SelectUnstyled and MultiSelectUnstyled `onChange` callbacks did not
have event as the first parameter, leading to inconsistency with other
components and native HTML elements.
This PR adds the event parameter as the first one and moves the newly
selected value to the second position. Because of this, it's a breaking
change.
    This also affects Select from Joy UI.
    ```jsx
    // before
    <SelectUnstyled onChange={(newValue) => { /* ... */ }} />
    // after
    <SelectUnstyled onChange={(event, newValue) => { /* ... */ }} />
    ```
</details>
---
### Configuration
📅  **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦  **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
👻  **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions ) if
that's undesired.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xLjUiLCJ1cGRhdGVkSW5WZXIiOiIzNC4xOS4wIn0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2022-11-10 21:40:38 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							fb81366882 
							
						 
					 
					
						
						
							
							chore(deps): update dependency @uiw/react-codemirror to v4.13.2 ( #2393 )  
						
						... 
						
						
						
						[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@uiw/react-codemirror](https://uiwjs.github.io/react-codemirror )
([source](https://togithub.com/uiwjs/react-codemirror )) | [`4.13.0` ->
`4.13.2`](https://renovatebot.com/diffs/npm/@uiw%2freact-codemirror/4.13.0/4.13.2 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>uiwjs/react-codemirror</summary>
###
[`v4.13.2`](https://togithub.com/uiwjs/react-codemirror/releases/tag/v4.13.2 )
[Compare
Source](https://togithub.com/uiwjs/react-codemirror/compare/v4.13.1...v4.13.2 )
[](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-codemirror@4.13.2/file/README.md )
Documentation v4.13.2:
https://raw.githack.com/uiwjs/react-codemirror/edd84ff/index.html \
Comparing Changes:
https://github.com/uiwjs/react-codemirror/compare/v4.13.1...v4.13.2 
```shell
npm i @​uiw/react-codemirror@4.13.2
```
- 🐞  fix(deps): update dependency
[@​codemirror/legacy-modes](https://togithub.com/codemirror/legacy-modes )
to ~6.2.0
([#​393](https://togithub.com/uiwjs/react-codemirror/issues/393 ))
[`054ae7a`](https://togithub.com/uiwjs/react-codemirror/commit/054ae7a )
[@​renovate-bot](https://togithub.com/renovate-bot )
###
[`v4.13.1`](https://togithub.com/uiwjs/react-codemirror/releases/tag/v4.13.1 )
[Compare
Source](https://togithub.com/uiwjs/react-codemirror/compare/v4.13.0...v4.13.1 )
[](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-codemirror@4.13.1/file/README.md )
Documentation v4.13.1:
https://raw.githack.com/uiwjs/react-codemirror/423d7ee/index.html \
Comparing Changes:
https://github.com/uiwjs/react-codemirror/compare/v4.13.0...v4.13.1 
```shell
npm i @​uiw/react-codemirror@4.13.1
```
- 🌟  feat(theme): Gruvbox theme
([#​402](https://togithub.com/uiwjs/react-codemirror/issues/402 ))
[`058a8ac`](https://togithub.com/uiwjs/react-codemirror/commit/058a8ac )
[@​su55y](https://togithub.com/su55y )
- 🌍  website: add `gruvbox-dark` preview.
([#​402](https://togithub.com/uiwjs/react-codemirror/issues/402 ))
[`aaf0628`](https://togithub.com/uiwjs/react-codemirror/commit/aaf0628 )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
- 💄  chore: update workflows config.
([#​402](https://togithub.com/uiwjs/react-codemirror/issues/402 ))
[`07736a9`](https://togithub.com/uiwjs/react-codemirror/commit/07736a9 )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
- 💄  chore: update workflows config.
([#​402](https://togithub.com/uiwjs/react-codemirror/issues/402 ))
[`1b75695`](https://togithub.com/uiwjs/react-codemirror/commit/1b75695 )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
</details>
---
### Configuration
📅  **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦  **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕  **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzQuMTkuMCJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2022-11-10 17:01:28 +01:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6641e11acd 
							
						 
					 
					
						
						
							
							chore(deps): update dependency @uiw/codemirror-theme-duotone to v4.13.2 ( #2391 )  
						
						... 
						
						
						
						[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@uiw/codemirror-theme-duotone](https://uiwjs.github.io/react-codemirror/#/theme/data/duotone/light )
([source](https://togithub.com/uiwjs/react-codemirror )) | [`4.13.0` ->
`4.13.2`](https://renovatebot.com/diffs/npm/@uiw%2fcodemirror-theme-duotone/4.13.0/4.13.2 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>uiwjs/react-codemirror</summary>
###
[`v4.13.2`](https://togithub.com/uiwjs/react-codemirror/releases/tag/v4.13.2 )
[Compare
Source](https://togithub.com/uiwjs/react-codemirror/compare/v4.13.1...v4.13.2 )
[](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-codemirror@4.13.2/file/README.md )
Documentation v4.13.2:
https://raw.githack.com/uiwjs/react-codemirror/edd84ff/index.html \
Comparing Changes:
https://github.com/uiwjs/react-codemirror/compare/v4.13.1...v4.13.2 
```shell
npm i @​uiw/react-codemirror@4.13.2
```
- 🐞  fix(deps): update dependency
[@​codemirror/legacy-modes](https://togithub.com/codemirror/legacy-modes )
to ~6.2.0
([#​393](https://togithub.com/uiwjs/react-codemirror/issues/393 ))
[`054ae7a`](https://togithub.com/uiwjs/react-codemirror/commit/054ae7a )
[@​renovate-bot](https://togithub.com/renovate-bot )
###
[`v4.13.1`](https://togithub.com/uiwjs/react-codemirror/releases/tag/v4.13.1 )
[Compare
Source](https://togithub.com/uiwjs/react-codemirror/compare/v4.13.0...v4.13.1 )
[](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-codemirror@4.13.1/file/README.md )
Documentation v4.13.1:
https://raw.githack.com/uiwjs/react-codemirror/423d7ee/index.html \
Comparing Changes:
https://github.com/uiwjs/react-codemirror/compare/v4.13.0...v4.13.1 
```shell
npm i @​uiw/react-codemirror@4.13.1
```
- 🌟  feat(theme): Gruvbox theme
([#​402](https://togithub.com/uiwjs/react-codemirror/issues/402 ))
[`058a8ac`](https://togithub.com/uiwjs/react-codemirror/commit/058a8ac )
[@​su55y](https://togithub.com/su55y )
- 🌍  website: add `gruvbox-dark` preview.
([#​402](https://togithub.com/uiwjs/react-codemirror/issues/402 ))
[`aaf0628`](https://togithub.com/uiwjs/react-codemirror/commit/aaf0628 )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
- 💄  chore: update workflows config.
([#​402](https://togithub.com/uiwjs/react-codemirror/issues/402 ))
[`07736a9`](https://togithub.com/uiwjs/react-codemirror/commit/07736a9 )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
- 💄  chore: update workflows config.
([#​402](https://togithub.com/uiwjs/react-codemirror/issues/402 ))
[`1b75695`](https://togithub.com/uiwjs/react-codemirror/commit/1b75695 )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
</details>
---
### Configuration
📅  **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦  **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕  **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzQuMTkuMCJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2022-11-10 16:32:24 +01:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e5c72ee753 
							
						 
					 
					
						
						
							
							chore(deps): update dependency sass to v1.56.1 ( #2376 )  
						
						... 
						
						
						
						[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [sass](https://togithub.com/sass/dart-sass ) | [`1.55.0` ->
`1.56.1`](https://renovatebot.com/diffs/npm/sass/1.55.0/1.56.1 ) |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>sass/dart-sass</summary>
###
[`v1.56.1`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#​1561 )
[Compare
Source](https://togithub.com/sass/dart-sass/compare/1.56.0...1.56.1 )
##### Embedded Sass
- Importer results now validate that `contents` is actually a string and
whether
    `sourceMapUrl` is an absolute URL.
###
[`v1.56.0`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#​1560 )
[Compare
Source](https://togithub.com/sass/dart-sass/compare/1.55.0...1.56.0 )
- **Potentially breaking change:** To match the CSS spec, SassScript
expressions
beginning with `not` or `(` are no longer supported at the beginning of
    parenthesized sections of media queries. For example,
    ```scss
    @​media (width >= 500px) and (not (grid))
    ```
    will now be emitted unchanged, instead of producing
    ```scss
    @​media (width >= 500px) and (false)
    ```
See [the Sass website](https://sass-lang.com/d/media-logic ) for details.
- **Potentially breaking bug fix:** Angle units like `rad` or `turn` are
now
    properly converted to equivalent `deg` values for `hsl()`, `hsla()`,
    `adjust-hue()`, `color.adjust()`, and `color.change()`.
See [the Sass website](https://sass-lang.com/d/function-units#hue ) for
    details.
- Fix indentation for selectors that span multiple lines in a `@media`
query.
- Emit a deprecation warning when passing `$alpha` values with units to
`color.adjust()` or `color.change()`. This will be an error in Dart Sass
    2.0.0.
See [the Sass website](https://sass-lang.com/d/function-units#alpha ) for
    details.
- Emit a deprecation warning when passing a `$weight` value with no
units or
with units other than `%` to `color.mix()`. This will be an error in
Dart Sass
    2.0.0.
See [the Sass website](https://sass-lang.com/d/function-units#weight )
for
    details.
- Emit a deprecation warning when passing `$n` values with units to
`list.nth()`
    or `list.set-nth()`. This will be an error in Dart Sass 2.0.0.
See [the Sass website](https://sass-lang.com/d/function-units#index ) for
    details.
- Improve existing deprecation warnings to wrap `/`-as-division
suggestions in
    `calc()` expressions.
- Properly mark the warning for passing numbers with units to `random()`
as a
    deprecation warning.
- Fix a bug where `@extend` could behave unpredicatably when used along
with
`meta.load-css()` and shared modules that contained no CSS themselves
but
    loaded CSS from other modules.
##### Dart API
-   Emit a deprecation warning when passing a `sassIndex` with units to
`Value.sassIndexToListIndex()`. This will be an error in Dart Sass
2.0.0.
##### JS API
- Importer results now validate whether `contents` is actually a string
type.
-   Importer result argument errors are now rendered correctly.
</details>
---
### Configuration
📅  **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦  **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕  **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzQuMTkuMCJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2022-11-10 16:01:53 +01:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							96d995f3fd 
							
						 
					 
					
						
						
							
							chore(deps): update dependency @uiw/react-codemirror to v4.13.0 ( #2373 )  
						
						... 
						
						
						
						[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@uiw/react-codemirror](https://uiwjs.github.io/react-codemirror )
([source](https://togithub.com/uiwjs/react-codemirror )) | [`4.12.4` ->
`4.13.0`](https://renovatebot.com/diffs/npm/@uiw%2freact-codemirror/4.12.4/4.13.0 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>uiwjs/react-codemirror</summary>
###
[`v4.13.0`](https://togithub.com/uiwjs/react-codemirror/releases/tag/v4.13.0 )
[Compare
Source](https://togithub.com/uiwjs/react-codemirror/compare/v4.12.4...v4.13.0 )
[](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-codemirror@4.13.0/file/README.md )
Documentation v4.13.0:
https://raw.githack.com/uiwjs/react-codemirror/15bae9c/index.html \
Comparing Changes:
https://github.com/uiwjs/react-codemirror/compare/v4.12.4...v4.13.0 
```shell
npm i @​uiw/react-codemirror@4.13.0
```
- 🌟  feat(basic-setup): add `tabSize` options
([#​400](https://togithub.com/uiwjs/react-codemirror/issues/400 )).
[`cb2efd0`](https://togithub.com/uiwjs/react-codemirror/commit/cb2efd0 )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
</details>
---
### Configuration
📅  **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦  **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕  **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzQuMTkuMCJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2022-11-10 15:59:52 +01:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							cbfeedf489 
							
						 
					 
					
						
						
							
							chore(deps): update node.js to v14.21.1 ( #2385 )  
						
						... 
						
						
						
						[](https://renovatebot.com )
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [node](https://togithub.com/nodejs/node ) | minor | `14.20` -> `14.21`
|
| [node](https://togithub.com/nodejs/node ) | minor | `14.20.1` ->
`14.21.1` |
---
### Release Notes
<details>
<summary>nodejs/node</summary>
###
[`v14.21.1`](https://togithub.com/nodejs/node/releases/tag/v14.21.1 ):
2022-11-04, Version 14.21.1 'Fermium' (LTS),
@​BethGriggs
[Compare
Source](https://togithub.com/nodejs/node/compare/v14.21.0...v14.21.1 )
This is a security release.
##### Notable changes
The following CVEs are fixed in this release:
-
**[CVE-2022-43548](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-43548 )**:
DNS rebinding in --inspect via invalid octal IP address (Medium)
More detailed information on each of the vulnerabilities can be found in
[November 2022 Security
Releases](https://nodejs.org/en/blog/vulnerability/november-2022-security-releases/ )
blog post.
##### Commits
- \[[`2b433af094`](https://togithub.com/nodejs/node/commit/2b433af094 )]
- **inspector**: harden IP address validation again (Tobias Nießen)
[nodejs-private/node-private#​354](https://togithub.com/nodejs-private/node-private/pull/354 )
###
[`v14.21.0`](https://togithub.com/nodejs/node/releases/tag/v14.21.0 ):
2022-11-01, Version 14.21.0 'Fermium' (LTS),
@​danielleadams
[Compare
Source](https://togithub.com/nodejs/node/compare/v14.20.1...v14.21.0 )
##### Notable changes
-   **deps**:
- update corepack to 0.14.2 (Node.js GitHub Bot)
[#​44775](https://togithub.com/nodejs/node/pull/44775 )
-   **src**:
- add --openssl-shared-config option (Daniel Bevenius)
[#​43124](https://togithub.com/nodejs/node/pull/43124 )
##### Commits
- \[[`773f587912`](https://togithub.com/nodejs/node/commit/773f587912 )]
- **deps**: cherry-pick
[libuv/libuv@`3a7b955`](https://togithub.com/libuv/libuv/commit/3a7b955 )
(Ben Noordhuis)
[#​43950](https://togithub.com/nodejs/node/pull/43950 )
- \[[`a1dea66956`](https://togithub.com/nodejs/node/commit/a1dea66956 )]
- **deps**: cherry-pick
[libuv/libuv@`abb109f`](https://togithub.com/libuv/libuv/commit/abb109f )
(Ben Noordhuis)
[#​43950](https://togithub.com/nodejs/node/pull/43950 )
- \[[`98c49d81f5`](https://togithub.com/nodejs/node/commit/98c49d81f5 )]
- **deps**: update corepack to 0.14.2 (Node.js GitHub Bot)
[#​44775](https://togithub.com/nodejs/node/pull/44775 )
- \[[`18c43c8518`](https://togithub.com/nodejs/node/commit/18c43c8518 )]
- **deps**: update timezone to tz2022e (Richard Lau)
[#​45094](https://togithub.com/nodejs/node/pull/45094 )
- \[[`a1f8e4db48`](https://togithub.com/nodejs/node/commit/a1f8e4db48 )]
- **deps**: update corepack to 0.14.1 (Node.js GitHub Bot)
[#​44704](https://togithub.com/nodejs/node/pull/44704 )
- \[[`e55389ca86`](https://togithub.com/nodejs/node/commit/e55389ca86 )]
- **deps**: update corepack to 0.14.0 (Node.js GitHub Bot)
[#​44509](https://togithub.com/nodejs/node/pull/44509 )
- \[[`0227462418`](https://togithub.com/nodejs/node/commit/0227462418 )]
- **deps**: update corepack to 0.13.0 (Node.js GitHub Bot)
[#​44318](https://togithub.com/nodejs/node/pull/44318 )
- \[[`ee24c320ea`](https://togithub.com/nodejs/node/commit/ee24c320ea )]
- **deps**: update corepack to 0.12.3 (Node.js GitHub Bot)
[#​44229](https://togithub.com/nodejs/node/pull/44229 )
- \[[`28e9891449`](https://togithub.com/nodejs/node/commit/28e9891449 )]
- **deps**: update corepack to 0.12.2 (Node.js GitHub Bot)
[#​44159](https://togithub.com/nodejs/node/pull/44159 )
- \[[`b6972c9df2`](https://togithub.com/nodejs/node/commit/b6972c9df2 )]
- **deps**: update corepack to 0.12.1 (Node.js GitHub Bot)
[#​43965](https://togithub.com/nodejs/node/pull/43965 )
- \[[`9d6cb3b5f1`](https://togithub.com/nodejs/node/commit/9d6cb3b5f1 )]
- **deps**: update corepack to 0.12.0 (Node.js GitHub Bot)
[#​43748](https://togithub.com/nodejs/node/pull/43748 )
- \[[`fa6c276b4f`](https://togithub.com/nodejs/node/commit/fa6c276b4f )]
- **deps**: update Corepack to 0.11.2 (Maël Nison)
[#​43402](https://togithub.com/nodejs/node/pull/43402 )
- \[[`4f83d75626`](https://togithub.com/nodejs/node/commit/4f83d75626 )]
- **(SEMVER-MAJOR)** **src,doc,test**: add --openssl-shared-config
option (Daniel Bevenius)
[#​43124](https://togithub.com/nodejs/node/pull/43124 )
- \[[`9487028043`](https://togithub.com/nodejs/node/commit/9487028043 )]
- **test**: fix intl tests on small-icu builds (Antoine du Hamel)
[#​41939](https://togithub.com/nodejs/node/pull/41939 )
- \[[`a1d52097f8`](https://togithub.com/nodejs/node/commit/a1d52097f8 )]
- **tools**: add more options to track flaky tests (Antoine du Hamel)
[#​43954](https://togithub.com/nodejs/node/pull/43954 )
</details>
---
### Configuration
📅  **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦  **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕  **Ignore**: Close this PR and you won't be reminded about these
updates again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzQuMTkuMCJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2022-11-10 15:58:42 +01:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0bb5a3d076 
							
						 
					 
					
						
						
							
							chore(deps): update dependency vitest to v0.25.1 ( #2384 )  
						
						... 
						
						
						
						[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [vitest](https://togithub.com/vitest-dev/vitest ) | [`0.24.3` ->
`0.25.1`](https://renovatebot.com/diffs/npm/vitest/0.24.3/0.25.1 ) |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>vitest-dev/vitest</summary>
###
[`v0.25.1`](https://togithub.com/vitest-dev/vitest/releases/tag/v0.25.1 )
[Compare
Source](https://togithub.com/vitest-dev/vitest/compare/v0.25.0...v0.25.1 )
#####    🚀  Features
- Add `vi.setConfig` helper  -  by
[@​sheremet-va](https://togithub.com/sheremet-va ) in
[https://github.com/vitest-dev/vitest/issues/2293 ](https://togithub.com/vitest-dev/vitest/issues/2293 )
- Allow hooks to be executed in a stack or list  -  by
[@​sheremet-va](https://togithub.com/sheremet-va ) in
[https://github.com/vitest-dev/vitest/issues/2294 ](https://togithub.com/vitest-dev/vitest/issues/2294 )
#####    🐞  Bug Fixes
- Always rewrite defined jsdom keys  -  by
[@​sheremet-va](https://togithub.com/sheremet-va ) in
[https://github.com/vitest-dev/vitest/issues/2290 ](https://togithub.com/vitest-dev/vitest/issues/2290 )
- Default reporter regression  -  by
[@​antfu](https://togithub.com/antfu ) in
[https://github.com/vitest-dev/vitest/issues/2292 ](https://togithub.com/vitest-dev/vitest/issues/2292 )
- Don't fail `bench` when using options  -  by
[@​poyoho](https://togithub.com/poyoho ) in
[https://github.com/vitest-dev/vitest/issues/2295 ](https://togithub.com/vitest-dev/vitest/issues/2295 )
#####     [View changes on
GitHub](https://togithub.com/vitest-dev/vitest/compare/v0.25.0...v0.25.1 )
###
[`v0.25.0`](https://togithub.com/vitest-dev/vitest/releases/tag/v0.25.0 )
[Compare
Source](https://togithub.com/vitest-dev/vitest/compare/v0.24.5...v0.25.0 )
#####    ✅  Builtin TypeChecking
In v0.25.0, Vitest allows you to write tests for your types, using
`expectTypeOf` or `assertType` syntaxes. By default all tests inside
`*.test-d.ts` files are considered type tests. Run `vitest typecheck` to
run type tests.
```ts
// my.test-d.ts
import { assertType, expectTypeOf } from 'vitest'
import { mount } from './mount.js'
test('my types work properly', () => {
  expectTypeOf(mount).toBeFunction()
  expectTypeOf(mount).parameter(0).toMatchTypeOf<{ name: string }>()
  // @​ts-expect-error name is a string
  assertType(mount({ name: 42 }))
})
```
Learn more at [the
documentation](https://vitest.dev/guide/testing-types.html ) and this
[RFC](https://togithub.com/vitest-dev/vitest/issues/1954 )
#####    🚨  Breaking Changes
- Return context in `startVitest()`  -  by
[@​antfu](https://togithub.com/antfu ) in
[https://github.com/vitest-dev/vitest/issues/2072 ](https://togithub.com/vitest-dev/vitest/issues/2072 )
#####    🚀  Features
- `onTestFailed` hook  -  by [@​antfu](https://togithub.com/antfu )
in
[https://github.com/vitest-dev/vitest/issues/2210 ](https://togithub.com/vitest-dev/vitest/issues/2210 )
- Display error frame if present (like Vite)  -  by
[@​haikyuu](https://togithub.com/haikyuu ) and
[@​sheremet-va](https://togithub.com/sheremet-va ) in
[https://github.com/vitest-dev/vitest/issues/2257 ](https://togithub.com/vitest-dev/vitest/issues/2257 )
- Benchmark table report  -  by
[@​poyoho](https://togithub.com/poyoho ) in
[https://github.com/vitest-dev/vitest/issues/2179 ](https://togithub.com/vitest-dev/vitest/issues/2179 )
- Add typechecking functionality  -  by
[@​sheremet-va](https://togithub.com/sheremet-va ) and
[@​antfu](https://togithub.com/antfu ) in
[https://github.com/vitest-dev/vitest/issues/2107 ](https://togithub.com/vitest-dev/vitest/issues/2107 )
#####    🐞  Bug Fixes
- Clear full screen only in watch mode  -  by
[@​sheremet-va](https://togithub.com/sheremet-va )
[<samp>(c3d89)</samp>](https://togithub.com/vitest-dev/vitest/commit/c3d89504 )
- Don't serialize symbols and immutables  -  by
[@​sheremet-va](https://togithub.com/sheremet-va ) in
[https://github.com/vitest-dev/vitest/issues/2266 ](https://togithub.com/vitest-dev/vitest/issues/2266 )
- Use --conditions instead of -C  -  by
[@​sheremet-va](https://togithub.com/sheremet-va ) in
[https://github.com/vitest-dev/vitest/issues/2267 ](https://togithub.com/vitest-dev/vitest/issues/2267 )
- Show correct stack trace in errors and console  -  by
[@​sheremet-va](https://togithub.com/sheremet-va ) and
[@​antfu](https://togithub.com/antfu ) in
[https://github.com/vitest-dev/vitest/issues/2248 ](https://togithub.com/vitest-dev/vitest/issues/2248 )
- Align `.each` behavior with jest  -  by
[@​bartoszgolebiowski](https://togithub.com/bartoszgolebiowski )
and [@​antfu](https://togithub.com/antfu ) in
[https://github.com/vitest-dev/vitest/issues/2064 ](https://togithub.com/vitest-dev/vitest/issues/2064 )
- Remove undefined values in options  -  by
[@​g4rry420](https://togithub.com/g4rry420 ) and
[@​antfu](https://togithub.com/antfu ) in
[https://github.com/vitest-dev/vitest/issues/2281 ](https://togithub.com/vitest-dev/vitest/issues/2281 )
- **coverage**: Istanbul provider to preserve implicit else  -  by
[@​AriPerkkio](https://togithub.com/AriPerkkio ) in
[https://github.com/vitest-dev/vitest/issues/2275 ](https://togithub.com/vitest-dev/vitest/issues/2275 )
#####     [View changes on
GitHub](https://togithub.com/vitest-dev/vitest/compare/v0.24.5...v0.25.0 )
###
[`v0.24.5`](https://togithub.com/vitest-dev/vitest/releases/tag/v0.24.5 )
[Compare
Source](https://togithub.com/vitest-dev/vitest/compare/v0.24.4...v0.24.5 )
#####    🚀  Features
- **vite-node**: Trigger beforeFullReload / beforePrune / invalidate
hook  -  by [@​ycmjason](https://togithub.com/ycmjason ) in
[https://github.com/vitest-dev/vitest/issues/2079 ](https://togithub.com/vitest-dev/vitest/issues/2079 )
#####    🐞  Bug Fixes
- Respect folders with dot at the start, when mocking  -  by
[@​sheremet-va](https://togithub.com/sheremet-va ) in
[https://github.com/vitest-dev/vitest/issues/2244 ](https://togithub.com/vitest-dev/vitest/issues/2244 )
- Prevent using mocks in rpc  -  by
[@​sheremet-va](https://togithub.com/sheremet-va ) in
[https://github.com/vitest-dev/vitest/issues/2254 ](https://togithub.com/vitest-dev/vitest/issues/2254 )
- Show actual unhandled errors, serialize DOMErrors  -  by
[@​sheremet-va](https://togithub.com/sheremet-va ) in
[https://github.com/vitest-dev/vitest/issues/2253 ](https://togithub.com/vitest-dev/vitest/issues/2253 )
- Load deps reporter  -  by
[@​poyoho](https://togithub.com/poyoho ) in
[https://github.com/vitest-dev/vitest/issues/2249 ](https://togithub.com/vitest-dev/vitest/issues/2249 )
#####     [View changes on
GitHub](https://togithub.com/vitest-dev/vitest/compare/v0.24.4...v0.24.5 )
###
[`v0.24.4`](https://togithub.com/vitest-dev/vitest/releases/tag/v0.24.4 )
[Compare
Source](https://togithub.com/vitest-dev/vitest/compare/v0.24.3...v0.24.4 )
#####    🚀  Features
- **vite-node**: Don't exit on uncaughtException in watch mode  -  by
[@​poyoho](https://togithub.com/poyoho ) in
[https://github.com/vitest-dev/vitest/issues/2186 ](https://togithub.com/vitest-dev/vitest/issues/2186 )
#####    🐞  Bug Fixes
- Add/Update `repository` properties in `package.json`  -  by
[@​silverwind](https://togithub.com/silverwind ) in
[https://github.com/vitest-dev/vitest/issues/2151 ](https://togithub.com/vitest-dev/vitest/issues/2151 )
- Ignore benchmark.reporters in getSerializableConfig  -  by
[@​kainstar](https://togithub.com/kainstar ) in
[https://github.com/vitest-dev/vitest/issues/2164 ](https://togithub.com/vitest-dev/vitest/issues/2164 )
- Improve config's default exclude  -  by
[@​haikyuu](https://togithub.com/haikyuu ) and
[@​sheremet-va](https://togithub.com/sheremet-va ) in
[https://github.com/vitest-dev/vitest/issues/2188 ](https://togithub.com/vitest-dev/vitest/issues/2188 )
- Always use node condition  -  by
[@​sheremet-va](https://togithub.com/sheremet-va ) in
[https://github.com/vitest-dev/vitest/issues/1919 ](https://togithub.com/vitest-dev/vitest/issues/1919 )
- Clear terminal output before running tests, show errors in correct
order  -  by [@​sheremet-va](https://togithub.com/sheremet-va ) in
[https://github.com/vitest-dev/vitest/issues/2228 ](https://togithub.com/vitest-dev/vitest/issues/2228 )
- Improve compatibility with native Node CJS resolution  -  by
[@​sheremet-va](https://togithub.com/sheremet-va ) in
[https://github.com/vitest-dev/vitest/issues/2226 ](https://togithub.com/vitest-dev/vitest/issues/2226 )
- Don't use resolved paths if they don't actually exist  -  by
[@​simon-abbott](https://togithub.com/simon-abbott ) in
[https://github.com/vitest-dev/vitest/issues/1868 ](https://togithub.com/vitest-dev/vitest/issues/1868 )
-   **cli**:
- Set inputNamePattern to RegExp source instead of string  -  by
[@​rafedramzi](https://togithub.com/rafedramzi ) in
[https://github.com/vitest-dev/vitest/issues/2201 ](https://togithub.com/vitest-dev/vitest/issues/2201 )
- Normalize argument path  -  by
[@​poyoho](https://togithub.com/poyoho ) in
[https://github.com/vitest-dev/vitest/issues/2180 ](https://togithub.com/vitest-dev/vitest/issues/2180 )
-   **coverage**:
- Trim URL parameters from file paths in istanbul coverage  -  by
[@​AriPerkkio](https://togithub.com/AriPerkkio ) in
[https://github.com/vitest-dev/vitest/issues/2232 ](https://togithub.com/vitest-dev/vitest/issues/2232 )
- Trim URL parameters from file paths in c8 coverage  -  by
[@​OrestHk](https://togithub.com/OrestHk ) and
[@​sheremet-va](https://togithub.com/sheremet-va ) in
[https://github.com/vitest-dev/vitest/issues/2181 ](https://togithub.com/vitest-dev/vitest/issues/2181 )
-   **reporter**:
- Load custom reporter using `executeFile`  -  by
[@​poyoho](https://togithub.com/poyoho ) in
[https://github.com/vitest-dev/vitest/issues/2184 ](https://togithub.com/vitest-dev/vitest/issues/2184 )
-   **vitest**:
- Return detailed error when using toHaveReturnedWith  -  by
[@​azaleta](https://togithub.com/azaleta ) in
[https://github.com/vitest-dev/vitest/issues/2163 ](https://togithub.com/vitest-dev/vitest/issues/2163 )
#####     [View changes on
GitHub](https://togithub.com/vitest-dev/vitest/compare/v0.24.3...v0.24.4 )
</details>
---
### Configuration
📅  **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦  **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕  **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzQuMTkuMCJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2022-11-10 15:58:27 +01:00