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.
![image](https://github.com/Unleash/unleash/assets/17786332/7a3fb036-5315-4c2b-934d-004da6b364a3 )
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.
![image](https://github.com/Unleash/unleash/assets/17786332/b96d2dbb-2b90-4adf-bc83-cdc534c507ea )
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 />
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@adobe/css-tools&package-manager=npm_and_yarn&previous-version=4.0.2&new-version=4.3.1 )](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 )
...
![image](https://github.com/Unleash/unleash/assets/2625371/42364fdb-1ff1-48c4-9756-a145a39e45b9 )
## 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.
![image](https://github.com/Unleash/unleash/assets/17786332/a8d5c2c6-3381-4b76-89a1-18316c2e5193 )
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
![image](https://github.com/Unleash/unleash/assets/2625371/eb192f1e-65df-4208-90b4-f2757bc27868 )
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:
![image](https://github.com/Unleash/unleash/assets/14320932/f0bcee80-1ec8-4935-b167-dc8e8b92cda2 )
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
![image](https://github.com/Unleash/unleash/assets/14320932/d1cc7626-9387-4ab8-9860-cd293a0d4f62 )
---------
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 )
![Screenshot 2023-08-21 at 15 39
54](https://github.com/Unleash/unleash/assets/104830839/bddf85b8-efd5-4bb3-8422-8682ceb96514 )
---------
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 )
![Screenshot 2023-08-21 at 14 53
10](https://github.com/Unleash/unleash/assets/104830839/f7c9fcc2-ef60-4415-bf9a-605fdebd92ed )
---------
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 )
![Screenshot 2023-08-21 at 14 50
20](https://github.com/Unleash/unleash/assets/104830839/bbe7a80b-1dcd-4dd0-9446-42486963b4f1 )
---------
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 )
![Screenshot 2023-08-21 at 14 40
42](https://github.com/Unleash/unleash/assets/104830839/bfa20993-3d52-4c34-959d-f3e34b5c5b47 )
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 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](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 )
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/react-router/6.15.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/react-router/6.15.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/react-router/6.14.2/6.15.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/react-router/6.14.2/6.15.0?slim=true )](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 )
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/react-router-dom/6.15.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/react-router-dom/6.15.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/react-router-dom/6.14.2/6.15.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/react-router-dom/6.14.2/6.15.0?slim=true )](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 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](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 ) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/sass/1.65.1?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/sass/1.65.1?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/sass/1.64.2/1.65.1?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/sass/1.64.2/1.65.1?slim=true )](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 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](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 )
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2freact/17.0.64?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2freact/17.0.64?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2freact/17.0.63/17.0.64?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2freact/17.0.63/17.0.64?slim=true )](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 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](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 ) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/vite/4.4.9?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/vite/4.4.9?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/vite/4.4.7/4.4.9?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vite/4.4.7/4.4.9?slim=true )](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 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](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 ) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/sass/1.64.2?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/sass/1.64.2?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/sass/1.64.1/1.64.2?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/sass/1.64.1/1.64.2?slim=true )](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 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](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 ) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/cypress/12.17.3?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/cypress/12.17.3?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/cypress/12.17.2/12.17.3?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/cypress/12.17.2/12.17.3?slim=true )](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 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](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 )
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2freact/17.0.63?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2freact/17.0.63?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2freact/17.0.62/17.0.63?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2freact/17.0.62/17.0.63?slim=true )](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 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](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 )
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/18.17.4?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fnode/18.17.4?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fnode/18.17.1/18.17.4?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fnode/18.17.1/18.17.4?slim=true )](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
Nuno Góis
ded33a6d81
chore: remove customRootRoles flag in favor of killswitch ( #4431 )
...
https://linear.app/unleash/issue/2-1303/adapt-existing-customrootroles-flag-to-a-customrootroleskillswitch
Removes the existing `customRootRoles` flag in favor of a
`customRootRolesKillSwitch` which should follow the same logic but
negated/inverted.
Once released, this will effectively make custom root roles GA, and we
can use
[customRootRolesKillSwitch](https://app.unleash-hosted.com/hosted/projects/eg/features/customRootRolesKillSwitch )
to disable the feature if needed.
2023-08-10 13:11:55 +01:00
Nuno Góis
22273d79e3
test: fix import and access e2e tests due to recent changes ( #4467 )
...
This should fix `import` and `access` Cypress e2e tests after recent
changes were introduced:
- `import.spec.ts` - Expected '50%' to be contained in the page, however
now [we are lazy loading the accordion
content](https://github.com/Unleash/unleash/pull/4454 );
- `access.spec.ts` - Expected 'within a project are allowed' to be
visible as a role description, however [we updated the predefined roles
descriptions](https://github.com/Unleash/unleash/pull/4451 );
2023-08-10 11:55:02 +00:00
Mateusz Kwasniewski
0a233ba519
feat: cr sidebar segments count ( #4466 )
2023-08-10 12:01:52 +02:00
Mateusz Kwasniewski
df41146f50
feat: Demo for strategy variants ( #4457 )
2023-08-10 11:55:33 +02:00
Tymoteusz Czech
8ee031e978
Update admin navigation (1-1104-improved-menu-oss) ( #4458 )
...
Cleaner tabs navigation for admin tabs
![image](https://github.com/Unleash/unleash/assets/2625371/1858276b-543f-42e3-85be-385090558a03 )
Closes https://linear.app/unleash/issue/1-1104/improved-menu-oss
2023-08-10 09:28:10 +02:00
Nuno Góis
95f4f641b5
docs: custom root roles ( #4451 )
...
https://linear.app/unleash/issue/2-1136/custom-root-roles-documentation
- [Adds documentation referencing custom root
roles](https://unleash-docs-git-docs-custom-root-roles-unleash-team.vercel.app/reference/rbac );
- [Adds a "How to create and assign custom root roles" how-to
guide](https://unleash-docs-git-docs-custom-root-roles-unleash-team.vercel.app/how-to/how-to-create-and-assign-custom-root-roles );
- Standardizes "global" roles to "root" roles;
- Standardizes "standard" roles to "predefined" roles to better reflect
their behavior and what is shown in our UI;
- Updates predefined role descriptions and makes them consistent;
- Updates the side panel description of the user form;
- Includes some boy scouting with some tiny fixes of things identified
along the way (e.g. the role form was persisting old data when closed
and re-opened);
Questions:
- Is it worth expanding the "Assigning custom root roles" section in the
"How to create and assign custom root roles" guide to include the steps
for assigning a root role for each entity (user, service account,
group)?
- Should this PR include an update to the existing "How to create and
assign custom project roles" guide? We've since updated the UI;
---------
Co-authored-by: Thomas Heartman <thomas@getunleash.ai>
2023-08-10 08:21:58 +01:00
Thomas Heartman
fe0c7087de
Add name with change info to segment changes (1-1230-update-name-change) ( #4459 )
...
Extract and reuse the component that we use for strategy name changes.
## Discussion points:
This impl only shows the new name in the second field (editing segment).
Should we show it in both? Why do we have both? Do we have UI designs
for this?
![image](https://github.com/Unleash/unleash/assets/17786332/5521b1f1-1688-4063-9a16-ec17e4811e91 )
2023-08-09 16:15:14 +02:00
Thomas Heartman
2531819222
fix: CR strategy name changes code ( #4449 )
...
This change addresses two things that were done in
https://github.com/Unleash/unleash/pull/4004 and that I believe to be
bugs.
1. It shows the previous strategy name also if there was no previous
title. So if there was no previous title, it'll show the strategy name
with a strikethrough and then the new title (see the discussion
section).
2. It changes a `span` component to a [`del`
component](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/del ).
I believe the
span was erroneously changed from a `s` component (strikethrough
component) in the linked PR (based on a comment on the PR). This
caused the strikethrough to not be there anymore. However, the `del`
component is semantically more correct and reintroduces the
strikethrough, so it is a better change.
3. It uses [`ins`
elements](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/ins )
for names that have changed.
Finally, it removes a redundant pair of curly braces.
How it looks now:
![image](https://github.com/Unleash/unleash/assets/17786332/a9947619-056d-4cd8-8b44-8a562c83ba40 )
## Discussion
Regarding point 1: It might be that we don't want to show a
strikethrough through the name of the strategy if there was no previous
title. In that case, the changes related to the first point should be
removed. If we do that, it looks like this:
![image](https://github.com/Unleash/unleash/assets/17786332/aeb6c86c-d283-4703-96e6-c4302d252417 )
It makes it harder (impossible, actually) to see when a custom title was
added, but that might be what we want.
But maybe the solution is to also use `ins` elements for new data. That
way the difference is visible (and semantically correct):
![image](https://github.com/Unleash/unleash/assets/17786332/ef13a745-9f9c-4b1a-886f-a7917eb12190 )
2023-08-09 12:47:02 +00:00
Mateusz Kwasniewski
11c48171bd
fix: Demo for old variants ( #4455 )
2023-08-09 13:11:07 +02:00
Mateusz Kwasniewski
c549280e31
fix: Performance improvements for demo and docs update ( #4454 )
2023-08-09 12:58:03 +02:00
Mateusz Kwasniewski
b927ef8b70
feat: pointer to strategy variants ( #4440 )
2023-08-08 15:48:43 +02:00
andreas-unleash
32954e8168
feat: bulk archive usage warning ( #4448 )
...
Adds a warning when about to archive features that have lastSeenAt of
less than a week (green usage)
Closes #
[1-224](https://linear.app/unleash/issue/1-1224/bulk-edit-show-last-seen-usage-warning )
![Screenshot 2023-08-08 at 15 10
26](https://github.com/Unleash/unleash/assets/104830839/7783c751-dcdf-4d80-a6fb-b441fb034b70 )
---------
Signed-off-by: andreas-unleash <andreas@getunleash.ai>
2023-08-08 15:46:11 +02:00
andreas-unleash
839c36d547
Feat: toggle overview env last seen ( #4445 )
...
<!-- Thanks for creating a PR! To make it easier for reviewers and
everyone else to understand what your changes relate to, please add some
relevant content to the headings below. Feel free to ignore or delete
sections that you don't think are relevant. Thank you! ❤️ -->
Adds last seen by environment to FeatureOverview
- Refactored FeatureEnvironmentSeen component for reusability
<!-- Does it close an issue? Multiple? -->
Closes #
[1-1223](https://linear.app/unleash/issue/1-1223/toggle-overview-add-last-seen-by-environment )
![Screenshot 2023-08-08 at 14 12
29](https://github.com/Unleash/unleash/assets/104830839/cfb29492-863b-491c-8f6f-e1133246dcb3 )
---------
Signed-off-by: andreas-unleash <andreas@getunleash.ai>
2023-08-08 15:56:32 +03:00
Thomas Heartman
e7ae1ff714
Feat( #4209 ): add conflict marker to segment changes ( #4447 )
...
In doing so, we extract the shared conflict marker component from the
feature change and reuse it for both feature and segment changes.
Here's what it looks like:
![image](https://github.com/Unleash/unleash/assets/17786332/4a67aa7a-1953-488f-8bcb-6aac006d53e9 )
Update: also straightened out the borders of the conflict warning:
![image](https://github.com/Unleash/unleash/assets/17786332/153799f3-cff2-4aa0-8fb0-8e31d1052b9f )
2023-08-08 12:36:45 +00:00
Thomas Heartman
17798408a4
chore: update orval with latest change request schema updates ( #4446 )
2023-08-08 11:58:22 +00:00
Mateusz Kwasniewski
19119bd1f0
feat: default strategy variant ( #4443 )
2023-08-08 11:44:43 +02:00
andreas-unleash
f3b11b89bb
Feat: last seen by env UI ( #4439 )
...
Implements last seen by environment UI
Closes #
[1-1182](https://linear.app/unleash/issue/1-1182/ui-for-last-seen-per-environment )
![Screenshot 2023-08-08 at 10 30
56](https://github.com/Unleash/unleash/assets/104830839/b70bf63e-8e58-4678-9be4-0fe40c873d29 )
![Screenshot 2023-08-08 at 10 31
24](https://github.com/Unleash/unleash/assets/104830839/4ec74030-9425-4254-ad02-b8101e131774 )
---------
Signed-off-by: andreas-unleash <andreas@getunleash.ai>
2023-08-08 12:32:33 +03:00
Nuno Góis
b55d677d1e
feat: add prom metric for total custom root roles in use ( #4438 )
...
https://linear.app/unleash/issue/2-1311/add-a-new-prometheus-metric-with-custom-root-roles-in-use
As a follow-up to https://github.com/Unleash/unleash/pull/4435 , this PR
adds a metric for total custom root roles in use by at least one entity:
users, service accounts, groups.
`custom_root_roles_in_use_total`
Output from `http://localhost:4242/internal-backstage/prometheus `:
```
# HELP process_cpu_user_seconds_total Total user CPU time spent in seconds.
# TYPE process_cpu_user_seconds_total counter
process_cpu_user_seconds_total 0.060755
# HELP process_cpu_system_seconds_total Total system CPU time spent in seconds.
# TYPE process_cpu_system_seconds_total counter
process_cpu_system_seconds_total 0.01666
# HELP process_cpu_seconds_total Total user and system CPU time spent in seconds.
# TYPE process_cpu_seconds_total counter
process_cpu_seconds_total 0.077415
# HELP process_start_time_seconds Start time of the process since unix epoch in seconds.
# TYPE process_start_time_seconds gauge
process_start_time_seconds 1691420275
# HELP process_resident_memory_bytes Resident memory size in bytes.
# TYPE process_resident_memory_bytes gauge
process_resident_memory_bytes 199196672
# HELP nodejs_eventloop_lag_seconds Lag of event loop in seconds.
# TYPE nodejs_eventloop_lag_seconds gauge
nodejs_eventloop_lag_seconds 0
# HELP nodejs_eventloop_lag_min_seconds The minimum recorded event loop delay.
# TYPE nodejs_eventloop_lag_min_seconds gauge
nodejs_eventloop_lag_min_seconds 0.009076736
# HELP nodejs_eventloop_lag_max_seconds The maximum recorded event loop delay.
# TYPE nodejs_eventloop_lag_max_seconds gauge
nodejs_eventloop_lag_max_seconds 0.037683199
# HELP nodejs_eventloop_lag_mean_seconds The mean of the recorded event loop delays.
# TYPE nodejs_eventloop_lag_mean_seconds gauge
nodejs_eventloop_lag_mean_seconds 0.011063251638989169
# HELP nodejs_eventloop_lag_stddev_seconds The standard deviation of the recorded event loop delays.
# TYPE nodejs_eventloop_lag_stddev_seconds gauge
nodejs_eventloop_lag_stddev_seconds 0.0013618102764025837
# HELP nodejs_eventloop_lag_p50_seconds The 50th percentile of the recorded event loop delays.
# TYPE nodejs_eventloop_lag_p50_seconds gauge
nodejs_eventloop_lag_p50_seconds 0.011051007
# HELP nodejs_eventloop_lag_p90_seconds The 90th percentile of the recorded event loop delays.
# TYPE nodejs_eventloop_lag_p90_seconds gauge
nodejs_eventloop_lag_p90_seconds 0.011321343
# HELP nodejs_eventloop_lag_p99_seconds The 99th percentile of the recorded event loop delays.
# TYPE nodejs_eventloop_lag_p99_seconds gauge
nodejs_eventloop_lag_p99_seconds 0.013688831
# HELP nodejs_active_resources Number of active resources that are currently keeping the event loop alive, grouped by async resource type.
# TYPE nodejs_active_resources gauge
nodejs_active_resources{type="FSReqCallback"} 1
nodejs_active_resources{type="TTYWrap"} 3
nodejs_active_resources{type="TCPSocketWrap"} 5
nodejs_active_resources{type="TCPServerWrap"} 1
nodejs_active_resources{type="Timeout"} 1
nodejs_active_resources{type="Immediate"} 1
# HELP nodejs_active_resources_total Total number of active resources.
# TYPE nodejs_active_resources_total gauge
nodejs_active_resources_total 12
# HELP nodejs_active_handles Number of active libuv handles grouped by handle type. Every handle type is C++ class name.
# TYPE nodejs_active_handles gauge
nodejs_active_handles{type="WriteStream"} 2
nodejs_active_handles{type="ReadStream"} 1
nodejs_active_handles{type="Socket"} 5
nodejs_active_handles{type="Server"} 1
# HELP nodejs_active_handles_total Total number of active handles.
# TYPE nodejs_active_handles_total gauge
nodejs_active_handles_total 9
# HELP nodejs_active_requests Number of active libuv requests grouped by request type. Every request type is C++ class name.
# TYPE nodejs_active_requests gauge
nodejs_active_requests{type="FSReqCallback"} 1
# HELP nodejs_active_requests_total Total number of active requests.
# TYPE nodejs_active_requests_total gauge
nodejs_active_requests_total 1
# HELP nodejs_heap_size_total_bytes Process heap size from Node.js in bytes.
# TYPE nodejs_heap_size_total_bytes gauge
nodejs_heap_size_total_bytes 118587392
# HELP nodejs_heap_size_used_bytes Process heap size used from Node.js in bytes.
# TYPE nodejs_heap_size_used_bytes gauge
nodejs_heap_size_used_bytes 89642552
# HELP nodejs_external_memory_bytes Node.js external memory size in bytes.
# TYPE nodejs_external_memory_bytes gauge
nodejs_external_memory_bytes 1601594
# HELP nodejs_heap_space_size_total_bytes Process heap space size total from Node.js in bytes.
# TYPE nodejs_heap_space_size_total_bytes gauge
nodejs_heap_space_size_total_bytes{space="read_only"} 0
nodejs_heap_space_size_total_bytes{space="old"} 70139904
nodejs_heap_space_size_total_bytes{space="code"} 3588096
nodejs_heap_space_size_total_bytes{space="map"} 2899968
nodejs_heap_space_size_total_bytes{space="large_object"} 7258112
nodejs_heap_space_size_total_bytes{space="code_large_object"} 1146880
nodejs_heap_space_size_total_bytes{space="new_large_object"} 0
nodejs_heap_space_size_total_bytes{space="new"} 33554432
# HELP nodejs_heap_space_size_used_bytes Process heap space size used from Node.js in bytes.
# TYPE nodejs_heap_space_size_used_bytes gauge
nodejs_heap_space_size_used_bytes{space="read_only"} 0
nodejs_heap_space_size_used_bytes{space="old"} 66992120
nodejs_heap_space_size_used_bytes{space="code"} 2892640
nodejs_heap_space_size_used_bytes{space="map"} 2519280
nodejs_heap_space_size_used_bytes{space="large_object"} 7026824
nodejs_heap_space_size_used_bytes{space="code_large_object"} 983200
nodejs_heap_space_size_used_bytes{space="new_large_object"} 0
nodejs_heap_space_size_used_bytes{space="new"} 9236136
# HELP nodejs_heap_space_size_available_bytes Process heap space size available from Node.js in bytes.
# TYPE nodejs_heap_space_size_available_bytes gauge
nodejs_heap_space_size_available_bytes{space="read_only"} 0
nodejs_heap_space_size_available_bytes{space="old"} 1898360
nodejs_heap_space_size_available_bytes{space="code"} 7328
nodejs_heap_space_size_available_bytes{space="map"} 327888
nodejs_heap_space_size_available_bytes{space="large_object"} 0
nodejs_heap_space_size_available_bytes{space="code_large_object"} 0
nodejs_heap_space_size_available_bytes{space="new_large_object"} 16495616
nodejs_heap_space_size_available_bytes{space="new"} 7259480
# HELP nodejs_version_info Node.js version info.
# TYPE nodejs_version_info gauge
nodejs_version_info{version="v18.16.0",major="18",minor="16",patch="0"} 1
# HELP nodejs_gc_duration_seconds Garbage collection duration by kind, one of major, minor, incremental or weakcb.
# TYPE nodejs_gc_duration_seconds histogram
# HELP http_request_duration_milliseconds App response time
# TYPE http_request_duration_milliseconds summary
# HELP db_query_duration_seconds DB query duration time
# TYPE db_query_duration_seconds summary
db_query_duration_seconds{quantile="0.1",store="api-tokens",action="getAllActive"} 0.03091475
db_query_duration_seconds{quantile="0.5",store="api-tokens",action="getAllActive"} 0.03091475
db_query_duration_seconds{quantile="0.9",store="api-tokens",action="getAllActive"} 0.03091475
db_query_duration_seconds{quantile="0.95",store="api-tokens",action="getAllActive"} 0.03091475
db_query_duration_seconds{quantile="0.99",store="api-tokens",action="getAllActive"} 0.03091475
db_query_duration_seconds_sum{store="api-tokens",action="getAllActive"} 0.03091475
db_query_duration_seconds_count{store="api-tokens",action="getAllActive"} 1
# HELP feature_toggle_update_total Number of times a toggle has been updated. Environment label would be "n/a" when it is not available, e.g. when a feature toggle is created.
# TYPE feature_toggle_update_total counter
# HELP feature_toggle_usage_total Number of times a feature toggle has been used
# TYPE feature_toggle_usage_total counter
# HELP feature_toggles_total Number of feature toggles
# TYPE feature_toggles_total gauge
feature_toggles_total{version="5.3.0"} 31
# HELP users_total Number of users
# TYPE users_total gauge
users_total 1011
# HELP projects_total Number of projects
# TYPE projects_total gauge
projects_total 4
# HELP environments_total Number of environments
# TYPE environments_total gauge
environments_total 10
# HELP groups_total Number of groups
# TYPE groups_total gauge
groups_total 5
# HELP roles_total Number of roles
# TYPE roles_total gauge
roles_total 11
# HELP custom_root_roles_total Number of custom root roles
# TYPE custom_root_roles_total gauge
custom_root_roles_total 3
# HELP custom_root_roles_in_use_total Number of custom root roles in use
# TYPE custom_root_roles_in_use_total gauge
custom_root_roles_in_use_total 2
# HELP segments_total Number of segments
# TYPE segments_total gauge
segments_total 5
# HELP context_total Number of context
# TYPE context_total gauge
context_total 7
# HELP strategies_total Number of strategies
# TYPE strategies_total gauge
strategies_total 5
# HELP client_apps_total Number of registered client apps aggregated by range by last seen
# TYPE client_apps_total gauge
client_apps_total{range="allTime"} 0
client_apps_total{range="30d"} 0
client_apps_total{range="7d"} 0
# HELP saml_enabled Whether SAML is enabled
# TYPE saml_enabled gauge
saml_enabled 1
# HELP oidc_enabled Whether OIDC is enabled
# TYPE oidc_enabled gauge
oidc_enabled 0
# HELP client_sdk_versions Which sdk versions are being used
# TYPE client_sdk_versions counter
# HELP optimal_304_diffing Count the Optimal 304 diffing with status
# TYPE optimal_304_diffing counter
# HELP db_pool_min Minimum DB pool size
# TYPE db_pool_min gauge
db_pool_min 0
# HELP db_pool_max Maximum DB pool size
# TYPE db_pool_max gauge
db_pool_max 4
# HELP db_pool_free Current free connections in DB pool
# TYPE db_pool_free gauge
db_pool_free 0
# HELP db_pool_used Current connections in use in DB pool
# TYPE db_pool_used gauge
db_pool_used 4
# HELP db_pool_pending_creates how many asynchronous create calls are running in DB pool
# TYPE db_pool_pending_creates gauge
db_pool_pending_creates 0
# HELP db_pool_pending_acquires how many acquires are waiting for a resource to be released in DB pool
# TYPE db_pool_pending_acquires gauge
db_pool_pending_acquires 24
```
2023-08-08 08:14:40 +01:00
Tymoteusz Czech
6ae1887aa5
Menu update - improvements and mobile version ( #4423 )
...
## About the changes
![image](https://github.com/Unleash/unleash/assets/2625371/b12718dd-3bfa-472d-9cc0-3b4480e77497 )
2023-08-07 18:13:56 +02:00
Nuno Góis
555b27a653
feat: add prom metric for total custom root roles ( #4435 )
...
https://linear.app/unleash/issue/2-1293/label-our-metrics-about-roles-to-include-also-if-the-role-is-a-root
Adds a Prometheus metric for total custom root roles. Also adds it to
the instance telemetry collection.
Q: Should we use a `labeledRoles` kind of metric instead, similar to
what we're doing for `clientApps` and their ranges?
2023-08-07 14:59:29 +01:00
Thomas Heartman
18b5161ade
chore( #4209 ): minor front-end fixes ( #4437 )
...
This PR fixes links to segments from change requests and the bottom
border radius for segment change boxes.
Old border radius:
![image](https://github.com/Unleash/unleash/assets/17786332/e2485e8c-9dab-4fbc-8604-6abd48e13be1 )
New border radius:
![image](https://github.com/Unleash/unleash/assets/17786332/2e2f54b0-37c0-4cec-9902-14b43827beaf )
2023-08-07 13:39:24 +00:00
Mateusz Kwasniewski
1fe32e0b96
fix: dot in context fields ( #4434 )
2023-08-07 13:53:22 +02:00
Mateusz Kwasniewski
4914cd07e3
feat: strategy variants events ( #4430 )
2023-08-07 11:45:36 +02:00
renovate[bot]
53eba89de2
chore(deps): update dependency eslint to v8.46.0 ( #4425 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [eslint](https://eslint.org )
([source](https://togithub.com/eslint/eslint )) | [`8.45.0` ->
`8.46.0`](https://renovatebot.com/diffs/npm/eslint/8.45.0/8.46.0 ) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/eslint/8.46.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint/8.46.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint/8.45.0/8.46.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint/8.45.0/8.46.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>eslint/eslint (eslint)</summary>
### [`v8.46.0`](https://togithub.com/eslint/eslint/releases/tag/v8.46.0 )
[Compare
Source](https://togithub.com/eslint/eslint/compare/v8.45.0...v8.46.0 )
##### Features
-
[`8a93438`](8a9343871f
)
feat: `require-unicode-regexp` support `v` flag
([#​17402](https://togithub.com/eslint/eslint/issues/17402 ))
(SUZUKI Sosuke)
-
[`1a2f966`](1a2f966fab
)
feat: `no-useless-escape` support `v` flag
([#​17420](https://togithub.com/eslint/eslint/issues/17420 ))
(Yosuke Ota)
-
[`ee68d1d`](ee68d1d963
)
feat: `no-empty-character-class` support `v` flag
([#​17419](https://togithub.com/eslint/eslint/issues/17419 ))
(Milos Djermanovic)
-
[`853d32b`](853d32baa8
)
feat: deprecate no-return-await
([#​17417](https://togithub.com/eslint/eslint/issues/17417 ))
(Carlos Lopez)
-
[`d4f02e4`](d4f02e4bf1
)
feat: `no-control-regex` support `v` flag
([#​17405](https://togithub.com/eslint/eslint/issues/17405 ))
(Yosuke Ota)
-
[`2a35f3e`](2a35f3e6ed
)
feat: `prefer-named-capture-group` support `v` flag
([#​17409](https://togithub.com/eslint/eslint/issues/17409 ))
(Yosuke Ota)
-
[`8ca8b50`](8ca8b50b04
)
feat: Better error message for flat config plugins
([#​17399](https://togithub.com/eslint/eslint/issues/17399 ))
(Nicholas C. Zakas)
-
[`509f753`](509f753950
)
feat: `no-misleading-character-class` support `v` flag
([#​17406](https://togithub.com/eslint/eslint/issues/17406 ))
(Yosuke Ota)
-
[`3caf514`](3caf51487d
)
feat: `no-regex-spaces` support `v` flag
([#​17407](https://togithub.com/eslint/eslint/issues/17407 ))
(Yosuke Ota)
-
[`b7fad2b`](b7fad2b52f
)
feat: `prefer-regex-literals` support `v` flag
([#​17410](https://togithub.com/eslint/eslint/issues/17410 ))
(Yosuke Ota)
-
[`a6a3ad4`](a6a3ad4ae4
)
feat: `no-useless-backreference` support `v` flag
([#​17408](https://togithub.com/eslint/eslint/issues/17408 ))
(Yosuke Ota)
-
[`94954a7`](94954a7154
)
feat: `no-invalid-regexp` support `v` flag
([#​17404](https://togithub.com/eslint/eslint/issues/17404 ))
(Yosuke Ota)
-
[`1af6eac`](1af6eac572
)
feat: adds option for allowing empty object patterns as parameter
([#​17365](https://togithub.com/eslint/eslint/issues/17365 ))
(Tanuj Kanti)
-
[`cf03104`](cf03104b27
)
feat: Improve config error messages
([#​17385](https://togithub.com/eslint/eslint/issues/17385 ))
(Nicholas C. Zakas)
##### Bug Fixes
-
[`9803c7c`](9803c7c040
)
fix: FlatESLint#getRulesMetaForResults shouldn't throw on unknown rules
([#​17393](https://togithub.com/eslint/eslint/issues/17393 ))
(Milos Djermanovic)
-
[`42faa17`](42faa17b1c
)
fix: Update no-loop-func to not overlap with no-undef
([#​17358](https://togithub.com/eslint/eslint/issues/17358 )) (Matt
Wilkinson)
##### Documentation
-
[`4d474e3`](4d474e351b
)
docs: update with TypeScript info
([#​17423](https://togithub.com/eslint/eslint/issues/17423 ))
(James)
-
[`091f44e`](091f44e4c7
)
docs: File extension named processor deprecation
([#​17362](https://togithub.com/eslint/eslint/issues/17362 )) (Matt
Wilkinson)
-
[`9254a6c`](9254a6cea8
)
docs: Update README (GitHub Actions Bot)
-
[`6d6dc51`](6d6dc5141f
)
docs: fix overlapping of `open in playground` button
([#​17403](https://togithub.com/eslint/eslint/issues/17403 ))
(Tanuj Kanti)
-
[`7fc3a2c`](7fc3a2ce68
)
docs: Add private class features info to no-underscore-dangle
([#​17386](https://togithub.com/eslint/eslint/issues/17386 )) (Matt
Wilkinson)
-
[`da73e58`](da73e583e1
)
docs: Migrating `eslint-env` configuration comments
([#​17390](https://togithub.com/eslint/eslint/issues/17390 ))
(Francesco Trotta)
-
[`80dffed`](80dffed4c8
)
docs: fix Ignoring Files section in config migration guide
([#​17392](https://togithub.com/eslint/eslint/issues/17392 ))
(Milos Djermanovic)
-
[`8a9abb7`](8a9abb7cf4
)
docs: Update README (GitHub Actions Bot)
-
[`7e9be4b`](7e9be4bd73
)
docs: Update README (GitHub Actions Bot)
-
[`0b0bbe0`](0b0bbe07d4
)
docs: Update README (GitHub Actions Bot)
##### Chores
-
[`d1eb7e4`](d1eb7e46e9
)
chore: Update ecosystem dependencies
([#​17427](https://togithub.com/eslint/eslint/issues/17427 ))
(Nicholas C. Zakas)
-
[`fab9e97`](fab9e97ef9
)
chore: package.json update for eslint-config-eslint release (ESLint
Jenkins)
-
[`6246711`](6246711e06
)
chore: package.json update for
[@​eslint/js](https://togithub.com/eslint/js ) release (ESLint
Jenkins)
-
[`0aa0bc3`](0aa0bc365a
)
chore: Add PRs to triage project
([#​17421](https://togithub.com/eslint/eslint/issues/17421 ))
(Nicholas C. Zakas)
</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:eyJjcmVhdGVkSW5WZXIiOiIzNi4yNy4xIiwidXBkYXRlZEluVmVyIjoiMzYuMjcuMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-08-04 18:32:46 +00:00
Thomas Heartman
452f3942a7
feat( #4209 ): add segment to drafts ( #4408 )
...
This PR sends segments to CR drafts when you use the `add to draft`
button.
It also adds the logic for which environment to pick.
Segments sent to the API are added to drafts, but not displayed in the
UI yet. CRs with only segment changes are also not listed in the table.
This'll be covered in upcoming work.
2023-08-04 12:57:26 +00:00
Jaanus Sellin
7a32eacecb
feat: segments in pending CR screen ( #4420 )
2023-08-04 15:34:03 +03:00
Tymoteusz Czech
87e75d10b2
Update PRO plan menu ( #4409 )
...
<!-- 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
Update menu for Pro customers - show enterprise options with plan
upgrade suggestion page.
![image](https://github.com/Unleash/unleash/assets/2625371/0b670b48-a2fc-4973-89ce-5d0b0c36b81a )
2023-08-04 11:57:36 +02:00
renovate[bot]
32ce9147a6
chore(deps): update dependency @uiw/react-codemirror to v4.21.9 ( #4415 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@uiw/react-codemirror](https://uiwjs.github.io/react-codemirror )
([source](https://togithub.com/uiwjs/react-codemirror )) | [`4.21.8` ->
`4.21.9`](https://renovatebot.com/diffs/npm/@uiw%2freact-codemirror/4.21.8/4.21.9 )
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@uiw%2freact-codemirror/4.21.9?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@uiw%2freact-codemirror/4.21.9?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@uiw%2freact-codemirror/4.21.8/4.21.9?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@uiw%2freact-codemirror/4.21.8/4.21.9?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>uiwjs/react-codemirror (@​uiw/react-codemirror)</summary>
###
[`v4.21.9`](https://togithub.com/uiwjs/react-codemirror/releases/tag/v4.21.9 )
[Compare
Source](https://togithub.com/uiwjs/react-codemirror/compare/v4.21.8...v4.21.9 )
[![](https://img.shields.io/badge/Open%20in-unpkg-blue )](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-codemirror@4.21.9/file/README.md )
Documentation v4.21.9:
https://raw.githack.com/uiwjs/react-codemirror/25f2810/index.html \
Comparing Changes:
https://github.com/uiwjs/react-codemirror/compare/v4.21.8...v4.21.9
```shell
npm i @​uiw/react-codemirror@4.21.9
```
- 🎨 style(theme): fix selection style issue.
([#​546](https://togithub.com/uiwjs/react-codemirror/issues/546 ))
[`85c8ee3`](https://togithub.com/uiwjs/react-codemirror/commit/85c8ee3 )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
</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:eyJjcmVhdGVkSW5WZXIiOiIzNi4yNy4xIiwidXBkYXRlZEluVmVyIjoiMzYuMjcuMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-08-04 09:02:00 +00:00
Jaanus Sellin
d001b864f2
fix: environment id missing bug ( #4397 )
2023-08-04 11:29:03 +03:00
renovate[bot]
8e3eaf158e
chore(deps): update dependency @uiw/codemirror-theme-duotone to v4.21.9 ( #4414 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@uiw/codemirror-theme-duotone](https://uiwjs.github.io/react-codemirror/#/theme/data/duotone/light )
([source](https://togithub.com/uiwjs/react-codemirror )) | [`4.21.8` ->
`4.21.9`](https://renovatebot.com/diffs/npm/@uiw%2fcodemirror-theme-duotone/4.21.8/4.21.9 )
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@uiw%2fcodemirror-theme-duotone/4.21.9?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@uiw%2fcodemirror-theme-duotone/4.21.9?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@uiw%2fcodemirror-theme-duotone/4.21.8/4.21.9?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@uiw%2fcodemirror-theme-duotone/4.21.8/4.21.9?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>uiwjs/react-codemirror
(@​uiw/codemirror-theme-duotone)</summary>
###
[`v4.21.9`](https://togithub.com/uiwjs/react-codemirror/releases/tag/v4.21.9 )
[Compare
Source](https://togithub.com/uiwjs/react-codemirror/compare/v4.21.8...v4.21.9 )
[![](https://img.shields.io/badge/Open%20in-unpkg-blue )](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-codemirror@4.21.9/file/README.md )
Documentation v4.21.9:
https://raw.githack.com/uiwjs/react-codemirror/25f2810/index.html \
Comparing Changes:
https://github.com/uiwjs/react-codemirror/compare/v4.21.8...v4.21.9
```shell
npm i @​uiw/react-codemirror@4.21.9
```
- 🎨 style(theme): fix selection style issue.
([#​546](https://togithub.com/uiwjs/react-codemirror/issues/546 ))
[`85c8ee3`](https://togithub.com/uiwjs/react-codemirror/commit/85c8ee3 )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
</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:eyJjcmVhdGVkSW5WZXIiOiIzNi4yNy4xIiwidXBkYXRlZEluVmVyIjoiMzYuMjcuMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-08-04 08:06:58 +00:00
Thomas Heartman
dbc7d088f0
chore: update orval types ( #4402 )
...
Includes a lot of openapi updates + some new segment change requests models etc
2023-08-03 15:05:20 +02:00
Thomas Heartman
7cab19d9d2
#4209 : add 'add to draft' button for segments. ( #4400 )
...
Note: it doesn't work yet! It just throws an error.
This PR adds some logic to conditionally display "Add to draft" button
for segments if the segment is part of a project that has change
requests enabled and the flag is enabled.
Also adds a flag (`segmentChangeRequests`) to the frontend.
Holding off on actually adding the change to a draft until the API/orval
has been updated with the most recent changes.
2023-08-03 14:34:38 +02:00
Thomas Heartman
1b320fbdec
1-1192: track the feature type and the new lifetime ( #4395 )
...
This PR adds tracking of the feature type and the new lifetime to the
existing plausible event. This allows us extra insights into what users
change it to.
2023-08-03 11:34:03 +02:00
Tymoteusz Czech
a01aa7e355
Update admin menu ( #4389 )
...
## About the changes
- add divider
- reorder items
- add flag for project
https://linear.app/unleash/project/[high][s][none]-improved-menu-aefaca264034
Closes https://linear.app/unleash/issue/1-1101/improved-menu-enterprise
2023-08-03 09:01:49 +02:00
renovate[bot]
d4b4d6fec5
chore(deps): update dependency vite to v4.4.7 ( #4383 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](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.6` ->
`4.4.7`](https://renovatebot.com/diffs/npm/vite/4.4.6/4.4.7 ) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/vite/4.4.7?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/vite/4.4.7?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/vite/4.4.6/4.4.7?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vite/4.4.6/4.4.7?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>vitejs/vite (vite)</summary>
###
[`v4.4.7`](https://togithub.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small447-2023-07-24-small )
[Compare
Source](https://togithub.com/vitejs/vite/compare/v4.4.6...v4.4.7 )
- fix: `optimizeDeps.include` not working with paths inside packages
([#​13922](https://togithub.com/vitejs/vite/issues/13922 ))
([06e4f57](https://togithub.com/vitejs/vite/commit/06e4f57 )), closes
[#​13922](https://togithub.com/vitejs/vite/issues/13922 )
- fix: lightningcss fails with html-proxy
([#​13776](https://togithub.com/vitejs/vite/issues/13776 ))
([6b56094](https://togithub.com/vitejs/vite/commit/6b56094 )), closes
[#​13776](https://togithub.com/vitejs/vite/issues/13776 )
- fix: prepend `config.base` to vite/env path
([#​13941](https://togithub.com/vitejs/vite/issues/13941 ))
([8e6cee8](https://togithub.com/vitejs/vite/commit/8e6cee8 )), closes
[#​13941](https://togithub.com/vitejs/vite/issues/13941 )
- fix(html): support `import.meta.env` define replacement without quotes
([#​13425](https://togithub.com/vitejs/vite/issues/13425 ))
([883089c](https://togithub.com/vitejs/vite/commit/883089c )), closes
[#​13425](https://togithub.com/vitejs/vite/issues/13425 )
- fix(proxy): handle error when proxy itself errors
([#​13929](https://togithub.com/vitejs/vite/issues/13929 ))
([4848e41](https://togithub.com/vitejs/vite/commit/4848e41 )), closes
[#​13929](https://togithub.com/vitejs/vite/issues/13929 )
- chore(eslint): allow type annotations
([#​13920](https://togithub.com/vitejs/vite/issues/13920 ))
([d1264fd](https://togithub.com/vitejs/vite/commit/d1264fd )), closes
[#​13920](https://togithub.com/vitejs/vite/issues/13920 )
</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:eyJjcmVhdGVkSW5WZXIiOiIzNi4yNy4xIiwidXBkYXRlZEluVmVyIjoiMzYuMjcuMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-08-01 16:15:16 +00:00
andreas-unleash
579b08be27
fix: UI improvements on CR reorder strategy ( #4375 )
...
- make the blocks that hold the constraints full width
- remove the margin-top and margin-bottom from the parent div + increase
the gap: 20px on this parent div
- remove the margin-bottom from the constraints containers
- add the strategies in a div and add a margin-bottom: 8px
![Screenshot 2023-07-31 at 15 05
51](https://github.com/Unleash/unleash/assets/104830839/68c32324-99c3-4fab-99f0-bde1bf2b43e7 )
Signed-off-by: andreas-unleash <andreas@getunleash.ai>
2023-07-31 16:25:06 +03:00
Mateusz Kwasniewski
b34f00c2cb
feat: strategy variants alert ( #4371 )
2023-07-31 12:26:12 +02:00
renovate[bot]
3c8eecb413
chore(deps): update dependency node to v18.17.0 ( #4326 )
2023-07-31 09:17:54 +00:00
renovate[bot]
3be26b04c7
chore(deps): update dependency @uiw/react-codemirror to v4.21.8 ( #4369 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@uiw/react-codemirror](https://uiwjs.github.io/react-codemirror )
([source](https://togithub.com/uiwjs/react-codemirror )) | [`4.21.7` ->
`4.21.8`](https://renovatebot.com/diffs/npm/@uiw%2freact-codemirror/4.21.7/4.21.8 )
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@uiw%2freact-codemirror/4.21.8?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@uiw%2freact-codemirror/4.21.8?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@uiw%2freact-codemirror/4.21.7/4.21.8?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@uiw%2freact-codemirror/4.21.7/4.21.8?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>uiwjs/react-codemirror (@​uiw/react-codemirror)</summary>
###
[`v4.21.8`](https://togithub.com/uiwjs/react-codemirror/releases/tag/v4.21.8 )
[Compare
Source](https://togithub.com/uiwjs/react-codemirror/compare/v4.21.7...v4.21.8 )
[![](https://img.shields.io/badge/Open%20in-unpkg-blue )](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-codemirror@4.21.8/file/README.md )
Documentation v4.21.8:
https://raw.githack.com/uiwjs/react-codemirror/265d393/index.html \
Comparing Changes:
https://github.com/uiwjs/react-codemirror/compare/v4.21.7...v4.21.8
```shell
npm i @​uiw/react-codemirror@4.21.8
```
- 🌍 website: add mark decoration example.
[`528759f`](https://togithub.com/uiwjs/react-codemirror/commit/528759f )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
- 🐞 fix(react-codemirror): unexpected effect called when extension is
null
([#​542](https://togithub.com/uiwjs/react-codemirror/issues/542 ))
[`bed5e80`](https://togithub.com/uiwjs/react-codemirror/commit/bed5e80 )
[@​meowtec](https://togithub.com/meowtec )
</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:eyJjcmVhdGVkSW5WZXIiOiIzNi4yNC4yIiwidXBkYXRlZEluVmVyIjoiMzYuMjQuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-31 09:11:12 +00:00
renovate[bot]
bbea8bbd72
chore(deps): update dependency @uiw/codemirror-theme-duotone to v4.21.8 ( #4367 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@uiw/codemirror-theme-duotone](https://uiwjs.github.io/react-codemirror/#/theme/data/duotone/light )
([source](https://togithub.com/uiwjs/react-codemirror )) | [`4.21.7` ->
`4.21.8`](https://renovatebot.com/diffs/npm/@uiw%2fcodemirror-theme-duotone/4.21.7/4.21.8 )
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@uiw%2fcodemirror-theme-duotone/4.21.8?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@uiw%2fcodemirror-theme-duotone/4.21.8?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@uiw%2fcodemirror-theme-duotone/4.21.7/4.21.8?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@uiw%2fcodemirror-theme-duotone/4.21.7/4.21.8?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>uiwjs/react-codemirror
(@​uiw/codemirror-theme-duotone)</summary>
###
[`v4.21.8`](https://togithub.com/uiwjs/react-codemirror/releases/tag/v4.21.8 )
[Compare
Source](https://togithub.com/uiwjs/react-codemirror/compare/v4.21.7...v4.21.8 )
[![](https://img.shields.io/badge/Open%20in-unpkg-blue )](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-codemirror@4.21.8/file/README.md )
Documentation v4.21.8:
https://raw.githack.com/uiwjs/react-codemirror/265d393/index.html \
Comparing Changes:
https://github.com/uiwjs/react-codemirror/compare/v4.21.7...v4.21.8
```shell
npm i @​uiw/react-codemirror@4.21.8
```
- 🌍 website: add mark decoration example.
[`528759f`](https://togithub.com/uiwjs/react-codemirror/commit/528759f )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
- 🐞 fix(react-codemirror): unexpected effect called when extension is
null
([#​542](https://togithub.com/uiwjs/react-codemirror/issues/542 ))
[`bed5e80`](https://togithub.com/uiwjs/react-codemirror/commit/bed5e80 )
[@​meowtec](https://togithub.com/meowtec )
</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:eyJjcmVhdGVkSW5WZXIiOiIzNi4yNC4yIiwidXBkYXRlZEluVmVyIjoiMzYuMjQuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-31 07:27:11 +00:00
renovate[bot]
07f2626819
chore(deps): update dependency sass to v1.64.1 ( #4364 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [sass](https://togithub.com/sass/dart-sass ) | [`1.63.6` ->
`1.64.1`](https://renovatebot.com/diffs/npm/sass/1.63.6/1.64.1 ) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/sass/1.64.1?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/sass/1.64.1?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/sass/1.63.6/1.64.1?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/sass/1.63.6/1.64.1?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>sass/dart-sass (sass)</summary>
###
[`v1.64.1`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1641 )
[Compare
Source](https://togithub.com/sass/dart-sass/compare/1.64.0...1.64.1 )
##### Embedded Sass
- Fix a bug where a valid `SassCalculation.clamp()` with less than 3
arguments
would throw an error.
###
[`v1.64.0`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1640 )
[Compare
Source](https://togithub.com/sass/dart-sass/compare/1.63.6...1.64.0 )
- Comments that appear before or between `@use` and `@forward` rules are
now
emitted in source order as much as possible, instead of always being
emitted
after the CSS of all module dependencies.
- Fix a bug where an interpolation in a custom property name crashed if
the file
was loaded by a `@use` nested in an `@import`.
##### JavaScript API
- Add a new `SassCalculation` type that represents the calculation
objects added
in Dart Sass 1.40.0.
- Add `Value.assertCalculation()`, which returns the value if it's a
`SassCalculation` and throws an error otherwise.
- Produce a better error message when an environment that supports some
Node.js
APIs loads the browser entrypoint but attempts to access the filesystem.
##### Embedded Sass
- Fix a bug where nested relative `@imports` failed to load when using
the
deprecated functions `render` or `renderSync` and those relative imports
were
loaded multiple times across different files.
</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:eyJjcmVhdGVkSW5WZXIiOiIzNi4yNC4yIiwidXBkYXRlZEluVmVyIjoiMzYuMjQuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-29 01:28:01 +00:00
renovate[bot]
b0df7bd112
chore(deps): update dependency @testing-library/jest-dom to v5.17.0 ( #4363 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@testing-library/jest-dom](https://togithub.com/testing-library/jest-dom )
| [`5.16.5` ->
`5.17.0`](https://renovatebot.com/diffs/npm/@testing-library%2fjest-dom/5.16.5/5.17.0 )
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@testing-library%2fjest-dom/5.17.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@testing-library%2fjest-dom/5.17.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@testing-library%2fjest-dom/5.16.5/5.17.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@testing-library%2fjest-dom/5.16.5/5.17.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>testing-library/jest-dom
(@​testing-library/jest-dom)</summary>
###
[`v5.17.0`](https://togithub.com/testing-library/jest-dom/releases/tag/v5.17.0 )
[Compare
Source](https://togithub.com/testing-library/jest-dom/compare/v5.16.5...v5.17.0 )
##### Features
- New `toHaveAccessibleErrorMessage` better implementing the spec,
deprecate `toHaveErrorMessage`
([#​503](https://togithub.com/testing-library/jest-dom/issues/503 ))
([d717c66](d717c66cb4
))
</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:eyJjcmVhdGVkSW5WZXIiOiIzNi4yNC4yIiwidXBkYXRlZEluVmVyIjoiMzYuMjQuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-28 18:25:08 +00:00
renovate[bot]
0e8ae729a5
chore(deps): update react-router monorepo to v6.14.2 ( #4360 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](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.1` ->
`6.14.2`](https://renovatebot.com/diffs/npm/react-router/6.14.1/6.14.2 )
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/react-router/6.14.2?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/react-router/6.14.2?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/react-router/6.14.1/6.14.2?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/react-router/6.14.1/6.14.2?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
| [react-router-dom](https://togithub.com/remix-run/react-router ) |
[`6.14.1` ->
`6.14.2`](https://renovatebot.com/diffs/npm/react-router-dom/6.14.1/6.14.2 )
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/react-router-dom/6.14.2?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/react-router-dom/6.14.2?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/react-router-dom/6.14.1/6.14.2?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/react-router-dom/6.14.1/6.14.2?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>remix-run/react-router (react-router)</summary>
###
[`v6.14.2`](https://togithub.com/remix-run/react-router/blob/HEAD/packages/react-router/CHANGELOG.md#6142 )
[Compare
Source](https://togithub.com/remix-run/react-router/compare/react-router@6.14.1...react-router@6.14.2 )
##### Patch Changes
- Updated dependencies:
- `@remix-run/router@1.7.2`
</details>
<details>
<summary>remix-run/react-router (react-router-dom)</summary>
###
[`v6.14.2`](https://togithub.com/remix-run/react-router/blob/HEAD/packages/react-router-dom/CHANGELOG.md#6142 )
[Compare
Source](https://togithub.com/remix-run/react-router/compare/react-router-dom@6.14.1...react-router-dom@6.14.2 )
##### Patch Changes
- Properly decode element id when emulating hash scrolling via
`<ScrollRestoration>`
([#​10682](https://togithub.com/remix-run/react-router/pull/10682 ))
- Add missing `<Form state>` prop to populate `history.state` on
submission navigations
([#​10630](https://togithub.com/remix-run/react-router/pull/10630 ))
- Support proper hydration of `Error` subclasses such as
`ReferenceError`/`TypeError`
([#​10633](https://togithub.com/remix-run/react-router/pull/10633 ))
- Updated dependencies:
- `@remix-run/router@1.7.2`
- `react-router@6.14.2`
</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:eyJjcmVhdGVkSW5WZXIiOiIzNi4yNC4yIiwidXBkYXRlZEluVmVyIjoiMzYuMjQuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-28 13:31:23 +00:00
renovate[bot]
7932c3efff
chore(deps): update dependency vite to v4.4.6 ( #4358 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](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.4` ->
`4.4.6`](https://renovatebot.com/diffs/npm/vite/4.4.4/4.4.6 ) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/vite/4.4.6?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/vite/4.4.6?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/vite/4.4.4/4.4.6?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vite/4.4.4/4.4.6?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>vitejs/vite (vite)</summary>
###
[`v4.4.6`](https://togithub.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small446-2023-07-21-small )
[Compare
Source](https://togithub.com/vitejs/vite/compare/v4.4.5...v4.4.6 )
- fix: constrain inject helpers for iife
([#​13909](https://togithub.com/vitejs/vite/issues/13909 ))
([c89f677](https://togithub.com/vitejs/vite/commit/c89f677 )), closes
[#​13909](https://togithub.com/vitejs/vite/issues/13909 )
- fix: display manualChunks warning only when a function is not used
([#​13797](https://togithub.com/vitejs/vite/issues/13797 ))
([#​13798](https://togithub.com/vitejs/vite/issues/13798 ))
([51c271f](https://togithub.com/vitejs/vite/commit/51c271f )), closes
[#​13797](https://togithub.com/vitejs/vite/issues/13797 )
[#​13798](https://togithub.com/vitejs/vite/issues/13798 )
- fix: do not append `browserHash` on optimized deps during build
([#​13906](https://togithub.com/vitejs/vite/issues/13906 ))
([0fb2340](https://togithub.com/vitejs/vite/commit/0fb2340 )), closes
[#​13906](https://togithub.com/vitejs/vite/issues/13906 )
- fix: use Bun's implementation of `ws` instead of the bundled one
([#​13901](https://togithub.com/vitejs/vite/issues/13901 ))
([049404c](https://togithub.com/vitejs/vite/commit/049404c )), closes
[#​13901](https://togithub.com/vitejs/vite/issues/13901 )
- feat(client): add guide to press Esc for closing the overlay
([#​13896](https://togithub.com/vitejs/vite/issues/13896 ))
([da389cc](https://togithub.com/vitejs/vite/commit/da389cc )), closes
[#​13896](https://togithub.com/vitejs/vite/issues/13896 )
###
[`v4.4.5`](https://togithub.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small445-2023-07-20-small )
[Compare
Source](https://togithub.com/vitejs/vite/compare/v4.4.4...v4.4.5 )
- fix: "EISDIR: illegal operation on a directory, realpath" error on RA…
([#​13655](https://togithub.com/vitejs/vite/issues/13655 ))
([6bd5434](https://togithub.com/vitejs/vite/commit/6bd5434 )), closes
[#​13655](https://togithub.com/vitejs/vite/issues/13655 )
- fix: transform error message add file info
([#​13687](https://togithub.com/vitejs/vite/issues/13687 ))
([6dca41c](https://togithub.com/vitejs/vite/commit/6dca41c )), closes
[#​13687](https://togithub.com/vitejs/vite/issues/13687 )
- fix: warn when publicDir and outDir are nested
([#​13742](https://togithub.com/vitejs/vite/issues/13742 ))
([4eb3154](https://togithub.com/vitejs/vite/commit/4eb3154 )), closes
[#​13742](https://togithub.com/vitejs/vite/issues/13742 )
- fix(build): remove warning about ineffective dynamic import from
node_modules
([#​13884](https://togithub.com/vitejs/vite/issues/13884 ))
([33002dd](https://togithub.com/vitejs/vite/commit/33002dd )), closes
[#​13884](https://togithub.com/vitejs/vite/issues/13884 )
- fix(build): style insert order for UMD builds (fix
[#​13668](https://togithub.com/vitejs/vite/issues/13668 ))
([#​13669](https://togithub.com/vitejs/vite/issues/13669 ))
([49a1b99](https://togithub.com/vitejs/vite/commit/49a1b99 )), closes
[#​13668](https://togithub.com/vitejs/vite/issues/13668 )
[#​13669](https://togithub.com/vitejs/vite/issues/13669 )
- fix(deps): update all non-major dependencies
([#​13872](https://togithub.com/vitejs/vite/issues/13872 ))
([975a631](https://togithub.com/vitejs/vite/commit/975a631 )), closes
[#​13872](https://togithub.com/vitejs/vite/issues/13872 )
- fix(types): narrow down the return type of `defineConfig`
([#​13792](https://togithub.com/vitejs/vite/issues/13792 ))
([c971f26](https://togithub.com/vitejs/vite/commit/c971f26 )), closes
[#​13792](https://togithub.com/vitejs/vite/issues/13792 )
- chore: fix typos
([#​13862](https://togithub.com/vitejs/vite/issues/13862 ))
([f54e8da](https://togithub.com/vitejs/vite/commit/f54e8da )), closes
[#​13862](https://togithub.com/vitejs/vite/issues/13862 )
- chore: replace `any` with `string`
([#​13850](https://togithub.com/vitejs/vite/issues/13850 ))
([4606fd8](https://togithub.com/vitejs/vite/commit/4606fd8 )), closes
[#​13850](https://togithub.com/vitejs/vite/issues/13850 )
- chore(deps): update dependency prettier to v3
([#​13759](https://togithub.com/vitejs/vite/issues/13759 ))
([5a56941](https://togithub.com/vitejs/vite/commit/5a56941 )), closes
[#​13759](https://togithub.com/vitejs/vite/issues/13759 )
- docs: fix build.cssMinify link
([#​13840](https://togithub.com/vitejs/vite/issues/13840 ))
([8a2a3e1](https://togithub.com/vitejs/vite/commit/8a2a3e1 )), closes
[#​13840](https://togithub.com/vitejs/vite/issues/13840 )
</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:eyJjcmVhdGVkSW5WZXIiOiIzNi4yNC4yIiwidXBkYXRlZEluVmVyIjoiMzYuMjQuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-28 13:29:31 +00:00
renovate[bot]
d352239ad1
chore(deps): update dependency whatwg-fetch to v3.6.17 ( #4359 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [whatwg-fetch](https://togithub.com/github/fetch ) | [`3.6.2` ->
`3.6.17`](https://renovatebot.com/diffs/npm/whatwg-fetch/3.6.2/3.6.17 ) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/whatwg-fetch/3.6.17?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/whatwg-fetch/3.6.17?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/whatwg-fetch/3.6.2/3.6.17?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/whatwg-fetch/3.6.2/3.6.17?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>github/fetch (whatwg-fetch)</summary>
###
[`v3.6.17`](https://togithub.com/github/fetch/compare/v3.6.16...v3.6.17 )
[Compare
Source](https://togithub.com/github/fetch/compare/v3.6.16...v3.6.17 )
###
[`v3.6.16`](https://togithub.com/github/fetch/compare/v3.6.15...v3.6.16 )
[Compare
Source](https://togithub.com/github/fetch/compare/v3.6.15...v3.6.16 )
###
[`v3.6.15`](https://togithub.com/github/fetch/compare/v3.6.14...v3.6.15 )
[Compare
Source](https://togithub.com/github/fetch/compare/v3.6.14...v3.6.15 )
###
[`v3.6.14`](https://togithub.com/github/fetch/compare/v3.6.13...v3.6.14 )
[Compare
Source](https://togithub.com/github/fetch/compare/v3.6.13...v3.6.14 )
###
[`v3.6.13`](https://togithub.com/github/fetch/compare/v3.6.12...v3.6.13 )
[Compare
Source](https://togithub.com/github/fetch/compare/v3.6.12...v3.6.13 )
###
[`v3.6.12`](https://togithub.com/github/fetch/compare/v3.6.11...v3.6.12 )
[Compare
Source](https://togithub.com/github/fetch/compare/v3.6.11...v3.6.12 )
###
[`v3.6.11`](https://togithub.com/github/fetch/compare/v3.6.10...v3.6.11 )
[Compare
Source](https://togithub.com/github/fetch/compare/v3.6.10...v3.6.11 )
###
[`v3.6.10`](https://togithub.com/github/fetch/compare/v3.6.9...v3.6.10 )
[Compare
Source](https://togithub.com/github/fetch/compare/v3.6.9...v3.6.10 )
###
[`v3.6.9`](https://togithub.com/github/fetch/compare/v3.6.8...v3.6.9 )
[Compare
Source](https://togithub.com/github/fetch/compare/v3.6.8...v3.6.9 )
###
[`v3.6.8`](https://togithub.com/github/fetch/compare/v3.6.7...v3.6.8 )
[Compare
Source](https://togithub.com/github/fetch/compare/v3.6.7...v3.6.8 )
###
[`v3.6.7`](https://togithub.com/github/fetch/compare/v3.6.6...v3.6.7 )
[Compare
Source](https://togithub.com/github/fetch/compare/v3.6.6...v3.6.7 )
###
[`v3.6.6`](https://togithub.com/github/fetch/compare/v3.6.5...v3.6.6 )
[Compare
Source](https://togithub.com/github/fetch/compare/v3.6.5...v3.6.6 )
###
[`v3.6.5`](https://togithub.com/github/fetch/compare/v3.6.4...v3.6.5 )
[Compare
Source](https://togithub.com/github/fetch/compare/v3.6.4...v3.6.5 )
###
[`v3.6.4`](https://togithub.com/github/fetch/compare/v3.6.3...v3.6.4 )
[Compare
Source](https://togithub.com/github/fetch/compare/v3.6.3...v3.6.4 )
###
[`v3.6.3`](https://togithub.com/github/fetch/compare/v3.6.2...v3.6.3 )
[Compare
Source](https://togithub.com/github/fetch/compare/v3.6.2...v3.6.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:eyJjcmVhdGVkSW5WZXIiOiIzNi4yNC4yIiwidXBkYXRlZEluVmVyIjoiMzYuMjQuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-28 10:40:16 +00:00
renovate[bot]
4dd67737b5
chore(deps): update dependency react-joyride to v2.5.5 ( #4357 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [react-joyride](https://react-joyride.com/ )
([source](https://togithub.com/gilbarbara/react-joyride )) | [`2.5.4` ->
`2.5.5`](https://renovatebot.com/diffs/npm/react-joyride/2.5.4/2.5.5 ) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/react-joyride/2.5.5?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/react-joyride/2.5.5?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/react-joyride/2.5.4/2.5.5?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/react-joyride/2.5.4/2.5.5?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>gilbarbara/react-joyride (react-joyride)</summary>
###
[`v2.5.5`](https://togithub.com/gilbarbara/react-joyride/releases/tag/v2.5.5 ):
2.5.5
[Compare
Source](https://togithub.com/gilbarbara/react-joyride/compare/v2.5.4...v2.5.5 )
- Add Frigade sponsorship to README:
[`4dcda8d`](4dcda8d992
)
- Update sponsor URL:
[`5c59644`](5c596440ef
)
- Upgrade dependencies:
[`3b04b22`](3b04b22440
)
- Update codesandbox node version:
[`946e8a4`](946e8a46fc
)
</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:eyJjcmVhdGVkSW5WZXIiOiIzNi4yNC4yIiwidXBkYXRlZEluVmVyIjoiMzYuMjQuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-28 09:22:40 +00:00
renovate[bot]
51edcbb36e
chore(deps): update dependency cypress to v12.17.2 ( #4356 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [cypress](https://togithub.com/cypress-io/cypress ) | [`12.17.1` ->
`12.17.2`](https://renovatebot.com/diffs/npm/cypress/12.17.1/12.17.2 ) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/cypress/12.17.2?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/cypress/12.17.2?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/cypress/12.17.1/12.17.2?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/cypress/12.17.1/12.17.2?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>cypress-io/cypress (cypress)</summary>
###
[`v12.17.2`](https://togithub.com/cypress-io/cypress/releases/tag/v12.17.2 )
[Compare
Source](https://togithub.com/cypress-io/cypress/compare/v12.17.1...v12.17.2 )
Changelog: https://docs.cypress.io/guides/references/changelog#12-17-2
</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:eyJjcmVhdGVkSW5WZXIiOiIzNi4yNC4yIiwidXBkYXRlZEluVmVyIjoiMzYuMjQuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-28 09:11:51 +00:00
renovate[bot]
6dc92bb752
chore(deps): update dependency vite-plugin-svgr to v3 ( #4332 )
2023-07-28 09:04:00 +00:00
Tymoteusz Czech
fc54877473
fix: stable bulk updates ( #4352 )
...
## About the changes
Prevent re-fetched state change from de-selecting rows.
2023-07-28 08:44:29 +02:00
Mateusz Kwasniewski
733159b8ec
feat: strategy variants infop ( #4348 )
...
<!-- 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
Strategy variants info and link to docs.
Added short info about what variants allow to do, how strategy variants
relate to the feature variants, that modern SDK is required and link to
docs.
<img width="727" alt="Screenshot 2023-07-26 at 14 51 06"
src="https://github.com/Unleash/unleash/assets/1394682/6d5f8a3e-ca3e-434b-a2e7-a23861875cc5 ">
### 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-07-27 10:12:30 +03:00
Tymoteusz Czech
d2a4763eaa
fix: frontend variant weights distribution ( #4347 )
...
## About the changes
Unit-tested way of distributing weights between variants.
2023-07-26 16:08:11 +02:00
Tymoteusz Czech
909831db6f
Feat: strategy variant slider ( #4344 )
...
## About the changes
![image](https://github.com/Unleash/unleash/assets/2625371/835cdb1f-c0ad-4966-81a3-9e35944ee1ae )
2023-07-26 11:36:16 +02:00
Mateusz Kwasniewski
55aa15d96d
test: default strategy stickiness ( #4341 )
...
<!-- 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
Unit tests for the default strategy and fallback strategy
### 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-07-26 09:39:40 +02:00
andreas-unleash
988a3a57e8
feat: Change Request on Reorder UI ( #4249 )
...
<!-- 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! ❤️ -->
Change request UI for reordering strategies with variants
## About the changes
<!-- Describe the changes introduced. What are they and why are they
being introduced? Feel free to also add screenshots or steps to view the
changes if they're visual. -->
<!-- Does it close an issue? Multiple? -->
Closes #
<!-- (For internal contributors): Does it relate to an issue on public
roadmap? -->
<!--
Relates to [roadmap](https://github.com/orgs/Unleash/projects/10 ) item:
#
-->
### Important files
<!-- PRs can contain a lot of changes, but not all changes are equally
important. Where should a reviewer start looking to get an overview of
the changes? Are any files particularly important? -->
## Discussion points
<!-- Anything about the PR you'd like to discuss before it gets merged?
Got any questions or doubts? -->
---------
Signed-off-by: andreas-unleash <andreas@getunleash.ai>
2023-07-25 14:12:35 +03:00
Mateusz Kwasniewski
36bde1b24b
fix: default strategy stickiness ( #4340 )
2023-07-25 12:45:42 +02:00
Tymoteusz Czech
ddbd619394
fix: Addons toggle ( #4312 )
...
## Issue
- When you you enable/disable an addon, in the same time another one is
disabled/enabled
- Sometimes, when clicking enable/disable an addon the toggle switches
quick back to the initial state
## About the changes
- Stable table sorting
- Switch toggle `key`
Closes
https://linear.app/unleash/issue/1-1154/addons-enabledisable-action-misbehaves-changing-other-items
2023-07-24 16:23:41 +02:00
Tymoteusz Czech
c8231d3efd
fix: 404 in dark theme ( #4337 )
...
## About the changes
Fix 404 error page UI in dark theme
2023-07-24 14:23:29 +00:00
Tymoteusz Czech
041c06560c
fix: drop staleness column form features archive ( #4338 )
...
## About the changes
Drop "status" (stale or active) column from features archive table.
Closes #4315
2023-07-24 14:00:59 +00:00
renovate[bot]
ae6a6868ed
chore(deps): update react-router monorepo to v6.14.1 ( #4320 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](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.13.0` ->
`6.14.1`](https://renovatebot.com/diffs/npm/react-router/6.13.0/6.14.1 )
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/react-router/6.14.1?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/react-router/6.14.1?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/react-router/6.13.0/6.14.1?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/react-router/6.13.0/6.14.1?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
| [react-router-dom](https://togithub.com/remix-run/react-router ) |
[`6.13.0` ->
`6.14.1`](https://renovatebot.com/diffs/npm/react-router-dom/6.13.0/6.14.1 )
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/react-router-dom/6.14.1?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/react-router-dom/6.14.1?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/react-router-dom/6.13.0/6.14.1?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/react-router-dom/6.13.0/6.14.1?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>remix-run/react-router (react-router)</summary>
###
[`v6.14.1`](https://togithub.com/remix-run/react-router/blob/HEAD/packages/react-router/CHANGELOG.md#6141 )
[Compare
Source](https://togithub.com/remix-run/react-router/compare/react-router@6.14.0...react-router@6.14.1 )
##### Patch Changes
- Fix loop in `unstable_useBlocker` when used with an unstable blocker
function
([#​10652](https://togithub.com/remix-run/react-router/pull/10652 ))
- Fix issues with reused blockers on subsequent navigations
([#​10656](https://togithub.com/remix-run/react-router/pull/10656 ))
- Updated dependencies:
- `@remix-run/router@1.7.1`
###
[`v6.14.0`](https://togithub.com/remix-run/react-router/blob/HEAD/packages/react-router/CHANGELOG.md#6140 )
[Compare
Source](https://togithub.com/remix-run/react-router/compare/react-router@6.13.0...react-router@6.14.0 )
##### Patch Changes
- Strip `basename` from locations provided to `unstable_useBlocker`
functions to match `useLocation`
([#​10573](https://togithub.com/remix-run/react-router/pull/10573 ))
- Fix `generatePath` when passed a numeric `0` value parameter
([#​10612](https://togithub.com/remix-run/react-router/pull/10612 ))
- Fix `unstable_useBlocker` key issues in `StrictMode`
([#​10573](https://togithub.com/remix-run/react-router/pull/10573 ))
- Fix `tsc --skipLibCheck:false` issues on React 17
([#​10622](https://togithub.com/remix-run/react-router/pull/10622 ))
- Upgrade `typescript` to 5.1
([#​10581](https://togithub.com/remix-run/react-router/pull/10581 ))
- Updated dependencies:
- `@remix-run/router@1.7.0`
</details>
<details>
<summary>remix-run/react-router (react-router-dom)</summary>
###
[`v6.14.1`](https://togithub.com/remix-run/react-router/blob/HEAD/packages/react-router-dom/CHANGELOG.md#6141 )
[Compare
Source](https://togithub.com/remix-run/react-router/compare/react-router-dom@6.14.0...react-router-dom@6.14.1 )
##### Patch Changes
- Updated dependencies:
- `react-router@6.14.1`
- `@remix-run/router@1.7.1`
###
[`v6.14.0`](https://togithub.com/remix-run/react-router/blob/HEAD/packages/react-router-dom/CHANGELOG.md#6140 )
[Compare
Source](https://togithub.com/remix-run/react-router/compare/react-router-dom@6.13.0...react-router-dom@6.14.0 )
##### Minor Changes
- Add support for `application/json` and `text/plain` encodings for
`useSubmit`/`fetcher.submit`. To reflect these additional types,
`useNavigation`/`useFetcher` now also contain
`navigation.json`/`navigation.text` and `fetcher.json`/`fetcher.text`
which include the json/text submission if applicable
([#​10413](https://togithub.com/remix-run/react-router/pull/10413 ))
```jsx
// The default behavior will still serialize as FormData
function Component() {
let navigation = useNavigation();
let submit = useSubmit();
submit({ key: "value" }, { method: "post" });
// navigation.formEncType => "application/x-www-form-urlencoded"
// navigation.formData => FormData instance
}
async function action({ request }) {
// request.headers.get("Content-Type") =>
"application/x-www-form-urlencoded"
// await request.formData() => FormData instance
}
```
```js
// Opt-into JSON encoding with `encType: "application/json"`
function Component() {
let navigation = useNavigation();
let submit = useSubmit();
submit({ key: "value" }, { method: "post", encType: "application/json"
});
// navigation.formEncType => "application/json"
// navigation.json => { key: "value" }
}
async function action({ request }) {
// request.headers.get("Content-Type") => "application/json"
// await request.json() => { key: "value" }
}
```
```js
// Opt-into text encoding with `encType: "text/plain"`
function Component() {
let navigation = useNavigation();
let submit = useSubmit();
submit("Text submission", { method: "post", encType: "text/plain" });
// navigation.formEncType => "text/plain"
// navigation.text => "Text submission"
}
async function action({ request }) {
// request.headers.get("Content-Type") => "text/plain"
// await request.text() => "Text submission"
}
```
##### Patch Changes
- When submitting a form from a `submitter` element, prefer the built-in
`new FormData(form, submitter)` instead of the previous manual approach
in modern browsers (those that support the new `submitter` parameter)
([#​9865](https://togithub.com/remix-run/react-router/pull/9865 ),
[#​10627](https://togithub.com/remix-run/react-router/pull/10627 ))
- For browsers that don't support it, we continue to just append the
submit button's entry to the end, and we also add rudimentary support
for `type="image"` buttons
- If developers want full spec-compliant support for legacy browsers,
they can use the `formdata-submitter-polyfill`
- Call `window.history.pushState/replaceState` before updating React
Router state (instead of after) so that `window.location` matches
`useLocation` during synchronous React 17 rendering
([#​10448](https://togithub.com/remix-run/react-router/pull/10448 ))
- ⚠️ However, generally apps should not be relying on `window.location`
and should always reference `useLocation` when possible, as
`window.location` will not be in sync 100% of the time (due to
`popstate` events, concurrent mode, etc.)
- Fix `tsc --skipLibCheck:false` issues on React 17
([#​10622](https://togithub.com/remix-run/react-router/pull/10622 ))
- Upgrade `typescript` to 5.1
([#​10581](https://togithub.com/remix-run/react-router/pull/10581 ))
- Updated dependencies:
- `react-router@6.14.0`
- `@remix-run/router@1.7.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:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMS4wIiwidXBkYXRlZEluVmVyIjoiMzYuMTEuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-21 19:11:33 +00:00
renovate[bot]
920e0241ee
chore(deps): update dependency eslint to v8.45.0 ( #4317 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [eslint](https://eslint.org )
([source](https://togithub.com/eslint/eslint )) | [`8.44.0` ->
`8.45.0`](https://renovatebot.com/diffs/npm/eslint/8.44.0/8.45.0 ) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/eslint/8.45.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint/8.45.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint/8.44.0/8.45.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint/8.44.0/8.45.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>eslint/eslint (eslint)</summary>
### [`v8.45.0`](https://togithub.com/eslint/eslint/releases/tag/v8.45.0 )
[Compare
Source](https://togithub.com/eslint/eslint/compare/v8.44.0...v8.45.0 )
#### Features
-
[`cdd063c`](cdd063c388
)
feat: Expose LegacyESLint in unsupported API
([#​17341](https://togithub.com/eslint/eslint/issues/17341 ))
(Nicholas C. Zakas)
-
[`d34abe5`](d34abe59eb
)
feat: fix indent rule for else-if
([#​17318](https://togithub.com/eslint/eslint/issues/17318 ))
(Milos Djermanovic)
#### Bug Fixes
-
[`b79b6fb`](b79b6fb644
)
fix: Fix suggestion message in `no-useless-escape`
([#​17339](https://togithub.com/eslint/eslint/issues/17339 ))
(Francesco Trotta)
-
[`c667055`](c667055fb9
)
fix: provide unique `fix` and `fix.range` objects in lint messages
([#​17332](https://togithub.com/eslint/eslint/issues/17332 ))
(Milos Djermanovic)
#### Documentation
-
[`89f3225`](89f3225108
)
docs: add playground links to correct and incorrect code blocks
([#​17306](https://togithub.com/eslint/eslint/issues/17306 )) (Josh
Goldberg ✨ )
-
[`f8892b5`](f8892b5292
)
docs: Expand rule option schema docs
([#​17198](https://togithub.com/eslint/eslint/issues/17198 )) (Matt
Wilkinson)
-
[`8bcbf11`](8bcbf11b60
)
docs: Config Migration Guide
([#​17230](https://togithub.com/eslint/eslint/issues/17230 )) (Ben
Perlmutter)
-
[`bb30908`](bb30908971
)
docs: Update README (GitHub Actions Bot)
-
[`84d243b`](84d243b245
)
docs: Update README (GitHub Actions Bot)
-
[`b762632`](b762632298
)
docs: Update README (GitHub Actions Bot)
-
[`138c096`](138c096bc9
)
docs: add more prefer-destructuring examples with array destructuring
([#​17330](https://togithub.com/eslint/eslint/issues/17330 ))
(Milos Djermanovic)
-
[`1fc50a8`](1fc50a8975
)
docs: `max-len` rule `code` and `tabWidth` as positional arguments
([#​17331](https://togithub.com/eslint/eslint/issues/17331 ))
(Jesús Leganés-Combarro)
#### Chores
-
[`68f63d7`](68f63d76ce
)
chore: package.json update for
[@​eslint/js](https://togithub.com/eslint/js ) release (ESLint
Jenkins)
-
[`5ca9b4d`](5ca9b4d29f
)
chore: update eslint-config-eslint exports
([#​17336](https://togithub.com/eslint/eslint/issues/17336 ))
(Milos Djermanovic)
-
[`7bf2e86`](7bf2e86022
)
chore: remove unused dependencies
([#​17352](https://togithub.com/eslint/eslint/issues/17352 ))
(Percy Ma)
-
[`c6f8cd0`](c6f8cd0d62
)
chore: Remove `defaultIgnores` from FlatESLint private members
([#​17349](https://togithub.com/eslint/eslint/issues/17349 ))
(Francesco Trotta)
-
[`0052374`](0052374035
)
chore: move jsdoc settings to eslint-config-eslint
([#​17338](https://togithub.com/eslint/eslint/issues/17338 )) (唯然)
</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:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMS4wIiwidXBkYXRlZEluVmVyIjoiMzYuMTEuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-21 16:52:09 +00:00
renovate[bot]
08ca2203e8
chore(deps): update dependency tss-react to v4.8.8 ( #4316 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [tss-react](https://www.tss-react.dev )
([source](https://togithub.com/garronej/tss-react )) | [`4.8.6` ->
`4.8.8`](https://renovatebot.com/diffs/npm/tss-react/4.8.6/4.8.8 ) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/tss-react/4.8.8?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/tss-react/4.8.8?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/tss-react/4.8.6/4.8.8?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/tss-react/4.8.6/4.8.8?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>garronej/tss-react (tss-react)</summary>
###
[`v4.8.8`](https://togithub.com/garronej/tss-react/releases/tag/v4.8.8 )
[Compare
Source](https://togithub.com/garronej/tss-react/compare/v4.8.7...v4.8.8 )
<!-- Release notes generated using configuration in .github/release.yaml
at refs/heads/main -->
**Full Changelog**:
https://github.com/garronej/tss-react/compare/v4.8.7...v4.8.8
###
[`v4.8.7`](https://togithub.com/garronej/tss-react/releases/tag/v4.8.7 )
[Compare
Source](https://togithub.com/garronej/tss-react/compare/v4.8.6...v4.8.7 )
<!-- Release notes generated using configuration in .github/release.yaml
at refs/heads/main -->
#### What's Changed
##### Other Changes
- Issue 182 by [@​garronej](https://togithub.com/garronej ) in
[https://github.com/garronej/tss-react/pull/183 ](https://togithub.com/garronej/tss-react/pull/183 )
**Full Changelog**:
https://github.com/garronej/tss-react/compare/v4.8.6...v4.8.7
</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:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMS4wIiwidXBkYXRlZEluVmVyIjoiMzYuMTEuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-21 16:50:46 +00:00
renovate[bot]
a229d6951e
chore(deps): update dependency vite to v4.4.4 ( #4313 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](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.3.9` ->
`4.4.4`](https://renovatebot.com/diffs/npm/vite/4.3.9/4.4.4 ) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/vite/4.4.4?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/vite/4.4.4?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/vite/4.3.9/4.4.4?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vite/4.3.9/4.4.4?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>vitejs/vite (vite)</summary>
###
[`v4.4.4`](https://togithub.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small444-2023-07-14-small )
[Compare
Source](https://togithub.com/vitejs/vite/compare/v4.4.3...v4.4.4 )
- chore: warning about ssr cjs format removal
([#​13827](https://togithub.com/vitejs/vite/issues/13827 ))
([4646e9f](https://togithub.com/vitejs/vite/commit/4646e9f )), closes
[#​13827](https://togithub.com/vitejs/vite/issues/13827 )
- fix(esbuild): enable experimentalDecorators by default
([#​13805](https://togithub.com/vitejs/vite/issues/13805 ))
([e8880f0](https://togithub.com/vitejs/vite/commit/e8880f0 )), closes
[#​13805](https://togithub.com/vitejs/vite/issues/13805 )
- fix(scan): skip tsconfigRaw fallback if tsconfig is set
([#​13823](https://togithub.com/vitejs/vite/issues/13823 ))
([b6155a1](https://togithub.com/vitejs/vite/commit/b6155a1 )), closes
[#​13823](https://togithub.com/vitejs/vite/issues/13823 )
- feat(client): close `vite-error-overlay` with Escape key
([#​13795](https://togithub.com/vitejs/vite/issues/13795 ))
([85bdcda](https://togithub.com/vitejs/vite/commit/85bdcda )), closes
[#​13795](https://togithub.com/vitejs/vite/issues/13795 )
###
[`v4.4.3`](https://togithub.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small443-2023-07-11-small )
[Compare
Source](https://togithub.com/vitejs/vite/compare/v4.4.2...v4.4.3 )
- fix: avoid early error when server is closed in ssr
([#​13787](https://togithub.com/vitejs/vite/issues/13787 ))
([89d01eb](https://togithub.com/vitejs/vite/commit/89d01eb )), closes
[#​13787](https://togithub.com/vitejs/vite/issues/13787 )
- fix(deps): update all non-major dependencies
([#​13758](https://togithub.com/vitejs/vite/issues/13758 ))
([8ead116](https://togithub.com/vitejs/vite/commit/8ead116 )), closes
[#​13758](https://togithub.com/vitejs/vite/issues/13758 )
- fix(server): remove restart guard on restart
([#​13789](https://togithub.com/vitejs/vite/issues/13789 ))
([2a38ef7](https://togithub.com/vitejs/vite/commit/2a38ef7 )), closes
[#​13789](https://togithub.com/vitejs/vite/issues/13789 )
###
[`v4.4.2`](https://togithub.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small442-2023-07-07-small )
[Compare
Source](487bdcde33
...v4.4.2)
- fix(css): use single postcss instance
([#​13738](https://togithub.com/vitejs/vite/issues/13738 ))
([c02fac4](https://togithub.com/vitejs/vite/commit/c02fac4 )), closes
[#​13738](https://togithub.com/vitejs/vite/issues/13738 )
###
[`v4.4.1`](https://togithub.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small441-2023-07-06-small )
[Compare
Source](3b47e34af8
...487bdcde3399463ac68eb5ab5bc19e5096b4623b)
- fix: revert
[#​13073](https://togithub.com/vitejs/vite/issues/13073 ), use
consistent virtual module ID in module graph
([#​13734](https://togithub.com/vitejs/vite/issues/13734 ))
([f589ac0](https://togithub.com/vitejs/vite/commit/f589ac0 )), closes
[#​13073](https://togithub.com/vitejs/vite/issues/13073 )
[#​13734](https://togithub.com/vitejs/vite/issues/13734 )
- fix: revert import config module as data
([#​13731](https://togithub.com/vitejs/vite/issues/13731 ))
([b0bfa01](https://togithub.com/vitejs/vite/commit/b0bfa01 )), closes
[#​13731](https://togithub.com/vitejs/vite/issues/13731 )
- chore: changelog notes and clean for 4.4
([#​13728](https://togithub.com/vitejs/vite/issues/13728 ))
([3f4e36e](https://togithub.com/vitejs/vite/commit/3f4e36e )), closes
[#​13728](https://togithub.com/vitejs/vite/issues/13728 )
###
[`v4.4.0`](https://togithub.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#440-2023-07-06 )
[Compare
Source](https://togithub.com/vitejs/vite/compare/v4.3.9...3b47e34af89b8220c0aeb119f813e8315e98668e )
##### Experimental support for Lightning CSS
Starting from Vite 4.4, there is experimental support for [Lightning
CSS](https://lightningcss.dev/ ). You can opt into it by adding
[`css.transformer:
'lightningcss'`](https://main.vitejs.dev/config/shared-options.html#css-transformer )
to your config file and install the optional
[`lightningcss`](https://www.npmjs.com/package/lightningcss ) dev
dependency. If enabled, CSS files will be processed by Lightning CSS
instead of PostCSS.
Lightning CSS can also be used as the CSS minifier with
[`build.cssMinify:
'lightningcss'`](https://main.vitejs.dev/config/build-options.html#build-cssminify ).
See beta docs at the [Lighting CSS
guide](https://main.vitejs.dev/guide/features.html#lightning-css ).
##### esbuild 0.18 update
[esbuild
0.18](https://togithub.com/evanw/esbuild/blob/main/CHANGELOG.md#0180 )
contains backwards-incompatible changes to esbuild's handling of
`tsconfig.json` files. We think they shouldn't affect Vite users, you
can review
[#​13525](https://togithub.com/vitejs/vite/issues/13525 ) for more
information.
##### Templates for Solid and Qwik in create-vite
New starter templates have been added to
[create-vite](https://vitejs.dev/guide/#scaffolding-your-first-vite-project )
for [Solid](https://www.solidjs.com/ ) and
[Qwik](https://qwik.builder.io/ ). Try them online at
[vite.new/solid-ts](https://vite.new/solid-ts ) and
[vite.new/qwik-ts](https://vite.new/qwik-ts ).
##### Korean Translation
Vite's docs are now translated to Korean, available at
[ko.vitejs.dev](https://ko.vitejs.dev ).
##### Features
- feat: preview mode add keyboard shortcuts
([#​12968](https://togithub.com/vitejs/vite/issues/12968 ))
([126e93e](https://togithub.com/vitejs/vite/commit/126e93e )), closes
[#​12968](https://togithub.com/vitejs/vite/issues/12968 )
- feat: asset type add apng
([#​13294](https://togithub.com/vitejs/vite/issues/13294 ))
([a11b6f6](https://togithub.com/vitejs/vite/commit/a11b6f6 )), closes
[#​13294](https://togithub.com/vitejs/vite/issues/13294 )
- feat: emit event to handle chunk load errors
([#​12084](https://togithub.com/vitejs/vite/issues/12084 ))
([2eca54e](https://togithub.com/vitejs/vite/commit/2eca54e )), closes
[#​12084](https://togithub.com/vitejs/vite/issues/12084 )
- feat: import public non-asset URL
([#​13422](https://togithub.com/vitejs/vite/issues/13422 ))
([3a98558](https://togithub.com/vitejs/vite/commit/3a98558 )), closes
[#​13422](https://togithub.com/vitejs/vite/issues/13422 )
- feat: support files for `fs.allow`
([#​12863](https://togithub.com/vitejs/vite/issues/12863 ))
([4a06e66](https://togithub.com/vitejs/vite/commit/4a06e66 )), closes
[#​12863](https://togithub.com/vitejs/vite/issues/12863 )
- feat(build): warn dynamic import module with a static import alongside
([#​12850](https://togithub.com/vitejs/vite/issues/12850 ))
([127c334](https://togithub.com/vitejs/vite/commit/127c334 )), closes
[#​12850](https://togithub.com/vitejs/vite/issues/12850 )
- feat(client): add debounce on page reload
([#​13545](https://togithub.com/vitejs/vite/issues/13545 ))
([d080b51](https://togithub.com/vitejs/vite/commit/d080b51 )), closes
[#​13545](https://togithub.com/vitejs/vite/issues/13545 )
- feat(client): add WebSocket connections events
([#​13334](https://togithub.com/vitejs/vite/issues/13334 ))
([eb75103](https://togithub.com/vitejs/vite/commit/eb75103 )), closes
[#​13334](https://togithub.com/vitejs/vite/issues/13334 )
- feat(config): friendly ESM file require error
([#​13283](https://togithub.com/vitejs/vite/issues/13283 ))
([b9a6ba0](https://togithub.com/vitejs/vite/commit/b9a6ba0 )), closes
[#​13283](https://togithub.com/vitejs/vite/issues/13283 )
- feat(css): add support for Lightning CSS
([#​12807](https://togithub.com/vitejs/vite/issues/12807 ))
([c6c5d49](https://togithub.com/vitejs/vite/commit/c6c5d49 )), closes
[#​12807](https://togithub.com/vitejs/vite/issues/12807 )
- feat(css): support at import preprocessed styles
([#​8400](https://togithub.com/vitejs/vite/issues/8400 ))
([2bd6077](https://togithub.com/vitejs/vite/commit/2bd6077 )), closes
[#​8400](https://togithub.com/vitejs/vite/issues/8400 )
- feat(html): support image set in inline style
([#​13473](https://togithub.com/vitejs/vite/issues/13473 ))
([2c0faba](https://togithub.com/vitejs/vite/commit/2c0faba )), closes
[#​13473](https://togithub.com/vitejs/vite/issues/13473 )
- feat(importMetaGlob): support sub imports pattern
([#​12467](https://togithub.com/vitejs/vite/issues/12467 ))
([e355c9c](https://togithub.com/vitejs/vite/commit/e355c9c )), closes
[#​12467](https://togithub.com/vitejs/vite/issues/12467 )
- feat(optimizer): support glob includes
([#​12414](https://togithub.com/vitejs/vite/issues/12414 ))
([7792515](https://togithub.com/vitejs/vite/commit/7792515 )), closes
[#​12414](https://togithub.com/vitejs/vite/issues/12414 )
- feat!: update esbuild to 0.18.2
([#​13525](https://togithub.com/vitejs/vite/issues/13525 ))
([ab967c0](https://togithub.com/vitejs/vite/commit/ab967c0 )), closes
[#​13525](https://togithub.com/vitejs/vite/issues/13525 )
##### Bug Fixes
- fix: check document before detect script rel
([#​13559](https://togithub.com/vitejs/vite/issues/13559 ))
([be4b0c0](https://togithub.com/vitejs/vite/commit/be4b0c0 )), closes
[#​13559](https://togithub.com/vitejs/vite/issues/13559 )
- fix(define): stringify object parse error in build mode
([#​13600](https://togithub.com/vitejs/vite/issues/13600 ))
([71516db](https://togithub.com/vitejs/vite/commit/71516db )), closes
[#​13600](https://togithub.com/vitejs/vite/issues/13600 )
- fix(deps): update all non-major dependencies
([#​13701](https://togithub.com/vitejs/vite/issues/13701 ))
([02c6bc3](https://togithub.com/vitejs/vite/commit/02c6bc3 )), closes
[#​13701](https://togithub.com/vitejs/vite/issues/13701 )
- fix(esbuild): use `useDefineForClassFields: false` when no
`compilerOptions.target` is declared
([#​13](https://togithub.com/vitejs/vite/issues/13 )
([7ef2472](https://togithub.com/vitejs/vite/commit/7ef2472 )), closes
[#​13708](https://togithub.com/vitejs/vite/issues/13708 )
- fix(pluginContainer): drop previous sourcesContent
([#​13722](https://togithub.com/vitejs/vite/issues/13722 ))
([9310b3a](https://togithub.com/vitejs/vite/commit/9310b3a )), closes
[#​13722](https://togithub.com/vitejs/vite/issues/13722 )
- fix: lightningCSS should load external URL in CSS file
([#​13692](https://togithub.com/vitejs/vite/issues/13692 ))
([8517645](https://togithub.com/vitejs/vite/commit/8517645 )), closes
[#​13692](https://togithub.com/vitejs/vite/issues/13692 )
- fix: shortcut open browser when set host
([#​13677](https://togithub.com/vitejs/vite/issues/13677 ))
([6f1c55e](https://togithub.com/vitejs/vite/commit/6f1c55e )), closes
[#​13677](https://togithub.com/vitejs/vite/issues/13677 )
- fix(cli): convert the sourcemap option to boolean (fix
[#​13638](https://togithub.com/vitejs/vite/issues/13638 ))
([#​13663](https://togithub.com/vitejs/vite/issues/13663 ))
([d444bfe](https://togithub.com/vitejs/vite/commit/d444bfe )), closes
[#​13638](https://togithub.com/vitejs/vite/issues/13638 )
[#​13663](https://togithub.com/vitejs/vite/issues/13663 )
- fix(css): use esbuild legalComments config when minifying CSS
([#​13661](https://togithub.com/vitejs/vite/issues/13661 ))
([2d9008e](https://togithub.com/vitejs/vite/commit/2d9008e )), closes
[#​13661](https://togithub.com/vitejs/vite/issues/13661 )
- fix(sourcemap): preserve original sourcesContent
([#​13662](https://togithub.com/vitejs/vite/issues/13662 ))
([f6362b6](https://togithub.com/vitejs/vite/commit/f6362b6 )), closes
[#​13662](https://togithub.com/vitejs/vite/issues/13662 )
- fix(ssr): transform superclass identifier
([#​13635](https://togithub.com/vitejs/vite/issues/13635 ))
([c5b2c8f](https://togithub.com/vitejs/vite/commit/c5b2c8f )), closes
[#​13635](https://togithub.com/vitejs/vite/issues/13635 )
- fix: show error position
([#​13623](https://togithub.com/vitejs/vite/issues/13623 ))
([90271a6](https://togithub.com/vitejs/vite/commit/90271a6 )), closes
[#​13623](https://togithub.com/vitejs/vite/issues/13623 )
- fix(hmr): only invalidate `lastHMRTimestamp` of importers if the
invalidated module is not a HMR bou
([1143e0b](https://togithub.com/vitejs/vite/commit/1143e0b )), closes
[#​13024](https://togithub.com/vitejs/vite/issues/13024 )
- fix(indexHtml): decode html URI
([#​13581](https://togithub.com/vitejs/vite/issues/13581 ))
([f8868af](https://togithub.com/vitejs/vite/commit/f8868af )), closes
[#​13581](https://togithub.com/vitejs/vite/issues/13581 )
- fix: avoid binding ClassExpression
([#​13572](https://togithub.com/vitejs/vite/issues/13572 ))
([1a0c806](https://togithub.com/vitejs/vite/commit/1a0c806 )), closes
[#​13572](https://togithub.com/vitejs/vite/issues/13572 )
- fix: the shortcut fails to open browser when set the host
([#​13579](https://togithub.com/vitejs/vite/issues/13579 ))
([e0a48c5](https://togithub.com/vitejs/vite/commit/e0a48c5 )), closes
[#​13579](https://togithub.com/vitejs/vite/issues/13579 )
- fix(proxy): forward SSE close event
([#​13578](https://togithub.com/vitejs/vite/issues/13578 ))
([4afbccb](https://togithub.com/vitejs/vite/commit/4afbccb )), closes
[#​13578](https://togithub.com/vitejs/vite/issues/13578 )
- fix: allow using vite as a proxy for another vite server
([#​13218](https://togithub.com/vitejs/vite/issues/13218 ))
([711dd80](https://togithub.com/vitejs/vite/commit/711dd80 )), closes
[#​13218](https://togithub.com/vitejs/vite/issues/13218 )
- fix: await requests to before server restart
([#​13262](https://togithub.com/vitejs/vite/issues/13262 ))
([0464398](https://togithub.com/vitejs/vite/commit/0464398 )), closes
[#​13262](https://togithub.com/vitejs/vite/issues/13262 )
- fix: esm detection with `export const { A, B }` pattern
([#​13483](https://togithub.com/vitejs/vite/issues/13483 ))
([ea1bcc9](https://togithub.com/vitejs/vite/commit/ea1bcc9 )), closes
[#​13483](https://togithub.com/vitejs/vite/issues/13483 )
- fix: keep track of ssr version of imported modules separately
([#​11973](https://togithub.com/vitejs/vite/issues/11973 ))
([8fe6952](https://togithub.com/vitejs/vite/commit/8fe6952 )), closes
[#​11973](https://togithub.com/vitejs/vite/issues/11973 )
- fix: make optimize error available to meta-framework
([#​13495](https://togithub.com/vitejs/vite/issues/13495 ))
([b70e783](https://togithub.com/vitejs/vite/commit/b70e783 )), closes
[#​13495](https://togithub.com/vitejs/vite/issues/13495 )
- fix: only show the listened IP when host is specified
([#​13412](https://togithub.com/vitejs/vite/issues/13412 ))
([20b0cae](https://togithub.com/vitejs/vite/commit/20b0cae )), closes
[#​13412](https://togithub.com/vitejs/vite/issues/13412 )
- fix: race condition creation module in graph in transformRequest
([#​13085](https://togithub.com/vitejs/vite/issues/13085 ))
([43cbbcf](https://togithub.com/vitejs/vite/commit/43cbbcf )), closes
[#​13085](https://togithub.com/vitejs/vite/issues/13085 )
- fix: remove deprecated config.server.base
([#​13482](https://togithub.com/vitejs/vite/issues/13482 ))
([dc597bd](https://togithub.com/vitejs/vite/commit/dc597bd )), closes
[#​13482](https://togithub.com/vitejs/vite/issues/13482 )
- fix: remove extra path shorten when resolving from a dir
([#​13381](https://togithub.com/vitejs/vite/issues/13381 ))
([5503198](https://togithub.com/vitejs/vite/commit/5503198 )), closes
[#​13381](https://togithub.com/vitejs/vite/issues/13381 )
- fix: show network URLs when `--host 0.0.0.0`
([#​13438](https://togithub.com/vitejs/vite/issues/13438 ))
([00ee8c1](https://togithub.com/vitejs/vite/commit/00ee8c1 )), closes
[#​13438](https://togithub.com/vitejs/vite/issues/13438 )
- fix: timestamp config dynamicImport
([#​13502](https://togithub.com/vitejs/vite/issues/13502 ))
([6a87c65](https://togithub.com/vitejs/vite/commit/6a87c65 )), closes
[#​13502](https://togithub.com/vitejs/vite/issues/13502 )
- fix: unexpected config temporary file
([#​13269](https://togithub.com/vitejs/vite/issues/13269 ))
([ff3ce31](https://togithub.com/vitejs/vite/commit/ff3ce31 )), closes
[#​13269](https://togithub.com/vitejs/vite/issues/13269 )
- fix: use consistent virtual module ID in module graph
([#​13073](https://togithub.com/vitejs/vite/issues/13073 ))
([aa1776f](https://togithub.com/vitejs/vite/commit/aa1776f )), closes
[#​13073](https://togithub.com/vitejs/vite/issues/13073 )
- fix(build): make output warning message clearer
([#​12924](https://togithub.com/vitejs/vite/issues/12924 ))
([54ab3c8](https://togithub.com/vitejs/vite/commit/54ab3c8 )), closes
[#​12924](https://togithub.com/vitejs/vite/issues/12924 )
- fix(debug): import performance from perf_hooks
([#​13464](https://togithub.com/vitejs/vite/issues/13464 ))
([d458ccd](https://togithub.com/vitejs/vite/commit/d458ccd )), closes
[#​13464](https://togithub.com/vitejs/vite/issues/13464 )
- fix(deps): update all non-major dependencies
([#​13059](https://togithub.com/vitejs/vite/issues/13059 ))
([123ef4c](https://togithub.com/vitejs/vite/commit/123ef4c )), closes
[#​13059](https://togithub.com/vitejs/vite/issues/13059 )
- fix(deps): update all non-major dependencies
([#​13488](https://togithub.com/vitejs/vite/issues/13488 ))
([bd09248](https://togithub.com/vitejs/vite/commit/bd09248 )), closes
[#​13488](https://togithub.com/vitejs/vite/issues/13488 )
- fix(deps): update sirv to 2.0.3
([#​13057](https://togithub.com/vitejs/vite/issues/13057 ))
([d814d6c](https://togithub.com/vitejs/vite/commit/d814d6c )), closes
[#​13057](https://togithub.com/vitejs/vite/issues/13057 )
- fix(mergeConfig): don't accept callback config
([#​13135](https://togithub.com/vitejs/vite/issues/13135 ))
([998512b](https://togithub.com/vitejs/vite/commit/998512b )), closes
[#​13135](https://togithub.com/vitejs/vite/issues/13135 )
- fix(optimizer): include exports for css modules
([#​13519](https://togithub.com/vitejs/vite/issues/13519 ))
([1fd9919](https://togithub.com/vitejs/vite/commit/1fd9919 )), closes
[#​13519](https://togithub.com/vitejs/vite/issues/13519 )
- fix(resolve): always use `module` condition
([#​13370](https://togithub.com/vitejs/vite/issues/13370 ))
([367920b](https://togithub.com/vitejs/vite/commit/367920b )), closes
[#​13370](https://togithub.com/vitejs/vite/issues/13370 )
- fix(ssr): fix crash when a pnpm/Yarn workspace depends on a CJS
package ([#​9763](https://togithub.com/vitejs/vite/issues/9763 ))
([9e1086b](https://togithub.com/vitejs/vite/commit/9e1086b )), closes
[#​9763](https://togithub.com/vitejs/vite/issues/9763 )
##### Previous Changelogs
#####
[4.4.0-beta.4](https://togithub.com/vitejs/vite/compare/v4.4.0-beta.3....v4.4.0-beta.4 )
(2023-07-03)
See [4.4.0-beta.4
changelog](https://togithub.com/vitejs/vite/blob/v4.4.0-beta.4/packages/vite/CHANGELOG.md )
#####
[4.4.0-beta.3](https://togithub.com/vitejs/vite/compare/v4.4.0-beta.2....v4.4.0-beta.3 )
(2023-06-25)
See [4.4.0-beta.3
changelog](https://togithub.com/vitejs/vite/blob/v4.4.0-beta.3/packages/vite/CHANGELOG.md )
#####
[4.4.0-beta.2](https://togithub.com/vitejs/vite/compare/v4.4.0-beta.1....v4.4.0-beta.2 )
(2023-06-22)
See [4.4.0-beta.2
changelog](https://togithub.com/vitejs/vite/blob/v4.4.0-beta.2/packages/vite/CHANGELOG.md )
#####
[4.4.0-beta.1](https://togithub.com/vitejs/vite/compare/v4.4.0-beta.0....v4.4.0-beta.1 )
(2023-06-21)
See [4.4.0-beta.1
changelog](https://togithub.com/vitejs/vite/blob/v4.4.0-beta.1/packages/vite/CHANGELOG.md )
#####
[4.4.0-beta.0](https://togithub.com/vitejs/vite/compare/v4.3.9....v4.4.0-beta.0 )
(2023-06-20)
See [4.4.0-beta.0
changelog](https://togithub.com/vitejs/vite/blob/v4.4.0-beta.0/packages/vite/CHANGELOG.md )
</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:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMS4wIiwidXBkYXRlZEluVmVyIjoiMzYuMTEuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-21 14:37:54 +00:00
renovate[bot]
95a6d993da
chore(deps): update dependency vitest to v0.33.0 ( #4314 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [vitest](https://togithub.com/vitest-dev/vitest ) | [`0.32.2` ->
`0.33.0`](https://renovatebot.com/diffs/npm/vitest/0.32.2/0.33.0 ) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/vitest/0.33.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/vitest/0.33.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/vitest/0.32.2/0.33.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vitest/0.32.2/0.33.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>vitest-dev/vitest (vitest)</summary>
###
[`v0.33.0`](https://togithub.com/vitest-dev/vitest/releases/tag/v0.33.0 )
[Compare
Source](https://togithub.com/vitest-dev/vitest/compare/v0.32.4...v0.33.0 )
##### 🚨 Breaking Changes
- Revert default include patterns - by
[@​so1ve](https://togithub.com/so1ve )
[#​3729](https://togithub.com/vitest-dev/vitest/issues/3729 )
- `0.32.0` changed the default `include` globs to be compatible with
Jest. After a discussion with the community, we are reverting this
change because it turned out to be non-intuitive.
##### 🐞 Bug Fixes
- Add missing JSDom living keys - by
[@​DerZade](https://togithub.com/DerZade ) in
[https://github.com/vitest-dev/vitest/issues/3702 ](https://togithub.com/vitest-dev/vitest/issues/3702 )
[<samp>(83a86)</samp>](https://togithub.com/vitest-dev/vitest/commit/83a86a75 )
- **vite-node**:
- Don't fail when importing Promise module - by
[@​sheremet-va](https://togithub.com/sheremet-va )
[<samp>(08192)</samp>](https://togithub.com/vitest-dev/vitest/commit/0819275a )
- Allow importing node:test - by
[@​sheremet-va](https://togithub.com/sheremet-va )
[<samp>(db22c)</samp>](https://togithub.com/vitest-dev/vitest/commit/db22c677 )
##### [View changes on
GitHub](https://togithub.com/vitest-dev/vitest/compare/v0.32.4...v0.33.0 )
###
[`v0.32.4`](https://togithub.com/vitest-dev/vitest/releases/tag/v0.32.4 )
[Compare
Source](https://togithub.com/vitest-dev/vitest/compare/v0.32.3...v0.32.4 )
##### 🐞 Bug Fixes
- **browser**: Correctly optimize CJS dependencies - by
[@​sheremet-va](https://togithub.com/sheremet-va )
[<samp>(3d090)</samp>](https://togithub.com/vitest-dev/vitest/commit/3d0908e7 )
##### [View changes on
GitHub](https://togithub.com/vitest-dev/vitest/compare/v0.32.3...v0.32.4 )
###
[`v0.32.3`](https://togithub.com/vitest-dev/vitest/releases/tag/v0.32.3 )
[Compare
Source](https://togithub.com/vitest-dev/vitest/compare/v0.32.2...v0.32.3 )
##### 🚀 Features
- Add `concurrent` option to `sequence` config - by
[@​fenghan34](https://togithub.com/fenghan34 ) and
[@​sheremet-va](https://togithub.com/sheremet-va ) in
[https://github.com/vitest-dev/vitest/issues/3604 ](https://togithub.com/vitest-dev/vitest/issues/3604 )
[<samp>(f427f)</samp>](https://togithub.com/vitest-dev/vitest/commit/f427f004 )
- Introduce global configuration for retry setting - by
[@​imentu](https://togithub.com/imentu ) and
[@​sheremet-va](https://togithub.com/sheremet-va ) in
[https://github.com/vitest-dev/vitest/issues/3598 ](https://togithub.com/vitest-dev/vitest/issues/3598 )
and
[https://github.com/vitest-dev/vitest/issues/3603 ](https://togithub.com/vitest-dev/vitest/issues/3603 )
[<samp>(9a117)</samp>](https://togithub.com/vitest-dev/vitest/commit/9a117627 )
- Don't rely on util package in
[@​vitest/utils](https://togithub.com/vitest/utils ) - by
[@​sheremet-va](https://togithub.com/sheremet-va ) in
[https://github.com/vitest-dev/vitest/issues/3685 ](https://togithub.com/vitest-dev/vitest/issues/3685 )
[<samp>(f91da)</samp>](https://togithub.com/vitest-dev/vitest/commit/f91da484 )
- Support accessing other fixtures in fixture function - by
[@​fenghan34](https://togithub.com/fenghan34 ) in
[https://github.com/vitest-dev/vitest/issues/3651 ](https://togithub.com/vitest-dev/vitest/issues/3651 )
[<samp>(1621c)</samp>](https://togithub.com/vitest-dev/vitest/commit/1621cc63 )
- Support use function/class as `bench` name - by
[@​fenghan34](https://togithub.com/fenghan34 ) in
[https://github.com/vitest-dev/vitest/issues/3711 ](https://togithub.com/vitest-dev/vitest/issues/3711 )
[<samp>(a749a)</samp>](https://togithub.com/vitest-dev/vitest/commit/a749a6c0 )
- **reporters**: Show full test suite when testing 1 spec file at a time
- by [@​Dunqing](https://togithub.com/Dunqing ) in
[https://github.com/vitest-dev/vitest/issues/3543 ](https://togithub.com/vitest-dev/vitest/issues/3543 )
[<samp>(7531c)</samp>](https://togithub.com/vitest-dev/vitest/commit/7531c292 )
- **runner**: Support `test.extend` - by
[@​fenghan34](https://togithub.com/fenghan34 ) in
[https://github.com/vitest-dev/vitest/issues/3554 ](https://togithub.com/vitest-dev/vitest/issues/3554 )
[<samp>(2db1a)</samp>](https://togithub.com/vitest-dev/vitest/commit/2db1a737 )
##### 🐞 Bug Fixes
- Remove "concordance" from dependencies list - by
[@​sheremet-va](https://togithub.com/sheremet-va ) in
[https://github.com/vitest-dev/vitest/issues/3597 ](https://togithub.com/vitest-dev/vitest/issues/3597 )
[<samp>(969dc)</samp>](https://togithub.com/vitest-dev/vitest/commit/969dcc14 )
- Show diff correctly - by
[@​sheremet-va](https://togithub.com/sheremet-va ) in
[https://github.com/vitest-dev/vitest/issues/3620 ](https://togithub.com/vitest-dev/vitest/issues/3620 )
[<samp>(73dd4)</samp>](https://togithub.com/vitest-dev/vitest/commit/73dd4ab5 )
- Util import - by [@​fubhy](https://togithub.com/fubhy ) in
[https://github.com/vitest-dev/vitest/issues/3621 ](https://togithub.com/vitest-dev/vitest/issues/3621 )
[<samp>(2fb4c)</samp>](https://togithub.com/vitest-dev/vitest/commit/2fb4ceff )
- Compat with frozen Math - by
[@​turadg](https://togithub.com/turadg ) in
[https://github.com/vitest-dev/vitest/issues/3527 ](https://togithub.com/vitest-dev/vitest/issues/3527 )
[<samp>(0db67)</samp>](https://togithub.com/vitest-dev/vitest/commit/0db67098 )
- `CTRL+C` to terminate run - by
[@​AriPerkkio](https://togithub.com/AriPerkkio ) in
[https://github.com/vitest-dev/vitest/issues/3642 ](https://togithub.com/vitest-dev/vitest/issues/3642 )
[<samp>(fa663)</samp>](https://togithub.com/vitest-dev/vitest/commit/fa6637d3 )
- Run mode stuck in TTY terminals - by
[@​AriPerkkio](https://togithub.com/AriPerkkio ) in
[https://github.com/vitest-dev/vitest/issues/3690 ](https://togithub.com/vitest-dev/vitest/issues/3690 )
[<samp>(141a8)</samp>](https://togithub.com/vitest-dev/vitest/commit/141a86ac )
- Use first stack frame in json reporter - by
[@​tim-smart](https://togithub.com/tim-smart ) in
[https://github.com/vitest-dev/vitest/issues/3645 ](https://togithub.com/vitest-dev/vitest/issues/3645 )
[<samp>(80ea7)</samp>](https://togithub.com/vitest-dev/vitest/commit/80ea7ef6 )
- Print actual number for `toBeCalledTimes` - by
[@​antfu](https://togithub.com/antfu ) in
[https://github.com/vitest-dev/vitest/issues/3696 ](https://togithub.com/vitest-dev/vitest/issues/3696 )
[<samp>(d3640)</samp>](https://togithub.com/vitest-dev/vitest/commit/d3640437 )
- **benchmark**:
- Don't fail when running correct benchmarks - by
[@​sheremet-va](https://togithub.com/sheremet-va ) in
[https://github.com/vitest-dev/vitest/issues/3629 ](https://togithub.com/vitest-dev/vitest/issues/3629 )
[<samp>(edad9)</samp>](https://togithub.com/vitest-dev/vitest/commit/edad9b19 )
- **browser**:
- Correctly print diff - by
[@​sheremet-va](https://togithub.com/sheremet-va ) in
[https://github.com/vitest-dev/vitest/issues/3627 ](https://togithub.com/vitest-dev/vitest/issues/3627 )
[<samp>(d756e)</samp>](https://togithub.com/vitest-dev/vitest/commit/d756ee24 )
- Esm injector doesn't replace class expressions - by
[@​sheremet-va](https://togithub.com/sheremet-va ) in
[https://github.com/vitest-dev/vitest/issues/3641 ](https://togithub.com/vitest-dev/vitest/issues/3641 )
[<samp>(5c0ac)</samp>](https://togithub.com/vitest-dev/vitest/commit/5c0ac4ad )
- Transform superclass identifier - by
[@​sheremet-va](https://togithub.com/sheremet-va ) in
[https://github.com/vitest-dev/vitest/issues/3681 ](https://togithub.com/vitest-dev/vitest/issues/3681 )
[<samp>(a1e04)</samp>](https://togithub.com/vitest-dev/vitest/commit/a1e043bd )
- **coverage**:
- `v8` to prevent crash on dynamic CJS files - by
[@​AriPerkkio](https://togithub.com/AriPerkkio ) in
[https://github.com/vitest-dev/vitest/issues/3657 ](https://togithub.com/vitest-dev/vitest/issues/3657 )
[<samp>(40f18)</samp>](https://togithub.com/vitest-dev/vitest/commit/40f18a07 )
- **runner**:
- Make the default value of `retry` and `repeats` 0 - by
[@​Dunqing](https://togithub.com/Dunqing ) in
[https://github.com/vitest-dev/vitest/issues/3638 ](https://togithub.com/vitest-dev/vitest/issues/3638 )
[<samp>(6d146)</samp>](https://togithub.com/vitest-dev/vitest/commit/6d146d16 )
- **utils**:
- Respect all flags in format function - by
[@​sheremet-va](https://togithub.com/sheremet-va ) in
[https://github.com/vitest-dev/vitest/issues/3695 ](https://togithub.com/vitest-dev/vitest/issues/3695 )
[<samp>(91e16)</samp>](https://togithub.com/vitest-dev/vitest/commit/91e1650e )
- **watch**:
- Cancel using `h` key - by
[@​AriPerkkio](https://togithub.com/AriPerkkio ) in
[https://github.com/vitest-dev/vitest/issues/3618 ](https://togithub.com/vitest-dev/vitest/issues/3618 )
[<samp>(60c36)</samp>](https://togithub.com/vitest-dev/vitest/commit/60c36faf )
##### [View changes on
GitHub](https://togithub.com/vitest-dev/vitest/compare/v0.32.2...v0.32.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:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMS4wIiwidXBkYXRlZEluVmVyIjoiMzYuMTEuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-21 14:36:30 +00:00
Tymoteusz Czech
464297d4be
feat: Feature type lifetime API integration ( #4295 )
...
## About the changes
API integration and tests.
2023-07-21 09:51:09 +00:00
renovate[bot]
c99b6b3abc
chore(deps): update dependency swr to v2.2.0 ( #4311 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [swr](https://swr.vercel.app )
([source](https://togithub.com/vercel/swr )) | [`2.1.5` ->
`2.2.0`](https://renovatebot.com/diffs/npm/swr/2.1.5/2.2.0 ) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/swr/2.2.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/swr/2.2.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/swr/2.1.5/2.2.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/swr/2.1.5/2.2.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>vercel/swr (swr)</summary>
### [`v2.2.0`](https://togithub.com/vercel/swr/releases/tag/v2.2.0 )
[Compare
Source](https://togithub.com/vercel/swr/compare/v2.1.5...v2.2.0 )
#### What's Changed
- feat: use `React.use` API by
[@​himself65](https://togithub.com/himself65 ) in
[https://github.com/vercel/swr/pull/2596 ](https://togithub.com/vercel/swr/pull/2596 )
- feat: improve preload and suspense integration by
[@​promer94](https://togithub.com/promer94 ) in
[https://github.com/vercel/swr/pull/2658 ](https://togithub.com/vercel/swr/pull/2658 )
- feat: Add react-server bundle for core and infinite by
[@​huozhi](https://togithub.com/huozhi ) in
[https://github.com/vercel/swr/pull/2664 ](https://togithub.com/vercel/swr/pull/2664 )
- fix: remove `startTransition` so mutation hook could update
immediately by [@​promer94](https://togithub.com/promer94 ) in
[https://github.com/vercel/swr/pull/2654 ](https://togithub.com/vercel/swr/pull/2654 )
- fix: keepPreviousData should also work in suspense by
[@​promer94](https://togithub.com/promer94 ) in
[https://github.com/vercel/swr/pull/2649 ](https://togithub.com/vercel/swr/pull/2649 )
- fix: do unsubscribe synchronously by
[@​promer94](https://togithub.com/promer94 ) in
[https://github.com/vercel/swr/pull/2648 ](https://togithub.com/vercel/swr/pull/2648 )
- fix: reset the error when mutate succeeded by
[@​koba04](https://togithub.com/koba04 ) in
[https://github.com/vercel/swr/pull/2592 ](https://togithub.com/vercel/swr/pull/2592 )
- fix: Fix mutation types order by
[@​huozhi](https://togithub.com/huozhi ) in
[https://github.com/vercel/swr/pull/2669 ](https://togithub.com/vercel/swr/pull/2669 )
- fix: Conditional Typing in useSWRMutation to Allow Optional ExtraArg
Without Explicitly Passing Undefined by
[@​saengmotmi](https://togithub.com/saengmotmi ) in
[https://github.com/vercel/swr/pull/2666 ](https://togithub.com/vercel/swr/pull/2666 )
- fix: Pass displayed data as second parameter of functional optimistic
data by [@​francescogior](https://togithub.com/francescogior ) in
[https://github.com/vercel/swr/pull/2668 ](https://togithub.com/vercel/swr/pull/2668 )
- fix: Adjust rsc exports by
[@​huozhi](https://togithub.com/huozhi ) in
[https://github.com/vercel/swr/pull/2673 ](https://togithub.com/vercel/swr/pull/2673 )
- fix: Revert "fix: remove startTransition so mutation hook could update
immediately
([#​2654](https://togithub.com/vercel/swr/issues/2654 ))" by
[@​huozhi](https://togithub.com/huozhi ) in
[https://github.com/vercel/swr/pull/2681 ](https://togithub.com/vercel/swr/pull/2681 )
- types: fix immutable export paths by
[@​huozhi](https://togithub.com/huozhi ) in
[https://github.com/vercel/swr/pull/2670 ](https://togithub.com/vercel/swr/pull/2670 )
- types: improve `useSWRMutation` type. by
[@​promer94](https://togithub.com/promer94 ) in
[https://github.com/vercel/swr/pull/2604 ](https://togithub.com/vercel/swr/pull/2604 )
- chore: upgrade to pnpm8 by
[@​promer94](https://togithub.com/promer94 ) in
[https://github.com/vercel/swr/pull/2605 ](https://togithub.com/vercel/swr/pull/2605 )
- ci: drop unused inputs and step by
[@​nicolewhite](https://togithub.com/nicolewhite ) in
[https://github.com/vercel/swr/pull/2624 ](https://togithub.com/vercel/swr/pull/2624 )
- ci: update github token by
[@​huozhi](https://togithub.com/huozhi ) in
[https://github.com/vercel/swr/pull/2636 ](https://togithub.com/vercel/swr/pull/2636 )
- ci: use gh token credentials for cloning repo by
[@​huozhi](https://togithub.com/huozhi ) in
[https://github.com/vercel/swr/pull/2637 ](https://togithub.com/vercel/swr/pull/2637 )
- ci: use script to bump semver version by
[@​huozhi](https://togithub.com/huozhi ) in
[https://github.com/vercel/swr/pull/2651 ](https://togithub.com/vercel/swr/pull/2651 )
- ci: Add daily test job for react canary by
[@​suyanhanx](https://togithub.com/suyanhanx ) in
[https://github.com/vercel/swr/pull/2601 ](https://togithub.com/vercel/swr/pull/2601 )
- build: fix equal signs by
[@​huozhi](https://togithub.com/huozhi ) in
[https://github.com/vercel/swr/pull/2628 ](https://togithub.com/vercel/swr/pull/2628 )
- build: fix bad runner by [@​huozhi](https://togithub.com/huozhi )
in
[https://github.com/vercel/swr/pull/2629 ](https://togithub.com/vercel/swr/pull/2629 )
- build: use prepatch/minor/major command for prerelease by
[@​huozhi](https://togithub.com/huozhi ) in
[https://github.com/vercel/swr/pull/2627 ](https://togithub.com/vercel/swr/pull/2627 )
- build: fix release semver by
[@​huozhi](https://togithub.com/huozhi ) in
[https://github.com/vercel/swr/pull/2630 ](https://togithub.com/vercel/swr/pull/2630 )
- build: add trigger release job by
[@​huozhi](https://togithub.com/huozhi ) in
[https://github.com/vercel/swr/pull/2615 ](https://togithub.com/vercel/swr/pull/2615 )
- build: determin release tag by
[@​huozhi](https://togithub.com/huozhi ) in
[https://github.com/vercel/swr/pull/2616 ](https://togithub.com/vercel/swr/pull/2616 )
- build: fix conflict types for index and index.react-server by
[@​huozhi](https://togithub.com/huozhi ) in
[https://github.com/vercel/swr/pull/2677 ](https://togithub.com/vercel/swr/pull/2677 )
- test: fix flaky suspense test in canary by
[@​promer94](https://togithub.com/promer94 ) in
[https://github.com/vercel/swr/pull/2655 ](https://togithub.com/vercel/swr/pull/2655 )
- test: improve preload test by
[@​promer94](https://togithub.com/promer94 ) in
[https://github.com/vercel/swr/pull/2657 ](https://togithub.com/vercel/swr/pull/2657 )
- test: add e2e test for react-server entry by
[@​promer94](https://togithub.com/promer94 ) in
[https://github.com/vercel/swr/pull/2671 ](https://togithub.com/vercel/swr/pull/2671 )
- test: add a new test setting to run tests with build files by
[@​koba04](https://togithub.com/koba04 ) in
[https://github.com/vercel/swr/pull/2583 ](https://togithub.com/vercel/swr/pull/2583 )
#### New Contributors
- [@​suyanhanx](https://togithub.com/suyanhanx ) made their first
contribution in
[https://github.com/vercel/swr/pull/2601 ](https://togithub.com/vercel/swr/pull/2601 )
- [@​nicolewhite](https://togithub.com/nicolewhite ) made their
first contribution in
[https://github.com/vercel/swr/pull/2624 ](https://togithub.com/vercel/swr/pull/2624 )
- [@​saengmotmi](https://togithub.com/saengmotmi ) made their first
contribution in
[https://github.com/vercel/swr/pull/2666 ](https://togithub.com/vercel/swr/pull/2666 )
- [@​francescogior](https://togithub.com/francescogior ) made their
first contribution in
[https://github.com/vercel/swr/pull/2668 ](https://togithub.com/vercel/swr/pull/2668 )
**Full Changelog**:
https://github.com/vercel/swr/compare/v2.1.5...v2.2.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 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:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMS4wIiwidXBkYXRlZEluVmVyIjoiMzYuMTEuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-21 09:45:34 +00:00
renovate[bot]
4411e0bda4
chore(deps): update dependency cypress to v12.17.1 ( #4304 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [cypress](https://togithub.com/cypress-io/cypress ) | [`12.16.0` ->
`12.17.1`](https://renovatebot.com/diffs/npm/cypress/12.16.0/12.17.1 ) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/cypress/12.17.1?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/cypress/12.17.1?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/cypress/12.16.0/12.17.1?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/cypress/12.16.0/12.17.1?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>cypress-io/cypress (cypress)</summary>
###
[`v12.17.1`](https://togithub.com/cypress-io/cypress/releases/tag/v12.17.1 )
[Compare
Source](https://togithub.com/cypress-io/cypress/compare/v12.17.0...v12.17.1 )
Changelog: https://docs.cypress.io/guides/references/changelog#12-17-1
###
[`v12.17.0`](https://togithub.com/cypress-io/cypress/releases/tag/v12.17.0 )
[Compare
Source](https://togithub.com/cypress-io/cypress/compare/v12.16.0...v12.17.0 )
Changelog: https://docs.cypress.io/guides/references/changelog#12-17-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 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:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMS4wIiwidXBkYXRlZEluVmVyIjoiMzYuMTEuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-21 06:23:22 +00:00
renovate[bot]
ce70f9f54e
chore(deps): update dependency eslint to v8.44.0 ( #4305 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [eslint](https://eslint.org )
([source](https://togithub.com/eslint/eslint )) | [`8.43.0` ->
`8.44.0`](https://renovatebot.com/diffs/npm/eslint/8.43.0/8.44.0 ) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/eslint/8.44.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint/8.44.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint/8.43.0/8.44.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint/8.43.0/8.44.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>eslint/eslint (eslint)</summary>
### [`v8.44.0`](https://togithub.com/eslint/eslint/releases/tag/v8.44.0 )
[Compare
Source](https://togithub.com/eslint/eslint/compare/v8.43.0...v8.44.0 )
#### Features
-
[`1766771`](176677180a
)
feat: add `es2023` and `es2024` environments
([#​17328](https://togithub.com/eslint/eslint/issues/17328 ))
(Milos Djermanovic)
-
[`4c50400`](4c50400226
)
feat: add `ecmaVersion: 2024`, regexp `v` flag parsing
([#​17324](https://togithub.com/eslint/eslint/issues/17324 ))
(Milos Djermanovic)
-
[`4d411e4`](4d411e4c70
)
feat: add ternaryOperandBinaryExpressions option to no-extra-parens rule
([#​17270](https://togithub.com/eslint/eslint/issues/17270 ))
(Percy Ma)
-
[`c8b1f4d`](c8b1f4d61a
)
feat: Move `parserServices` to `SourceCode`
([#​17311](https://togithub.com/eslint/eslint/issues/17311 ))
(Milos Djermanovic)
-
[`ef6e24e`](ef6e24e426
)
feat: treat unknown nodes as having the lowest precedence
([#​17302](https://togithub.com/eslint/eslint/issues/17302 )) (Brad
Zacher)
-
[`1866e1d`](1866e1df61
)
feat: allow flat config files to export a Promise
([#​17301](https://togithub.com/eslint/eslint/issues/17301 ))
(Milos Djermanovic)
#### Bug Fixes
-
[`a36bcb6`](a36bcb67f2
)
fix: no-unused-vars false positive with logical assignment operators
([#​17320](https://togithub.com/eslint/eslint/issues/17320 ))
(Gweesin Chan)
-
[`7620b89`](7620b891e8
)
fix: Remove `no-unused-labels` autofix before potential directives
([#​17314](https://togithub.com/eslint/eslint/issues/17314 ))
(Francesco Trotta)
-
[`391ed38`](391ed38b09
)
fix: Remove `no-extra-semi` autofix before potential directives
([#​17297](https://togithub.com/eslint/eslint/issues/17297 ))
(Francesco Trotta)
#### Documentation
-
[`526e911`](526e91106e
)
docs: resubmit pr 17115 doc changes
([#​17291](https://togithub.com/eslint/eslint/issues/17291 )) (唯然)
-
[`e1314bf`](e1314bf85a
)
docs: Integration section and tutorial
([#​17132](https://togithub.com/eslint/eslint/issues/17132 )) (Ben
Perlmutter)
-
[`19a8c5d`](19a8c5d845
)
docs: Update README (GitHub Actions Bot)
#### Chores
-
[`49e46ed`](49e46edf3c
)
chore: upgrade
[@​eslint/js](https://togithub.com/eslint/js )[@​8](https://togithub.com/8 ).44.0
([#​17329](https://togithub.com/eslint/eslint/issues/17329 ))
(Milos Djermanovic)
-
[`a1cb642`](a1cb6421f9
)
chore: package.json update for
[@​eslint/js](https://togithub.com/eslint/js ) release (ESLint
Jenkins)
-
[`840a264`](840a26462b
)
test: More test cases for no-case-declarations
([#​17315](https://togithub.com/eslint/eslint/issues/17315 ))
(Elian Cordoba)
-
[`e6e74f9`](e6e74f9eef
)
chore: package.json update for eslint-config-eslint release (ESLint
Jenkins)
-
[`eb3d794`](eb3d7946e1
)
chore: upgrade semver@7.5.3
([#​17323](https://togithub.com/eslint/eslint/issues/17323 ))
(Ziyad El Abid)
-
[`cf88439`](cf884390ad
)
chore: upgrade optionator@0.9.3
([#​17319](https://togithub.com/eslint/eslint/issues/17319 ))
(Milos Djermanovic)
-
[`9718a97`](9718a9781d
)
refactor: remove unnecessary code in `flat-eslint.js`
([#​17308](https://togithub.com/eslint/eslint/issues/17308 ))
(Milos Djermanovic)
-
[`f82e56e`](f82e56e9ac
)
perf: various performance improvements
([#​17135](https://togithub.com/eslint/eslint/issues/17135 ))
(moonlightaria)
-
[`da81e66`](da81e66e22
)
chore: update eslint-plugin-jsdoc to 46.2.5
([#​17245](https://togithub.com/eslint/eslint/issues/17245 )) (唯然)
-
[`b991640`](b991640176
)
chore: switch eslint-config-eslint to the flat format
([#​17247](https://togithub.com/eslint/eslint/issues/17247 )) (唯然)
</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:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMS4wIiwidXBkYXRlZEluVmVyIjoiMzYuMTEuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-21 04:00:04 +00:00
renovate[bot]
3be6541cc9
chore(deps): update dependency countries-and-timezones to v3.5.1 ( #4302 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[countries-and-timezones](https://togithub.com/manuelmhtr/countries-and-timezones )
| [`3.4.1` ->
`3.5.1`](https://renovatebot.com/diffs/npm/countries-and-timezones/3.4.1/3.5.1 )
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/countries-and-timezones/3.5.1?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/countries-and-timezones/3.5.1?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/countries-and-timezones/3.4.1/3.5.1?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/countries-and-timezones/3.4.1/3.5.1?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>manuelmhtr/countries-and-timezones
(countries-and-timezones)</summary>
###
[`v3.5.1`](https://togithub.com/manuelmhtr/countries-and-timezones/blob/HEAD/CHANGELOG.md#351---2023-07-02 )
[Compare
Source](https://togithub.com/manuelmhtr/countries-and-timezones/compare/v3.5.0...v3.5.1 )
##### Changed
- Updated with 2023a IANA Timezones database.
##### Added
- TS Types export
([#​57](https://togithub.com/manuelmhtr/countries-and-timezones/pull/57 )
by [Haz](https://togithub.com/diegohaz )).
##### Removed
- Countries: `BV` (Bouvet Island) and `HM` (Heard Island and McDonald
Islands) since their are dependent territories, nobody lives there and
they don't have official timezones.
###
[`v3.5.0`](https://togithub.com/manuelmhtr/countries-and-timezones/releases/tag/v3.5.0 )
[Compare
Source](https://togithub.com/manuelmhtr/countries-and-timezones/compare/v3.4.1...v3.5.0 )
##### Added
- TS Types export
([#​57](https://togithub.com/manuelmhtr/countries-and-timezones/pull/57 )
by [Haz](https://togithub.com/diegohaz )).
##### Changed
- Updated with 2023a IANA Timezones database.
##### Removed
- Countries: `BV` (Bouvet Island) and `HM` (Heard Island and McDonald
Islands) since they are dependent territories, nobody lives there, and
they don't have official timezones.
</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:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMS4wIiwidXBkYXRlZEluVmVyIjoiMzYuMTEuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-21 01:37:59 +00:00
renovate[bot]
2329edc17d
chore(deps): update jest monorepo ( #4300 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@types/jest](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jest )
([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped )) |
[`29.5.2` ->
`29.5.3`](https://renovatebot.com/diffs/npm/@types%2fjest/29.5.2/29.5.3 )
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fjest/29.5.3?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fjest/29.5.3?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fjest/29.5.2/29.5.3?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fjest/29.5.2/29.5.3?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
| [jest](https://jestjs.io/ )
([source](https://togithub.com/facebook/jest )) | [`29.5.0` ->
`29.6.1`](https://renovatebot.com/diffs/npm/jest/29.5.0/29.6.1 ) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/jest/29.6.1?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/jest/29.6.1?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/jest/29.5.0/29.6.1?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/jest/29.5.0/29.6.1?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>facebook/jest (jest)</summary>
###
[`v29.6.1`](https://togithub.com/facebook/jest/blob/HEAD/CHANGELOG.md#2961 )
[Compare
Source](https://togithub.com/facebook/jest/compare/v29.6.0...v29.6.1 )
##### Fixes
- `[jest-circus]` Revert
[#​14110](https://togithub.com/jestjs/jest/pull/14110 ) as it was a
breaking change
([#​14304](https://togithub.com/jestjs/jest/pull/14304 ))
###
[`v29.6.0`](https://togithub.com/facebook/jest/blob/HEAD/CHANGELOG.md#2960 )
[Compare
Source](https://togithub.com/facebook/jest/compare/v29.5.0...v29.6.0 )
##### Features
- `[jest-circus, jest-snapshot]` Add support for snapshot matchers in
concurrent tests
([#​14139](https://togithub.com/jestjs/jest/pull/14139 ))
- `[jest-cli]` Include type definitions to generated config files
([#​14078](https://togithub.com/facebook/jest/pull/14078 ))
- `[jest-snapshot]` Support arrays as property matchers
([#​14025](https://togithub.com/facebook/jest/pull/14025 ))
- `[jest-core, jest-circus, jest-reporter, jest-runner]` Added support
for reporting about start individual test cases using jest-circus
([#​14174](https://togithub.com/jestjs/jest/pull/14174 ))
##### Fixes
- `[jest-circus]` Prevent false test failures caused by promise
rejections handled asynchronously
([#​14110](https://togithub.com/jestjs/jest/pull/14110 ))
- `[jest-config]` Handle frozen config object
([#​14054](https://togithub.com/facebook/jest/pull/14054 ))
- `[jest-config]` Allow `coverageDirectory` and `collectCoverageFrom` in
project config
([#​14180](https://togithub.com/jestjs/jest/pull/14180 ))
- `[jest-core]` Always use workers in watch mode to avoid crashes
([#​14059](https://togithub.com/facebook/jest/pull/14059 )).
- `[jest-environment-jsdom, jest-environment-node]` Fix assignment of
`customExportConditions` via `testEnvironmentOptions` when custom env
subclass defines a default value
([#​13989](https://togithub.com/facebook/jest/pull/13989 ))
- `[jest-matcher-utils]` Fix copying value of inherited getters
([#​14007](https://togithub.com/facebook/jest/pull/14007 ))
- `[jest-mock]` Tweak typings to allow `jest.replaceProperty()` replace
methods ([#​14008](https://togithub.com/facebook/jest/pull/14008 ))
- `[jest-mock]` Improve user input validation and error messages of
`spyOn` and `replaceProperty` methods
([#​14087](https://togithub.com/facebook/jest/pull/14087 ))
- `[jest-runtime]` Bind `jest.isolateModulesAsync` to `this`
([#​14083](https://togithub.com/facebook/jest/pull/14083 ))
- `[jest-runtime]` Forward `wrapperLength` to the `Script` constructor
as `columnOffset` for accurate debugging
([#​14148](https://togithub.com/facebook/jest/pull/14148 ))
- `[jest-runtime]` Guard `_isMockFunction` access with `in`
([#​14188](https://togithub.com/facebook/jest/pull/14188 ))
- `[jest-snapshot]` Fix a potential bug when not using prettier and
improve performance
([#​14036](https://togithub.com/facebook/jest/pull/14036 ))
- `[@jest/transform]` Do not instrument `.json` modules
([#​14048](https://togithub.com/facebook/jest/pull/14048 ))
- `[jest-worker]` Restart a shut down worker before sending it a task
([#​14015](https://togithub.com/facebook/jest/pull/14015 ))
##### Chore & Maintenance
- `[*]` Update `semver` dependency to get vulnerability fix
([#​14262](https://togithub.com/jestjs/jest/pull/14262 ))
- `[docs]` Updated documentation for the `--runTestsByPath` CLI command
([#​14004](https://togithub.com/facebook/jest/pull/14004 ))
- `[docs]` Updated documentation regarding the synchronous fallback when
asynchronous code transforms are unavailable
([#​14056](https://togithub.com/facebook/jest/pull/14056 ))
- `[docs]` Update jest statistics of use and downloads in website Index.
</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.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions ) if
that's undesired.
---
- [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMS4wIiwidXBkYXRlZEluVmVyIjoiMzYuMTEuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-20 22:54:44 +00:00
renovate[bot]
9e51c29c11
chore(deps): update dependency semver to v7.5.4 ( #4297 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [semver](https://togithub.com/npm/node-semver ) | [`7.5.3` ->
`7.5.4`](https://renovatebot.com/diffs/npm/semver/7.5.3/7.5.4 ) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/semver/7.5.4?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/semver/7.5.4?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/semver/7.5.3/7.5.4?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/semver/7.5.3/7.5.4?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>npm/node-semver (semver)</summary>
###
[`v7.5.4`](https://togithub.com/npm/node-semver/blob/HEAD/CHANGELOG.md#754-2023-07-07 )
[Compare
Source](https://togithub.com/npm/node-semver/compare/v7.5.3...v7.5.4 )
##### Bug Fixes
-
[`cc6fde2`](cc6fde2d34
)
[#​588](https://togithub.com/npm/node-semver/pull/588 ) trim each
range set before parsing
([@​lukekarrys](https://togithub.com/lukekarrys ))
-
[`99d8287`](99d8287516
)
[#​583](https://togithub.com/npm/node-semver/pull/583 ) correctly
parse long build ids as valid
([#​583](https://togithub.com/npm/node-semver/issues/583 ))
([@​lukekarrys](https://togithub.com/lukekarrys ))
</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:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMS4wIiwidXBkYXRlZEluVmVyIjoiMzYuMTEuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-20 18:54:00 +00:00
renovate[bot]
aec60b5a90
chore(deps): update dependency cypress-vite to v1.4.1 ( #4294 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [cypress-vite](https://togithub.com/mammadataei/cypress-vite ) |
[`1.4.0` ->
`1.4.1`](https://renovatebot.com/diffs/npm/cypress-vite/1.4.0/1.4.1 ) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/cypress-vite/1.4.1?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/cypress-vite/1.4.1?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/cypress-vite/1.4.0/1.4.1?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/cypress-vite/1.4.0/1.4.1?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>mammadataei/cypress-vite (cypress-vite)</summary>
###
[`v1.4.1`](https://togithub.com/mammadataei/cypress-vite/blob/HEAD/CHANGELOG.md#141-2023-07-05 )
[Compare
Source](https://togithub.com/mammadataei/cypress-vite/compare/v1.4.0...v1.4.1 )
##### Bug Fixes
- override `rollupOptions.ouput.manualChunks` from the user config
([#​58](https://togithub.com/mammadataei/cypress-vite/issues/58 ))
([c38600e](c38600ec6a
))
</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:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMS4wIiwidXBkYXRlZEluVmVyIjoiMzYuMTEuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-20 15:37:48 +00:00
renovate[bot]
d7fe720fa2
chore(deps): update dependency @xmldom/xmldom to v0.8.9 ( #4292 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@xmldom/xmldom](https://togithub.com/xmldom/xmldom ) | [`0.8.8` ->
`0.8.9`](https://renovatebot.com/diffs/npm/@xmldom%2fxmldom/0.8.8/0.8.9 )
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@xmldom%2fxmldom/0.8.9?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@xmldom%2fxmldom/0.8.9?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@xmldom%2fxmldom/0.8.8/0.8.9?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@xmldom%2fxmldom/0.8.8/0.8.9?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>xmldom/xmldom (@​xmldom/xmldom)</summary>
###
[`v0.8.9`](https://togithub.com/xmldom/xmldom/blob/HEAD/CHANGELOG.md#089 )
[Compare
Source](https://togithub.com/xmldom/xmldom/compare/0.8.8...0.8.9 )
##### Fixed
- Set nodeName property in ProcessingInstruction
[`#509`](https://togithub.com/xmldom/xmldom/pull/509 ) /
[`#505`](https://togithub.com/xmldom/xmldom/issues/505 )
Thank you, [@​cjbarth](https://togithub.com/cjbarth ), for your
contributions
</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:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMS4wIiwidXBkYXRlZEluVmVyIjoiMzYuMTEuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-20 15:37:23 +00:00
renovate[bot]
3112b209db
chore(deps): update dependency millify to v6 ( #4089 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [millify](https://togithub.com/izolate/millify ) | [`^5.0.1` ->
`^6.0.0`](https://renovatebot.com/diffs/npm/millify/5.0.1/6.1.0 ) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/millify/6.1.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/millify/6.1.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/millify/5.0.1/6.1.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/millify/5.0.1/6.1.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>izolate/millify (millify)</summary>
###
[`v6.1.0`](https://togithub.com/izolate/millify/blob/HEAD/CHANGELOG.md#610---2023-03-11 )
[Compare
Source](https://togithub.com/izolate/millify/compare/v6.0.2...v6.1.0 )
- Defaults to browser locales from `navigator.languages`
###
[`v6.0.2`](https://togithub.com/izolate/millify/blob/HEAD/CHANGELOG.md#602---2023-03-11 )
[Compare
Source](https://togithub.com/izolate/millify/compare/v6.0.1...v6.0.2 )
- Update readme
###
[`v6.0.1`](https://togithub.com/izolate/millify/blob/HEAD/CHANGELOG.md#601---2023-03-11 )
[Compare
Source](https://togithub.com/izolate/millify/compare/v5.0.1...v6.0.1 )
- Fix publish
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **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:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMzEuMCIsInVwZGF0ZWRJblZlciI6IjM2LjExLjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIn0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-20 14:15:45 +00:00
renovate[bot]
c557f89928
chore(deps): update dependency jsdom to v22 ( #4073 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [jsdom](https://togithub.com/jsdom/jsdom ) | [`21.1.2` ->
`22.1.0`](https://renovatebot.com/diffs/npm/jsdom/21.1.2/22.1.0 ) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/jsdom/22.1.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/jsdom/22.1.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/jsdom/21.1.2/22.1.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/jsdom/21.1.2/22.1.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>jsdom/jsdom (jsdom)</summary>
###
[`v22.1.0`](https://togithub.com/jsdom/jsdom/blob/HEAD/Changelog.md#2210 )
[Compare
Source](https://togithub.com/jsdom/jsdom/compare/22.0.0...22.1.0 )
- Added `crypto.randomUUID()`. (jamesbvaughan)
- Added `DOMRect` and `DOMRectReadOnly`.
- Added `AbortSignal.timeout()`.
- Added `abortSignal.throwIfAborted()`.
- Added support for the `submitter` argument to the `FormData`
constructor. (jenseng)
- Improved `getComputedStyle()`'s results for color-based properties, to
resolve named colors and attempt to provide initial inheritance support.
(hoekz-wwt)
- Updated `Window`'s event handler properties (e.g. `oncopy`,
`ontouchstart`, etc.) to reflect the latest list from the standard.
- Fixed `DOMParser`-created documents to inherit their URL from the
creating document.
###
[`v22.0.0`](https://togithub.com/jsdom/jsdom/blob/HEAD/Changelog.md#2200 )
[Compare
Source](https://togithub.com/jsdom/jsdom/compare/21.1.2...22.0.0 )
- Node.js v16 is now the minimum supported version.
- Removed support for running jsdom in the browser via a
[browserified](https://browserify.org/ ) bundle. This carried with it too
much complexity, especially for our testing infrastructure, and [a
testing package we relied on was recently
deprecated](https://togithub.com/karma-runner/karma#karma-is-deprecated-and-is-not-accepting-new-features-or-general-bug-fixes ).
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **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:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMzEuMCIsInVwZGF0ZWRJblZlciI6IjM2LjExLjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIn0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-20 14:15:22 +00:00
dependabot[bot]
e352f38b4e
chore(deps): bump word-wrap from 1.2.3 to 1.2.4 in /frontend ( #4286 )
...
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap ) from 1.2.3
to 1.2.4.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/jonschlinkert/word-wrap/releases ">word-wrap's
releases</a>.</em></p>
<blockquote>
<h2>1.2.4</h2>
<h2>What's Changed</h2>
<ul>
<li>Remove default indent by <a
href="https://github.com/mohd-akram "><code>@mohd-akram</code></a> in <a
href="https://redirect.github.com/jonschlinkert/word-wrap/pull/24 ">jonschlinkert/word-wrap#24</a></li>
<li>🔒 fix: CVE 2023 26115 (2) by <a
href="https://github.com/OlafConijn "><code>@OlafConijn</code></a> in <a
href="https://redirect.github.com/jonschlinkert/word-wrap/pull/41 ">jonschlinkert/word-wrap#41</a></li>
<li>🔒 fix: CVE-2023-26115 by <a
href="https://github.com/aashutoshrathi "><code>@aashutoshrathi</code></a>
in <a
href="https://redirect.github.com/jonschlinkert/word-wrap/pull/33 ">jonschlinkert/word-wrap#33</a></li>
<li>chore: publish workflow by <a
href="https://github.com/OlafConijn "><code>@OlafConijn</code></a> in <a
href="https://redirect.github.com/jonschlinkert/word-wrap/pull/42 ">jonschlinkert/word-wrap#42</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/mohd-akram "><code>@mohd-akram</code></a> made
their first contribution in <a
href="https://redirect.github.com/jonschlinkert/word-wrap/pull/24 ">jonschlinkert/word-wrap#24</a></li>
<li><a
href="https://github.com/OlafConijn "><code>@OlafConijn</code></a> made
their first contribution in <a
href="https://redirect.github.com/jonschlinkert/word-wrap/pull/41 ">jonschlinkert/word-wrap#41</a></li>
<li><a
href="https://github.com/aashutoshrathi "><code>@aashutoshrathi</code></a>
made their first contribution in <a
href="https://redirect.github.com/jonschlinkert/word-wrap/pull/33 ">jonschlinkert/word-wrap#33</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/jonschlinkert/word-wrap/compare/1.2.3...1.2.4 ">https://github.com/jonschlinkert/word-wrap/compare/1.2.3...1.2.4 </a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="f64b188c72
"><code>f64b188</code></a>
run verb to generate README</li>
<li><a
href="03ea08256b
"><code>03ea082</code></a>
Merge pull request <a
href="https://redirect.github.com/jonschlinkert/word-wrap/issues/42 ">#42</a>
from jonschlinkert/chore/publish-workflow</li>
<li><a
href="420dce9a24
"><code>420dce9</code></a>
Merge pull request <a
href="https://redirect.github.com/jonschlinkert/word-wrap/issues/41 ">#41</a>
from jonschlinkert/fix/CVE-2023-26115-2</li>
<li><a
href="bfa694edf5
"><code>bfa694e</code></a>
Update .github/workflows/publish.yml</li>
<li><a
href="ace0b3c78f
"><code>ace0b3c</code></a>
chore: bump version to 1.2.4</li>
<li><a
href="6fd7275946
"><code>6fd7275</code></a>
chore: add publish workflow</li>
<li><a
href="30d6daf60f
"><code>30d6daf</code></a>
chore: fix test</li>
<li><a
href="655929cabe
"><code>655929c</code></a>
chore: remove package-lock</li>
<li><a
href="49e08bbc32
"><code>49e08bb</code></a>
chore: added an additional testcase</li>
<li><a
href="9f626935f3
"><code>9f62693</code></a>
fix: cve 2023-26115</li>
<li>Additional commits viewable in <a
href="https://github.com/jonschlinkert/word-wrap/compare/1.2.3...1.2.4 ">compare
view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=word-wrap&package-manager=npm_and_yarn&previous-version=1.2.3&new-version=1.2.4 )](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 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-07-20 13:05:44 +00:00
Tymoteusz Czech
d3708297cf
feat: Feature toggle type - edit form ( #4269 )
...
## About the changes
![image](https://github.com/Unleash/unleash/assets/2625371/f09bb538-9bb1-4c6b-85d7-e7895486e794 )
Task: https://linear.app/unleash/issue/1-1127/add-front-end
### Important files
frontend/src/component/featureTypes/FeatureTypeForm/FeatureTypeForm.tsx
## Discussion points
**`FIXME`** will be addressed when integrating with API
2023-07-20 13:00:47 +02:00
Tymoteusz Czech
77a365e667
chore: Update OpenAPI definitions generated for frontend ( #4283 )
...
## About the changes
`frontend> yarn gen:api` after recent updates
2023-07-20 12:59:55 +02:00
Thomas Heartman
2010b512e0
a11y: change the playground diff link to be a button. ( #4274 )
...
This is both more correct in terms of what it does and also fixes an
issue where you couldn't navigate to the diff preview with the
keyboard previously.
It looks exactly the same as before except there's an additional
paddingless button when you hover/focus it.
2023-07-18 15:05:29 +02:00
Tymoteusz Czech
ef495a35ee
Feature toggle types list ( #4260 )
...
## About the changes
![image](https://github.com/Unleash/unleash/assets/2625371/0f66333f-5ed9-4e44-b658-2e7c3606a2c3 )
2023-07-18 13:46:06 +02:00
Mateusz Kwasniewski
276261c913
feat: Group schema updates ( #4258 )
2023-07-18 11:08:45 +02:00
Mateusz Kwasniewski
593f83d5d3
feat: advancedPlayground flag used only for runtime control ( #4262 )
2023-07-18 08:49:04 +02:00
Mateusz Kwasniewski
3f913efe14
fix: reactive stickiness strategy variants ( #4255 )
2023-07-17 13:42:54 +00:00
Mateusz Kwasniewski
56d5579b89
feat: Strategy variants stickiness ( #4250 )
2023-07-17 13:58:54 +02:00
Mateusz Kwasniewski
fb6e4906a7
refactor: error param prop ( #4247 )
2023-07-17 11:02:54 +02:00
Mateusz Kwasniewski
99d63cff33
feat: strategy variant UI spike ( #4246 )
2023-07-14 14:28:02 +02:00
Jaanus Sellin
4cd4153412
chore: remove split button strategy flag ( #4245 )
2023-07-14 14:23:23 +03:00
Jaanus Sellin
8de7dfc488
chore: remove context/segment usage flag ( #4242 )
2023-07-14 13:30:15 +03:00
Nuno Góis
383e522127
feat: Slack App addon ( #4238 )
...
https://linear.app/unleash/issue/2-1232/implement-first-iteration-of-the-new-slack-app-addon
This PR implements the first iteration of the new Slack App addon.
Unlike the old Slack addon, this one uses a Slack App (bot) that is
installed to Slack workspaces in order to post messages. This uses
`@slack/web-api`, which internally uses the latest Slack API endpoints
like `postMessage`.
This is currently behind a flag: `slackAppAddon`.
The current flow is that the Unleash Slack App is installed from
whatever source:
- Unleash addons page;
- Direct link;
- https://unleash-slack-app.vercel.app/ (temporary URL);
- Slack App Directory (in the future);
- Etc;
After installed, we resolve the authorization to an `access_token` that
the user can paste into the Unleash Slack App addon configuration form.
https://github.com/Unleash/unleash/assets/14320932/6a6621b9-5b8a-4921-a279-30668be6d46c
Co-authored by: @daveleek
---------
Co-authored-by: David Leek <david@getunleash.io>
2023-07-14 09:49:34 +01:00
David Leek
fc9cacfb6d
chore: update demo qr ( #4241 )
...
## 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. -->
Updates to use the new Demo QR
![image](https://github.com/Unleash/unleash/assets/707867/75065a45-5462-4230-b246-53fb52ea4fb5 )
2023-07-14 09:31:44 +02:00
Jaanus Sellin
3da1cbba47
feat: feature creation limit crud together with frontend ( #4221 )
2023-07-13 14:02:35 +03:00
andreas-unleash
846a62ecec
fix: existing stickiness value should be available in the dropdown ( #4228 )
...
existing stickiness value should be available in the dropdown even if
the context field is no longer sticky
Before: if the context field is no longer sticky
![Screenshot 2023-07-13 at 09 50
55](https://github.com/Unleash/unleash/assets/104830839/6a8afa86-7bd3-45e6-bddf-69306f02bf56 )
After
![Screenshot 2023-07-13 at 09 48
53](https://github.com/Unleash/unleash/assets/104830839/e301e1ff-7624-437c-af02-9e293cae4911 )
Closes #
[1-1115](https://linear.app/unleash/issue/1-1115/current-gradual-rollout-stickiness-configurations-should-take-priority )
Signed-off-by: andreas-unleash <andreas@getunleash.ai>
2023-07-13 10:20:16 +03:00
Jaanus Sellin
469727bb19
feat: project feature limit UI ( #4220 )
2023-07-11 14:55:43 +03:00
Mateusz Kwasniewski
5c4f15ea5d
feat: strategy variant test UI ( #4199 )
2023-07-11 09:21:01 +02:00
Jaanus Sellin
a2b06e4222
feat: project UI rework, move edit and delete buttons deeper ( #4195 )
2023-07-11 09:47:38 +03:00
renovate[bot]
2708247056
chore(deps): update dependency cypress to v12.16.0 ( #4185 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [cypress](https://togithub.com/cypress-io/cypress ) | [`12.15.0` ->
`12.16.0`](https://renovatebot.com/diffs/npm/cypress/12.15.0/12.16.0 ) |
[![age](https://badges.renovateapi.com/packages/npm/cypress/12.16.0/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/cypress/12.16.0/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/cypress/12.16.0/compatibility-slim/12.15.0 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/cypress/12.16.0/confidence-slim/12.15.0 )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>cypress-io/cypress (cypress)</summary>
###
[`v12.16.0`](https://togithub.com/cypress-io/cypress/releases/tag/v12.16.0 )
[Compare
Source](https://togithub.com/cypress-io/cypress/compare/v12.15.0...v12.16.0 )
Changelog: <https://docs.cypress.io/guides/references/changelog#12-16-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 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:eyJjcmVhdGVkSW5WZXIiOiIzNS4xNTkuNyIsInVwZGF0ZWRJblZlciI6IjM1LjE1OS43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-07 18:20:59 +00:00
Tymoteusz Czech
6f15eb9f4c
fix: correct escaping of ui flags for plausible ( #3907 )
...
## About the changes
Stringified JSON still needs to be escaped before being placed in an
HTML attribute.
2023-07-07 17:40:37 +02:00
Nuno Góis
82d855ea1f
fix: add focus style to vertical tabs ( #4186 )
...
https://linear.app/unleash/issue/2-1206/we-need-focus-state-for-vertical-menu
Adds a `focus-visible` style to vertical tabs in order to improve
keyboard navigation.
![image](https://github.com/Unleash/unleash/assets/14320932/e07a1b69-2134-4d76-bafe-1c87a0384e64 )
2023-07-07 15:55:57 +01:00
Nuno Góis
6638a2f47d
fix: delete project dialog cancel redirect ( #4184 )
...
https://linear.app/unleash/issue/2-1204/delete-project-dialog-cancel-button-wrong-redirect
Fixes an issue where the project deletion dialog would redirect if
canceled.
2023-07-07 15:04:21 +01:00
Mateusz Kwasniewski
748bfaad7d
fix: constraint validation affecting disabled button ( #4183 )
2023-07-07 14:50:13 +02:00
Jaanus Sellin
5388eaf48c
fix: remove dangerouslySetInnerHTML ( #4181 )
2023-07-07 13:54:21 +03:00
Nuno Góis
e0f5d2c600
feat: show username and email in name column (users tables) ( #4180 )
...
https://linear.app/unleash/issue/2-1197/merge-columns-name-and-username-in-one-column-for-all-the-tables
Shows `email` and/or `username` in the `name` column of users tables.
This provides a more consistent look across the UI while saving some
space for other columns.
Before:
![image](https://github.com/Unleash/unleash/assets/14320932/b97b39ba-f5ae-4c39-aed5-d2f7574360c1 )
After:
![image](https://github.com/Unleash/unleash/assets/14320932/ef79b6a8-c494-42b3-aef8-7012631e3dbd )
2023-07-07 11:24:09 +01:00
Jaanus Sellin
3c52550474
fix: bulk tags will work now with project permissions ( #4177 )
2023-07-07 11:55:13 +03:00
Mateusz Kwasniewski
03ddd07ed8
feat: no results on playground error ( #4170 )
2023-07-06 19:14:32 +02:00
Mateusz Kwasniewski
02fea44956
fix: initial playground env ( #4167 )
2023-07-06 16:04:33 +02:00
renovate[bot]
94bfa025c0
chore(deps): update dependency sass to v1.63.6 ( #4155 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [sass](https://togithub.com/sass/dart-sass ) | [`1.63.5` ->
`1.63.6`](https://renovatebot.com/diffs/npm/sass/1.63.5/1.63.6 ) |
[![age](https://badges.renovateapi.com/packages/npm/sass/1.63.6/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/sass/1.63.6/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/sass/1.63.6/compatibility-slim/1.63.5 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/sass/1.63.6/confidence-slim/1.63.5 )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>sass/dart-sass (sass)</summary>
###
[`v1.63.6`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1636 )
[Compare
Source](https://togithub.com/sass/dart-sass/compare/1.63.5...1.63.6 )
##### JavaScript API
- Fix `import sass from 'sass'` again after it was broken in the last
release.
##### Embedded Sass
- Fix the `exports` declaration in `package.json`.
</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:eyJjcmVhdGVkSW5WZXIiOiIzNS4xNDQuMiIsInVwZGF0ZWRJblZlciI6IjM1LjE1OS43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-06 13:57:47 +00:00
Simon Hornby
79dd508485
fix: project tokens can now be created with the correct permissions ( #4165 )
2023-07-06 15:47:03 +02:00
Nuno Góis
0dec24722d
fix: disallow deletion of all login history entries ( #4159 )
...
https://linear.app/unleash/issue/2-1191/disallow-deletion-of-all-login-entries-in-history-ui
Disallows deletion of all login history entries on the UI.
![image](https://github.com/Unleash/unleash/assets/14320932/f2378d61-0738-4614-b9c5-e81444e8dde1 )
2023-07-06 12:19:48 +01:00
Nuno Góis
dd32e8ae0d
fix: disallow deletion of single login history entries ( #4149 )
...
https://linear.app/unleash/issue/2-1185/disallow-deletion-of-single-login-entries-in-history-ui
Disallows deletion of single login history entries on the UI.
![image](https://github.com/Unleash/unleash/assets/14320932/380f7e11-8151-49b1-bfd1-0042d87854b7 )
2023-07-06 08:36:26 +01:00
renovate[bot]
006317bdc6
chore(deps): update dependency @uiw/react-codemirror to v4.21.7 ( #4151 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@uiw/react-codemirror](https://uiwjs.github.io/react-codemirror )
([source](https://togithub.com/uiwjs/react-codemirror )) | [`4.21.3` ->
`4.21.7`](https://renovatebot.com/diffs/npm/@uiw%2freact-codemirror/4.21.3/4.21.7 )
|
[![age](https://badges.renovateapi.com/packages/npm/@uiw%2freact-codemirror/4.21.7/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/@uiw%2freact-codemirror/4.21.7/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/@uiw%2freact-codemirror/4.21.7/compatibility-slim/4.21.3 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/@uiw%2freact-codemirror/4.21.7/confidence-slim/4.21.3 )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>uiwjs/react-codemirror (@​uiw/react-codemirror)</summary>
###
[`v4.21.7`](https://togithub.com/uiwjs/react-codemirror/releases/tag/v4.21.7 )
[Compare
Source](https://togithub.com/uiwjs/react-codemirror/compare/v4.21.6...v4.21.7 )
[![](https://img.shields.io/badge/Open%20in-unpkg-blue )](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-codemirror@4.21.7/file/README.md )
Documentation v4.21.7:
https://raw.githack.com/uiwjs/react-codemirror/89f5d3c/index.html \
Comparing Changes:
https://github.com/uiwjs/react-codemirror/compare/v4.21.6...v4.21.7
```shell
npm i @​uiw/react-codemirror@4.21.7
```
- 🎨 style(hyper-link): add mark hyper link underline style.
([#​525](https://togithub.com/uiwjs/react-codemirror/issues/525 ))
[`f59224c`](https://togithub.com/uiwjs/react-codemirror/commit/f59224c )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
###
[`v4.21.6`](https://togithub.com/uiwjs/react-codemirror/releases/tag/v4.21.6 )
[Compare
Source](https://togithub.com/uiwjs/react-codemirror/compare/v4.21.5...v4.21.6 )
[![](https://img.shields.io/badge/Open%20in-unpkg-blue )](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-codemirror@4.21.6/file/README.md )
Documentation v4.21.6:
https://raw.githack.com/uiwjs/react-codemirror/a1c9fc0/index.html \
Comparing Changes:
https://github.com/uiwjs/react-codemirror/compare/v4.21.5...v4.21.6
```shell
npm i @​uiw/react-codemirror@4.21.6
```
- 📖 doc: Update README.md
[`4d9890c`](https://togithub.com/uiwjs/react-codemirror/commit/4d9890c )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
- 🌟 feat(hyper-link): the callback function adds more params `(value,
input, from, to) => {}`.
[`ab58f5f`](https://togithub.com/uiwjs/react-codemirror/commit/ab58f5f )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
###
[`v4.21.5`](https://togithub.com/uiwjs/react-codemirror/releases/tag/v4.21.5 )
[Compare
Source](https://togithub.com/uiwjs/react-codemirror/compare/v4.21.4...v4.21.5 )
[![](https://img.shields.io/badge/Open%20in-unpkg-blue )](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-codemirror@4.21.5/file/README.md )
Documentation v4.21.5:
https://raw.githack.com/uiwjs/react-codemirror/a2ba8e9/index.html \
Comparing Changes:
https://github.com/uiwjs/react-codemirror/compare/v4.21.4...v4.21.5
```shell
npm i @​uiw/react-codemirror@4.21.5
```
- 📖 doc(zebra-stripes): fix doc package name error of
extensions/zebra-stripes
([#​526](https://togithub.com/uiwjs/react-codemirror/issues/526 ))
[`194e2ee`](https://togithub.com/uiwjs/react-codemirror/commit/194e2ee )
[@​gsw945](https://togithub.com/gsw945 )
- 🌟 feat(hyper-link): add `anchor` options.
([#​525](https://togithub.com/uiwjs/react-codemirror/issues/525 ))
[`097ad2e`](https://togithub.com/uiwjs/react-codemirror/commit/097ad2e )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
###
[`v4.21.4`](https://togithub.com/uiwjs/react-codemirror/releases/tag/v4.21.4 )
[Compare
Source](https://togithub.com/uiwjs/react-codemirror/compare/v4.21.3...v4.21.4 )
[![](https://img.shields.io/badge/Open%20in-unpkg-blue )](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-codemirror@4.21.4/file/README.md )
Documentation v4.21.4:
https://raw.githack.com/uiwjs/react-codemirror/faa6117/index.html \
Comparing Changes:
https://github.com/uiwjs/react-codemirror/compare/v4.21.3...v4.21.4
```shell
npm i @​uiw/react-codemirror@4.21.4
```
- 🌟 feat(hyper-link): add regexp/match/handle options.
([#​525](https://togithub.com/uiwjs/react-codemirror/issues/525 ))
[`4b356ab`](https://togithub.com/uiwjs/react-codemirror/commit/4b356ab )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
</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:eyJjcmVhdGVkSW5WZXIiOiIzNS4xNDQuMiIsInVwZGF0ZWRJblZlciI6IjM1LjE0NC4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-05 15:16:41 +00:00
renovate[bot]
550f256922
chore(deps): update dependency @uiw/codemirror-theme-duotone to v4.21.7 ( #4150 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@uiw/codemirror-theme-duotone](https://uiwjs.github.io/react-codemirror/#/theme/data/duotone/light )
([source](https://togithub.com/uiwjs/react-codemirror )) | [`4.21.3` ->
`4.21.7`](https://renovatebot.com/diffs/npm/@uiw%2fcodemirror-theme-duotone/4.21.3/4.21.7 )
|
[![age](https://badges.renovateapi.com/packages/npm/@uiw%2fcodemirror-theme-duotone/4.21.7/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/@uiw%2fcodemirror-theme-duotone/4.21.7/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/@uiw%2fcodemirror-theme-duotone/4.21.7/compatibility-slim/4.21.3 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/@uiw%2fcodemirror-theme-duotone/4.21.7/confidence-slim/4.21.3 )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>uiwjs/react-codemirror
(@​uiw/codemirror-theme-duotone)</summary>
###
[`v4.21.7`](https://togithub.com/uiwjs/react-codemirror/releases/tag/v4.21.7 )
[Compare
Source](https://togithub.com/uiwjs/react-codemirror/compare/v4.21.6...v4.21.7 )
[![](https://img.shields.io/badge/Open%20in-unpkg-blue )](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-codemirror@4.21.7/file/README.md )
Documentation v4.21.7:
https://raw.githack.com/uiwjs/react-codemirror/89f5d3c/index.html \
Comparing Changes:
https://github.com/uiwjs/react-codemirror/compare/v4.21.6...v4.21.7
```shell
npm i @​uiw/react-codemirror@4.21.7
```
- 🎨 style(hyper-link): add mark hyper link underline style.
([#​525](https://togithub.com/uiwjs/react-codemirror/issues/525 ))
[`f59224c`](https://togithub.com/uiwjs/react-codemirror/commit/f59224c )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
###
[`v4.21.6`](https://togithub.com/uiwjs/react-codemirror/releases/tag/v4.21.6 )
[Compare
Source](https://togithub.com/uiwjs/react-codemirror/compare/v4.21.5...v4.21.6 )
[![](https://img.shields.io/badge/Open%20in-unpkg-blue )](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-codemirror@4.21.6/file/README.md )
Documentation v4.21.6:
https://raw.githack.com/uiwjs/react-codemirror/a1c9fc0/index.html \
Comparing Changes:
https://github.com/uiwjs/react-codemirror/compare/v4.21.5...v4.21.6
```shell
npm i @​uiw/react-codemirror@4.21.6
```
- 📖 doc: Update README.md
[`4d9890c`](https://togithub.com/uiwjs/react-codemirror/commit/4d9890c )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
- 🌟 feat(hyper-link): the callback function adds more params `(value,
input, from, to) => {}`.
[`ab58f5f`](https://togithub.com/uiwjs/react-codemirror/commit/ab58f5f )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
###
[`v4.21.5`](https://togithub.com/uiwjs/react-codemirror/releases/tag/v4.21.5 )
[Compare
Source](https://togithub.com/uiwjs/react-codemirror/compare/v4.21.4...v4.21.5 )
[![](https://img.shields.io/badge/Open%20in-unpkg-blue )](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-codemirror@4.21.5/file/README.md )
Documentation v4.21.5:
https://raw.githack.com/uiwjs/react-codemirror/a2ba8e9/index.html \
Comparing Changes:
https://github.com/uiwjs/react-codemirror/compare/v4.21.4...v4.21.5
```shell
npm i @​uiw/react-codemirror@4.21.5
```
- 📖 doc(zebra-stripes): fix doc package name error of
extensions/zebra-stripes
([#​526](https://togithub.com/uiwjs/react-codemirror/issues/526 ))
[`194e2ee`](https://togithub.com/uiwjs/react-codemirror/commit/194e2ee )
[@​gsw945](https://togithub.com/gsw945 )
- 🌟 feat(hyper-link): add `anchor` options.
([#​525](https://togithub.com/uiwjs/react-codemirror/issues/525 ))
[`097ad2e`](https://togithub.com/uiwjs/react-codemirror/commit/097ad2e )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
###
[`v4.21.4`](https://togithub.com/uiwjs/react-codemirror/releases/tag/v4.21.4 )
[Compare
Source](https://togithub.com/uiwjs/react-codemirror/compare/v4.21.3...v4.21.4 )
[![](https://img.shields.io/badge/Open%20in-unpkg-blue )](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-codemirror@4.21.4/file/README.md )
Documentation v4.21.4:
https://raw.githack.com/uiwjs/react-codemirror/faa6117/index.html \
Comparing Changes:
https://github.com/uiwjs/react-codemirror/compare/v4.21.3...v4.21.4
```shell
npm i @​uiw/react-codemirror@4.21.4
```
- 🌟 feat(hyper-link): add regexp/match/handle options.
([#​525](https://togithub.com/uiwjs/react-codemirror/issues/525 ))
[`4b356ab`](https://togithub.com/uiwjs/react-codemirror/commit/4b356ab )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
</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:eyJjcmVhdGVkSW5WZXIiOiIzNS4xNDQuMiIsInVwZGF0ZWRJblZlciI6IjM1LjE0NC4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-05 13:14:24 +00:00
Simon Hornby
b0e4c8a57e
chore: remove group root role toggle ( #4026 )
2023-07-05 14:33:33 +02:00
Nuno Góis
8707c2f7d9
fix: ensure userId context exists when running demo ( #4144 )
...
https://linear.app/unleash/issue/2-1168/demo-ensure-userid-context-field-in-setup-steps
This ensures that the `userId` context field exists when we reach
specific demo topics that require it in order to be successfully
completed. This uses the `setup` property on those topics, where we'll
check for the existence of this context field and create it if it's not
found.
2023-07-05 10:49:18 +01:00
Nuno Góis
8ff10aac29
fix: hide users list extra searchable columns ( #4142 )
...
https://linear.app/unleash/issue/2-1187/fix-two-extra-columns-in-users-list
This fixes a regression introduced in
https://github.com/Unleash/unleash/pull/4131 where two extra columns
were added for search only but were not properly hidden.
Thanks @nicolaesocaciu for the heads up!
Before:
![image](https://github.com/Unleash/unleash/assets/14320932/09db9078-7804-448a-b889-bd0c58cb2013 )
After:
![image](https://github.com/Unleash/unleash/assets/14320932/f099cf42-811c-4a9b-b34a-482fd2bae478 )
2023-07-05 08:39:59 +01:00
Ivar Conradi Østhus
71be28c1df
semver: pin at ^7.5.3
2023-07-04 16:55:40 +02:00
Jaanus Sellin
523122d184
feat: hovering over feature shows full feature name ( #4138 )
2023-07-04 15:57:07 +03:00
Mateusz Kwasniewski
1bee81b475
feat: advanced playground UI tweaks ( #4136 )
2023-07-04 11:37:50 +02:00
Nuno Góis
95a02158e8
fix: improve users search ( #4131 )
...
https://linear.app/unleash/issue/2-1183/improve-users-list-search
This adapts the users list to use the new `useSearch` hook so you can
have a better search that also includes "username" and "email" as
fields. It's also more extensible in case we'd like to add filters in
the future.
2023-07-04 09:30:40 +02:00
Nuno Góis
6a3965f57a
feat: improve demo welcome screen options ( #4132 )
...
https://linear.app/unleash/issue/2-1166/demo-welcome-screen-improvement
Improves UI/UX of the demo welcome screen dialog by adding the "Explore
on my own" button and renaming the "Try Unleash demo" button to "Go for
a guided tour".
This also adds UTM links to both the demo website URL and QR code.
![image](https://github.com/Unleash/unleash/assets/14320932/982063e8-b818-44a2-a867-046c6ce96a42 )
2023-07-04 08:10:34 +01:00
Tymoteusz Czech
ce900830cb
Fix: change request info ( #3971 )
...
<!-- 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
- fixed spacing in sidebar
- consolidated info into one banner
closes
[#1-969/change-requests-ui-inconsistency](https://linear.app/unleash/issue/1-969/change-requests-ui-inconsistency )
2023-07-04 09:09:05 +02:00
David Leek
aa7627bc0b
feat/admin menu reorganize ( #4129 )
...
## 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. -->
Reorganizes the items in the menu to align with the tabs on the admin
page.
Also makes admin menu available to all users, they can get there anyways
when using API access link, and all admin-only pages are disabled for
non-admins.
Also adds API access to the mobile drawer menu, in accordance with how
the configure menu is laid out.
2023-07-03 12:36:49 +01:00
dependabot[bot]
6145d9d71e
chore(deps-dev): bump semver from 7.5.2 to 7.5.3 in /frontend ( #4088 )
2023-07-03 11:11:52 +02:00
Nuno Góis
5dcb0f1913
fix: demo flow with split strategy button by making step optional ( #4125 )
...
This fixes the demo flow by making the strategy popup step optional.
This way the demo works whether the flag is enabled or not. Once we make
the split strategy button GA, we can remove this step entirely.
Feel free to re-enable the flag once this is deployed to demo.
2023-06-30 11:15:25 +01:00
David Leek
78ba72d861
feat: remove experimental flag for telemetry ( #4123 )
...
<!-- Thanks for creating a PR! To make it easier for reviewers and
everyone else to understand what your changes relate to, please add some
relevant content to the headings below. Feel free to ignore or delete
sections that you don't think are relevant. Thank you! ❤️ -->
## About the changes
<!-- Describe the changes introduced. What are they and why are they
being introduced? Feel free to also add screenshots or steps to view the
changes if they're visual. -->
This removes the experimental feature flag that defaulted to turn off
telemetry collection
2023-06-30 11:27:54 +02:00
David Leek
3a14b97fdd
feat/telemetry opt out ( #4035 )
...
<!-- Thanks for creating a PR! To make it easier for reviewers and
everyone else to understand what your changes relate to, please add some
relevant content to the headings below. Feel free to ignore or delete
sections that you don't think are relevant. Thank you! ❤️ -->
## About the changes
<!-- Describe the changes introduced. What are they and why are they
being introduced? Feel free to also add screenshots or steps to view the
changes if they're visual. -->
Adds a UI that shows current status of version and feature usage
collection configuration, and a presence in the configuration menu +
menu bar.
Configuring these features is done by setting environment variables. The
version info collection is an existing feature that we're making more
visible, the feature usage collection feature is a new feature that has
it's own environment configuration but also depends on version info
collection being active to work.
When version collection is turned off and the experimental feature flag
for feature usage collection is turned off:
<img width="1269" alt="image"
src="https://github.com/Unleash/unleash/assets/707867/435a07da-d238-4b5b-a150-07e3bd6b816f ">
When version collection is turned on and the experimental feature flag
is off:
<img width="1249" alt="image"
src="https://github.com/Unleash/unleash/assets/707867/8d1a76c5-99c9-4551-9a4f-86d477bbbf6f ">
When the experimental feature flag is enabled, and version+telemetry is
turned off:
<img width="1239" alt="image"
src="https://github.com/Unleash/unleash/assets/707867/e0bc532b-be94-4076-bee1-faef9bc48a5b ">
When version collection is turned on, the experimental feature flag is
enabled, and telemetry collection is turned off:
<img width="1234" alt="image"
src="https://github.com/Unleash/unleash/assets/707867/1bd190c1-08fe-4402-bde3-56f863a33289 ">
When version collection is turned on, the experimental feature flag is
enabled, and telemetry collection is turned on:
<img width="1229" alt="image"
src="https://github.com/Unleash/unleash/assets/707867/848912cd-30bd-43cf-9b81-c58a4cbad1e4 ">
When version collection is turned off, the experimental feature flag is
enabled, and telemetry collection is turned on:
<img width="1241" alt="image"
src="https://github.com/Unleash/unleash/assets/707867/d2b981f2-033f-4fae-a115-f93e0653729b ">
---------
Co-authored-by: sighphyre <liquidwicked64@gmail.com>
Co-authored-by: Nuno Góis <github@nunogois.com>
Co-authored-by: Thomas Heartman <thomas@getunleash.ai>
2023-06-30 08:43:58 +02:00
Nuno Góis
73b4ae18c1
feat: responsive strategy icons ( #4121 )
...
https://linear.app/unleash/issue/2-1167/multiple-strategies-breaking-the-environment-card
https://linear.app/unleash/issue/2-1179/buttons-have-an-extra-space-if-the-icon-its-not-visible
This fixes the broken UI when we have too many strategies.
Before:
<img width="1500" alt="image"
src="https://github.com/Unleash/unleash/assets/14320932/ddf2f636-965c-4527-b879-dba5c16d9630 ">
After:
<img width="1303" alt="image"
src="https://github.com/Unleash/unleash/assets/14320932/852c20c9-c5f4-4aa5-b8c0-e5bc5286c572 ">
We also added the new strategy type to the tooltips:
<img width="519" alt="image"
src="https://github.com/Unleash/unleash/assets/14320932/117ee00f-f2a7-4ecb-8596-44486a2870a2 ">
<img width="422" alt="image"
src="https://github.com/Unleash/unleash/assets/14320932/4281a48c-4b6e-4100-86e2-29dfe9ce4cec ">
This also fixes an extra margin we caught on our `PermissionButton` when
it had no endIcon set.
Co-authored by: @daveleek
---------
Co-authored-by: David Leek <david@getunleash.io>
2023-06-29 18:01:27 +01:00
Jaanus Sellin
b6f405d1af
fix: default strategy groupId failure ( #4120 )
2023-06-29 16:40:14 +03:00
Tymoteusz Czech
a073792d8c
fix: project 404 ( #4114 )
...
## About the changes
If project doesn't exist, show 404 information.
![image](https://github.com/Unleash/unleash/assets/2625371/6d7e1dfa-52f0-495b-a559-9733ec0b9340 )
<!-- Does it close an issue? Multiple? -->
Closes
[issue/1-1069](https://linear.app/unleash/issue/1-1069/project-doesnt-show-404-if-it-doesnt-exist )
2023-06-29 12:48:32 +02:00
Thomas Heartman
be4c0f2578
chore: remove unused imports from yarn lint
( #4082 )
2023-06-29 09:08:00 +00:00
Nuno Góis
0b3ed79ecc
refactor: roles - make better plan assumptions ( #4113 )
...
https://linear.app/unleash/issue/2-1171/refactor-custom-root-roles-with-correct-plan-assumptions
This cleans up the hotfix `RoleSelect2` component and makes `RoleSelect`
take in a `roles` prop from the parent component.
This also simplifies the role hooks again to assume Enterprise plan by
default. This means, however, that we must ensure that we only call
these hooks in Enterprise features or, if we do call them in other
plans, that we provide a graceful fallback for non-Enterprise.
Non-Enterprise instances do not have this endpoint, and so they are
currently grabbing role information from e.g. `useUsers` and
`useServiceAccounts`.
I'm not sure how I feel about this. Roles are an overarching concept of
Unleash. To me, having to be extremely conscious about the exact
scenario in which you're using such a hook feels like a trap, instead of
"I need roles, so I'll grab the `useRoles` hook and not think much about
it". I also don't like the way `roles` are currently tied to the users,
service accounts, project access, (...) instead of being its own thing.
This could be solved by a `RoleController` exposing the GET endpoints in
OSS, since all of the logic we need for this use-case lives there
anyways. This would then be overridden with the Enterprise-specific
controller when wrapped. This way we could assume the endpoint is always
there, no matter the plan.
This is just an idea and not something I explored in the PR. For now I'm
just focusing on leaving this feature in a sane state.
Tested this manually on `Pro` and `Enterprise` and I believe everything
is acting the way we intend, but would love some extra eyes.
2023-06-28 16:00:14 +01:00
renovate[bot]
5754d3064c
chore(deps): update dependency sass to v1.63.5 ( #4105 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [sass](https://togithub.com/sass/dart-sass ) | [`1.63.4` ->
`1.63.5`](https://renovatebot.com/diffs/npm/sass/1.63.4/1.63.5 ) |
[![age](https://badges.renovateapi.com/packages/npm/sass/1.63.5/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/sass/1.63.5/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/sass/1.63.5/compatibility-slim/1.63.4 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/sass/1.63.5/confidence-slim/1.63.4 )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>sass/dart-sass (sass)</summary>
###
[`v1.63.5`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#​1635 )
[Compare
Source](https://togithub.com/sass/dart-sass/compare/1.63.4...1.63.5 )
##### JavaScript API
- Fix a bug where loading the package through both CJS `require()` and
ESM
`import` could crash on Node.js.
##### Embedded Sass
- Fix a deadlock when running at high concurrency on 32-bit systems.
- Fix a race condition where the embedded compiler could deadlock or
crash if a
compilation ID was reused immediately after the compilation completed.
</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:eyJjcmVhdGVkSW5WZXIiOiIzNS4xNDEuMyIsInVwZGF0ZWRJblZlciI6IjM1LjE0MS4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-06-28 11:01:53 +00:00
andreas-unleash
d10ddcb12c
Fix/default strategy group ( #4110 )
2023-06-28 13:18:44 +03:00
andreas-unleash
5cbbd6f798
chore: remove strategyImprovements flag ( #4043 )
...
<!-- 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! ❤️ -->
Remove strategy improvements flag
## 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 #
[1-1048](https://linear.app/unleash/issue/1-1048/remove-strategyimprovements-flag )
<!-- (For internal contributors): Does it relate to an issue on public
roadmap? -->
<!--
Relates to [roadmap](https://github.com/orgs/Unleash/projects/10 ) item:
#
-->
### Important files
<!-- PRs can contain a lot of changes, but not all changes are equally
important. Where should a reviewer start looking to get an overview of
the changes? Are any files particularly important? -->
## Discussion points
<!-- Anything about the PR you'd like to discuss before it gets merged?
Got any questions or doubts? -->
---------
Signed-off-by: andreas-unleash <andreas@getunleash.ai>
2023-06-28 11:38:21 +03:00
renovate[bot]
a0b34c1ae9
chore(deps): update dependency cypress to v12.15.0 ( #4100 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [cypress](https://togithub.com/cypress-io/cypress ) | [`12.12.0` ->
`12.15.0`](https://renovatebot.com/diffs/npm/cypress/12.12.0/12.15.0 ) |
[![age](https://badges.renovateapi.com/packages/npm/cypress/12.15.0/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/cypress/12.15.0/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/cypress/12.15.0/compatibility-slim/12.12.0 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/cypress/12.15.0/confidence-slim/12.12.0 )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>cypress-io/cypress (cypress)</summary>
###
[`v12.15.0`](https://togithub.com/cypress-io/cypress/releases/tag/v12.15.0 )
[Compare
Source](https://togithub.com/cypress-io/cypress/compare/v12.14.0...v12.15.0 )
Changelog:
https://docs.cypress.io/guides/references/changelog#​12-15-0
###
[`v12.14.0`](https://togithub.com/cypress-io/cypress/releases/tag/v12.14.0 )
[Compare
Source](https://togithub.com/cypress-io/cypress/compare/v12.13.0...v12.14.0 )
Changelog:
https://docs.cypress.io/guides/references/changelog#​12-14-0
###
[`v12.13.0`](https://togithub.com/cypress-io/cypress/releases/tag/v12.13.0 )
[Compare
Source](https://togithub.com/cypress-io/cypress/compare/v12.12.0...v12.13.0 )
Changelog:
https://docs.cypress.io/guides/references/changelog#​12-13-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 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:eyJjcmVhdGVkSW5WZXIiOiIzNS4xNDEuMyIsInVwZGF0ZWRJblZlciI6IjM1LjE0MS4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-06-28 06:24:10 +00:00
renovate[bot]
40588c9c26
chore(deps): update dependency @types/node to v17.0.45 ( #4099 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](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 )) |
[`17.0.18` ->
`17.0.45`](https://renovatebot.com/diffs/npm/@types%2fnode/17.0.18/17.0.45 )
|
[![age](https://badges.renovateapi.com/packages/npm/@types%2fnode/17.0.45/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/@types%2fnode/17.0.45/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/@types%2fnode/17.0.45/compatibility-slim/17.0.18 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/@types%2fnode/17.0.45/confidence-slim/17.0.18 )](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:eyJjcmVhdGVkSW5WZXIiOiIzNS4xNDEuMyIsInVwZGF0ZWRJblZlciI6IjM1LjE0MS4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-06-28 04:35:22 +00:00
renovate[bot]
c69e5d03af
chore(deps): update react-router monorepo to v6.13.0 ( #4066 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](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.11.2` ->
`6.13.0`](https://renovatebot.com/diffs/npm/react-router/6.11.2/6.13.0 )
|
[![age](https://badges.renovateapi.com/packages/npm/react-router/6.13.0/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/react-router/6.13.0/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/react-router/6.13.0/compatibility-slim/6.11.2 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/react-router/6.13.0/confidence-slim/6.11.2 )](https://docs.renovatebot.com/merge-confidence/ )
|
| [react-router-dom](https://togithub.com/remix-run/react-router ) |
[`6.11.2` ->
`6.13.0`](https://renovatebot.com/diffs/npm/react-router-dom/6.11.2/6.13.0 )
|
[![age](https://badges.renovateapi.com/packages/npm/react-router-dom/6.13.0/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/react-router-dom/6.13.0/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/react-router-dom/6.13.0/compatibility-slim/6.11.2 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/react-router-dom/6.13.0/confidence-slim/6.11.2 )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>remix-run/react-router (react-router)</summary>
###
[`v6.13.0`](https://togithub.com/remix-run/react-router/blob/HEAD/packages/react-router/CHANGELOG.md#​6130 )
[Compare
Source](https://togithub.com/remix-run/react-router/compare/react-router@6.12.1...react-router@6.13.0 )
##### Minor Changes
- Move
[`React.startTransition`](https://react.dev/reference/react/startTransition )
usage behind a [future
flag](https://reactrouter.com/en/main/guides/api-development-strategy )
to avoid issues with existing incompatible `Suspense` usages. We
recommend folks adopting this flag to be better compatible with React
concurrent mode, but if you run into issues you can continue without the
use of `startTransition` until v7. Issues usually boils down to creating
net-new promises during the render cycle, so if you run into issues you
should either lift your promise creation out of the render cycle or put
it behind a `useMemo`.
([#​10596](https://togithub.com/remix-run/react-router/pull/10596 ))
Existing behavior will no longer include `React.startTransition`:
```jsx
<BrowserRouter>
<Routes>{/*...*/}</Routes>
</BrowserRouter>
<RouterProvider router={router} />
```
If you wish to enable `React.startTransition`, pass the future flag to
your component:
```jsx
<BrowserRouter future={{ v7_startTransition: true }}>
<Routes>{/*...*/}</Routes>
</BrowserRouter>
<RouterProvider router={router} future={{ v7_startTransition: true }}/>
```
##### Patch Changes
- Work around webpack/terser `React.startTransition` minification bug in
production mode
([#​10588](https://togithub.com/remix-run/react-router/pull/10588 ))
###
[`v6.12.1`](https://togithub.com/remix-run/react-router/blob/HEAD/packages/react-router/CHANGELOG.md#​6121 )
[Compare
Source](https://togithub.com/remix-run/react-router/compare/react-router@6.12.0...react-router@6.12.1 )
> **Warning**
> Please use version `6.13.0` or later instead of `6.12.1`. This version
suffers from a `webpack`/`terser` minification issue resulting in
invalid minified code in your resulting production bundles which can
cause issues in your application. See
[#​10579](https://togithub.com/remix-run/react-router/issues/10579 )
for more details.
##### Patch Changes
- Adjust feature detection of `React.startTransition` to fix webpack +
react 17 compilation error
([#​10569](https://togithub.com/remix-run/react-router/pull/10569 ))
###
[`v6.12.0`](https://togithub.com/remix-run/react-router/blob/HEAD/packages/react-router/CHANGELOG.md#​6120 )
[Compare
Source](https://togithub.com/remix-run/react-router/compare/react-router@6.11.2...react-router@6.12.0 )
##### Minor Changes
- Wrap internal router state updates with `React.startTransition` if it
exists
([#​10438](https://togithub.com/remix-run/react-router/pull/10438 ))
##### Patch Changes
- Updated dependencies:
- `@remix-run/router@1.6.3`
</details>
<details>
<summary>remix-run/react-router (react-router-dom)</summary>
###
[`v6.13.0`](https://togithub.com/remix-run/react-router/blob/HEAD/packages/react-router-dom/CHANGELOG.md#​6130 )
[Compare
Source](https://togithub.com/remix-run/react-router/compare/react-router-dom@6.12.1...react-router-dom@6.13.0 )
##### Minor Changes
- Move
[`React.startTransition`](https://react.dev/reference/react/startTransition )
usage behind a [future
flag](https://reactrouter.com/en/main/guides/api-development-strategy )
to avoid issues with existing incompatible `Suspense` usages. We
recommend folks adopting this flag to be better compatible with React
concurrent mode, but if you run into issues you can continue without the
use of `startTransition` until v7. Issues usually boils down to creating
net-new promises during the render cycle, so if you run into issues you
should either lift your promise creation out of the render cycle or put
it behind a `useMemo`.
([#​10596](https://togithub.com/remix-run/react-router/pull/10596 ))
Existing behavior will no longer include `React.startTransition`:
```jsx
<BrowserRouter>
<Routes>{/*...*/}</Routes>
</BrowserRouter>
<RouterProvider router={router} />
```
If you wish to enable `React.startTransition`, pass the future flag to
your component:
```jsx
<BrowserRouter future={{ v7_startTransition: true }}>
<Routes>{/*...*/}</Routes>
</BrowserRouter>
<RouterProvider router={router} future={{ v7_startTransition: true }}/>
```
##### Patch Changes
- Work around webpack/terser `React.startTransition` minification bug in
production mode
([#​10588](https://togithub.com/remix-run/react-router/pull/10588 ))
- Updated dependencies:
- `react-router@6.13.0`
###
[`v6.12.1`](https://togithub.com/remix-run/react-router/blob/HEAD/packages/react-router-dom/CHANGELOG.md#​6121 )
[Compare
Source](https://togithub.com/remix-run/react-router/compare/react-router-dom@6.12.0...react-router-dom@6.12.1 )
> **Warning**
> Please use version `6.13.0` or later instead of `6.12.1`. This version
suffers from a `webpack`/`terser` minification issue resulting in
invalid minified code in your resulting production bundles which can
cause issues in your application. See
[#​10579](https://togithub.com/remix-run/react-router/issues/10579 )
for more details.
##### Patch Changes
- Adjust feature detection of `React.startTransition` to fix webpack +
react 17 compilation error
([#​10569](https://togithub.com/remix-run/react-router/pull/10569 ))
- Updated dependencies:
- `react-router@6.12.1`
###
[`v6.12.0`](https://togithub.com/remix-run/react-router/blob/HEAD/packages/react-router-dom/CHANGELOG.md#​6120 )
[Compare
Source](https://togithub.com/remix-run/react-router/compare/react-router-dom@6.11.2...react-router-dom@6.12.0 )
##### Minor Changes
- Wrap internal router state updates with `React.startTransition` if it
exists
([#​10438](https://togithub.com/remix-run/react-router/pull/10438 ))
##### Patch Changes
- Re-throw `DOMException` (`DataCloneError`) when attempting to perform
a `PUSH` navigation with non-serializable state.
([#​10427](https://togithub.com/remix-run/react-router/pull/10427 ))
- Updated dependencies:
- `@remix-run/router@1.6.3`
- `react-router@6.12.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:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMzEuMCIsInVwZGF0ZWRJblZlciI6IjM1LjEzMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-06-27 21:44:19 +00:00
Ivar Conradi Østhus
d4390c8759
fix: allow roles to be selected when adding user to project ( #4102 )
2023-06-27 22:18:30 +02:00
renovate[bot]
b973184c53
chore(deps): update dependency @uiw/react-codemirror to v4.21.3 ( #4048 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@uiw/react-codemirror](https://uiwjs.github.io/react-codemirror )
([source](https://togithub.com/uiwjs/react-codemirror )) | [`4.21.1` ->
`4.21.3`](https://renovatebot.com/diffs/npm/@uiw%2freact-codemirror/4.21.1/4.21.3 )
|
[![age](https://badges.renovateapi.com/packages/npm/@uiw%2freact-codemirror/4.21.3/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/@uiw%2freact-codemirror/4.21.3/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/@uiw%2freact-codemirror/4.21.3/compatibility-slim/4.21.1 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/@uiw%2freact-codemirror/4.21.3/confidence-slim/4.21.1 )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>uiwjs/react-codemirror (@​uiw/react-codemirror)</summary>
###
[`v4.21.3`](https://togithub.com/uiwjs/react-codemirror/releases/tag/v4.21.3 )
[Compare
Source](https://togithub.com/uiwjs/react-codemirror/compare/v4.21.2...v4.21.3 )
[![](https://img.shields.io/badge/Open%20in-unpkg-blue )](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-codemirror@4.21.3/file/README.md )
Documentation v4.21.3:
https://raw.githack.com/uiwjs/react-codemirror/04175a5/index.html \
Comparing Changes:
https://github.com/uiwjs/react-codemirror/compare/v4.21.2...v4.21.3
```shell
npm i @​uiw/react-codemirror@4.21.3
```
- 💄 chore: update workflows config.
[`a1d6627`](https://togithub.com/uiwjs/react-codemirror/commit/a1d6627 )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
- 💄 chore(deps): update dependency lerna to v7
[#​48](https://togithub.com/uiwjs/react-codemirror/issues/48 )
[`38e78b8`](https://togithub.com/uiwjs/react-codemirror/commit/38e78b8 )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
- 💄 chore: update lerna config.
[`043a23c`](https://togithub.com/uiwjs/react-codemirror/commit/043a23c )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
- 🎨 style: fix scroller height style.
([#​519](https://togithub.com/uiwjs/react-codemirror/issues/519 ))
[`fa8b6f9`](https://togithub.com/uiwjs/react-codemirror/commit/fa8b6f9 )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
###
[`v4.21.2`](https://togithub.com/uiwjs/react-codemirror/releases/tag/v4.21.2 )
[Compare
Source](https://togithub.com/uiwjs/react-codemirror/compare/v4.21.1...v4.21.2 )
[![](https://img.shields.io/badge/Open%20in-unpkg-blue )](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-codemirror@4.21.2/file/README.md )
Documentation v4.21.2:
https://raw.githack.com/uiwjs/react-codemirror/a04cba4/index.html \
Comparing Changes:
https://github.com/uiwjs/react-codemirror/compare/v4.21.1...v4.21.2
```shell
npm i @​uiw/react-codemirror@4.21.2
```
- 🌍 website: update CodeMirror height style.
[`ec18778`](https://togithub.com/uiwjs/react-codemirror/commit/ec18778 )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
- 🐞 fix: fix view update bug.
([#​520](https://togithub.com/uiwjs/react-codemirror/issues/520 ))
[`a48c6b6`](https://togithub.com/uiwjs/react-codemirror/commit/a48c6b6 )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
</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:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMzEuMCIsInVwZGF0ZWRJblZlciI6IjM1LjE0MS4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-06-27 19:22:44 +00:00
renovate[bot]
c979cf8dce
chore(deps): update dependency vitest to v0.32.2 ( #4059 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [vitest](https://togithub.com/vitest-dev/vitest ) | [`0.31.4` ->
`0.32.2`](https://renovatebot.com/diffs/npm/vitest/0.31.4/0.32.2 ) |
[![age](https://badges.renovateapi.com/packages/npm/vitest/0.32.2/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/vitest/0.32.2/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/vitest/0.32.2/compatibility-slim/0.31.4 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/vitest/0.32.2/confidence-slim/0.31.4 )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>vitest-dev/vitest</summary>
###
[`v0.32.2`](https://togithub.com/vitest-dev/vitest/releases/tag/v0.32.2 )
[Compare
Source](https://togithub.com/vitest-dev/vitest/compare/v0.32.1...v0.32.2 )
##### 🐞 Bug Fixes
- **browser**: Don't fail on importing diff-sequences - by
[@​sheremet-va](https://togithub.com/sheremet-va )
[<samp>(00b0e)</samp>](https://togithub.com/vitest-dev/vitest/commit/00b0e6a3 )
##### [View changes on
GitHub](https://togithub.com/vitest-dev/vitest/compare/v0.32.1...v0.32.2 )
###
[`v0.32.1`](https://togithub.com/vitest-dev/vitest/releases/tag/v0.32.1 )
[Compare
Source](https://togithub.com/vitest-dev/vitest/compare/v0.32.0...v0.32.1 )
##### 🚀 Features
- Export `registerConsoleShortcuts` from `vitest/node` - by
[@​deot](https://togithub.com/deot ) in
[https://github.com/vitest-dev/vitest/issues/3563 ](https://togithub.com/vitest-dev/vitest/issues/3563 )
[<samp>(bc49b)</samp>](https://togithub.com/vitest-dev/vitest/commit/bc49bac7 )
- **expect**: Support `expect.unreachable` - by
[@​fenghan34](https://togithub.com/fenghan34 ) and
[@​sheremet-va](https://togithub.com/sheremet-va ) in
[https://github.com/vitest-dev/vitest/issues/3556 ](https://togithub.com/vitest-dev/vitest/issues/3556 )
[<samp>(8e385)</samp>](https://togithub.com/vitest-dev/vitest/commit/8e385bb0 )
- **runner**: `describe`/`test` name support anonymous function - by
[@​btea](https://togithub.com/btea ) in
[https://github.com/vitest-dev/vitest/issues/3562 ](https://togithub.com/vitest-dev/vitest/issues/3562 )
[<samp>(3d436)</samp>](https://togithub.com/vitest-dev/vitest/commit/3d43638c )
##### 🐞 Bug Fixes
- Avoid call stack recursion with large error (fix:
[#​3060](https://togithub.com/vitest-dev/vitest/issues/3060 )) -
by [@​nathanmmiller](https://togithub.com/nathanmmiller ) and
[@​sheremet-va](https://togithub.com/sheremet-va ) in
[https://github.com/vitest-dev/vitest/issues/3078 ](https://togithub.com/vitest-dev/vitest/issues/3078 )
and
[https://github.com/vitest-dev/vitest/issues/3060 ](https://togithub.com/vitest-dev/vitest/issues/3060 )
[<samp>(02196)</samp>](https://togithub.com/vitest-dev/vitest/commit/02196f9d )
- Automatically remove define related configuration - by
[@​btea](https://togithub.com/btea ) in
[https://github.com/vitest-dev/vitest/issues/3552 ](https://togithub.com/vitest-dev/vitest/issues/3552 )
[<samp>(368b8)</samp>](https://togithub.com/vitest-dev/vitest/commit/368b8259 )
- Import `performance` from `perf_hooks` - by
[@​Max10240](https://togithub.com/Max10240 ) and
**wangbaolong.wbl** in
[https://github.com/vitest-dev/vitest/issues/3578 ](https://togithub.com/vitest-dev/vitest/issues/3578 )
and
[https://github.com/vitest-dev/vitest/issues/3579 ](https://togithub.com/vitest-dev/vitest/issues/3579 )
[<samp>(24ec8)</samp>](https://togithub.com/vitest-dev/vitest/commit/24ec85a8 )
- Revert concordance diff, use jest's diff output - by
[@​sheremet-va](https://togithub.com/sheremet-va ) in
[https://github.com/vitest-dev/vitest/issues/3582 ](https://togithub.com/vitest-dev/vitest/issues/3582 )
[<samp>(9c7ea)</samp>](https://togithub.com/vitest-dev/vitest/commit/9c7ea382 )
- Typo in config suggestion - by
[@​Krisell](https://togithub.com/Krisell ) in
[https://github.com/vitest-dev/vitest/issues/3583 ](https://togithub.com/vitest-dev/vitest/issues/3583 )
[<samp>(68985)</samp>](https://togithub.com/vitest-dev/vitest/commit/689855bb )
- **browser**:
- Change optimized deps to use `vitest` - by
[@​userquin](https://togithub.com/userquin ) in
[https://github.com/vitest-dev/vitest/issues/3580 ](https://togithub.com/vitest-dev/vitest/issues/3580 )
[<samp>(b4ac8)</samp>](https://togithub.com/vitest-dev/vitest/commit/b4ac88e9 )
- Access **vi_inject** only if it was injected - by
[@​sheremet-va](https://togithub.com/sheremet-va ) in
[https://github.com/vitest-dev/vitest/issues/3587 ](https://togithub.com/vitest-dev/vitest/issues/3587 )
[<samp>(d9e14)</samp>](https://togithub.com/vitest-dev/vitest/commit/d9e1419a )
- **mocker**:
- Respect namespace import when hoisting vi.mock - by
[@​sheremet-va](https://togithub.com/sheremet-va ) in
[https://github.com/vitest-dev/vitest/issues/3547 ](https://togithub.com/vitest-dev/vitest/issues/3547 )
[<samp>(158c4)</samp>](https://togithub.com/vitest-dev/vitest/commit/158c4bb0 )
- **ui**:
- Navigate to dashboard when re-running tests from coverage page - by
[@​userquin](https://togithub.com/userquin ) in
[https://github.com/vitest-dev/vitest/issues/3529 ](https://togithub.com/vitest-dev/vitest/issues/3529 )
[<samp>(bc283)</samp>](https://togithub.com/vitest-dev/vitest/commit/bc283ae3 )
- **vite-node**:
- Correctly resolve virtual modules - by
[@​sheremet-va](https://togithub.com/sheremet-va ) in
[https://github.com/vitest-dev/vitest/issues/3544 ](https://togithub.com/vitest-dev/vitest/issues/3544 )
[<samp>(0cbb0)</samp>](https://togithub.com/vitest-dev/vitest/commit/0cbb07b4 )
- Fix errors caused by commonjs export circular references - by
[@​rxliuli](https://togithub.com/rxliuli ) in
[https://github.com/vitest-dev/vitest/issues/3570 ](https://togithub.com/vitest-dev/vitest/issues/3570 )
[<samp>(b097c)</samp>](https://togithub.com/vitest-dev/vitest/commit/b097cef8 )
##### [View changes on
GitHub](https://togithub.com/vitest-dev/vitest/compare/v0.32.0...v0.32.1 )
###
[`v0.32.0`](https://togithub.com/vitest-dev/vitest/releases/tag/v0.32.0 )
[Compare
Source](https://togithub.com/vitest-dev/vitest/compare/v0.31.4...v0.32.0 )
##### 🚨 Breaking Changes
- Throw an error, if the module cannot be resolved - by
[@​sheremet-va](https://togithub.com/sheremet-va ) in
[https://github.com/vitest-dev/vitest/issues/3307 ](https://togithub.com/vitest-dev/vitest/issues/3307 )
[<samp>(1ad63)</samp>](https://togithub.com/vitest-dev/vitest/commit/1ad63b0c )
- Vitest used to fall back to the original import when it could not
resolve it to the file path or the virtual module. This leads to
hard-to-find module graph mismatches if you had incorrect alias or
relied on relative imports to be resolved to the project root (which is
usual behavior in TypeScript) because the code accidentally "worked".
With this release, Vitest will now throw an error if it cannot resolve
the module - there are possible edge cases that are not covered yet, so
if you have any problems with this, please open a separate issue with
reproduction.
- Improve globs - by
[@​nickmccurdy](https://togithub.com/nickmccurdy ) in
[https://github.com/vitest-dev/vitest/issues/3392 ](https://togithub.com/vitest-dev/vitest/issues/3392 )
[<samp>(19ecc)</samp>](https://togithub.com/vitest-dev/vitest/commit/19ecc6c7 )
- Vitest now has glob patterns similar to Jest for better compatibility.
It's possible that some files will be considered test files when
previously they were not. For example, Vitest now considers `test.js` to
be a test file. Also any file in `__tests__` is now considered to be a
test, not just files with `test` or `spec` suffix.
- Add `@vitest/coverage-v8` package - by
[@​AriPerkkio](https://togithub.com/AriPerkkio ) in
[https://github.com/vitest-dev/vitest/issues/3339 ](https://togithub.com/vitest-dev/vitest/issues/3339 )
[<samp>(82112)</samp>](https://togithub.com/vitest-dev/vitest/commit/821126f1 )
- Vitest now uses v8 code coverage directly for better performance.
`@vitest/coverage-c8` is deprecated as Vitest no longer uses c8 package
for coverage output. It will not be updated anymore, and Vitest will
fail in the next version if the user has `c8` as their coverage
provider. Please, install the new `@vitest/coverage-v8` package if you
previously used `@vitest/coverage-c8`.
- **mocker**: Don't restore mock to the original if the module is
automocked - by
[@​sheremet-va](https://togithub.com/sheremet-va ) in
[https://github.com/vitest-dev/vitest/issues/3518 ](https://togithub.com/vitest-dev/vitest/issues/3518 )
[<samp>(c1004)</samp>](https://togithub.com/vitest-dev/vitest/commit/c1004e14 )
- `spy.mockRestore` on auto-mocked named exports will no longer restore
their implementation to the actual function. This behavior better
matches what Jest does.
##### 🚀 Features
- Support ssr optimizer - by
[@​sheremet-va](https://togithub.com/sheremet-va ) in
[https://github.com/vitest-dev/vitest/issues/3490 ](https://togithub.com/vitest-dev/vitest/issues/3490 )
[<samp>(89842)</samp>](https://togithub.com/vitest-dev/vitest/commit/898422b0 )
- Image type add apng - by [@​btea](https://togithub.com/btea )
in
[https://github.com/vitest-dev/vitest/issues/3498 ](https://togithub.com/vitest-dev/vitest/issues/3498 )
[<samp>(a53c2)</samp>](https://togithub.com/vitest-dev/vitest/commit/a53c2151 )
- **expect**: Support `expect.soft` - by
[@​Dunqing](https://togithub.com/Dunqing ) in
[https://github.com/vitest-dev/vitest/issues/3507 ](https://togithub.com/vitest-dev/vitest/issues/3507 )
[<samp>(7c687)</samp>](https://togithub.com/vitest-dev/vitest/commit/7c687ada )
- **runner**: Support using function/class as `describe`/`test` name -
by [@​fenghan34](https://togithub.com/fenghan34 ) in
[https://github.com/vitest-dev/vitest/issues/3497 ](https://togithub.com/vitest-dev/vitest/issues/3497 )
[<samp>(15253)</samp>](https://togithub.com/vitest-dev/vitest/commit/15253890 )
##### 🐞 Bug Fixes
- The cli option is passed to coverage.exclude - by
[@​btea](https://togithub.com/btea ) in
[https://github.com/vitest-dev/vitest/issues/3506 ](https://togithub.com/vitest-dev/vitest/issues/3506 )
[<samp>(c37cd)</samp>](https://togithub.com/vitest-dev/vitest/commit/c37cdebe )
- **optimizer**: Always respect optimizeDeps even if include/exclude is
overridden - by
[@​sheremet-va](https://togithub.com/sheremet-va ) in
[https://github.com/vitest-dev/vitest/issues/3488 ](https://togithub.com/vitest-dev/vitest/issues/3488 )
[<samp>(eb285)</samp>](https://togithub.com/vitest-dev/vitest/commit/eb285ea0 )
- **runner**: Ensure Vitest is deduped - by
[@​sheremet-va](https://togithub.com/sheremet-va ) in
[https://github.com/vitest-dev/vitest/issues/3489 ](https://togithub.com/vitest-dev/vitest/issues/3489 )
[<samp>(2deb7)</samp>](https://togithub.com/vitest-dev/vitest/commit/2deb70ab )
- **ui**: Don't cache coverage assets - by
[@​userquin](https://togithub.com/userquin ) in
[https://github.com/vitest-dev/vitest/issues/3508 ](https://togithub.com/vitest-dev/vitest/issues/3508 )
[<samp>(952b5)</samp>](https://togithub.com/vitest-dev/vitest/commit/952b5be6 )
- **vite-node**: Circular import stuck - by
[@​Dunqing](https://togithub.com/Dunqing ) in
[https://github.com/vitest-dev/vitest/issues/3480 ](https://togithub.com/vitest-dev/vitest/issues/3480 )
[<samp>(50f07)</samp>](https://togithub.com/vitest-dev/vitest/commit/50f0700d )
- **watch**: Junit reporter fails to re-generate report - by
[@​AriPerkkio](https://togithub.com/AriPerkkio ) in
[https://github.com/vitest-dev/vitest/issues/3496 ](https://togithub.com/vitest-dev/vitest/issues/3496 )
[<samp>(5b73c)</samp>](https://togithub.com/vitest-dev/vitest/commit/5b73cbf8 )
##### [View changes on
GitHub](https://togithub.com/vitest-dev/vitest/compare/v0.31.4...v0.32.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 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:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMzEuMCIsInVwZGF0ZWRJblZlciI6IjM1LjEzMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-06-27 14:09:08 +00:00
Ivar Conradi Østhus
464ef5b326
fix: break toggle description niceley ( #4093 )
...
fixes : #3096
2023-06-27 09:15:16 +02:00
Ivar Conradi Østhus
b36ab58f87
fix: add timestamp to feature toggle metrics ( #4094 )
...
fixes : #2873
![image](https://github.com/Unleash/unleash/assets/158948/7d5bb8ee-6b88-49ad-8c51-474e19dc833d )
2023-06-27 09:14:45 +02:00
renovate[bot]
9fa280c59e
chore(deps): update dependency eslint to v8.43.0 ( #4091 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [eslint](https://eslint.org )
([source](https://togithub.com/eslint/eslint )) | [`8.42.0` ->
`8.43.0`](https://renovatebot.com/diffs/npm/eslint/8.42.0/8.43.0 ) |
[![age](https://badges.renovateapi.com/packages/npm/eslint/8.43.0/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/eslint/8.43.0/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/eslint/8.43.0/compatibility-slim/8.42.0 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/eslint/8.43.0/confidence-slim/8.42.0 )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>eslint/eslint</summary>
### [`v8.43.0`](https://togithub.com/eslint/eslint/releases/tag/v8.43.0 )
[Compare
Source](https://togithub.com/eslint/eslint/compare/v8.42.0...v8.43.0 )
#### Features
-
[`14581ff`](14581ff15a
)
feat: directive prologue detection and autofix condition in `quotes`
([#​17284](https://togithub.com/eslint/eslint/issues/17284 ))
(Francesco Trotta)
-
[`e50fac3`](e50fac3f8f
)
feat: add declaration loc to message in block-scoped-var
([#​17252](https://togithub.com/eslint/eslint/issues/17252 ))
(Milos Djermanovic)
-
[`1b7faf0`](1b7faf0702
)
feat: add `skipJSXText` option to `no-irregular-whitespace` rule
([#​17182](https://togithub.com/eslint/eslint/issues/17182 )) (Azat
S)
#### Bug Fixes
-
[`5338b56`](5338b56fda
)
fix: normalize `cwd` passed to `ESLint`/`FlatESLint` constructor
([#​17277](https://togithub.com/eslint/eslint/issues/17277 ))
(Milos Djermanovic)
-
[`54383e6`](54383e69b0
)
fix: Remove `no-extra-parens` autofix for potential directives
([#​17022](https://togithub.com/eslint/eslint/issues/17022 ))
(Francesco Trotta)
#### Documentation
-
[`8b855ea`](8b855ea058
)
docs: resubmit pr17061 doc changes
([#​17292](https://togithub.com/eslint/eslint/issues/17292 )) (唯然)
-
[`372722e`](372722eac3
)
docs: resubmit pr17012 doc changes
([#​17293](https://togithub.com/eslint/eslint/issues/17293 )) (唯然)
-
[`67e7af3`](67e7af3fdb
)
docs: resubmit custom-rules doc changes
([#​17294](https://togithub.com/eslint/eslint/issues/17294 )) (唯然)
-
[`9e3d77c`](9e3d77cba6
)
docs: Resubmit Fix formatting in Custom Rules docs
([#​17281](https://togithub.com/eslint/eslint/issues/17281 ))
(Milos Djermanovic)
-
[`503647a`](503647a0b9
)
docs: Resubmit markVariableAsUsed docs
([#​17280](https://togithub.com/eslint/eslint/issues/17280 ))
(Nicholas C. Zakas)
-
[`e0cf0d8`](e0cf0d86d9
)
docs: Custom rule & plugin tutorial
([#​17024](https://togithub.com/eslint/eslint/issues/17024 )) (Ben
Perlmutter)
-
[`8e51ea9`](8e51ea943c
)
docs: resubmit `no-new` rule documentation
([#​17264](https://togithub.com/eslint/eslint/issues/17264 ))
(Nitin Kumar)
-
[`1b217f8`](1b217f8de1
)
docs: resubmit `Custom Processors` documentation
([#​17265](https://togithub.com/eslint/eslint/issues/17265 ))
(Nitin Kumar)
-
[`428fc76`](428fc76806
)
docs: resubmit `Create Plugins` documentation
([#​17268](https://togithub.com/eslint/eslint/issues/17268 ))
(Nitin Kumar)
-
[`bdca88c`](bdca88cf4f
)
docs: resubmit `Configuration Files` documentation
([#​17267](https://togithub.com/eslint/eslint/issues/17267 ))
(Nitin Kumar)
-
[`f5c01f2`](f5c01f281a
)
docs: resubmit `Manage Issues` documentation
([#​17266](https://togithub.com/eslint/eslint/issues/17266 ))
(Nitin Kumar)
-
[`b199295`](b199295459
)
docs: Resubmit custom rules update docs
([#​17273](https://togithub.com/eslint/eslint/issues/17273 )) (Ben
Perlmutter)
-
[`0e9980c`](0e9980c3a8
)
docs: add new `omitLastInOneLineClassBody` option to the `semi` rule
([#​17263](https://togithub.com/eslint/eslint/issues/17263 ))
(Nitin Kumar)
-
[`cb2560f`](cb2560f7a3
)
docs: Resubmit getScope/getDeclaredVariables docs
([#​17262](https://togithub.com/eslint/eslint/issues/17262 ))
(Nicholas C. Zakas)
-
[`85d2b30`](85d2b30bc3
)
docs: explain how to include predefined globals
([#​17261](https://togithub.com/eslint/eslint/issues/17261 ))
(Marcus Wyatt)
-
[`de4d3c1`](de4d3c14c3
)
docs: update flat config default ignore patterns
([#​17258](https://togithub.com/eslint/eslint/issues/17258 ))
(Milos Djermanovic)
-
[`3912f3a`](3912f3a225
)
docs: Improve `ignores` documentation
([#​17239](https://togithub.com/eslint/eslint/issues/17239 ))
(Francesco Trotta)
-
[`35e11d3`](35e11d3248
)
docs: fix typos and missing info
([#​17257](https://togithub.com/eslint/eslint/issues/17257 )) (Ed
Lucas)
-
[`0bc257c`](0bc257c290
)
docs: Clarify `no-div-regex` rule docs
([#​17051](https://togithub.com/eslint/eslint/issues/17051 ))
([#​17255](https://togithub.com/eslint/eslint/issues/17255 ))
(Francesco Trotta)
-
[`788d836`](788d83629a
)
docs: add references to MIT License
([#​17248](https://togithub.com/eslint/eslint/issues/17248 ))
(Milos Djermanovic)
-
[`58aab6b`](58aab6b6c0
)
docs: Update README (GitHub Actions Bot)
-
[`3ef5814`](3ef5814055
)
docs: Revert all changes after the license change
([#​17227](https://togithub.com/eslint/eslint/issues/17227 ))
(Milos Djermanovic)
-
[`03fc4aa`](03fc4aa847
)
docs: Update README (GitHub Actions Bot)
#### Chores
-
[`78350f6`](78350f6304
)
chore: upgrade
[@​eslint/js](https://togithub.com/eslint/js )[@​8](https://togithub.com/8 ).43.0
([#​17295](https://togithub.com/eslint/eslint/issues/17295 ))
(Milos Djermanovic)
-
[`62bf759`](62bf759124
)
chore: package.json update for
[@​eslint/js](https://togithub.com/eslint/js ) release (ESLint
Jenkins)
-
[`e0a2448`](e0a2448e0c
)
chore: docs package.license ISC => MIT
([#​17254](https://togithub.com/eslint/eslint/issues/17254 )) (唯然)
-
[`6a0196c`](6a0196c513
)
chore: use eslint-plugin-eslint-plugin flat configs
([#​17204](https://togithub.com/eslint/eslint/issues/17204 ))
(Milos Djermanovic)
</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:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMzEuMCIsInVwZGF0ZWRJblZlciI6IjM1LjEzMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-06-24 07:06:25 +00:00
renovate[bot]
cc4636e8bc
chore(deps): update dependency @testing-library/dom to v8.20.1 ( #4090 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@testing-library/dom](https://togithub.com/testing-library/dom-testing-library )
| [`8.20.0` ->
`8.20.1`](https://renovatebot.com/diffs/npm/@testing-library%2fdom/8.20.0/8.20.1 )
|
[![age](https://badges.renovateapi.com/packages/npm/@testing-library%2fdom/8.20.1/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/@testing-library%2fdom/8.20.1/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/@testing-library%2fdom/8.20.1/compatibility-slim/8.20.0 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/@testing-library%2fdom/8.20.1/confidence-slim/8.20.0 )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>testing-library/dom-testing-library</summary>
###
[`v8.20.1`](https://togithub.com/testing-library/dom-testing-library/releases/tag/v8.20.1 )
[Compare
Source](https://togithub.com/testing-library/dom-testing-library/compare/v8.20.0...v8.20.1 )
##### Bug Fixes
- opera mobile version removed
([c5bd543](c5bd543f73
))
- pin aria-query version and upgrade lz-string
([4a13f4b](4a13f4b3f4
))
</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:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMzEuMCIsInVwZGF0ZWRJblZlciI6IjM1LjEzMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-06-24 04:24:24 +00:00
renovate[bot]
aeb65d3cd4
chore(deps): update dependency sass to v1.63.4 ( #4056 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [sass](https://togithub.com/sass/dart-sass ) | [`1.62.1` ->
`1.63.4`](https://renovatebot.com/diffs/npm/sass/1.62.1/1.63.4 ) |
[![age](https://badges.renovateapi.com/packages/npm/sass/1.63.4/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/sass/1.63.4/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/sass/1.63.4/compatibility-slim/1.62.1 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/sass/1.63.4/confidence-slim/1.62.1 )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>sass/dart-sass</summary>
###
[`v1.63.4`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#​1634 )
[Compare
Source](https://togithub.com/sass/dart-sass/compare/1.63.3...1.63.4 )
##### JavaScript API
- Re-enable support for `import sass from 'sass'` when loading the
package from
an ESM module in Node.js. However, this syntax is now deprecated; ESM
users
should use `import * as sass from 'sass'` instead.
On the browser and other ESM-only platforms, only `import * as sass from
'sass'` is supported.
- Properly export the legacy API values `TRUE`, `FALSE`, `NULL`, and
`types` from
the ECMAScript module API.
##### Embedded Sass
- Fix a race condition where closing standard input while requests are
in-flight
could sometimes cause the process to hang rather than shutting down
gracefully.
- Properly include the root stylesheet's URL in the set of loaded URLs
when it
fails to parse.
###
[`v1.63.3`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#​1633 )
[Compare
Source](https://togithub.com/sass/dart-sass/compare/1.63.2...1.63.3 )
##### JavaScript API
- Fix loading Sass as an ECMAScript module on Node.js.
###
[`v1.63.2`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#​1632 )
[Compare
Source](https://togithub.com/sass/dart-sass/compare/1.63.1...1.63.2 )
- No user-visible changes.
###
[`v1.63.1`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#​1631 )
[Compare
Source](https://togithub.com/sass/dart-sass/compare/1.63.0...1.63.1 )
- No user-visible changes.
###
[`v1.63.0`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#​1630 )
[Compare
Source](https://togithub.com/sass/dart-sass/compare/1.62.1...1.63.0 )
##### JavaScript API
- Dart Sass's JS API now supports running in the browser. Further
details and
instructions for use are in [the
README](README.md#dart-sass-in-the-browser).
##### Embedded Sass
- The Dart Sass embedded compiler is now included as part of the primary
Dart
Sass distribution, rather than a separate executable. To use the
embedded
compiler, just run `sass --embedded` from any Sass executable (other
than the
pure JS executable).
The Node.js embedded host will still be distributed as the
`sass-embedded`
package on npm. The only change is that it will now provide direct
access to a
`sass` executable with the same CLI as the `sass` package.
- The Dart Sass embedded compiler now uses version 2.0.0 of the Sass
embedded
protocol. See [the spec][embedded-protocol-spec] for a full description
of the
protocol, and [the changelog][embedded-protocol-changelog] for a summary
of
changes since version 1.2.0.
[embedded-protocol-spec]:
https://togithub.com/sass/sass/blob/main/spec/embedded-protocol.md
[embedded-protocol-changelog]:
https://togithub.com/sass/sass/blob/main/EMBEDDED_PROTOCOL_CHANGELOG.md
- The Dart Sass embedded compiler now runs multiple simultaneous
compilations in
parallel, rather than serially.
</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:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMzEuMCIsInVwZGF0ZWRJblZlciI6IjM1LjEzMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-06-23 18:29:02 +00:00
renovate[bot]
b769272743
chore(deps): update dependency semver to v7.5.2 [security] ( #4081 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [semver](https://togithub.com/npm/node-semver ) | [`7.5.1` ->
`7.5.2`](https://renovatebot.com/diffs/npm/semver/7.5.1/7.5.2 ) |
[![age](https://badges.renovateapi.com/packages/npm/semver/7.5.2/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/semver/7.5.2/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/semver/7.5.2/compatibility-slim/7.5.1 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/semver/7.5.2/confidence-slim/7.5.1 )](https://docs.renovatebot.com/merge-confidence/ )
|
### GitHub Vulnerability Alerts
#### [CVE-2022-25883](https://nvd.nist.gov/vuln/detail/CVE-2022-25883 )
Versions of the package semver before 7.5.2 are vulnerable to Regular
Expression Denial of Service (ReDoS) via the function new Range, when
untrusted user data is provided as a range.
---
### Release Notes
<details>
<summary>npm/node-semver</summary>
###
[`v7.5.2`](https://togithub.com/npm/node-semver/blob/HEAD/CHANGELOG.md#​752-httpsgithubcomnpmnode-semvercomparev751v752-2023-06-15 )
[Compare
Source](https://togithub.com/npm/node-semver/compare/v7.5.1...v7.5.2 )
##### Bug Fixes
-
[`58c791f`](58c791f40b
)
[#​566](https://togithub.com/npm/node-semver/pull/566 ) diff when
detecting major change from prerelease
([#​566](https://togithub.com/npm/node-semver/issues/566 ))
([@​lukekarrys](https://togithub.com/lukekarrys ))
-
[`5c8efbc`](5c8efbcb3c
)
[#​565](https://togithub.com/npm/node-semver/pull/565 ) preserve
build in raw after inc
([#​565](https://togithub.com/npm/node-semver/issues/565 ))
([@​lukekarrys](https://togithub.com/lukekarrys ))
-
[`717534e`](717534ee35
)
[#​564](https://togithub.com/npm/node-semver/pull/564 ) better
handling of whitespace
([#​564](https://togithub.com/npm/node-semver/issues/564 ))
([@​lukekarrys](https://togithub.com/lukekarrys ))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "" (UTC), 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:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMzEuMCIsInVwZGF0ZWRJblZlciI6IjM1LjEzMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-06-23 17:00:32 +00:00
Nuno Góis
95a0c7748f
feat: upgrade AdminAlert to PermissionGuard ( #4074 )
...
https://linear.app/unleash/issue/2-1165/improve-adminalert-usage-to-be-more-generic-accept-non-admin
Upgrades our `AdminAlert` to a new `PermissionGuard`.
**Question**: We don't **need** to, but **should** we be specific about
the `ADMIN` permission every time?
Technically `PermissionGuard` could have `permissions` as optional and
assume `[]` by default, which will add `ADMIN` anyways. However, I feel
like we may gain some readability if we're specific about it. WDYT?
Single permission:
![image](https://github.com/Unleash/unleash/assets/14320932/eab414ae-e798-4ab6-ba96-cde2977dc98b )
Multiple permissions:
![image](https://github.com/Unleash/unleash/assets/14320932/25302442-8fcc-4aa1-9525-d54f5f9350af )
2023-06-23 13:25:35 +01:00
andreas-unleash
d2a98d0338
fix: set max height for add/replace button ( #4085 )
...
<!-- 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! ❤️ -->
Sets a maxHeight property for add/replace button in playground
## About the changes
<!-- Describe the changes introduced. What are they and why are they
being introduced? Feel free to also add screenshots or steps to view the
changes if they're visual. -->
<!-- Does it close an issue? Multiple? -->
Closes #
<!-- (For internal contributors): Does it relate to an issue on public
roadmap? -->
<!--
Relates to [roadmap](https://github.com/orgs/Unleash/projects/10 ) item:
#
-->
### Important files
<!-- PRs can contain a lot of changes, but not all changes are equally
important. Where should a reviewer start looking to get an overview of
the changes? Are any files particularly important? -->
## Discussion points
<!-- Anything about the PR you'd like to discuss before it gets merged?
Got any questions or doubts? -->
Signed-off-by: andreas-unleash <andreas@getunleash.ai>
2023-06-23 15:22:07 +03:00
renovate[bot]
4a0d5fcede
chore(deps): update dependency @types/uuid to v9.0.2 ( #4039 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@types/uuid](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/uuid )
([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped )) |
[`9.0.1` ->
`9.0.2`](https://renovatebot.com/diffs/npm/@types%2fuuid/9.0.1/9.0.2 ) |
[![age](https://badges.renovateapi.com/packages/npm/@types%2fuuid/9.0.2/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/@types%2fuuid/9.0.2/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/@types%2fuuid/9.0.2/compatibility-slim/9.0.1 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/@types%2fuuid/9.0.2/confidence-slim/9.0.1 )](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:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMzEuMCIsInVwZGF0ZWRJblZlciI6IjM1LjEzMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-06-23 11:16:49 +00:00
Thomas Heartman
97875f3f59
chore: remove unused values to stop linter complaining ( #4078 )
2023-06-23 09:32:09 +00:00
Thomas Heartman
12c00733d9
feat: count number of combinations from playground ( #4077 )
...
This PR adds plausible tracking of the number of feature combinations
that we get from the advanced playground API.
The event type has been added to plausible
Relates to #3545
2023-06-23 09:29:13 +00:00
Gastón Fournier
89cf16f915
Feat/more granular permissions check in create apitoken ( #4072 )
...
## About the changes
This PR enables or disables create API token button based on the
permissions.
**Note:** the button is only displayed if you have READ permissions on
some API token. This is a minor limitation as having CREATE permissions
should also grant READ permissions, but right now this is up to the user
to set up the custom role with the correct permissions
**Note 2:** Project-specific API tokens are also ruled by the
project-specific permission to create API tokens in a project (just
having the root permissions to create a client token or frontend token
does not grant access to create a project-specific API token). The
permissions to access the creation of a project-specific API token then
rely on the root permissions to allow the user to create either a client
token or a frontend token.
---------
Co-authored-by: David Leek <david@getunleash.io>
2023-06-23 10:57:08 +02:00
andreas-unleash
c81de4a5bc
fix: add strategy bug when strategySplittedButton flag is on ( #4071 )
...
<!-- 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! ❤️ -->
Fixes 2 bugs after the recent strategy improvements v2 changes:
- When creating a strategy the `groupId` param of the Gradual Rollout
strategy now populates the groupId (when using default strategy, the
groupId will only be overwritten when it is an empty string ) with the
feature name (as it was before)
- When editing/setting a default strategy for an environment the
`groupId` param should be an empty string, but editable.
## About the changes
<!-- Describe the changes introduced. What are they and why are they
being introduced? Feel free to also add screenshots or steps to view the
changes if they're visual. -->
<!-- Does it close an issue? Multiple? -->
Closes #
<!-- (For internal contributors): Does it relate to an issue on public
roadmap? -->
<!--
Relates to [roadmap](https://github.com/orgs/Unleash/projects/10 ) item:
#
-->
### Important files
<!-- PRs can contain a lot of changes, but not all changes are equally
important. Where should a reviewer start looking to get an overview of
the changes? Are any files particularly important? -->
## Discussion points
<!-- Anything about the PR you'd like to discuss before it gets merged?
Got any questions or doubts? -->
---------
Signed-off-by: andreas-unleash <andreas@getunleash.ai>
2023-06-23 07:31:29 +00:00
Mateusz Kwasniewski
175b103b12
fix: remove playground results flip ( #4076 )
2023-06-23 09:28:49 +02:00
Nuno Góis
4163788bba
fix: update roles permission guard ( #4070 )
...
https://linear.app/unleash/issue/2-1162/read-roles-permissions-should-give-you-access-to-read-roles
This updates the roles page permission guard to be the `READ_ROLES`
permission instead of `ADMIN`, which better reflects on the UI the real
permissions of the user.
Our current `AdminAlert` component is pretty limited however, and I plan
to improve it in
https://linear.app/unleash/issue/2-1165/improve-adminalert-usage-to-be-more-generic-accept-non-admin
to better reflect the permission we're missing (instead of alerting that
you need to be an admin).
2023-06-22 14:43:26 +00:00
Nuno Góis
40a4451818
fix: add admin guard to groups ( #4069 )
...
Adds an admin guard to groups: It is an admin feature and should be
guarded on the UI the same way other admin features are.
2023-06-22 15:37:02 +01:00
Thomas Heartman
e824d83f93
feat: link to strategy edit screens from playground strategy results ( #4063 )
...
This PR adds links from the strategy evaluation results directly to the
strategy edit screen.
If the code doesn't find any links, nothing changes.
The link text will be the name of the strategy and the title (if it
exists).
![image](https://github.com/Unleash/unleash/assets/17786332/10ddbee2-2b19-46b8-a8be-994233f759ea )
2023-06-22 11:51:38 +00:00
Mateusz Kwasniewski
f0fe2368e1
feat: execution plan diff table ( #4065 )
2023-06-22 13:46:29 +02:00
renovate[bot]
44771a5f67
chore(deps): update dependency @types/react to v17.0.62 ( #4038 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](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.60` ->
`17.0.62`](https://renovatebot.com/diffs/npm/@types%2freact/17.0.60/17.0.62 )
|
[![age](https://badges.renovateapi.com/packages/npm/@types%2freact/17.0.62/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/@types%2freact/17.0.62/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/@types%2freact/17.0.62/compatibility-slim/17.0.60 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/@types%2freact/17.0.62/confidence-slim/17.0.60 )](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:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMzEuMCIsInVwZGF0ZWRJblZlciI6IjM1LjEzMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-06-22 11:44:56 +00:00
andreas-unleash
fc35f227dc
fix: autocomplete bug when changing context field ( #4064 )
...
<!-- 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! ❤️ -->
Fixes a bug with the Autocomplete tags not clearing when moving from on
context field with values to another
## About the changes
<!-- Describe the changes introduced. What are they and why are they
being introduced? Feel free to also add screenshots or steps to view the
changes if they're visual. -->
<!-- Does it close an issue? Multiple? -->
Closes #
<!-- (For internal contributors): Does it relate to an issue on public
roadmap? -->
<!--
Relates to [roadmap](https://github.com/orgs/Unleash/projects/10 ) item:
#
-->
### Important files
<!-- PRs can contain a lot of changes, but not all changes are equally
important. Where should a reviewer start looking to get an overview of
the changes? Are any files particularly important? -->
## Discussion points
<!-- Anything about the PR you'd like to discuss before it gets merged?
Got any questions or doubts? -->
---------
Signed-off-by: andreas-unleash <andreas@getunleash.ai>
2023-06-22 14:19:41 +03:00
Thomas Heartman
8cd89bb5a7
chore: update orval models ( #4062 )
...
Updates orval model based on the current enterprise changes.
Mostly doc/comment changes, but does introduce the new
strategySchemaLinks model.
2023-06-22 09:52:21 +00:00
Jaanus Sellin
e769cdd2ac
feat: plausible for new strategy flow ( #4057 )
2023-06-22 12:04:36 +03:00
andreas-unleash
559caee642
fix: multi env select should always have an environment selected ( #4061 )
...
<!-- Thanks for creating a PR! To make it easier for reviewers and
everyone else to understand what your changes relate to, please add some
relevant content to the headings below. Feel free to ignore or delete
sections that you don't think are relevant. Thank you! ❤️ -->
## About the changes
<!-- Describe the changes introduced. What are they and why are they
being introduced? Feel free to also add screenshots or steps to view the
changes if they're visual. -->
<!-- Does it close an issue? Multiple? -->
Closes #
<!-- (For internal contributors): Does it relate to an issue on public
roadmap? -->
<!--
Relates to [roadmap](https://github.com/orgs/Unleash/projects/10 ) item:
#
-->
### Important files
<!-- PRs can contain a lot of changes, but not all changes are equally
important. Where should a reviewer start looking to get an overview of
the changes? Are any files particularly important? -->
## Discussion points
<!-- Anything about the PR you'd like to discuss before it gets merged?
Got any questions or doubts? -->
Signed-off-by: andreas-unleash <andreas@getunleash.ai>
2023-06-22 11:55:15 +03:00
Mateusz Kwasniewski
374d49f5bf
feat: ui tweaks for playground ( #4058 )
2023-06-22 10:13:17 +02:00
andreas-unleash
566b91e298
feat: advanced playground multi value context fields ( #4053 )
...
<!-- 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! ❤️ -->
Makes the autocomplete component in the playground context field - when
selecting a custom context field that has legal values - able to
select/edit multiple values.
## 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 #
[1-1006](https://linear.app/unleash/issue/1-1006/multi-value-context-field )
<!-- (For internal contributors): Does it relate to an issue on public
roadmap? -->
<!--
Relates to [roadmap](https://github.com/orgs/Unleash/projects/10 ) item:
#
-->
### Important files
<!-- PRs can contain a lot of changes, but not all changes are equally
important. Where should a reviewer start looking to get an overview of
the changes? Are any files particularly important? -->
## Discussion points
<!-- Anything about the PR you'd like to discuss before it gets merged?
Got any questions or doubts? -->
---------
Signed-off-by: andreas-unleash <andreas@getunleash.ai>
2023-06-22 11:06:25 +03:00
Nuno Góis
7e9069e390
refactor: token permissions, drop admin-like permissions ( #4050 )
...
https://linear.app/unleash/issue/2-1155/refactor-permissions
- Our `rbac-middleware` now supports multiple OR permissions;
- Drops non-specific permissions (e.g. CRUD API token permissions
without specifying the token type);
- Makes our permission descriptions consistent;
- Drops our higher-level permissions that basically mean ADMIN (e.g.
ADMIN token permissions) in favor of `ADMIN` permission in order to
avoid privilege escalations;
This PR may help with
https://linear.app/unleash/issue/2-1144/discover-potential-privilege-escalations
as it may prevent privilege escalations altogether.
There's some UI permission logic around this, but in the future
https://linear.app/unleash/issue/2-1156/adapt-api-tokens-creation-ui-to-new-permissions
could take it a bit further by adapting the creation of tokens as well.
---------
Co-authored-by: Gastón Fournier <gaston@getunleash.io>
2023-06-22 08:35:54 +01:00
renovate[bot]
7c5971a2b4
chore(deps): update dependency @uiw/codemirror-theme-duotone to v4.21.3 ( #4046 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@uiw/codemirror-theme-duotone](https://uiwjs.github.io/react-codemirror/#/theme/data/duotone/light )
([source](https://togithub.com/uiwjs/react-codemirror )) | [`4.21.1` ->
`4.21.3`](https://renovatebot.com/diffs/npm/@uiw%2fcodemirror-theme-duotone/4.21.1/4.21.3 )
|
[![age](https://badges.renovateapi.com/packages/npm/@uiw%2fcodemirror-theme-duotone/4.21.3/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/@uiw%2fcodemirror-theme-duotone/4.21.3/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/@uiw%2fcodemirror-theme-duotone/4.21.3/compatibility-slim/4.21.1 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/@uiw%2fcodemirror-theme-duotone/4.21.3/confidence-slim/4.21.1 )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>uiwjs/react-codemirror</summary>
###
[`v4.21.3`](https://togithub.com/uiwjs/react-codemirror/releases/tag/v4.21.3 )
[Compare
Source](https://togithub.com/uiwjs/react-codemirror/compare/v4.21.2...v4.21.3 )
[![](https://img.shields.io/badge/Open%20in-unpkg-blue )](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-codemirror@4.21.3/file/README.md )
Documentation v4.21.3:
https://raw.githack.com/uiwjs/react-codemirror/04175a5/index.html \
Comparing Changes:
https://github.com/uiwjs/react-codemirror/compare/v4.21.2...v4.21.3
```shell
npm i @​uiw/react-codemirror@4.21.3
```
- 💄 chore: update workflows config.
[`a1d6627`](https://togithub.com/uiwjs/react-codemirror/commit/a1d6627 )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
- 💄 chore(deps): update dependency lerna to v7
[#​48](https://togithub.com/uiwjs/react-codemirror/issues/48 )
[`38e78b8`](https://togithub.com/uiwjs/react-codemirror/commit/38e78b8 )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
- 💄 chore: update lerna config.
[`043a23c`](https://togithub.com/uiwjs/react-codemirror/commit/043a23c )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
- 🎨 style: fix scroller height style.
([#​519](https://togithub.com/uiwjs/react-codemirror/issues/519 ))
[`fa8b6f9`](https://togithub.com/uiwjs/react-codemirror/commit/fa8b6f9 )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
###
[`v4.21.2`](https://togithub.com/uiwjs/react-codemirror/releases/tag/v4.21.2 )
[Compare
Source](https://togithub.com/uiwjs/react-codemirror/compare/v4.21.1...v4.21.2 )
[![](https://img.shields.io/badge/Open%20in-unpkg-blue )](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-codemirror@4.21.2/file/README.md )
Documentation v4.21.2:
https://raw.githack.com/uiwjs/react-codemirror/a04cba4/index.html \
Comparing Changes:
https://github.com/uiwjs/react-codemirror/compare/v4.21.1...v4.21.2
```shell
npm i @​uiw/react-codemirror@4.21.2
```
- 🌍 website: update CodeMirror height style.
[`ec18778`](https://togithub.com/uiwjs/react-codemirror/commit/ec18778 )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
- 🐞 fix: fix view update bug.
([#​520](https://togithub.com/uiwjs/react-codemirror/issues/520 ))
[`a48c6b6`](https://togithub.com/uiwjs/react-codemirror/commit/a48c6b6 )
[@​jaywcjlove](https://togithub.com/jaywcjlove )
</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:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMzEuMCIsInVwZGF0ZWRJblZlciI6IjM1LjEzMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-06-22 04:30:54 +00:00
Nuno Góis
5c9bf7b0e9
refactor: misc cleanups ( #4022 )
...
Misc cleanups of unused imports / variables.
2023-06-21 15:08:52 +01:00
andreas-unleash
57066cf129
Feat/multi env select ( #4028 )
...
<!-- Thanks for creating a PR! To make it easier for reviewers and
everyone else to understand what your changes relate to, please add some
relevant content to the headings below. Feel free to ignore or delete
sections that you don't think are relevant. Thank you! ❤️ -->
## About the changes
<!-- Describe the changes introduced. What are they and why are they
being introduced? Feel free to also add screenshots or steps to view the
changes if they're visual. -->
<!-- Does it close an issue? Multiple? -->
Closes #
<!-- (For internal contributors): Does it relate to an issue on public
roadmap? -->
<!--
Relates to [roadmap](https://github.com/orgs/Unleash/projects/10 ) item:
#
-->
### Important files
<!-- PRs can contain a lot of changes, but not all changes are equally
important. Where should a reviewer start looking to get an overview of
the changes? Are any files particularly important? -->
## Discussion points
<!-- Anything about the PR you'd like to discuss before it gets merged?
Got any questions or doubts? -->
---------
Signed-off-by: andreas-unleash <andreas@getunleash.ai>
2023-06-21 17:08:27 +03:00
Mateusz Kwasniewski
91f1072519
feat: initial scroll trigger ( #4036 )
2023-06-21 15:37:04 +02:00
Tymoteusz Czech
02ca60511f
Splitted strategy button ( #4025 )
...
## About the changes
![image](https://github.com/Unleash/unleash/assets/2625371/afaaaedf-4539-4a0b-a0fb-916d858ac6d3 )
https://linear.app/unleash/issue/1-1038/strategy-creation-split-into-two-buttons
2023-06-21 15:26:07 +02:00
Jaanus Sellin
71d242a299
chore: remove variant metrics flag ( #4042 )
2023-06-21 15:55:21 +03:00
Jaanus Sellin
3763e1b24d
fix: default segments should only be selected when using default stra… ( #4040 )
2023-06-21 15:38:47 +03:00