Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							436849edf3 
							
						 
					 
					
						
						
							
							fix: revert table virtualization in variants per env ( #2990 )  
						
						 
						
						... 
						
						
						
						Fixes a bug where some variant tables did not render properly if
scrolled all the way down.
Since we are not expecting to need virtualisation in these tables
anyways (each table should hopefully have a relatively low amount of
variants), reverting the `VirtualizedTable` usage to a normal one seemed
like the most straightforward solution at this stage, fixing the issue
without any noticeable side effects.
 
						
					 
					
						2023-01-25 14:23:45 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4d1a004b5d 
							
						 
					 
					
						
						
							
							feat: adds CR to variants per env UI ( #2989 )  
						
						 
						
						... 
						
						
						
						https://linear.app/unleash/issue/2-585/add-cr-to-variants-per-environment-ui 
Adds CR to the variants per environment UI. This is basically the point
where we have CRs integrated but can e.g. only update the weight once
per CR. Adapting the UI to better fit CR logic will come next.
 
						
					 
					
						2023-01-25 14:10:35 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tymoteusz Czech 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							96d4d355b1 
							
						 
					 
					
						
						
							
							fix: project table overflow ( #2987 )  
						
						 
						
						
						
					 
					
						2023-01-25 13:03:36 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Fredrik Strand Oseberg 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							38be01f506 
							
						 
					 
					
						
						
							
							fix: redirect only happening on root path with replace ( #2981 )  
						
						 
						
						... 
						
						
						
						Adds a fix for overeager redirects, now we will redirect on the root
path and replace on our redirects from login.
Co-authored-by: Gastón Fournier <gaston@getunleash.ai> 
						
					 
					
						2023-01-25 13:12:31 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								andreas-unleash 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1e7636283f 
							
						 
					 
					
						
						
							
							ToggleTypesWidget ( #2983 )  
						
						 
						
						... 
						
						
						
						Implements ToggleTypeWidget
Refactored HealthWidget to it's own component
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-25 13:52:36 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							decb7f320d 
							
						 
					 
					
						
						
							
							feat: import stage ( #2985 )  
						
						 
						
						
						
					 
					
						2023-01-25 12:34:28 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e2e7f64b5b 
							
						 
					 
					
						
						
							
							feat: back transition from validate to configure ( #2982 )  
						
						 
						
						
						
					 
					
						2023-01-25 10:11:08 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							85566b1431 
							
						 
					 
					
						
						
							
							fix: preload error ( #2980 )  
						
						 
						
						
						
					 
					
						2023-01-24 20:40:03 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c5fced89fb 
							
						 
					 
					
						
						
							
							feat: visualize variants diff in CR ( #2979 )  
						
						 
						
						... 
						
						
						
						https://linear.app/unleash/issue/2-582/display-the-change-request-created-with-variants-in-the-ui 

Includes a basic diff visualisation on variants change requests.
It seems like components like `CodeSnippetPopover` and `PopoverDiff` are
currently very tightly coupled together with strategies, so I preferred
to follow my own approach and leave those alone for now instead of
trying to refactor them. `patchVariant` could also be renamed to a more
fitting name in the future as well, since we're now doing more of an
override than applying a patch.
`Diff` is a generic diff component that uses `EventDiff` internally and
simply takes into account a "before" and "after" state, as `preData` and
`data`.
I made some changes to `EventDiff` that made some sense to me:
- Cover edge cases where `path` is undefined and `.join` crashes, also
fallback to the diff index (or undefined);
 - Leverage the key to correctly sort the change items in the diff; 
						
					 
					
						2023-01-24 16:06:53 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							80c444aa99 
							
						 
					 
					
						
						
							
							cleanup in export and import ( #2973 )  
						
						 
						
						
						
					 
					
						2023-01-24 14:29:59 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gastón Fournier 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3713764a4b 
							
						 
					 
					
						
						
							
							feat: add push to all button to UI ( #2969 )  
						
						 
						
						... 
						
						
						
						## About the changes
This adds the push to all button to the UI
Relates to [roadmap](https://github.com/orgs/Unleash/projects/10 ) item:
#2254 
### UI

Co-authored-by: Nuno Góis <github@nunogois.com> 
						
					 
					
						2023-01-24 10:22:02 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Hornby 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c71c0bb3ac 
							
						 
					 
					
						
						
							
							fix: prevent deleting the last variable variant on the ui ( #2964 )  
						
						 
						
						
						
					 
					
						2023-01-24 09:48:53 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a3404328ea 
							
						 
					 
					
						
						
							
							validation stage ( #2970 )  
						
						 
						
						
						
					 
					
						2023-01-23 20:02:05 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Hornby 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							515845edd1 
							
						 
					 
					
						
						
							
							chore: increase max number of environments from 15 to 50 ( #2968 )  
						
						 
						
						
						
					 
					
						2023-01-23 17:28:31 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d4a0a3c11d 
							
						 
					 
					
						
						
							
							Validate stage transition ( #2967 )  
						
						 
						
						
						
					 
					
						2023-01-23 15:04:56 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							bc627b428e 
							
						 
					 
					
						
						
							
							timeline component ( #2963 )  
						
						 
						
						
						
					 
					
						2023-01-23 13:06:24 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								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...d758a2a44b )
- fix: don't invalidate when code is invalid
([#​67](https://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="a62db1e51e "><code>a62db1e</code></a>
1.0.2</li>
<li><a
href="e0c23fe458 "><code>e0c23fe</code></a>
docs: update CHANGELOG for v1.0.2</li>
<li><a
href="62a6540840 "><code>62a6540</code></a>
fix: add <strong>proto</strong> to objects and arrays</li>
<li>See full diff in <a
href="https://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`](52c7c73c05 )
feat: check assignment patterns in no-underscore-dangle
([#​16693](https://togithub.com/eslint/eslint/issues/16693 ))
(Milos Djermanovic)
-
[`b401cde`](b401cde47d )
feat: add options to check destructuring in no-underscore-dangle
([#​16006](https://togithub.com/eslint/eslint/issues/16006 ))
(Morten Kaltoft)
-
[`30d0daf`](30d0daf55e )
feat: group properties with values in parentheses in `key-spacing`
([#​16677](https://togithub.com/eslint/eslint/issues/16677 ))
(Francesco Trotta)
##### Bug Fixes
-
[`35439f1`](35439f1572 )
fix: correct syntax error in `prefer-arrow-callback` autofix
([#​16722](https://togithub.com/eslint/eslint/issues/16722 ))
(Francesco Trotta)
-
[`87b2470`](87b247058e )
fix: new instance of FlatESLint should load latest config file version
([#​16608](https://togithub.com/eslint/eslint/issues/16608 ))
(Milos Djermanovic)
##### Documentation
-
[`4339dc4`](4339dc462d )
docs: Update README (GitHub Actions Bot)
-
[`4e4049c`](4e4049c5fa )
docs: optimize code block structure
([#​16669](https://togithub.com/eslint/eslint/issues/16669 )) (Sam
Chen)
-
[`54a7ade`](54a7ade5d8 )
docs: do not escape code blocks of formatters examples
([#​16719](https://togithub.com/eslint/eslint/issues/16719 )) (Sam
Chen)
-
[`e5ecfef`](e5ecfefa1c )
docs: Add function call example for no-undefined
([#​16712](https://togithub.com/eslint/eslint/issues/16712 ))
(Elliot Huffman)
-
[`a3262f0`](a3262f0a63 )
docs: Add mastodon link
([#​16638](https://togithub.com/eslint/eslint/issues/16638 ))
(Amaresh S M)
-
[`a14ccf9`](a14ccf91af )
docs: clarify files property
([#​16709](https://togithub.com/eslint/eslint/issues/16709 )) (Sam
Chen)
-
[`3b29eb1`](3b29eb14e0 )
docs: fix npm link
([#​16710](https://togithub.com/eslint/eslint/issues/16710 ))
(Abdullah Osama)
-
[`a638673`](a638673ee6 )
docs: fix search bar focus on `Esc`
([#​16700](https://togithub.com/eslint/eslint/issues/16700 ))
(Shanmughapriyan S)
-
[`f62b722`](f62b722251 )
docs: country flag missing in windows
([#​16698](https://togithub.com/eslint/eslint/issues/16698 ))
(Shanmughapriyan S)
-
[`4d27ec6`](4d27ec6019 )
docs: display zh-hans in the docs language switcher
([#​16686](https://togithub.com/eslint/eslint/issues/16686 ))
(Percy Ma)
-
[`8bda20e`](8bda20e827 )
docs: remove manually maintained anchors
([#​16685](https://togithub.com/eslint/eslint/issues/16685 ))
(Percy Ma)
-
[`b68440f`](b68440ff2b )
docs: User Guide Getting Started expansion
([#​16596](https://togithub.com/eslint/eslint/issues/16596 )) (Ben
Perlmutter)
##### Chores
-
[`65d4e24`](65d4e24c36 )
chore: Upgrade
[@​eslint/eslintrc](https://togithub.com/eslint/eslintrc )[@​1](https://togithub.com/1 ).4.1
([#​16729](https://togithub.com/eslint/eslint/issues/16729 ))
(Brandon Mills)
-
[`8d93081`](8d93081a71 )
chore: fix CI failure
([#​16721](https://togithub.com/eslint/eslint/issues/16721 )) (Sam
Chen)
-
[`8f17247`](8f17247a93 )
chore: Set up automatic updating of README
([#​16717](https://togithub.com/eslint/eslint/issues/16717 ))
(Nicholas C. Zakas)
-
[`4cd87cb`](4cd87cb3c5 )
ci: bump actions/stale from 6 to 7
([#​16713](https://togithub.com/eslint/eslint/issues/16713 ))
(dependabot\[bot])
-
[`fd20c75`](fd20c75b10 )
chore: sort package.json scripts in alphabetical order
([#​16705](https://togithub.com/eslint/eslint/issues/16705 ))
(Darius Dzien)
-
[`10a5c78`](10a5c78393 )
chore: update ignore patterns in `eslint.config.js`
([#​16678](https://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