Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							cbfdb8ca6e 
							
						 
					 
					
						
						
							
							refactor: Composable new in unleash ( #8505 )  
						
						
						
					 
					
						2024-10-22 10:52:08 +02:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d3294d58c2 
							
						 
					 
					
						
						
							
							chore: remove navigation sidebar leftover flag ( #8504 )  
						
						
						
					 
					
						2024-10-22 10:08:27 +02:00 
						 
				 
			
				
					
						
							
							
								Tymoteusz Czech 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							802a50d6de 
							
						 
					 
					
						
						
							
							fix: fontend dev command to start in sandbox pro environment ( #8376 )  
						
						... 
						
						
						
						Update development command 
						
					 
					
						2024-10-22 09:42:17 +02:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							fbfa5b25e3 
							
						 
					 
					
						
						
							
							chore(deps): update react monorepo ( #8502 )  
						
						... 
						
						
						
						This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@types/react](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react )
([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react ))
| [`18.3.7` ->
`18.3.11`](https://renovatebot.com/diffs/npm/@types%2freact/18.3.7/18.3.11 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
|
[@types/react-dom](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-dom )
([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom ))
| [`18.3.0` ->
`18.3.1`](https://renovatebot.com/diffs/npm/@types%2freact-dom/18.3.0/18.3.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 - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, Automerge - At any time (no
schedule defined).
🚦  **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
👻  **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.com/renovatebot/renovate/discussions ) if
that's undesired.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ).
View the [repository job
log](https://developer.mend.io/github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjAuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2024-10-22 02:11:09 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c23e54a9a7 
							
						 
					 
					
						
						
							
							fix(deps): update dependency cookie-parser to v1.4.7 ( #8503 )  
						
						... 
						
						
						
						This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [cookie-parser](https://redirect.github.com/expressjs/cookie-parser ) |
[`1.4.6` ->
`1.4.7`](https://renovatebot.com/diffs/npm/cookie-parser/1.4.6/1.4.7 ) |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>expressjs/cookie-parser (cookie-parser)</summary>
###
[`v1.4.7`](https://redirect.github.com/expressjs/cookie-parser/blob/HEAD/HISTORY.md#147--2024-10-08 )
[Compare
Source](https://redirect.github.com/expressjs/cookie-parser/compare/1.4.6...1.4.7 )
\==========
-   deps: cookie@0.7.2
    -   Fix object assignment of `hasOwnProperty`
-   deps: cookie@0.7.1
    -   Allow leading dot for domain
- Although not permitted in the spec, some users expect this to work and
user agents ignore the leading dot according to spec
- Add fast path for `serialize` without options, use
`obj.hasOwnProperty` when parsing
-   deps: cookie@0.7.0
    -   perf: parse cookies ~10% faster
    -   fix: narrow the validation of cookies to match RFC6265
    -   fix: add `main` to `package.json` for rspack
-   deps: cookie@0.6.0
    -   Add `partitioned` option
-   deps: cookie@0.5.0
    -   Add `priority` option
    -   Fix `expires` option to reject invalid dates
    -   pref: improve default decode speed
    -   pref: remove slow string split in parse
-   deps: cookie@0.4.2
    -   pref: read value only when assigning in parse
    -   pref: remove unnecessary regexp in parse
</details>
---
### Configuration
📅  **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, 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 was generated by [Mend Renovate](https://mend.io/renovate/ ).
View the [repository job
log](https://developer.mend.io/github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjAuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2024-10-22 02:10:53 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ae6450ca5b 
							
						 
					 
					
						
						
							
							chore(deps): update dependency react-dropzone to v14.2.9 ( #8499 )  
						
						... 
						
						
						
						This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[react-dropzone](https://redirect.github.com/react-dropzone/react-dropzone )
| [`14.2.3` ->
`14.2.9`](https://renovatebot.com/diffs/npm/react-dropzone/14.2.3/14.2.9 )
|
[](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>react-dropzone/react-dropzone (react-dropzone)</summary>
###
[`v14.2.9`](https://redirect.github.com/react-dropzone/react-dropzone/releases/tag/v14.2.9 )
[Compare
Source](https://redirect.github.com/react-dropzone/react-dropzone/compare/v14.2.8...v14.2.9 )
##### Bug Fixes
- disable file access API by default
([c0255d5](c0255d5d9ehttps://redirect.github.com/react-dropzone/react-dropzone/releases/tag/v14.2.8 )
[Compare
Source](https://redirect.github.com/react-dropzone/react-dropzone/compare/v14.2.7...v14.2.8 )
##### Bug Fixes
- revert min node version to 10.13
([d1ae54d](d1ae54dd59https://redirect.github.com/react-dropzone/react-dropzone/releases/tag/v14.2.7 )
[Compare
Source](https://redirect.github.com/react-dropzone/react-dropzone/compare/v14.2.6...v14.2.7 )
##### Bug Fixes
- ensure typings can be resolved and close
[#​1371](https://redirect.github.com/react-dropzone/react-dropzone/issues/1371 )
([68a8a78](68a8a7874ahttps://redirect.github.com/react-dropzone/react-dropzone/releases/tag/v14.2.6 )
[Compare
Source](https://redirect.github.com/react-dropzone/react-dropzone/compare/v14.2.5...v14.2.6 )
##### Bug Fixes
- ensure package works as a module
([2471dd9](2471dd9c63https://redirect.github.com/react-dropzone/react-dropzone/releases/tag/v14.2.5 )
[Compare
Source](https://redirect.github.com/react-dropzone/react-dropzone/compare/v14.2.4...v14.2.5 )
##### Bug Fixes
- ensure proper readonly arrays for types
([d7799eb](d7799eb780https://redirect.github.com/react-dropzone/react-dropzone/releases/tag/v14.2.4 )
[Compare
Source](https://redirect.github.com/react-dropzone/react-dropzone/compare/v14.2.3...v14.2.4 )
##### Bug Fixes
- add path to acceptedFiles and fileRejections
([960c6d3](960c6d3317📅  **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, 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 was generated by [Mend Renovate](https://mend.io/renovate/ ).
View the [repository job
log](https://developer.mend.io/github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjAuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2024-10-21 21:22:34 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5211ad2b9b 
							
						 
					 
					
						
						
							
							chore(deps): update dependency vite to v5.4.9 ( #8500 )  
						
						... 
						
						
						
						This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [vite](https://vite.dev )
([source](https://redirect.github.com/vitejs/vite/tree/HEAD/packages/vite ))
| [`5.4.6` ->
`5.4.9`](https://renovatebot.com/diffs/npm/vite/5.4.6/5.4.9 ) |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>vitejs/vite (vite)</summary>
###
[`v5.4.9`](https://redirect.github.com/vitejs/vite/releases/tag/v5.4.9 )
[Compare
Source](https://redirect.github.com/vitejs/vite/compare/v5.4.8...v5.4.9 )
Please refer to
[CHANGELOG.md](https://redirect.github.com/vitejs/vite/blob/v5.4.9/packages/vite/CHANGELOG.md )
for details.
###
[`v5.4.8`](https://redirect.github.com/vitejs/vite/releases/tag/v5.4.8 )
[Compare
Source](https://redirect.github.com/vitejs/vite/compare/v5.4.7...v5.4.8 )
Please refer to
[CHANGELOG.md](https://redirect.github.com/vitejs/vite/blob/v5.4.8/packages/vite/CHANGELOG.md )
for details.
###
[`v5.4.7`](https://redirect.github.com/vitejs/vite/releases/tag/v5.4.7 )
[Compare
Source](https://redirect.github.com/vitejs/vite/compare/v5.4.6...v5.4.7 )
Please refer to
[CHANGELOG.md](https://redirect.github.com/vitejs/vite/blob/v5.4.7/packages/vite/CHANGELOG.md )
for details.
</details>
---
### Configuration
📅  **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, Automerge - At any time (no
schedule defined).
🚦  **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕  **Ignore**: Close this PR and you won't be reminded about these
updates again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ).
View the [repository job
log](https://developer.mend.io/github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjAuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2024-10-21 21:22:06 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							16937e39c9 
							
						 
					 
					
						
						
							
							chore(deps): update dependency http-proxy-middleware to v2.0.7 ( #8497 )  
						
						... 
						
						
						
						This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[http-proxy-middleware](https://redirect.github.com/chimurai/http-proxy-middleware )
| [`2.0.6` ->
`2.0.7`](https://renovatebot.com/diffs/npm/http-proxy-middleware/2.0.6/2.0.7 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>chimurai/http-proxy-middleware
(http-proxy-middleware)</summary>
###
[`v2.0.7`](https://redirect.github.com/chimurai/http-proxy-middleware/releases/tag/v2.0.7 )
[Compare
Source](https://redirect.github.com/chimurai/http-proxy-middleware/compare/v2.0.6...v2.0.7 )
**Full Changelog**:
https://github.com/chimurai/http-proxy-middleware/compare/v2.0.6...v2.0.7 
</details>
---
### Configuration
📅  **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, 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 was generated by [Mend Renovate](https://mend.io/renovate/ ).
View the [repository job
log](https://developer.mend.io/github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjAuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2024-10-21 18:54:21 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a5b4890aca 
							
						 
					 
					
						
						
							
							chore(deps): update dependency msw to v2.4.11 ( #8498 )  
						
						... 
						
						
						
						This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [msw](https://mswjs.io )
([source](https://redirect.github.com/mswjs/msw )) | [`2.4.8` ->
`2.4.11`](https://renovatebot.com/diffs/npm/msw/2.4.8/2.4.11 ) |
[](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 (msw)</summary>
###
[`v2.4.11`](https://redirect.github.com/mswjs/msw/releases/tag/v2.4.11 )
[Compare
Source](https://redirect.github.com/mswjs/msw/compare/v2.4.10...v2.4.11 )
#### v2.4.11 (2024-10-14)
##### Bug Fixes
- update dependencies
([#​2313](https://redirect.github.com/mswjs/msw/issues/2313 ))
([`8f68f0a`](8f68f0affdhttps://redirect.github.com/kettanaito )
###
[`v2.4.10`](https://redirect.github.com/mswjs/msw/releases/tag/v2.4.10 )
[Compare
Source](https://redirect.github.com/mswjs/msw/compare/v2.4.9...v2.4.10 )
#### v2.4.10 (2024-10-11)
##### Bug Fixes
- **setupWorker:** perform worker update in the background
([#​2311](https://redirect.github.com/mswjs/msw/issues/2311 ))
([`8e40724`](8e40724cd3https://redirect.github.com/kettanaito )
###
[`v2.4.9`](https://redirect.github.com/mswjs/msw/releases/tag/v2.4.9 )
[Compare
Source](https://redirect.github.com/mswjs/msw/compare/v2.4.8...v2.4.9 )
#### v2.4.9 (2024-09-20)
##### Bug Fixes
- **ClientRequest:** support `Request` as init when recording raw
headers
([#​2293](https://redirect.github.com/mswjs/msw/issues/2293 ))
([`bf982ea`](bf982eaa70https://redirect.github.com/kettanaito )
</details>
---
### Configuration
📅  **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, 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 was generated by [Mend Renovate](https://mend.io/renovate/ ).
View the [repository job
log](https://developer.mend.io/github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjAuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2024-10-21 18:54:03 +00:00 
						 
				 
			
				
					
						
							
							
								Tymoteusz Czech 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2e970b0ff2 
							
						 
					 
					
						
						
							
							fix: don't allow . or .. in feature url ( #8479 )  
						
						... 
						
						
						
						We do some validation on flag names, but there's some cases that slip
through. These are some cases that we should handle better.
With `..` as a name, you can't go into the flag in Unleash and you can't
activate any environments because the it is interpreted as "go up a
level". 
						
					 
					
						2024-10-21 16:35:17 +02:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c170580064 
							
						 
					 
					
						
						
							
							chore: add Plausible events to Unleash AI chat ( #8494 )  
						
						... 
						
						
						
						https://linear.app/unleash/issue/2-2856/add-plausible-tracking-in-unleash-ai-open-close-chat-send-message 
Adds Plausible tracking to some Unleash AI chat events:
 - Open chat
 - Close chat
 - Send message 
					
						2024-10-21 14:58:13 +01:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							69fcb572ef 
							
						 
					 
					
						
						
							
							fix: break words first, break all second ( #8495 )  
						
						
						
					 
					
						2024-10-21 15:10:20 +02:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a8206f5118 
							
						 
					 
					
						
						
							
							fix: handle loading states for project details for a single project ( #8492 )  
						
						... 
						
						
						
						This PR updates the use of references on the project details page to
handle the loading state for a single project.
Now, if a project is loading, it'll show skeleton loaders for the
relevant boxes:

I've also updated the state type we use for this to be more accurate. Shamelessly
stolen from Elm.
```ts
type RemoteData<T> = 
  | { state: 'error', error: Error } 
  | { state: 'loading' } 
  | { state: 'success', data: T } 
```
After refactoring: 
 
						
					 
					
						2024-10-21 14:27:43 +02:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9fecc02462 
							
						 
					 
					
						
						
							
							feat: personal dashboard scrollbars and spacing ( #8493 )  
						
						
						
					 
					
						2024-10-21 13:14:51 +02:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a6c7a5fc90 
							
						 
					 
					
						
						
							
							feat: increase latest events in personal dashboard ( #8491 )  
						
						
						
					 
					
						2024-10-21 12:30:50 +02:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0f3e7ec7e3 
							
						 
					 
					
						
						
							
							chore: Unleash AI chat UX bug fixes ( #8488 )  
						
						... 
						
						
						
						https://linear.app/unleash/issue/2-2859/small-ux-bug-fixes-on-the-unleash-ai-chat 
Bug fixes:
- Up and down arrow keys not functioning in multiline input
- Multiline input expanding beyond the intended size limit
- Chat window failing to properly scroll to the bottom when opened 
					
						2024-10-21 08:38:28 +01:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0a815e734a 
							
						 
					 
					
						
						
							
							chore(deps): update dependency fetch-mock to v11.1.5 ( #8490 )  
						
						... 
						
						
						
						This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [fetch-mock](http://www.wheresrhys.co.uk/fetch-mock )
([source](https://redirect.github.com/wheresrhys/fetch-mock/tree/HEAD/packages/fetch-mock ))
| [`11.1.3` ->
`11.1.5`](https://renovatebot.com/diffs/npm/fetch-mock/11.1.3/11.1.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>wheresrhys/fetch-mock (fetch-mock)</summary>
###
[`v11.1.5`](https://redirect.github.com/wheresrhys/fetch-mock/blob/HEAD/packages/fetch-mock/CHANGELOG.md#1115-2024-09-25 )
[Compare
Source](https://redirect.github.com/wheresrhys/fetch-mock/compare/fetch-mock-v11.1.4...fetch-mock-v11.1.5 )
##### Bug Fixes
- change export order so default is last
([bc9c41d](bc9c41d046https://redirect.github.com/wheresrhys/fetch-mock/blob/HEAD/packages/fetch-mock/CHANGELOG.md#1114-2024-09-19 )
[Compare
Source](https://redirect.github.com/wheresrhys/fetch-mock/compare/fetch-mock-v11.1.3...fetch-mock-v11.1.4 )
##### Documentation Changes
- another occurrence of the cheatsheet ref
([875e4f6](875e4f6bd733e75b1cd2📅  **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, 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 was generated by [Mend Renovate](https://mend.io/renovate/ ).
View the [repository job
log](https://developer.mend.io/github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjAuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2024-10-21 01:56:46 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a050060741 
							
						 
					 
					
						
						
							
							chore(deps): update dependency @vitejs/plugin-react to v4.3.2 ( #8489 )  
						
						... 
						
						
						
						This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@vitejs/plugin-react](https://redirect.github.com/vitejs/vite-plugin-react/tree/main/packages/plugin-react#readme )
([source](https://redirect.github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react ))
| [`4.3.1` ->
`4.3.2`](https://renovatebot.com/diffs/npm/@vitejs%2fplugin-react/4.3.1/4.3.2 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>vitejs/vite-plugin-react
(@​vitejs/plugin-react)</summary>
###
[`v4.3.2`](https://redirect.github.com/vitejs/vite-plugin-react/blob/HEAD/packages/plugin-react/CHANGELOG.md#432-2024-09-29 )
[Compare
Source](https://redirect.github.com/vitejs/vite-plugin-react/compare/v4.3.1...v4.3.2 )
Ignore directive sourcemap error
[#​369](https://redirect.github.com/vitejs/vite-plugin-react/issues/369 )
</details>
---
### Configuration
📅  **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, 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 was generated by [Mend Renovate](https://mend.io/renovate/ ).
View the [repository job
log](https://developer.mend.io/github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjAuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2024-10-21 01:56:19 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4cc5a30ac5 
							
						 
					 
					
						
						
							
							chore(deps): update dependency @uiw/react-codemirror to v4.23.5 ( #8487 )  
						
						... 
						
						
						
						This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@uiw/react-codemirror](https://uiwjs.github.io/react-codemirror )
([source](https://redirect.github.com/uiwjs/react-codemirror )) |
[`4.23.2` ->
`4.23.5`](https://renovatebot.com/diffs/npm/@uiw%2freact-codemirror/4.23.2/4.23.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>uiwjs/react-codemirror (@​uiw/react-codemirror)</summary>
###
[`v4.23.5`](https://redirect.github.com/uiwjs/react-codemirror/releases/tag/v4.23.5 )
[Compare
Source](https://redirect.github.com/uiwjs/react-codemirror/compare/v4.23.4...v4.23.5 )
[](https://jaywcjlove.github.io/#/sponsor )
[](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-codemirror@4.23.5/file/README.md )
Documentation v4.23.5:
https://raw.githack.com/uiwjs/react-codemirror/2dc5095/index.html \
Comparing Changes:
https://github.com/uiwjs/react-codemirror/compare/v4.23.4...v4.23.5 
```shell
npm i @​uiw/react-codemirror@4.23.5
```
- 🎨  style(vscode): fix default value issue for light mode.
[#​688](https://redirect.github.com/uiwjs/react-codemirror/issues/688 )
[`661bfc9`](https://redirect.github.com/uiwjs/react-codemirror/commit/661bfc9 )
[@​jaywcjlove](https://redirect.github.com/jaywcjlove )
###
[`v4.23.4`](https://redirect.github.com/uiwjs/react-codemirror/releases/tag/v4.23.4 )
[Compare
Source](https://redirect.github.com/uiwjs/react-codemirror/compare/v4.23.3...v4.23.4 )
[](https://jaywcjlove.github.io/#/sponsor )
[](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-codemirror@4.23.4/file/README.md )
Documentation v4.23.4:
https://raw.githack.com/uiwjs/react-codemirror/b4d4e77/index.html \
Comparing Changes:
https://github.com/uiwjs/react-codemirror/compare/v4.23.3...v4.23.4 
```shell
npm i @​uiw/react-codemirror@4.23.4
```
- 🐞  fix(hyper-link): Move toString out of while loop to prevent memory
leak
([#​687](https://redirect.github.com/uiwjs/react-codemirror/issues/687 ))
[`e10f426`](https://redirect.github.com/uiwjs/react-codemirror/commit/e10f426 )
[@​danielericlee](https://redirect.github.com/danielericlee )
###
[`v4.23.3`](https://redirect.github.com/uiwjs/react-codemirror/releases/tag/v4.23.3 )
[Compare
Source](https://redirect.github.com/uiwjs/react-codemirror/compare/v4.23.2...v4.23.3 )
[](https://jaywcjlove.github.io/#/sponsor )
[](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-codemirror@4.23.3/file/README.md )
Documentation v4.23.3:
https://raw.githack.com/uiwjs/react-codemirror/d199b9e/index.html \
Comparing Changes:
https://github.com/uiwjs/react-codemirror/compare/v4.23.2...v4.23.3 
```shell
npm i @​uiw/react-codemirror@4.23.3
```
- 🎨  style(theme): Vscode Light - lineHighlight.
([#​686](https://redirect.github.com/uiwjs/react-codemirror/issues/686 ))
[`4af6677`](https://redirect.github.com/uiwjs/react-codemirror/commit/4af6677 )
[@​luiz2f](https://redirect.github.com/luiz2f )
</details>
---
### Configuration
📅  **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, Automerge - At any time (no
schedule defined).
🚦  **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, 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 was generated by [Mend Renovate](https://mend.io/renovate/ ).
View the [repository job
log](https://developer.mend.io/github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjAuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2024-10-18 23:31:23 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9c47543a74 
							
						 
					 
					
						
						
							
							chore(deps): update dependency @uiw/codemirror-theme-duotone to v4.23.5 ( #8486 )  
						
						... 
						
						
						
						This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@uiw/codemirror-theme-duotone](https://uiwjs.github.io/react-codemirror/#/theme/data/duotone/light )
([source](https://redirect.github.com/uiwjs/react-codemirror )) |
[`4.23.2` ->
`4.23.5`](https://renovatebot.com/diffs/npm/@uiw%2fcodemirror-theme-duotone/4.23.2/4.23.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>uiwjs/react-codemirror
(@​uiw/codemirror-theme-duotone)</summary>
###
[`v4.23.5`](https://redirect.github.com/uiwjs/react-codemirror/releases/tag/v4.23.5 )
[Compare
Source](https://redirect.github.com/uiwjs/react-codemirror/compare/v4.23.4...v4.23.5 )
[](https://jaywcjlove.github.io/#/sponsor )
[](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-codemirror@4.23.5/file/README.md )
Documentation v4.23.5:
https://raw.githack.com/uiwjs/react-codemirror/2dc5095/index.html \
Comparing Changes:
https://github.com/uiwjs/react-codemirror/compare/v4.23.4...v4.23.5 
```shell
npm i @​uiw/react-codemirror@4.23.5
```
- 🎨  style(vscode): fix default value issue for light mode.
[#​688](https://redirect.github.com/uiwjs/react-codemirror/issues/688 )
[`661bfc9`](https://redirect.github.com/uiwjs/react-codemirror/commit/661bfc9 )
[@​jaywcjlove](https://redirect.github.com/jaywcjlove )
###
[`v4.23.4`](https://redirect.github.com/uiwjs/react-codemirror/releases/tag/v4.23.4 )
[Compare
Source](https://redirect.github.com/uiwjs/react-codemirror/compare/v4.23.3...v4.23.4 )
[](https://jaywcjlove.github.io/#/sponsor )
[](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-codemirror@4.23.4/file/README.md )
Documentation v4.23.4:
https://raw.githack.com/uiwjs/react-codemirror/b4d4e77/index.html \
Comparing Changes:
https://github.com/uiwjs/react-codemirror/compare/v4.23.3...v4.23.4 
```shell
npm i @​uiw/react-codemirror@4.23.4
```
- 🐞  fix(hyper-link): Move toString out of while loop to prevent memory
leak
([#​687](https://redirect.github.com/uiwjs/react-codemirror/issues/687 ))
[`e10f426`](https://redirect.github.com/uiwjs/react-codemirror/commit/e10f426 )
[@​danielericlee](https://redirect.github.com/danielericlee )
###
[`v4.23.3`](https://redirect.github.com/uiwjs/react-codemirror/releases/tag/v4.23.3 )
[Compare
Source](https://redirect.github.com/uiwjs/react-codemirror/compare/v4.23.2...v4.23.3 )
[](https://jaywcjlove.github.io/#/sponsor )
[](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-codemirror@4.23.3/file/README.md )
Documentation v4.23.3:
https://raw.githack.com/uiwjs/react-codemirror/d199b9e/index.html \
Comparing Changes:
https://github.com/uiwjs/react-codemirror/compare/v4.23.2...v4.23.3 
```shell
npm i @​uiw/react-codemirror@4.23.3
```
- 🎨  style(theme): Vscode Light - lineHighlight.
([#​686](https://redirect.github.com/uiwjs/react-codemirror/issues/686 ))
[`4af6677`](https://redirect.github.com/uiwjs/react-codemirror/commit/4af6677 )
[@​luiz2f](https://redirect.github.com/luiz2f )
</details>
---
### Configuration
📅  **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, 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 was generated by [Mend Renovate](https://mend.io/renovate/ ).
View the [repository job
log](https://developer.mend.io/github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjAuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2024-10-18 18:24:33 +00:00 
						 
				 
			
				
					
						
							
							
								Melinda Fekete 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							43edac7cd4 
							
						 
					 
					
						
						
							
							Fix markdown 3 error for placeholder text ( #8483 )  
						
						
						
					 
					
						2024-10-18 18:48:17 +02:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5b1e875131 
							
						 
					 
					
						
						
							
							chore: add an initial disclaimer to Unleash AI ( #8482 )  
						
						... 
						
						
						
						https://linear.app/unleash/issue/2-2853/add-a-disclaimer-to-the-unleash-ai-chat-window 
Adds a small, initial disclaimer to Unleash AI chat.
 
					
						2024-10-18 14:48:49 +01:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ffcfe85575 
							
						 
					 
					
						
						
							
							chore: scroll-related UX adjustments in the Unleash AI chat ( #8478 )  
						
						... 
						
						
						
						https://linear.app/unleash/issue/2-2857/make-some-scroll-related-ux-adjustments-to-the-unleash-ai-chat 
Introduces scroll-related UX enhancements to the Unleash AI chat,
providing a smoother and more refined user experience. 
					
						2024-10-18 14:38:46 +01:00 
						 
				 
			
				
					
						
							
							
								Alvin Bryan 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1c29f70edc 
							
						 
					 
					
						
						
							
							AI Tutorial ( #8297 )  
						
						... 
						
						
						
						How to use feature flags to control AI models
**[Preview
link](https://unleash-docs-git-alvin-ai-tutorial-unleash-team.vercel.app/feature-flag-tutorials/use-cases/ai )**
---------
Co-authored-by: Melinda Fekete <melinda.fekete@getunleash.io>
Co-authored-by: Nuno Góis <github@nunogois.com> 
						
					 
					
						2024-10-18 13:57:24 +01:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9b3529d7cb 
							
						 
					 
					
						
						
							
							fix: missing page titles ( #8477 )  
						
						
						
					 
					
						2024-10-18 13:12:58 +02:00 
						 
				 
			
				
					
						
							
							
								Gastón Fournier 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a9f9be1efa 
							
						 
					 
					
						
						
							
							chore: add a class to handle aggreggation queries ( #8446 )  
						
						... 
						
						
						
						## About the changes
We have many aggregation queries that run on a schedule:
f63496d47f/src/lib/metrics.ts (L714-L719)f63496d47f/src/lib/metrics.ts (L410-L412)f02fe87835/src/lib/metrics-gauge.ts (L38-L40)f02fe87835/src/lib/metrics.ts (L131-L141) 
						
					 
					
						2024-10-18 11:11:22 +02:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							88f396f6b6 
							
						 
					 
					
						
						
							
							fix: allow you to add spaces to role descriptions ( #8475 )  
						
						... 
						
						
						
						This fixes a bug where we didn't allow spaces in role descriptions.
The bug came about because we wanted to disallow empty descriptions,
but that means we need to trim them before validating, not necessarily
before setting it.
However, that does mean that you can have descriptions with leading
and trailing spaces now, but that's probably fine.
To fix this, we'd have to do the trimming of the description only at
submission time, I think. 
						
					 
					
						2024-10-18 11:07:06 +02:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9f0c438f36 
							
						 
					 
					
						
						
							
							fix: add the dashboard icon to the iconrenderer ( #8474 )  
						
						... 
						
						
						
						This makes the icon show up correctly in the command menu.
 
						
					 
					
						2024-10-18 09:03:29 +02:00 
						 
				 
			
				
					
						
							
							
								David Leek 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d9646edcfc 
							
						 
					 
					
						
						
							
							feat: release plans nav menu item and icon suggestion ( #8469 )  
						
						
						
					 
					
						2024-10-18 08:23:52 +02:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							54a6b036db 
							
						 
					 
					
						
						
							
							chore(deps): update dependency @swc/core to v1.7.35 ( #8473 )  
						
						... 
						
						
						
						This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@swc/core](https://swc.rs )
([source](https://redirect.github.com/swc-project/swc )) | [`1.7.26` ->
`1.7.35`](https://renovatebot.com/diffs/npm/@swc%2fcore/1.7.26/1.7.35 ) |
[](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 (@​swc/core)</summary>
###
[`v1.7.35`](https://redirect.github.com/swc-project/swc/blob/HEAD/CHANGELOG.md#1735---2024-10-10 )
[Compare
Source](https://redirect.github.com/swc-project/swc/compare/v1.7.28...v1.7.35 )
##### Bug Fixes
- **(ci)** Fix target triples
([#​9622](https://redirect.github.com/swc-project/swc/issues/9622 ))
([f625035](f625035f8ahttps://redirect.github.com/swc-project/swc/issues/9627 ))
([9c90a73](9c90a73369https://redirect.github.com/swc-project/swc/issues/9620 ))
([8263da1](8263da1766https://redirect.github.com/swc-project/swc/issues/9606 ))
([4ee45ac](4ee45ac1fdhttps://redirect.github.com/swc-project/swc/issues/9264 )
([#​9621](https://redirect.github.com/swc-project/swc/issues/9621 ))
([85f5e5b](85f5e5b955https://redirect.github.com/swc-project/swc/issues/9615 ))
([7b98bb5](7b98bb5e93https://redirect.github.com/swc-project/swc/issues/9625 ))
([62edb36](62edb3628bhttps://redirect.github.com/swc-project/swc/issues/9573 ))
([9a11d34](9a11d34ee5https://redirect.github.com/swc-project/swc/issues/9264 ))
([166b858](166b8581c2https://redirect.github.com/swc-project/swc/issues/9623 ))
([bfea322](bfea322351https://redirect.github.com/swc-project/swc/issues/9612 ))
([e2e9a9c](e2e9a9ccfchttps://redirect.github.com/swc-project/swc/issues/9613 ))
([ec0a62c](ec0a62cbc5https://redirect.github.com/swc-project/swc/issues/9604 ))
([2f06fc5](2f06fc559chttps://redirect.github.com/swc-project/swc/issues/9602 ))
([24c3a0c](24c3a0ce13https://redirect.github.com/swc-project/swc/issues/9605 ))
([866af6c](866af6c947https://redirect.github.com/swc-project/swc/issues/9558 ))
([2480bb0](2480bb00fchttps://redirect.github.com/swc-project/swc/issues/9624 ))
([6a3b0fc](6a3b0fc166https://redirect.github.com/swc-project/swc/blob/HEAD/CHANGELOG.md#1728---2024-09-24 )
[Compare
Source](https://redirect.github.com/swc-project/swc/compare/v1.7.26...v1.7.28 )
##### Bug Fixes
- **(ast)** Add `archive(check_bytes)` to all relevant AST types
([#​9574](https://redirect.github.com/swc-project/swc/issues/9574 ))
([185d6f5](185d6f55b3https://redirect.github.com/swc-project/swc/issues/9560 ))
([85cc2bd](85cc2bd79chttps://redirect.github.com/swc-project/swc/issues/9578 ))
([cf74382](cf74382ba0https://redirect.github.com/swc-project/swc/issues/9580 ))
([14cfd70](14cfd70ee0https://redirect.github.com/swc-project/swc/issues/9572 ))
([6d15d9c](6d15d9c2ebhttps://redirect.github.com/swc-project/swc/issues/9546 ))
([e2242c4](e2242c41c4https://redirect.github.com/swc-project/swc/issues/9575 ))
([04016e9](04016e9687https://redirect.github.com/swc-project/swc/issues/9577 ))
([fc0ba2a](fc0ba2a084https://redirect.github.com/swc-project/swc/issues/9562 ))
([c36871a](c36871a848https://redirect.github.com/swc-project/swc/issues/9557 ))
([190d6f0](190d6f06d9https://redirect.github.com/swc-project/swc/issues/9547 ))
([9dd8f6f](9dd8f6facf📅  **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, 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 was generated by [Mend Renovate](https://mend.io/renovate/ ).
View the [repository job
log](https://developer.mend.io/github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjAuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2024-10-18 00:27:52 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8bf64939f0 
							
						 
					 
					
						
						
							
							chore(deps): update dependency @types/node to v20.16.11 ( #8472 )  
						
						... 
						
						
						
						This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@types/node](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node )
([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ))
| [`20.16.5` ->
`20.16.11`](https://renovatebot.com/diffs/npm/@types%2fnode/20.16.5/20.16.11 )
|
[](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 - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, 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 was generated by [Mend Renovate](https://mend.io/renovate/ ).
View the [repository job
log](https://developer.mend.io/github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjAuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2024-10-17 22:33:05 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b99018ed3a 
							
						 
					 
					
						
						
							
							chore(deps): update dependency @babel/core to v7.25.8 ( #8471 )  
						
						... 
						
						
						
						This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@babel/core](https://babel.dev/docs/en/next/babel-core )
([source](https://redirect.github.com/babel/babel/tree/HEAD/packages/babel-core ))
| [`7.25.2` ->
`7.25.8`](https://renovatebot.com/diffs/npm/@babel%2fcore/7.25.2/7.25.8 )
|
[](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 (@​babel/core)</summary>
###
[`v7.25.8`](https://redirect.github.com/babel/babel/blob/HEAD/CHANGELOG.md#v7258-2024-10-10 )
[Compare
Source](https://redirect.github.com/babel/babel/compare/v7.25.7...v7.25.8 )
##### 🐛  Bug Fix
-   `babel-core`
- [#​16888](https://redirect.github.com/babel/babel/pull/16888 )
Restore public API of `resolvePlugin`/`resolvePreset`
([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo ))
##### 🏠  Internal
- `babel-parser`, `babel-plugin-proposal-async-do-expressions`,
`babel-plugin-proposal-destructuring-private`,
`babel-plugin-proposal-do-expressions`,
`babel-plugin-proposal-explicit-resource-management`,
`babel-plugin-proposal-export-default-from`,
`babel-plugin-proposal-function-bind`,
`babel-plugin-proposal-function-sent`,
`babel-plugin-proposal-import-defer`,
`babel-plugin-proposal-partial-application`,
`babel-plugin-proposal-throw-expressions`,
`babel-plugin-transform-async-generator-functions`,
`babel-plugin-transform-class-static-block`,
`babel-plugin-transform-dynamic-import`,
`babel-plugin-transform-export-namespace-from`,
`babel-plugin-transform-json-strings`,
`babel-plugin-transform-logical-assignment-operators`,
`babel-plugin-transform-nullish-coalescing-operator`,
`babel-plugin-transform-numeric-separator`,
`babel-plugin-transform-object-rest-spread`,
`babel-plugin-transform-optional-catch-binding`,
`babel-plugin-transform-optional-chaining`,
`babel-plugin-transform-private-property-in-object`, `babel-preset-env`
- [#​16824](https://redirect.github.com/babel/babel/pull/16824 )
Inline one-line syntax plugins
([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo ))
###
[`v7.25.7`](https://redirect.github.com/babel/babel/blob/HEAD/CHANGELOG.md#v7257-2024-10-02 )
[Compare
Source](https://redirect.github.com/babel/babel/compare/v7.25.2...v7.25.7 )
##### 🐛  Bug Fix
-   `babel-helper-validator-identifier`
- [#​16825](https://redirect.github.com/babel/babel/pull/16825 )
fix: update identifier to unicode 16
([@​JLHwung](https://redirect.github.com/JLHwung ))
-   `babel-traverse`
- [#​16814](https://redirect.github.com/babel/babel/pull/16814 )
fix: issue with node path keys updated on unrelated paths
([@​DylanPiercey](https://redirect.github.com/DylanPiercey ))
-   `babel-plugin-transform-classes`
- [#​16797](https://redirect.github.com/babel/babel/pull/16797 )
Use an inclusion rather than exclusion list for `super()` check
([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo ))
-   `babel-generator`
- [#​16788](https://redirect.github.com/babel/babel/pull/16788 )
Fix printing of TS `infer` in compact mode
([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo ))
- [#​16785](https://redirect.github.com/babel/babel/pull/16785 )
Print TS type annotations for destructuring in assignment pattern
([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo ))
- [#​16778](https://redirect.github.com/babel/babel/pull/16778 )
Respect `[no LineTerminator here]` after nodes
([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo ))
##### 💅  Polish
-   `babel-types`
- [#​16852](https://redirect.github.com/babel/babel/pull/16852 )
Add deprecated JSDOC for fields
([@​liuxingbaoyu](https://redirect.github.com/liuxingbaoyu ))
##### 🏠  Internal
-   `babel-core`
- [#​16820](https://redirect.github.com/babel/babel/pull/16820 )
Allow sync loading of ESM when `--experimental-require-module`
([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo ))
- `babel-helper-compilation-targets`, `babel-helper-plugin-utils`,
`babel-preset-env`
- [#​16858](https://redirect.github.com/babel/babel/pull/16858 )
Add browserslist config to external dependency
([@​JLHwung](https://redirect.github.com/JLHwung ))
- `babel-plugin-proposal-destructuring-private`,
`babel-plugin-syntax-decimal`, `babel-plugin-syntax-import-reflection`,
`babel-standalone`
- [#​16809](https://redirect.github.com/babel/babel/pull/16809 )
Archive syntax-import-reflection and syntax-decimal
([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo ))
-   `babel-generator`
- [#​16779](https://redirect.github.com/babel/babel/pull/16779 )
Simplify logic for `[no LineTerminator here]` before nodes
([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo ))
##### 🏃♀️  Performance
-   `babel-plugin-transform-typescript`
- [#​16875](https://redirect.github.com/babel/babel/pull/16875 )
perf: Avoid extra cloning of namespaces
([@​liuxingbaoyu](https://redirect.github.com/liuxingbaoyu ))
-   `babel-types`
- [#​16842](https://redirect.github.com/babel/babel/pull/16842 )
perf: Improve
[@​babel/types](https://redirect.github.com/babel/types ) builders
([@​liuxingbaoyu](https://redirect.github.com/liuxingbaoyu ))
- [#​16828](https://redirect.github.com/babel/babel/pull/16828 )
Only access `BABEL_TYPES_8_BREAKING` at startup
([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo ))
</details>
---
### Configuration
📅  **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, 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 was generated by [Mend Renovate](https://mend.io/renovate/ ).
View the [repository job
log](https://developer.mend.io/github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjAuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2024-10-17 17:40:10 +00:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							bb22210e46 
							
						 
					 
					
						
						
							
							chore: silence remaining front end test warnings ( #8465 )  
						
						... 
						
						
						
						This silences front end test warnings, errors, and logs that we don't
care about. The
reason we don't care is that:
- we won't fix
- it's test-specific, doesn't appear to happen in real life
And it clogs the test logs. 
						
					 
					
						2024-10-17 14:02:47 +02:00 
						 
				 
			
				
					
						
							
							
								Simon Hornby 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d5ddbdd75f 
							
						 
					 
					
						
						
							
							chore: patch text when trying to add a root role group ( #8470 )  
						
						... 
						
						
						
						This changes the warning on adding group root roles to cover all roles
rather than just Editor or Admin. This got opened to Viewers in a 2K
line monster PR that was mostly refactor so I'm assuming this was an
accident but it's not a dangerous accident
## Discussion
Okay so why change the warning rather than change the code?
Two reasons.
1) This has been like this for a year and a half. It was changed before
the feature entered GA, so users are probably used to it by now. Seems
rude to take things away and it's harmless to keep it
2) It's consistent with everything else to have all 3 roles displayed
and removes an edge case in the code 
						
					 
					
						2024-10-17 12:00:44 +02:00 
						 
				 
			
				
					
						
							
							
								Melinda Fekete 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e81f606d33 
							
						 
					 
					
						
						
							
							Fix incorrect md file extensions in docs ( #8462 )  
						
						
						
					 
					
						2024-10-17 11:52:02 +02:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f2256423d5 
							
						 
					 
					
						
						
							
							chore: adapt UI to server-side Unleash AI chat ownership ( #8466 )  
						
						... 
						
						
						
						https://linear.app/unleash/issue/2-2847/adapt-unleash-ai-chat-logic-to-new-server-side-chat-ownership-logic 
Adapts the Unleash AI chat logic on the UI to the new server-side chat
ownership logic. 
					
						2024-10-17 09:50:27 +01:00 
						 
				 
			
				
					
						
							
							
								Tymoteusz Czech 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							793221524c 
							
						 
					 
					
						
						
							
							feat: prompt for feedback after second flag created ( #8467 )  
						
						
						
					 
					
						2024-10-17 11:49:17 +03:00 
						 
				 
			
				
					
						
							
							
								Ivar Conradi Østhus 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2ec575b85c 
							
						 
					 
					
						
						
							
							fix: traffic estimate should Math.floor price estimate to full million ( #8468 )  
						
						... 
						
						
						
						<!-- 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? --> 
						
					 
					
						2024-10-17 09:45:45 +02:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3f8d4c3538 
							
						 
					 
					
						
						
							
							chore: update schemas related to Unleash AI chat ( #8463 )  
						
						... 
						
						
						
						https://linear.app/unleash/issue/2-2779/store-conversations-in-the-database 
Updates schemas related to Unleash AI chat and renames the `chat` column
to `messages` to ensure everything aligns nicely. 
					
						2024-10-16 14:44:37 +01:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							131e608885 
							
						 
					 
					
						
						
							
							fix: fix two disabled tooltips ( #8464 )  
						
						... 
						
						
						
						Fix this warning:
> MUI: You are providing a disabled button child to the Tooltip
component.
> A disabled element does not fire events.
> Tooltip needs to listen to the child element’s events to display the
title.
> Add a simple wrapper element, such as a span. 
						
					 
					
						2024-10-16 15:25:50 +02:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							cb0a26941b 
							
						 
					 
					
						
						
							
							fix: wrap the UserAvatar component in forwardRef ( #8461 )  
						
						... 
						
						
						
						This fixes another one of the warnings we have in our tests and is
probably a sane change to make anyway. 
						
					 
					
						2024-10-16 14:58:34 +02:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							fe09ae214f 
							
						 
					 
					
						
						
							
							chore: fix "key" prop issues in front end tests ( #8459 )  
						
						... 
						
						
						
						Fixes all warnings about the "key" prop. The majority of the fixes fall
into one of the following categories:
- Extracting "key" props in tables (you're not allowed to just spread
them in)
- Adding "key" props to autocomplete options and chips
- fixing test data that didn't contain ids 
						
					 
					
						2024-10-16 14:57:43 +02:00 
						 
				 
			
				
					
						
							
							
								Melinda Fekete 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c580e762b3 
							
						 
					 
					
						
						
							
							Restructure features documentation ( #8394 )  
						
						
						
					 
					
						2024-10-16 13:59:30 +02:00 
						 
				 
			
				
					
						
							
							
								David Leek 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							bb800e3537 
							
						 
					 
					
						
						
							
							fix: group and user has at least 1 project owner counter respects multirole project groups ( #8453 )  
						
						
						
					 
					
						2024-10-16 12:47:00 +02:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b9ea6641ff 
							
						 
					 
					
						
						
							
							chore: AI chats db migration ( #8460 )  
						
						... 
						
						
						
						https://linear.app/unleash/issue/2-2845/db-migration-ai-chats 
Adds a new DB migration for creating a new `ai_chats` table, used on the
Unleash AI experiment. 
					
						2024-10-16 10:43:52 +01:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9a98f86077 
							
						 
					 
					
						
						
							
							chore: make the Unleash AI chat resizable ( #8456 )  
						
						... 
						
						
						
						https://linear.app/unleash/issue/2-2840/make-the-unleash-ai-chat-window-resizable 
This PR makes the Unleash AI chat resizable, providing users with a
flexible way to adjust the chat window's size.
Implements a reusable `Resizable` wrapper component that allows
configuration of:
 - Minimum, maximum, and default sizes.
- Customizable resize handlers for each edge and corner of the
container.
 - Optional resize event callbacks.
Double-clicking any resize handler maximizes the container along that
axis (or both, if it's a corner). If the container is already maximized,
double-clicking again will revert it to the default size. 
					
						2024-10-16 09:15:40 +01:00 
						 
				 
			
				
					
						
							
							
								gitar-bot[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6d2b882eb8 
							
						 
					 
					
						
						
							
							[Gitar] Cleaning up stale flag: stripHeadersOnAPI with value true ( #8457 )  
						
						... 
						
						
						
						[](https://gitar.co )
  
  ---
This automated PR was generated by [Gitar](https://gitar.co ). View
[docs](https://gitar.co/docs ).
Co-authored-by: Gitar <noreply@gitar.co> 
						
					 
					
						2024-10-16 09:30:32 +02:00 
						 
				 
			
				
					
						
							
							
								David Leek 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2cac903068 
							
						 
					 
					
						
						
							
							chore: releasePlans feature flag ( #8458 )  
						
						... 
						
						
						
						Adds the releasePlans feature flag 
						
					 
					
						2024-10-16 09:00:58 +02:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6ba87d1436 
							
						 
					 
					
						
						
							
							chore: fix invalid dom nesting ( #8451 )  
						
						... 
						
						
						
						This PR fixes all `invalidDomNesting` errors we're getting in our tests.
The culprit was the `Badge` icon we use, which wrapped its children in a
div. When that's used as a child of a `p` tag, that'd cause this to
trigger.
What I've done is to change the wrapping element to a span instead. The
Badge itself uses an `display: inline-flex`, so divs and spans should be
treated the same, meaning there's no visual change for this. 
						
					 
					
						2024-10-16 08:33:47 +02:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8d4e84d6eb 
							
						 
					 
					
						
						
							
							fix: unleash AI chat message code not breaking to new line ( #8455 )  
						
						... 
						
						
						
						https://linear.app/unleash/issue/2-2841/fix-a-bug-where-code-does-not-break-to-new-lines-in-messages 
Fixes a bug where code in an Unleash AI chat message would not break to
new lines.
### Before
<img width="451" alt="image"
src="https://github.com/user-attachments/assets/43023206-f6e9-48ef-bd22-cc0c0fe04668 ">
### After
<img width="404" alt="image"
src="https://github.com/user-attachments/assets/2f0bad32-8d40-4edd-bdbb-df0eb9ffb977 "> 
					
						2024-10-15 14:43:01 +00:00