2016-11-10 14:26:24 +01:00
|
|
|
{
|
2022-08-26 09:25:31 +02:00
|
|
|
"name": "unleash-frontend-local",
|
|
|
|
"version": "0.0.0",
|
|
|
|
"private": true,
|
2016-12-23 10:58:33 +01:00
|
|
|
"files": [
|
|
|
|
"index.js",
|
2021-04-07 09:04:48 +02:00
|
|
|
"build/"
|
2016-12-23 10:58:33 +01:00
|
|
|
],
|
2016-11-10 14:26:24 +01:00
|
|
|
"engines": {
|
2021-05-05 22:18:35 +02:00
|
|
|
"node": ">=14"
|
2016-11-10 14:26:24 +01:00
|
|
|
},
|
|
|
|
"scripts": {
|
2022-08-30 10:52:30 +02:00
|
|
|
"build": "vite build",
|
2022-05-05 17:15:22 +02:00
|
|
|
"start": "vite",
|
2022-12-16 19:09:24 +01:00
|
|
|
"start:prod": "vite build && vite preview",
|
2022-10-19 14:02:00 +02:00
|
|
|
"start:sandbox": "UNLEASH_API=https://sandbox.getunleash.io/ospro yarn run start",
|
2023-01-17 13:33:52 +01:00
|
|
|
"start:demo2": "UNLEASH_API=https://sandbox.getunleash.io/ UNLEASH_BASE_PATH=/demo2/ yarn run start",
|
|
|
|
"start:enterprise": "UNLEASH_API=https://unleash.herokuapp.com VITE_TEST_REDIRECT=true yarn run start",
|
2023-02-17 12:15:50 +01:00
|
|
|
"start:demo": "UNLEASH_BASE_PATH=/demo/ UNLEASH_API=https://app.unleash-hosted.com/ yarn run start",
|
2022-08-30 10:52:30 +02:00
|
|
|
"test": "tsc && vitest run",
|
2022-12-21 12:23:44 +01:00
|
|
|
"test:snapshot": "yarn test -u",
|
2022-08-26 09:25:31 +02:00
|
|
|
"test:watch": "vitest watch",
|
2023-01-02 10:46:32 +01:00
|
|
|
"lint": "eslint --fix ./src",
|
|
|
|
"lint:check": "eslint ./src",
|
2022-02-18 09:51:10 +01:00
|
|
|
"fmt": "prettier src --write --loglevel warn",
|
|
|
|
"fmt:check": "prettier src --check",
|
2022-09-30 13:01:32 +02:00
|
|
|
"ts:check": "tsc",
|
2022-03-25 12:13:39 +01:00
|
|
|
"e2e": "yarn run cypress open --config baseUrl='http://localhost:3000' --env AUTH_USER=admin,AUTH_PASSWORD=unleash4all",
|
2022-12-07 14:08:59 +01:00
|
|
|
"e2e:heroku": "yarn run cypress open --config baseUrl='https://unleash.herokuapp.com' --env AUTH_USER=admin,AUTH_PASSWORD=unleash4all",
|
2023-01-05 11:57:53 +01:00
|
|
|
"gen:api": "orval --config orval.config.js",
|
|
|
|
"gen:api:demo": "UNLEASH_OPENAPI_URL=https://app.unleash-hosted.com/demo/docs/openapi.json yarn run gen:api",
|
2023-01-12 16:09:13 +01:00
|
|
|
"gen:api:sandbox": "UNLEASH_OPENAPI_URL=https://sandbox.getunleash.io/demo2/docs/openapi.json yarn run gen:api",
|
2022-08-26 09:25:31 +02:00
|
|
|
"prepare": "yarn run build"
|
2016-11-10 14:26:24 +01:00
|
|
|
},
|
2021-04-09 13:38:30 +02:00
|
|
|
"devDependencies": {
|
2022-10-26 22:13:52 +02:00
|
|
|
"@codemirror/lang-json": "6.0.1",
|
2022-10-28 09:44:02 +02:00
|
|
|
"@emotion/react": "11.10.5",
|
|
|
|
"@emotion/styled": "11.10.5",
|
chore(deps): update material-ui monorepo (#3174)
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@mui/icons-material](https://mui.com/material-ui/material-icons/)
([source](https://togithub.com/mui/material-ui)) | [`5.11.0` ->
`5.11.9`](https://renovatebot.com/diffs/npm/@mui%2ficons-material/5.11.0/5.11.9)
|
[![age](https://badges.renovateapi.com/packages/npm/@mui%2ficons-material/5.11.9/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/@mui%2ficons-material/5.11.9/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/@mui%2ficons-material/5.11.9/compatibility-slim/5.11.0)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/@mui%2ficons-material/5.11.9/confidence-slim/5.11.0)](https://docs.renovatebot.com/merge-confidence/)
|
| [@mui/lab](https://mui.com/material-ui/about-the-lab/)
([source](https://togithub.com/mui/material-ui)) | [`5.0.0-alpha.119` ->
`5.0.0-alpha.120`](https://renovatebot.com/diffs/npm/@mui%2flab/5.0.0-alpha.119/5.0.0-alpha.120)
|
[![age](https://badges.renovateapi.com/packages/npm/@mui%2flab/5.0.0-alpha.120/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/@mui%2flab/5.0.0-alpha.120/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/@mui%2flab/5.0.0-alpha.120/compatibility-slim/5.0.0-alpha.119)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/@mui%2flab/5.0.0-alpha.120/confidence-slim/5.0.0-alpha.119)](https://docs.renovatebot.com/merge-confidence/)
|
| [@mui/material](https://mui.com/material-ui/getting-started/overview/)
([source](https://togithub.com/mui/material-ui)) | [`5.11.8` ->
`5.11.9`](https://renovatebot.com/diffs/npm/@mui%2fmaterial/5.11.8/5.11.9)
|
[![age](https://badges.renovateapi.com/packages/npm/@mui%2fmaterial/5.11.9/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/@mui%2fmaterial/5.11.9/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/@mui%2fmaterial/5.11.9/compatibility-slim/5.11.8)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/@mui%2fmaterial/5.11.9/confidence-slim/5.11.8)](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>mui/material-ui</summary>
###
[`v5.11.9`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#​5119)
[Compare
Source](https://togithub.com/mui/material-ui/compare/v5.11.0...v5.11.9)
<!-- generated comparing v5.11.8..master -->
*Feb 14, 2023*
A big thanks to the 17 contributors who made this release possible. Here
are some highlights ✨:
- 🐛 [@​rangoo94](https://togithub.com/rangoo94),
[@​sai6855](https://togithub.com/sai6855), and
[@​michaldudak](https://togithub.com/michaldudak) fixed a couple
of bugs in the Autocomplete component
([#​36116](https://togithub.com/mui/material-ui/issues/36116),
[#​35640](https://togithub.com/mui/material-ui/issues/35640),
[#​36076](https://togithub.com/mui/material-ui/issues/36076),
[#​36088](https://togithub.com/mui/material-ui/issues/36088))
- many other 🐛 bug fixes and 📚 documentation improvements
##### `@mui/material@5.11.9`
- \[AppBar] Fix joinVars() not handling undefined
([#​36128](https://togithub.com/mui/material-ui/issues/36128))
[@​donaldnevermore](https://togithub.com/donaldnevermore)
- \[Autocomplete] Fix tag removal regression
([#​36116](https://togithub.com/mui/material-ui/issues/36116))
[@​michaldudak](https://togithub.com/michaldudak)
- \[Autocomplete] Correct padding of filled Autocomplete
([#​35640](https://togithub.com/mui/material-ui/issues/35640))
[@​michaldudak](https://togithub.com/michaldudak)
- \[Grid]\[Stack] classNames prefixed with Mui
([#​36167](https://togithub.com/mui/material-ui/issues/36167))
[@​sai6855](https://togithub.com/sai6855)
##### `@mui/styled-engine@5.11.9`
- \[StyledEngineProvider] Fix issue with cache not being defined
([#​36162](https://togithub.com/mui/material-ui/issues/36162))
[@​mnajdova](https://togithub.com/mnajdova)
##### `@mui/joy@5.0.0-alpha.67`
- \[Joy] Add order dashboard template
([#​36081](https://togithub.com/mui/material-ui/issues/36081))
[@​siriwatknp](https://togithub.com/siriwatknp)
- \[Joy] Remove classes prop from the components that have it
([#​36159](https://togithub.com/mui/material-ui/issues/36159))
[@​hbjORbj](https://togithub.com/hbjORbj)
- \[Joy] Miscellaneous fixes
([#​36163](https://togithub.com/mui/material-ui/issues/36163))
[@​siriwatknp](https://togithub.com/siriwatknp)
##### `@mui/base@5.0.0-alpha.118`
- \[base] Override the types of `slotProps` per slot
([#​35964](https://togithub.com/mui/material-ui/issues/35964))
[@​hbjORbj](https://togithub.com/hbjORbj)
- \[Select]\[base] Prevent unnecessary rerendering of Select options
([#​35946](https://togithub.com/mui/material-ui/issues/35946))
[@​michaldudak](https://togithub.com/michaldudak)
- \[Select]\[base] Update the generated docs
([#​36183](https://togithub.com/mui/material-ui/issues/36183))
[@​michaldudak](https://togithub.com/michaldudak)
- \[useAutocomplete] Pass only valid values for the getOptionLabel prop
([#​36088](https://togithub.com/mui/material-ui/issues/36088))
[@​rangoo94](https://togithub.com/rangoo94)
- \[useAutocomplete] Fix `useAutocomplete` disabled prop not disabling
the input
([#​36076](https://togithub.com/mui/material-ui/issues/36076))
[@​sai6855](https://togithub.com/sai6855)
- \[useInput] Add return value interface
([#​36036](https://togithub.com/mui/material-ui/issues/36036))
[@​Shorifpatwary](https://togithub.com/Shorifpatwary)
- \[UseTabPanel] Add explicit return type
([#​36053](https://togithub.com/mui/material-ui/issues/36053))
[@​Shorifpatwary](https://togithub.com/Shorifpatwary)
- \[useTabsList] Add explicit return type
([#​36048](https://togithub.com/mui/material-ui/issues/36048))
[@​sai6855](https://togithub.com/sai6855)
- \[Tab] Add explicit return type to useTab
([#​36046](https://togithub.com/mui/material-ui/issues/36046))
[@​sai6855](https://togithub.com/sai6855)
##### `@mui/material-next@6.0.0-alpha.75`
- \[Material You] Use `md` as a CSS var prefix
([#​36177](https://togithub.com/mui/material-ui/issues/36177))
[@​siriwatknp](https://togithub.com/siriwatknp)
##### Docs
- \[docs] Fix the prop type regression on the API pages
([#​36168](https://togithub.com/mui/material-ui/issues/36168))
[@​mnajdova](https://togithub.com/mnajdova)
- \[docs] Fix virtualized table column resizing
([#​36066](https://togithub.com/mui/material-ui/issues/36066))
[@​petyosi](https://togithub.com/petyosi)
- \[docs] Fix react-spring demos
([#​36023](https://togithub.com/mui/material-ui/issues/36023))
[@​oliviertassinari](https://togithub.com/oliviertassinari)
- \[docs] Fix classname mismatch on Joy docs
([#​36127](https://togithub.com/mui/material-ui/issues/36127))
[@​siriwatknp](https://togithub.com/siriwatknp)
- \[docs] Fix typo in the released version of
[@​mui/styled-engine](https://togithub.com/mui/styled-engine)
([#​36121](https://togithub.com/mui/material-ui/issues/36121))
[@​m4theushw](https://togithub.com/m4theushw)
- \[docs] Fix demos showing TypeScript instead of JavaScript
([#​35850](https://togithub.com/mui/material-ui/issues/35850))
[@​mj12albert](https://togithub.com/mj12albert)
- \[docs] Update release instructions
([#​36113](https://togithub.com/mui/material-ui/issues/36113))
[@​mj12albert](https://togithub.com/mj12albert)
- \[docs] Rename `v6-alpha` to `v6-next` in navigation
([#​36102](https://togithub.com/mui/material-ui/issues/36102))
[@​LukasTy](https://togithub.com/LukasTy)
- \[docs] Revise Joy UI "Input" page
([#​35970](https://togithub.com/mui/material-ui/issues/35970))
[@​LadyBluenotes](https://togithub.com/LadyBluenotes)
- \[docs] Revise Joy UI "Typography" page
([#​35868](https://togithub.com/mui/material-ui/issues/35868))
[@​LadyBluenotes](https://togithub.com/LadyBluenotes)
##### Examples
- \[examples]\[vitejs] Load Roboto font
([#​35678](https://togithub.com/mui/material-ui/issues/35678))
[@​oliv37](https://togithub.com/oliv37)
##### Core
- \[blog] Fix the look and feel of the media description
([#​36069](https://togithub.com/mui/material-ui/issues/36069))
[@​oliviertassinari](https://togithub.com/oliviertassinari)
- \[core] Add default preview url
([#​36118](https://togithub.com/mui/material-ui/issues/36118))
[@​siriwatknp](https://togithub.com/siriwatknp)
- \[core] Migrate all the internals exported by `tests/utils/index.js`
to TypeScript
([#​35382](https://togithub.com/mui/material-ui/issues/35382))
[@​flaviendelangle](https://togithub.com/flaviendelangle)
- \[core] Convert the waterfall module to an internal package
([#​35323](https://togithub.com/mui/material-ui/issues/35323))
[@​michaldudak](https://togithub.com/michaldudak)
- \[website] Fix homepage MD theme demo
([#​36027](https://togithub.com/mui/material-ui/issues/36027))
[@​oliviertassinari](https://togithub.com/oliviertassinari)
- \[website] Revise the Lead Designer role job ad
([#​35912](https://togithub.com/mui/material-ui/issues/35912))
[@​danilo-leal](https://togithub.com/danilo-leal)
- \[POC] Add deploy preview to PR body
([#​35995](https://togithub.com/mui/material-ui/issues/35995))
[@​siriwatknp](https://togithub.com/siriwatknp)
All contributors of this release in alphabetical order:
[@​danilo-leal](https://togithub.com/danilo-leal),
[@​donaldnevermore](https://togithub.com/donaldnevermore),
[@​flaviendelangle](https://togithub.com/flaviendelangle),
[@​hbjORbj](https://togithub.com/hbjORbj),
[@​LadyBluenotes](https://togithub.com/LadyBluenotes),
[@​LukasTy](https://togithub.com/LukasTy),
[@​m4theushw](https://togithub.com/m4theushw),
[@​michaldudak](https://togithub.com/michaldudak),
[@​mj12albert](https://togithub.com/mj12albert),
[@​mnajdova](https://togithub.com/mnajdova),
[@​oliv37](https://togithub.com/oliv37),
[@​oliviertassinari](https://togithub.com/oliviertassinari),
[@​petyosi](https://togithub.com/petyosi),
[@​rangoo94](https://togithub.com/rangoo94),
[@​sai6855](https://togithub.com/sai6855),
[@​Shorifpatwary](https://togithub.com/Shorifpatwary),
[@​siriwatknp](https://togithub.com/siriwatknp)
</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://app.renovatebot.com/dashboard#github/Unleash/unleash).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNDguMCIsInVwZGF0ZWRJblZlciI6IjM0LjE0OC4wIn0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-22 00:53:48 +01:00
|
|
|
"@mui/icons-material": "5.11.9",
|
|
|
|
"@mui/lab": "5.0.0-alpha.120",
|
|
|
|
"@mui/material": "5.11.9",
|
2023-02-15 03:50:32 +01:00
|
|
|
"@testing-library/dom": "8.20.0",
|
2022-08-19 13:16:00 +02:00
|
|
|
"@testing-library/jest-dom": "5.16.5",
|
2022-04-17 20:16:53 +02:00
|
|
|
"@testing-library/react": "12.1.5",
|
2022-08-18 15:56:39 +02:00
|
|
|
"@testing-library/react-hooks": "7.0.2",
|
2022-08-19 16:07:17 +02:00
|
|
|
"@testing-library/user-event": "14.4.3",
|
2021-09-29 21:11:52 +02:00
|
|
|
"@types/debounce": "1.2.1",
|
2022-12-07 17:22:03 +01:00
|
|
|
"@types/deep-diff": "1.0.2",
|
chore(deps): update jest monorepo (#3136)
[![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.2.5` ->
`29.4.0`](https://renovatebot.com/diffs/npm/@types%2fjest/29.2.5/29.4.0)
|
[![age](https://badges.renovateapi.com/packages/npm/@types%2fjest/29.4.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/@types%2fjest/29.4.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/@types%2fjest/29.4.0/compatibility-slim/29.2.5)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/@types%2fjest/29.4.0/confidence-slim/29.2.5)](https://docs.renovatebot.com/merge-confidence/)
|
| [jest](https://jestjs.io/)
([source](https://togithub.com/facebook/jest)) | [`29.3.1` ->
`29.4.2`](https://renovatebot.com/diffs/npm/jest/29.3.1/29.4.2) |
[![age](https://badges.renovateapi.com/packages/npm/jest/29.4.2/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/jest/29.4.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/jest/29.4.2/compatibility-slim/29.3.1)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/jest/29.4.2/confidence-slim/29.3.1)](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>facebook/jest</summary>
###
[`v29.4.2`](https://togithub.com/facebook/jest/blob/HEAD/CHANGELOG.md#​2942)
[Compare
Source](https://togithub.com/facebook/jest/compare/v29.4.1...v29.4.2)
##### Features
- `[@jest/core]` Instrument significant lifecycle events with
[`performance.mark()`](https://nodejs.org/docs/latest-v16.x/api/perf_hooks.html#performancemarkname-options)
([#​13859](https://togithub.com/facebook/jest/pull/13859))
##### Fixes
- `[expect, @​jest/expect]` Provide type of `actual` as a generic
argument to `Matchers` to allow better-typed extensions
([#​13848](https://togithub.com/facebook/jest/pull/13848))
- `[jest-circus]` Added explicit mention of test failing because
`done()` is not being called in error message
([#​13847](https://togithub.com/facebook/jest/pull/13847))
- `[jest-runtime]` Handle CJS re-exports of node core modules from ESM
([#​13856](https://togithub.com/facebook/jest/pull/13856))
- `[jest-transform]` Downgrade `write-file-atomic` to v4
([#​13853](https://togithub.com/facebook/jest/pull/13853))
- `[jest-worker]` Ignore IPC messages not intended for Jest
([#​13543](https://togithub.com/facebook/jest/pull/13543))
##### Chore & Maintenance
- `[*]` make sure to exclude `.eslintcache` from published module
([#​13832](https://togithub.com/facebook/jest/pull/13832))
- `[docs]` Cleanup incorrect links in CHANGELOG.md
([#​13857](https://togithub.com/facebook/jest/pull/13857))
###
[`v29.4.1`](https://togithub.com/facebook/jest/blob/HEAD/CHANGELOG.md#​2941)
[Compare
Source](https://togithub.com/facebook/jest/compare/v29.4.0...v29.4.1)
##### Features
- `[expect, jest-circus, @​jest/types]` Implement
`numPassingAsserts` of testResults to track the number of passing
asserts in a test
([#​13795](https://togithub.com/facebook/jest/pull/13795))
- `[jest-core]` Add newlines to JSON output
([#​13817](https://togithub.com/facebook/jest/pull/13817))
- `[@jest/reporters]` Automatic log folding in GitHub Actions Reporter
([#​13626](https://togithub.com/facebook/jest/pull/13626))
##### Fixes
- `[@jest/expect-utils]` `toMatchObject` diffs should include `Symbol`
properties
([#​13810](https://togithub.com/facebook/jest/pull/13810))
- `[jest-runtime]` Handle missing `replaceProperty`
([#​13823](https://togithub.com/facebook/jest/pull/13823))
- `[@jest/types]` Add partial support for `done` callbacks in typings of
`each` ([#​13756](https://togithub.com/facebook/jest/pull/13756))
###
[`v29.4.0`](https://togithub.com/facebook/jest/blob/HEAD/CHANGELOG.md#​2940)
[Compare
Source](https://togithub.com/facebook/jest/compare/v29.3.1...v29.4.0)
##### Features
- `[expect, @​jest/expect-utils]` Support custom equality testers
([#​13654](https://togithub.com/facebook/jest/pull/13654))
- `[jest-config, jest-worker]` Use `os.availableParallelism` if
available to calculate number of workers to spawn
([#​13738](https://togithub.com/facebook/jest/pull/13738))
- `[@jest/globals, jest-mock]` Add `jest.replaceProperty()` that
replaces property value
([#​13496](https://togithub.com/facebook/jest/pull/13496))
- `[jest-haste-map]` ignore Sapling vcs directories (`.sl/`)
([#​13674](https://togithub.com/facebook/jest/pull/13674))
- `[jest-resolve]` Support subpath imports
([#​13705](https://togithub.com/facebook/jest/pull/13705),
[#​13723](https://togithub.com/facebook/jest/pull/13723),
[#​13777](https://togithub.com/facebook/jest/pull/13777))
- `[jest-runtime]` Add `jest.isolateModulesAsync` for scoped module
initialization of asynchronous functions
([#​13680](https://togithub.com/facebook/jest/pull/13680))
- `[jest-runtime]` Add `jest.isEnvironmentTornDown` function
([#​13741](https://togithub.com/facebook/jest/pull/13741))
- `[jest-test-result]` Added `skipped` and `focused` status to
`FormattedTestResult`
([#​13700](https://togithub.com/facebook/jest/pull/13700))
- `[jest-transform]` Support for asynchronous `createTransformer`
([#​13762](https://togithub.com/facebook/jest/pull/13762))
##### Fixes
- `[jest-environment-node]` Fix non-configurable globals
([#​13687](https://togithub.com/facebook/jest/pull/13687))
- `[@jest/expect-utils]` `toMatchObject` should handle `Symbol`
properties
([#​13639](https://togithub.com/facebook/jest/pull/13639))
- `[jest-mock]` Fix `mockReset` and `resetAllMocks` `undefined` return
value([#​13692](https://togithub.com/facebook/jest/pull/13692))
- `[jest-resolve]` Add global paths to `require.resolve.paths`
([#​13633](https://togithub.com/facebook/jest/pull/13633))
- `[jest-resolve]` Correct node core module detection when using `node:`
specifiers
([#​13806](https://togithub.com/facebook/jest/pull/13806))
- `[jest-runtime]` Support WASM files that import JS resources
([#​13608](https://togithub.com/facebook/jest/pull/13608))
- `[jest-runtime]` Use the `scriptTransformer` cache in `jest-runner`
([#​13735](https://togithub.com/facebook/jest/pull/13735))
- `[jest-runtime]` Enforce import assertions when importing JSON in ESM
([#​12755](https://togithub.com/facebook/jest/pull/12755) &
[#​13805](https://togithub.com/facebook/jest/pull/13805))
- `[jest-snapshot]` Make sure to import `babel` outside of the sandbox
([#​13694](https://togithub.com/facebook/jest/pull/13694))
- `[jest-transform]` Ensure the correct configuration is passed to
preprocessors specified multiple times in the `transform` option
([#​13770](https://togithub.com/facebook/jest/pull/13770))
##### Chore & Maintenance
- `[@jest/fake-timers]` Update `@sinonjs/fake-timers`
([#​13612](https://togithub.com/facebook/jest/pull/13612))
- `[docs]` Improve custom puppeteer example to prevent worker warnings
([#​13619](https://togithub.com/facebook/jest/pull/13619))
</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://app.renovatebot.com/dashboard#github/Unleash/unleash).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNDIuMSIsInVwZGF0ZWRJblZlciI6IjM0LjE0Mi4xIn0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-17 19:19:34 +01:00
|
|
|
"@types/jest": "29.4.0",
|
2022-04-28 16:57:43 +02:00
|
|
|
"@types/lodash.clonedeep": "4.5.7",
|
2022-12-02 10:39:20 +01:00
|
|
|
"@types/lodash.omit": "4.5.7",
|
2022-02-25 10:55:39 +01:00
|
|
|
"@types/node": "17.0.18",
|
2023-02-11 10:30:21 +01:00
|
|
|
"@types/react": "17.0.53",
|
2023-02-22 07:06:25 +01:00
|
|
|
"@types/react-dom": "17.0.19",
|
2022-05-05 15:34:46 +02:00
|
|
|
"@types/react-router-dom": "5.3.3",
|
2022-12-31 06:10:56 +01:00
|
|
|
"@types/react-table": "7.7.14",
|
2022-04-28 21:16:06 +02:00
|
|
|
"@types/react-test-renderer": "17.0.2",
|
2021-10-08 19:04:55 +02:00
|
|
|
"@types/react-timeago": "4.1.3",
|
2022-10-27 08:44:24 +02:00
|
|
|
"@types/semver": "7.3.13",
|
2023-01-27 09:13:57 +01:00
|
|
|
"@types/uuid": "^9.0.0",
|
2023-02-20 20:45:05 +01:00
|
|
|
"@uiw/codemirror-theme-duotone": "4.19.9",
|
2023-02-20 20:55:22 +01:00
|
|
|
"@uiw/react-codemirror": "4.19.9",
|
2023-02-15 06:02:10 +01:00
|
|
|
"@vitejs/plugin-react": "3.1.0",
|
2022-08-04 16:46:41 +02:00
|
|
|
"chart.js": "3.9.1",
|
2022-12-28 14:09:19 +01:00
|
|
|
"chartjs-adapter-date-fns": "3.0.0",
|
2022-10-07 04:41:23 +02:00
|
|
|
"classnames": "2.3.2",
|
2022-11-14 17:27:49 +01:00
|
|
|
"copy-to-clipboard": "3.3.3",
|
2022-08-01 11:50:59 +02:00
|
|
|
"cypress": "9.7.0",
|
2022-10-07 07:12:58 +02:00
|
|
|
"date-fns": "2.29.3",
|
2021-09-27 09:12:17 +02:00
|
|
|
"debounce": "1.2.1",
|
2021-11-08 16:02:06 +01:00
|
|
|
"deep-diff": "1.0.2",
|
2022-10-10 12:18:37 +02:00
|
|
|
"dequal": "2.0.3",
|
2023-02-18 15:25:36 +01:00
|
|
|
"eslint": "8.34.0",
|
2022-08-18 15:56:39 +02:00
|
|
|
"eslint-config-react-app": "7.0.1",
|
2022-03-24 20:06:59 +01:00
|
|
|
"fast-json-patch": "3.1.1",
|
2022-04-29 01:07:23 +02:00
|
|
|
"http-proxy-middleware": "2.0.6",
|
2023-02-12 07:47:06 +01:00
|
|
|
"immer": "9.0.19",
|
chore(deps): update dependency jsdom to v21.1.0 (#3115)
[![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.0.0` ->
`21.1.0`](https://renovatebot.com/diffs/npm/jsdom/21.0.0/21.1.0) |
[![age](https://badges.renovateapi.com/packages/npm/jsdom/21.1.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/jsdom/21.1.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/jsdom/21.1.0/compatibility-slim/21.0.0)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/jsdom/21.1.0/confidence-slim/21.0.0)](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>jsdom/jsdom</summary>
###
[`v21.1.0`](https://togithub.com/jsdom/jsdom/blob/HEAD/Changelog.md#​2110)
[Compare
Source](https://togithub.com/jsdom/jsdom/compare/21.0.0...21.1.0)
- Added `x`, `y`, `pageX`, `pageY`, `offsetX`, and `offsetY` to
`MouseEvent`. (jenseng, ViniciusFXavier)
- Added support for `unset` with `getComputedStyle()`. (jsnajdr)
- Added the `submitter` property to `SubmitEvent`. (jenseng)
- Fixed `MouseEvent`'s `screenX` and `screenY` to no longer coerce to
integers, allowing fractional values. (jenseng)
- Fixed `formEl.submit()` to not longer fire `submit` events. (jenseng)
- Fixed stylesheets to no longer affect the document after their
corresponding `<link>` is removed. (jsnajdr)
- Fixed `pointer-events` to inherit when used with `getComputedStyle()`.
(jnajdr)
- Fixed `<script>` elements with no `src=""` to no longer fire `load`
events. (t1ger2080)
- Improved `getComputedStyle()` to cache its results, which should make
it much faster. (jsnajdr)
</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://app.renovatebot.com/dashboard#github/Unleash/unleash).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMzMuMCIsInVwZGF0ZWRJblZlciI6IjM0LjEzMy4wIn0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-16 03:49:59 +01:00
|
|
|
"jsdom": "21.1.0",
|
2021-09-27 09:12:17 +02:00
|
|
|
"lodash.clonedeep": "4.5.0",
|
2022-12-02 10:39:20 +01:00
|
|
|
"lodash.omit": "4.5.0",
|
2022-12-16 15:12:36 +01:00
|
|
|
"mermaid": "^9.3.0",
|
2022-10-12 17:19:37 +02:00
|
|
|
"millify": "^5.0.1",
|
2023-02-12 17:25:43 +01:00
|
|
|
"msw": "0.49.3",
|
2022-08-18 15:56:39 +02:00
|
|
|
"pkginfo": "0.4.1",
|
2022-06-07 17:35:57 +02:00
|
|
|
"plausible-tracker": "0.3.8",
|
chore(deps): update dependency prettier to v2.8.1 (#2509)
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [prettier](https://prettier.io)
([source](https://togithub.com/prettier/prettier)) | [`2.7.1` ->
`2.8.1`](https://renovatebot.com/diffs/npm/prettier/2.7.1/2.8.1) |
[![age](https://badges.renovateapi.com/packages/npm/prettier/2.8.1/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/prettier/2.8.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/prettier/2.8.1/compatibility-slim/2.7.1)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/prettier/2.8.1/confidence-slim/2.7.1)](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>prettier/prettier</summary>
###
[`v2.8.1`](https://togithub.com/prettier/prettier/blob/HEAD/CHANGELOG.md#​281)
[Compare
Source](https://togithub.com/prettier/prettier/compare/2.8.0...2.8.1)
[diff](https://togithub.com/prettier/prettier/compare/2.8.0...2.8.1)
##### Fix SCSS map in arguments
([#​9184](https://togithub.com/prettier/prettier/pull/9184) by
[@​agamkrbit](https://togithub.com/agamkrbit))
<!-- prettier-ignore -->
```scss
// Input
$display-breakpoints: map-deep-merge(
(
"print-only": "only print",
"screen-only": "only screen",
"xs-only": "only screen and (max-width: #{map-get($grid-breakpoints, "sm")-1})",
),
$display-breakpoints
);
// Prettier 2.8.0
$display-breakpoints: map-deep-merge(
(
"print-only": "only print",
"screen-only": "only screen",
"xs-only": "only screen and (max-width: #{map-get($grid-breakpoints, " sm
")-1})",
),
$display-breakpoints
);
// Prettier 2.8.1
$display-breakpoints: map-deep-merge(
(
"print-only": "only print",
"screen-only": "only screen",
"xs-only": "only screen and (max-width: #{map-get($grid-breakpoints, "sm")-1})",
),
$display-breakpoints
);
```
##### Support auto accessors syntax
([#​13919](https://togithub.com/prettier/prettier/pull/13919) by
[@​sosukesuzuki](https://togithub.com/sosukesuzuki))
Support for [Auto Accessors
Syntax](https://devblogs.microsoft.com/typescript/announcing-typescript-4-9/#auto-accessors-in-classes)
landed in TypeScript 4.9.
(Doesn't work well with `babel-ts` parser)
<!-- prettier-ignore -->
```tsx
class Foo {
accessor foo: number = 3;
}
```
###
[`v2.8.0`](https://togithub.com/prettier/prettier/blob/HEAD/CHANGELOG.md#​280)
[Compare
Source](https://togithub.com/prettier/prettier/compare/2.7.1...2.8.0)
[diff](https://togithub.com/prettier/prettier/compare/2.7.1...2.8.0)
🔗 [Release Notes](https://prettier.io/blog/2022/11/23/2.8.0.html)
</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://app.renovatebot.com/dashboard#github/Unleash/unleash).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4zMC4yIiwidXBkYXRlZEluVmVyIjoiMzQuNjIuMSJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Gastón Fournier <gaston@getunleash.ai>
2022-12-27 10:45:43 +01:00
|
|
|
"prettier": "2.8.1",
|
2022-02-11 01:34:06 +01:00
|
|
|
"prop-types": "15.8.1",
|
2021-09-27 09:12:17 +02:00
|
|
|
"react": "17.0.2",
|
2022-08-02 05:44:13 +02:00
|
|
|
"react-chartjs-2": "4.3.1",
|
2021-09-27 09:12:17 +02:00
|
|
|
"react-dom": "17.0.2",
|
2023-01-20 09:50:24 +01:00
|
|
|
"react-dropzone": "14.2.3",
|
2022-10-10 12:18:37 +02:00
|
|
|
"react-error-boundary": "3.1.4",
|
2022-12-10 18:26:53 +01:00
|
|
|
"react-hooks-global-state": "2.1.0",
|
2022-12-22 16:47:42 +01:00
|
|
|
"react-markdown": "^8.0.4",
|
2023-02-18 17:04:36 +01:00
|
|
|
"react-router-dom": "6.8.1",
|
2022-05-17 16:33:12 +02:00
|
|
|
"react-table": "7.8.0",
|
2022-02-25 10:55:39 +01:00
|
|
|
"react-test-renderer": "17.0.2",
|
2022-06-13 09:07:14 +02:00
|
|
|
"react-timeago": "7.1.0",
|
2023-02-21 07:24:54 +01:00
|
|
|
"sass": "1.58.1",
|
2022-10-07 16:42:35 +02:00
|
|
|
"semver": "7.3.8",
|
chore(deps): update dependency swr to v2.0.3 (#3091)
[![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.0.0` ->
`2.0.3`](https://renovatebot.com/diffs/npm/swr/2.0.0/2.0.3) |
[![age](https://badges.renovateapi.com/packages/npm/swr/2.0.3/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/swr/2.0.3/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/swr/2.0.3/compatibility-slim/2.0.0)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/swr/2.0.3/confidence-slim/2.0.0)](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>vercel/swr</summary>
### [`v2.0.3`](https://togithub.com/vercel/swr/releases/tag/v2.0.3)
[Compare
Source](https://togithub.com/vercel/swr/compare/v2.0.2...v2.0.3)
#### Patches
- fix: parameters passed to subscribe is inconsistent with its
declaration by [@​hong24](https://togithub.com/hong24) in
[https://github.com/vercel/swr/pull/2353](https://togithub.com/vercel/swr/pull/2353)
- fix: when inifinite key changes, should use cached pagesize instead of
initialSize by [@​promer94](https://togithub.com/promer94) in
[https://github.com/vercel/swr/pull/2386](https://togithub.com/vercel/swr/pull/2386)
- fix: make compare function only compare data
([#​2375](https://togithub.com/vercel/swr/issues/2375)) by
[@​Retrospection](https://togithub.com/Retrospection) and
[@​promer94](https://togithub.com/promer94) in
[https://github.com/vercel/swr/pull/2387](https://togithub.com/vercel/swr/pull/2387)
[https://github.com/vercel/swr/pull/2389](https://togithub.com/vercel/swr/pull/2389)
- fix: initial loading state should be false with revalidation is
disabed by [@​promer94](https://togithub.com/promer94) in
[https://github.com/vercel/swr/pull/2382](https://togithub.com/vercel/swr/pull/2382)
- fix: Ensure hydration matches the SSR result during streaming by
[@​shuding](https://togithub.com/shuding) in
[https://github.com/vercel/swr/pull/2391](https://togithub.com/vercel/swr/pull/2391)
#### Chores
- ci: only run release when tags pushed by
[@​promer94](https://togithub.com/promer94) in
[https://github.com/vercel/swr/pull/2388](https://togithub.com/vercel/swr/pull/2388)
- unify `-` characters in README.md by
[@​JanKaifer](https://togithub.com/JanKaifer) in
[https://github.com/vercel/swr/pull/2334](https://togithub.com/vercel/swr/pull/2334)
#### New Contributors
- [@​hong24](https://togithub.com/hong24) made their first
contribution in
[https://github.com/vercel/swr/pull/2353](https://togithub.com/vercel/swr/pull/2353)
- [@​Retrospection](https://togithub.com/Retrospection) made their
first contribution in
[https://github.com/vercel/swr/pull/2387](https://togithub.com/vercel/swr/pull/2387)
- [@​JanKaifer](https://togithub.com/JanKaifer) made their first
contribution in
[https://github.com/vercel/swr/pull/2334](https://togithub.com/vercel/swr/pull/2334)
**Full Changelog**:
https://github.com/vercel/swr/compare/v2.0.2...v2.0.3
### [`v2.0.2`](https://togithub.com/vercel/swr/releases/tag/v2.0.2)
[Compare
Source](https://togithub.com/vercel/swr/compare/v2.0.1...v2.0.2)
#### Patches
- fix: delay revalidation if a key is already active and has error by
[@​promer94](https://togithub.com/promer94) in
[https://github.com/vercel/swr/pull/2338](https://togithub.com/vercel/swr/pull/2338)
- fix: createCacheHelper type by
[@​promer94](https://togithub.com/promer94) in
[https://github.com/vercel/swr/pull/2365](https://togithub.com/vercel/swr/pull/2365)
#### Chores
- release workflow by [@​huozhi](https://togithub.com/huozhi) in
[https://github.com/vercel/swr/pull/2374](https://togithub.com/vercel/swr/pull/2374),
[https://github.com/vercel/swr/pull/2381](https://togithub.com/vercel/swr/pull/2381),
[https://github.com/vercel/swr/pull/2383](https://togithub.com/vercel/swr/pull/2383),
[https://github.com/vercel/swr/pull/2384](https://togithub.com/vercel/swr/pull/2384),
[https://github.com/vercel/swr/pull/2385](https://togithub.com/vercel/swr/pull/2385)
**Full Changelog**:
https://github.com/vercel/swr/compare/v2.0.1...v2.0.2
### [`v2.0.1`](https://togithub.com/vercel/swr/releases/tag/v2.0.1)
[Compare Source](https://togithub.com/vercel/swr/compare/2.0.0...v2.0.1)
In this patch release, we majorly improved typing support and SWR can
infer the types based on the configuration.
- When the `suspense` option is `true`, the returned `data` will exclude
`undefined` and the `isLoading` will always be `false`.
- When the `fallbackData` option is provided, the returned `data` will
be the same type of `fallbackData`, and the `isLoading` will always be
`false`.
Here's a demo for it:
https://user-images.githubusercontent.com/4800338/213288879-ffbeeeb5-aca5-4a65-8229-69fbf9b0bf70.mp4
#### What's Changed
- types: make FullConfiguration generic by
[@​huozhi](https://togithub.com/huozhi) in
[https://github.com/vercel/swr/pull/2273](https://togithub.com/vercel/swr/pull/2273)
- type: enforce array literal as tuple by
[@​promer94](https://togithub.com/promer94) in
[https://github.com/vercel/swr/pull/2283](https://togithub.com/vercel/swr/pull/2283)
- Improve type test by [@​promer94](https://togithub.com/promer94)
in
[https://github.com/vercel/swr/pull/2289](https://togithub.com/vercel/swr/pull/2289)
- update bunchee to remove the extra target cli option by
[@​huozhi](https://togithub.com/huozhi) in
[https://github.com/vercel/swr/pull/2298](https://togithub.com/vercel/swr/pull/2298)
- fix: useSWRMutation should always use the latest fetcher by
[@​koba04](https://togithub.com/koba04) in
[https://github.com/vercel/swr/pull/2290](https://togithub.com/vercel/swr/pull/2290)
- types: conditional swr response by
[@​huozhi](https://togithub.com/huozhi) in
[https://github.com/vercel/swr/pull/2301](https://togithub.com/vercel/swr/pull/2301)
- fix: types properites in exports fields by
[@​koba04](https://togithub.com/koba04) in
[https://github.com/vercel/swr/pull/2341](https://togithub.com/vercel/swr/pull/2341)
- Update license year by
[@​IcedMonk](https://togithub.com/IcedMonk) in
[https://github.com/vercel/swr/pull/2344](https://togithub.com/vercel/swr/pull/2344)
- feat: add all mutate options support to useSWRInfinite by
[@​koba04](https://togithub.com/koba04) in
[https://github.com/vercel/swr/pull/2350](https://togithub.com/vercel/swr/pull/2350)
- ci: add publint to check packaging on CI by
[@​koba04](https://togithub.com/koba04) in
[https://github.com/vercel/swr/pull/2363](https://togithub.com/vercel/swr/pull/2363)
#### New Contributors
- [@​IcedMonk](https://togithub.com/IcedMonk) made their first
contribution in
[https://github.com/vercel/swr/pull/2344](https://togithub.com/vercel/swr/pull/2344)
**Full Changelog**: https://github.com/vercel/swr/compare/2.0.0...v2.0.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://app.renovatebot.com/dashboard#github/Unleash/unleash).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjM0LjEzMC4xIn0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-12 23:37:15 +01:00
|
|
|
"swr": "2.0.3",
|
2023-02-15 09:14:15 +01:00
|
|
|
"tss-react": "4.6.0",
|
2022-10-07 19:54:29 +02:00
|
|
|
"typescript": "4.8.4",
|
chore(deps): update dependency vite to v4.1.1 (#3126)
[![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.0.4` ->
`4.1.1`](https://renovatebot.com/diffs/npm/vite/4.0.4/4.1.1) |
[![age](https://badges.renovateapi.com/packages/npm/vite/4.1.1/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/vite/4.1.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/vite/4.1.1/compatibility-slim/4.0.4)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/vite/4.1.1/confidence-slim/4.0.4)](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>vitejs/vite</summary>
###
[`v4.1.1`](https://togithub.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small411-2023-02-02-small)
[Compare
Source](https://togithub.com/vitejs/vite/compare/c57c21cc36d953d36a518226cbc06fb92b48a784...v4.1.1)
- chore: 4.1.0 changelog cleanup
([#​11900](https://togithub.com/vitejs/vite/issues/11900))
([7747d32](https://togithub.com/vitejs/vite/commit/7747d32)), closes
[#​11900](https://togithub.com/vitejs/vite/issues/11900)
- fix: catch statSync error
([#​11907](https://togithub.com/vitejs/vite/issues/11907))
([f80b9a2](https://togithub.com/vitejs/vite/commit/f80b9a2)), closes
[#​11907](https://togithub.com/vitejs/vite/issues/11907)
###
[`v4.1.0`](https://togithub.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#​410-2023-02-02)
[Compare
Source](https://togithub.com/vitejs/vite/compare/v4.0.4...c57c21cc36d953d36a518226cbc06fb92b48a784)
Vite 4.1 updates to the latest versions of Rollup and esbuild. Check out
the new [Rollup docs](https://rollupjs.org/), that are now powered by
VitePress making the navigation between Vite and Rollup docs easier for
users.
[Vite docs](https://vitejs.dev) got a theme update migrating to the
latest version of VitePress.
As part of [Vite 4](https://vitejs.dev/blog/announcing-vite4.html), the
Vue and React plugins have been extracted out of the monorepo. Although
their release cycle will no longer follow Vite releases moving forward,
Vite 4.1 is released in parallel with new versions of
[@​vitejs/plugin-react](https://togithub.com/vitejs/vite-plugin-react/releases/tag/plugin-react%403.1.0)
and
[@​vitejs/plugin-react-swc](https://togithub.com/vitejs/vite-plugin-react-swc/releases/tag/v3.1.0).
[@​vitejs/plugin-react](https://togithub.com/vitejs/plugin-react)
3.1.0 reworks the way HMR is handled fixing many edge cases and
[@​vitejs/plugin-react-swc](https://togithub.com/vitejs/plugin-react-swc)
3.1.0 adds support for SWC plugins.
There is also a new major for
[@​vitejs/plugin-legacy](https://togithub.com/vitejs/vite/blob/main/packages/plugin-legacy),
see [changelog for
v4.0.0](https://togithub.com/vitejs/vite/blob/main/packages/plugin-legacy/CHANGELOG.md#​400-2023-02-02).
This version contains breaking changes:
- Support browserslist and update default target
([#​11318](https://togithub.com/vitejs/vite/pull/11318)). See
[updated `targets`
default](https://togithub.com/vitejs/vite/tree/main/packages/plugin-legacy#targets).
- Bump modern target to support async generator
([#​11896](https://togithub.com/vitejs/vite/pull/11896)). Learn
more at [the browsers support
docs](https://togithub.com/vitejs/vite/tree/main/packages/plugin-legacy#browsers-that-supports-esm-but-does-not-support-widely-available-features).
##### Features
- feat: add experimental option to skip SSR transform
([#​11411](https://togithub.com/vitejs/vite/issues/11411))
([e781ef3](https://togithub.com/vitejs/vite/commit/e781ef3)), closes
[#​11411](https://togithub.com/vitejs/vite/issues/11411)
- feat: reproducible manifest
([#​11542](https://togithub.com/vitejs/vite/issues/11542))
([efc8979](https://togithub.com/vitejs/vite/commit/efc8979)), closes
[#​11542](https://togithub.com/vitejs/vite/issues/11542)
- feat: support BROWSER and BROWSER_ARGS in env file
([#​11513](https://togithub.com/vitejs/vite/issues/11513))
([8972868](https://togithub.com/vitejs/vite/commit/8972868)), closes
[#​11513](https://togithub.com/vitejs/vite/issues/11513)
- feat(cli): clear console by pressing c
([#​11493](https://togithub.com/vitejs/vite/issues/11493))
([#​11494](https://togithub.com/vitejs/vite/issues/11494))
([1ae018f](https://togithub.com/vitejs/vite/commit/1ae018f)), closes
[#​11493](https://togithub.com/vitejs/vite/issues/11493)
[#​11494](https://togithub.com/vitejs/vite/issues/11494)
- perf(build): disable rollup cache for builds
([#​11454](https://togithub.com/vitejs/vite/issues/11454))
([580ba7a](https://togithub.com/vitejs/vite/commit/580ba7a)), closes
[#​11454](https://togithub.com/vitejs/vite/issues/11454)
- perf(resolve): improve file existence check
([#​11436](https://togithub.com/vitejs/vite/issues/11436))
([4a12b89](https://togithub.com/vitejs/vite/commit/4a12b89)), closes
[#​11436](https://togithub.com/vitejs/vite/issues/11436)
##### Bug Fixes
- fix: await bundle closing
([#​11873](https://togithub.com/vitejs/vite/issues/11873))
([1e6768d](https://togithub.com/vitejs/vite/commit/1e6768d)), closes
[#​11873](https://togithub.com/vitejs/vite/issues/11873)
- fix: make viteMetadata property of RenderedChunk optional
([#​11768](https://togithub.com/vitejs/vite/issues/11768))
([128f09e](https://togithub.com/vitejs/vite/commit/128f09e)), closes
[#​11768](https://togithub.com/vitejs/vite/issues/11768)
- fix: replace import.meta.hot with undefined in the production
([#​11317](https://togithub.com/vitejs/vite/issues/11317))
([73afe6d](https://togithub.com/vitejs/vite/commit/73afe6d)), closes
[#​11317](https://togithub.com/vitejs/vite/issues/11317)
- fix: update CJS interop error message
([#​11842](https://togithub.com/vitejs/vite/issues/11842))
([356ddfe](https://togithub.com/vitejs/vite/commit/356ddfe)), closes
[#​11842](https://togithub.com/vitejs/vite/issues/11842)
- fix(client): serve client sources next to deployed scripts
([#​11865](https://togithub.com/vitejs/vite/issues/11865))
([63bd261](https://togithub.com/vitejs/vite/commit/63bd261)), closes
[#​11865](https://togithub.com/vitejs/vite/issues/11865)
- fix(deps): update all non-major dependencies
([#​11846](https://togithub.com/vitejs/vite/issues/11846))
([5d55083](https://togithub.com/vitejs/vite/commit/5d55083)), closes
[#​11846](https://togithub.com/vitejs/vite/issues/11846)
- fix(esbuild): avoid polluting global namespace while minify is false
([#​11882](https://togithub.com/vitejs/vite/issues/11882))
([c895379](https://togithub.com/vitejs/vite/commit/c895379)), closes
[#​11882](https://togithub.com/vitejs/vite/issues/11882)
- fix: deep resolve side effects when glob does not contain /
([#​11807](https://togithub.com/vitejs/vite/issues/11807))
([f3a0c3b](https://togithub.com/vitejs/vite/commit/f3a0c3b)), closes
[#​11807](https://togithub.com/vitejs/vite/issues/11807)
- fix: duplicated sourceMappingURL for worker bundles (fix
[#​11601](https://togithub.com/vitejs/vite/issues/11601))
([#​11602](https://togithub.com/vitejs/vite/issues/11602))
([5444781](https://togithub.com/vitejs/vite/commit/5444781)), closes
[#​11601](https://togithub.com/vitejs/vite/issues/11601)
[#​11602](https://togithub.com/vitejs/vite/issues/11602)
- fix: emit assets from SSR build
([#​11430](https://togithub.com/vitejs/vite/issues/11430))
([ffbdcdb](https://togithub.com/vitejs/vite/commit/ffbdcdb)), closes
[#​11430](https://togithub.com/vitejs/vite/issues/11430)
- fix: revert "load sourcemaps alongside modules
([#​11576](https://togithub.com/vitejs/vite/issues/11576))"
([#​11775](https://togithub.com/vitejs/vite/issues/11775))
([697dd00](https://togithub.com/vitejs/vite/commit/697dd00)), closes
[#​11576](https://togithub.com/vitejs/vite/issues/11576)
[#​11775](https://togithub.com/vitejs/vite/issues/11775)
- fix: scope tracking for shadowing variables in blocks
([#​11806](https://togithub.com/vitejs/vite/issues/11806))
([#​11811](https://togithub.com/vitejs/vite/issues/11811))
([568bdab](https://togithub.com/vitejs/vite/commit/568bdab)), closes
[#​11806](https://togithub.com/vitejs/vite/issues/11806)
[#​11811](https://togithub.com/vitejs/vite/issues/11811)
- fix(cli): exit 1 on ctrl+c
([#​11563](https://togithub.com/vitejs/vite/issues/11563))
([fb77411](https://togithub.com/vitejs/vite/commit/fb77411)), closes
[#​11563](https://togithub.com/vitejs/vite/issues/11563)
- fix(css): insert styles in the same position
([#​11763](https://togithub.com/vitejs/vite/issues/11763))
([d2f1381](https://togithub.com/vitejs/vite/commit/d2f1381)), closes
[#​11763](https://togithub.com/vitejs/vite/issues/11763)
- fix(esbuild): check server before reload tsconfig
([#​11747](https://togithub.com/vitejs/vite/issues/11747))
([c56b954](https://togithub.com/vitejs/vite/commit/c56b954)), closes
[#​11747](https://togithub.com/vitejs/vite/issues/11747)
- fix(hmr): hmr websocket failure for custom middleware mode with
server.hmr.server
([#​11487](https://togithub.com/vitejs/vite/issues/11487))
([00919bb](https://togithub.com/vitejs/vite/commit/00919bb)), closes
[#​11487](https://togithub.com/vitejs/vite/issues/11487)
- fix(ssr): load sourcemaps alongside modules (fix:
[#​3288](https://togithub.com/vitejs/vite/issues/3288))
([#​11576](https://togithub.com/vitejs/vite/issues/11576))
([dc05e97](https://togithub.com/vitejs/vite/commit/dc05e97)), closes
[#​3288](https://togithub.com/vitejs/vite/issues/3288)
[#​11576](https://togithub.com/vitejs/vite/issues/11576)
- refactor: upgrade resolve.exports
([#​11712](https://togithub.com/vitejs/vite/issues/11712))
([00a79ec](https://togithub.com/vitejs/vite/commit/00a79ec)), closes
[#​11712](https://togithub.com/vitejs/vite/issues/11712)
- fix: remove moment from force interop packages
([#​11502](https://togithub.com/vitejs/vite/issues/11502))
([b89ddd6](https://togithub.com/vitejs/vite/commit/b89ddd6)), closes
[#​11502](https://togithub.com/vitejs/vite/issues/11502)
- fix(css): fix stale css when reloading with hmr disabled
([#​10270](https://togithub.com/vitejs/vite/issues/10270))
([#​11506](https://togithub.com/vitejs/vite/issues/11506))
([e5807c4](https://togithub.com/vitejs/vite/commit/e5807c4)), closes
[#​10270](https://togithub.com/vitejs/vite/issues/10270)
[#​11506](https://togithub.com/vitejs/vite/issues/11506)
- fix(hmr): base default protocol on client source location
([#​11497](https://togithub.com/vitejs/vite/issues/11497))
([167753d](https://togithub.com/vitejs/vite/commit/167753d)), closes
[#​11497](https://togithub.com/vitejs/vite/issues/11497)
- fix(metadata): expose viteMetadata type
([#​11511](https://togithub.com/vitejs/vite/issues/11511))
([32dee3c](https://togithub.com/vitejs/vite/commit/32dee3c)), closes
[#​11511](https://togithub.com/vitejs/vite/issues/11511)
- fix(resolve): ensure exports has precedence over mainFields (cherry
pick [#​11234](https://togithub.com/vitejs/vite/issues/11234))
([#​11595](https://togithub.com/vitejs/vite/issues/11595))
([691e432](https://togithub.com/vitejs/vite/commit/691e432)), closes
[#​11234](https://togithub.com/vitejs/vite/issues/11234)
[#​11595](https://togithub.com/vitejs/vite/issues/11595)
- fix(resolve): use only root package.json as exports source
([#​11259](https://togithub.com/vitejs/vite/issues/11259))
([b9afa6e](https://togithub.com/vitejs/vite/commit/b9afa6e)), closes
[#​11259](https://togithub.com/vitejs/vite/issues/11259)
- refactor(build): close rollup bundle directly
([#​11460](https://togithub.com/vitejs/vite/issues/11460))
([a802828](https://togithub.com/vitejs/vite/commit/a802828)), closes
[#​11460](https://togithub.com/vitejs/vite/issues/11460)
##### Previous Changelogs
#####
[4.1.0-beta.2](https://togithub.com/vitejs/vite/compare/v4.1.0-beta.1....v4.1.0-beta.2)
(2023-02-01)
See [4.1.0-beta.2
changelog](https://togithub.com/vitejs/vite/blob/v4.1.0-beta.2/packages/vite/CHANGELOG.md)
#####
[4.1.0-beta.1](https://togithub.com/vitejs/vite/compare/v4.1.0-beta.0....v4.1.0-beta.1)
(2023-01-26)
See [4.1.0-beta.1
changelog](https://togithub.com/vitejs/vite/blob/v4.1.0-beta.1/packages/vite/CHANGELOG.md)
#####
[4.1.0-beta.0](https://togithub.com/vitejs/vite/compare/v4.0.3....v4.1.0-beta.0)
(2023-01-09)
See [4.1.0-beta.0
changelog](https://togithub.com/vitejs/vite/blob/v4.1.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://app.renovatebot.com/dashboard#github/Unleash/unleash).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMzguMyIsInVwZGF0ZWRJblZlciI6IjM0LjEzOC4zIn0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-16 18:00:26 +01:00
|
|
|
"vite": "4.1.1",
|
2022-08-18 15:56:39 +02:00
|
|
|
"vite-plugin-env-compatible": "1.1.1",
|
2022-12-28 14:06:52 +01:00
|
|
|
"vite-plugin-svgr": "2.4.0",
|
2023-02-13 19:55:35 +01:00
|
|
|
"vite-tsconfig-paths": "4.0.5",
|
2023-02-21 20:45:02 +01:00
|
|
|
"vitest": "0.28.5",
|
2023-01-30 15:36:42 +01:00
|
|
|
"whatwg-fetch": "3.6.2",
|
|
|
|
"countries-and-timezones": "^3.4.0",
|
|
|
|
"date-fns-tz": "^1.3.7"
|
2017-02-23 22:18:23 +01:00
|
|
|
},
|
2023-01-05 11:57:53 +01:00
|
|
|
"optionalDependencies": {
|
|
|
|
"orval": "^6.10.3"
|
|
|
|
},
|
2022-10-14 11:44:59 +02:00
|
|
|
"resolutions": {
|
2022-12-27 23:41:27 +01:00
|
|
|
"@codemirror/state": "6.2.0",
|
2023-01-12 10:09:59 +01:00
|
|
|
"@xmldom/xmldom": "^0.8.4",
|
2023-01-17 13:33:52 +01:00
|
|
|
"json5": "^2.2.2",
|
2023-02-11 10:30:21 +01:00
|
|
|
"@types/react": "17.0.53",
|
2023-02-22 07:06:25 +01:00
|
|
|
"@types/react-dom": "17.0.19"
|
2022-10-14 11:44:59 +02:00
|
|
|
},
|
2017-02-23 22:18:23 +01:00
|
|
|
"jest": {
|
|
|
|
"moduleNameMapper": {
|
2022-02-04 11:32:02 +01:00
|
|
|
"\\.(jpg|jpeg|png|gif|eot|otf|webp|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/src/__mocks__/fileMock.js",
|
|
|
|
"\\.svg": "<rootDir>/src/__mocks__/svgMock.js",
|
2017-02-23 22:18:23 +01:00
|
|
|
"\\.(css|scss)$": "identity-obj-proxy"
|
2022-02-04 11:32:02 +01:00
|
|
|
}
|
2021-04-07 09:04:48 +02:00
|
|
|
},
|
|
|
|
"browserslist": {
|
|
|
|
"production": [
|
|
|
|
">0.2%",
|
|
|
|
"not dead",
|
|
|
|
"not op_mini all"
|
2021-02-05 14:24:22 +01:00
|
|
|
],
|
2021-04-07 09:04:48 +02:00
|
|
|
"development": [
|
|
|
|
"last 1 chrome version",
|
|
|
|
"last 1 firefox version",
|
|
|
|
"last 1 safari version"
|
2021-02-05 14:33:32 +01:00
|
|
|
]
|
2021-03-30 15:14:02 +02:00
|
|
|
},
|
2021-04-07 09:04:48 +02:00
|
|
|
"eslintConfig": {
|
|
|
|
"extends": [
|
|
|
|
"react-app",
|
|
|
|
"react-app/jest"
|
|
|
|
],
|
2022-05-25 12:36:58 +02:00
|
|
|
"parserOptions": {
|
|
|
|
"warnOnUnsupportedTypeScriptVersion": false
|
|
|
|
},
|
2021-04-07 09:04:48 +02:00
|
|
|
"rules": {
|
|
|
|
"no-restricted-globals": "off",
|
|
|
|
"no-useless-computed-key": "off",
|
2023-02-07 11:20:44 +01:00
|
|
|
"import/no-anonymous-default-export": "off",
|
|
|
|
"react-hooks/exhaustive-deps": "off"
|
2022-02-25 10:21:28 +01:00
|
|
|
},
|
|
|
|
"ignorePatterns": [
|
|
|
|
"cypress"
|
|
|
|
]
|
2022-04-08 11:45:23 +02:00
|
|
|
}
|
2016-11-10 14:26:24 +01:00
|
|
|
}
|