1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
unleash.unleash/frontend
renovate[bot] 85e449a41d
chore(deps): update dependency swr to v2.2.2 (#4713)
[![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.2.0` ->
`2.2.2`](https://renovatebot.com/diffs/npm/swr/2.2.0/2.2.2) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/swr/2.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/swr/2.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/swr/2.2.0/2.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/swr/2.2.0/2.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>vercel/swr (swr)</summary>

### [`v2.2.2`](https://togithub.com/vercel/swr/releases/tag/v2.2.2)

[Compare
Source](e510955d42...4d20bff675)

#### What's Changed

- fix: It should use startTransition only when IS_REACT_LEGACY is false
by [@&#8203;TopGrd](https://togithub.com/TopGrd) in
[https://github.com/vercel/swr/pull/2756](https://togithub.com/vercel/swr/pull/2756)
- fix: simplify `ArgumentsTuple` by
[@&#8203;Andarist](https://togithub.com/Andarist) in
[https://github.com/vercel/swr/pull/2761](https://togithub.com/vercel/swr/pull/2761)

#### New Contributors

- [@&#8203;TopGrd](https://togithub.com/TopGrd) made their first
contribution in
[https://github.com/vercel/swr/pull/2756](https://togithub.com/vercel/swr/pull/2756)
- [@&#8203;Andarist](https://togithub.com/Andarist) made their first
contribution in
[https://github.com/vercel/swr/pull/2761](https://togithub.com/vercel/swr/pull/2761)

**Full Changelog**:
https://github.com/vercel/swr/compare/v2.2.1...v2.2.2

### [`v2.2.1`](https://togithub.com/vercel/swr/releases/tag/v2.2.1)

[Compare
Source](024cbd106f...e510955d42)

#### What's Changed

- Add use client directive for client components exports by
[@&#8203;huozhi](https://togithub.com/huozhi) in
[https://github.com/vercel/swr/pull/2696](https://togithub.com/vercel/swr/pull/2696)
- remove the 'use client' directive and add client-only to useSWR entry.
by [@&#8203;promer94](https://togithub.com/promer94) in
[https://github.com/vercel/swr/pull/2705](https://togithub.com/vercel/swr/pull/2705)
- fix: should serialize subscription fn key by
[@&#8203;promer94](https://togithub.com/promer94) in
[https://github.com/vercel/swr/pull/2711](https://togithub.com/vercel/swr/pull/2711)
- build(deps-dev): bump word-wrap from 1.2.3 to 1.2.4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/vercel/swr/pull/2720](https://togithub.com/vercel/swr/pull/2720)
- fix: only make data and error update as a non-blocking transition by
[@&#8203;promer94](https://togithub.com/promer94) in
[https://github.com/vercel/swr/pull/2691](https://togithub.com/vercel/swr/pull/2691)
- build: generate d.mts for for .mjs, so typescript could resolve types
correctly by [@&#8203;promer94](https://togithub.com/promer94) in
[https://github.com/vercel/swr/pull/2695](https://togithub.com/vercel/swr/pull/2695)
- fix(infinite): Fix the ability to use preload along with
useSWRInfinite by [@&#8203;agadzik](https://togithub.com/agadzik) in
[https://github.com/vercel/swr/pull/2723](https://togithub.com/vercel/swr/pull/2723)
- fix: Ensure that using preload with useSWRInfinite returns back an
array of data by [@&#8203;agadzik](https://togithub.com/agadzik) in
[https://github.com/vercel/swr/pull/2726](https://togithub.com/vercel/swr/pull/2726)
- fix: preload request should be consumed within `revalidate` to support
`parallel` option by [@&#8203;promer94](https://togithub.com/promer94)
in
[https://github.com/vercel/swr/pull/2727](https://togithub.com/vercel/swr/pull/2727)
- Fix the issue that useSWR revalidation isn't triggered if the useSWR
call happens after mutation by
[@&#8203;Ponyets](https://togithub.com/Ponyets) in
[https://github.com/vercel/swr/pull/2731](https://togithub.com/vercel/swr/pull/2731)
- fix(mutate): fix types of mutate/trigger; make mutate/trigger always
return the result of fetcher by
[@&#8203;Ponyets](https://togithub.com/Ponyets) in
[https://github.com/vercel/swr/pull/2708](https://togithub.com/vercel/swr/pull/2708)
- build(deps-dev): bump tough-cookie from 4.1.2 to 4.1.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/vercel/swr/pull/2735](https://togithub.com/vercel/swr/pull/2735)
- build(deps-dev): bump json5 from 2.2.1 to 2.2.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/vercel/swr/pull/2736](https://togithub.com/vercel/swr/pull/2736)
- docs: use isLoading instead of !data by
[@&#8203;pawfa](https://togithub.com/pawfa) in
[https://github.com/vercel/swr/pull/2734](https://togithub.com/vercel/swr/pull/2734)

#### New Contributors

- [@&#8203;agadzik](https://togithub.com/agadzik) made their first
contribution in
[https://github.com/vercel/swr/pull/2723](https://togithub.com/vercel/swr/pull/2723)
- [@&#8203;Ponyets](https://togithub.com/Ponyets) made their first
contribution in
[https://github.com/vercel/swr/pull/2731](https://togithub.com/vercel/swr/pull/2731)
- [@&#8203;pawfa](https://togithub.com/pawfa) made their first
contribution in
[https://github.com/vercel/swr/pull/2734](https://togithub.com/vercel/swr/pull/2734)

**Full Changelog**:
https://github.com/vercel/swr/compare/v2.2.0...v2.2.1

</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:eyJjcmVhdGVkSW5WZXIiOiIzNi44My4wIiwidXBkYXRlZEluVmVyIjoiMzYuODMuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-14 10:36:54 +00:00
..
cypress feat: Search UI improvements (#4613) 2023-09-06 10:50:20 +02:00
public
scripts
src feat: playground custom properties are nested (#4686) 2023-09-14 12:28:28 +02:00
.editorconfig
.gitignore
.nvmrc chore: update to node 18 (#3527) 2023-04-18 10:35:32 +02:00
.prettierignore Orval generator POC (#2724) 2023-01-05 11:57:53 +01:00
.prettierrc refactor: format files (#719) 2022-02-18 09:51:10 +01:00
cypress.config.ts test: add interactive demo guide e2e test (#3656) 2023-05-08 09:16:18 +01:00
cypress.d.ts
index.html
index.js
orval.config.js
package.json chore(deps): update dependency swr to v2.2.2 (#4713) 2023-09-14 10:36:54 +00:00
README.md feat: application usage frontend (#4561) 2023-08-24 13:13:02 +03:00
tsconfig.json
tsconfig.node.json
vercel.json
vite.config.ts fix: set css preload to false (#4524) 2023-08-17 15:04:41 +02:00
yarn.lock chore(deps): update dependency swr to v2.2.2 (#4713) 2023-09-14 10:36:54 +00:00

frontend

This directory contains the Unleash Admin UI frontend app.

Run with a local instance of the unleash-api

Refer to the Contributing to Unleash guide for instructions. The frontend dev server runs (in port 3000) simultaneously with the backend dev server (in port 4242):

yarn install
yarn dev

Run with a sandbox instance of the Unleash API

Alternatively, instead of running unleash-api on localhost, you can use a remote instance:

cd ./frontend
yarn install
yarn run start:sandbox

Running end-to-end tests

We have a set of Cypress tests that run on the build before a PR can be merged so it's important that you check these yourself before submitting a PR. On the server the tests will run against the deployed Heroku app so this is what you probably want to test against:

yarn run start:sandbox

In a different shell, you can run the tests themselves:

yarn run e2e:heroku

If you need to test against patches against a local server instance, you'll need to run that, and then run the end to end tests using:

yarn run e2e

You may also need to test that a feature works against the enterprise version of unleash. Assuming the Heroku instance is still running, this can be done by:

yarn run start:enterprise
yarn run e2e

Generating the OpenAPI client

The frontend uses an OpenAPI client generated from the backend's OpenAPI spec. Whenever there are changes to the backend API, the client should be regenerated:

For now we only use generated types (src/openapi/models). We will use methods (src/openapi/apis) for new features soon.

yarn gen:api
rm -rf src/openapi/apis

clean up src/openapi/index.ts imports, only keep first line export * from './models';

This script assumes that you have a running instance of the enterprise backend at http://localhost:4242. The new OpenAPI client will be generated from the runtime schema of this instance. The target URL can be changed by setting the UNLEASH_OPENAPI_URL env var.

Analyzing bundle size

npx vite-bundle-visualizer in the root of the frontend directory