Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c3de9d7161 
							
						 
					 
					
						
						
							
							test:  bulk enable display ( #3803 )  
						
						
						
					 
					
						2023-05-18 14:51:49 +02:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							78556983f7 
							
						 
					 
					
						
						
							
							chore(deps): update typescript-eslint monorepo to v5.59.5 ( #3799 )  
						
						... 
						
						
						
						[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/typescript-eslint )
| [`5.59.2` ->
`5.59.5`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/5.59.2/5.59.5 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
|
[@typescript-eslint/parser](https://togithub.com/typescript-eslint/typescript-eslint )
| [`5.59.2` ->
`5.59.5`](https://renovatebot.com/diffs/npm/@typescript-eslint%2fparser/5.59.2/5.59.5 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>typescript-eslint/typescript-eslint
(@​typescript-eslint/eslint-plugin)</summary>
###
[`v5.59.5`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#​5595-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5594v5595-2023-05-08 )
[Compare
Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.59.2...v5.59.5 )
**Note:** Version bump only for package
[@​typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin )
</details>
<details>
<summary>typescript-eslint/typescript-eslint
(@​typescript-eslint/parser)</summary>
###
[`v5.59.5`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#​5595-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5594v5595-2023-05-08 )
[Compare
Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.59.2...v5.59.5 )
**Note:** Version bump only for package
[@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser )
</details>
---
### Configuration
📅  **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦  **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕  **Ignore**: Close this PR and you won't be reminded about these
updates again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS44OS4xIiwidXBkYXRlZEluVmVyIjoiMzUuODkuMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2023-05-18 14:47:21 +02:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							92ffc387f3 
							
						 
					 
					
						
						
							
							feat: Bulk enable hints ( #3802 )  
						
						
						
					 
					
						2023-05-18 12:24:31 +02:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							980332a074 
							
						 
					 
					
						
						
							
							feat: bulk enable disable change requests ( #3801 )  
						
						
						
					 
					
						2023-05-18 11:21:10 +02:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							db61a8a40c 
							
						 
					 
					
						
						
							
							feat: message banner (variants) ( #3788 )  
						
						... 
						
						
						
						-
https://linear.app/unleash/issue/2-546/fetch-the-payload-from-a-real-feature-flag 
-
https://linear.app/unleash/issue/2-547/adapt-ui-to-use-the-feature-flag-information-were-fetching 
Tackles the 2 tasks above. 
Adapts our `FlagResolver` logic to support variants, so we can use them
for our message banner project but also anything else in the future.
Also adapts MessageBanner to the new logic.
 - Add support for variants in `FlagResolver`;
 - Adapt `MessageBanner` to a variants flag;
 - Adds `sticky` support for the `MessageBanner`;
- Adds our first variants flag to `uiConfig` and `experimental`:
`messageBanner`;
- Adds a `variant-flag-schema` to make it easy to represent the variant
output that we specify in `uiConfig`;
- Adapts `experimental` to be able to represent default variants while
still maintaining type safety;
- Adds helpers to make it easy to use variants in our project, such as
`getVariantValue` and the `useVariant` hook;
 - Adapts and adds new tests in `flag-resolver.test.ts`;
 
### Notes
- ~~The `as PayloadType` assertions need
https://github.com/Unleash/unleash-client-node/pull/454  since it
includes https://github.com/Unleash/unleash-client-node/pull/452~~ 
(50ccf60893https://github.com/Unleash/unleash/assets/14320932/034ff64f-3020-4ed0-863b-ed1fd9190430 ) 
						
					 
					
						2023-05-18 09:38:59 +01:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2487b990bd 
							
						 
					 
					
						
						
							
							feat: Bulk enabled disable ( #3797 )  
						
						
						
					 
					
						2023-05-18 06:07:56 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0335934bf0 
							
						 
					 
					
						
						
							
							chore(deps): update dependency @swc/core to v1.3.57 ( #3790 )  
						
						... 
						
						
						
						[](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.56` ->
`1.3.57`](https://renovatebot.com/diffs/npm/@swc%2fcore/1.3.56/1.3.57 ) |
[](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.57`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#​1357---2023-05-09 )
[Compare
Source](https://togithub.com/swc-project/swc/compare/v1.3.56...v1.3.57 )
##### Bug Fixes
- **(es/compat)** Fix `is_setter` in `parameters` pass
([#​7348](https://togithub.com/swc-project/swc/issues/7348 ))
([e0de83e](e0de83e862https://togithub.com/swc-project/swc/issues/7351 ))
([b180d09](b180d09e1dhttps://togithub.com/swc-project/swc/issues/7363 ))
([9c052db](9c052db796https://togithub.com/swc-project/swc/issues/7280 ))
([d2c1f45](d2c1f45f5ahttps://togithub.com/swc-project/swc/issues/7346 ))
([91a3fbe](91a3fbe460https://togithub.com/swc-project/swc/issues/7352 ))
([4e278be](4e278befcf📅  **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:eyJjcmVhdGVkSW5WZXIiOiIzNS44Ny4xIiwidXBkYXRlZEluVmVyIjoiMzUuODcuMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2023-05-17 18:32:36 +00:00 
						 
				 
			
				
					
						
							
							
								Jaanus Sellin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d216c56df5 
							
						 
					 
					
						
						
							
							fix: fix deleting feature from global archive ( #3786 )  
						
						
						
					 
					
						2023-05-17 16:19:19 +03:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8dd70e922a 
							
						 
					 
					
						
						
							
							feat: remove icons to prepare space for bulk toggle ( #3796 )  
						
						
						
					 
					
						2023-05-17 12:34:28 +02:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6b41cf03a0 
							
						 
					 
					
						
						
							
							feat: Basic bulk update implementation ( #3794 )  
						
						
						
					 
					
						2023-05-17 12:20:32 +02:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6d473164ab 
							
						 
					 
					
						
						
							
							refactor: rename demo img assets ( #3795 )  
						
						... 
						
						
						
						Small PR that simply renames `demo`-related assets for better
organization and readability. 
						
					 
					
						2023-05-17 08:47:19 +00:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							45505d6996 
							
						 
					 
					
						
						
							
							feat: create stubs for bulk toggle ( #3792 )  
						
						
						
					 
					
						2023-05-17 10:21:08 +02:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6a12403eca 
							
						 
					 
					
						
						
							
							fix: demo QR code ( #3793 )  
						
						... 
						
						
						
						https://linear.app/unleash/issue/2-1062/update-the-qr-code 
Updates the QR code to a correct one, since the last one expired.
Relates to [roadmap](https://github.com/orgs/Unleash/projects/10 ) item:
#3537  
					
						2023-05-17 09:03:11 +01:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a1b69a724f 
							
						 
					 
					
						
						
							
							chore(deps): bump vm2 from 3.9.17 to 3.9.19 in /frontend ( #3789 )  
						
						... 
						
						
						
						Bumps [vm2](https://github.com/patriksimek/vm2 ) from 3.9.17 to 3.9.19.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/patriksimek/vm2/releases ">vm2's
releases</a>.</em></p>
<blockquote>
<h2>3.9.19</h2>
<p><strong>Fixes</strong></p>
<p><a
href="cfa3fc6f81dd81ff616f4d662e34d3https://github.com/blakebyrnes "><code>@blakebyrnes</code></a>)</p>
<p><strong>Fixes</strong></p>
<p><a
href="d88105f997https://github.com/arkark "><code>@arkark</code></a> (Takeshi
Kaneko) of GMO Cybersecurity by Ierae, Inc.)
<a
href="5206ba25afhttps://github.com/arkark "><code>@arkark</code></a> (Takeshi
Kaneko) of GMO Cybersecurity by Ierae, Inc.)</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/patriksimek/vm2/blob/master/CHANGELOG.md ">vm2's
changelog</a>.</em></p>
<blockquote>
<h2>v3.9.19 (2023-05-16)</h2>
<p>[fix] Fix resolver issue.</p>
<h2>v3.9.18 (2023-05-15)</h2>
<p>[fix] Multiple security fixes.
[new] Add resolver API to create a shared resolver for multiple
<code>NodeVM</code> instances allowing to cache scripts and increase
sandbox startup times.
[new] Allow to pass a function to <code>require.context</code> which is
called with the filename allowing to specify the context pre file.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="1663f231eccfa3fc6f812f446e5d19587bb1337df5a129af75https://github.com/patriksimek/vm2 ">https://github.com/patriksimek/vm2 </a></li>
<li><a
href="dd81ff616fhttps://redirect.github.com/patriksimek/vm2/issues/519 ">#519</a>
from XmiliaH/resolver-api</li>
<li><a
href="af983a8a1e5206ba25afd88105f9974d662e34d3https://redirect.github.com/patriksimek/vm2/issues/521 ">#521</a>
from ulixee/pathContext</li>
<li>Additional commits viewable in <a
href="https://github.com/patriksimek/vm2/compare/3.9.17...3.9.19 ">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/Unleash/unleash/network/alerts ).
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
					 
					
						2023-05-17 10:02:51 +02:00 
						 
				 
			
				
					
						
							
							
								Simon Hornby 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6067888534 
							
						 
					 
					
						
						
							
							docs: extend group documentation to include information on setting root roles ( #3696 )  
						
						... 
						
						
						
						This adds documentation to the RBAC section on how to use root roles on
groups and updates a few screenshots for the group pages.
---------
Co-authored-by: Thomas Heartman <thomas@getunleash.ai> 
						
					 
					
						2023-05-17 08:59:35 +02:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							dcc3211d39 
							
						 
					 
					
						
						
							
							chore(deps): update dependency eslint to v8.40.0 ( #3769 )  
						
						... 
						
						
						
						[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [eslint](https://eslint.org )
([source](https://togithub.com/eslint/eslint )) | [`8.39.0` ->
`8.40.0`](https://renovatebot.com/diffs/npm/eslint/8.39.0/8.40.0 ) |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>eslint/eslint</summary>
### [`v8.40.0`](https://togithub.com/eslint/eslint/releases/tag/v8.40.0 )
[Compare
Source](https://togithub.com/eslint/eslint/compare/v8.39.0...v8.40.0 )
#### Features
-
[`5db7808`](5db7808139https://togithub.com/eslint/eslint/issues/17140 )) (Josh
Goldberg ✨ )
-
[`f5574dc`](f5574dc739https://togithub.com/eslint/eslint/issues/17142 ))
(Nicholas C. Zakas)
-
[`e52b98b`](e52b98bf25https://togithub.com/eslint/eslint/issues/17107 ))
(Nitin Kumar)
-
[`1468f5b`](1468f5b640https://togithub.com/eslint/eslint/issues/17111 ))
(Nitin Kumar)
-
[`0df4d4f`](0df4d4f658https://togithub.com/eslint/eslint/issues/17106 ))
(Nitin Kumar)
-
[`52018f2`](52018f21c1https://togithub.com/eslint/eslint/issues/17108 ))
(Nitin Kumar)
-
[`559ff4e`](559ff4e4bchttps://togithub.com/eslint/eslint/issues/17105 ))
(Nitin Kumar)
#### Bug Fixes
-
[`f076e54`](f076e54ecdhttps://togithub.com/eslint/eslint/issues/17151 ))
(Nicholas C. Zakas)
#### Documentation
-
[`e980bf3`](e980bf38cfe92a6fc7edaf5fe64c39https://togithub.com/eslint/eslint/issues/17115 )) (Adam
Jones)
-
[`4a352a9`](4a352a957bhttps://togithub.com/eslint/eslint/issues/17114 ))
(Marcus Wyatt)
-
[`5ea15d9`](5ea15d92eehttps://togithub.com/eslint/eslint/issues/17110 )) (唯然)
#### Chores
-
[`4053004`](4053004c95https://togithub.com/eslint/js )[@​8](https://togithub.com/8 ).40.0
([#​17156](https://togithub.com/eslint/eslint/issues/17156 ))
(Milos Djermanovic)
-
[`50fed1d`](50fed1da44https://togithub.com/eslint/js ) release (ESLint
Jenkins)
-
[`4c7a170`](4c7a170b04https://togithub.com/eslint/eslintrc )[@​2](https://togithub.com/2 ).0.3
([#​17155](https://togithub.com/eslint/eslint/issues/17155 ))
(Milos Djermanovic)
-
[`e80b7cc`](e80b7cce64https://togithub.com/eslint/eslint/issues/17154 ))
(Milos Djermanovic)
-
[`ce3ac91`](ce3ac91b51https://togithub.com/eslint/eslint/issues/17153 ))
(Milos Djermanovic)
-
[`9094d79`](9094d79fb4https://togithub.com/eslint/eslint/issues/17136 ))
(Milos Djermanovic)
-
[`d85efad`](d85efad655https://togithub.com/eslint/eslint/issues/17122 ))
(Milos Djermanovic)
</details>
---
### Configuration
📅  **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦  **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕  **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS43OS4xIiwidXBkYXRlZEluVmVyIjoiMzUuNzkuMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2023-05-16 19:35:48 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e0b18a0b9b 
							
						 
					 
					
						
						
							
							chore(deps): update dependency date-fns to v2.30.0 ( #3740 )  
						
						... 
						
						
						
						[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [date-fns](https://togithub.com/date-fns/date-fns ) | [`2.29.3` ->
`2.30.0`](https://renovatebot.com/diffs/npm/date-fns/2.29.3/2.30.0 ) |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>date-fns/date-fns</summary>
###
[`v2.30.0`](https://togithub.com/date-fns/date-fns/releases/tag/v2.30.0 )
[Compare
Source](https://togithub.com/date-fns/date-fns/compare/v2.29.3...v2.30.0 )
Kudos to [@​kossnocorp](https://togithub.com/kossnocorp ) and
[@​Andarist](https://togithub.com/Andarist ) for working on the
release.
##### Changes
- Fixed increased build size after enabling compatibility with older
browsers in the previous release. This was done by adding
[@​babel/runtime](https://togithub.com/babel/runtime ) as a
dependency. [See more
details](https://togithub.com/date-fns/date-fns/issues/3208#issuecomment-1528592465 ).
</details>
---
### Configuration
📅  **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦  **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕  **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS43NS4wIiwidXBkYXRlZEluVmVyIjoiMzUuNzUuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2023-05-16 16:45:53 +02:00 
						 
				 
			
				
					
						
							
							
								Diego Susa 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							378921c849 
							
						 
					 
					
						
						
							
							Proposed version 2.1  
						
						... 
						
						
						
						Cosmetic modifications to consolidate the semantics around "project maintainers" instead of Project Team. Maintainers looks like a more concrete/visible group of people. 
						
					 
					
						2023-05-16 15:14:03 +02:00 
						 
				 
			
				
					
						
							
							
								Simon Hornby 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4790a26e6f 
							
						 
					 
					
						
						
							
							fix: prevent variant name from containing extra whitespace ( #3777 )  
						
						
						
					 
					
						2023-05-16 13:50:57 +02:00 
						 
				 
			
				
					
						
							
							
								Gastón Fournier 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9e9076ce05 
							
						 
					 
					
						
						
							
							chore: use concurrently to run parallel builds ( #3785 )  
						
						... 
						
						
						
						## About the changes
Small improvement to speed up the build, tested locally validating the
output with and without concurrently.
**Note** this also removes copy-templates from the backend build 
						
					 
					
						2023-05-16 13:38:21 +02:00 
						 
				 
			
				
					
						
							
							
								Tymoteusz Czech 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0cb6174f75 
							
						 
					 
					
						
						
							
							Fix/strategy UI improvements ( #3766 )  
						
						... 
						
						
						
						https://linear.app/unleash/issue/1-889/ui-adjustments 

---------
Signed-off-by: andreas-unleash <andreas@getunleash.ai>
Co-authored-by: andreas-unleash <andreas@getunleash.ai> 
					
						2023-05-16 11:15:59 +00:00 
						 
				 
			
				
					
						
							
							
								Jaanus Sellin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e075d46f79 
							
						 
					 
					
						
						
							
							fix: change commit hash step name ( #3784 )  
						
						
						
					 
					
						2023-05-16 13:36:17 +03:00 
						 
				 
			
				
					
						
							
							
								Simon Hornby 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							efbec719de 
							
						 
					 
					
						
						
							
							fix: block adding a root role to a group with a project role ( #3775 )  
						
						
						
					 
					
						2023-05-16 12:11:32 +02:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d37bb6a790 
							
						 
					 
					
						
						
							
							feat: base path support for openapi ( #3780 )  
						
						
						
					 
					
						2023-05-16 12:01:47 +02:00 
						 
				 
			
				
					
						
							
							
								Simon Hornby 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							bd53193dc9 
							
						 
					 
					
						
						
							
							fix: allow null checker to not fail if it gets no output ( #3779 )  
						
						... 
						
						
						
						## What
Patches the build scripts so that the null checker doesn't fail
---------
Co-authored-by: Gastón Fournier <gaston@getunleash.io> 
						
					 
					
						2023-05-16 10:51:27 +02:00 
						 
				 
			
				
					
						
							
							
								Jaanus Sellin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a7751dfbdd 
							
						 
					 
					
						
						
							
							feat: set commit hash as static asset version ( #3783 )  
						
						
						
					 
					
						2023-05-16 11:44:50 +03:00 
						 
				 
			
				
					
						
							
							
								Jaanus Sellin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0a3cf646be 
							
						 
					 
					
						
						
							
							feat: new notify enterprise workflow ( #3781 )  
						
						
						
					 
					
						2023-05-16 11:06:07 +03:00 
						 
				 
			
				
					
						
							
							
								Jaanus Sellin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							da35454bd8 
							
						 
					 
					
						
						
							
							feat: release inputs added to dispatcher ( #3756 )  
						
						
						
					 
					
						2023-05-16 10:38:12 +03:00 
						 
				 
			
				
					
						
							
							
								Gastón Fournier 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							37e908a455 
							
						 
					 
					
						
						
							
							Test build on prepare ( #3774 )  
						
						... 
						
						
						
						## About the changes
Re-adding build as part of prepare plus some debug logs for development
process (will be removed later) 
						
					 
					
						2023-05-15 12:15:40 +00:00 
						 
				 
			
				
					
						
							
							
								GitHub Actions Bot 
							
						 
					 
					
						
						
						
						
							
						
						
							64c0093bed 
							
						 
					 
					
						
						
							
							5.1.0-beta.54  
						
						
						
					 
					
						2023-05-15 12:12:21 +00:00 
						 
				 
			
				
					
						
							
							
								Christopher Kolstad 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e5e4d52219 
							
						 
					 
					
						
						
							
							fix: anonymise PII fields in user access if flag is set ( #3773 )  
						
						... 
						
						
						
						### What
In the demo when listing possible users to grant access to your project,
we inadvertently expose emails when listing users you can grant access
to. This PR anonymises the access list on the way out. 
						
					 
					
						2023-05-15 14:12:03 +02:00 
						 
				 
			
				
					
						
							
							
								GitHub Actions Bot 
							
						 
					 
					
						
						
						
						
							
						
						
							e7e135b800 
							
						 
					 
					
						
						
							
							5.1.0-beta.53  
						
						
						
					 
					
						2023-05-15 10:23:47 +00:00 
						 
				 
			
				
					
						
							
							
								Gastón Fournier 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							024c6c1990 
							
						 
					 
					
						
						
							
							chore: add additional methods we want exposed ( #3771 )  
						
						... 
						
						
						
						## About the changes
These methods are being used externally as part of our enterprise
package 
						
					 
					
						2023-05-15 10:23:28 +00:00 
						 
				 
			
				
					
						
							
							
								GitHub Actions Bot 
							
						 
					 
					
						
						
						
						
							
						
						
							bbf330611c 
							
						 
					 
					
						
						
							
							5.1.0-beta.52  
						
						
						
					 
					
						2023-05-15 07:20:14 +00:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							741135a171 
							
						 
					 
					
						
						
							
							fix: add missing options parameter back in ( #3770 )  
						
						... 
						
						
						
						This PR adds the missing serialization of the AuthenticationRequired
response back in. It was mistakenly removed in #3633 .
This PR also adds another test to verify that it the options property is
present. 
						
					 
					
						2023-05-15 07:19:55 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f01d2cc644 
							
						 
					 
					
						
						
							
							chore(deps): update dependency @types/react to v17.0.59 ( #3768 )  
						
						... 
						
						
						
						[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@types/react](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react )
([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped )) |
[`17.0.58` ->
`17.0.59`](https://renovatebot.com/diffs/npm/@types%2freact/17.0.58/17.0.59 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Configuration
📅  **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦  **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕  **Ignore**: Close this PR and you won't be reminded about these
updates again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS43OS4xIiwidXBkYXRlZEluVmVyIjoiMzUuNzkuMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2023-05-13 16:46:04 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							fda010e940 
							
						 
					 
					
						
						
							
							fix(deps): update dependency docusaurus-plugin-openapi-docs to v2.0.0-beta.3 ( #3765 )  
						
						... 
						
						
						
						[](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.2` ->
`2.0.0-beta.3`](https://renovatebot.com/diffs/npm/docusaurus-plugin-openapi-docs/2.0.0-beta.2/2.0.0-beta.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>PaloAltoNetworks/docusaurus-openapi-docs</summary>
###
[`v2.0.0-beta.3`](https://togithub.com/PaloAltoNetworks/docusaurus-openapi-docs/releases/tag/v2.0.0-beta.3 )
[Compare
Source](https://togithub.com/PaloAltoNetworks/docusaurus-openapi-docs/compare/v2.0.0-beta.2...v2.0.0-beta.3 )
#### What's Changed
- \[Bug] Narrow SASS loader rules to avoid conflicts with
docusaurus-plugin-sass by
[@​sserrata](https://togithub.com/sserrata ) in
[https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/519 ](https://togithub.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/519 )
- \[Bug] Patch webpack sass loader by
[@​sserrata](https://togithub.com/sserrata ) in
[https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/521 ](https://togithub.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/521 )
- \[Cleanup] Optimize theme typescript build by
[@​sserrata](https://togithub.com/sserrata ) in
[https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/524 ](https://togithub.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/524 )
- Update bash/curl logo and refactor how logo width/height are defined
by [@​sserrata](https://togithub.com/sserrata ) in
[https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/525 ](https://togithub.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/525 )
- \[UI Enhancement] Move authorization card to ApiItem by
[@​sserrata](https://togithub.com/sserrata ) in
[https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/531 ](https://togithub.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/531 )
- \[UI Enhancement] Move CodeTabs above Request by
[@​sserrata](https://togithub.com/sserrata ) in
[https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/533 ](https://togithub.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/533 )
- \[UI Enhancement] Restyle schema property labels by
[@​sserrata](https://togithub.com/sserrata ) in
[https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/534 ](https://togithub.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/534 )
- \[UI Enhancement] Add expand button to CodeBlock by
[@​sserrata](https://togithub.com/sserrata ) in
[https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/537 ](https://togithub.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/537 )
- \[UI Enhancement] Restyle details markers with caret by
[@​sserrata](https://togithub.com/sserrata ) in
[https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/540 ](https://togithub.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/540 )
- \[UI Enhancement] Response Examples: Updated styling and support for
multiple language variants by
[@​blindaa121](https://togithub.com/blindaa121 ) in
[https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/542 ](https://togithub.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/542 )
- \[UI Enhancement] Request form validation and updated styling by
[@​blindaa121](https://togithub.com/blindaa121 ) in
[https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/530 ](https://togithub.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/530 )
- \[UI Enhancement] Enable Expand button for Response by
[@​sserrata](https://togithub.com/sserrata ) in
[https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/553 ](https://togithub.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/553 )
- Upgrade demo to 2.4.0 and update supported range in plugin and theme
by [@​sserrata](https://togithub.com/sserrata ) in
[https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/554 ](https://togithub.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/554 )
- \[Bug] Improve support for additional properties, cleanup nested
`<li>`, support SchemaItem children by
[@​sserrata](https://togithub.com/sserrata ) in
[https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/563 ](https://togithub.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/563 )
- \[UI Enhancement] Updated left doc panel styling by
[@​blindaa121](https://togithub.com/blindaa121 ) in
[https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/557 ](https://togithub.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/557 )
- \[UI Enhancement] ApiDemoPanel: Expand modal cleanup by
[@​blindaa121](https://togithub.com/blindaa121 ) in
[https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/566 ](https://togithub.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/566 )
- Prepare release v2.0.0-beta.3 by
[@​blindaa121](https://togithub.com/blindaa121 ) in
[https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/570 ](https://togithub.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/570 )
**Full Changelog**:
https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/compare/v2.0.0-beta.2...v2.0.0-beta.3 
</details>
---
### Configuration
📅  **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦  **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕  **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS43OS4xIiwidXBkYXRlZEluVmVyIjoiMzUuNzkuMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2023-05-13 13:57:42 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							fcd2c42a42 
							
						 
					 
					
						
						
							
							chore(deps): update dependency vite to v4.3.5 ( #3763 )  
						
						... 
						
						
						
						[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [vite](https://togithub.com/vitejs/vite/tree/main/#readme )
([source](https://togithub.com/vitejs/vite )) | [`4.3.4` ->
`4.3.5`](https://renovatebot.com/diffs/npm/vite/4.3.4/4.3.5 ) |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>vitejs/vite</summary>
###
[`v4.3.5`](https://togithub.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small435-2023-05-05-small )
[Compare
Source](https://togithub.com/vitejs/vite/compare/v4.3.4...v4.3.5 )
- fix: location is not defined error in cleanScssBugUrl
([#​13100](https://togithub.com/vitejs/vite/issues/13100 ))
([91d7b67](https://togithub.com/vitejs/vite/commit/91d7b67 )), closes
[#​13100](https://togithub.com/vitejs/vite/issues/13100 )
- fix: unwrapId and pass ssr flag when adding to moduleGraph in
this.load
([#​13083](https://togithub.com/vitejs/vite/issues/13083 ))
([9041e19](https://togithub.com/vitejs/vite/commit/9041e19 )), closes
[#​13083](https://togithub.com/vitejs/vite/issues/13083 )
- fix(assetImportMetaUrl): reserve dynamic template literal query params
([#​13034](https://togithub.com/vitejs/vite/issues/13034 ))
([7089528](https://togithub.com/vitejs/vite/commit/7089528 )), closes
[#​13034](https://togithub.com/vitejs/vite/issues/13034 )
- fix(debug): skip filter object args
([#​13098](https://togithub.com/vitejs/vite/issues/13098 ))
([d95a9af](https://togithub.com/vitejs/vite/commit/d95a9af )), closes
[#​13098](https://togithub.com/vitejs/vite/issues/13098 )
- fix(scan): handle html script tag attributes that contain ">"
([#​13101](https://togithub.com/vitejs/vite/issues/13101 ))
([8a37de6](https://togithub.com/vitejs/vite/commit/8a37de6 )), closes
[#​13101](https://togithub.com/vitejs/vite/issues/13101 )
- fix(ssr): ignore \__esModule for ssrExportAll
([#​13084](https://togithub.com/vitejs/vite/issues/13084 ))
([8a8ea1d](https://togithub.com/vitejs/vite/commit/8a8ea1d )), closes
[#​13084](https://togithub.com/vitejs/vite/issues/13084 )
</details>
---
### Configuration
📅  **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦  **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕  **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS43OS4xIiwidXBkYXRlZEluVmVyIjoiMzUuNzkuMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2023-05-13 10:21:43 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							10ac1976be 
							
						 
					 
					
						
						
							
							chore(deps): update dependency @types/node to v16.18.26 ( #3764 )  
						
						... 
						
						
						
						[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@types/node](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node )
([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped )) |
[`16.18.25` ->
`16.18.26`](https://renovatebot.com/diffs/npm/@types%2fnode/16.18.25/16.18.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/ )
|
---
### Configuration
📅  **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦  **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕  **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS43OS4xIiwidXBkYXRlZEluVmVyIjoiMzUuNzkuMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2023-05-13 01:50:29 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							341d7a8281 
							
						 
					 
					
						
						
							
							fix(deps): update dependency db-migrate-pg to v1.3.0 ( #3744 )  
						
						... 
						
						
						
						[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [db-migrate-pg](https://togithub.com/db-migrate/pg ) | [`1.2.2` ->
`1.3.0`](https://renovatebot.com/diffs/npm/db-migrate-pg/1.2.2/1.3.0 ) |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>db-migrate/pg</summary>
###
[`v1.3.0`](https://togithub.com/db-migrate/pg/compare/v1.2.4...v1.3.0 )
[Compare
Source](https://togithub.com/db-migrate/pg/compare/v1.2.4...v1.3.0 )
###
[`v1.2.4`](https://togithub.com/db-migrate/pg/compare/v1.2.3...v1.2.4 )
[Compare
Source](https://togithub.com/db-migrate/pg/compare/v1.2.3...v1.2.4 )
###
[`v1.2.3`](https://togithub.com/db-migrate/pg/compare/v1.2.2...v1.2.3 )
[Compare
Source](https://togithub.com/db-migrate/pg/compare/v1.2.2...v1.2.3 )
</details>
---
### Configuration
📅  **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦  **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕  **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS43NS4wIiwidXBkYXRlZEluVmVyIjoiMzUuNzguMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2023-05-12 23:28:47 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a9f489e923 
							
						 
					 
					
						
						
							
							chore(deps): update dependency openapi-enforcer to v1.22.3 ( #3753 )  
						
						... 
						
						
						
						[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [openapi-enforcer](https://openapi-enforcer.com )
([source](https://togithub.com/byu-oit/openapi-enforcer )) | [`1.22.2` ->
`1.22.3`](https://renovatebot.com/diffs/npm/openapi-enforcer/1.22.2/1.22.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>byu-oit/openapi-enforcer</summary>
###
[`v1.22.3`](https://togithub.com/byu-oit/openapi-enforcer/blob/HEAD/CHANGELOG.md#​1223 )
[Compare
Source](72e13f2b91...5f3718155e📅  **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦  **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕  **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS43OS4xIiwidXBkYXRlZEluVmVyIjoiMzUuNzkuMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2023-05-12 21:12:27 +00:00 
						 
				 
			
				
					
						
							
							
								GitHub Actions Bot 
							
						 
					 
					
						
						
						
						
							
						
						
							eb88fe4d7f 
							
						 
					 
					
						
						
							
							5.1.0-beta.51  
						
						
						
					 
					
						2023-05-12 18:02:09 +00:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							dabb6c00a3 
							
						 
					 
					
						
						
							
							fix: demo guide dialogs behavior ( #3762 )  
						
						... 
						
						
						
						Improves the dialogs behavior to address
https://linear.app/unleash/issue/2-1053/bug-when-big-dialog-is-open-if-you-click-on-a-step-the-flow-is-broken 
Also prevents close on backdrop click for the welcome dialog. 
						
					 
					
						2023-05-12 17:58:06 +00:00 
						 
				 
			
				
					
						
							
							
								GitHub Actions Bot 
							
						 
					 
					
						
						
						
						
							
						
						
							1eaa619c9b 
							
						 
					 
					
						
						
							
							5.1.0-beta.50  
						
						
						
					 
					
						2023-05-12 17:52:30 +00:00 
						 
				 
			
				
					
						
							
							
								Ivar Conradi Østhus 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6c5df9f2c7 
							
						 
					 
					
						
						
							
							feat: improve frontend config freshness to < 1s ( #3749 )  
						
						... 
						
						
						
						This PR reuses the revision Id information from the "optimal 304 for
server SDKs" to improve the freshness of the frontend API config data.
In addition it allows us to reduce the polling (and eventually remove it
when we are confident).
---------
Co-authored-by: Gastón Fournier <gaston@getunleash.io> 
						
					 
					
						2023-05-12 17:52:11 +00:00 
						 
				 
			
				
					
						
							
							
								GitHub Actions Bot 
							
						 
					 
					
						
						
						
						
							
						
						
							094d59ac4d 
							
						 
					 
					
						
						
							
							5.1.0-beta.49  
						
						
						
					 
					
						2023-05-12 14:35:25 +00:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f7b05c39f9 
							
						 
					 
					
						
						
							
							fix: demo userId screenshot path ( #3761 )  
						
						... 
						
						
						
						Fixes an issue where the userId screenshot did not load correctly. 
						
					 
					
						2023-05-12 14:34:59 +00:00 
						 
				 
			
				
					
						
							
							
								GitHub Actions Bot 
							
						 
					 
					
						
						
						
						
							
						
						
							08a0642687 
							
						 
					 
					
						
						
							
							5.1.0-beta.48  
						
						
						
					 
					
						2023-05-12 13:24:45 +00:00 
						 
				 
			
				
					
						
							
							
								Gastón Fournier 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							00549ceaa4 
							
						 
					 
					
						
						
							
							fix: build is not present in npm package ( #3759 )  
						
						... 
						
						
						
						## About the changes
Before publishing we should build. This is because previously we were building on prepare https://github.com/Unleash/unleash/pull/3736/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519L45  
						
					 
					
						2023-05-12 13:24:27 +00:00 
						 
				 
			
				
					
						
							
							
								GitHub Actions Bot 
							
						 
					 
					
						
						
						
						
							
						
						
							3c6691284f 
							
						 
					 
					
						
						
							
							5.1.0-beta.47  
						
						
						
					 
					
						2023-05-12 12:14:59 +00:00