renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							144149d3a6 
							
						 
					 
					
						
						
							
							chore(deps): update dependency @uiw/react-codemirror to v4.20.2 ( #3879 )  
						
						... 
						
						
						
						[](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.16` ->
`4.20.2`](https://renovatebot.com/diffs/npm/@uiw%2freact-codemirror/4.19.16/4.20.2 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>uiwjs/react-codemirror</summary>
###
[`v4.20.2`](https://togithub.com/uiwjs/react-codemirror/releases/tag/v4.20.2 )
[Compare
Source](https://togithub.com/uiwjs/react-codemirror/compare/v4.20.1...v4.20.2 )
[](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-codemirror@4.20.2/file/README.md )
Documentation v4.20.2:
https://raw.githack.com/uiwjs/react-codemirror/082c9bd/index.html \
Comparing Changes:
https://github.com/uiwjs/react-codemirror/compare/v4.20.1...v4.20.2 
```shell
npm i @​uiw/react-codemirror@4.20.2
```
- 🐞  fix(merge): fix onChange props issue.
([#​502](https://togithub.com/uiwjs/react-codemirror/issues/502 ))
[`523b2c1`](https://togithub.com/uiwjs/react-codemirror/commit/523b2c1 )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
- 🌍  website: update markdown preview.
[`ec88a44`](https://togithub.com/uiwjs/react-codemirror/commit/ec88a44 )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
###
[`v4.20.1`](https://togithub.com/uiwjs/react-codemirror/releases/tag/v4.20.1 )
[Compare
Source](https://togithub.com/uiwjs/react-codemirror/compare/v4.20.0...v4.20.1 )
[](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-codemirror@4.20.1/file/README.md )
Documentation v4.20.1:
https://raw.githack.com/uiwjs/react-codemirror/4b7e680/index.html \
Comparing Changes:
https://github.com/uiwjs/react-codemirror/compare/v4.20.0...v4.20.1 
```shell
npm i @​uiw/react-codemirror@4.20.1
```
- 🐞  fix(merge): fix onChange props.
([#​502](https://togithub.com/uiwjs/react-codemirror/issues/502 ))
[`6708e6e`](https://togithub.com/uiwjs/react-codemirror/commit/6708e6e )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
###
[`v4.20.0`](https://togithub.com/uiwjs/react-codemirror/releases/tag/v4.20.0 )
[Compare
Source](https://togithub.com/uiwjs/react-codemirror/compare/v4.19.16...v4.20.0 )
[](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-codemirror@4.20.0/file/README.md )
Documentation v4.20.0:
https://raw.githack.com/uiwjs/react-codemirror/6eeb98c/index.html \
Comparing Changes:
https://github.com/uiwjs/react-codemirror/compare/v4.19.16...v4.20.0 
```shell
npm i @​uiw/react-codemirror@4.20.0
```
- 🌍  website: refactor the documentation website.
[`e79442e`](https://togithub.com/uiwjs/react-codemirror/commit/e79442e )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
- ⛑ test: fix test case error.
[`e938690`](https://togithub.com/uiwjs/react-codemirror/commit/e938690 )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
- 📖  doc: Fix broken theme editor link
([#​493](https://togithub.com/uiwjs/react-codemirror/issues/493 ))
[`d48bb95`](https://togithub.com/uiwjs/react-codemirror/commit/d48bb95 )
[@​Bowen7](https://togithub.com/Bowen7 )
- 🌟  feat(merge): add onChange props.
([#​502](https://togithub.com/uiwjs/react-codemirror/issues/502 ))
[`faf5b24`](https://togithub.com/uiwjs/react-codemirror/commit/faf5b24 )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
```jsx
import CodeMirrorMerge from 'react-codemirror-merge';
const Original = CodeMirrorMerge.Original;
const Modified = CodeMirrorMerge.Modified;
<CodeMirrorMerge
  style={{ height: 300, overflow: 'auto' }}
>
  <Original
    value={originalCode}
    onChange={(value) => {
      console.log('value3:', value)
    }}
  />
  <Modified
    value={modifiedCode}
    onChange={(value) => {
      console.log('value3:', value)
    }}
  />
</CodeMirrorMerge>
```
</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:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMDIuNCIsInVwZGF0ZWRJblZlciI6IjM1LjEwMi40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2023-05-27 20:36:50 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ab11ce9886 
							
						 
					 
					
						
						
							
							chore(deps): update dependency @uiw/codemirror-theme-duotone to v4.20.2 ( #3878 )  
						
						... 
						
						
						
						[](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.16` ->
`4.20.2`](https://renovatebot.com/diffs/npm/@uiw%2fcodemirror-theme-duotone/4.19.16/4.20.2 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>uiwjs/react-codemirror</summary>
###
[`v4.20.2`](https://togithub.com/uiwjs/react-codemirror/releases/tag/v4.20.2 )
[Compare
Source](https://togithub.com/uiwjs/react-codemirror/compare/v4.20.1...v4.20.2 )
[](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-codemirror@4.20.2/file/README.md )
Documentation v4.20.2:
https://raw.githack.com/uiwjs/react-codemirror/082c9bd/index.html \
Comparing Changes:
https://github.com/uiwjs/react-codemirror/compare/v4.20.1...v4.20.2 
```shell
npm i @​uiw/react-codemirror@4.20.2
```
- 🐞  fix(merge): fix onChange props issue.
([#​502](https://togithub.com/uiwjs/react-codemirror/issues/502 ))
[`523b2c1`](https://togithub.com/uiwjs/react-codemirror/commit/523b2c1 )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
- 🌍  website: update markdown preview.
[`ec88a44`](https://togithub.com/uiwjs/react-codemirror/commit/ec88a44 )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
###
[`v4.20.1`](https://togithub.com/uiwjs/react-codemirror/releases/tag/v4.20.1 )
[Compare
Source](https://togithub.com/uiwjs/react-codemirror/compare/v4.20.0...v4.20.1 )
[](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-codemirror@4.20.1/file/README.md )
Documentation v4.20.1:
https://raw.githack.com/uiwjs/react-codemirror/4b7e680/index.html \
Comparing Changes:
https://github.com/uiwjs/react-codemirror/compare/v4.20.0...v4.20.1 
```shell
npm i @​uiw/react-codemirror@4.20.1
```
- 🐞  fix(merge): fix onChange props.
([#​502](https://togithub.com/uiwjs/react-codemirror/issues/502 ))
[`6708e6e`](https://togithub.com/uiwjs/react-codemirror/commit/6708e6e )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
###
[`v4.20.0`](https://togithub.com/uiwjs/react-codemirror/releases/tag/v4.20.0 )
[Compare
Source](https://togithub.com/uiwjs/react-codemirror/compare/v4.19.16...v4.20.0 )
[](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-codemirror@4.20.0/file/README.md )
Documentation v4.20.0:
https://raw.githack.com/uiwjs/react-codemirror/6eeb98c/index.html \
Comparing Changes:
https://github.com/uiwjs/react-codemirror/compare/v4.19.16...v4.20.0 
```shell
npm i @​uiw/react-codemirror@4.20.0
```
- 🌍  website: refactor the documentation website.
[`e79442e`](https://togithub.com/uiwjs/react-codemirror/commit/e79442e )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
- ⛑ test: fix test case error.
[`e938690`](https://togithub.com/uiwjs/react-codemirror/commit/e938690 )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
- 📖  doc: Fix broken theme editor link
([#​493](https://togithub.com/uiwjs/react-codemirror/issues/493 ))
[`d48bb95`](https://togithub.com/uiwjs/react-codemirror/commit/d48bb95 )
[@​Bowen7](https://togithub.com/Bowen7 )
- 🌟  feat(merge): add onChange props.
([#​502](https://togithub.com/uiwjs/react-codemirror/issues/502 ))
[`faf5b24`](https://togithub.com/uiwjs/react-codemirror/commit/faf5b24 )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
```jsx
import CodeMirrorMerge from 'react-codemirror-merge';
const Original = CodeMirrorMerge.Original;
const Modified = CodeMirrorMerge.Modified;
<CodeMirrorMerge
  style={{ height: 300, overflow: 'auto' }}
>
  <Original
    value={originalCode}
    onChange={(value) => {
      console.log('value3:', value)
    }}
  />
  <Modified
    value={modifiedCode}
    onChange={(value) => {
      console.log('value3:', value)
    }}
  />
</CodeMirrorMerge>
```
</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:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMDIuNCIsInVwZGF0ZWRJblZlciI6IjM1LjEwMi40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2023-05-27 11:16:15 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a4c475dddc 
							
						 
					 
					
						
						
							
							chore(deps): update dependency tss-react to v4.8.4 ( #3877 )  
						
						... 
						
						
						
						[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [tss-react](https://www.tss-react.dev )
([source](https://togithub.com/garronej/tss-react )) | [`4.8.3` ->
`4.8.4`](https://renovatebot.com/diffs/npm/tss-react/4.8.3/4.8.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>garronej/tss-react</summary>
###
[`v4.8.4`](https://togithub.com/garronej/tss-react/releases/tag/v4.8.4 )
[Compare
Source](https://togithub.com/garronej/tss-react/compare/v4.8.3...v4.8.4 )
<!-- Release notes generated using configuration in .github/release.yaml
at refs/heads/main -->
**Full Changelog**:
https://github.com/garronej/tss-react/compare/v4.8.3...v4.8.4 
</details>
---
### Configuration
📅  **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦  **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕  **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMDIuNCIsInVwZGF0ZWRJblZlciI6IjM1LjEwMi40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2023-05-27 09:51:52 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8a6b85e103 
							
						 
					 
					
						
						
							
							chore(deps): update dependency vite to v4.3.8 ( #3866 )  
						
						... 
						
						
						
						[](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.3.7` ->
`4.3.8`](https://renovatebot.com/diffs/npm/vite/4.3.7/4.3.8 ) |
[](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.3.8`](https://togithub.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small438-2023-05-18-small )
[Compare
Source](https://togithub.com/vitejs/vite/compare/v4.3.7...v4.3.8 )
- fix: avoid outdated module to crash in importAnalysis after restart
([#​13231](https://togithub.com/vitejs/vite/issues/13231 ))
([3609e79](https://togithub.com/vitejs/vite/commit/3609e79 )), closes
[#​13231](https://togithub.com/vitejs/vite/issues/13231 )
- fix(ssr): skip updateCjsSsrExternals if legacy flag disabled
([#​13230](https://togithub.com/vitejs/vite/issues/13230 ))
([13fc345](https://togithub.com/vitejs/vite/commit/13fc345 )), closes
[#​13230](https://togithub.com/vitejs/vite/issues/13230 )
</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:eyJjcmVhdGVkSW5WZXIiOiIzNS45OC40IiwidXBkYXRlZEluVmVyIjoiMzUuOTguNCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2023-05-26 23:28:34 +00:00 
						 
				 
			
				
					
						
							
							
								andreas-unleash 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							89df3f364e 
							
						 
					 
					
						
						
							
							Fix: laggy toggles ( #3873 )  
						
						... 
						
						
						
						This PR removes the `disabled` state for the feature toggle env
switches.
This is what causes the lag from when you toggle the switch to when it
becomes available for actions again.
Signed-off-by: andreas-unleash <andreas@getunleash.ai>
Co-authored-by: Nuno Góis <github@nunogois.com> 
						
					 
					
						2023-05-26 16:42:42 +02:00 
						 
				 
			
				
					
						
							
							
								Jaanus Sellin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f73d36fda3 
							
						 
					 
					
						
						
							
							feat: add usage of segment in list ( #3853 )  
						
						
						
					 
					
						2023-05-26 14:37:00 +03:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							959ac33905 
							
						 
					 
					
						
						
							
							fix: misc UI fixes mostly responsiveness related ( #3868 )  
						
						... 
						
						
						
						Includes:
 - https://linear.app/unleash/issue/2-1050/ui-fixes 
 - https://linear.app/unleash/issue/2-1088/mobile-ui 
 - https://linear.app/unleash/issue/2-1090/tablet-table 
Which include things like:
 - zIndex adjustments;
 - Make the plans dialog more responsive;
 - Hide interactive demo guide on small screens;
 - Improve demo banner responsiveness;
 - Fix console error on `ResponsiveButton`;
 - Adjust sidebar header to be more consistent;
 
 

Co-authored-by @nicolaesocaciu 
						
					 
					
						2023-05-25 20:28:08 +03:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							16209dabf4 
							
						 
					 
					
						
						
							
							chore(deps): update react-router monorepo to v6.11.2 ( #3862 )  
						
						... 
						
						
						
						[](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.11.1` ->
`6.11.2`](https://renovatebot.com/diffs/npm/react-router/6.11.1/6.11.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.11.1` ->
`6.11.2`](https://renovatebot.com/diffs/npm/react-router-dom/6.11.1/6.11.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.11.2`](https://togithub.com/remix-run/react-router/blob/HEAD/packages/react-router/CHANGELOG.md#​6112 )
[Compare
Source](https://togithub.com/remix-run/react-router/compare/react-router@6.11.1...react-router@6.11.2 )
##### Patch Changes
- Fix `basename` duplication in descendant `<Routes>` inside a
`<RouterProvider>`
([#​10492](https://togithub.com/remix-run/react-router/pull/10492 ))
-   Updated dependencies:
    -   `@remix-run/router@1.6.2`
</details>
<details>
<summary>remix-run/react-router (react-router-dom)</summary>
###
[`v6.11.2`](https://togithub.com/remix-run/react-router/blob/HEAD/packages/react-router-dom/CHANGELOG.md#​6112 )
[Compare
Source](https://togithub.com/remix-run/react-router/compare/react-router-dom@6.11.1...react-router-dom@6.11.2 )
##### Patch Changes
- Export `SetURLSearchParams` type
([#​10444](https://togithub.com/remix-run/react-router/pull/10444 ))
-   Updated dependencies:
    -   `react-router@6.11.2`
    -   `@remix-run/router@1.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:eyJjcmVhdGVkSW5WZXIiOiIzNS45OC40IiwidXBkYXRlZEluVmVyIjoiMzUuOTguNCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2023-05-25 15:25:49 +02:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ed4eff71fe 
							
						 
					 
					
						
						
							
							chore(deps): update dependency vitest to v0.31.1 ( #3861 )  
						
						... 
						
						
						
						[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [vitest](https://togithub.com/vitest-dev/vitest ) | [`0.31.0` ->
`0.31.1`](https://renovatebot.com/diffs/npm/vitest/0.31.0/0.31.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.31.1`](https://togithub.com/vitest-dev/vitest/releases/tag/v0.31.1 )
[Compare
Source](https://togithub.com/vitest-dev/vitest/compare/v0.31.0...v0.31.1 )
#####    🚀  Features
- **watch**: Press `r` should rerun current pattern tests  -  by
[@​Dunqing](https://togithub.com/Dunqing ) and
[@​AriPerkkio](https://togithub.com/AriPerkkio ) in
[https://github.com/vitest-dev/vitest/issues/3305 ](https://togithub.com/vitest-dev/vitest/issues/3305 )
[<samp>(69d27)</samp>](https://togithub.com/vitest-dev/vitest/commit/69d27117 )
#####    🐞  Bug Fixes
- Make sure thrown error is an object  -  by
[@​sheremet-va](https://togithub.com/sheremet-va ) in
[https://github.com/vitest-dev/vitest/issues/3298 ](https://togithub.com/vitest-dev/vitest/issues/3298 )
[<samp>(a93be)</samp>](https://togithub.com/vitest-dev/vitest/commit/a93be56c )
- Remove duplicate type  -  by
[@​sheremet-va](https://togithub.com/sheremet-va ) in
[https://github.com/vitest-dev/vitest/issues/3303 ](https://togithub.com/vitest-dev/vitest/issues/3303 )
[<samp>(5382e)</samp>](https://togithub.com/vitest-dev/vitest/commit/5382e8b6 )
- Throw an error, if tests are collected with a different vitest version
 -  by [@​sheremet-va](https://togithub.com/sheremet-va ) in
[https://github.com/vitest-dev/vitest/issues/3301 ](https://togithub.com/vitest-dev/vitest/issues/3301 )
[<samp>(708b1)</samp>](https://togithub.com/vitest-dev/vitest/commit/708b10fe )
- Support application/x-gzip metadata in html report  -  by
[@​mzanelee](https://togithub.com/mzanelee ) and **Michael Lee** in
[https://github.com/vitest-dev/vitest/issues/3333 ](https://togithub.com/vitest-dev/vitest/issues/3333 )
[<samp>(5bf7e)</samp>](https://togithub.com/vitest-dev/vitest/commit/5bf7eb6e )
- Correctly restore vi.fn implementation  -  by
[@​sheremet-va](https://togithub.com/sheremet-va ) in
[https://github.com/vitest-dev/vitest/issues/3341 ](https://togithub.com/vitest-dev/vitest/issues/3341 )
[<samp>(2aff8)</samp>](https://togithub.com/vitest-dev/vitest/commit/2aff8c5f )
- Display error message correctly  -  by
[@​btea](https://togithub.com/btea ) in
[https://github.com/vitest-dev/vitest/issues/3314 ](https://togithub.com/vitest-dev/vitest/issues/3314 )
[<samp>(a5b3d)</samp>](https://togithub.com/vitest-dev/vitest/commit/a5b3d78e )
- Exclude `cwd` from test name filter  -  by
[@​AriPerkkio](https://togithub.com/AriPerkkio ) in
[https://github.com/vitest-dev/vitest/issues/3353 ](https://togithub.com/vitest-dev/vitest/issues/3353 )
[<samp>(324a9)</samp>](https://togithub.com/vitest-dev/vitest/commit/324a9b54 )
- Check error type before modifying it  -  by
[@​sheremet-va](https://togithub.com/sheremet-va ) in
[https://github.com/vitest-dev/vitest/issues/3385 ](https://togithub.com/vitest-dev/vitest/issues/3385 )
[<samp>(c44d9)</samp>](https://togithub.com/vitest-dev/vitest/commit/c44d9912 )
- `toMatchInlineSnapshot` fails when file path includes parentheses  - 
by [@​pacexy](https://togithub.com/pacexy ) in
[https://github.com/vitest-dev/vitest/issues/3370 ](https://togithub.com/vitest-dev/vitest/issues/3370 )
and
[https://github.com/vitest-dev/vitest/issues/3371 ](https://togithub.com/vitest-dev/vitest/issues/3371 )
[<samp>(dcf13)</samp>](https://togithub.com/vitest-dev/vitest/commit/dcf1346a )
- Stop spying on a method, when it's restored  -  by
[@​sheremet-va](https://togithub.com/sheremet-va ) in
[https://github.com/vitest-dev/vitest/issues/3386 ](https://togithub.com/vitest-dev/vitest/issues/3386 )
[<samp>(2cb1a)</samp>](https://togithub.com/vitest-dev/vitest/commit/2cb1a15a )
- Test repeats  -  by
[@​fenghan34](https://togithub.com/fenghan34 ) in
[https://github.com/vitest-dev/vitest/issues/3369 ](https://togithub.com/vitest-dev/vitest/issues/3369 )
[<samp>(fb8fc)</samp>](https://togithub.com/vitest-dev/vitest/commit/fb8fc7ab )
-   **browser**:
- Throw an error if test failed to load  -  by
[@​sheremet-va](https://togithub.com/sheremet-va ) in
[https://github.com/vitest-dev/vitest/issues/3390 ](https://togithub.com/vitest-dev/vitest/issues/3390 )
[<samp>(b354b)</samp>](https://togithub.com/vitest-dev/vitest/commit/b354bc1c )
- Keep default export when rewriting exports  -  by
[@​sheremet-va](https://togithub.com/sheremet-va ) in
[https://github.com/vitest-dev/vitest/issues/3389 ](https://togithub.com/vitest-dev/vitest/issues/3389 )
[<samp>(6501d)</samp>](https://togithub.com/vitest-dev/vitest/commit/6501d2e3 )
-   **cli**:
- Improve cac errors when mixing boolean and dot notation  -  by
[@​AriPerkkio](https://togithub.com/AriPerkkio ) in
[https://github.com/vitest-dev/vitest/issues/3302 ](https://togithub.com/vitest-dev/vitest/issues/3302 )
[<samp>(93fbd)</samp>](https://togithub.com/vitest-dev/vitest/commit/93fbd02d )
-   **reporter**:
- Prevent deleting test reports stored in coverage directory  -  by
[@​AriPerkkio](https://togithub.com/AriPerkkio ) in
[https://github.com/vitest-dev/vitest/issues/3331 ](https://togithub.com/vitest-dev/vitest/issues/3331 )
[<samp>(ddbba)</samp>](https://togithub.com/vitest-dev/vitest/commit/ddbba396 )
-   **typecheck**:
- Correctly resolve custom tsconfig path  -  by
[@​sheremet-va](https://togithub.com/sheremet-va ) in
[https://github.com/vitest-dev/vitest/issues/3342 ](https://togithub.com/vitest-dev/vitest/issues/3342 )
[<samp>(c53ae)</samp>](https://togithub.com/vitest-dev/vitest/commit/c53ae079 )
-   **vite-node**:
- Allow returning id not wrapped in promise  -  by
[@​danielroe](https://togithub.com/danielroe ) in
[https://github.com/vitest-dev/vitest/issues/3312 ](https://togithub.com/vitest-dev/vitest/issues/3312 )
[<samp>(9836c)</samp>](https://togithub.com/vitest-dev/vitest/commit/9836ccb4 )
#####     [View changes on
GitHub](https://togithub.com/vitest-dev/vitest/compare/v0.31.0...v0.31.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:eyJjcmVhdGVkSW5WZXIiOiIzNS45OC40IiwidXBkYXRlZEluVmVyIjoiMzUuOTguNCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2023-05-25 04:58:39 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7f907eb44c 
							
						 
					 
					
						
						
							
							chore(deps): update emotion monorepo to v11.11.0 ( #3823 )  
						
						... 
						
						
						
						[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@emotion/react](https://togithub.com/emotion-js/emotion/tree/main#readme )
([source](https://togithub.com/emotion-js/emotion )) | [`11.10.8` ->
`11.11.0`](https://renovatebot.com/diffs/npm/@emotion%2freact/11.10.8/11.11.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/ )
|
|
[@emotion/styled](https://togithub.com/emotion-js/emotion/tree/main#readme )
([source](https://togithub.com/emotion-js/emotion )) | [`11.10.8` ->
`11.11.0`](https://renovatebot.com/diffs/npm/@emotion%2fstyled/11.10.8/11.11.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>emotion-js/emotion</summary>
###
[`v11.11.0`](https://togithub.com/emotion-js/emotion/releases/tag/%40emotion/styled%4011.11.0 )
[Compare
Source](https://togithub.com/emotion-js/emotion/compare/@emotion/react@11.10.8...@emotion/react@11.11.0 )
##### Minor Changes
- [#​3031](https://togithub.com/emotion-js/emotion/pull/3031 )
[`336f3d50`](336f3d50fdhttps://togithub.com/Andarist )! - Added
support for cascade `@layer`s by updating the underlying parser
([stylis](https://togithub.com/thysultan/stylis )).
##### Patch Changes
- [#​3029](https://togithub.com/emotion-js/emotion/pull/3029 )
[`eed5e6cf`](eed5e6cf00https://togithub.com/Andarist )! - Fixed
importing in Node ESM
- Updated dependencies
\[[`336f3d50`](336f3d50fdeed5e6cf00https://togithub.com/emotion/babel-plugin )[@​11](https://togithub.com/11 ).11.0
-
[@​emotion/is-prop-valid](https://togithub.com/emotion/is-prop-valid )[@​1](https://togithub.com/1 ).2.1
-
[@​emotion/serialize](https://togithub.com/emotion/serialize )[@​1](https://togithub.com/1 ).1.2
-
[@​emotion/use-insertion-effect-with-fallbacks](https://togithub.com/emotion/use-insertion-effect-with-fallbacks )[@​1](https://togithub.com/1 ).0.1
-
[@​emotion/utils](https://togithub.com/emotion/utils )[@​1](https://togithub.com/1 ).2.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 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:eyJjcmVhdGVkSW5WZXIiOiIzNS45Ny4wIiwidXBkYXRlZEluVmVyIjoiMzUuOTguMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2023-05-25 00:50:38 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4b02e33bea 
							
						 
					 
					
						
						
							
							chore(deps): update dependency vite to v4.3.7 ( #3860 )  
						
						... 
						
						
						
						[](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.3.6` ->
`4.3.7`](https://renovatebot.com/diffs/npm/vite/4.3.6/4.3.7 ) |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>vitejs/vite</summary>
###
[`v4.3.7`](https://togithub.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small437-2023-05-16-small )
[Compare
Source](https://togithub.com/vitejs/vite/compare/v4.3.6...v4.3.7 )
- fix: revert only watch .env files in envDir
([#​12587](https://togithub.com/vitejs/vite/issues/12587 ))
([#​13217](https://togithub.com/vitejs/vite/issues/13217 ))
([0fd4616](https://togithub.com/vitejs/vite/commit/0fd4616 )), closes
[#​12587](https://togithub.com/vitejs/vite/issues/12587 )
[#​13217](https://togithub.com/vitejs/vite/issues/13217 )
- fix(assetImportMetaUrl): allow ternary operator in template literal
urls ([#​13121](https://togithub.com/vitejs/vite/issues/13121 ))
([d5d9a31](https://togithub.com/vitejs/vite/commit/d5d9a31 )), closes
[#​13121](https://togithub.com/vitejs/vite/issues/13121 )
</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:eyJjcmVhdGVkSW5WZXIiOiIzNS45OC40IiwidXBkYXRlZEluVmVyIjoiMzUuOTguNCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2023-05-24 20:39:47 +00:00 
						 
				 
			
				
					
						
							
							
								andreas-unleash 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1ec4fd06d2 
							
						 
					 
					
						
						
							
							fix: rollout not reflected correctly for default strategy ( #3859 )  
						
						... 
						
						
						
						<!-- 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-05-24 16:17:26 +03:00 
						 
				 
			
				
					
						
							
							
								andreas-unleash 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							46d5e507f4 
							
						 
					 
					
						
						
							
							fix: default strategy screen not loading ( #3857 )  
						
						... 
						
						
						
						<!-- 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 the default strategy modal.  
The bug was the placement of the route component to `edit`
## 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 #
https://linear.app/unleash/issue/1-965/fix-default-strategy-modal-re-render 
<!-- (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-05-24 15:02:56 +03:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9f0de72e1a 
							
						 
					 
					
						
						
							
							fix: change password alert when password based login is disabled ( #3856 )  
						
						... 
						
						
						
						Accessing `/profile/change-password` directly would still allow you to
change your password on the UI when "password based login" is disabled.
This PR makes it so we show an alert in that scenario explaining why
you're not allowed to change your password.
We still allow users to change their password on the API level, but I
think that's fine. The UI should be consistent though.
 
						
					 
					
						2023-05-24 12:14:14 +01:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ea057c0473 
							
						 
					 
					
						
						
							
							fix: profile should wait for loaded state before rendering ( #3855 )  
						
						... 
						
						
						
						Small change that makes it so that the profile page waits for the loaded
state before rendering.
E.g. Before this, there was a flash of the "change password" tab being
visible for a very short time before the auth settings loaded. 
						
					 
					
						2023-05-24 10:33:40 +00:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c0bcc50b28 
							
						 
					 
					
						
						
							
							fix: add confirmation to disable password login ( #3829 )  
						
						... 
						
						
						
						https://linear.app/unleash/issue/2-1071/prevent-users-from-disabling-password-authentication-when-there-are-no 
Improves the behavior of disabling password based login by adding some
relevant information and a confirmation dialog with a warning. This felt
better than trying to disable the toggle, by still allowing the end
users to make the decision, except now it should be a properly informed
decision with confirmation.

- **Password based administrators**: Admin accounts that have a password
set;
- **Other administrators**: Other admin users that do not have a
password. May be SSO, but may also be users that did not set a password
yet;
- **Admin service accounts**: Service accounts that have the admin root
role. Depending on how you're using the SA this may not necessarily mean
locking yourself out of an admin account, especially if you secured its
token beforehand;
- **Admin API tokens**: Similar to the above. If you secured an admin
API token beforehand, you still have access to all features through the
API;
Each one of them link to the respective page inside Unleash (e.g. users
page, service accounts page, tokens page...);
If you try to disable and press "save", and only in that scenario, you
are presented with the following confirmation dialog:
 
					
						2023-05-23 15:56:34 +01:00 
						 
				 
			
				
					
						
							
							
								andreas-unleash 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2a3f743daa 
							
						 
					 
					
						
						
							
							fix: default strategy screen not loading when no default strategy ( #3840 )  
						
						... 
						
						
						
						<!-- 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 where default strategy would not edit 
## 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 # 1-953
<!-- (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-05-23 15:34:37 +03:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f7006642a6 
							
						 
					 
					
						
						
							
							fix: Only show names as changed when titles have changed. ( #3843 )  
						
						... 
						
						
						
						Related to [linear task
1-954](https://linear.app/unleash/issue/1-954/disabling-last-strategy-in-change-request-shows-strikethrough ).
This PR changes the display logic for showing titles as changed: it
previously fell back to always being `true` if there was a custom title
set for a strategy. This PR makes it so that it only shows as changed if
the title has actually changed, either from one custom title to another,
or to and from the display name.
To accommodate the last bit, it also shows display names with a
strikethrough if the strategy had no title previously, but now it does. This is consistent with how it displays the strategy name if you delete a title from a strategy.
Here's a number of different examples: 
 
						
					 
					
						2023-05-23 12:16:20 +00:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3e84d2ed09 
							
						 
					 
					
						
						
							
							fix: make area behind bulk actions clickable ( #3838 )  
						
						
						
					 
					
						2023-05-23 10:41:01 +02:00 
						 
				 
			
				
					
						
							
							
								andreas-unleash 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8aadbc8ae9 
							
						 
					 
					
						
						
							
							Fix/cr should activate disabled lag free ( #3826 )  
						
						... 
						
						
						
						<!-- 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 change request option to activate disabled strategies UI
- Fixes Disable strategy bug (onSuggestDisable)
## 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-05-23 10:16:09 +03:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6b21a8b809 
							
						 
					 
					
						
						
							
							chore(deps): update dependency vite to v4.3.6 ( #3833 )  
						
						... 
						
						
						
						[](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.3.5` ->
`4.3.6`](https://renovatebot.com/diffs/npm/vite/4.3.5/4.3.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>vitejs/vite</summary>
###
[`v4.3.6`](https://togithub.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small436-2023-05-15-small )
[Compare
Source](https://togithub.com/vitejs/vite/compare/v4.3.5...v4.3.6 )
- fix: avoid dev-server crash when ws proxy error
([#​12829](https://togithub.com/vitejs/vite/issues/12829 ))
([87e1f58](https://togithub.com/vitejs/vite/commit/87e1f58 )), closes
[#​12829](https://togithub.com/vitejs/vite/issues/12829 )
- fix: call `tryFsResolve` for relative `new URL(foo, import.meta.url)`
([#​13142](https://togithub.com/vitejs/vite/issues/13142 ))
([eeb0617](https://togithub.com/vitejs/vite/commit/eeb0617 )), closes
[#​13142](https://togithub.com/vitejs/vite/issues/13142 )
- fix: don't inject CSS sourcemap for direct requests
([#​13115](https://togithub.com/vitejs/vite/issues/13115 ))
([7d80a47](https://togithub.com/vitejs/vite/commit/7d80a47 )), closes
[#​13115](https://togithub.com/vitejs/vite/issues/13115 )
- fix: handle more yarn pnp load errors
([#​13160](https://togithub.com/vitejs/vite/issues/13160 ))
([adf61d9](https://togithub.com/vitejs/vite/commit/adf61d9 )), closes
[#​13160](https://togithub.com/vitejs/vite/issues/13160 )
- fix(build): declare moduleSideEffects for vite:modulepreload-polyfill
([#​13099](https://togithub.com/vitejs/vite/issues/13099 ))
([d63129b](https://togithub.com/vitejs/vite/commit/d63129b )), closes
[#​13099](https://togithub.com/vitejs/vite/issues/13099 )
- fix(css): respect `esbuild.charset` when minify
([#​13190](https://togithub.com/vitejs/vite/issues/13190 ))
([4fd35ed](https://togithub.com/vitejs/vite/commit/4fd35ed )), closes
[#​13190](https://togithub.com/vitejs/vite/issues/13190 )
- fix(server): intercept ping requests
([#​13117](https://togithub.com/vitejs/vite/issues/13117 ))
([d06cc42](https://togithub.com/vitejs/vite/commit/d06cc42 )), closes
[#​13117](https://togithub.com/vitejs/vite/issues/13117 )
- fix(ssr): stacktrace uses abs path with or without sourcemap
([#​12902](https://togithub.com/vitejs/vite/issues/12902 ))
([88c855e](https://togithub.com/vitejs/vite/commit/88c855e )), closes
[#​12902](https://togithub.com/vitejs/vite/issues/12902 )
- perf: skip windows absolute paths for node resolve
([#​13162](https://togithub.com/vitejs/vite/issues/13162 ))
([e640939](https://togithub.com/vitejs/vite/commit/e640939 )), closes
[#​13162](https://togithub.com/vitejs/vite/issues/13162 )
- chore: remove useless dep
([#​13165](https://togithub.com/vitejs/vite/issues/13165 ))
([9a7ec98](https://togithub.com/vitejs/vite/commit/9a7ec98 )), closes
[#​13165](https://togithub.com/vitejs/vite/issues/13165 )
- chore(reporter): reuse clearLine
([#​13156](https://togithub.com/vitejs/vite/issues/13156 ))
([535795a](https://togithub.com/vitejs/vite/commit/535795a )), closes
[#​13156](https://togithub.com/vitejs/vite/issues/13156 )
</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:eyJjcmVhdGVkSW5WZXIiOiIzNS45OC4wIiwidXBkYXRlZEluVmVyIjoiMzUuOTguMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2023-05-23 05:40:23 +00:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e34c9bc0bf 
							
						 
					 
					
						
						
							
							feat: disable bulk toggles flag ( #3827 )  
						
						
						
					 
					
						2023-05-22 13:31:31 +02:00 
						 
				 
			
				
					
						
							
							
								Tymoteusz Czech 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							40185e9066 
							
						 
					 
					
						
						
							
							Update strategies table ( #3811 )  
						
						... 
						
						
						
						- split strategies table in two
  - one for predefined strategies
  - one for custom strategies
- move custom strategy button
- add guidance why custom strategies are not recommended
https://linear.app/unleash/issue/1-894/improve-the-list-of-strategies  
						
					 
					
						2023-05-22 12:46:27 +02:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							048ad16c05 
							
						 
					 
					
						
						
							
							chore(deps): update dependency cypress to v12.12.0 ( #3809 )  
						
						... 
						
						
						
						[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [cypress](https://togithub.com/cypress-io/cypress ) | [`12.11.0` ->
`12.12.0`](https://renovatebot.com/diffs/npm/cypress/12.11.0/12.12.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>cypress-io/cypress</summary>
###
[`v12.12.0`](https://togithub.com/cypress-io/cypress/releases/tag/v12.12.0 )
[Compare
Source](https://togithub.com/cypress-io/cypress/compare/v12.11.0...v12.12.0 )
Changelog:
https://docs.cypress.io/guides/references/changelog#​12-12-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:eyJjcmVhdGVkSW5WZXIiOiIzNS45My4wIiwidXBkYXRlZEluVmVyIjoiMzUuOTMuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2023-05-20 15:32:52 +00:00 
						 
				 
			
				
					
						
							
							
								andreas-unleash 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							adfd79c261 
							
						 
					 
					
						
						
							
							Revert "feat: change requests UI for activate disabled strategies (#3… ( #3817 )  
						
						... 
						
						
						
						…787)"
This reverts commit 896b63616d❤️  -->
## 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? --> 
						
					 
					
						2023-05-20 09:40:48 +02:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							99c6be695a 
							
						 
					 
					
						
						
							
							chore(deps): update dependency semver to v7.5.1 ( #3805 )  
						
						... 
						
						
						
						[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [semver](https://togithub.com/npm/node-semver ) | [`7.5.0` ->
`7.5.1`](https://renovatebot.com/diffs/npm/semver/7.5.0/7.5.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/ )
|
|
[@types/semver](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/semver )
([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped )) |
[`7.3.13` ->
`7.5.0`](https://renovatebot.com/diffs/npm/@types%2fsemver/7.3.13/7.5.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>npm/node-semver</summary>
###
[`v7.5.1`](https://togithub.com/npm/node-semver/blob/HEAD/CHANGELOG.md#​751-httpsgithubcomnpmnode-semvercomparev750v751-2023-05-12 )
[Compare
Source](https://togithub.com/npm/node-semver/compare/v7.5.0...v7.5.1 )
##### Bug Fixes
-
[`d30d25a`](d30d25a5c1https://togithub.com/npm/node-semver/pull/559 ) show type
on invalid semver error
([#​559](https://togithub.com/npm/node-semver/issues/559 ))
([@​tjenkinson](https://togithub.com/tjenkinson ))
</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:eyJjcmVhdGVkSW5WZXIiOiIzNS45My4wIiwidXBkYXRlZEluVmVyIjoiMzUuOTUuMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2023-05-19 20:27:18 +00:00 
						 
				 
			
				
					
						
							
							
								Gastón Fournier 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6e847d0015 
							
						 
					 
					
						
						
							
							Revert "fix: laggy switch" ( #3815 )  
						
						... 
						
						
						
						Reverts Unleash/unleash#3814  forcing merge to fix issue in demo instance: https://github.com/Unleash/unleash/pull/3815#issuecomment-1554712970  
						
					 
					
						2023-05-19 16:55:14 +02:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0c538f070a 
							
						 
					 
					
						
						
							
							refactor: change plausible events to be more specific at the top level ( #3810 )  
						
						... 
						
						
						
						Splits the `demo` event into multiple more specific events so it's
easier to track on Plausible (fix `(none)` in Plausible). 
						
					 
					
						2023-05-19 15:32:08 +01:00 
						 
				 
			
				
					
						
							
							
								andreas-unleash 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e1dd1701cc 
							
						 
					 
					
						
						
							
							fix: laggy switch ( #3814 )  
						
						... 
						
						
						
						<!-- 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 laggy environment switch
## 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. -->
Stabilising the functions with useCallback seems necessary in the table
view
Changed the `checked` property to be dependent on `isChecked` which
wraps the value in useOptimisticUpdate hook made the most difference
<!-- Does it close an issue? Multiple? -->
Closes
#(1-942)[https://linear.app/unleash/issue/1-942/bug-laggy-environment-toggles-in-the-ui ]
<!-- (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-05-19 13:13:43 +00:00 
						 
				 
			
				
					
						
							
							
								andreas-unleash 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6e2cd602c4 
							
						 
					 
					
						
						
							
							fix: Move title at the top in default strategy ( #3812 )  
						
						... 
						
						
						
						<!-- Thanks for creating a PR! To make it easier for reviewers and
everyone else to understand what your changes relate to, please add some
relevant content to the headings below. Feel free to ignore or delete
sections that you don't think are relevant. Thank you! ❤️  -->
Fix for consistency
## 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-05-19 11:27:34 +00:00 
						 
				 
			
				
					
						
							
							
								Tymoteusz Czech 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d1c3be3b9e 
							
						 
					 
					
						
						
							
							Tracking for default strategy ( #3800 )  
						
						
						
					 
					
						2023-05-19 13:47:55 +03:00 
						 
				 
			
				
					
						
							
							
								andreas-unleash 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							896b63616d 
							
						 
					 
					
						
						
							
							feat: change requests UI for activate disabled strategies ( #3787 )  
						
						... 
						
						
						
						<!-- 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! ❤️  -->
Change request UI fix for `shouldActivateDisabledStrategies`
## 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-05-19 13:29:58 +03:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4adc977ba0 
							
						 
					 
					
						
						
							
							fix: properly handle flag resolver variants ( #3808 )  
						
						... 
						
						
						
						Variants were not being properly handled in the `flag-resolver`: The
fact that the default value of the variant is not falsy made it so we
never asked the external flag resolver for the value.
This also moves the logic from `Variant | undefined` to `Variant` where
we use the `getDefaultVariant()` helper method to return us a [default
variant](55274e4953/src/variant.ts (L37-L42) 
						
					 
					
						2023-05-18 17:04:55 +01:00 
						 
				 
			
				
					
						
							
							
								Tymoteusz Czech 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							149c54b0b3 
							
						 
					 
					
						
						
							
							fix: strategy remove menu ( #3807 )  
						
						... 
						
						
						
						
Menu was hindering the rendering of confirmation dialog.
https://linear.app/unleash/issue/1-935/fix-feature-strategy-actions-menu  
						
					 
					
						2023-05-18 17:35:46 +03:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c3de9d7161 
							
						 
					 
					
						
						
							
							test:  bulk enable display ( #3803 )  
						
						
						
					 
					
						2023-05-18 14:51:49 +02:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							92ffc387f3 
							
						 
					 
					
						
						
							
							feat: Bulk enable hints ( #3802 )  
						
						
						
					 
					
						2023-05-18 12:24:31 +02:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							980332a074 
							
						 
					 
					
						
						
							
							feat: bulk enable disable change requests ( #3801 )  
						
						
						
					 
					
						2023-05-18 11:21:10 +02:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							db61a8a40c 
							
						 
					 
					
						
						
							
							feat: message banner (variants) ( #3788 )  
						
						... 
						
						
						
						-
https://linear.app/unleash/issue/2-546/fetch-the-payload-from-a-real-feature-flag 
-
https://linear.app/unleash/issue/2-547/adapt-ui-to-use-the-feature-flag-information-were-fetching 
Tackles the 2 tasks above. 
Adapts our `FlagResolver` logic to support variants, so we can use them
for our message banner project but also anything else in the future.
Also adapts MessageBanner to the new logic.
 - Add support for variants in `FlagResolver`;
 - Adapt `MessageBanner` to a variants flag;
 - Adds `sticky` support for the `MessageBanner`;
- Adds our first variants flag to `uiConfig` and `experimental`:
`messageBanner`;
- Adds a `variant-flag-schema` to make it easy to represent the variant
output that we specify in `uiConfig`;
- Adapts `experimental` to be able to represent default variants while
still maintaining type safety;
- Adds helpers to make it easy to use variants in our project, such as
`getVariantValue` and the `useVariant` hook;
 - Adapts and adds new tests in `flag-resolver.test.ts`;
 
### Notes
- ~~The `as PayloadType` assertions need
https://github.com/Unleash/unleash-client-node/pull/454  since it
includes https://github.com/Unleash/unleash-client-node/pull/452~~ 
(50ccf60893https://github.com/Unleash/unleash/assets/14320932/034ff64f-3020-4ed0-863b-ed1fd9190430 ) 
						
					 
					
						2023-05-18 09:38:59 +01:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2487b990bd 
							
						 
					 
					
						
						
							
							feat: Bulk enabled disable ( #3797 )  
						
						
						
					 
					
						2023-05-18 06:07:56 +00:00 
						 
				 
			
				
					
						
							
							
								Jaanus Sellin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d216c56df5 
							
						 
					 
					
						
						
							
							fix: fix deleting feature from global archive ( #3786 )  
						
						
						
					 
					
						2023-05-17 16:19:19 +03:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8dd70e922a 
							
						 
					 
					
						
						
							
							feat: remove icons to prepare space for bulk toggle ( #3796 )  
						
						
						
					 
					
						2023-05-17 12:34:28 +02:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6d473164ab 
							
						 
					 
					
						
						
							
							refactor: rename demo img assets ( #3795 )  
						
						... 
						
						
						
						Small PR that simply renames `demo`-related assets for better
organization and readability. 
						
					 
					
						2023-05-17 08:47:19 +00:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6a12403eca 
							
						 
					 
					
						
						
							
							fix: demo QR code ( #3793 )  
						
						... 
						
						
						
						https://linear.app/unleash/issue/2-1062/update-the-qr-code 
Updates the QR code to a correct one, since the last one expired.
Relates to [roadmap](https://github.com/orgs/Unleash/projects/10 ) item:
#3537  
					
						2023-05-17 09:03:11 +01:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a1b69a724f 
							
						 
					 
					
						
						
							
							chore(deps): bump vm2 from 3.9.17 to 3.9.19 in /frontend ( #3789 )  
						
						... 
						
						
						
						Bumps [vm2](https://github.com/patriksimek/vm2 ) from 3.9.17 to 3.9.19.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/patriksimek/vm2/releases ">vm2's
releases</a>.</em></p>
<blockquote>
<h2>3.9.19</h2>
<p><strong>Fixes</strong></p>
<p><a
href="cfa3fc6f81dd81ff616f4d662e34d3https://github.com/blakebyrnes "><code>@blakebyrnes</code></a>)</p>
<p><strong>Fixes</strong></p>
<p><a
href="d88105f997https://github.com/arkark "><code>@arkark</code></a> (Takeshi
Kaneko) of GMO Cybersecurity by Ierae, Inc.)
<a
href="5206ba25afhttps://github.com/arkark "><code>@arkark</code></a> (Takeshi
Kaneko) of GMO Cybersecurity by Ierae, Inc.)</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/patriksimek/vm2/blob/master/CHANGELOG.md ">vm2's
changelog</a>.</em></p>
<blockquote>
<h2>v3.9.19 (2023-05-16)</h2>
<p>[fix] Fix resolver issue.</p>
<h2>v3.9.18 (2023-05-15)</h2>
<p>[fix] Multiple security fixes.
[new] Add resolver API to create a shared resolver for multiple
<code>NodeVM</code> instances allowing to cache scripts and increase
sandbox startup times.
[new] Allow to pass a function to <code>require.context</code> which is
called with the filename allowing to specify the context pre file.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="1663f231eccfa3fc6f812f446e5d19587bb1337df5a129af75https://github.com/patriksimek/vm2 ">https://github.com/patriksimek/vm2 </a></li>
<li><a
href="dd81ff616fhttps://redirect.github.com/patriksimek/vm2/issues/519 ">#519</a>
from XmiliaH/resolver-api</li>
<li><a
href="af983a8a1e5206ba25afd88105f9974d662e34d3https://redirect.github.com/patriksimek/vm2/issues/521 ">#521</a>
from ulixee/pathContext</li>
<li>Additional commits viewable in <a
href="https://github.com/patriksimek/vm2/compare/3.9.17...3.9.19 ">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)
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-05-17 10:02:51 +02:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							dcc3211d39 
							
						 
					 
					
						
						
							
							chore(deps): update dependency eslint to v8.40.0 ( #3769 )  
						
						... 
						
						
						
						[](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.39.0` ->
`8.40.0`](https://renovatebot.com/diffs/npm/eslint/8.39.0/8.40.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.40.0`](https://togithub.com/eslint/eslint/releases/tag/v8.40.0 )
[Compare
Source](https://togithub.com/eslint/eslint/compare/v8.39.0...v8.40.0 )
#### Features
-
[`5db7808`](5db7808139https://togithub.com/eslint/eslint/issues/17140 )) (Josh
Goldberg ✨ )
-
[`f5574dc`](f5574dc739https://togithub.com/eslint/eslint/issues/17142 ))
(Nicholas C. Zakas)
-
[`e52b98b`](e52b98bf25https://togithub.com/eslint/eslint/issues/17107 ))
(Nitin Kumar)
-
[`1468f5b`](1468f5b640https://togithub.com/eslint/eslint/issues/17111 ))
(Nitin Kumar)
-
[`0df4d4f`](0df4d4f658https://togithub.com/eslint/eslint/issues/17106 ))
(Nitin Kumar)
-
[`52018f2`](52018f21c1https://togithub.com/eslint/eslint/issues/17108 ))
(Nitin Kumar)
-
[`559ff4e`](559ff4e4bchttps://togithub.com/eslint/eslint/issues/17105 ))
(Nitin Kumar)
#### Bug Fixes
-
[`f076e54`](f076e54ecdhttps://togithub.com/eslint/eslint/issues/17151 ))
(Nicholas C. Zakas)
#### Documentation
-
[`e980bf3`](e980bf38cfe92a6fc7edaf5fe64c39https://togithub.com/eslint/eslint/issues/17115 )) (Adam
Jones)
-
[`4a352a9`](4a352a957bhttps://togithub.com/eslint/eslint/issues/17114 ))
(Marcus Wyatt)
-
[`5ea15d9`](5ea15d92eehttps://togithub.com/eslint/eslint/issues/17110 )) (唯然)
#### Chores
-
[`4053004`](4053004c95https://togithub.com/eslint/js )[@​8](https://togithub.com/8 ).40.0
([#​17156](https://togithub.com/eslint/eslint/issues/17156 ))
(Milos Djermanovic)
-
[`50fed1d`](50fed1da44https://togithub.com/eslint/js ) release (ESLint
Jenkins)
-
[`4c7a170`](4c7a170b04https://togithub.com/eslint/eslintrc )[@​2](https://togithub.com/2 ).0.3
([#​17155](https://togithub.com/eslint/eslint/issues/17155 ))
(Milos Djermanovic)
-
[`e80b7cc`](e80b7cce64https://togithub.com/eslint/eslint/issues/17154 ))
(Milos Djermanovic)
-
[`ce3ac91`](ce3ac91b51https://togithub.com/eslint/eslint/issues/17153 ))
(Milos Djermanovic)
-
[`9094d79`](9094d79fb4https://togithub.com/eslint/eslint/issues/17136 ))
(Milos Djermanovic)
-
[`d85efad`](d85efad655https://togithub.com/eslint/eslint/issues/17122 ))
(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:eyJjcmVhdGVkSW5WZXIiOiIzNS43OS4xIiwidXBkYXRlZEluVmVyIjoiMzUuNzkuMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2023-05-16 19:35:48 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e0b18a0b9b 
							
						 
					 
					
						
						
							
							chore(deps): update dependency date-fns to v2.30.0 ( #3740 )  
						
						... 
						
						
						
						[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [date-fns](https://togithub.com/date-fns/date-fns ) | [`2.29.3` ->
`2.30.0`](https://renovatebot.com/diffs/npm/date-fns/2.29.3/2.30.0 ) |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>date-fns/date-fns</summary>
###
[`v2.30.0`](https://togithub.com/date-fns/date-fns/releases/tag/v2.30.0 )
[Compare
Source](https://togithub.com/date-fns/date-fns/compare/v2.29.3...v2.30.0 )
Kudos to [@​kossnocorp](https://togithub.com/kossnocorp ) and
[@​Andarist](https://togithub.com/Andarist ) for working on the
release.
##### Changes
- Fixed increased build size after enabling compatibility with older
browsers in the previous release. This was done by adding
[@​babel/runtime](https://togithub.com/babel/runtime ) as a
dependency. [See more
details](https://togithub.com/date-fns/date-fns/issues/3208#issuecomment-1528592465 ).
</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:eyJjcmVhdGVkSW5WZXIiOiIzNS43NS4wIiwidXBkYXRlZEluVmVyIjoiMzUuNzUuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2023-05-16 16:45:53 +02:00 
						 
				 
			
				
					
						
							
							
								Simon Hornby 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4790a26e6f 
							
						 
					 
					
						
						
							
							fix: prevent variant name from containing extra whitespace ( #3777 )  
						
						
						
					 
					
						2023-05-16 13:50:57 +02:00 
						 
				 
			
				
					
						
							
							
								Tymoteusz Czech 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0cb6174f75 
							
						 
					 
					
						
						
							
							Fix/strategy UI improvements ( #3766 )  
						
						... 
						
						
						
						https://linear.app/unleash/issue/1-889/ui-adjustments 

---------
Signed-off-by: andreas-unleash <andreas@getunleash.ai>
Co-authored-by: andreas-unleash <andreas@getunleash.ai> 
					
						2023-05-16 11:15:59 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f01d2cc644 
							
						 
					 
					
						
						
							
							chore(deps): update dependency @types/react to v17.0.59 ( #3768 )  
						
						... 
						
						
						
						[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@types/react](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react )
([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped )) |
[`17.0.58` ->
`17.0.59`](https://renovatebot.com/diffs/npm/@types%2freact/17.0.58/17.0.59 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Configuration
📅  **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦  **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕  **Ignore**: Close this PR and you won't be reminded about 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:eyJjcmVhdGVkSW5WZXIiOiIzNS43OS4xIiwidXBkYXRlZEluVmVyIjoiMzUuNzkuMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2023-05-13 16:46:04 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							fcd2c42a42 
							
						 
					 
					
						
						
							
							chore(deps): update dependency vite to v4.3.5 ( #3763 )  
						
						... 
						
						
						
						[](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.3.4` ->
`4.3.5`](https://renovatebot.com/diffs/npm/vite/4.3.4/4.3.5 ) |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>vitejs/vite</summary>
###
[`v4.3.5`](https://togithub.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small435-2023-05-05-small )
[Compare
Source](https://togithub.com/vitejs/vite/compare/v4.3.4...v4.3.5 )
- fix: location is not defined error in cleanScssBugUrl
([#​13100](https://togithub.com/vitejs/vite/issues/13100 ))
([91d7b67](https://togithub.com/vitejs/vite/commit/91d7b67 )), closes
[#​13100](https://togithub.com/vitejs/vite/issues/13100 )
- fix: unwrapId and pass ssr flag when adding to moduleGraph in
this.load
([#​13083](https://togithub.com/vitejs/vite/issues/13083 ))
([9041e19](https://togithub.com/vitejs/vite/commit/9041e19 )), closes
[#​13083](https://togithub.com/vitejs/vite/issues/13083 )
- fix(assetImportMetaUrl): reserve dynamic template literal query params
([#​13034](https://togithub.com/vitejs/vite/issues/13034 ))
([7089528](https://togithub.com/vitejs/vite/commit/7089528 )), closes
[#​13034](https://togithub.com/vitejs/vite/issues/13034 )
- fix(debug): skip filter object args
([#​13098](https://togithub.com/vitejs/vite/issues/13098 ))
([d95a9af](https://togithub.com/vitejs/vite/commit/d95a9af )), closes
[#​13098](https://togithub.com/vitejs/vite/issues/13098 )
- fix(scan): handle html script tag attributes that contain ">"
([#​13101](https://togithub.com/vitejs/vite/issues/13101 ))
([8a37de6](https://togithub.com/vitejs/vite/commit/8a37de6 )), closes
[#​13101](https://togithub.com/vitejs/vite/issues/13101 )
- fix(ssr): ignore \__esModule for ssrExportAll
([#​13084](https://togithub.com/vitejs/vite/issues/13084 ))
([8a8ea1d](https://togithub.com/vitejs/vite/commit/8a8ea1d )), closes
[#​13084](https://togithub.com/vitejs/vite/issues/13084 )
</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:eyJjcmVhdGVkSW5WZXIiOiIzNS43OS4xIiwidXBkYXRlZEluVmVyIjoiMzUuNzkuMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2023-05-13 10:21:43 +00:00