andreas-unleash 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2dc24ada8e 
							
						 
					 
					
						
						
							
							fix: migration failure when sessionId exists ( #3624 ) ( #3625 )  
						
						... 
						
						
						
						<!-- 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! ❤️  -->
Back-porting the migration fix
## 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? -->
<!-- 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-04-26 09:00:13 +00:00 
						 
				 
			
				
					
						
							
							
								GitHub Actions Bot 
							
						 
					 
					
						
						
						
						
							
						
						
							3f73b53452 
							
						 
					 
					
						
						
							
							4.23.0-beta.83  
						
						
						
					 
					
						2023-04-26 08:56:14 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Hornby 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9521c452c5 
							
						 
					 
					
						
						
							
							chore: move google auth ui behind flag ( #3606 )  
						
						... 
						
						
						
						Moves the access tab for Google Auth behind a flag. The elements
are still accessible but hidden by default so this is a soft change.
This is a deprecated feature and is on its way out. 
						
					 
					
						2023-04-26 10:55:55 +02:00 
						 
				 
			
				
					
						
							
							
								Christopher Kolstad 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1fdf68eeec 
							
						 
					 
					
						
						
							
							task: removes deprecated feature api ( #3609 )  
						
						... 
						
						
						
						### What
We've had this marked as deprecated through our v4, this PR removes it.
### Worth noting
This updates the deprecation notices with removal notices in the
documentation as well.
### Considerations
The tags API is still located under
/api/admin/features/{featureName}/tags. It should be moved to
/api/admin/projects/{project}/features/{featureName}/tags. I vote we do
that in a separate PR, we'd probably also need to deprecate the existing
tags endpoints for v5 and remove in v6. We could use 308s to signify
that they are moved.
---------
Co-authored-by: Thomas Heartman <thomas@getunleash.ai> 
						
					 
					
						2023-04-26 10:45:00 +02:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7eda493e8e 
							
						 
					 
					
						
						
							
							docs: skip CR also works in the UI ( #3518 )  
						
						
						
					 
					
						2023-04-26 08:49:34 +02:00 
						 
				 
			
				
					
						
							
							
								GitHub Actions Bot 
							
						 
					 
					
						
						
						
						
							
						
						
							8df65d2d39 
							
						 
					 
					
						
						
							
							4.23.0-beta.82  
						
						
						
					 
					
						2023-04-26 06:39:11 +00:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0a613de308 
							
						 
					 
					
						
						
							
							fix: broken feature.e2e test + make error message clearer ( #3623 )  
						
						... 
						
						
						
						This PR fixes a broken e2e test by relaxing what it checks for. It must
have been developed in parallel so that the test wasn't included before
merging into main. 
						
					 
					
						2023-04-26 06:38:53 +00:00 
						 
				 
			
				
					
						
							
							
								GitHub Actions Bot 
							
						 
					 
					
						
						
						
						
							
						
						
							b2bb5502b4 
							
						 
					 
					
						
						
							
							4.23.0-beta.81  
						
						
						
					 
					
						2023-04-25 13:41:04 +00:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2765ae2c70 
							
						 
					 
					
						
						
							
							feat: unify error responses ( #3607 )  
						
						... 
						
						
						
						This PR implements the first version of a suggested unification (and
documentation) of the errors that we return from the API today.
The goal is for this to be the first step towards the error type defined
in this internal [linear
task](https://linear.app/unleash/issue/1-629/define-the-error-type 
'Define the new API error type').
## The state of things today
As things stand, we currently have no (or **very** little) documentation
of the errors that are returned from the API. We mention error codes,
but never what the errors may contain.
Second, there is no specified format for errors, so what they return is
arbitrary, and based on ... Who knows? As a result, we have multiple
different errors returned by the API depending on what operation you're
trying to do. What's more, with OpenAPI validation in the mix, it's
absolutely possible for you to get two completely different error
objects for operations to the same endpoint.
Third, the errors we do return are usually pretty vague and don't really
provide any real help to the user. "You don't have the right
permissions". Great. Well what permissions do I need? And how would I
know? "BadDataError". Sick. Why is it bad?
... You get it.
## What we want to achieve
The ultimate goal is for error messages to serve both humans and
machines. When the user provides bad data, we should tell them what
parts of the data are bad and what they can do to fix it. When they
don't have the right permissions, we should tell them what permissions
they need.
Additionally, it would be nice if we could provide an ID for each error
instance, so that you (or an admin) can look through the logs and locate
he incident.
## What's included in **this** PR?
This PR does not aim to implement everything above. It's not intended to
magically fix everything. Its goal is to implement the necessary
**breaking** changes, so that they can be included in v5. Changing error
messages is a slightly grayer area than changing APIs directly, but
changing the format is definitely something I'd consider breaking.
So this PR:
- defines a minimal version of the error type defined in the [API error
definition linear
task](https://linear.app/unleash/issue/1-629/define-the-error-type ).
- aims to catch all errors we return today and wrap them in the error
type
-   updates tests to match the new expectations.
An important point: because we are cutting v5 very soon and because work
for this wasn't started until last week, the code here isn't necessarily
very polished. But it doesn't need to be. The internals can be as messy
as we want, as long as the API surface is stable.
That said, I'm very open to feedback about design and code completeness,
etc, but this has intentionally been done quickly.
Please also see my inline comments on the changes for more specific
details.
### Proposed follow-ups
As mentioned, this is the first step to implementing the error type. The
public API error type only exposes `id`, `name`, and `message`. This is
barely any more than most of the previous messages, but they are now all
using the same format. Any additional properties, such as `suggestion`,
`help`, `documentationLink` etc can be added as features without
breaking the current format. This is an intentional limitation of this
PR.
Regarding additional properties: there are some error responses that
must contain extra properties. Some of these are documented in the types
of the new error constructor, but not all. This includes `path` and
`type` properties on 401 errors, `details` on validation errors, and
more.
Also, because it was put together quickly, I don't yet know exactly how
we (as developers) would **prefer** to use these new error messages
within the code, so the internal API (the new type, name, etc), is just
a suggestion. This can evolve naturally over time if (based on feedback
and experience) without changing the public API.
## Returning multiple errors
Most of the time when we return errors today, we only return a single
error (even if many things are wrong). AJV, the OpenAPI integration we
use does have a setting that allows it to return all errors in a request
instead of a single one. I suggest we turn that on, but that we do it in
a separate PR (because it updates a number of other snapshots).
When returning errors that point to `details`, the objects in the
`details` now contain a new `description` property. This "deprecates"
the `message` property. Due to our general deprecation policy, this
should be kept around for another full major and can be removed in v6.
```json
{
  "name": "BadDataError",
  "message": "Something went wrong. Check the `details` property for more information."
  "details": [{
    "message": "The .params property must be an object. You provided an array.",
    "description": "The .params property must be an object. You provided an array.",
  }]
}
``` 
						
					 
					
						2023-04-25 13:40:46 +00:00 
						 
				 
			
				
					
						
							
							
								GitHub Actions Bot 
							
						 
					 
					
						
						
						
						
							
						
						
							345f593b85 
							
						 
					 
					
						
						
							
							4.23.0-beta.80  
						
						
						
					 
					
						2023-04-25 11:25:10 +00:00 
						 
				 
			
				
					
						
							
							
								Jaanus Sellin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f9686a3a33 
							
						 
					 
					
						
						
							
							feat: add plausible as connect src ( #3619 )  
						
						
						
					 
					
						2023-04-25 14:24:54 +03:00 
						 
				 
			
				
					
						
							
							
								GitHub Actions Bot 
							
						 
					 
					
						
						
						
						
							
						
						
							d1c3bd95be 
							
						 
					 
					
						
						
							
							4.23.0-beta.79  
						
						
						
					 
					
						2023-04-25 10:41:12 +00:00 
						 
				 
			
				
					
						
							
							
								Jaanus Sellin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							28f61e05ff 
							
						 
					 
					
						
						
							
							feat: fix csp headers for feedback form ( #3617 )  
						
						... 
						
						
						
						Fix feedback form failing due to missing csp headers 
						
					 
					
						2023-04-25 13:40:55 +03:00 
						 
				 
			
				
					
						
							
							
								GitHub Actions Bot 
							
						 
					 
					
						
						
						
						
							
						
						
							8c7c3c34f4 
							
						 
					 
					
						
						
							
							4.23.0-beta.78  
						
						
						
					 
					
						2023-04-25 09:57:35 +00:00 
						 
				 
			
				
					
						
							
							
								andreas-unleash 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e70be0739b 
							
						 
					 
					
						
						
							
							fix: BE protection for empty stickiness ( #3615 )  
						
						... 
						
						
						
						Add 'default' when creating or throw error when updating a
flexibleRollout strategy with empty stickiness
<!-- 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-04-25 12:57:16 +03:00 
						 
				 
			
				
					
						
							
							
								GitHub Actions Bot 
							
						 
					 
					
						
						
						
						
							
						
						
							84977768ff 
							
						 
					 
					
						
						
							
							4.23.0-beta.77  
						
						
						
					 
					
						2023-04-25 08:58:11 +00:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e538cb8a7f 
							
						 
					 
					
						
						
							
							fix: add segment to strategy payload ( #3611 )  
						
						
						
					 
					
						2023-04-25 10:57:53 +02:00 
						 
				 
			
				
					
						
							
							
								GitHub Actions Bot 
							
						 
					 
					
						
						
						
						
							
						
						
							8fdb152ec5 
							
						 
					 
					
						
						
							
							4.23.0-beta.76  
						
						
						
					 
					
						2023-04-25 08:13:33 +00:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							545e231cae 
							
						 
					 
					
						
						
							
							feat: enable dark mode for all ( #3614 )  
						
						
						
					 
					
						2023-04-25 10:13:06 +02:00 
						 
				 
			
				
					
						
							
							
								GitHub Actions Bot 
							
						 
					 
					
						
						
						
						
							
						
						
							ae60cf05b5 
							
						 
					 
					
						
						
							
							4.23.0-beta.75  
						
						
						
					 
					
						2023-04-25 06:36:43 +00:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							abd19d46e7 
							
						 
					 
					
						
						
							
							feat: search cr by title ( #3610 )  
						
						
						
					 
					
						2023-04-25 08:36:27 +02:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							cb6230e3b9 
							
						 
					 
					
						
						
							
							chore(deps): update dependency orval to v6.14.3 ( #3612 )  
						
						... 
						
						
						
						[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [orval](https://togithub.com/anymaniax/orval ) | [`6.11.0` ->
`6.14.3`](https://renovatebot.com/diffs/npm/orval/6.11.0/6.14.3 ) |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>anymaniax/orval</summary>
###
[`v6.14.3`](https://togithub.com/anymaniax/orval/releases/tag/v6.14.3 ):
Release 6.14.3
[Compare
Source](https://togithub.com/anymaniax/orval/compare/v6.14.2...v6.14.3 )
##### Bug Fixes
- **core:** resolve value avoid infinite loop on multi files refs by
adding a parents relation
([9707881](9707881fb7https://togithub.com/anymaniax/orval/releases/tag/v6.14.2 ):
Release 6.14.2
[Compare
Source](https://togithub.com/anymaniax/orval/compare/v6.14.1...v6.14.2 )
##### Bug Fixes
- **core:** resolve value on readonly avoid infinite loop on multi files
refs
([05c966f](05c966fafahttps://togithub.com/anymaniax/orval/releases/tag/v6.14.1 ):
Release 6.14.1
[Compare
Source](https://togithub.com/anymaniax/orval/compare/v6.14.0...v6.14.1 )
##### Bug Fixes
- **core:** add non readonly only inside implementation file when needed
([3be6a54](3be6a54131https://togithub.com/anymaniax/orval/releases/tag/v6.14.0 ):
Release 6.14.0
[Compare
Source](https://togithub.com/anymaniax/orval/compare/v6.13.1...v6.14.0 )
##### Bug Fixes
- correctly handle enums without type properties
([#​814](https://togithub.com/anymaniax/orval/issues/814 ))
([daf83a5](daf83a5e6b03a058f3f58a37cdabd5https://togithub.com/anymaniax/orval/issues/813 ))
([f5b1ec9](f5b1ec9a6ehttps://togithub.com/anymaniax/orval/issues/810 ))
([673bb55](673bb55e5ahttps://togithub.com/anymaniax/orval/issues/821 ))
([79e9527](79e95277a2https://togithub.com/anymaniax/orval/releases/tag/v6.13.1 ):
Release 6.13.1
[Compare
Source](https://togithub.com/anymaniax/orval/compare/v6.13.0...v6.13.1 )
##### Bug Fixes
- **zod:** handling correctly deeper ref by deferencing
([3aa9162](3aa91622dchttps://togithub.com/anymaniax/orval/releases/tag/v6.13.0 ):
Release 6.13.0
[Compare
Source](https://togithub.com/anymaniax/orval/compare/v6.12.1...v6.13.0 )
##### Features
- **clients:** add zod
([#​785](https://togithub.com/anymaniax/orval/issues/785 ))
([cebdb2e](cebdb2e802b102f54898https://togithub.com/anymaniax/orval/releases/tag/v6.12.1 ):
Release 6.12.1
[Compare
Source](https://togithub.com/anymaniax/orval/compare/v6.12.0...v6.12.1 )
##### Bug Fixes
- **core:** bump ibm-openapi-validator to resolve
[https://github.com/IBM/openapi-validator/issues/528 ](https://togithub.com/IBM/openapi-validator/issues/528 )
([#​783](https://togithub.com/anymaniax/orval/issues/783 ))
([f69a84d](f69a84d02chttps://togithub.com/anymaniax/orval/issues/741 ))
([b384ff4](b384ff49255ace2d2dd9https://togithub.com/anymaniax/orval/issues/692 ))
([e480184](e480184cd8c9972402eahttps://togithub.com/anymaniax/orval/releases/tag/v6.12.0 ):
Release 6.12.0
[Compare
Source](https://togithub.com/anymaniax/orval/compare/v6.11.1...v6.12.0 )
##### Bug Fixes
- **core:** request options without second argument correctly stringify
([c2554a7](c2554a7beb903e0b52b3ba7ee98855b26ce92e56https://togithub.com/anymaniax/orval/releases/tag/v6.11.1 ):
Release 6.11.1
[Compare
Source](https://togithub.com/anymaniax/orval/compare/v6.11.0...v6.11.1 )
##### Bug Fixes
- **core:** file loader use default path package to find correctly the
file on all os
([7147b72](7147b72527a89179683d6a34606bd1📅  **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:eyJjcmVhdGVkSW5WZXIiOiIzNS41OC4wIiwidXBkYXRlZEluVmVyIjoiMzUuNTguMCJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2023-04-25 04:01:28 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f616de97f2 
							
						 
					 
					
						
						
							
							chore(deps): update dependency lint-staged to v13.2.1 ( #3600 )  
						
						... 
						
						
						
						[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [lint-staged](https://togithub.com/okonet/lint-staged ) | [`13.1.2` ->
`13.2.1`](https://renovatebot.com/diffs/npm/lint-staged/13.1.2/13.2.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>okonet/lint-staged</summary>
###
[`v13.2.1`](https://togithub.com/okonet/lint-staged/releases/tag/v13.2.1 )
[Compare
Source](https://togithub.com/okonet/lint-staged/compare/v13.2.0...v13.2.1 )
##### Bug Fixes
- ignore "package.json" as config file when it's invalid JSON
([#​1281](https://togithub.com/okonet/lint-staged/issues/1281 ))
([e7ed6f7](e7ed6f741dhttps://togithub.com/okonet/lint-staged/releases/tag/v13.2.0 )
[Compare
Source](c01d9524f6f5987252aehttps://togithub.com/okonet/lint-staged/issues/1270 ))
([60fcd99](60fcd99451https://togithub.com/okonet/lint-staged/issues/1275 ))
([05fb382](05fb3829fada6da00654da6da00654https://togithub.com/okonet/lint-staged/compare/v13.1.2...da6da00654248c34e4f7ce94f61d68ee46f177a1 )
[Compare
Source](https://togithub.com/okonet/lint-staged/compare/v13.1.2...da6da00654248c34e4f7ce94f61d68ee46f177a1 )
</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 17:56:54 +00:00 
						 
				 
			
				
					
						
							
							
								GitHub Actions Bot 
							
						 
					 
					
						
						
						
						
							
						
						
							3b45a7fa91 
							
						 
					 
					
						
						
							
							4.23.0-beta.74  
						
						
						
					 
					
						2023-04-24 13:32:40 +00:00 
						 
				 
			
				
					
						
							
							
								Jaanus Sellin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							514961632f 
							
						 
					 
					
						
						
							
							feat: edit change requests ( #3573 )  
						
						
						
					 
					
						2023-04-24 15:32:19 +02:00 
						 
				 
			
				
					
						
							
							
								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