GitHub Actions Bot 
							
						 
					 
					
						
						
						
						
							
						
						
							e4f7a644e8 
							
						 
					 
					
						
						
							
							4.23.0-beta.73  
						
						
						
					 
					
						2023-04-24 12:02:26 +00:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							697fb6aab5 
							
						 
					 
					
						
						
							
							feat: update the user-specific topic ( #3608 )  
						
						... 
						
						
						
						https://linear.app/unleash/issue/2-961/update-demo-guide-steps-to-not-include-a-userids-strategy 
Updates the user-specific toggle topic to use a standard strategy with a
constraint instead (deprecate UserID strategy).
Relates to [roadmap](https://github.com/orgs/Unleash/projects/10 ) item:
#3537 
<img width="1282" alt="image"
src="https://user-images.githubusercontent.com/14320932/233987506-380d89e3-bd5d-461d-a5dc-89e54ad21d88.png "> 
					
						2023-04-24 13:02:06 +01:00 
						 
				 
			
				
					
						
							
							
								GitHub Actions Bot 
							
						 
					 
					
						
						
						
						
							
						
						
							0e84b973dd 
							
						 
					 
					
						
						
							
							4.23.0-beta.72  
						
						
						
					 
					
						2023-04-24 11:37:35 +00:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2129736ca6 
							
						 
					 
					
						
						
							
							chore: make login history GA (remove flag) ( #3604 )  
						
						... 
						
						
						
						https://linear.app/unleash/issue/2-956/remove-loginhistory-feature-flag 
Promotes [login
history](https://docs.getunleash.io/reference/login-history ) to GA by
removing the `loginHistory` feature flag. 
					
						2023-04-24 12:37:13 +01:00 
						 
				 
			
				
					
						
							
							
								GitHub Actions Bot 
							
						 
					 
					
						
						
						
						
							
						
						
							0141e2bec6 
							
						 
					 
					
						
						
							
							4.23.0-beta.71  
						
						
						
					 
					
						2023-04-24 07:59:32 +00:00 
						 
				 
			
				
					
						
							
							
								Gastón Fournier 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							059b43ffaa 
							
						 
					 
					
						
						
							
							chore: migrations test ( #3590 )  
						
						... 
						
						
						
						## About the changes
This is a raw but working test for up and down migrations. 
In the first commit (before Andreas' fix:
https://github.com/Unleash/unleash/pull/3589 ) [it catches the migration
errors we
found](https://github.com/Unleash/unleash/actions/runs/4766567308/jobs/8473744864?pr=3590#step:5:605 ).
After merging from main the test go green, proving that it can catch
these issues earlier 
						
					 
					
						2023-04-24 10:59:12 +03:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							eb07599612 
							
						 
					 
					
						
						
							
							docs: add sidebar entry for project API tokens guide ( #3602 )  
						
						... 
						
						
						
						It seems that we forgot to add this doc to the sidebar. This PR fixes
that 
						
					 
					
						2023-04-24 09:11:39 +02:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f86d1ff13d 
							
						 
					 
					
						
						
							
							chore(deps): update dependency fast-check to v3.8.0 ( #3599 )  
						
						... 
						
						
						
						[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [fast-check](https://togithub.com/dubzzz/fast-check ) | [`3.6.3` ->
`3.8.0`](https://renovatebot.com/diffs/npm/fast-check/3.6.3/3.8.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>dubzzz/fast-check</summary>
###
[`v3.8.0`](https://togithub.com/dubzzz/fast-check/blob/HEAD/packages/fast-check/CHANGELOG.md#​380 )
[Compare
Source](https://togithub.com/dubzzz/fast-check/compare/v3.7.1...v3.8.0 )
*Introduce new `gen` arbitrary*
\[[Code](https://togithub.com/dubzzz/fast-check/tree/v3.8.0 )]\[[Diff](https://togithub.com/dubzzz/fast-check/compare/v3.7.1...v3.8.0 )]
#### Features
- ([PR#​3395](https://togithub.com/dubzzz/fast-check/pull/3395 ))
Introduce new `gen` arbitrary
#### Fixes
- ([PR#​3706](https://togithub.com/dubzzz/fast-check/pull/3706 ))
Doc: Document newly added `fc.gen()`
***
###
[`v3.7.1`](https://togithub.com/dubzzz/fast-check/blob/HEAD/packages/fast-check/CHANGELOG.md#​371 )
[Compare
Source](https://togithub.com/dubzzz/fast-check/compare/v3.7.0...v3.7.1 )
*Safer declaration of types in package.json*
\[[Code](https://togithub.com/dubzzz/fast-check/tree/v3.7.1 )]\[[Diff](https://togithub.com/dubzzz/fast-check/compare/v3.7.0...v3.7.1 )]
#### Fixes
- ([PR#​3671](https://togithub.com/dubzzz/fast-check/pull/3671 ))
Bug: Declare types field first in exports
- ([PR#​3646](https://togithub.com/dubzzz/fast-check/pull/3646 ))
Doc: Fix a typo in Runners.md
###
[`v3.7.0`](https://togithub.com/dubzzz/fast-check/blob/HEAD/packages/fast-check/CHANGELOG.md#​370 )
[Compare
Source](https://togithub.com/dubzzz/fast-check/compare/v3.6.3...v3.7.0 )
*Better error reports without duplicated messages*
\[[Code](https://togithub.com/dubzzz/fast-check/tree/v3.7.0 )]\[[Diff](https://togithub.com/dubzzz/fast-check/compare/v3.6.3...v3.7.0 )]
#### Features
- ([PR#​3638](https://togithub.com/dubzzz/fast-check/pull/3638 ))
Stop repeating the error twice in reports
#### Fixes
- ([PR#​3637](https://togithub.com/dubzzz/fast-check/pull/3637 ))
CI: Update ts-jest configuration files
***
</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:eyJjcmVhdGVkSW5WZXIiOiIzNS41Ny40IiwidXBkYXRlZEluVmVyIjoiMzUuNTcuNCJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2023-04-24 02:15:41 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f7c41baf2e 
							
						 
					 
					
						
						
							
							chore(deps): update dependency eslint to v8.38.0 ( #3596 )  
						
						... 
						
						
						
						[](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.34.0` ->
`8.38.0`](https://renovatebot.com/diffs/npm/eslint/8.34.0/8.38.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.38.0`](https://togithub.com/eslint/eslint/releases/tag/v8.38.0 )
[Compare
Source](https://togithub.com/eslint/eslint/compare/v8.37.0...v8.38.0 )
#### Features
-
[`a1d561d`](a1d561d18ehttps://togithub.com/eslint/eslint/issues/17059 ))
(Nicholas C. Zakas)
#### Bug Fixes
-
[`1c1ece2`](1c1ece26d1https://togithub.com/eslint/eslint/issues/17037 ))
(Francesco Trotta)
#### Documentation
-
[`7162d34`](7162d34df9https://togithub.com/eslint/eslint/issues/17068 ))
(Nicholas C. Zakas)
-
[`0fd6bb2`](0fd6bb213ac83531c1a6https://togithub.com/eslint/eslint/issues/17061 ))
(Pelle Wessman)
-
[`a3aa6f5`](a3aa6f5f14https://togithub.com/eslint/eslint/issues/17051 ))
(Francesco Trotta)
-
[`b0f11cf`](b0f11cf977da8d52a9d4https://togithub.com/eslint/eslint/issues/17020 ))
(Ahmadou Waly NDIAYE)
-
[`518130a`](518130ae79https://togithub.com/eslint/eslint/issues/16687 ))
(Percy Ma)
-
[`24206c4`](24206c49a159ed06041dhttps://togithub.com/eslint/js )[@​8](https://togithub.com/8 ).38.0
([#​17069](https://togithub.com/eslint/eslint/issues/17069 ))
(Milos Djermanovic)
-
[`88c0898`](88c08984echttps://togithub.com/eslint/js ) release (ESLint
Jenkins)
-
[`cf682d2`](cf682d249fhttps://togithub.com/eslint/eslint/issues/17060 )) (MHO)
-
[`0dde022`](0dde022112https://togithub.com/eslint/eslint/issues/17055 ))
(dependabot\[bot])
### [`v8.37.0`](https://togithub.com/eslint/eslint/releases/tag/v8.37.0 )
[Compare
Source](https://togithub.com/eslint/eslint/compare/v8.36.0...v8.37.0 )
#### Features
-
[`b6ab8b2`](b6ab8b2a2chttps://togithub.com/eslint/eslint/issues/17007 )) (Josh
Goldberg)
-
[`10022b1`](10022b1f4bhttps://togithub.com/eslint/eslint/issues/17004 ))
(Nicholas C. Zakas)
-
[`1665c02`](1665c029achttps://togithub.com/eslint/eslint/issues/16992 ))
(Nicholas C. Zakas)
-
[`b3634f6`](b3634f695dhttps://togithub.com/eslint/eslint/issues/17010 ))
(Samuel Roldan)
-
[`892e6e5`](892e6e58c5https://togithub.com/eslint/eslint/issues/16985 ))
(Nicholas C. Zakas)
#### Bug Fixes
-
[`619f3fd`](619f3fd173https://togithub.com/eslint/eslint/issues/17023 )) (Brad
Zacher)
-
[`1fbf118`](1fbf1184fehttps://togithub.com/eslint/eslint/issues/16889 ))
(Francesco Trotta)
-
[`129e252`](129e252132https://togithub.com/eslint/eslint/issues/17000 ))
(Francesco Trotta)
#### Documentation
-
[`75339df`](75339df994https://togithub.com/eslint/eslint/issues/17029 )) (Ed
Lucas)
-
[`ec2d830`](ec2d830785https://togithub.com/eslint/eslint/issues/17012 ))
(Andrii Lundiak)
-
[`e39f28d`](e39f28d857https://togithub.com/eslint/eslint/issues/16979 ))
(Tanuj Kanti)
-
[`721c717`](721c71782ahttps://togithub.com/eslint/eslint/issues/16838 )) (Ben
Perlmutter)
-
[`d049f97`](d049f97410https://togithub.com/eslint/eslint/issues/16961 )) (Ben
Perlmutter)
-
[`5251a92`](5251a92186https://togithub.com/eslint/eslint/issues/16986 ))
(alope107)
-
[`6157d81`](6157d813e1https://togithub.com/eslint/eslint/issues/16983 ))
(alope107)
-
[`fd47998`](fd47998af6https://togithub.com/eslint/eslint/issues/16982 ))
(Milos Djermanovic)
-
[`3e1cf6b`](3e1cf6bfc5https://togithub.com/eslint/eslint/issues/16939 )) (Ben
Perlmutter)
#### Chores
-
[`c67f299`](c67f2992a7https://togithub.com/eslint/js )[@​8](https://togithub.com/8 ).37.0
([#​17033](https://togithub.com/eslint/eslint/issues/17033 ))
(Milos Djermanovic)
-
[`ee9ddbd`](ee9ddbd63ehttps://togithub.com/eslint/js ) release (ESLint
Jenkins)
-
[`dddb475`](dddb475288https://togithub.com/eslint/eslintrc )[@​2](https://togithub.com/2 ).0.2
([#​17032](https://togithub.com/eslint/eslint/issues/17032 ))
(Milos Djermanovic)
-
[`522431e`](522431e520https://togithub.com/eslint/eslint/issues/17031 ))
(Milos Djermanovic)
-
[`f5f9a88`](f5f9a88c79https://togithub.com/eslint/eslint/issues/17030 ))
(Milos Djermanovic)
-
[`4dd8d52`](4dd8d524e0https://togithub.com/eslint/eslint/issues/17026 ))
(dependabot\[bot])
-
[`ad9dd6a`](ad9dd6a933https://togithub.com/eslint/eslint/issues/17005 ))
(Strek)
-
[`ada6a3e`](ada6a3e6e3https://togithub.com/eslint/eslint/issues/16993 ))
(Milos Djermanovic)
-
[`c3da975`](c3da975e69https://togithub.com/eslint/eslint/issues/16990 ))
(Nicholas C. Zakas)
-
[`69bc0e2`](69bc0e2f44https://togithub.com/eslint/eslint/issues/16987 ))
(Milos Djermanovic)
### [`v8.36.0`](https://togithub.com/eslint/eslint/releases/tag/v8.36.0 )
[Compare
Source](https://togithub.com/eslint/eslint/compare/v8.35.0...v8.36.0 )
#### Features
-
[`c89a485`](c89a485c49https://togithub.com/eslint/eslint/issues/16807 ))
(Laurent Cozic)
-
[`f5f5e11`](f5f5e11bd5https://togithub.com/eslint/eslint/issues/16944 ))
(Nicholas C. Zakas)
-
[`4799297`](4799297ea5https://togithub.com/eslint-community )
dependencies
([#​16784](https://togithub.com/eslint/eslint/issues/16784 ))
(Michaël De Boey)
#### Bug Fixes
-
[`92c1943`](92c1943ba7https://togithub.com/eslint/eslint/issues/16831 ))
(Nitin Kumar)
#### Documentation
-
[`b98fdd4`](b98fdd413acaf08ce0cchttps://togithub.com/eslint/eslint/issues/16967 ))
(Milos Djermanovic)
-
[`3398431`](3398431574https://togithub.com/eslint/eslint/issues/16887 )) (Ben
Perlmutter)
-
[`19d3531`](19d3531d9bb09a512107https://togithub.com/eslint/eslint/issues/16837 ))
(Nitin Kumar)
#### Chores
-
[`602b111`](602b111219https://togithub.com/eslint/js )[@​8](https://togithub.com/8 ).36.0
([#​16978](https://togithub.com/eslint/eslint/issues/16978 ))
(Milos Djermanovic)
-
[`43c2345`](43c2345c27https://togithub.com/eslint/js ) release (ESLint
Jenkins)
-
[`00afb84`](00afb84e50https://togithub.com/eslint/eslintrc )[@​2](https://togithub.com/2 ).0.1
([#​16977](https://togithub.com/eslint/eslint/issues/16977 ))
(Milos Djermanovic)
-
[`698c5aa`](698c5aad50https://togithub.com/eslint/eslint/issues/16976 ))
(Milos Djermanovic)
-
[`75acdd2`](75acdd21c5https://togithub.com/eslint/eslint/issues/16964 ))
(Milos Djermanovic)
-
[`89d9844`](89d9844b31https://togithub.com/eslint/eslint/issues/16943 ))
(dependabot\[bot])
### [`v8.35.0`](https://togithub.com/eslint/eslint/releases/tag/v8.35.0 )
[Compare
Source](https://togithub.com/eslint/eslint/compare/v8.34.0...v8.35.0 )
#### Features
-
[`8e34a04`](8e34a04e3ahttps://togithub.com/eslint/eslint/issues/16920 ))
(SUZUKI Sosuke)
-
[`c8c0c71`](c8c0c715a2https://togithub.com/eslint/eslint/issues/16844 ))
(Nicholas C. Zakas)
-
[`71f6f0d`](71f6f0dcd5https://togithub.com/eslint/eslint/issues/16826 ))
(Daiki Nishikawa)
#### Bug Fixes
-
[`9698bc5`](9698bc5cdehttps://togithub.com/eslint/eslint/issues/16896 ))
([#​16897](https://togithub.com/eslint/eslint/issues/16897 )) (唯然)
#### Documentation
-
[`f9f195e`](f9f195ef12https://togithub.com/eslint/eslint/issues/16862 )) (Ben
Perlmutter)
-
[`df809fd`](df809fdedchttps://togithub.com/eslint/eslint/issues/16886 )) (Ben
Perlmutter)
-
[`0700d1b`](0700d1b146https://togithub.com/eslint/eslint/issues/16502 )) (Nick
Schonning)
-
[`7b9e9bf`](7b9e9bf78bhttps://togithub.com/eslint/eslint/issues/16782 ))
(Percy Ma)
-
[`5fbc0bf`](5fbc0bffdd67865a064chttps://togithub.com/eslint/eslint/issues/16869 ))
(Amaresh S M)
-
[`43af24a`](43af24a88bhttps://togithub.com/eslint/eslint/issues/16882 ))
(Nicholas C. Zakas)
-
[`ed2999b`](ed2999b38bhttps://togithub.com/eslint/eslint/issues/16824 )) (Ben
Perlmutter)
-
[`2780635`](27806358b5https://togithub.com/eslint/eslint/issues/16884 ))
(Lioness100)
-
[`5bdaae2`](5bdaae205chttps://togithub.com/eslint/eslint/issues/16861 )) (Ben
Perlmutter)
#### Chores
-
[`cdcbe12`](cdcbe127dehttps://togithub.com/eslint/js )[@​8](https://togithub.com/8 ).35.0
([#​16935](https://togithub.com/eslint/eslint/issues/16935 ))
(Brandon Mills)
-
[`c954c34`](c954c349c0https://togithub.com/eslint/js ) release (ESLint
Jenkins)
-
[`5a517da`](5a517da8e5https://togithub.com/eslint/js ) release (ESLint
Jenkins)
-
[`9f10926`](9f10926d76https://togithub.com/eslint/eslintrc )[@​2](https://togithub.com/2 ).0.0
([#​16928](https://togithub.com/eslint/eslint/issues/16928 ))
(Milos Djermanovic)
-
[`da728fa`](da728fae6chttps://togithub.com/eslint/eslint/issues/16907 ))
(Nitin Kumar)
-
[`c57b4f3`](c57b4f3dc6https://togithub.com/eslint/eslint/issues/16901 ))
(Milos Djermanovic)
-
[`9122f07`](9122f07640https://togithub.com/eslint/eslint/issues/16870 ))
(Nicholas C. Zakas)
</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:eyJjcmVhdGVkSW5WZXIiOiIzNS41Ny4wIiwidXBkYXRlZEluVmVyIjoiMzUuNTcuMCJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2023-04-23 22:27:50 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5795474eb3 
							
						 
					 
					
						
						
							
							chore(deps): update dependency eslint-config-prettier to v8.8.0 ( #3598 )  
						
						... 
						
						
						
						[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[eslint-config-prettier](https://togithub.com/prettier/eslint-config-prettier )
| [`8.6.0` ->
`8.8.0`](https://renovatebot.com/diffs/npm/eslint-config-prettier/8.6.0/8.8.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>prettier/eslint-config-prettier</summary>
###
[`v8.8.0`](https://togithub.com/prettier/eslint-config-prettier/blob/HEAD/CHANGELOG.md#Version-880-2023-03-20 )
[Compare
Source](https://togithub.com/prettier/eslint-config-prettier/compare/v8.7.0...v8.8.0 )
- Added:
\[[@​typescript-eslint/lines-around-comment](https://togithub.com/typescript-eslint/lines-around-comment )].
Thanks to [@​ttionya](https://togithub.com/ttionya )!
###
[`v8.7.0`](https://togithub.com/prettier/eslint-config-prettier/blob/HEAD/CHANGELOG.md#Version-870-2023-03-06 )
[Compare
Source](https://togithub.com/prettier/eslint-config-prettier/compare/v8.6.0...v8.7.0 )
- Added:
\[[@​typescript-eslint/block-spacing](https://togithub.com/typescript-eslint/block-spacing )].
Thanks to [@​ttionya](https://togithub.com/ttionya )!
- Added:
\[[@​typescript-eslint/key-spacing](https://togithub.com/typescript-eslint/key-spacing )].
Thanks to [@​ttionya](https://togithub.com/ttionya )!
</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:eyJjcmVhdGVkSW5WZXIiOiIzNS41Ny4wIiwidXBkYXRlZEluVmVyIjoiMzUuNTcuMCJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2023-04-23 17:01:24 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							88a857461f 
							
						 
					 
					
						
						
							
							chore(deps): update dependency @swc/core to v1.3.51 ( #3597 )  
						
						... 
						
						
						
						[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@swc/core](https://swc.rs )
([source](https://togithub.com/swc-project/swc )) | [`1.3.50` ->
`1.3.51`](https://renovatebot.com/diffs/npm/@swc%2fcore/1.3.50/1.3.51 ) |
[](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>swc-project/swc</summary>
###
[`v1.3.51`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#​1351---2023-04-16 )
[Compare
Source](https://togithub.com/swc-project/swc/compare/v1.3.50...v1.3.51 )
##### Bug Fixes
- **(es)** Allow extra comments after `sourceMappingURL`
([#​7262](https://togithub.com/swc-project/swc/issues/7262 ))
([219a738](219a738a75https://togithub.com/swc-project/swc/issues/7266 ))
([30a4e52](30a4e52f74https://togithub.com/swc-project/swc/issues/7243 ))
([beefdd4](beefdd459chttps://togithub.com/swc-project/swc/issues/7275 ))
([4c06a56](4c06a56e52https://togithub.com/swc-project/swc/issues/7271 ))
([93a264c](93a264c9a4https://togithub.com/swc-project/swc/issues/7273 ))
([5d3313a](5d3313aa7ehttps://togithub.com/swc-project/swc/issues/7272 ))
([578960d](578960d321https://togithub.com/swc-project/swc/issues/7268 ))
([635bf81](635bf8116bhttps://togithub.com/swc-project/swc/issues/7270 ))
([c4cce12](c4cce12758📅  **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:eyJjcmVhdGVkSW5WZXIiOiIzNS41Ny4wIiwidXBkYXRlZEluVmVyIjoiMzUuNTcuMCJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2023-04-23 13:00:59 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a1a3512164 
							
						 
					 
					
						
						
							
							chore(deps): update dependency @storybook/testing-library to v0.1.0 ( #3595 )  
						
						... 
						
						
						
						[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@storybook/testing-library](https://togithub.com/storybookjs/testing-library )
| [`0.0.13` ->
`0.1.0`](https://renovatebot.com/diffs/npm/@storybook%2ftesting-library/0.0.13/0.1.0 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>storybookjs/testing-library</summary>
###
[`v0.1.0`](https://togithub.com/storybookjs/testing-library/blob/HEAD/CHANGELOG.md#v010-Mon-Apr-03-2023 )
[Compare
Source](https://togithub.com/storybookjs/testing-library/compare/v0.0.13...v0.1.0 )
🎉  This release contains work from a new contributor! 🎉 
Thank you, Kasper Peulen
([@​kasperpeulen](https://togithub.com/kasperpeulen )), for all
your work!
##### 🚀  Enhancement
##### 🐛  Bug Fix
- Support Storybook 7.0.0
[#​34](https://togithub.com/storybookjs/testing-library/pull/34 )
([@​yannbf](https://togithub.com/yannbf ))
- Make `waitFor` interceptable and don't override interval/timeout
[#​23](https://togithub.com/storybookjs/testing-library/pull/23 )
([@​ghengeveld](https://togithub.com/ghengeveld )
[@​yannbf](https://togithub.com/yannbf ))
- support storybook 7.0
[#​30](https://togithub.com/storybookjs/testing-library/pull/30 )
([@​yannbf](https://togithub.com/yannbf ))
##### Authors: 3
- Gert Hengeveld ([@​ghengeveld](https://togithub.com/ghengeveld ))
- Kasper Peulen
([@​kasperpeulen](https://togithub.com/kasperpeulen ))
-   Yann Braga ([@​yannbf](https://togithub.com/yannbf ))
***
</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:eyJjcmVhdGVkSW5WZXIiOiIzNS41Ny4wIiwidXBkYXRlZEluVmVyIjoiMzUuNTcuMCJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2023-04-23 06:08:27 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							63b3b5b2b2 
							
						 
					 
					
						
						
							
							fix(deps): update dependency docusaurus-theme-openapi-docs to v2.0.0-beta.2 ( #3594 )  
						
						... 
						
						
						
						[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[docusaurus-theme-openapi-docs](https://togithub.com/PaloAltoNetworks/docusaurus-openapi-docs )
| [`2.0.0-beta.1` ->
`2.0.0-beta.2`](https://renovatebot.com/diffs/npm/docusaurus-theme-openapi-docs/2.0.0-beta.1/2.0.0-beta.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>PaloAltoNetworks/docusaurus-openapi-docs</summary>
###
[`v2.0.0-beta.2`](https://togithub.com/PaloAltoNetworks/docusaurus-openapi-docs/releases/tag/v2.0.0-beta.2 )
[Compare
Source](https://togithub.com/PaloAltoNetworks/docusaurus-openapi-docs/compare/v2.0.0-beta.1...v2.0.0-beta.2 )
##### What's Changed
- \[UI Enhancement] Restyle tree lines by
[@​sserrata](https://togithub.com/sserrata ) in
[https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/489 ](https://togithub.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/489 )
- \[UI Enhancement] Hide details marker by
[@​sserrata](https://togithub.com/sserrata ) in
[https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/497 ](https://togithub.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/497 )
- Breaking: Default categoryLinkSource to none, add `auto` option by
[@​IanVS](https://togithub.com/IanVS ) in
[https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/495 ](https://togithub.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/495 )
- \[Bug] Add missing status/headers tabs and apply max-height to code by
[@​sserrata](https://togithub.com/sserrata ) in
[https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/517 ](https://togithub.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/517 )
- Prepare release v2.0.0-beta.2 by
[@​sserrata](https://togithub.com/sserrata ) in
[https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/515 ](https://togithub.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/515 )
**Full Changelog**:
https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/compare/v2.0.0-beta.1...v2.0.0-beta.2 
</details>
---
### Configuration
📅  **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦  **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕  **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS41Ny4wIiwidXBkYXRlZEluVmVyIjoiMzUuNTcuMCJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2023-04-23 03:38:22 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							191f969e50 
							
						 
					 
					
						
						
							
							fix(deps): update dependency docusaurus-plugin-openapi-docs to v2.0.0-beta.2 ( #3593 )  
						
						... 
						
						
						
						[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[docusaurus-plugin-openapi-docs](https://togithub.com/PaloAltoNetworks/docusaurus-openapi-docs )
| [`2.0.0-beta.1` ->
`2.0.0-beta.2`](https://renovatebot.com/diffs/npm/docusaurus-plugin-openapi-docs/2.0.0-beta.1/2.0.0-beta.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>PaloAltoNetworks/docusaurus-openapi-docs</summary>
###
[`v2.0.0-beta.2`](https://togithub.com/PaloAltoNetworks/docusaurus-openapi-docs/releases/tag/v2.0.0-beta.2 )
[Compare
Source](https://togithub.com/PaloAltoNetworks/docusaurus-openapi-docs/compare/v2.0.0-beta.1...v2.0.0-beta.2 )
#### What's Changed
- \[UI Enhancement] Restyle tree lines by
[@​sserrata](https://togithub.com/sserrata ) in
[https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/489 ](https://togithub.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/489 )
- \[UI Enhancement] Hide details marker by
[@​sserrata](https://togithub.com/sserrata ) in
[https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/497 ](https://togithub.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/497 )
- Breaking: Default categoryLinkSource to none, add `auto` option by
[@​IanVS](https://togithub.com/IanVS ) in
[https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/495 ](https://togithub.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/495 )
- \[Bug] Add missing status/headers tabs and apply max-height to code by
[@​sserrata](https://togithub.com/sserrata ) in
[https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/517 ](https://togithub.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/517 )
- Prepare release v2.0.0-beta.2 by
[@​sserrata](https://togithub.com/sserrata ) in
[https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/515 ](https://togithub.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/515 )
**Full Changelog**:
https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/compare/v2.0.0-beta.1...v2.0.0-beta.2 
</details>
---
### Configuration
📅  **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦  **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕  **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS41Ny4wIiwidXBkYXRlZEluVmVyIjoiMzUuNTcuMCJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2023-04-22 22:49:13 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d4ccafc9fa 
							
						 
					 
					
						
						
							
							fix(deps): update dependency connect-session-knex to v3.0.1 ( #3592 )  
						
						... 
						
						
						
						[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [connect-session-knex](https://togithub.com/gx0r/connect-session-knex )
| [`3.0.0` ->
`3.0.1`](https://renovatebot.com/diffs/npm/connect-session-knex/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>gx0r/connect-session-knex</summary>
###
[`v3.0.1`](https://togithub.com/gx0r/connect-session-knex/compare/v3.0.0...v3.0.1 )
[Compare
Source](https://togithub.com/gx0r/connect-session-knex/compare/v3.0.0...v3.0.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:eyJjcmVhdGVkSW5WZXIiOiIzNS41Ny4wIiwidXBkYXRlZEluVmVyIjoiMzUuNTcuMCJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2023-04-22 19:31:41 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							417b56913a 
							
						 
					 
					
						
						
							
							chore(deps): update dependency react-markdown to v8.0.7 ( #3591 )  
						
						... 
						
						
						
						[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [react-markdown](https://togithub.com/remarkjs/react-markdown ) |
[`8.0.4` ->
`8.0.7`](https://renovatebot.com/diffs/npm/react-markdown/8.0.4/8.0.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>remarkjs/react-markdown</summary>
###
[`v8.0.7`](https://togithub.com/remarkjs/react-markdown/releases/tag/8.0.7 )
[Compare
Source](https://togithub.com/remarkjs/react-markdown/compare/8.0.6...8.0.7 )
##### Perf
-
[`c289176`](https://togithub.com/remarkjs/react-markdown/commit/c289176 )
Fix performance for keys
by [@​wooorm](https://togithub.com/wooorm ) in
[https://github.com/remarkjs/react-markdown/pull/738 ](https://togithub.com/remarkjs/react-markdown/pull/738 )
##### Docs
-
[`9034dbd`](https://togithub.com/remarkjs/react-markdown/commit/9034dbd )
Fix types in syntax highlight example
by [@​dlqqq](https://togithub.com/dlqqq ) in
[https://github.com/remarkjs/react-markdown/pull/736 ](https://togithub.com/remarkjs/react-markdown/pull/736 )
**Full Changelog**:
https://github.com/remarkjs/react-markdown/compare/8.0.6...8.0.7 
###
[`v8.0.6`](https://togithub.com/remarkjs/react-markdown/blob/HEAD/changelog.md#​806---2023-03-20 )
[Compare
Source](https://togithub.com/remarkjs/react-markdown/compare/8.0.5...8.0.6 )
-
[`33ab015`](https://togithub.com/remarkjs/react-markdown/commit/33ab015 )
    Update to TS 5\
    by [**@​Methuselah96**](https://togithub.com/Methuselah96 )
in
[#​734](https://togithub.com/remarkjs/react-markdown/issues/734 )
###
[`v8.0.5`](https://togithub.com/remarkjs/react-markdown/blob/HEAD/changelog.md#​805---2023-01-17 )
[Compare
Source](https://togithub.com/remarkjs/react-markdown/compare/8.0.4...8.0.5 )
-
[`d640d40`](https://togithub.com/remarkjs/react-markdown/commit/d640d40 )
    Update to use `node16` module resolution in `tsconfig.json`\
by [**@​ChristianMurphy**](https://togithub.com/ChristianMurphy )
in [#​723](https://togithub.com/remarkjs/react-markdown/pull/723 )
-
[`402fea3`](https://togithub.com/remarkjs/react-markdown/commit/402fea3 )
    Fix typo in `plugins` deprecation message\
    by [**@​marc2332**](https://togithub.com/marc2332 )
in [#​719](https://togithub.com/remarkjs/react-markdown/pull/719 )
-
[`4f98f73`](https://togithub.com/remarkjs/react-markdown/commit/4f98f73 )
    Remove deprecated and unneeded `defaultProps`\
    by [**@​Lepozepo**](https://togithub.com/Lepozepo )
in [#​718](https://togithub.com/remarkjs/react-markdown/pull/718 )
</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:eyJjcmVhdGVkSW5WZXIiOiIzNS41Ni4wIiwidXBkYXRlZEluVmVyIjoiMzUuNTYuMCJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2023-04-22 07:19:54 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							61dabf2957 
							
						 
					 
					
						
						
							
							chore(deps): update dependency @swc/jest to v0.2.26 ( #3587 )  
						
						... 
						
						
						
						[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@swc/jest](https://togithub.com/swc-project/jest ) | [`0.2.24` ->
`0.2.26`](https://renovatebot.com/diffs/npm/@swc%2fjest/0.2.24/0.2.26 ) |
[](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>swc-project/jest</summary>
###
[`v0.2.26`](https://togithub.com/swc-project/jest/compare/v0.2.25...v0.2.26 )
[Compare
Source](https://togithub.com/swc-project/jest/compare/v0.2.25...v0.2.26 )
###
[`v0.2.25`](https://togithub.com/swc-project/jest/compare/v0.2.24...v0.2.25 )
[Compare
Source](https://togithub.com/swc-project/jest/compare/v0.2.24...v0.2.25 )
</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:eyJjcmVhdGVkSW5WZXIiOiIzNS41NS4xIiwidXBkYXRlZEluVmVyIjoiMzUuNTUuMSJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2023-04-22 02:56:20 +00:00 
						 
				 
			
				
					
						
							
							
								GitHub Actions Bot 
							
						 
					 
					
						
						
						
						
							
						
						
							d4b40528d8 
							
						 
					 
					
						
						
							
							4.23.0-beta.70  
						
						
						
					 
					
						2023-04-21 14:14:04 +00:00 
						 
				 
			
				
					
						
							
							
								andreas-unleash 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f9b8abfe34 
							
						 
					 
					
						
						
							
							fix: override built in stickiness options ( #3563 )  
						
						... 
						
						
						
						<!-- 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! ❤️  -->
Created migration for updating context fields
Context fields with stickiness are now the source of truth for
stickiness options.
## About the changes
`userId` context field is updated to have stickiness on by default
`sessionId` context field is added with stickiness on by default
If `default` or `random` are not part of the context field - we add them
This will allow for the option to disable them, by creating a eg.
`random` context field with stickiness off
https://user-images.githubusercontent.com/104830839/233581147-9a514af4-1fdd-4c2e-b954-3cfa13b1a203.mov 
<!-- 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 to #
[1-794](https://linear.app/unleash/issue/1-794/reach-out-to-yousician-for-early-beta-test )
<!-- (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-04-21 17:13:42 +03:00 
						 
				 
			
				
					
						
							
							
								GitHub Actions Bot 
							
						 
					 
					
						
						
						
						
							
						
						
							7ad4053c9b 
							
						 
					 
					
						
						
							
							4.23.0-beta.69  
						
						
						
					 
					
						2023-04-21 13:58:15 +00:00 
						 
				 
			
				
					
						
							
							
								andreas-unleash 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2960d36664 
							
						 
					 
					
						
						
							
							fix: update migration bugs ( #3589 )  
						
						... 
						
						
						
						<!-- 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 migration syntax bugs
## 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-04-21 13:57:54 +00:00 
						 
				 
			
				
					
						
							
							
								Gastón Fournier 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a53457f6d0 
							
						 
					 
					
						
						
							
							docs: removal of event hook in v5 ( #3586 )  
						
						... 
						
						
						
						## About the changes
Make it explicit that eventHook is no longer an option in v5, the
migration should be to
https://docs.getunleash.io/reference/addons/webhook  which is already
linked in the docs since v4 
						
					 
					
						2023-04-21 14:33:09 +02:00 
						 
				 
			
				
					
						
							
							
								GitHub Actions Bot 
							
						 
					 
					
						
						
						
						
							
						
						
							949470b709 
							
						 
					 
					
						
						
							
							4.23.0-beta.68  
						
						
						
					 
					
						2023-04-21 11:27:14 +00:00 
						 
				 
			
				
					
						
							
							
								andreas-unleash 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							193c12acd8 
							
						 
					 
					
						
						
							
							chore:  docs for public signup token tag ( #3486 )  
						
						... 
						
						
						
						<!-- 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 #
[1-863](https://linear.app/unleash/issue/1-836/update-endpoints-for-tag-public-signup-tokens )
<!-- (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: Thomas Heartman <thomas@getunleash.ai> 
						
					 
					
						2023-04-21 11:26:54 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							67a69b7d82 
							
						 
					 
					
						
						
							
							chore(deps): update dependency qs to v6.11.1 ( #3581 )  
						
						... 
						
						
						
						[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [qs](https://togithub.com/ljharb/qs ) | [`6.11.0` ->
`6.11.1`](https://renovatebot.com/diffs/npm/qs/6.11.0/6.11.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>ljharb/qs</summary>
###
[`v6.11.1`](https://togithub.com/ljharb/qs/blob/HEAD/CHANGELOG.md#​6111 )
[Compare
Source](https://togithub.com/ljharb/qs/compare/v6.11.0...v6.11.1 )
- \[Fix] `stringify`: encode comma values more consistently
([#​463](https://togithub.com/ljharb/qs/issues/463 ))
- \[readme] add usage of `filter` option for injecting custom
serialization, i.e. of custom types
([#​447](https://togithub.com/ljharb/qs/issues/447 ))
- \[meta] remove extraneous code backticks
([#​457](https://togithub.com/ljharb/qs/issues/457 ))
-   \[meta] fix changelog markdown
-   \[actions] update checkout action
-   \[actions] restrict action permissions
- \[Dev Deps] update `@ljharb/eslint-config`, `aud`, `object-inspect`,
`tape`
</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:eyJjcmVhdGVkSW5WZXIiOiIzNS41NC4wIiwidXBkYXRlZEluVmVyIjoiMzUuNTQuMCJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2023-04-21 11:11:15 +00:00 
						 
				 
			
				
					
						
							
							
								GitHub Actions Bot 
							
						 
					 
					
						
						
						
						
							
						
						
							d960693dfa 
							
						 
					 
					
						
						
							
							4.23.0-beta.67  
						
						
						
					 
					
						2023-04-21 10:49:03 +00:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0b4df3f53c 
							
						 
					 
					
						
						
							
							feat: add demo guide finish dialog ( #3578 )  
						
						... 
						
						
						
						https://linear.app/unleash/issue/2-925/add-final-tutorial-complete-dialog 
Adds the finish dialog, similar to
https://github.com/Unleash/unleash/pull/3574 
Also includes some fixes and improvements identified in the meantime.
Relates to [roadmap](https://github.com/orgs/Unleash/projects/10 ) item:
#3537 

---------
Co-authored-by: Gastón Fournier <gaston@getunleash.io> 
					
						2023-04-21 11:48:44 +01:00 
						 
				 
			
				
					
						
							
							
								GitHub Actions Bot 
							
						 
					 
					
						
						
						
						
							
						
						
							23223e6775 
							
						 
					 
					
						
						
							
							4.23.0-beta.66  
						
						
						
					 
					
						2023-04-21 09:42:53 +00:00 
						 
				 
			
				
					
						
							
							
								Gastón Fournier 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4dd4d43cce 
							
						 
					 
					
						
						
							
							chore: remove deprecated strategies and allow deprecate default ( #3575 )  
						
						... 
						
						
						
						## About the changes
Improvements around strategies to steer users toward using [strategy
constraints](https://docs.getunleash.io/reference/strategy-constraints )
instead of [custom
strategies](https://docs.getunleash.io/reference/custom-activation-strategies )
Related to #1265  
Important changes:
1.[ Ability to deprecate default
strategy](https://github.com/Unleash/unleash/pull/3575/files#diff-3b49e566565b01580ff7a15f662d2cb824547fdfb3935d0a0baa7fae326d28d6L232-L235 )
2. [Remove strategies that were deprecated in v4 only if they're not
used](https://github.com/Unleash/unleash/pull/3575/files#diff-a04de7adf327c48d54b030bed70d9b1d62ff14df3efc668eb6897a210124ebe0R7-R10 )
3. [Fresh Unleash installations will not include deprecated strategies
from
v4](https://github.com/Unleash/unleash/pull/3575/files#diff-46265b0d51725a5acbf251589b98a8970e45d3a1c6f3d7ea77bdcc3714e672d8L31-L78 )
4. [Deprecate userWithId
strategy](https://github.com/Unleash/unleash/pull/3575/files#diff-a04de7adf327c48d54b030bed70d9b1d62ff14df3efc668eb6897a210124ebe0R13 )
(note: if in use it will continue to work, it'll be not listed when
selecting strategies for a feature toggle).
5. [Switch the order of strategies to make gradual rollout first and
change the comment to suggest using gradual rollout instead of other
existing
strategies](https://github.com/Unleash/unleash/pull/3575/files#diff-a04de7adf327c48d54b030bed70d9b1d62ff14df3efc668eb6897a210124ebe0R16-R18 ) 
						
					 
					
						2023-04-21 11:42:36 +02:00 
						 
				 
			
				
					
						
							
							
								andreas-unleash 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							097dd8ae56 
							
						 
					 
					
						
						
							
							Feat/enable disable strategies ( #3566 )  
						
						... 
						
						
						
						<!-- 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 enabled field to feature strategies
Filter out disabled strategies when returning/evaluating
## 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-865](https://linear.app/unleash/issue/1-865/allow-for-enablingdisabling-strategies-in-place-backend )
<!-- (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-04-21 12:09:07 +03:00 
						 
				 
			
				
					
						
							
							
								Gastón Fournier 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							29907d8d9f 
							
						 
					 
					
						
						
							
							doc: update link to new import/export ( #3584 )  
						
						... 
						
						
						
						## About the changes
Add correct link to new import/export 
						
					 
					
						2023-04-21 08:49:05 +00:00 
						 
				 
			
				
					
						
							
							
								GitHub Actions Bot 
							
						 
					 
					
						
						
						
						
							
						
						
							d61bbb6342 
							
						 
					 
					
						
						
							
							4.23.0-beta.65  
						
						
						
					 
					
						2023-04-21 08:26:04 +00:00 
						 
				 
			
				
					
						
							
							
								Gastón Fournier 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ab4a6f5c92 
							
						 
					 
					
						
						
							
							chore: GA project specific segments ( #3583 )  
						
						... 
						
						
						
						## About the changes
General availability of project-specific segments 
Now new permissions can be assigned to non-admin users to allow them to
create segments specifically bounded to a project (note that unique
naming restriction applies across projects, this limitation can be
lifted later).

This enables a section in the project configuration to add
project-specific segments
 
						
					 
					
						2023-04-21 10:25:40 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f266297892 
							
						 
					 
					
						
						
							
							chore(deps): bump vm2 from 3.9.16 to 3.9.17 in /frontend ( #3576 )  
						
						... 
						
						
						
						Bumps [vm2](https://github.com/patriksimek/vm2 ) from 3.9.16 to 3.9.17.
<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.17</h2>
<p><strong>Fixes</strong></p>
<p><a
href="4b22e87b10https://twitter.com/0x10n ">Xion</a> (SeungHyun Lee) of <a
href="https://kaist-hacking.github.io/ ">KAIST Hacking Lab</a>.)
<a
href="f3db4dee4dhttps://github.com/patriksimek/vm2/blob/master/CHANGELOG.md ">vm2's
changelog</a>.</em></p>
<blockquote>
<h2>v3.9.17 (2023-04-17)</h2>
<p>[fix] Multiple security fixes.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="4f63dc23fef3db4dee4d4b22e87b10https://github.com/patriksimek/vm2/compare/3.9.16...3.9.17 ">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-04-21 09:49:18 +02:00 
						 
				 
			
				
					
						
							
							
								Gastón Fournier 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ca01a79f71 
							
						 
					 
					
						
						
							
							chore: drop event hook ( #3565 )  
						
						... 
						
						
						
						## About the changes
Ref:
https://docs.getunleash.io/reference/deploy/configuring-unleash#further-customization 
> **eventHook** (`function(event, data)`) - (_deprecated in Unleash 4.3_
in favor of the [Webhook addon](../addons/webhook.md)) If provided, this
function will be invoked whenever a feature is mutated. The possible
values for `event` are `'feature-created'`, `'feature-archived'` and
`'feature-revived'`. The `data` argument contains information about the
mutation. Its fields are `type` (string) - the event type (same as
`event`); `createdBy` (string) - the user who performed the mutation;
`data` - the contents of the change. The contents in `data` differs
based on the event type; For `'feature-archived'` and
`'feature-revived'`, the only field will be `name` - the name of the
feature. For `'feature-created'` the data follows a schema defined in
the code
[here](7b7f0b84e8/src/lib/schema/feature-schema.ts (L77)https://github.com/Unleash/unleash/issues/1265  
						
					 
					
						2023-04-21 09:44:18 +02:00 
						 
				 
			
				
					
						
							
							
								GitHub Actions Bot 
							
						 
					 
					
						
						
						
						
							
						
						
							96633f1a34 
							
						 
					 
					
						
						
							
							4.23.0-beta.64  
						
						
						
					 
					
						2023-04-21 07:39:48 +00:00 
						 
				 
			
				
					
						
							
							
								andreas-unleash 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b38a0c911d 
							
						 
					 
					
						
						
							
							chore: add mode and defaultStickiness to project docs ( #3487 )  
						
						... 
						
						
						
						<!-- 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 `mode` and `defaultStickiness` to the project form.
Adds a new img
## 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: Thomas Heartman <thomas@getunleash.ai> 
						
					 
					
						2023-04-21 07:32:42 +00:00 
						 
				 
			
				
					
						
							
							
								GitHub Actions Bot 
							
						 
					 
					
						
						
						
						
							
						
						
							9798a325ab 
							
						 
					 
					
						
						
							
							4.23.0-beta.63  
						
						
						
					 
					
						2023-04-21 07:25:31 +00:00 
						 
				 
			
				
					
						
							
							
								Gastón Fournier 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							53275966a9 
							
						 
					 
					
						
						
							
							chore: update node-version file ( #3562 )  
						
						... 
						
						
						
						## About the changes
There are a few version managers for node.js respecting .node-version
file so it makes sense to also update it
---------
Co-authored-by: Christopher Kolstad <chriswk@getunleash.ai> 
						
					 
					
						2023-04-21 09:25:10 +02:00 
						 
				 
			
				
					
						
							
							
								Gastón Fournier 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b593bdd404 
							
						 
					 
					
						
						
							
							docs: deprecation notice on state api ( #3561 )  
						
						... 
						
						
						
						## About the changes
Update documentation about the deprecation of state API.
Related to https://github.com/Unleash/unleash/issues/1265  
						
					 
					
						2023-04-21 09:19:22 +02:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							824c3e4f4d 
							
						 
					 
					
						
						
							
							chore(deps): update dependency @swc/core to v1.3.50 ( #3577 )  
						
						... 
						
						
						
						[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@swc/core](https://swc.rs )
([source](https://togithub.com/swc-project/swc )) | [`1.3.49` ->
`1.3.50`](https://renovatebot.com/diffs/npm/@swc%2fcore/1.3.49/1.3.50 ) |
[](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>swc-project/swc</summary>
###
[`v1.3.50`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#​1350---2023-04-13 )
[Compare
Source](https://togithub.com/swc-project/swc/compare/v1.3.49...v1.3.50 )
##### Bug Fixes
- **(es)** Fix a crash related to an empty source map
([#​7229](https://togithub.com/swc-project/swc/issues/7229 ))
([c665918](c6659183a6https://togithub.com/swc-project/swc/issues/7247 ))
([e35097f](e35097fd8chttps://togithub.com/swc-project/swc/issues/7251 ))
([2e947e7](2e947e7aebhttps://togithub.com/swc-project/swc/issues/7246 ))
([a44fea1](a44fea1ec8https://togithub.com/swc-project/swc/issues/7223 ))
([b1c40a4](b1c40a411fhttps://togithub.com/swc-project/swc/issues/7232 ))
([01db30f](01db30f91ehttps://togithub.com/swc-project/swc/issues/7242 ))
([6614886](6614886192https://togithub.com/swc-project/swc/issues/7249 ))
([f0e3b1d](f0e3b1d09ahttps://togithub.com/swc-project/swc/issues/7258 ))
([1fe5c3a](1fe5c3a803https://togithub.com/swc-project/swc/issues/7245 ))
([559d120](559d1202bchttps://togithub.com/swc-project/swc/issues/7250 ))
([efad714](efad714983https://togithub.com/swc-project/swc/issues/7256 ))
([6bd58cb](6bd58cbcfdhttps://togithub.com/swc-project/swc/issues/7244 ))
([70b86db](70b86dbe37https://togithub.com/swc-project/swc/issues/7236 ))
([695ce06](695ce060e9https://togithub.com/swc-project/swc/issues/7257 ))
([ff3decc](ff3decc7db📅  **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:eyJjcmVhdGVkSW5WZXIiOiIzNS41NC4wIiwidXBkYXRlZEluVmVyIjoiMzUuNTQuMCJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2023-04-21 01:00:04 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c417e39858 
							
						 
					 
					
						
						
							
							chore(deps): update dependency @types/react to v17.0.58 ( #3570 )  
						
						... 
						
						
						
						[](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.57` ->
`17.0.58`](https://renovatebot.com/diffs/npm/@types%2freact/17.0.57/17.0.58 )
|
[](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:eyJjcmVhdGVkSW5WZXIiOiIzNS40OS4wIiwidXBkYXRlZEluVmVyIjoiMzUuNDkuMCJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2023-04-20 19:43:23 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							606cffa44f 
							
						 
					 
					
						
						
							
							chore(deps): update dependency @uiw/react-codemirror to v4.19.16 ( #3557 )  
						
						... 
						
						
						
						[](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.11` ->
`4.19.16`](https://renovatebot.com/diffs/npm/@uiw%2freact-codemirror/4.19.11/4.19.16 )
|
[](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.16`](https://togithub.com/uiwjs/react-codemirror/releases/tag/v4.19.16 )
[Compare
Source](https://togithub.com/uiwjs/react-codemirror/compare/v4.19.15...v4.19.16 )
[](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-codemirror@4.19.16/file/README.md )
Documentation v4.19.16:
https://raw.githack.com/uiwjs/react-codemirror/b0072ad/index.html \
Comparing Changes:
https://github.com/uiwjs/react-codemirror/compare/v4.19.15...v4.19.16 
```shell
npm i @​uiw/react-codemirror@4.19.16
```
- 📖  doc: Update README.md
[`85c3468`](https://togithub.com/uiwjs/react-codemirror/commit/85c3468 )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
- 🐞  fix: fix editable/readOnly props.
([#​488](https://togithub.com/uiwjs/react-codemirror/issues/488 ))
[`606a5a1`](https://togithub.com/uiwjs/react-codemirror/commit/606a5a1 )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
###
[`v4.19.15`](https://togithub.com/uiwjs/react-codemirror/releases/tag/v4.19.15 )
[Compare
Source](https://togithub.com/uiwjs/react-codemirror/compare/v4.19.14...v4.19.15 )
[](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-codemirror@4.19.15/file/README.md )
Documentation v4.19.15:
https://raw.githack.com/uiwjs/react-codemirror/904a7d8/index.html \
Comparing Changes:
https://github.com/uiwjs/react-codemirror/compare/v4.19.14...v4.19.15 
```shell
npm i @​uiw/react-codemirror@4.19.15
```
- 🌟  feat(CodeMirrorMerge): add `orientation`, `revertControls`,
`highlightChanges`, `gutter` props.
[`3198a3c`](https://togithub.com/uiwjs/react-codemirror/commit/3198a3c )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
###
[`v4.19.14`](https://togithub.com/uiwjs/react-codemirror/releases/tag/v4.19.14 )
[Compare
Source](https://togithub.com/uiwjs/react-codemirror/compare/v4.19.13...v4.19.14 )
[](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-codemirror@4.19.14/file/README.md )
Documentation v4.19.14:
https://raw.githack.com/uiwjs/react-codemirror/996d43e/index.html \
Comparing Changes:
https://github.com/uiwjs/react-codemirror/compare/v4.19.13...v4.19.14 
```shell
npm i @​uiw/react-codemirror@4.19.14
```
- 🐞  fix(react-codemirror-merge): fix `ref` issue.
([#​455](https://togithub.com/uiwjs/react-codemirror/issues/455 ))
[`9f90348`](https://togithub.com/uiwjs/react-codemirror/commit/9f90348 )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
- 🐞  fix: fix bundle file name.
[`60fba4f`](https://togithub.com/uiwjs/react-codemirror/commit/60fba4f )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
###
[`v4.19.13`](https://togithub.com/uiwjs/react-codemirror/releases/tag/v4.19.13 )
[Compare
Source](https://togithub.com/uiwjs/react-codemirror/compare/v4.19.12...v4.19.13 )
[](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-codemirror@4.19.13/file/README.md )
Documentation v4.19.13:
https://raw.githack.com/uiwjs/react-codemirror/4745c35/index.html \
Comparing Changes:
https://github.com/uiwjs/react-codemirror/compare/v4.19.12...v4.19.13 
```shell
npm i @​uiw/react-codemirror@4.19.13
```
- 🐞  fix(react-codemirror-merge): fix extensions props issue.
([#​455](https://togithub.com/uiwjs/react-codemirror/issues/455 ))
[`eb6b780`](https://togithub.com/uiwjs/react-codemirror/commit/eb6b780 )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
###
[`v4.19.12`](https://togithub.com/uiwjs/react-codemirror/releases/tag/v4.19.12 )
[Compare
Source](https://togithub.com/uiwjs/react-codemirror/compare/v4.19.11...v4.19.12 )
[](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-codemirror@4.19.12/file/README.md )
Documentation v4.19.12:
https://raw.githack.com/uiwjs/react-codemirror/5ce6bf4/index.html \
Comparing Changes:
https://github.com/uiwjs/react-codemirror/compare/v4.19.11...v4.19.12 
```shell
npm i @​uiw/react-codemirror@4.19.12
```
- 📖  - 📖  docs: fix indentWithTab prop description
([#​483](https://togithub.com/uiwjs/react-codemirror/issues/483 ))
[`ff629d7`](https://togithub.com/uiwjs/react-codemirror/commit/ff629d7 )
[@​lloydlobo](https://togithub.com/lloydlobo )
- 💄  chore(deps): update dependency tsbb to v4
[#​481](https://togithub.com/uiwjs/react-codemirror/issues/481 )
[`83f1d1f`](https://togithub.com/uiwjs/react-codemirror/commit/83f1d1f )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
- 🌟  feat: add react-codemirror-merge component
([#​455](https://togithub.com/uiwjs/react-codemirror/issues/455 )).
[`ba3d076`](https://togithub.com/uiwjs/react-codemirror/commit/ba3d076 )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
```jsx
import CodeMirrorMerge from 'react-codemirror-merge';
import { EditorView } from 'codemirror';
import { EditorState } from '@​codemirror/state';
const Original = CodeMirrorMerge.Original;
const Modified = CodeMirrorMerge.Modified;
let doc = `one
two
three
four
five`;
export const Example = () => {
  return (
    <CodeMirrorMerge orientation="b-a">
      <Original value={doc} />
      <Modified
        value={doc.replace(/t/g, 'T') + 'Six'}
        extensions={[EditorView.editable.of(false), EditorState.readOnly.of(true)]}
      />
    </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:eyJjcmVhdGVkSW5WZXIiOiIzNS40OS4wIiwidXBkYXRlZEluVmVyIjoiMzUuNDkuMCJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2023-04-20 15:32:50 +00:00 
						 
				 
			
				
					
						
							
							
								GitHub Actions Bot 
							
						 
					 
					
						
						
						
						
							
						
						
							1389d44af6 
							
						 
					 
					
						
						
							
							4.23.0-beta.62  
						
						
						
					 
					
						2023-04-20 15:32:46 +00:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2cf6e689ee 
							
						 
					 
					
						
						
							
							feat: add demo guide welcome dialog ( #3574 )  
						
						... 
						
						
						
						https://linear.app/unleash/issue/2-923/add-initial-getting-started-dialog 
Adds the welcome dialog with the static QR code pointing to our demo
website. Also changes how the run logic works a bit, so that we have
better control over it (only start demo steps once we click the start
button, etc).
Relates to [roadmap](https://github.com/orgs/Unleash/projects/10 ) item:
#3537 
 
					
						2023-04-20 16:32:26 +01:00 
						 
				 
			
				
					
						
							
							
								GitHub Actions Bot 
							
						 
					 
					
						
						
						
						
							
						
						
							23487f143d 
							
						 
					 
					
						
						
							
							4.23.0-beta.61  
						
						
						
					 
					
						2023-04-20 10:29:50 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Hornby 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3b42e866ec 
							
						 
					 
					
						
						
							
							feat: root roles from groups ( #3559 )  
						
						... 
						
						
						
						feat: adds a way to specify a root role on a group, which will cause any user entering into that group to take on the permissions of that root role
Co-authored-by: Nuno Góis <github@nunogois.com> 
						
					 
					
						2023-04-20 12:29:30 +02:00 
						 
				 
			
				
					
						
							
							
								GitHub Actions Bot 
							
						 
					 
					
						
						
						
						
							
						
						
							163791a094 
							
						 
					 
					
						
						
							
							4.23.0-beta.60  
						
						
						
					 
					
						2023-04-20 09:38:18 +00:00 
						 
				 
			
				
					
						
							
							
								Gastón Fournier 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							44b19e92ee 
							
						 
					 
					
						
						
							
							fix: seed setup and remove admin/features call ( #3567 )  
						
						... 
						
						
						
						## About the changes
Seed setup fails because of compilation errors, we need to skip errors
until we fix them. Also, this removes one usage of `/api/admin/features`
that was used only for testing 
						
					 
					
						2023-04-20 11:37:56 +02:00 
						 
				 
			
				
					
						
							
							
								Gastón Fournier 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							551c00b6b2 
							
						 
					 
					
						
						
							
							fix: compilation issues from event-store ( #3568 )  
						
						... 
						
						
						
						## About the changes
Reduce compilation errors on event-store 
						
					 
					
						2023-04-20 11:37:38 +02:00