renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							60c9718b8d 
							
						 
					 
					
						
						
							
							chore(deps): update dependency @types/node to v16.18.4 ( #2576 )  
						
						 
						
						... 
						
						
						
						[](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.3` ->
`16.18.4`](https://renovatebot.com/diffs/npm/@types%2fnode/16.18.3/16.18.4 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### 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:eyJjcmVhdGVkSW5WZXIiOiIzNC40Mi4wIiwidXBkYXRlZEluVmVyIjoiMzQuNDIuMCJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2022-12-01 03:10:13 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2212d0bbf6 
							
						 
					 
					
						
						
							
							chore(deps): update dependency @swc/core to v1.3.21 ( #2575 )  
						
						 
						
						... 
						
						
						
						[](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.20` ->
`1.3.21`](https://renovatebot.com/diffs/npm/@swc%2fcore/1.3.20/1.3.21 ) |
[](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.21`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#​1321---2022-11-30 )
[Compare
Source](https://togithub.com/swc-project/swc/compare/v1.3.20...v1.3.21 )
##### Bug Fixes
- **(ci)** Fix publish action for binaries
([#​6517](https://togithub.com/swc-project/swc/issues/6517 ))
([2ac3201](2ac32017ba ))
- **(es/minifier)** Don't drop used variables from sequential inliner
([#​6520](https://togithub.com/swc-project/swc/issues/6520 ))
([b394f9f](b394f9f1d3 ))
- **(es/minifier)** Make sequential inliner respect resolution order
([#​6509](https://togithub.com/swc-project/swc/issues/6509 ))
([27ae59e](27ae59e77b ))
- **(es/minifier)** Use unsafe option for arrow => method
([#​6521](https://togithub.com/swc-project/swc/issues/6521 ))
([9752b43](9752b43f94 ))
- **(es/minifier)** Don't convert a signed integer literal key to a
numeric literal
([#​6529](https://togithub.com/swc-project/swc/issues/6529 ))
([81224b5](81224b5d67 ))
- **(html/parser)** Fix parsing of cdata
([#​6534](https://togithub.com/swc-project/swc/issues/6534 ))
([e3cbe7e](e3cbe7e9a9 ))
##### Features
- **(common)** Add contexts to the error messages
([#​6526](https://togithub.com/swc-project/swc/issues/6526 ))
([b8fe04f](b8fe04f720 ))
- **(es/parser)** Make error message helpful
([#​6535](https://togithub.com/swc-project/swc/issues/6535 ))
([cb15721](cb157215d2 ))
- **(es/preset-env)** Update data
([#​6538](https://togithub.com/swc-project/swc/issues/6538 ))
([ae63220](ae6322064d ))
- **(xml/parser)** Parse cdata section
([#​6531](https://togithub.com/swc-project/swc/issues/6531 ))
([7f8c4e0](7f8c4e04b2 ))
##### Miscellaneous Tasks
- **(bindings)** Fix jemalloc on aarch64
([#​6541](https://togithub.com/swc-project/swc/issues/6541 ))
([d56b5a8](d56b5a890a ))
- **(swc_core)** Reexport more modules
([#​6548](https://togithub.com/swc-project/swc/issues/6548 ))
([9b58cce](9b58cce10b ))
##### Performance
- **(common)** Fix perf bug of sourcemap for inputs with multi-byte
chars ([#​6523](https://togithub.com/swc-project/swc/issues/6523 ))
([47908a4](47908a49d3 ))
##### Refactor
- **(css/parser)** Canonicalize only if required
([#​6532](https://togithub.com/swc-project/swc/issues/6532 ))
([251e98c](251e98c055 ))
##### Testing
- **(es/minifier)** Add tests for preserving top-level directives
([#​6545](https://togithub.com/swc-project/swc/issues/6545 ))
([8d8f150](8d8f150792 ))
- **(es/transforms)** Add tests about preserving top-level directives
([#​6518](https://togithub.com/swc-project/swc/issues/6518 ))
([5ff87af](5ff87afa78 ))
- **(es/typescript)** Migrate inline tests to fixture tests
([#​6546](https://togithub.com/swc-project/swc/issues/6546 ))
([cddbc41](cddbc41430 ))
- **(ts/compat)** Migrate inline tests to fixture testing
([#​6475](https://togithub.com/swc-project/swc/issues/6475 ))
([cc4646a](cc4646a4cc ))-
**general**: Use correct extensions for fixture tests
([#​6539](https://togithub.com/swc-project/swc/issues/6539 ))
([7ee86d1](7ee86d1d25 ))
##### Build
- **(cargo)** Update `browerslist-rs`
([#​6547](https://togithub.com/swc-project/swc/issues/6547 ))
([d730186](d730186e9f ))
</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:eyJjcmVhdGVkSW5WZXIiOiIzNC40Mi4wIiwidXBkYXRlZEluVmVyIjoiMzQuNDIuMCJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2022-11-30 23:29:35 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							af15742e3f 
							
						 
					 
					
						
						
							
							chore(deps): update dependency msw to v0.49.1 ( #2553 )  
						
						 
						
						... 
						
						
						
						[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [msw](https://mswjs.io/ ) ([source](https://togithub.com/mswjs/msw )) |
[`0.49.0` ->
`0.49.1`](https://renovatebot.com/diffs/npm/msw/0.49.0/0.49.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>mswjs/msw</summary>
### [`v0.49.1`](https://togithub.com/mswjs/msw/releases/tag/v0.49.1 )
[Compare
Source](https://togithub.com/mswjs/msw/compare/v0.49.0...v0.49.1 )
#### v0.49.1 (2022-11-28)
##### Bug Fixes
- **setupWorker:** resolve the TS4094 error
([#​1477](https://togithub.com/mswjs/msw/issues/1477 ))
([`c268796`](c268796eb7 ))
[@​gduliscouet-ubitransport](https://togithub.com/gduliscouet-ubitransport )
</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:eyJjcmVhdGVkSW5WZXIiOiIzNC40MC4yIiwidXBkYXRlZEluVmVyIjoiMzQuNDAuMiJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2022-11-30 20:01:29 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Fredrik Strand Oseberg 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4bc2c747b1 
							
						 
					 
					
						
						
							
							fix: cr permission actions ( #2574 )  
						
						 
						
						... 
						
						
						
						Fixes an issue where `PermissionSwitch` would not update because we
passed in environmentId and the UPDATE_PROJECT permission is only
project specific. Also fixes an issue where hasAccess didn't take in
projectId for UPDATE_PROJECT which is a project specific permission. 
						
					 
					
						2022-11-30 14:45:23 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								sjaanus 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5c74efc6c6 
							
						 
					 
					
						
						
							
							4.18.0-beta.13  
						
						 
						
						
						
					 
					
						2022-11-30 15:14:49 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tymoteusz Czech 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5f88269744 
							
						 
					 
					
						
						
							
							feat: favorite feature table icons ( #2525 )  
						
						 
						
						
						
					 
					
						2022-11-30 12:44:38 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Fredrik Strand Oseberg 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							dacaaa51b7 
							
						 
					 
					
						
						
							
							feat: default the frontend api flags to on ( #2573 )  
						
						 
						
						... 
						
						
						
						* This PR turns on the flag for the frontendApi to be on by default. We
should still be able to override them from the unleash-cloud
distribution. 
						
					 
					
						2022-11-30 13:33:07 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								sjaanus 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							65851ba51c 
							
						 
					 
					
						
						
							
							Add favorite events ( #2572 )  
						
						 
						
						... 
						
						
						
						This PR adds 4 new events
1. FAVORITE_FEATURE_ADDED
2.  FAVORITE_FEATURE_REMOVED
3. FAVORITE_PROJECT_ADDED
4. FAVORITE_PROJECT_REMOVED 
						
					 
					
						2022-11-30 14:26:17 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							88bdef62b3 
							
						 
					 
					
						
						
							
							change request overview warning colors ( #2565 )  
						
						 
						
						... 
						
						
						
						* Changes the colors of the status component in the change request overview page 
						
					 
					
						2022-11-30 12:51:58 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								sjaanus 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a22d5f5a43 
							
						 
					 
					
						
						
							
							Favorite project ( #2569 )  
						
						 
						
						... 
						
						
						
						Adds ability to favorite projects.
1. Can favorite project
2. Can unfavorite project
3. Favorite field is returned on `/api/admin/projects/default`
4. Favorite field is returned on` /api/admin/projects` 
						
					 
					
						2022-11-30 13:41:53 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							fab6fbb756 
							
						 
					 
					
						
						
							
							Change request event tracking ( #2570 )  
						
						 
						
						
						
					 
					
						2022-11-30 12:04:29 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d1c565735a 
							
						 
					 
					
						
						
							
							linter fixes ( #2561 )  
						
						 
						
						
						
					 
					
						2022-11-30 10:52:13 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Fredrik Strand Oseberg 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d20dff60a7 
							
						 
					 
					
						
						
							
							fix: add dialog for cancel ( #2568 )  
						
						 
						
						... 
						
						
						
						* This PR adds a dialog for cancelling changes, and explains what
happens once you move a change request into the cancelled state. 
						
					 
					
						2022-11-30 10:47:13 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christopher Kolstad 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a113f9c2c0 
							
						 
					 
					
						
						
							
							Change to preferred export format ( #2567 )  
						
						 
						
						... 
						
						
						
						### What
This PR updates the example for the hook to use the export format that
is recommended in the ADR we've written on export types. 
						
					 
					
						2022-11-30 10:42:00 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christopher Kolstad 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							753d6681ff 
							
						 
					 
					
						
						
							
							fix typo in preferred-form-architecture ( #2566 )  
						
						 
						
						... 
						
						
						
						A very quick typo fix. It's whether, not wheter. :) 
						
					 
					
						2022-11-30 10:33:42 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6ae2c9a165 
							
						 
					 
					
						
						
							
							uniquitous language cleanup ( #2564 )  
						
						 
						
						
						
					 
					
						2022-11-30 08:55:40 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								sjaanus 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0d58371f11 
							
						 
					 
					
						
						
							
							Some tweaks to favorites ( #2563 )  
						
						 
						
						... 
						
						
						
						This is follow up PR to https://github.com/Unleash/unleash/pull/2550 ,
which addresses the issues that came up from reviews. 
						
					 
					
						2022-11-30 09:47:57 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								sjaanus 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9ac6b945be 
							
						 
					 
					
						
						
							
							Fix super small text issue ( #2473 )  
						
						 
						
						... 
						
						
						
						Fix super small text issue
Co-authored-by: Thomas Heartman <thomas@getunleash.ai> 
						
					 
					
						2022-11-30 09:18:49 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7ce38ffe89 
							
						 
					 
					
						
						
							
							feat: update seen_at pat column ( #2516 )  
						
						 
						
						... 
						
						
						
						https://linear.app/unleash/issue/2-451/update-last-seen-column-for-pats  
						
					 
					
						2022-11-30 08:10:31 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4d8817698a 
							
						 
					 
					
						
						
							
							feat: add last seen column to token table ( #2520 )  
						
						 
						
						... 
						
						
						
						https://linear.app/unleash/issue/2-449/add-table-column-to-api-tokens-table-ui  
						
					 
					
						2022-11-30 08:07:13 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							348bbfeda3 
							
						 
					 
					
						
						
							
							feat: add last seen column to PAT table ( #2519 )  
						
						 
						
						... 
						
						
						
						https://linear.app/unleash/issue/2-452/add-table-column-to-pats-table-ui  
						
					 
					
						2022-11-29 20:15:34 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							564c287025 
							
						 
					 
					
						
						
							
							Feat update token seen at ( #2514 )  
						
						 
						
						... 
						
						
						
						https://linear.app/unleash/issue/2-448/update-last-seen-column-for-api-tokens 
Co-authored-by: Ivar Conradi Østhus <ivar@getunleash.ai> 
						
					 
					
						2022-11-29 19:46:40 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								sjaanus 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b32d3d0fee 
							
						 
					 
					
						
						
							
							Favorite features ( #2550 )  
						
						 
						
						
						
					 
					
						2022-11-29 16:06:08 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							071f62c606 
							
						 
					 
					
						
						
							
							add missing key ( #2560 )  
						
						 
						
						
						
					 
					
						2022-11-29 15:17:13 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							840510a720 
							
						 
					 
					
						
						
							
							ui tweaks ( #2557 )  
						
						 
						
						
						
					 
					
						2022-11-29 14:59:04 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Fredrik Strand Oseberg 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1a19d1e6fb 
							
						 
					 
					
						
						
							
							Feat/update dialogues ( #2559 )  
						
						 
						
						... 
						
						
						
						* Updates dialogues and strategy edit / creation to give a warning if
you have a change request in review 
						
					 
					
						2022-11-29 14:52:01 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Fredrik Strand Oseberg 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5b24b60d31 
							
						 
					 
					
						
						
							
							fix: flickering dialogue ( #2558 )  
						
						 
						
						... 
						
						
						
						* This PR fixes an issue with flickering states in the change request
dialogue 
						
					 
					
						2022-11-29 13:34:30 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							87d9466005 
							
						 
					 
					
						
						
							
							change request tooltips ( #2555 )  
						
						 
						
						
						
					 
					
						2022-11-29 12:56:19 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9f983f4ed6 
							
						 
					 
					
						
						
							
							min approvals from cr not config ( #2556 )  
						
						 
						
						
						
					 
					
						2022-11-29 12:42:36 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								kwasniew 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							87211dd22e 
							
						 
					 
					
						
						
							
							4.18.0-beta.12  
						
						 
						
						
						
					 
					
						2022-11-29 09:55:46 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e97922d065 
							
						 
					 
					
						
						
							
							store min approvals as part of change request creation ( #2548 )  
						
						 
						
						
						
					 
					
						2022-11-29 09:40:40 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							fc9cad12ed 
							
						 
					 
					
						
						
							
							fix: addon parameter validation on empty strings ( #2547 )  
						
						 
						
						... 
						
						
						
						https://linear.app/unleash/issue/2-408/addon-parameter-validation  
						
					 
					
						2022-11-29 08:22:58 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4518ed6642 
							
						 
					 
					
						
						
							
							Fix plan upgrade tooltip ( #2549 )  
						
						 
						
						... 
						
						
						
						Related: https://github.com/Unleash/unleash/pull/2544 
From:
https://linear.app/unleash/issue/1-414/add-a-badge-for-oss-users-on-the-projects-page-to-see-that-extra 
Includes some fixes and suggestions:
 - Should only show when OSS (icon was showing every time);
 - Link now works correctly, opens on new tab;
- Improves styling to be more aligned with original design:
https://www.figma.com/file/qdwpPfuitJUNinm6mvmCmG/Unleash-application?node-id=6961%3A38443&t=zsXNAnOurapoLm9j-0 ;
 - Fixes text to be like in the design;
- Improves `HtmlTooltip` look and behaviour: white arrow, custom width,
etc;
 - Some refactoring and cleanup;
 
Let me know if I should change anything 👍  
						
					 
					
						2022-11-29 10:06:29 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Fredrik Strand Oseberg 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ad7c139992 
							
						 
					 
					
						
						
							
							fix: add ADR for domain language ( #2541 )  
						
						 
						
						... 
						
						
						
						This PR puts our contributing guidelines in the sidebar of the unleash
documentation. Currently there was no way of navigating to them easily,
which made our contribution guides and ADRs less useful. This PR adds
them to the sidebar as their own category, and adds an ADR for domain
centric language.
Co-authored-by: Thomas Heartman <thomas@getunleash.ai> 
						
					 
					
						2022-11-29 08:57:27 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1c5b96fcab 
							
						 
					 
					
						
						
							
							chore(deps): update dependency @babel/core to v7.20.5 ( #2551 )  
						
						 
						
						... 
						
						
						
						[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@babel/core](https://babel.dev/docs/en/next/babel-core )
([source](https://togithub.com/babel/babel )) | [`7.20.2` ->
`7.20.5`](https://renovatebot.com/diffs/npm/@babel%2fcore/7.20.2/7.20.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>babel/babel</summary>
###
[`v7.20.5`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7205-2022-11-28 )
[Compare
Source](https://togithub.com/babel/babel/compare/v7.20.2...v7.20.5 )
##### 👓  Spec Compliance
- `babel-helpers`, `babel-plugin-transform-destructuring`,
`babel-plugin-transform-modules-commonjs`, `babel-preset-env`,
`babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime`,
`babel-traverse`
- [#​15183](https://togithub.com/babel/babel/pull/15183 ) Improve
array destructuring spec compliance
([@​SuperSodaSea](https://togithub.com/SuperSodaSea ))
- `babel-cli`, `babel-helpers`,
`babel-plugin-proposal-class-properties`,
`babel-plugin-proposal-class-static-block`,
`babel-plugin-transform-classes`, `babel-plugin-transform-runtime`,
`babel-preset-env`
- [#​15182](https://togithub.com/babel/babel/pull/15182 ) fix:
apply toPropertyKey when defining class members
([@​JLHwung](https://togithub.com/JLHwung ))
- `babel-helper-create-class-features-plugin`, `babel-helpers`,
`babel-plugin-proposal-decorators`,
`babel-plugin-proposal-private-property-in-object`, `babel-preset-env`,
`babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime`
- [#​15133](https://togithub.com/babel/babel/pull/15133 ) fix:
validate rhs of `in` when transpiling `#p in C`
([@​JLHwung](https://togithub.com/JLHwung ))
##### 🐛  Bug Fix
-   `babel-parser`
- [#​15225](https://togithub.com/babel/babel/pull/15225 ) Parse
`using[foo]` as computed member expression
([@​JLHwung](https://togithub.com/JLHwung ))
- [#​15207](https://togithub.com/babel/babel/pull/15207 ) Export
`ParseResult` type ([@​davydof](https://togithub.com/davydof ))
- [#​15198](https://togithub.com/babel/babel/pull/15198 ) fix:
parse `import module, ...`
([@​JLHwung](https://togithub.com/JLHwung ))
-   `babel-helper-wrap-function`, `babel-preset-env`, `babel-traverse`
- [#​15181](https://togithub.com/babel/babel/pull/15181 ) fix: Edge
cases for async functions and `noNewArrow` assumption
([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu ))
- `babel-plugin-transform-arrow-functions`,
`babel-plugin-transform-parameters`, `babel-traverse`
- [#​15163](https://togithub.com/babel/babel/pull/15163 ) fix:
Throw error when compiling `super()` in arrow functions with default /
rest parameters
([@​SuperSodaSea](https://togithub.com/SuperSodaSea ))
- `babel-helpers`, `babel-node`,
`babel-plugin-proposal-async-generator-functions`,
`babel-plugin-transform-regenerator`, `babel-preset-env`,
`babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime`
- [#​15194](https://togithub.com/babel/babel/pull/15194 ) fix: Bump
`regenerator` and add tests
([@​SuperSodaSea](https://togithub.com/SuperSodaSea ))
-   `babel-helper-create-regexp-features-plugin`
- [#​15192](https://togithub.com/babel/babel/pull/15192 ) fix:
Update `regjsparser` for `@babel/standalone`
([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu ))
-   `babel-parser`, `babel-types`
- [#​15109](https://togithub.com/babel/babel/pull/15109 ) fix:
Babel 8 types
([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu ))
-   `babel-generator`
- [#​15143](https://togithub.com/babel/babel/pull/15143 ) Don't
print inner comments as leading when wrapping in `(``)`
([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo ))
-   `babel-plugin-transform-block-scoping`, `babel-traverse`
- [#​15167](https://togithub.com/babel/babel/pull/15167 ) Register
`switch`'s `discriminant` in the outer scope
([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo ))
##### 💅  Polish
-   `babel-generator`
- [#​15173](https://togithub.com/babel/babel/pull/15173 ) Improve
generator behavior when `comments:false`
([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu ))
-   `babel-plugin-transform-block-scoping`
- [#​15164](https://togithub.com/babel/babel/pull/15164 ) Only
extract IDs for TDZ checks in assign when necessary
([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo ))
##### 🏠  Internal
-   `babel-core`, `babel-parser`
- [#​15202](https://togithub.com/babel/babel/pull/15202 ) Bump
typescript to 4.9.3 ([@​JLHwung](https://togithub.com/JLHwung ))
</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:eyJjcmVhdGVkSW5WZXIiOiIzNC40MC4yIiwidXBkYXRlZEluVmVyIjoiMzQuNDAuMiJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2022-11-28 21:52:20 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f9cc36522c 
							
						 
					 
					
						
						
							
							chore(deps): update dependency @types/make-fetch-happen to v10.0.1 ( #2539 )  
						
						 
						
						... 
						
						
						
						[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@types/make-fetch-happen](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/make-fetch-happen )
([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped )) |
[`10.0.0` ->
`10.0.1`](https://renovatebot.com/diffs/npm/@types%2fmake-fetch-happen/10.0.0/10.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/ )
|
---
### 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:eyJjcmVhdGVkSW5WZXIiOiIzNC4zNy4wIiwidXBkYXRlZEluVmVyIjoiMzQuMzcuMCJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2022-11-28 18:58:07 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								andreas-unleash 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a992aca228 
							
						 
					 
					
						
						
							
							Feat/add pro feature icon to oss projects ( #2544 )  
						
						 
						
						... 
						
						
						
						<!-- 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! ❤️  -->
Add pro feature icon to oss projects.
## 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> 
						
					 
					
						2022-11-28 17:13:45 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tymoteusz Czech 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b8012a5ad8 
							
						 
					 
					
						
						
							
							Client-side SDK access tokens info ( #2485 )  
						
						 
						
						... 
						
						
						
						<!-- 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
Add fair use policy notifications.
Closes [linear
1-347](https://linear.app/unleash/issue/1-347/frontend-add-information-about-endpoint-url-and-fair-use-policy-for )
Relates to [roadmap](https://github.com/orgs/Unleash/projects/10 ) item:
#1875  
						
					 
					
						2022-11-28 15:22:11 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gastón Fournier 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0943ff8f49 
							
						 
					 
					
						
						
							
							Fix OOM with eslint in migrations ( #2545 )  
						
						 
						
						... 
						
						
						
						## About the changes
When adding a new migration, we might run out of memory. Migrations have
only JS files and we're running these through TS parser. Removing TS
config reference from `.eslintrc` proved to solve the issue while
running local manual tests
This still lints migration files but using JS syntax 
						
					 
					
						2022-11-28 15:16:19 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								andreas-unleash 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1eb0116e11 
							
						 
					 
					
						
						
							
							Fix/last viewed project ( #2530 )  
						
						 
						
						... 
						
						
						
						<!-- Thanks for creating a PR! To make it easier for reviewers and
everyone else to understand what your changes relate to, please add some
relevant content to the headings below. Feel free to ignore or delete
sections that you don't think are relevant. Thank you! ❤️  -->
Fix using projectId on redirect.
Fix: only redirect to project(s) on app load
## 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> 
						
					 
					
						2022-11-28 16:10:40 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1fec43947d 
							
						 
					 
					
						
						
							
							add feature flag: network view ( #2543 )  
						
						 
						
						... 
						
						
						
						https://linear.app/unleash/issue/2-453/add-feature-flag  
						
					 
					
						2022-11-28 13:48:02 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								andreas-unleash 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e7225dd29f 
							
						 
					 
					
						
						
							
							Fix test assumption ( #2540 )  
						
						 
						
						... 
						
						
						
						Signed-off-by: andreas-unleash <andreas@getunleash.ai>
<!-- Thanks for creating a PR! To make it easier for reviewers and
everyone else to understand what your changes relate to, please add some
relevant content to the headings below. Feel free to ignore or delete
sections that you don't think are relevant. Thank you! ❤️  -->
## About the changes
<!-- Describe the changes introduced. What are they and why are they
being introduced? Feel free to also add screenshots or steps to view the
changes if they're visual. -->
<!-- Does it close an issue? Multiple? -->
Closes #
<!-- (For internal contributors): Does it relate to an issue on public
roadmap? -->
<!--
Relates to [roadmap](https://github.com/orgs/Unleash/projects/10 ) item:
#
-->
### Important files
<!-- PRs can contain a lot of changes, but not all changes are equally
important. Where should a reviewer start looking to get an overview of
the changes? Are any files particularly important? -->
## Discussion points
<!-- Anything about the PR you'd like to discuss before it gets merged?
Got any questions or doubts? -->
Signed-off-by: andreas-unleash <andreas@getunleash.ai> 
						
					 
					
						2022-11-28 12:12:45 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christopher Kolstad 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1ecbc32e14 
							
						 
					 
					
						
						
							
							task: Make operations on the API Token store auditable. ( #2531 )  
						
						 
						
						... 
						
						
						
						## About the changes
We need a way to have an audit log for operations made on Api Tokens.
These changes adds three new event types, API_TOKEN_CREATED,
API_TOKEN_UPDATED, API_TOKEN_DELETED and extends api-token-service to
store these to our event store to reflect the action being taken. 
						
					 
					
						2022-11-28 10:56:34 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b5e1c72cc1 
							
						 
					 
					
						
						
							
							chore(deps): update dependency @swc/core to v1.3.20 ( #2536 )  
						
						 
						
						... 
						
						
						
						[](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.19` ->
`1.3.20`](https://renovatebot.com/diffs/npm/@swc%2fcore/1.3.19/1.3.20 ) |
[](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.20`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#​1320---2022-11-26 )
[Compare
Source](https://togithub.com/swc-project/swc/compare/v1.3.19...v1.3.20 )
##### Bug Fixes
- **(es/codegen)** Preserve parens for `new` in optional chaining
([#​6484](https://togithub.com/swc-project/swc/issues/6484 ))
([1ca281a](1ca281a6cf ))
- **(es/minifier)** Preserve classes with side effects in static fields
([#​6480](https://togithub.com/swc-project/swc/issues/6480 ))
([8d906b4](8d906b45e5 ))
- **(es/react)** Allow spread children
([#​6505](https://togithub.com/swc-project/swc/issues/6505 ))
([90aa6c8](90aa6c8318 ))
- **(es/visit)** Visit TypeScript satisfies expressions
([#​6511](https://togithub.com/swc-project/swc/issues/6511 ))
([0cee0e1](0cee0e1af7 ))
##### Features
- **(es/codegen)** Skip whitespaces for comments in minify mode
([#​6465](https://togithub.com/swc-project/swc/issues/6465 ))
([08a9e21](08a9e21b36 ))
##### Miscellaneous Tasks
- **(ci)** Reduce trigger scope for PRs
([#​6486](https://togithub.com/swc-project/swc/issues/6486 ))
([7fe091a](7fe091af1f ))
- **(ci)** Skip benchmark for forks
([#​6489](https://togithub.com/swc-project/swc/issues/6489 ))
([78af96e](78af96e507 ))
##### Performance
- **(es/helpers)** Improve fast-path for helper detection
([#​6502](https://togithub.com/swc-project/swc/issues/6502 ))
([b3b5526](b3b5526be4 ))
##### Refactor
- **(binding/wasm)** Use binding_macro
([#​6487](https://togithub.com/swc-project/swc/issues/6487 ))
([d957aac](d957aac056 ))
- **(es)** Remove settings related to `privateInObject`
([#​6468](https://togithub.com/swc-project/swc/issues/6468 ))
([c57307d](c57307d002 ))
##### Build
- **(publish)** Upload cli binaries to github release
([#​6495](https://togithub.com/swc-project/swc/issues/6495 ))
([4f8af16](4f8af16156 ))
</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:eyJjcmVhdGVkSW5WZXIiOiIzNC4zNy4wIiwidXBkYXRlZEluVmVyIjoiMzQuMzcuMCJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2022-11-28 09:10:57 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								kwasniew 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2afadf31be 
							
						 
					 
					
						
						
							
							4.18.0-beta.11  
						
						 
						
						
						
					 
					
						2022-11-28 07:26:26 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							68162c2b66 
							
						 
					 
					
						
						
							
							make approvals unique ( #2534 )  
						
						 
						
						
						
					 
					
						2022-11-28 07:19:15 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ad19779b4f 
							
						 
					 
					
						
						
							
							chore(deps): update dependency superagent to v8.0.4 ( #2535 )  
						
						 
						
						... 
						
						
						
						[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [superagent](https://togithub.com/visionmedia/superagent ) | [`8.0.3`
-> `8.0.4`](https://renovatebot.com/diffs/npm/superagent/8.0.3/8.0.4 ) |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>visionmedia/superagent</summary>
###
[`v8.0.4`](https://togithub.com/visionmedia/superagent/releases/tag/v8.0.4 )
[Compare
Source](https://togithub.com/visionmedia/superagent/compare/v8.0.3...v8.0.4 )
- Merge pull request
[#​1752](https://togithub.com/visionmedia/superagent/issues/1752 )
from romainmnr/patch-1
[`ca42089`](https://togithub.com/visionmedia/superagent/commit/ca42089 )
- Merge pull request
[#​1750](https://togithub.com/visionmedia/superagent/issues/1750 )
from lopezac/patch-1
[`79374d6`](https://togithub.com/visionmedia/superagent/commit/79374d6 )
- Add missing typing for withCredentials()
[`68a14c8`](https://togithub.com/visionmedia/superagent/commit/68a14c8 )
- Fix overflow pre tag index.md
[`5099d32`](https://togithub.com/visionmedia/superagent/commit/5099d32 )
</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:eyJjcmVhdGVkSW5WZXIiOiIzNC4zNC4xIiwidXBkYXRlZEluVmVyIjoiMzQuMzQuMSJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2022-11-25 23:09:10 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a2c50c6224 
							
						 
					 
					
						
						
							
							chore(deps): update dependency lint-staged to v13.0.4 ( #2532 )  
						
						 
						
						... 
						
						
						
						[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [lint-staged](https://togithub.com/okonet/lint-staged ) | [`13.0.3` ->
`13.0.4`](https://renovatebot.com/diffs/npm/lint-staged/13.0.3/13.0.4 ) |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>okonet/lint-staged</summary>
###
[`v13.0.4`](https://togithub.com/okonet/lint-staged/releases/tag/v13.0.4 )
[Compare
Source](https://togithub.com/okonet/lint-staged/compare/v13.0.3...v13.0.4 )
##### Bug Fixes
- **deps:** update all dependencies
([336f3b5](336f3b513a ))
- **deps:** update all dependencies
([ec995e5](ec995e53fb ))
</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:eyJjcmVhdGVkSW5WZXIiOiIzNC4zNC4wIiwidXBkYXRlZEluVmVyIjoiMzQuMzQuMCJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2022-11-25 14:36:51 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a3957f8c99 
							
						 
					 
					
						
						
							
							disable change request overview actions when CR are disabled ( #2527 )  
						
						 
						
						
						
					 
					
						2022-11-24 16:16:14 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Fredrik Strand Oseberg 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5d52216d53 
							
						 
					 
					
						
						
							
							fix: adds cors caching ( #2522 )  
						
						 
						
						... 
						
						
						
						* This PR adds a configurable maxAge header to the CORS middleware. This
allows the preflight request to be cached so that we can reduce the
request load on our end for the frontend clients starting to utilise the
frontend api. 
						
					 
					
						2022-11-24 16:14:47 +01:00