Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0fa3738412 
							
						 
					 
					
						
						
							
							chore: adjust language names ( #8117 )  
						
						
						
					 
					
						2024-09-06 12:45:22 +02:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e8fee92838 
							
						 
					 
					
						
						
							
							feat: explain complete feature name ( #8120 )  
						
						
						
					 
					
						2024-09-06 12:45:06 +02:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							47753b90b2 
							
						 
					 
					
						
						
							
							fix: user projects should exclude archived ones ( #8118 )  
						
						
						
					 
					
						2024-09-06 12:29:05 +02:00 
						 
				 
			
				
					
						
							
							
								Jaanus Sellin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							028cf06f6c 
							
						 
					 
					
						
						
							
							feat: make node example more consistent ( #8111 )  
						
						
						
					 
					
						2024-09-06 13:22:23 +03:00 
						 
				 
			
				
					
						
							
							
								Jaanus Sellin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b6e22d6178 
							
						 
					 
					
						
						
							
							feat: new onboarding welcome screen logic ( #8110 )  
						
						... 
						
						
						
						1. We will not show grid until 2 flags exist
2. Now new feature creation button will be always displayed on top with
different style
3. Moved some text around
 
						
					 
					
						2024-09-06 13:15:28 +03:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f0ba4e5180 
							
						 
					 
					
						
						
							
							fix: allow you to save default strategies with the right permissions ( #8114 )  
						
						... 
						
						
						
						Allow you to edit default strategies in the UI if you have the
update_project or project_default_strategy_write permissions. These are
the same permissions that we use in the API.
Previously, we used the update_feature_strategy permission here, but
that one is intended to be used for updating strategies belonging to
actual flags.
One of the trickier bits here is that we use the `StrategyVariants`
component, which previously had baked in the permission required
(update_feature_environment_variants). Because the permissions are
different for the default strategy, I updated the component to make it
configurable, but for the default to be the old permission (so that
other uses aren't affected). 
						
					 
					
						2024-09-06 12:00:46 +02:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0b656db80a 
							
						 
					 
					
						
						
							
							test: onboarding test with existing key ( #8116 )  
						
						
						
					 
					
						2024-09-06 11:50:52 +02:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							00e63609d4 
							
						 
					 
					
						
						
							
							fix: allow you to see default strategies if you have write access ( #8113 )  
						
						... 
						
						
						
						Previously, you needed read access specifically to see default
strategies. So even if you could write default strategies, you
couldn't access them in the UI without the read permission too.
This changes it so that you can see default strategies if you have
write permission. 
						
					 
					
						2024-09-06 11:49:22 +02:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c1092bacf9 
							
						 
					 
					
						
						
							
							fix: give project_default_strategy_write the ability to update the default strategy ( #8112 )  
						
						... 
						
						
						
						This appears to have been an oversight in the original implementation
of this endpoint. This seems to be the primary point of this
permission. Additionally, the docs mention that this permission should
allow you to do just that.
Note: I've not added any tests for this, because we don't typically add
tests for it. If we have an example to follow, I'd be very happy to add
it, though 
						
					 
					
						2024-09-06 11:49:11 +02:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7e52da11bc 
							
						 
					 
					
						
						
							
							fix: Also display strategy variant information on default strategies ( #8115 )  
						
						... 
						
						
						
						This change copies (and then simplifies) the strategy variant display
logic from
`frontend/src/component/feature/FeatureView/FeatureOverview/FeatureOverviewEnvironments/FeatureOverviewEnvironment/EnvironmentAccordionBody/StrategyDraggableItem/StrategyItem/StrategyItem.tsx`
and inserts it into the `ProjectEnvironmentDefaultStrategy` component.
Before:

After:
 
						
					 
					
						2024-09-06 11:47:59 +02:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ae719325cc 
							
						 
					 
					
						
						
							
							chore(deps): update dependency msw to v2.4.1 ( #8108 )  
						
						... 
						
						
						
						This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [msw](https://mswjs.io )
([source](https://redirect.github.com/mswjs/msw )) | [`2.3.5` ->
`2.4.1`](https://renovatebot.com/diffs/npm/msw/2.3.5/2.4.1 ) |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>mswjs/msw (msw)</summary>
###
[`v2.4.1`](https://redirect.github.com/mswjs/msw/releases/tag/v2.4.1 )
[Compare
Source](https://redirect.github.com/mswjs/msw/compare/v2.4.0...v2.4.1 )
#### v2.4.1 (2024-08-29)
##### Bug Fixes
- import `graphql` lazily
([#​2250](https://redirect.github.com/mswjs/msw/issues/2250 ))
([`1799e06`](1799e0638fhttps://redirect.github.com/kettanaito )
- add `graphql` to "peerDependencies"
([#​2249](https://redirect.github.com/mswjs/msw/issues/2249 ))
([`8a9568a`](8a9568ad45https://redirect.github.com/THETCR )
###
[`v2.4.0`](https://redirect.github.com/mswjs/msw/releases/tag/v2.4.0 )
[Compare
Source](https://redirect.github.com/mswjs/msw/compare/v2.3.5...v2.4.0 )
#### v2.4.0 (2024-08-28)
##### Features
- add `HttpResponse.html()` static method
([#​2140](https://redirect.github.com/mswjs/msw/issues/2140 ))
([`8c5580a`](8c5580a0e2https://redirect.github.com/scruffymongrel )
[@​kettanaito](https://redirect.github.com/kettanaito )
- list "graphql" as an optional peer dependency
([#​2187](https://redirect.github.com/mswjs/msw/issues/2187 ))
([`40b17fd`](40b17fdf65https://redirect.github.com/kettanaito )
- print request body in `onUnhandledRequest` message
([#​2227](https://redirect.github.com/mswjs/msw/issues/2227 ))
([`a2153c9`](a2153c93edhttps://redirect.github.com/bitttttten )
[@​kettanaito](https://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:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiMzguNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2024-09-06 01:15:20 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c08fbafbaf 
							
						 
					 
					
						
						
							
							chore(deps): update dependency fast-check to v3.22.0 ( #8107 )  
						
						... 
						
						
						
						This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [fast-check](https://fast-check.dev/ )
([source](https://redirect.github.com/dubzzz/fast-check/tree/HEAD/packages/fast-check ))
| [`3.21.0` ->
`3.22.0`](https://renovatebot.com/diffs/npm/fast-check/3.21.0/3.22.0 ) |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>dubzzz/fast-check (fast-check)</summary>
###
[`v3.22.0`](https://redirect.github.com/dubzzz/fast-check/blob/HEAD/packages/fast-check/CHANGELOG.md#3220 )
[Compare
Source](https://redirect.github.com/dubzzz/fast-check/compare/v3.21.0...v3.22.0 )
*Graphemes support on `fc.string`*
\[[Code](https://redirect.github.com/dubzzz/fast-check/tree/v3.22.0 )]\[[Diff](https://redirect.github.com/dubzzz/fast-check/compare/v3.21.0...v3.22.0 )]
#### Features
- ([PR#5222](https://redirect.github.com/dubzzz/fast-check/pull/5222 ))
Support for grapheme on `fc.string`
- ([PR#5233](https://redirect.github.com/dubzzz/fast-check/pull/5233 ))
Mark as deprecated most of char and string arbitraries
- ([PR#5238](https://redirect.github.com/dubzzz/fast-check/pull/5238 ))
Deprecate `bigInt`'s alternatives
#### Fixes
- ([PR#5237](https://redirect.github.com/dubzzz/fast-check/pull/5237 ))
CI: Drop TypeScript rc release channel
- ([PR#5241](https://redirect.github.com/dubzzz/fast-check/pull/5241 ))
CI: Move to changeset
- ([PR#5199](https://redirect.github.com/dubzzz/fast-check/pull/5199 ))
Doc: Publish release note for 3.21.0
- ([PR#5240](https://redirect.github.com/dubzzz/fast-check/pull/5240 ))
Doc: Better `string`'s deprecation note in documentation
- ([PR#5203](https://redirect.github.com/dubzzz/fast-check/pull/5203 ))
Refactor: Add missing types on exported
***
</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:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiMzguNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2024-09-06 01:14:30 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1f7a174946 
							
						 
					 
					
						
						
							
							chore(deps): update dependency cypress to v13.14.1 ( #8106 )  
						
						... 
						
						
						
						This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [cypress](https://cypress.io )
([source](https://redirect.github.com/cypress-io/cypress )) | [`13.13.2`
-> `13.14.1`](https://renovatebot.com/diffs/npm/cypress/13.13.2/13.14.1 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>cypress-io/cypress (cypress)</summary>
###
[`v13.14.1`](https://redirect.github.com/cypress-io/cypress/compare/v13.14.0...v13.14.1 )
[Compare
Source](https://redirect.github.com/cypress-io/cypress/compare/v13.14.0...v13.14.1 )
###
[`v13.14.0`](https://redirect.github.com/cypress-io/cypress/releases/tag/v13.14.0 )
[Compare
Source](https://redirect.github.com/cypress-io/cypress/compare/v13.13.3...v13.14.0 )
Changelog: https://docs.cypress.io/guides/references/changelog#13-14-0 
###
[`v13.13.3`](https://redirect.github.com/cypress-io/cypress/releases/tag/v13.13.3 )
[Compare
Source](https://redirect.github.com/cypress-io/cypress/compare/v13.13.2...v13.13.3 )
Changelog: https://docs.cypress.io/guides/references/changelog#13-13-3 
</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:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiMzguNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2024-09-05 22:51:20 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							65d3a2d325 
							
						 
					 
					
						
						
							
							chore(deps): update dependency @xmldom/xmldom to ^0.9.0 ( #8105 )  
						
						... 
						
						
						
						This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@xmldom/xmldom](https://redirect.github.com/xmldom/xmldom ) |
[`^0.8.4` ->
`^0.9.0`](https://renovatebot.com/diffs/npm/@xmldom%2fxmldom/0.8.10/0.9.0 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>xmldom/xmldom (@​xmldom/xmldom)</summary>
###
[`v0.9.0`](https://redirect.github.com/xmldom/xmldom/blob/HEAD/CHANGELOG.md#090 )
[Compare
Source](https://redirect.github.com/xmldom/xmldom/compare/0.8.10...0.9.0 )
-
[Discussion](https://redirect.github.com/xmldom/xmldom/discussions/435 )
- [Summary on
dev.to](https://dev.to/karfau/release-090-of-xmldomxmldom-4106 )
##### Features
- feat: expose all DOM level 2 element prototypes
[`#637`](https://redirect.github.com/xmldom/xmldom/pull/637 ) /
[`#40`](https://redirect.github.com/xmldom/xmldom/issues/40 )
- feat: add iterator function to NodeList and NamedNodeMap
[`#634`](https://redirect.github.com/xmldom/xmldom/pull/634 ) /
[`#633`](https://redirect.github.com/xmldom/xmldom/issues/633 )
##### Fixed
- parse empty/whitspace only doctype internal subset
[`#692`](https://redirect.github.com/xmldom/xmldom/pull/692 )
- avoid prototype clash in namespace prefix
[`#554`](https://redirect.github.com/xmldom/xmldom/pull/554 )
- report fatalError when doctype is inside elements
[`#550`](https://redirect.github.com/xmldom/xmldom/pull/550 )
##### Other
- test: add fuzz target and regression tests
[`#556`](https://redirect.github.com/xmldom/xmldom/pull/556 )
- chore: improve .gitignore and provide .envrc.template
[`#697`](https://redirect.github.com/xmldom/xmldom/pull/697 )
- chore: Apply security best practices
[`#546`](https://redirect.github.com/xmldom/xmldom/pull/546 )
- ci: check test coverage in PRs
[`#524`](https://redirect.github.com/xmldom/xmldom/pull/524 )
- docs: add missing commas to readme
[`#566`](https://redirect.github.com/xmldom/xmldom/pull/566 )
- docs: click to copy install command in readme
[`#644`](https://redirect.github.com/xmldom/xmldom/pull/644 )
- docs: enhance jsdoc comments
[`#511`](https://redirect.github.com/xmldom/xmldom/pull/511 )
Thank you, [@​kboshold](https://redirect.github.com/kboshold ),
[@​edi9999](https://redirect.github.com/edi9999 ),
[@​apupier](https://redirect.github.com/apupier ),
[@​shunkica](https://redirect.github.com/shunkica ),
[@​homer0](https://redirect.github.com/homer0 ),
[@​jhauga](https://redirect.github.com/jhauga ),
[@​UdayKharatmol](https://redirect.github.com/UdayKharatmol ), for
your contributions
</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:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiMzguNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2024-09-05 22:51:07 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							582f32e564 
							
						 
					 
					
						
						
							
							chore(deps): update dependency @testing-library/jest-dom to v6.5.0 ( #8104 )  
						
						... 
						
						
						
						This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@testing-library/jest-dom](https://redirect.github.com/testing-library/jest-dom )
| [`6.4.8` ->
`6.5.0`](https://renovatebot.com/diffs/npm/@testing-library%2fjest-dom/6.4.8/6.5.0 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>testing-library/jest-dom
(@​testing-library/jest-dom)</summary>
###
[`v6.5.0`](https://redirect.github.com/testing-library/jest-dom/compare/v6.4.8...62f0e3a43262b945bbf6bdd9bf231bf3e4ac7778 )
[Compare
Source](https://redirect.github.com/testing-library/jest-dom/compare/v6.4.8...v6.5.0 )
</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:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiMzguNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2024-09-05 19:35:25 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							11188d255c 
							
						 
					 
					
						
						
							
							fix(deps): update dependency @slack/web-api to v6.12.1 ( #8103 )  
						
						... 
						
						
						
						This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@slack/web-api](https://slack.dev/node-slack-sdk/web-api )
([source](https://redirect.github.com/slackapi/node-slack-sdk )) |
[`6.12.0` ->
`6.12.1`](https://renovatebot.com/diffs/npm/@slack%2fweb-api/6.12.0/6.12.1 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>slackapi/node-slack-sdk (@​slack/web-api)</summary>
###
[`v6.12.1`](https://redirect.github.com/slackapi/node-slack-sdk/releases/tag/%40slack/web-api%406.12.1 )
[Compare
Source](https://redirect.github.com/slackapi/node-slack-sdk/compare/@slack/web-api@6.12.0...@slack/web-api@6.12.1 )
#### What's Changed
This patch release bumps the minimum version of axios to 1.7.4 to
address a CVE - see [Axios 1.7.4 release
notes](https://redirect.github.com/axios/axios/releases/tag/v1.7.4 ) for
more information.
##### Changelog
- web-api@6(chore): bump axios to 1.7.4 to address CVE-2024-39338 -
Thanks [@​zimeg](https://redirect.github.com/zimeg )! in
[https://github.com/slackapi/node-slack-sdk/pull/1880 ](https://redirect.github.com/slackapi/node-slack-sdk/pull/1880 )
**Full Changelog**:
https://github.com/slackapi/node-slack-sdk/compare/[@​slack/web-api](https://redirect.github.com/slack/web-api)[@​6](https://redirect.github.com/6).12.0...[@​slack/webhook](https://redirect.github.com/slack/webhook)[@​6](https://redirect.github.com/6).12.1 
</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:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiMzguNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2024-09-05 19:34:30 +00:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							09e55c10c2 
							
						 
					 
					
						
						
							
							feat: onboarding step badges ( #8102 )  
						
						
						
					 
					
						2024-09-05 15:21:27 +02:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							355b3eb58a 
							
						 
					 
					
						
						
							
							chore: remove unused SCIM setting - assumeControlOfExisting ( #8101 )  
						
						... 
						
						
						
						This property is unused and should be removed.
This fixes a logged schema error:
```
Invalid response: {
    "schema": "#/components/schemas/scimSettingsSchema",
    "errors": [
        {
            "instancePath": "",
            "schemaPath": "#/required",
            "keyword": "required",
            "params": {
                "missingProperty": "assumeControlOfExisting"
            },
            "message": "must have required property 'assumeControlOfExisting'"
        }
    ]
}
``` 
						
					 
					
						2024-09-05 13:45:20 +01:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2daa0cd8ca 
							
						 
					 
					
						
						
							
							feat: onboarding stepper ( #8100 )  
						
						
						
					 
					
						2024-09-05 14:11:39 +02:00 
						 
				 
			
				
					
						
							
							
								Jaanus Sellin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							01fb748c01 
							
						 
					 
					
						
						
							
							feat: connection status bubble ( #8099 )  
						
						... 
						
						
						
						Fully working cycle
 
						
					 
					
						2024-09-05 13:56:25 +03:00 
						 
				 
			
				
					
						
							
							
								GitHub Actions Bot 
							
						 
					 
					
						
						
						
						
							
						
						
							397b44bfd3 
							
						 
					 
					
						
						
							
							chore: bump version to 6.2.0  
						
						
						
					 
					
						2024-09-05 10:50:52 +00:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9f591f0cda 
							
						 
					 
					
						
						
							
							feat: change sdk action ( #8098 )  
						
						
						
					 
					
						2024-09-05 11:55:37 +02:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							62d03d35cd 
							
						 
					 
					
						
						
							
							feat: check flag status snippet ( #8097 )  
						
						
						
					 
					
						2024-09-05 11:17:42 +02:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ec417bf15e 
							
						 
					 
					
						
						
							
							docs: remove mention of admin name and email env vars ( #8096 )  
						
						... 
						
						
						
						https://github.com/Unleash/unleash/pull/7795  mistakenly included a
mention that these environment variables can be used:
- `UNLEASH_DEFAULT_ADMIN_NAME`
- `UNLEASH_DEFAULT_ADMIN_EMAIL`
However that's not really the case, since we decided to remove their
respective implementation before merging that PR. 
					
						2024-09-05 09:27:54 +01:00 
						 
				 
			
				
					
						
							
							
								Tymoteusz Czech 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c2c865273e 
							
						 
					 
					
						
						
							
							fix: align short owner username on project card ( #8093 )  
						
						
						
					 
					
						2024-09-05 10:16:38 +02:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							39538012ac 
							
						 
					 
					
						
						
							
							fix: use the correct env vars for initial admin account ( #8095 )  
						
						... 
						
						
						
						https://github.com/Unleash/unleash/pull/7795  mistakenly changed the
initial admin account environment variables to be:
 - `INITIAL_ADMIN_USER_USERNAME`
 - `INITIAL_ADMIN_USER_PASSWORD`
Instead of the previous:
 - `UNLEASH_DEFAULT_ADMIN_USERNAME`
 - `UNLEASH_DEFAULT_ADMIN_PASSWORD`
See:
https://github.com/Unleash/unleash/pull/7795/files?diff=unified&w=0#diff-a38cc7ae9f963264333b6535498970a33e046dba50a6af554f438343a6edd2ddR319-R334 
This PR reverts them back to the correct environment variable names and
adds a test to prevent something similar from happening in the future. 
					
						2024-09-05 09:10:51 +01:00 
						 
				 
			
				
					
						
							
							
								Jaanus Sellin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4b1de563f7 
							
						 
					 
					
						
						
							
							feat: add sdk example box ( #8092 )  
						
						... 
						
						
						
						 
						
					 
					
						2024-09-05 10:35:43 +03:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7bfc8b23ee 
							
						 
					 
					
						
						
							
							fix: add request body schema in update segment endpoint ( #8085 )  
						
						... 
						
						
						
						https://linear.app/unleash/issue/2-2592/updateimprove-a-segment-via-api-call 
Related to https://github.com/Unleash/unleash/issues/7987 
This does not make the endpoint necessarily better - It's still a PUT
that acts as a PUT in some ways (expects specific required fields to be
present, resets the project to `null` if it's not included in the body)
and a PATCH in others (ignores most fields if they're not included in
the body). We need to have a more in-depth discussion about developing
long-term strategies for our API and respective OpenAPI spec.
However this at least includes the proper schema for the request body,
which is slightly better than before. 
					
						2024-09-05 08:17:04 +01:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b1ce02369a 
							
						 
					 
					
						
						
							
							feat: copy to clipboard sdk snippet ( #8083 )  
						
						
						
					 
					
						2024-09-05 08:53:52 +02:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							bcf7f5682e 
							
						 
					 
					
						
						
							
							chore(deps): update dependency vite to v5.4.2 ( #8091 )  
						
						... 
						
						
						
						This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [vite](https://vitejs.dev )
([source](https://redirect.github.com/vitejs/vite/tree/HEAD/packages/vite ))
| [`5.4.0` ->
`5.4.2`](https://renovatebot.com/diffs/npm/vite/5.4.0/5.4.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 (vite)</summary>
###
[`v5.4.2`](https://redirect.github.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small542-2024-08-20-small )
[Compare
Source](https://redirect.github.com/vitejs/vite/compare/v5.4.1...v5.4.2 )
- chore: remove stale TODOs
([#​17866](https://redirect.github.com/vitejs/vite/issues/17866 ))
([e012f29](e012f296dfhttps://redirect.github.com/vitejs/vite/issues/17866 )
- refactor: remove redundant prepend/strip base
([#​17887](https://redirect.github.com/vitejs/vite/issues/17887 ))
([3b8f03d](3b8f03d789https://redirect.github.com/vitejs/vite/issues/17887 )
- fix: resolve relative URL generated by `renderBuiltUrl` passed to
module preload
([#​16084](https://redirect.github.com/vitejs/vite/issues/16084 ))
([fac3a8e](fac3a8ed68https://redirect.github.com/vitejs/vite/issues/16084 )
- feat: support originalFilename
([#​17867](https://redirect.github.com/vitejs/vite/issues/17867 ))
([7d8c0e2](7d8c0e2dcbhttps://redirect.github.com/vitejs/vite/issues/17867 )
###
[`v5.4.1`](https://redirect.github.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small541-2024-08-15-small )
[Compare
Source](https://redirect.github.com/vitejs/vite/compare/v5.4.0...v5.4.1 )
- fix: `build.modulePreload.resolveDependencies` is optimizable
([#​16083](https://redirect.github.com/vitejs/vite/issues/16083 ))
([e961b31](e961b31493https://redirect.github.com/vitejs/vite/issues/16083 )
- fix: align CorsOptions.origin type with
[@​types/cors](https://redirect.github.com/types/cors )
([#​17836](https://redirect.github.com/vitejs/vite/issues/17836 ))
([1bda847](1bda847329https://redirect.github.com/vitejs/vite/issues/17836 )
- fix: typings for vite:preloadError
([#​17868](https://redirect.github.com/vitejs/vite/issues/17868 ))
([6700594](6700594999https://redirect.github.com/vitejs/vite/issues/17868 )
- fix(build): avoid re-define `__vite_import_meta_env__`
([#​17876](https://redirect.github.com/vitejs/vite/issues/17876 ))
([e686d74](e686d749d6https://redirect.github.com/vitejs/vite/issues/17876 )
- fix(deps): update all non-major dependencies
([#​17869](https://redirect.github.com/vitejs/vite/issues/17869 ))
([d11711c](d11711c7e4https://redirect.github.com/vitejs/vite/issues/17869 )
- fix(lightningcss): search for assets with correct base path
([#​17856](https://redirect.github.com/vitejs/vite/issues/17856 ))
([4e5ce3c](4e5ce3c7a9https://redirect.github.com/vitejs/vite/issues/17856 )
- fix(worker): handle self reference url worker in dependency for build
([#​17846](https://redirect.github.com/vitejs/vite/issues/17846 ))
([391bb49](391bb4917bhttps://redirect.github.com/vitejs/vite/issues/17846 )
- chore: fix picocolors import for local dev
([#​17884](https://redirect.github.com/vitejs/vite/issues/17884 ))
([9018255](9018255c69https://redirect.github.com/vitejs/vite/issues/17884 )
- refactor: remove `handleHotUpdate` from watch-package-data plugin
([#​17865](https://redirect.github.com/vitejs/vite/issues/17865 ))
([e16bf1f](e16bf1fb14https://redirect.github.com/vitejs/vite/issues/17865 )
</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:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiMzguNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2024-09-05 00:32:31 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							cd3d64739f 
							
						 
					 
					
						
						
							
							chore(deps): update dependency react-router to v6.26.1 ( #8090 )  
						
						... 
						
						
						
						This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [react-router](https://redirect.github.com/remix-run/react-router )
([source](https://redirect.github.com/remix-run/react-router/tree/HEAD/packages/react-router ))
| [`6.26.0` ->
`6.26.1`](https://renovatebot.com/diffs/npm/react-router/6.26.0/6.26.1 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>remix-run/react-router (react-router)</summary>
###
[`v6.26.1`](https://redirect.github.com/remix-run/react-router/compare/react-router@6.26.0...react-router@6.26.1 )
[Compare
Source](https://redirect.github.com/remix-run/react-router/compare/react-router@6.26.0...react-router@6.26.1 )
</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:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiMzguNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2024-09-05 00:31:52 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							83d4debfff 
							
						 
					 
					
						
						
							
							chore(deps): update dependency nock to v13.5.5 ( #8089 )  
						
						... 
						
						
						
						This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [nock](https://redirect.github.com/nock/nock ) | [`13.5.4` ->
`13.5.5`](https://renovatebot.com/diffs/npm/nock/13.5.4/13.5.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>nock/nock (nock)</summary>
###
[`v13.5.5`](https://redirect.github.com/nock/nock/compare/v13.5.4...66eb7f48a7bdf50ee79face6403326b02d23253b )
[Compare
Source](https://redirect.github.com/nock/nock/compare/v13.5.4...v13.5.5 )
</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:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiMzguNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2024-09-04 21:43:19 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							789105079c 
							
						 
					 
					
						
						
							
							chore(deps): update dependency @types/pg to v8.11.8 ( #8088 )  
						
						... 
						
						
						
						This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@types/pg](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/pg )
([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/pg ))
| [`8.11.7` ->
`8.11.8`](https://renovatebot.com/diffs/npm/@types%2fpg/8.11.7/8.11.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/ )
|
---
### 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:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiMzguNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2024-09-04 21:42:54 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f811d145aa 
							
						 
					 
					
						
						
							
							chore(deps): update dependency @types/pg to v8.11.7 ( #8087 )  
						
						... 
						
						
						
						This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@types/pg](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/pg )
([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/pg ))
| [`8.11.6` ->
`8.11.7`](https://renovatebot.com/diffs/npm/@types%2fpg/8.11.6/8.11.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 - "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:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiMzguNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2024-09-04 18:56:55 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5e11ded7d9 
							
						 
					 
					
						
						
							
							chore(deps): update dependency @swc/core to v1.7.21 ( #8086 )  
						
						... 
						
						
						
						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.18` ->
`1.7.21`](https://renovatebot.com/diffs/npm/@swc%2fcore/1.7.18/1.7.21 ) |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>swc-project/swc (@​swc/core)</summary>
###
[`v1.7.21`](https://redirect.github.com/swc-project/swc/blob/HEAD/CHANGELOG.md#1721---2024-08-28 )
[Compare
Source](https://redirect.github.com/swc-project/swc/compare/v1.7.19...v1.7.21 )
##### Bug Fixes
- **(es/typescript)** Preserve more comments
([#​9509](https://redirect.github.com/swc-project/swc/issues/9509 ))
([3e253ec](3e253ecc21https://redirect.github.com/swc-project/swc/blob/HEAD/CHANGELOG.md#1719---2024-08-28 )
[Compare
Source](https://redirect.github.com/swc-project/swc/compare/v1.7.18...v1.7.19 )
##### Bug Fixes
- **(es/minifier)** Track if a var is used with `in`
([#​9508](https://redirect.github.com/swc-project/swc/issues/9508 ))
([7d6269e](7d6269e3b8https://redirect.github.com/swc-project/swc/issues/9489 ))
([af922d8](af922d83e5https://redirect.github.com/swc-project/swc/issues/9502 ))
([da52930](da529304fehttps://redirect.github.com/swc-project/swc/issues/9492 ))
([5258763](5258763cf6https://redirect.github.com/swc-project/swc/issues/9493 ))
([faec8c1](faec8c134d📅  **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:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiMzguNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2024-09-04 18:56:20 +00:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ff31013c6d 
							
						 
					 
					
						
						
							
							feat: Sdk snippets in test connection phase ( #8082 )  
						
						
						
					 
					
						2024-09-04 15:43:36 +02:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5c4d0bf99b 
							
						 
					 
					
						
						
							
							feat: navigate between all stages ( #8080 )  
						
						
						
					 
					
						2024-09-04 13:58:15 +02:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ba8d043f3c 
							
						 
					 
					
						
						
							
							feat: connect sdk concepts ( #8079 )  
						
						
						
					 
					
						2024-09-04 12:31:55 +02:00 
						 
				 
			
				
					
						
							
							
								Jaanus Sellin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							48ddd255d6 
							
						 
					 
					
						
						
							
							feat: connect welcome to sdk dialog ( #8078 )  
						
						... 
						
						
						
						Now welcome screen is connected to sdk dialog. 
						
					 
					
						2024-09-04 13:19:08 +03:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d220aaec0f 
							
						 
					 
					
						
						
							
							fix: editor can add dependencies in default project ( #8077 )  
						
						
						
					 
					
						2024-09-04 11:25:32 +02:00 
						 
				 
			
				
					
						
							
							
								Jaanus Sellin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f41a688edb 
							
						 
					 
					
						
						
							
							feat: welcome to project onboarding status rendering ( #8076 )  
						
						... 
						
						
						
						 
						
					 
					
						2024-09-04 12:17:33 +03:00 
						 
				 
			
				
					
						
							
							
								Alvin Bryan 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							896707f7d5 
							
						 
					 
					
						
						
							
							Django tutorial + Nav update ( #7982 )  
						
						... 
						
						
						
						Updating the nav so Django and Rails are both listed under their
respective language.
---------
Co-authored-by: Simon Hornby <simon@getunleash.io>
Co-authored-by: Melinda Fekete <melinda.fekete@getunleash.io> 
						
					 
					
						2024-09-04 09:14:55 +01:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							206e3aef62 
							
						 
					 
					
						
						
							
							feat: connect sdk icons ( #8075 )  
						
						
						
					 
					
						2024-09-04 10:00:57 +02:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8c5a3e03a4 
							
						 
					 
					
						
						
							
							feat: can select client and frontend sdk ( #8066 )  
						
						
						
					 
					
						2024-09-04 08:26:16 +02:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							061fa44a20 
							
						 
					 
					
						
						
							
							chore(deps): update dependency async to v3.2.6 ( #8072 )  
						
						... 
						
						
						
						This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [async](https://caolan.github.io/async/ )
([source](https://redirect.github.com/caolan/async )) | [`3.2.5` ->
`3.2.6`](https://renovatebot.com/diffs/npm/async/3.2.5/3.2.6 ) |
[](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>caolan/async (async)</summary>
###
[`v3.2.6`](https://redirect.github.com/caolan/async/compare/v3.2.5...v3.2.6 )
[Compare
Source](https://redirect.github.com/caolan/async/compare/v3.2.5...v3.2.6 )
</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:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiMzguNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2024-09-04 01:45:24 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							176155e788 
							
						 
					 
					
						
						
							
							chore(deps): update dependency husky to v9.1.5 ( #8073 )  
						
						... 
						
						
						
						This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [husky](https://redirect.github.com/typicode/husky ) | [`9.1.4` ->
`9.1.5`](https://renovatebot.com/diffs/npm/husky/9.1.4/9.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>typicode/husky (husky)</summary>
###
[`v9.1.5`](https://redirect.github.com/typicode/husky/compare/v9.1.4...2fee8d212c601942ad146ea9209f15c20a07fb6d )
[Compare
Source](https://redirect.github.com/typicode/husky/compare/v9.1.4...v9.1.5 )
</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:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiMzguNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2024-09-04 01:44:52 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ace5c10694 
							
						 
					 
					
						
						
							
							chore(deps): update dependency @types/react to v18.3.4 ( #8071 )  
						
						... 
						
						
						
						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.3` ->
`18.3.4`](https://renovatebot.com/diffs/npm/@types%2freact/18.3.3/18.3.4 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Configuration
📅  **Schedule**: Branch creation - "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:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiMzguNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2024-09-03 21:08:22 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3c23b77838 
							
						 
					 
					
						
						
							
							chore(deps): update dependency @types/node to v20.16.1 ( #8070 )  
						
						... 
						
						
						
						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.0` ->
`20.16.1`](https://renovatebot.com/diffs/npm/@types%2fnode/20.16.0/20.16.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.
🔕  **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:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiMzguNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2024-09-03 21:08:12 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							cb32492dc3 
							
						 
					 
					
						
						
							
							chore(deps): update dependency @swc/core to v1.7.18 ( #8068 )  
						
						... 
						
						
						
						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.10` ->
`1.7.18`](https://renovatebot.com/diffs/npm/@swc%2fcore/1.7.10/1.7.18 ) |
[](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.18`](https://redirect.github.com/swc-project/swc/compare/v1.7.14...v1.7.18 )
[Compare
Source](https://redirect.github.com/swc-project/swc/compare/v1.7.14...v1.7.18 )
###
[`v1.7.14`](https://redirect.github.com/swc-project/swc/blob/HEAD/CHANGELOG.md#1714---2024-08-19 )
[Compare
Source](https://redirect.github.com/swc-project/swc/compare/v1.7.12...v1.7.14 )
##### Bug Fixes
- **(common)** Use `SourceMap::adjust_mappings` in correct order
([#​9447](https://redirect.github.com/swc-project/swc/issues/9447 ))
([05961eb](05961eb018https://redirect.github.com/swc-project/swc/issues/9449 ))
([673655c](673655c169https://redirect.github.com/swc-project/swc/issues/9450 ))
([238ba8b](238ba8b1d2https://redirect.github.com/swc-project/swc/issues/9448 ))
([8845b76](8845b76ac4https://redirect.github.com/swc-project/swc/blob/HEAD/CHANGELOG.md#1712---2024-08-19 )
[Compare
Source](https://redirect.github.com/swc-project/swc/compare/v1.7.11...v1.7.12 )
##### Bug Fixes
- **(common)** Do not use `adjust_mappings` from `sourcemap` crate
([#​9437](https://redirect.github.com/swc-project/swc/issues/9437 ))
([563c162](563c162f1chttps://redirect.github.com/swc-project/swc/issues/9440 ))
([308e5ec](308e5ec81bhttps://redirect.github.com/swc-project/swc/issues/9446 ))
([bfaf31b](bfaf31bc4bhttps://redirect.github.com/swc-project/swc/issues/9444 ))
([99738ef](99738ef412https://redirect.github.com/swc-project/swc/issues/9436 ))
([08dd948](08dd948289https://redirect.github.com/swc-project/swc/blob/HEAD/CHANGELOG.md#1711---2024-08-14 )
[Compare
Source](https://redirect.github.com/swc-project/swc/compare/v1.7.10...v1.7.11 )
##### Bug Fixes
- **(es)** Improve sourcemap url error messages.
([#​9422](https://redirect.github.com/swc-project/swc/issues/9422 ))
([230d1d9](230d1d98b9https://redirect.github.com/swc-project/swc/issues/9420 ))
([9751518](9751518a0ahttps://redirect.github.com/swc-project/swc/issues/9421 ))
([d2929d1](d2929d1ce6https://redirect.github.com/swc-project/swc/issues/9393 ))
([34d1b27](34d1b27251https://redirect.github.com/swc-project/swc/issues/9425 ))
([970cc81](970cc81033https://redirect.github.com/swc-project/swc/issues/9419 ))
([1bf467d](1bf467d99fhttps://redirect.github.com/swc-project/swc/issues/9405 ))
([baf4928](baf4928ce2https://redirect.github.com/swc-project/swc/issues/9407 ))
([ce761cf](ce761cf515https://redirect.github.com/swc-project/swc/issues/9428 ))
([55f7268](55f72687f6📅  **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:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiMzguNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2024-09-03 19:28:53 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d60d9f6444 
							
						 
					 
					
						
						
							
							chore(deps): update dependency @tanstack/react-table to v8.20.5 ( #8069 )  
						
						... 
						
						
						
						This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@tanstack/react-table](https://tanstack.com/table )
([source](https://redirect.github.com/TanStack/table/tree/HEAD/packages/react-table ))
| [`8.20.1` ->
`8.20.5`](https://renovatebot.com/diffs/npm/@tanstack%2freact-table/8.20.1/8.20.5 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>TanStack/table (@​tanstack/react-table)</summary>
###
[`v8.20.5`](https://redirect.github.com/TanStack/table/releases/tag/v8.20.5 )
[Compare
Source](https://redirect.github.com/TanStack/table/compare/v8.20.1...v8.20.5 )
Version 8.20.5 - 8/24/24, 11:37 PM
#### Changes
##### Fix
- table-core: allow searching of numbers
([#​5718](https://redirect.github.com/TanStack/table/issues/5718 ))
([`237b1c4`](https://redirect.github.com/TanStack/table/commit/237b1c4 ))
by GaganSingh7
##### Docs
- vue: add information about `shallowRef` for reactive data
([#​5706](https://redirect.github.com/TanStack/table/issues/5706 ))
([`58913b6`](https://redirect.github.com/TanStack/table/commit/58913b6 ))
by Ola Alsaker
#### Packages
-
[@​tanstack/table-core](https://redirect.github.com/tanstack/table-core )[@​8](https://redirect.github.com/8 ).20.5
-
[@​tanstack/angular-table](https://redirect.github.com/tanstack/angular-table )[@​8](https://redirect.github.com/8 ).20.5
-
[@​tanstack/lit-table](https://redirect.github.com/tanstack/lit-table )[@​8](https://redirect.github.com/8 ).20.5
-
[@​tanstack/qwik-table](https://redirect.github.com/tanstack/qwik-table )[@​8](https://redirect.github.com/8 ).20.5
-
[@​tanstack/react-table](https://redirect.github.com/tanstack/react-table )[@​8](https://redirect.github.com/8 ).20.5
-
[@​tanstack/solid-table](https://redirect.github.com/tanstack/solid-table )[@​8](https://redirect.github.com/8 ).20.5
-
[@​tanstack/svelte-table](https://redirect.github.com/tanstack/svelte-table )[@​8](https://redirect.github.com/8 ).20.5
-
[@​tanstack/vue-table](https://redirect.github.com/tanstack/vue-table )[@​8](https://redirect.github.com/8 ).20.5
-
[@​tanstack/react-table-devtools](https://redirect.github.com/tanstack/react-table-devtools )[@​8](https://redirect.github.com/8 ).20.5
</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:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiMzguNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2024-09-03 19:27:42 +00:00