renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							511b86de36 
							
						 
					 
					
						
						
							
							chore(deps): update dependency @tsconfig/docusaurus to v1.0.7 ( #3394 )  
						
						 
						
						... 
						
						
						
						[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@tsconfig/docusaurus](https://togithub.com/tsconfig/bases ) | [`1.0.6`
->
`1.0.7`](https://renovatebot.com/diffs/npm/@tsconfig%2fdocusaurus/1.0.6/1.0.7 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### 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:eyJjcmVhdGVkSW5WZXIiOiIzNS4yMy4zIiwidXBkYXRlZEluVmVyIjoiMzUuMjMuMyJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2023-03-28 03:04:52 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5fb580712e 
							
						 
					 
					
						
						
							
							chore(deps): update dependency @swc/core to v1.3.41 ( #3393 )  
						
						 
						
						... 
						
						
						
						[](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.37` ->
`1.3.41`](https://renovatebot.com/diffs/npm/@swc%2fcore/1.3.37/1.3.41 ) |
[](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.41`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#​1341---2023-03-17 )
[Compare
Source](https://togithub.com/swc-project/swc/compare/v1.3.40...v1.3.41 )
##### Bug Fixes
- **(bindings/cli)** Change order of checking inputs to workaround a
Windows issue
([#​7077](https://togithub.com/swc-project/swc/issues/7077 ))
([7bbec92](7bbec92d23 ))
- **(css/codegen)** Respect `raw` of `Str`
([#​7078](https://togithub.com/swc-project/swc/issues/7078 ))
([7849a2d](7849a2d75d ))
- **(css/parser)** Fix parsing of `:global(> *)`
([#​7082](https://togithub.com/swc-project/swc/issues/7082 ))
([60f74ea](60f74ea076 ))
- **(es/codegen)** Emit `type_params` for `TsConstructSignatureDecl`
([#​7080](https://togithub.com/swc-project/swc/issues/7080 ))
([8353acc](8353accb13 ))
- **(es/minifier)** Preserve `delete` of unresolved variables
([#​7072](https://togithub.com/swc-project/swc/issues/7072 ))
([86295ba](86295ba8f2 ))
- **(es/minifier)** Accept `keep_fnames` and `keep_classnames`
([#​7090](https://togithub.com/swc-project/swc/issues/7090 ))
([0086914](00869147d3 ))
- **(es/minifier)** Remove wrong optimization of `new RegExp(…)`
([#​7091](https://togithub.com/swc-project/swc/issues/7091 ))
([493a4f7](493a4f7042 ))
- **(es/react)** Align to `babel@8` behavior
([#​7081](https://togithub.com/swc-project/swc/issues/7081 ))
([7b491a6](7b491a69a5 ))
- **(testing)** Ignore `non_snake_case` for generated test names
([#​7087](https://togithub.com/swc-project/swc/issues/7087 ))
([1c254b1](1c254b1c44 ))
##### Performance
- **(es/lexer)** Use jump table for `skip_space`
([#​7073](https://togithub.com/swc-project/swc/issues/7073 ))
([f854d51](f854d51343 ))
##### Refactor
- **general**: Fix lints using clippy from `nightly-2023-03-13`
([#​6920](https://togithub.com/swc-project/swc/issues/6920 ))
([963c460](963c460613 ))
###
[`v1.3.40`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#​1340---2023-03-13 )
[Compare
Source](https://togithub.com/swc-project/swc/compare/v1.3.39...v1.3.40 )
##### Bug Fixes
- **(bindings/cli)** Update `swc_ecma_ast`
([#​7060](https://togithub.com/swc-project/swc/issues/7060 ))
([1b40689](1b40689c3a ))
- **(es)** Support stable rustc again
([#​7057](https://togithub.com/swc-project/swc/issues/7057 ))
([fbb3016](fbb3016870 ))
- **(es)** Respect the value of assumptions
([#​7065](https://togithub.com/swc-project/swc/issues/7065 ))
([11d4874](11d4874a2e ))
- **(es/ast)** Fix memory layout
([#​7062](https://togithub.com/swc-project/swc/issues/7062 ))
([085c6f3](085c6f35f1 ))
- **(es/compat)** Handle `useDefineForClassFields: false`
([#​7055](https://togithub.com/swc-project/swc/issues/7055 ))
([bb6dde7](bb6dde7943 ))
- **(es/compat)** Insert the variable declaration nearest to the
available statements
([#​7067](https://togithub.com/swc-project/swc/issues/7067 ))
([ae348e3](ae348e32e1 ))
- **(es/parser)** Handle class members with `accessor` as the name
([#​7046](https://togithub.com/swc-project/swc/issues/7046 ))
([9acaf4d](9acaf4deeb ))
- **(es/preset-env)** Update data for core-js3
([#​7023](https://togithub.com/swc-project/swc/issues/7023 ))
([3730463](3730463874 ))
##### Features
- **(es/compat)** Simplify static blocks in classes
([#​7056](https://togithub.com/swc-project/swc/issues/7056 ))
([b78ce8b](b78ce8b7c2 ))
##### Miscellaneous Tasks
- **(ci)** Fix CI
([#​7070](https://togithub.com/swc-project/swc/issues/7070 ))
([97945d0](97945d02b8 ))
##### Performance
- **(es/lexer)** Make lexer faster
([#​7052](https://togithub.com/swc-project/swc/issues/7052 ))
([d1d0607](d1d0607158 ))
- **(es/lexer)** Use jump table for `read_token`
([#​7058](https://togithub.com/swc-project/swc/issues/7058 ))
([9beefaa](9beefaa1d5 ))
###
[`v1.3.39`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#​1339---2023-03-10 )
[Compare
Source](https://togithub.com/swc-project/swc/compare/v1.3.38...v1.3.39 )
##### Bug Fixes
- **(es/minifier)** Bailout regex optimization on invalid flags
([#​7020](https://togithub.com/swc-project/swc/issues/7020 ))
([1318afe](1318afe2b4 ))
- **(es/transforms)** Handle member object in missing else branch
([#​7027](https://togithub.com/swc-project/swc/issues/7027 ))
([5c7c8e0](5c7c8e0736 ))
- **(es/transforms)** Handle object shorthand in `const_modules`
([#​7022](https://togithub.com/swc-project/swc/issues/7022 ))
([0314869](0314869464 ))
##### Documentation
- **general**: MSRV
([32bc2f5](32bc2f57be ))
##### Features
- **(common)** Add an API to create a `SourceFile` without allocation
([#​7029](https://togithub.com/swc-project/swc/issues/7029 ))
([81495f5](81495f5f21 ))
##### Miscellaneous Tasks
- **(ci)** Fix bot
([691a8c1](691a8c1a54 ))
##### Performance
- **(atoms)** Update `string-cache` for per-bucket mutex
([#​6980](https://togithub.com/swc-project/swc/issues/6980 ))
([9841f0b](9841f0b5d1 ))
- **(es/ast)** Shrink size of `Expr`
([#​7041](https://togithub.com/swc-project/swc/issues/7041 ))
([a9fe1d2](a9fe1d2d22 ))
- **(es/lexer)** Use string searcher for lexing line comments
([#​7043](https://togithub.com/swc-project/swc/issues/7043 ))
([962b0fc](962b0fc8af ))
- **(es/parser)** Use Cow for `_` in numeric literals
([#​7031](https://togithub.com/swc-project/swc/issues/7031 ))
([30546a2](30546a28f2 ))
- **(es/parser)** Use `SmartString` as the buffer
([#​7033](https://togithub.com/swc-project/swc/issues/7033 ))
([f378a14](f378a14888 ))
- **(es/utils)** Introduce `NodeIgnoringSpan`
([#​7030](https://togithub.com/swc-project/swc/issues/7030 ))
([8bfef35](8bfef35c1b ))
##### Testing
- **(es/quote)** Fix doctests
([#​7038](https://togithub.com/swc-project/swc/issues/7038 ))
([e698a34](e698a34816 ))
###
[`v1.3.38`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#​1338---2023-03-06 )
[Compare
Source](https://togithub.com/swc-project/swc/compare/v1.3.37...v1.3.38 )
##### Bug Fixes
- **(bindings/node)** Fix `visitBindingIdentifier`
([#​7000](https://togithub.com/swc-project/swc/issues/7000 ))
([30cff01](30cff01656 ))
- **(es)** Allow any kind of input source maps if it's enabled
([#​7002](https://togithub.com/swc-project/swc/issues/7002 ))
([da5367b](da5367b3fb ))
- **(es/minifier)** Don't skip expressions with side effects from seq
inliner
([#​7007](https://togithub.com/swc-project/swc/issues/7007 ))
([cfeb088](cfeb088c37 ))
- **(es/minifier)** Don't create invalid property names
([#​7010](https://togithub.com/swc-project/swc/issues/7010 ))
([bb2486c](bb2486c459 ))
- **(es/parser)** Fix parsing of an array spread in tsx properties
([#​7011](https://togithub.com/swc-project/swc/issues/7011 ))
([6d6731f](6d6731f355 ))
- **(es/preset-env)** Move `findLast` and `findLastIndex` to finished
proposals
([#​7012](https://togithub.com/swc-project/swc/issues/7012 ))
([b46a724](b46a7248c6 ))
- **(es/typescript)** Treat export default declarations as declarations
([#​7017](https://togithub.com/swc-project/swc/issues/7017 ))
([34f9ad3](34f9ad3778 ))
##### Features
- **(es/minifier)** Optimize calls to
`Boolean`/`Number`/`String`/`Symbol`
([#​7006](https://togithub.com/swc-project/swc/issues/7006 ))
([06cbb90](06cbb9002d ))
- **(es/parser)** Support auto accessors
([#​6981](https://togithub.com/swc-project/swc/issues/6981 ))
([37533a2](37533a23fd ))
- **(es/parser)** Add an option to disallow ambiguous jsx
([#​6913](https://togithub.com/swc-project/swc/issues/6913 ))
([a6471f3](a6471f34c0 ))
- **(es/transforms)** Add an option to drop unused imports
([#​6962](https://togithub.com/swc-project/swc/issues/6962 ))
([67d0a89](67d0a89ae6 ))
- **(es/transforms)** Support namespace imports from `const_modules`
([#​7013](https://togithub.com/swc-project/swc/issues/7013 ))
([3cb03d5](3cb03d5299 ))
- **(es/typescript)** Support `export type * from "mod"`
([#​6867](https://togithub.com/swc-project/swc/issues/6867 ))
([beb38d3](beb38d34a2 ))
##### Miscellaneous Tasks
- **(ci)** Fix CI
([#​7014](https://togithub.com/swc-project/swc/issues/7014 ))
([a431a3a](a431a3a204 ))
##### Refactor
- **(es/parser)** Make lexer not generic over `Input`
([#​6993](https://togithub.com/swc-project/swc/issues/6993 ))
([367ac82](367ac825f6 ))
</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:eyJjcmVhdGVkSW5WZXIiOiIzNS4yMi4xIiwidXBkYXRlZEluVmVyIjoiMzUuMjIuMSJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2023-03-28 00:46:25 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e571129170 
							
						 
					 
					
						
						
							
							chore(deps): update dependency @babel/core to v7.21.3 ( #3388 )  
						
						 
						
						... 
						
						
						
						[](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.21.0` ->
`7.21.3`](https://renovatebot.com/diffs/npm/@babel%2fcore/7.21.0/7.21.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>babel/babel</summary>
###
[`v7.21.3`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7213-2023-03-14 )
[Compare
Source](https://togithub.com/babel/babel/compare/v7.21.0...v7.21.3 )
##### 👓  Spec Compliance
-   `babel-parser`
- [#​15479](https://togithub.com/babel/babel/pull/15479 ) disallow
mixins/implements in flow interface
([@​JLHwung](https://togithub.com/JLHwung ))
##### 🐛  Bug Fix
-   `babel-parser`
- [#​15423](https://togithub.com/babel/babel/pull/15423 ) \[ts]
Allow keywords in tuple labels
([@​Harpica](https://togithub.com/Harpica ))
-   `babel-plugin-transform-typescript`
- [#​15489](https://togithub.com/babel/babel/pull/15489 ) Register
`var` decls generated by `import ... =` TS transform
([@​amoeller](https://togithub.com/amoeller ))
- [#​15494](https://togithub.com/babel/babel/pull/15494 ) fix:
Consider `export { type foo }` as type-only usage
([@​magic-akari](https://togithub.com/magic-akari ))
##### 💅  Polish
-   `babel-traverse`, `babel-types`
- [#​15484](https://togithub.com/babel/babel/pull/15484 ) Skip node
deprecation warnings when used by an old `@babel` package
([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo ))
-   `babel-generator`
- [#​15480](https://togithub.com/babel/babel/pull/15480 ) chore:
Improve `jsonCompatibleStrings` deprecation
([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu ))
##### 🏠  Internal
- [#​15465](https://togithub.com/babel/babel/pull/15465 ) Add
ESLint-readable package name
([@​nzakas](https://togithub.com/nzakas ))
##### 🔬  Output optimization
-   `babel-plugin-transform-typescript`, `babel-preset-typescript`
- [#​15467](https://togithub.com/babel/babel/pull/15467 ) Optimize
TS enums output
([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu ))
</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:eyJjcmVhdGVkSW5WZXIiOiIzNS4yMi4xIiwidXBkYXRlZEluVmVyIjoiMzUuMjIuMSJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2023-03-27 21:42:04 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								GitHub Actions Bot 
							
						 
					 
					
						
						
						
						
							
						
						
							e7aef95d85 
							
						 
					 
					
						
						
							
							4.22.0-beta.125  
						
						 
						
						
						
					 
					
						2023-03-27 14:08:57 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Fredrik Strand Oseberg 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a98bfb2229 
							
						 
					 
					
						
						
							
							fix: remove notification feature flag from oss ( #3390 )  
						
						 
						
						... 
						
						
						
						Removes the notifications feature flag 
						
					 
					
						2023-03-27 16:08:27 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								GitHub Actions Bot 
							
						 
					 
					
						
						
						
						
							
						
						
							9cf54a2a93 
							
						 
					 
					
						
						
							
							4.22.0-beta.124  
						
						 
						
						
						
					 
					
						2023-03-27 11:28:21 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2caab45801 
							
						 
					 
					
						
						
							
							feat: disallow clone toggle on change request enabled ( #3383 )  
						
						 
						
						
						
					 
					
						2023-03-27 13:21:50 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								GitHub Actions Bot 
							
						 
					 
					
						
						
						
						
							
						
						
							663f26b712 
							
						 
					 
					
						
						
							
							4.22.0-beta.123  
						
						 
						
						
						
					 
					
						2023-03-27 11:18:01 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a1535aed91 
							
						 
					 
					
						
						
							
							fix: error boundary plausible ( #3389 )  
						
						 
						
						
						
					 
					
						2023-03-27 13:17:37 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								GitHub Actions Bot 
							
						 
					 
					
						
						
						
						
							
						
						
							dec16ce555 
							
						 
					 
					
						
						
							
							4.22.0-beta.122  
						
						 
						
						
						
					 
					
						2023-03-27 10:31:38 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9abe859e60 
							
						 
					 
					
						
						
							
							chore: remove export import flag ( #3371 )  
						
						 
						
						
						
					 
					
						2023-03-27 12:31:19 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								GitHub Actions Bot 
							
						 
					 
					
						
						
						
						
							
						
						
							69a473cceb 
							
						 
					 
					
						
						
							
							4.22.0-beta.121  
						
						 
						
						
						
					 
					
						2023-03-27 09:24:21 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Fredrik Strand Oseberg 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							354e54a356 
							
						 
					 
					
						
						
							
							fix: count events instead of loading them in memory ( #3382 )  
						
						 
						
						... 
						
						
						
						Refactor project events to use count instead of loading the events in
memory 
						
					 
					
						2023-03-27 11:24:01 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								GitHub Actions Bot 
							
						 
					 
					
						
						
						
						
							
						
						
							30c1ebc3c3 
							
						 
					 
					
						
						
							
							4.22.0-beta.120  
						
						 
						
						
						
					 
					
						2023-03-27 08:33:09 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ivar Conradi Østhus 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b5a31dabc4 
							
						 
					 
					
						
						
							
							fix: use correct casing fro ETag header ( #3387 )  
						
						 
						
						
						
					 
					
						2023-03-27 08:32:49 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christopher Kolstad 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							49fbf4a635 
							
						 
					 
					
						
						
							
							task: enclose ETag in double quotes. ( #3385 )  
						
						 
						
						... 
						
						
						
						According to the
[RFC](https://www.rfc-editor.org/rfc/rfc7232#section-2.3 ) Etags should
be enclosed in double quotes. This PR makes sure we do actually wrap it
in double quotes 
						
					 
					
						2023-03-24 16:11:42 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								GitHub Actions Bot 
							
						 
					 
					
						
						
						
						
							
						
						
							59ff86cafc 
							
						 
					 
					
						
						
							
							4.22.0-beta.119  
						
						 
						
						
						
					 
					
						2023-03-24 13:51:50 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								NicolaeUnleash 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3e602ceed5 
							
						 
					 
					
						
						
							
							fix: header-responsiveness ( #3381 )  
						
						 
						
						... 
						
						
						
						- when introducing dark mode icon in the header, on tablet the menu
items don't have enough space anymore, and this fix it
- fixing also the color for dark mode of the keyboard nav button "skip
to content" 
						
					 
					
						2023-03-24 15:51:28 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								GitHub Actions Bot 
							
						 
					 
					
						
						
						
						
							
						
						
							56e98cd95b 
							
						 
					 
					
						
						
							
							4.22.0-beta.118  
						
						 
						
						
						
					 
					
						2023-03-24 13:32:04 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ab913228ca 
							
						 
					 
					
						
						
							
							refactor: read model for change request access checking ( #3380 )  
						
						 
						
						
						
					 
					
						2023-03-24 14:31:43 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								GitHub Actions Bot 
							
						 
					 
					
						
						
						
						
							
						
						
							9cdd870365 
							
						 
					 
					
						
						
							
							4.22.0-beta.117  
						
						 
						
						
						
					 
					
						2023-03-24 09:43:56 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gastón Fournier 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3f29fa5ec8 
							
						 
					 
					
						
						
							
							refactor: fix compilation issues in features service ( #3323 )  
						
						 
						
						... 
						
						
						
						## About the changes
This PR fixes a bunch of null check errors:
https://github.com/Unleash/unleash/actions/runs/4509279284/jobs/7938853559#step:5:39  
						
					 
					
						2023-03-24 10:43:38 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d4b4866552 
							
						 
					 
					
						
						
							
							docs: notifications ( #3361 )  
						
						 
						
						
						
					 
					
						2023-03-24 10:37:25 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								GitHub Actions Bot 
							
						 
					 
					
						
						
						
						
							
						
						
							d877a37556 
							
						 
					 
					
						
						
							
							4.22.0-beta.116  
						
						 
						
						
						
					 
					
						2023-03-24 08:59:37 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								GitHub Actions Bot 
							
						 
					 
					
						
						
						
						
							
						
						
							b7b70b587f 
							
						 
					 
					
						
						
							
							4.22.0-beta.115  
						
						 
						
						
						
					 
					
						2023-03-23 15:31:28 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gastón Fournier 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a79a76f497 
							
						 
					 
					
						
						
							
							refactor: test composition and other error codes ( #3348 )  
						
						 
						
						... 
						
						
						
						## About the changes
Small refactor to showcase how to use [composition to validate different
aspects of the
response](https://github.com/Unleash/unleash/pull/3348/files#diff-ee4c1bd501b1195162b7a85ed6be348a665288f871abc8e74f64d94361213f9eR361-R367 )
and checking [different status
codes](https://github.com/Unleash/unleash/pull/3348/files#diff-4044a5da3280ef76960bbffd5f36eccb395ac319fe58c4d59ef68a878cbb1a5dR95 ) 
						
					 
					
						2023-03-23 16:31:05 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								GitHub Actions Bot 
							
						 
					 
					
						
						
						
						
							
						
						
							24f9d51e31 
							
						 
					 
					
						
						
							
							4.22.0-beta.114  
						
						 
						
						
						
					 
					
						2023-03-23 14:13:52 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								andreas-unleash 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f4e0c9a905 
							
						 
					 
					
						
						
							
							fix: settings endpoint add basePath ( #3377 )  
						
						 
						
						... 
						
						
						
						<!-- 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 missing basePath for project settings endpoint
## About the changes
<!-- Describe the changes introduced. What are they and why are they
being introduced? Feel free to also add screenshots or steps to view the
changes if they're visual. -->
<!-- Does it close an issue? Multiple? -->
Closes #
<!-- (For internal contributors): Does it relate to an issue on public
roadmap? -->
<!--
Relates to [roadmap](https://github.com/orgs/Unleash/projects/10 ) item:
#
-->
### Important files
<!-- PRs can contain a lot of changes, but not all changes are equally
important. Where should a reviewer start looking to get an overview of
the changes? Are any files particularly important? -->
## Discussion points
<!-- Anything about the PR you'd like to discuss before it gets merged?
Got any questions or doubts? -->
---------
Signed-off-by: andreas-unleash <andreas@getunleash.ai> 
						
					 
					
						2023-03-23 16:13:28 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								GitHub Actions Bot 
							
						 
					 
					
						
						
						
						
							
						
						
							322cbcfd6a 
							
						 
					 
					
						
						
							
							4.22.0-beta.113  
						
						 
						
						
						
					 
					
						2023-03-23 13:13:56 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							57f42b5629 
							
						 
					 
					
						
						
							
							feat: collaboration mode API cleanup ( #3357 )  
						
						 
						
						
						
					 
					
						2023-03-23 14:13:34 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							db2b40543c 
							
						 
					 
					
						
						
							
							docs: remove unleash client from the docs ( #3378 )  
						
						 
						
						... 
						
						
						
						We don't use the client for anything at the moment, so we can remove it.
While there are things we can use it for in the future, we should
instead add it back in when we get there.
This also removes the docs feedback form (which we haven't used since
the client stopped working) 
						
					 
					
						2023-03-23 13:26:42 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								GitHub Actions Bot 
							
						 
					 
					
						
						
						
						
							
						
						
							0926c4c955 
							
						 
					 
					
						
						
							
							4.22.0-beta.112  
						
						 
						
						
						
					 
					
						2023-03-23 11:57:42 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jaanus Sellin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							117c31791d 
							
						 
					 
					
						
						
							
							fix: fix transparancy of sticky component ( #3376 )  
						
						 
						
						
						
					 
					
						2023-03-23 11:57:21 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e9c2a332b6 
							
						 
					 
					
						
						
							
							Add collab mode docs to side bar + fix casing inconsistency in tooltip ( #3375 )  
						
						 
						
						... 
						
						
						
						This change does two things:
- Adds project collaboration mode docs to the sidebar
- Fixes a casing inconsistency in the collaboration mode tooltip:
previously, one of the explanations started with a lowercase character
and the other with an uppercase character. Now they both start with
lowercase characters. 
						
					 
					
						2023-03-23 10:27:54 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								GitHub Actions Bot 
							
						 
					 
					
						
						
						
						
							
						
						
							ec5b695409 
							
						 
					 
					
						
						
							
							4.22.0-beta.111  
						
						 
						
						
						
					 
					
						2023-03-23 08:12:57 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jaanus Sellin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							407b2524b8 
							
						 
					 
					
						
						
							
							fix: use projectId from param ( #3372 )  
						
						 
						
						
						
					 
					
						2023-03-23 10:12:38 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								GitHub Actions Bot 
							
						 
					 
					
						
						
						
						
							
						
						
							f3f1eb7eb3 
							
						 
					 
					
						
						
							
							4.22.0-beta.110  
						
						 
						
						
						
					 
					
						2023-03-22 18:04:23 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								andreas-unleash 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a1952aca9d 
							
						 
					 
					
						
						
							
							Feat: plausible tracking stickiness ( #3363 )  
						
						 
						
						... 
						
						
						
						<!-- Thanks for creating a PR! To make it easier for reviewers and
everyone else to understand what your changes relate to, please add some
relevant content to the headings below. Feel free to ignore or delete
sections that you don't think are relevant. Thank you! ❤️  -->
Adds plausible tracking when default project stickiness is changed
## About the changes
<!-- Describe the changes introduced. What are they and why are they
being introduced? Feel free to also add screenshots or steps to view the
changes if they're visual. -->
<!-- Does it close an issue? Multiple? -->
Closes #
<!-- (For internal contributors): Does it relate to an issue on public
roadmap? -->
<!--
Relates to [roadmap](https://github.com/orgs/Unleash/projects/10 ) item:
#
-->
### Important files
<!-- PRs can contain a lot of changes, but not all changes are equally
important. Where should a reviewer start looking to get an overview of
the changes? Are any files particularly important? -->
## Discussion points
<!-- Anything about the PR you'd like to discuss before it gets merged?
Got any questions or doubts? -->
---------
Signed-off-by: andreas-unleash <andreas@getunleash.ai> 
						
					 
					
						2023-03-22 20:04:02 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								GitHub Actions Bot 
							
						 
					 
					
						
						
						
						
							
						
						
							0d1d3a2762 
							
						 
					 
					
						
						
							
							4.22.0-beta.109  
						
						 
						
						
						
					 
					
						2023-03-22 14:39:24 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e0d2536d6f 
							
						 
					 
					
						
						
							
							feat: dark mode switch ( #3370 )  
						
						 
						
						... 
						
						
						
						https://linear.app/unleash/issue/1-802/replace-the-dark-mode-switch 
<img width="221" alt="image"
src="https://user-images.githubusercontent.com/14320932/226900284-642f5f0d-5f10-47a5-92cc-080bddbcbfc1.png ">
<img width="159" alt="image"
src="https://user-images.githubusercontent.com/14320932/226900684-13a044a3-4a18-41fc-bc76-f4f34a911a53.png ">
**Note**: The second screenshot does not show the dark theme because
that's part of https://github.com/Unleash/unleash/pull/3298 
Improves the dark mode switch to be a simple IconButton that acts as a
flip switch. 
						
					 
					
						2023-03-22 14:39:02 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								GitHub Actions Bot 
							
						 
					 
					
						
						
						
						
							
						
						
							421fddfe3b 
							
						 
					 
					
						
						
							
							4.22.0-beta.108  
						
						 
						
						
						
					 
					
						2023-03-22 14:38:02 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								NicolaeUnleash 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							705462f0cf 
							
						 
					 
					
						
						
							
							feat: dark theme v1 ( #3298 )  
						
						 
						
						... 
						
						
						
						## About the changes
Creating the first version of the Dark theme
Refactor: colors variables
Refactor: use theme variable instead 
- this change will help us to use MuiCssBaseline, and we can use classes
directly for easy customization when we can't identify MUI classes
Refactor: adjusting some files components
- i’ve touched also the structure of some files, not only the colors
variables (but only to adjust the style, not functionality)
Fix: dark mode persistence on refresh (by Nuno)
Feat: dark mode sees light logos, and light mode sees dark logos (by
Nuno)
---------
Co-authored-by: Nuno Góis <github@nunogois.com> 
						
					 
					
						2023-03-22 16:37:40 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tymoteusz Czech 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5585a9bed0 
							
						 
					 
					
						
						
							
							Sticky batch actions bar ( #3366 )  
						
						 
						
						
						
					 
					
						2023-03-22 13:15:53 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e03307e286 
							
						 
					 
					
						
						
							
							docs: Project collaboration mode docs ( #3360 )  
						
						 
						
						
						
					 
					
						2023-03-22 13:13:56 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								GitHub Actions Bot 
							
						 
					 
					
						
						
						
						
							
						
						
							c893d130e0 
							
						 
					 
					
						
						
							
							4.22.0-beta.107  
						
						 
						
						
						
					 
					
						2023-03-22 11:46:43 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jaanus Sellin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							55f8d5b09e 
							
						 
					 
					
						
						
							
							feat: batch operatsion plausible events ( #3367 )  
						
						 
						
						
						
					 
					
						2023-03-22 13:46:16 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								GitHub Actions Bot 
							
						 
					 
					
						
						
						
						
							
						
						
							180c9336cc 
							
						 
					 
					
						
						
							
							4.22.0-beta.106  
						
						 
						
						
						
					 
					
						2023-03-22 09:59:01 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6c697615dc 
							
						 
					 
					
						
						
							
							fix: revert overflow hidden in section, unset in modal ( #3364 )  
						
						 
						
						... 
						
						
						
						This reverts and adapts
https://github.com/Unleash/unleash/pull/3307/files#r1135784293  -
Apparently it broke the form border radius when not in modal mode.
This change makes it so that we have `overflow: hidden` in most cases
but `overflow: unset` when using `FormTemplate` as a modal, effectively
covering both use cases.
Normal:

Modal (`position: sticky` header in variants still works correctly):
 
						
					 
					
						2023-03-22 10:58:39 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								GitHub Actions Bot 
							
						 
					 
					
						
						
						
						
							
						
						
							f70b33d324 
							
						 
					 
					
						
						
							
							4.22.0-beta.105  
						
						 
						
						
						
					 
					
						2023-03-22 09:40:41 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gastón Fournier 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							64c41b8c6d 
							
						 
					 
					
						
						
							
							fix: properly escaping app names ( #3368 )  
						
						 
						
						... 
						
						
						
						## About the changes
Network overview was not escaping square brackets from app names and
that caused mermaid graph to break. We've also identified problems with
quotes and some characters not showing properly when using utf-8 (but
still no solution for this). We're going to be testing the utf-8 issue
in our sandbox instances. 
						
					 
					
						2023-03-22 10:40:22 +01:00