Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							03d6ed0c32 
							
						 
					 
					
						
						
							
							ui: update design for feature naming pattern info ( #4656 )  
						
						 
						
						... 
						
						
						
						This PR updates the design for the feature naming pattern info. In doing
so, I've extracted the information into a single component.
It also, on @nicolaesocaciu's behest, makes the new toggle form inputs
wider when they have room to grow.
Light mode:

Dark mode:

For copying features it looks like this:
 
						
					 
					
						2023-09-13 08:05:58 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tymoteusz Czech 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ed6547b6f1 
							
						 
					 
					
						
						
							
							fix: integrations UI ( #4670 )  
						
						 
						
						... 
						
						
						
						## About the changes
UI adjustments - text, spacing
Co-authored-by: NicolaeUnleash <103567375+NicolaeUnleash@users.noreply.github.com> 
						
					 
					
						2023-09-12 15:45:51 +03:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tymoteusz Czech 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							dbaa386697 
							
						 
					 
					
						
						
							
							feat: Edge integration page ( #4657 )  
						
						 
						
						... 
						
						
						
						## About the changes
 
						
					 
					
						2023-09-12 14:25:38 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jaanus Sellin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							980461ef18 
							
						 
					 
					
						
						
							
							feat: hide project settings for OSS ( #4662 )  
						
						 
						
						
						
					 
					
						2023-09-12 09:39:55 +03:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								andreas-unleash 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1cd0edb11a 
							
						 
					 
					
						
						
							
							feat: variant with number payload ( #4654 )  
						
						 
						
						... 
						
						
						
						Adds `number` as possible payload type for variant.
Adds a flag to enable the feature
Updates all relevant models and schemas
Adds the option to the UI
Closes: #
[1-1357](https://linear.app/unleash/issue/1-1357/support-number-in-variant-payload )
---------
Signed-off-by: andreas-unleash <andreas@getunleash.ai> 
						
					 
					
						2023-09-11 16:57:42 +03:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tymoteusz Czech 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f88e15c45c 
							
						 
					 
					
						
						
							
							Fix: integrations form ( #4655 )  
						
						 
						
						... 
						
						
						
						## About the changes
Fix submitting integrations form 
						
					 
					
						2023-09-11 12:26:40 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ba73d9a0d1 
							
						 
					 
					
						
						
							
							feat: keyboard navigation in search ( #4651 )  
						
						 
						
						
						
					 
					
						2023-09-11 12:53:31 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jaanus Sellin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							77fbac01e4 
							
						 
					 
					
						
						
							
							feat: remove newApplicationsList feature flag ( #4653 )  
						
						 
						
						
						
					 
					
						2023-09-11 12:28:43 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tymoteusz Czech 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a9ac81a089 
							
						 
					 
					
						
						
							
							feat: useUiFlag shorthand hook ( #4566 )  
						
						 
						
						... 
						
						
						
						## About the changes
Instead of this:
```ts
const { uiConfig } = useUiConfig();
const myFlag = Boolean(uiConfig?.flags?.myFlag)
```
we can have this:
```ts
const myFlag = useUiFlag("myFlag")
```
With the same type safety, less verbose and more purposeful code.
### Important files
- `frontend/src/hooks/useUiFlag.ts`
## Discussion points
Can we in the future share flags between frontend and backend? Right now
adding a new flag has to be done in 4 different places (backend flag
keys list, backend flags defaults config, backend experimental server
options, frontend type).
Most ergonomic option is to pull config directly from Unleash. 
Issue, based on previous user feedback:
https://github.com/Unleash/unleash/issues/4565 
Internal feature request document:
[docs.google.com/document/d/1Sx0q...](https://docs.google.com/document/d/1Sx0qKZXUVUCjuY5F4MOh1ieOM1A2_jE58zEA7jaM_1g/edit?usp=sharing ) 
						
					 
					
						2023-09-11 10:01:20 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Fredrik Strand Oseberg 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							26ade79d66 
							
						 
					 
					
						
						
							
							Fix/dora polish ( #4645 )  
						
						 
						
						... 
						
						
						
						This PR includes:
* Tests for retrieving lead time per feature toggle and project average
* Feedback component 
						
					 
					
						2023-09-08 14:18:58 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jaanus Sellin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0b5a7b7d36 
							
						 
					 
					
						
						
							
							feat: add plausible to integrations ( #4647 )  
						
						 
						
						
						
					 
					
						2023-09-08 15:01:12 +03:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							61174a1d9c 
							
						 
					 
					
						
						
							
							fix: multi project roles UI improvements ( #4646 )  
						
						 
						
						... 
						
						
						
						https://linear.app/unleash/issue/2-1373/small-ui-fixes-and-improvements 
- Update group root role `HelpIcon` tooltip to reflect the new behavior;
- Fixes a crash on groups search where `description` could be
`undefined`;
 - Improves `RoleDescription` design;
 - Fixes the role label in `ProjectGroupView`;
 
 
						
					 
					
						2023-09-08 11:42:58 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tymoteusz Czech 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b835efc0ad 
							
						 
					 
					
						
						
							
							feat: edge integrations page ( #4639 )  
						
						 
						
						
						
					 
					
						2023-09-08 10:49:30 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tymoteusz Czech 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							042e8d097a 
							
						 
					 
					
						
						
							
							feat: link to request integration ( #4634 )  
						
						 
						
						... 
						
						
						
						## About the changes

https://linear.app/unleash/issue/1-1343/request-integration  
						
					 
					
						2023-09-08 11:46:27 +03:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tymoteusz Czech 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							dff0420ca8 
							
						 
					 
					
						
						
							
							feat: proxy and edge integration cards ( #4636 )  
						
						 
						
						
						
					 
					
						2023-09-08 10:45:37 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jaanus Sellin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c59b83b07b 
							
						 
					 
					
						
						
							
							feat: integration urls, ux ( #4640 )  
						
						 
						
						
						
					 
					
						2023-09-08 10:21:11 +03:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jaanus Sellin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							cd2eac23ef 
							
						 
					 
					
						
						
							
							feat: official sdks ( #4637 )  
						
						 
						
						
						
					 
					
						2023-09-07 16:19:52 +03:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tymoteusz Czech 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e97859af91 
							
						 
					 
					
						
						
							
							Integrations form ( #4622 )  
						
						 
						
						... 
						
						
						
						## About the changes
Redesigned/refactored integrations form.

Closes
[1-1298/resesign-of-integrations-form](https://linear.app/unleash/issue/1-1298/resesign-of-integrations-form ) 
						
					 
					
						2023-09-07 10:27:46 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tymoteusz Czech 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2be77fb55e 
							
						 
					 
					
						
						
							
							feat: integration sections ( #4631 )  
						
						 
						
						... 
						
						
						
						Co-authored-by: sjaanus <sellinjaanus@gmail.com> 
						
					 
					
						2023-09-07 09:20:12 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jaanus Sellin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1d414db982 
							
						 
					 
					
						
						
							
							feat: jira plugin page ( #4627 )  
						
						 
						
						... 
						
						
						
						
 
						
					 
					
						2023-09-07 11:51:50 +03:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3b754ec7ed 
							
						 
					 
					
						
						
							
							1-1342: show flag naming pattern info when you copy toggles ( #4629 )  
						
						 
						
						... 
						
						
						
						Because you need to match the pattern when copying toggles, it's
important that we show the required information to the user.
This change adds information about the pattern to the page. This isn't
its final design, but it's more important that the information is
there (to avoid user frustration) than that it is pretty. 
						
					 
					
						2023-09-07 10:22:13 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							cfbf47d6bd 
							
						 
					 
					
						
						
							
							refactor: clean up no longer used PAT methods ( #4621 )  
						
						 
						
						... 
						
						
						
						This cleans up some PAT-related methods that are no longer used. 
						
					 
					
						2023-09-07 09:48:55 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							90395b974b 
							
						 
					 
					
						
						
							
							1-1315: revalidate feature name whenever the project changes ( #4628 )  
						
						 
						
						... 
						
						
						
						This change makes it so that the flag name is revalidated against the
new
project pattern whenever you change the target project for a flag.
The validation is not run if the name is empty, if there is no
pattern, or if there is no validation method.
This solves the case where you input a name, then change the project,
and where the name isn't valid for the new project. Previously, it
wouldn't revalidate, but now it does. 
						
					 
					
						2023-09-07 09:15:59 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							15015f78f3 
							
						 
					 
					
						
						
							
							feat: Plausible search ( #4625 )  
						
						 
						
						
						
					 
					
						2023-09-07 08:21:37 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							31ed96d8f3 
							
						 
					 
					
						
						
							
							1-1320: allow you to update example with no pattern + update state better ( #4623 )  
						
						 
						
						... 
						
						
						
						While having a pattern when you have no example doesn't make a lot of
sense, it's a problem that you can't delete the example after deleting
the pattern: you previously had to remove the example before the
pattern.
This PR fixes that by always allowing you to update the example, even if
there is no pattern. Our server doesn't currently accept submitting an
example with no pattern, but we could allow that if we want to (and
probably just discard it on the back-end).
This PR also updates the validation of the example and the regex. There
were more unhandled edge cases previously where the validation would
disappear or be wrong. This should be fixed now. The new logic is that,
whenever you update the either the pattern or the example, we check:
- if you have an error in your pattern, no pattern, or no example, then
delete the example error if it exists
- have a well-formed pattern and an example then check if the example
matches the pattern and add/delete an error accordingly
This does have some consequences: editing the pattern can render your
example invalid. You'll also get immediate feedback instead of when you
switch focus. I think this is often a bad pattern (giving the user too
much negative feedback), but in terms of working with regexes, I think
it might be a good thing. We also give immediate feedback today, so I
don't think this is a regression.
Any thoughts are welcome. 
						
					 
					
						2023-09-07 08:18:18 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a0fbad26bf 
							
						 
					 
					
						
						
							
							feat: persistent search queries ( #4624 )  
						
						 
						
						
						
					 
					
						2023-09-06 15:46:10 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							af9756e1e1 
							
						 
					 
					
						
						
							
							fix: prevent 404 on auth settings hook ( #4619 )  
						
						 
						
						... 
						
						
						
						Since `auth/{auth_type}/settings` is an Enterprise route, this prevents
404s when we try to use the hook to fetch auth settings in
non-Enterprise instances by using the conditional `useEnterpriseSWR`
hook. 
						
					 
					
						2023-09-06 13:35:02 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							34d595b5a6 
							
						 
					 
					
						
						
							
							refactor: use conditionally render instead of && ( #4620 )  
						
						 
						
						... 
						
						
						
						For consistency and readability. 
						
					 
					
						2023-09-06 11:51:04 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							caff040a88 
							
						 
					 
					
						
						
							
							feat: Clickable search filter options ( #4618 )  
						
						 
						
						
						
					 
					
						2023-09-06 12:50:42 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1ffa0b86d9 
							
						 
					 
					
						
						
							
							1-1307: Show info about flag naming patterns before making mistakes ( #4616 )  
						
						 
						
						... 
						
						
						
						This PR adds info about a project's flag naming pattern to the flag
creation form. This way, it's displayed before the user tries to create
a flag, so that they have all the necessary information before making
mistakes.
 
						
					 
					
						2023-09-06 12:14:17 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2b85eed5b5 
							
						 
					 
					
						
						
							
							feat: Search UI improvements ( #4613 )  
						
						 
						
						
						
					 
					
						2023-09-06 10:50:20 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							73b7cc0b5a 
							
						 
					 
					
						
						
							
							1-1319: add feature naming pattern descriptions ( #4612 )  
						
						 
						
						... 
						
						
						
						This PR adds a feature naming pattern description to the project form.
It's rendered as a multi-line input field. The description is also
stored in the db.
This adapts most of @andreas-unleash's PR #4599  with some minor changes
(using description instead of prompt). Actually displaying this data to
the users will come in a later PR.
 
						
					 
					
						2023-09-06 08:13:28 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								dependabot[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							31df85a3f5 
							
						 
					 
					
						
						
							
							chore(deps): bump @adobe/css-tools from 4.0.2 to 4.3.1 in /frontend ( #4584 )  
						
						 
						
						... 
						
						
						
						Bumps [@adobe/css-tools](https://github.com/adobe/css-tools ) from 4.0.2
to 4.3.1.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/adobe/css-tools/blob/main/History.md "><code>@adobe/css-tools</code>'s
changelog</a>.</em></p>
<blockquote>
<h1>4.3.1 / 2023-03-14</h1>
<ul>
<li>Fix redos vulnerability with specific crafted css string -
CVE-2023-26364</li>
</ul>
<h1>4.3.0 / 2023-03-07</h1>
<ul>
<li>Update build tools</li>
<li>Update exports path and files</li>
</ul>
<h1>4.2.0 / 2023-02-21</h1>
<ul>
<li>Add <a
href="https://github.com/container "><code>@container</code></a>
support</li>
<li>Add <a href="https://github.com/layer "><code>@layer</code></a>
support</li>
</ul>
<h1>4.1.0 / 2023-01-25</h1>
<ul>
<li>Support ESM Modules</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/adobe/css-tools/commits ">compare view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/Unleash/unleash/network/alerts ).
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
					 
					
						2023-09-05 21:47:44 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c3216ac941 
							
						 
					 
					
						
						
							
							fix: group roles assumption, refactor group types ( #4576 )  
						
						 
						
						... 
						
						
						
						Does what it says on the tin, should help with cleaning up
https://github.com/Unleash/unleash/pull/4512  and respective schema
changes.
---------
Co-authored-by: Gastón Fournier <gaston@getunleash.io> 
						
					 
					
						2023-09-05 20:30:20 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							41858a4952 
							
						 
					 
					
						
						
							
							feat: Search suggestion selectable ( #4610 )  
						
						 
						
						
						
					 
					
						2023-09-05 15:31:31 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tymoteusz Czech 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							47a59224bb 
							
						 
					 
					
						
						
							
							Integration card component ( #4557 )  
						
						 
						
						... 
						
						
						
						
## 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? --> 
						
					 
					
						2023-09-05 12:14:03 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tymoteusz Czech 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c19bd615b9 
							
						 
					 
					
						
						
							
							fix: reset selected toggle after archive or revive ( #4606 )  
						
						 
						
						... 
						
						
						
						<!-- 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
When archiving or reviving feature toggles, when toggles disappear from
table, actions bar should also disappear.
<!-- Does it close an issue? Multiple? -->
Closes
https://linear.app/unleash/issue/1-1293/bulk-revive-modal-doesnt-go-away  
						
					 
					
						2023-09-05 11:44:28 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d5edcc33e6 
							
						 
					 
					
						
						
							
							add descriptions in form ( #4608 )  
						
						 
						
						... 
						
						
						
						This PR adds descriptions of the various feature flag naming input
fields in the project settings form. It also wraps the feature naming
fields in a fieldset to group them semantically.
 
						
					 
					
						2023-09-05 09:22:52 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jaanus Sellin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							53f90d37c5 
							
						 
					 
					
						
						
							
							feat: feature naming patterns ( #4591 )  
						
						 
						
						... 
						
						
						
						Adds a first iteration of feature flag naming patterns. Currently behind a flag.
Signed-off-by: andreas-unleash <andreas@getunleash.ai>
Co-authored-by: Thomas Heartman <thomas@getunleash.io>
Co-authored-by: andreas-unleash <andreas@getunleash.ai>
Co-authored-by: Thomas Heartman <thomas@getunleash.ai> 
						
					 
					
						2023-09-04 11:53:33 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							45e089f27f 
							
						 
					 
					
						
						
							
							chore: strategy variant flag removed ( #4603 )  
						
						 
						
						
						
					 
					
						2023-09-04 13:15:54 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tymoteusz Czech 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8aace7f93f 
							
						 
					 
					
						
						
							
							refactor: instance health cleanup ( #4602 )  
						
						 
						
						... 
						
						
						
						## About the changes
Cleanup after hackathon. Discovered project on:
https://linear.app/unleash/project/active-users-and-instance-dashboard-67352abadf49  
						
					 
					
						2023-09-04 13:10:23 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5ae86ef196 
							
						 
					 
					
						
						
							
							chore:  Change request flags removed ( #4601 )  
						
						 
						
						
						
					 
					
						2023-09-04 10:57:13 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tymoteusz Czech 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ad9d9d9745 
							
						 
					 
					
						
						
							
							Add "remove" option inside "configure integration" page ( #4562 )  
						
						 
						
						... 
						
						
						
						<!-- 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
https://linear.app/unleash/issue/1-1268/add-remove-option-inside-configure-integration-page 
 
						
					 
					
						2023-09-04 09:32:54 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b4ef343d22 
							
						 
					 
					
						
						
							
							refactor: clean up some unused imports ( #4597 )  
						
						 
						
						... 
						
						
						
						Should help cleaning up some of these:
 
						
					 
					
						2023-09-01 15:32:15 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tymoteusz Czech 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0d5f33f8ba 
							
						 
					 
					
						
						
							
							Feat/instance health ( #4586 )  
						
						 
						
						... 
						
						
						
						Hackathon
---------
Co-authored-by: chriswk <chriswk@getunleash.io> 
						
					 
					
						2023-08-30 12:51:46 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Fredrik Strand Oseberg 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3b2d6a4cbf 
							
						 
					 
					
						
						
							
							feat: DORA metrics lead time to production ( #4589 )  
						
						 
						
						... 
						
						
						
						* Adds initial support for estimating dora metric lead time for changes
per feature toggle 
						
					 
					
						2023-08-30 14:39:43 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jaanus Sellin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							873c00a566 
							
						 
					 
					
						
						
							
							feat: update breakpoint from 1260 to 1280 ( #4575 )  
						
						 
						
						
						
					 
					
						2023-08-27 20:36:02 +03:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jaanus Sellin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b2aa3ea049 
							
						 
					 
					
						
						
							
							feat: change request ui updates ( #4574 )  
						
						 
						
						
						
					 
					
						2023-08-27 20:35:27 +03:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							cc62db46fb 
							
						 
					 
					
						
						
							
							feat: archive toggles in change request UI ( #4563 )  
						
						 
						
						
						
					 
					
						2023-08-25 13:38:57 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								David Leek 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							63e052bafe 
							
						 
					 
					
						
						
							
							feat: add a setting for toggling requesting additional scopes ( #4551 )  
						
						 
						
						... 
						
						
						
						Adds a setting to OIDC SSO configuration that controls whether or not
additional scopes are to be requested during login
<img width="944" alt="Skjermbilde 2023-08-24 kl 09 00 54"
src="https://github.com/Unleash/unleash/assets/707867/8cf06fb4-aefd-48cd-b09b-99d35a2a10ed ">
---------
Co-authored-by: Nuno Góis <github@nunogois.com> 
						
					 
					
						2023-08-25 12:51:23 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jaanus Sellin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5d43a92243 
							
						 
					 
					
						
						
							
							feat: close dialog when esc is pressed ( #4567 )  
						
						 
						
						
						
					 
					
						2023-08-25 13:31:34 +03:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jaanus Sellin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							35fe575d0d 
							
						 
					 
					
						
						
							
							feat: application usage feature flag and cleanup ( #4568 )  
						
						 
						
						
						
					 
					
						2023-08-25 13:26:44 +03:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Fredrik Strand Oseberg 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f220f216d6 
							
						 
					 
					
						
						
							
							Fix/legal values deletion ( #4564 )  
						
						 
						
						... 
						
						
						
						This PR fixes a bug reported from a customer where deleting a legal
value that was used in a strategy constraint would make it impossible to
edit the constraint.
[The bug was introduced
here](https://github.com/Unleash/unleash/pull/4473 )
The core of the problem introduced was that the values used to calculate
illegal values was based on changing state. On the first render it would
display correct state as it would match the legal values coming from the
context definition with the legal values currently used in the
constraint as values. However, when you triggered the onClick method for
the checkboxes the state would be changed because we would remove the
illegal values from the valueset and only insert current legal values in
the state. This would trigger a re-render of the component, and now the
data used to identify the illegal values would no longer be correct,
because the bad values had been cleaned from the state. This would cause
the UI for constraints to display incorrectly.
Changed the flow to now give you a warning if you have illegal values,
and that if you make changes and save the strategy these values will be
removed from the constraint:
<img width="726" alt="Skjermbilde 2023-08-25 kl 08 56 02"
src="https://github.com/Unleash/unleash/assets/16081982/78e9875d-d864-4e21-bfb7-a530247a07eb ">
Also amended this to apply to the single legal value constraints.
<img width="721" alt="Skjermbilde 2023-08-25 kl 08 57 40"
src="https://github.com/Unleash/unleash/assets/16081982/237a11d0-5c05-445c-9e99-b79cab0bff94 "> 
						
					 
					
						2023-08-25 10:44:00 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christopher Kolstad 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							21b4ada577 
							
						 
					 
					
						
						
							
							feat: multiple project roles ( #4512 )  
						
						 
						
						... 
						
						
						
						https://linear.app/unleash/issue/2-1128/change-the-api-to-support-adding-multiple-roles-to-a-usergroup-on-a 
https://linear.app/unleash/issue/2-1125/be-able-to-fetch-all-roles-for-a-user-in-a-project 
https://linear.app/unleash/issue/2-1127/adapt-the-ui-to-be-able-to-do-a-multi-select-on-role-permissions-for 
- Allows assigning project roles to groups with root roles
- Implements new methods that support assigning, editing, removing and
retrieving multiple project roles in project access, along with other
auxiliary methods
- Adds new events for updating and removing assigned roles
- Adapts `useProjectApi` to new methods that use new endpoints that
support multiple roles
- Adds the `multipleRoles` feature flag that controls the possibility of
selecting multiple roles on the UI
- Adapts `ProjectAccessAssign` to support multiple role, using the new
methods
- Adds a new `MultipleRoleSelect` component that allows you to select
multiple roles based on the `RoleSelect` component
- Adapts the `RoleCell` component to support either a single role or
multiple roles
- Updates the `access.spec.ts` Cypress e2e test to reflect our new logic
- Updates `access-service.e2e.test.ts` with tests covering the multiple
roles logic and covering some corner cases
- Updates `project-service.e2e.test.ts` to adapt to the new logic,
adding a test that covers adding access with `[roles], [groups],
[users]`
- Misc refactors and boy scouting

---------
Co-authored-by: David Leek <david@getunleash.io>
Co-authored-by: Mateusz Kwasniewski <kwasniewski.mateusz@gmail.com>
Co-authored-by: Nuno Góis <github@nunogois.com> 
						
					 
					
						2023-08-25 09:31:37 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jaanus Sellin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1f96c1646c 
							
						 
					 
					
						
						
							
							chore: remove configurableFeatureTypeLifetimes flag ( #4569 )  
						
						 
						
						
						
					 
					
						2023-08-25 09:19:08 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jaanus Sellin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a97fabd415 
							
						 
					 
					
						
						
							
							feat: application usage frontend ( #4561 )  
						
						 
						
						
						
					 
					
						2023-08-24 13:13:02 +03:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Shreyans Gandhi 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							604ec5a9ef 
							
						 
					 
					
						
						
							
							fix: multiline textarea resizing for json input ( #4463 )  
						
						 
						
						
						
					 
					
						2023-08-23 15:53:12 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f881103701 
							
						 
					 
					
						
						
							
							fix: diff component for ordering ( #4552 )  
						
						 
						
						
						
					 
					
						2023-08-23 12:17:59 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tymoteusz Czech 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							31e2260c46 
							
						 
					 
					
						
						
							
							Remove frontendNavigationUpdate flag ( #4547 )  
						
						 
						
						... 
						
						
						
						https://linear.app/unleash/issue/1-1275/remove-frontendnavigationupdate-feature-flag 
Shipping new navigation by default to everyone 
						
					 
					
						2023-08-23 11:42:20 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							65e62c64b8 
							
						 
					 
					
						
						
							
							fix: import duplicate features ( #4550 )  
						
						 
						
						
						
					 
					
						2023-08-23 11:11:16 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0e162362e6 
							
						 
					 
					
						
						
							
							feat: Change request advanced search and filter ( #4544 )  
						
						 
						
						
						
					 
					
						2023-08-23 09:38:10 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ed2c2ec27c 
							
						 
					 
					
						
						
							
							fix: highlighter casing ( #4543 )  
						
						 
						
						
						
					 
					
						2023-08-22 16:00:21 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tymoteusz Czech 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							573518e48d 
							
						 
					 
					
						
						
							
							Integrations - frontend adjustments ( #4527 )  
						
						 
						
						... 
						
						
						
						## About the changes
  - [x] Create a feature flag
  - [x] Rename page title
  - [x] Rename menu item
  - [x] Update frontend URL (add redirect from old one)
https://linear.app/unleash/issue/1-1263/integrations-frontend-adjustments  
						
					 
					
						2023-08-22 14:40:38 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8a3889d570 
							
						 
					 
					
						
						
							
							feat: more powerful project search ( #4542 )  
						
						 
						
						
						
					 
					
						2023-08-22 11:32:25 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								andreas-unleash 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3acff3e6d9 
							
						 
					 
					
						
						
							
							Feat: last seen toggle list ( #4541 )  
						
						 
						
						... 
						
						
						
						Closes #
[1-1279](https://linear.app/unleash/issue/1-1279/update-the-feature-toggle-page-with-the-new-design )

---------
Signed-off-by: andreas-unleash <andreas@getunleash.ai> 
						
					 
					
						2023-08-21 15:49:33 +03:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								andreas-unleash 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6250064183 
							
						 
					 
					
						
						
							
							feat: Last seen per environment archive ( #4540 )  
						
						 
						
						... 
						
						
						
						Closes #
[1-1280](https://linear.app/unleash/issue/1-1280/update-the-archive-toggle-page-with-the-new-design )

---------
Signed-off-by: andreas-unleash <andreas@getunleash.ai> 
						
					 
					
						2023-08-21 15:37:44 +03:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								andreas-unleash 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4857f7f4bc 
							
						 
					 
					
						
						
							
							feat: Last seen per environment health ( #4539 )  
						
						 
						
						... 
						
						
						
						Closes # [1-1277]
(https://linear.app/unleash/issue/1-1277/update-health-page-with-the-new-designlogic-for-last-seen )

---------
Signed-off-by: andreas-unleash <andreas@getunleash.ai> 
						
					 
					
						2023-08-21 15:12:50 +03:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								andreas-unleash 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							10c21461bd 
							
						 
					 
					
						
						
							
							feat: Last seen for toggles that have an old usage reported ( #4538 )  
						
						 
						
						... 
						
						
						
						Last seen for toggles that have an old usage reported and no environment
Closes: # [1-1276]
(https://linear.app/unleash/issue/1-1276/last-seen-for-toggles-that-have-an-old-usage-reported-and-that-are )

Signed-off-by: andreas-unleash <andreas@getunleash.ai> 
						
					 
					
						2023-08-21 14:52:32 +03:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jaanus Sellin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6cefb6021e 
							
						 
					 
					
						
						
							
							chore: remove newProjectLayout flag ( #4536 )  
						
						 
						
						
						
					 
					
						2023-08-21 13:55:04 +03:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jaanus Sellin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							dbae2d1153 
							
						 
					 
					
						
						
							
							feat: application usage new ui ( #4528 )  
						
						 
						
						
						
					 
					
						2023-08-18 14:55:23 +03:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tymoteusz Czech 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							208ca05933 
							
						 
					 
					
						
						
							
							Update menu for billing page ( #4525 )  
						
						 
						
						... 
						
						
						
						## About the changes
- [x] Show admin menu on billing page in cloud offering. Category menu
was not showing up because we have 2 different pages for billing (hosted
or not)
  - [x] Fix menu tab padding
 
https://linear.app/unleash/issue/1-1266/update-menu-for-billing-page  
						
					 
					
						2023-08-18 10:40:35 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							26e7267c5e 
							
						 
					 
					
						
						
							
							chore(deps): update react-router monorepo to v6.15.0 ( #4532 )  
						
						 
						
						... 
						
						
						
						[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [react-router](https://togithub.com/remix-run/react-router ) |
[`6.14.2` ->
`6.15.0`](https://renovatebot.com/diffs/npm/react-router/6.14.2/6.15.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/ )
|
| [react-router-dom](https://togithub.com/remix-run/react-router ) |
[`6.14.2` ->
`6.15.0`](https://renovatebot.com/diffs/npm/react-router-dom/6.14.2/6.15.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>remix-run/react-router (react-router)</summary>
###
[`v6.15.0`](https://togithub.com/remix-run/react-router/blob/HEAD/packages/react-router/CHANGELOG.md#6150 )
[Compare
Source](https://togithub.com/remix-run/react-router/compare/react-router@6.14.2...react-router@6.15.0 )
##### Minor Changes
- Add's a new `redirectDocument()` function which allows users to
specify that a redirect from a `loader`/`action` should trigger a
document reload (via `window.location`) instead of attempting to
navigate to the redirected location via React Router
([#​10705](https://togithub.com/remix-run/react-router/pull/10705 ))
##### Patch Changes
- Ensure `useRevalidator` is referentially stable across re-renders if
revalidations are not actively occurring
([#​10707](https://togithub.com/remix-run/react-router/pull/10707 ))
-   Updated dependencies:
    -   `@remix-run/router@1.8.0`
</details>
<details>
<summary>remix-run/react-router (react-router-dom)</summary>
###
[`v6.15.0`](https://togithub.com/remix-run/react-router/blob/HEAD/packages/react-router-dom/CHANGELOG.md#6150 )
[Compare
Source](https://togithub.com/remix-run/react-router/compare/react-router-dom@6.14.2...react-router-dom@6.15.0 )
##### Minor Changes
- Add's a new `redirectDocument()` function which allows users to
specify that a redirect from a `loader`/`action` should trigger a
document reload (via `window.location`) instead of attempting to
navigate to the redirected location via React Router
([#​10705](https://togithub.com/remix-run/react-router/pull/10705 ))
##### Patch Changes
- Fixes an edge-case affecting web extensions in Firefox that use
`URLSearchParams` and the `useSearchParams` hook.
([#​10620](https://togithub.com/remix-run/react-router/pull/10620 ))
- Do not include hash in `useFormAction()` for unspecified actions since
it cannot be determined on the server and causes hydration issues
([#​10758](https://togithub.com/remix-run/react-router/pull/10758 ))
- Reorder effects in `unstable_usePrompt` to avoid throwing an exception
if the prompt is unblocked and a navigation is performed synchronously
([#​10687](https://togithub.com/remix-run/react-router/pull/10687 ),
[#​10718](https://togithub.com/remix-run/react-router/pull/10718 ))
-   Updated dependencies:
    -   `@remix-run/router@1.8.0`
    -   `react-router@6.15.0`
</details>
---
### Configuration
📅  **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦  **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕  **Ignore**: Close this PR and you won't be reminded about these
updates again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://developer.mend.io/github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi40My4yIiwidXBkYXRlZEluVmVyIjoiMzYuNDMuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2023-08-17 18:52:04 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							808936d28a 
							
						 
					 
					
						
						
							
							chore(deps): update dependency sass to v1.65.1 ( #4531 )  
						
						 
						
						... 
						
						
						
						[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [sass](https://togithub.com/sass/dart-sass ) | [`1.64.2` ->
`1.65.1`](https://renovatebot.com/diffs/npm/sass/1.64.2/1.65.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>sass/dart-sass (sass)</summary>
###
[`v1.65.1`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1651 )
[Compare
Source](https://togithub.com/sass/dart-sass/compare/1.65.0...1.65.1 )
-   Update abs-percent deprecatedIn version to `1.65.0`.
###
[`v1.65.0`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1650 )
[Compare
Source](https://togithub.com/sass/dart-sass/compare/1.64.2...1.65.0 )
- All functions defined in CSS Values and Units 4 are now parsed as
calculation
objects: `round()`, `mod()`, `rem()`, `sin()`, `cos()`, `tan()`,
`asin()`,
`acos()`, `atan()`, `atan2()`, `pow()`, `sqrt()`, `hypot()`, `log()`,
`exp()`,
    `abs()`, and `sign()`.
- Deprecate explicitly passing the `%` unit to the global `abs()`
function. In
future releases, this will emit a CSS abs() function to be resolved by
the
    browser. This deprecation is named `abs-percent`.
</details>
---
### Configuration
📅  **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦  **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕  **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://developer.mend.io/github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi40My4yIiwidXBkYXRlZEluVmVyIjoiMzYuNDMuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2023-08-17 15:43:54 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							169a3167da 
							
						 
					 
					
						
						
							
							chore(deps): update dependency @types/react to v17.0.64 ( #4526 )  
						
						 
						
						... 
						
						
						
						[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@types/react](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react )
([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped )) |
[`17.0.63` ->
`17.0.64`](https://renovatebot.com/diffs/npm/@types%2freact/17.0.63/17.0.64 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Configuration
📅  **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦  **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕  **Ignore**: Close this PR and you won't be reminded about these
updates again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://developer.mend.io/github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi40My4yIiwidXBkYXRlZEluVmVyIjoiMzYuNDMuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2023-08-17 13:12:27 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Fredrik Strand Oseberg 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e1ee2f6c71 
							
						 
					 
					
						
						
							
							fix: set css preload to false ( #4524 )  
						
						 
						
						... 
						
						
						
						After dependabot upgraded us to the new version of Vite, we started
having failures on the preloading of CSS modules on certain lazy loaded
modules. After investigation, it seems like Vite was adding another
stylesheet into the head element when the lazy loaded modules were
requested. These stylesheets had the wrong relative path when the assets
were loaded from our CDN. We are not sure why this fails, but for now we
are turning off cssPreloading.
The impact is small, because we have few lazy loaded modules that
preload the CSS. 
						
					 
					
						2023-08-17 15:04:41 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								David Leek 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							76d3cc59cf 
							
						 
					 
					
						
						
							
							feat: add usage info to project role deletion dialog ( #4464 )  
						
						 
						
						... 
						
						
						
						## 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. -->
Adds projects user and group -usage information to the dialog shown when
user wants to delete a project role
<img width="670" alt="Skjermbilde 2023-08-10 kl 08 28 40"
src="https://github.com/Unleash/unleash/assets/707867/a1df961b-2d0f-419d-b9bf-fedef896a84e ">
---------
Co-authored-by: Nuno Góis <github@nunogois.com> 
						
					 
					
						2023-08-17 09:43:43 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8a7f488147 
							
						 
					 
					
						
						
							
							feat: reject timeline state ( #4517 )  
						
						 
						
						
						
					 
					
						2023-08-16 15:39:39 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b6830b805b 
							
						 
					 
					
						
						
							
							feat: review buttons makeover ( #4513 )  
						
						 
						
						
						
					 
					
						2023-08-16 13:55:18 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a2bd7d42a1 
							
						 
					 
					
						
						
							
							feat: change request reject docs and step update ( #4493 )  
						
						 
						
						
						
					 
					
						2023-08-16 09:46:05 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							872644fc91 
							
						 
					 
					
						
						
							
							chore(deps): update dependency vite to v4.4.9 ( #4505 )  
						
						 
						
						... 
						
						
						
						[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [vite](https://togithub.com/vitejs/vite/tree/main/#readme )
([source](https://togithub.com/vitejs/vite )) | [`4.4.7` ->
`4.4.9`](https://renovatebot.com/diffs/npm/vite/4.4.7/4.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>
###
[`v4.4.9`](https://togithub.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small449-2023-08-07-small )
[Compare
Source](https://togithub.com/vitejs/vite/compare/v4.4.8...v4.4.9 )
- chore: fix eslint warnings
([#​14031](https://togithub.com/vitejs/vite/issues/14031 ))
([4021a0e](https://togithub.com/vitejs/vite/commit/4021a0e )), closes
[#​14031](https://togithub.com/vitejs/vite/issues/14031 )
- chore(deps): update all non-major dependencies
([#​13938](https://togithub.com/vitejs/vite/issues/13938 ))
([a1b519e](https://togithub.com/vitejs/vite/commit/a1b519e )), closes
[#​13938](https://togithub.com/vitejs/vite/issues/13938 )
- fix: dynamic import vars ignored warning
([#​14006](https://togithub.com/vitejs/vite/issues/14006 ))
([4479431](https://togithub.com/vitejs/vite/commit/4479431 )), closes
[#​14006](https://togithub.com/vitejs/vite/issues/14006 )
- fix(build): silence warn dynamic import module when
inlineDynamicImports true
([#​13970](https://togithub.com/vitejs/vite/issues/13970 ))
([7a77aaf](https://togithub.com/vitejs/vite/commit/7a77aaf )), closes
[#​13970](https://togithub.com/vitejs/vite/issues/13970 )
- perf: improve build times and memory utilization
([#​14016](https://togithub.com/vitejs/vite/issues/14016 ))
([9d7d45e](https://togithub.com/vitejs/vite/commit/9d7d45e )), closes
[#​14016](https://togithub.com/vitejs/vite/issues/14016 )
- perf: replace startsWith with ===
([#​14005](https://togithub.com/vitejs/vite/issues/14005 ))
([f5c1224](https://togithub.com/vitejs/vite/commit/f5c1224 )), closes
[#​14005](https://togithub.com/vitejs/vite/issues/14005 )
###
[`v4.4.8`](https://togithub.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small448-2023-07-31-small )
[Compare
Source](https://togithub.com/vitejs/vite/compare/v4.4.7...v4.4.8 )
- fix: modulePreload false
([#​13973](https://togithub.com/vitejs/vite/issues/13973 ))
([488085d](https://togithub.com/vitejs/vite/commit/488085d )), closes
[#​13973](https://togithub.com/vitejs/vite/issues/13973 )
- fix: multiple entries with shared css and no JS
([#​13962](https://togithub.com/vitejs/vite/issues/13962 ))
([89a3db0](https://togithub.com/vitejs/vite/commit/89a3db0 )), closes
[#​13962](https://togithub.com/vitejs/vite/issues/13962 )
- fix: use file extensions on type imports so they work with
`moduleResolution: 'node16'`
([#​13947](https://togithub.com/vitejs/vite/issues/13947 ))
([aeef670](https://togithub.com/vitejs/vite/commit/aeef670 )), closes
[#​13947](https://togithub.com/vitejs/vite/issues/13947 )
- fix(css): enhance error message for missing preprocessor dependency
([#​11485](https://togithub.com/vitejs/vite/issues/11485 ))
([65e5c22](https://togithub.com/vitejs/vite/commit/65e5c22 )), closes
[#​11485](https://togithub.com/vitejs/vite/issues/11485 )
- fix(esbuild): fix static properties transpile when
useDefineForClassFields false
([#​13992](https://togithub.com/vitejs/vite/issues/13992 ))
([4ca7c13](https://togithub.com/vitejs/vite/commit/4ca7c13 )), closes
[#​13992](https://togithub.com/vitejs/vite/issues/13992 )
- fix(importAnalysis): strip url base before passing as safeModulePaths
([#​13712](https://togithub.com/vitejs/vite/issues/13712 ))
([1ab06a8](https://togithub.com/vitejs/vite/commit/1ab06a8 )), closes
[#​13712](https://togithub.com/vitejs/vite/issues/13712 )
- fix(importMetaGlob): avoid unnecessary hmr of negative glob
([#​13646](https://togithub.com/vitejs/vite/issues/13646 ))
([844451c](https://togithub.com/vitejs/vite/commit/844451c )), closes
[#​13646](https://togithub.com/vitejs/vite/issues/13646 )
- fix(optimizer): avoid double-commit of optimized deps when discovery
is disabled
([#​13865](https://togithub.com/vitejs/vite/issues/13865 ))
([df77991](https://togithub.com/vitejs/vite/commit/df77991 )), closes
[#​13865](https://togithub.com/vitejs/vite/issues/13865 )
- fix(optimizer): enable experimentalDecorators by default
([#​13981](https://togithub.com/vitejs/vite/issues/13981 ))
([f8a5ffc](https://togithub.com/vitejs/vite/commit/f8a5ffc )), closes
[#​13981](https://togithub.com/vitejs/vite/issues/13981 )
- perf: replace startsWith with ===
([#​13989](https://togithub.com/vitejs/vite/issues/13989 ))
([3aab14e](https://togithub.com/vitejs/vite/commit/3aab14e )), closes
[#​13989](https://togithub.com/vitejs/vite/issues/13989 )
- perf: single slash does not need to be replaced
([#​13980](https://togithub.com/vitejs/vite/issues/13980 ))
([66f522c](https://togithub.com/vitejs/vite/commit/66f522c )), closes
[#​13980](https://togithub.com/vitejs/vite/issues/13980 )
- perf: use Intl.DateTimeFormatter instead of toLocaleTimeString
([#​13951](https://togithub.com/vitejs/vite/issues/13951 ))
([af53a1d](https://togithub.com/vitejs/vite/commit/af53a1d )), closes
[#​13951](https://togithub.com/vitejs/vite/issues/13951 )
- perf: use Intl.NumberFormat instead of toLocaleString
([#​13949](https://togithub.com/vitejs/vite/issues/13949 ))
([a48bf88](https://togithub.com/vitejs/vite/commit/a48bf88 )), closes
[#​13949](https://togithub.com/vitejs/vite/issues/13949 )
- perf: use magic-string hires boundary for sourcemaps
([#​13971](https://togithub.com/vitejs/vite/issues/13971 ))
([b9a8d65](https://togithub.com/vitejs/vite/commit/b9a8d65 )), closes
[#​13971](https://togithub.com/vitejs/vite/issues/13971 )
- chore(reporter): remove unnecessary map
([#​13972](https://togithub.com/vitejs/vite/issues/13972 ))
([dd9d4c1](https://togithub.com/vitejs/vite/commit/dd9d4c1 )), closes
[#​13972](https://togithub.com/vitejs/vite/issues/13972 )
- refactor: add new overload to the type of defineConfig
([#​13958](https://togithub.com/vitejs/vite/issues/13958 ))
([24c12fe](https://togithub.com/vitejs/vite/commit/24c12fe )), closes
[#​13958](https://togithub.com/vitejs/vite/issues/13958 )
</details>
---
### Configuration
📅  **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦  **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕  **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://developer.mend.io/github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi40My4yIiwidXBkYXRlZEluVmVyIjoiMzYuNDMuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2023-08-16 07:19:03 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2244c6e917 
							
						 
					 
					
						
						
							
							chore(deps): update dependency sass to v1.64.2 ( #4504 )  
						
						 
						
						... 
						
						
						
						[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [sass](https://togithub.com/sass/dart-sass ) | [`1.64.1` ->
`1.64.2`](https://renovatebot.com/diffs/npm/sass/1.64.1/1.64.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>sass/dart-sass (sass)</summary>
###
[`v1.64.2`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1642 )
[Compare
Source](https://togithub.com/sass/dart-sass/compare/1.64.1...1.64.2 )
-   No user-visible changes.
</details>
---
### Configuration
📅  **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦  **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕  **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://developer.mend.io/github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi40My4yIiwidXBkYXRlZEluVmVyIjoiMzYuNDMuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2023-08-16 07:05:26 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							82d0637159 
							
						 
					 
					
						
						
							
							chore(deps): update dependency cypress to v12.17.3 ( #4502 )  
						
						 
						
						... 
						
						
						
						[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [cypress](https://togithub.com/cypress-io/cypress ) | [`12.17.2` ->
`12.17.3`](https://renovatebot.com/diffs/npm/cypress/12.17.2/12.17.3 ) |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>cypress-io/cypress (cypress)</summary>
###
[`v12.17.3`](https://togithub.com/cypress-io/cypress/releases/tag/v12.17.3 )
[Compare
Source](https://togithub.com/cypress-io/cypress/compare/v12.17.2...v12.17.3 )
Changelog: https://docs.cypress.io/guides/references/changelog#12-17-3 
</details>
---
### Configuration
📅  **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦  **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕  **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://developer.mend.io/github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi40My4yIiwidXBkYXRlZEluVmVyIjoiMzYuNDMuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2023-08-16 06:42:19 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1d04b745f8 
							
						 
					 
					
						
						
							
							chore(deps): update dependency @types/react to v17.0.63 ( #4500 )  
						
						 
						
						... 
						
						
						
						[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@types/react](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react )
([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped )) |
[`17.0.62` ->
`17.0.63`](https://renovatebot.com/diffs/npm/@types%2freact/17.0.62/17.0.63 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Configuration
📅  **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦  **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕  **Ignore**: Close this PR and you won't be reminded about these
updates again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://developer.mend.io/github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi40My4yIiwidXBkYXRlZEluVmVyIjoiMzYuNDMuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2023-08-16 02:32:57 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6e42e3af59 
							
						 
					 
					
						
						
							
							chore(deps): update dependency @types/node to v18.17.4 ( #4499 )  
						
						 
						
						... 
						
						
						
						[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@types/node](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node )
([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped )) |
[`18.17.1` ->
`18.17.4`](https://renovatebot.com/diffs/npm/@types%2fnode/18.17.1/18.17.4 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Configuration
📅  **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦  **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕  **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://developer.mend.io/github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi40My4yIiwidXBkYXRlZEluVmVyIjoiMzYuNDMuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2023-08-15 23:16:49 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							67ef0507a1 
							
						 
					 
					
						
						
							
							feat: link to change request configuration ( #4494 )  
						
						 
						
						
						
					 
					
						2023-08-15 14:18:02 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4af826000d 
							
						 
					 
					
						
						
							
							feat: do not update every second ( #4492 )  
						
						 
						
						
						
					 
					
						2023-08-15 13:35:38 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c58d325173 
							
						 
					 
					
						
						
							
							feat: reject change request dialog ( #4491 )  
						
						 
						
						
						
					 
					
						2023-08-15 12:49:40 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3227e30f12 
							
						 
					 
					
						
						
							
							feat: Change request reject UI ( #4489 )  
						
						 
						
						
						
					 
					
						2023-08-15 09:08:26 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0a27b5f44a 
							
						 
					 
					
						
						
							
							feat: use update count in cr summary ( #4482 )  
						
						 
						
						
						
					 
					
						2023-08-11 14:59:59 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jaanus Sellin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							12dfb1f3eb 
							
						 
					 
					
						
						
							
							feat: add margin for segment constraints ( #4481 )  
						
						 
						
						
						
					 
					
						2023-08-11 14:07:41 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								andreas-unleash 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f9a686ca81 
							
						 
					 
					
						
						
							
							Fix/constraint with legal value that has been deleted ( #4473 )  
						
						 
						
						... 
						
						
						
						When editing a constraint that uses a context field with legal values:
if the contraint has a value that has been deleted from the legal values
of the context field:
- Show the value and mark it as disabled
- On any change -> 'cleans'/removed the deleted legal values from the
constraint values
Closes:
[1-1209](https://linear.app/unleash/issue/1-1209/if-i-modified-the-legal-values-of-a-used-context-field )
---------
Signed-off-by: andreas-unleash <andreas@getunleash.ai> 
						
					 
					
						2023-08-11 13:44:28 +03:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c1fe43fe64 
							
						 
					 
					
						
						
							
							fix: diff no changes ( #4480 )  
						
						 
						
						
						
					 
					
						2023-08-11 12:31:23 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							81586074d0 
							
						 
					 
					
						
						
							
							feat: track read about ( #4478 )  
						
						 
						
						
						
					 
					
						2023-08-11 09:59:23 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a68942d90f 
							
						 
					 
					
						
						
							
							fix: strategy variants in demo link to new variants ( #4477 )  
						
						 
						
						
						
					 
					
						2023-08-11 09:43:41 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jaanus Sellin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0e4485d0fc 
							
						 
					 
					
						
						
							
							feat: segment constraints in UI ( #4472 )  
						
						 
						
						
						
					 
					
						2023-08-10 20:12:17 +03:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								andreas-unleash 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							46314d2772 
							
						 
					 
					
						
						
							
							fix: Remove lastSeenAt from useCollaborateData.tsx staleness check ( #4461 )  
						
						 
						
						... 
						
						
						
						Remove the lastSeenAt property when checking for stale data
---------
Signed-off-by: andreas-unleash <andreas@getunleash.ai> 
						
					 
					
						2023-08-10 16:13:24 +03:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jaanus Sellin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c1314a8ee8 
							
						 
					 
					
						
						
							
							feat: delete segment from CR ( #4469 )  
						
						 
						
						
						
					 
					
						2023-08-10 15:56:15 +03:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							84cbd669eb 
							
						 
					 
					
						
						
							
							feat: count segment changes ( #4468 )  
						
						 
						
						
						
					 
					
						2023-08-10 14:40:44 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							27c3c2393c 
							
						 
					 
					
						
						
							
							fix: plain link for read about ( #4470 )  
						
						 
						
						
						
					 
					
						2023-08-10 14:40:14 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								andreas-unleash 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7d991f3a56 
							
						 
					 
					
						
						
							
							fix: Disable Edit constraint when context field was deleted ( #4460 )  
						
						 
						
						... 
						
						
						
						Disable Edit constraint when context field was deleted
Closes:
[1-1208](https://linear.app/unleash/issue/1-1208/if-i-deleted-a-used-context-with-predefined-legal-values )
---------
Signed-off-by: andreas-unleash <andreas@getunleash.ai> 
						
					 
					
						2023-08-10 15:27:30 +03:00