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",
|
2022-06-23 08:54:08 +02:00
|
|
|
"start:demo": "UNLEASH_BASE_PATH=/demo/ yarn 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 (#2577)
[![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.10.15` ->
`5.11.0`](https://renovatebot.com/diffs/npm/@mui%2ficons-material/5.10.15/5.11.0)
|
[![age](https://badges.renovateapi.com/packages/npm/@mui%2ficons-material/5.11.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/@mui%2ficons-material/5.11.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/@mui%2ficons-material/5.11.0/compatibility-slim/5.10.15)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/@mui%2ficons-material/5.11.0/confidence-slim/5.10.15)](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.109` ->
`5.0.0-alpha.119`](https://renovatebot.com/diffs/npm/@mui%2flab/5.0.0-alpha.109/5.0.0-alpha.119)
|
[![age](https://badges.renovateapi.com/packages/npm/@mui%2flab/5.0.0-alpha.119/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/@mui%2flab/5.0.0-alpha.119/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/@mui%2flab/5.0.0-alpha.119/compatibility-slim/5.0.0-alpha.109)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/@mui%2flab/5.0.0-alpha.119/confidence-slim/5.0.0-alpha.109)](https://docs.renovatebot.com/merge-confidence/)
|
| [@mui/material](https://mui.com/material-ui/getting-started/overview/)
([source](https://togithub.com/mui/material-ui)) | [`5.10.15` ->
`5.11.8`](https://renovatebot.com/diffs/npm/@mui%2fmaterial/5.10.15/5.11.8)
|
[![age](https://badges.renovateapi.com/packages/npm/@mui%2fmaterial/5.11.8/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/@mui%2fmaterial/5.11.8/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/@mui%2fmaterial/5.11.8/compatibility-slim/5.10.15)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/@mui%2fmaterial/5.11.8/confidence-slim/5.10.15)](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>mui/material-ui (@​mui/icons-material)</summary>
###
[`v5.11.0`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#​5110)
[Compare
Source](https://togithub.com/mui/material-ui/compare/v5.10.16...v5.11.0)
<!-- generated comparing v5.10.17..master -->
*Dec 13, 2022*
A big thanks to the 19 contributors who made this release possible. Here
are some highlights ✨:
- 🔥 [@​mnajdova](https://togithub.com/mnajdova) enabled
configuration of the `sx` prop in the `theme`
([#​35150](https://togithub.com/mui/material-ui/issues/35150))
- Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure
improvements.
##### `@mui/material@5.11.0`
- \[Alert] Update icon color in all variants
([#​35414](https://togithub.com/mui/material-ui/issues/35414))
[@​danilo-leal](https://togithub.com/danilo-leal)
- \[Select] Fix `MenuProps.PopoverClasses` being overriden
([#​35394](https://togithub.com/mui/material-ui/issues/35394))
[@​vitorfrs-dev](https://togithub.com/vitorfrs-dev)
- \[SwipeableDrawer] Fixed typescript warning "prop open undefined"
([#​34710](https://togithub.com/mui/material-ui/issues/34710))
[@​kraftware](https://togithub.com/kraftware)
##### `@mui/icons-material@5.11.0`
- \[icons] Restore the PhoneInTalk icons
([#​35409](https://togithub.com/mui/material-ui/issues/35409))
[@​michaldudak](https://togithub.com/michaldudak)
##### `@mui/system@5.11.0`
##### BREAKING CHANGES
- \[system] Enable configuring the `sx` prop in the `theme`
([#​35150](https://togithub.com/mui/material-ui/issues/35150))
[@​mnajdova](https://togithub.com/mnajdova)
The breaking change is regarding an experimental API:
```diff
-import { styled, experimental_sx } from '@​mui/material/styles';
+import { styled } from '@​mui/material/styles';
-const Component = styled('div)(experimental_sx({ p: 1 }});
+const Component = styled('div)(({ theme }) => theme.unstable_sx({ p: 1
}});
```
##### `@mui/joy@5.0.0-alpha.58`
- \[Joy] Miscellaneous fixes
([#​35447](https://togithub.com/mui/material-ui/issues/35447))
[@​siriwatknp](https://togithub.com/siriwatknp)
##### `@mui/base@5.0.0-alpha.110`
- \[PopperUnstyled] Update PopperTooltip to have correct width when
closing with transition
([#​34714](https://togithub.com/mui/material-ui/issues/34714))
[@​EduardoSCosta](https://togithub.com/EduardoSCosta)
##### `@mui/material-next@6.0.0-alpha.66`
- \[Material You] Add ripple on the button
([#​35299](https://togithub.com/mui/material-ui/issues/35299))
[@​mnajdova](https://togithub.com/mnajdova)
##### Docs
- \[docs] Simplify state management in Text Field demo page
([#​35051](https://togithub.com/mui/material-ui/issues/35051))
[@​PratikDev](https://togithub.com/PratikDev)
- \[docs] Improve `Responsive App bar with Drawer` demo
([#​35418](https://togithub.com/mui/material-ui/issues/35418))
[@​ZeeshanTamboli](https://togithub.com/ZeeshanTamboli)
- \[docs] Improve line-height readability
([#​35387](https://togithub.com/mui/material-ui/issues/35387))
[@​oliviertassinari](https://togithub.com/oliviertassinari)
- \[docs] Improve a bit the Composition docs
([#​35329](https://togithub.com/mui/material-ui/issues/35329))
[@​oliviertassinari](https://togithub.com/oliviertassinari)
- \[docs] Refactor `ToggleButtonSizes` demo
([#​35375](https://togithub.com/mui/material-ui/issues/35375))
[@​Armanio](https://togithub.com/Armanio)
- \[docs] Standardize the usage of callouts in the MUI Core docs
([#​35361](https://togithub.com/mui/material-ui/issues/35361))
[@​samuelsycamore](https://togithub.com/samuelsycamore)
- \[docs] Format feedback to add a link to the commented section
([#​35381](https://togithub.com/mui/material-ui/issues/35381))
[@​alexfauquette](https://togithub.com/alexfauquette)
- \[docs] Direct users from Material UI to MUI Base for duplicated
components
([#​35293](https://togithub.com/mui/material-ui/issues/35293))
[@​samuelsycamore](https://togithub.com/samuelsycamore)
- \[docs] Fix typo in FormControl API docs
([#​35449](https://togithub.com/mui/material-ui/issues/35449))
[@​Spanishiwa](https://togithub.com/Spanishiwa)
- \[docs] Update callouts design
([#​35390](https://togithub.com/mui/material-ui/issues/35390))
[@​danilo-leal](https://togithub.com/danilo-leal)
- \[website] New wave of open roles
([#​35240](https://togithub.com/mui/material-ui/issues/35240))
[@​mnajdova](https://togithub.com/mnajdova)
- \[website] Developer survey 2022
([#​35407](https://togithub.com/mui/material-ui/issues/35407))
[@​joserodolfofreitas](https://togithub.com/joserodolfofreitas)
##### Core
- \[core] Fix [@​mui/material](https://togithub.com/mui/material)
package building
([#​35324](https://togithub.com/mui/material-ui/issues/35324))
[@​timbset](https://togithub.com/timbset)
- \[core] Fix leaking theme color override
([#​35444](https://togithub.com/mui/material-ui/issues/35444))
[@​oliviertassinari](https://togithub.com/oliviertassinari)
- \[typescript] Add null to return type of OverridableComponent
([#​35311](https://togithub.com/mui/material-ui/issues/35311))
[@​tsollbach](https://togithub.com/tsollbach)
- \[website] Migrate X page to use CSS theme variables
([#​34922](https://togithub.com/mui/material-ui/issues/34922))
[@​jesrodri](https://togithub.com/jesrodri)
- \[website] Migrate `/core` page to use CSS variables
([#​35366](https://togithub.com/mui/material-ui/issues/35366))
[@​siriwatknp](https://togithub.com/siriwatknp)
All contributors of this release in alphabetical order:
[@​alexfauquette](https://togithub.com/alexfauquette),
[@​Armanio](https://togithub.com/Armanio),
[@​danilo-leal](https://togithub.com/danilo-leal),
[@​EduardoSCosta](https://togithub.com/EduardoSCosta),
[@​flaviendelangle](https://togithub.com/flaviendelangle),
[@​jesrodri](https://togithub.com/jesrodri),
[@​joserodolfofreitas](https://togithub.com/joserodolfofreitas),
[@​kraftware](https://togithub.com/kraftware),
[@​michaldudak](https://togithub.com/michaldudak),
[@​mnajdova](https://togithub.com/mnajdova),
[@​oliviertassinari](https://togithub.com/oliviertassinari),
[@​PratikDev](https://togithub.com/PratikDev),
[@​samuelsycamore](https://togithub.com/samuelsycamore),
[@​siriwatknp](https://togithub.com/siriwatknp),
[@​Spanishiwa](https://togithub.com/Spanishiwa),
[@​timbset](https://togithub.com/timbset),
[@​tsollbach](https://togithub.com/tsollbach),
[@​vitorfrs-dev](https://togithub.com/vitorfrs-dev),
[@​ZeeshanTamboli](https://togithub.com/ZeeshanTamboli)
###
[`v5.10.16`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#​51016)
[Compare
Source](https://togithub.com/mui/material-ui/compare/v5.10.15...v5.10.16)
<!-- generated comparing v5.10.15..master -->
*Nov 28, 2022*
A big thanks to the 13 contributors who made this release possible. This
release contains various 🐛 bug fixes, 📚 documentation, and ⚙️
infrastructure improvements.
##### `@mui/material@5.10.16`
- <!-- 21 -->\[Autocomplete] Fix inferred value type when `multiple`
prop is `true`
([#​35275](https://togithub.com/mui/material-ui/issues/35275))
[@​fenghan34](https://togithub.com/fenghan34)
- <!-- 19 -->\[Chip] Add `skipFocusWhenDisabled` prop to not allow
focussing deletable chip if disabled
([#​35065](https://togithub.com/mui/material-ui/issues/35065))
[@​sai6855](https://togithub.com/sai6855)
- <!-- 18 -->\[Chip] Remove unnecessary handleKeyDown event handler
([#​35231](https://togithub.com/mui/material-ui/issues/35231))
[@​ZeeshanTamboli](https://togithub.com/ZeeshanTamboli)
- <!-- 05 -->\[FormControl] Add missing types in `useFormControl`
([#​35168](https://togithub.com/mui/material-ui/issues/35168))
[@​ZeeshanTamboli](https://togithub.com/ZeeshanTamboli)
- <!-- 04 -->\[IconButton] Add missing color classes
([#​33820](https://togithub.com/mui/material-ui/issues/33820))
[@​Zetta56](https://togithub.com/Zetta56)
- <!-- 03 -->\[SwipeableDrawer] Make paper ref accessible
([#​35082](https://togithub.com/mui/material-ui/issues/35082))
[@​sai6855](https://togithub.com/sai6855)
##### `@mui/system@5.10.16`
- <!-- 02 -->\[system] Remove unnecessary parsed theme
([#​35239](https://togithub.com/mui/material-ui/issues/35239))
[@​siriwatknp](https://togithub.com/siriwatknp)
- <!-- 01 -->\[theme] Fix TypeScript type for custom variants in
responsive font sizes
([#​35057](https://togithub.com/mui/material-ui/issues/35057))
[@​ZeeshanTamboli](https://togithub.com/ZeeshanTamboli)
##### `@mui/base@5.0.0-alpha.108`
- <!-- 20 -->\[Base] Allow useSlotProps to receive undefined
elementType
([#​35192](https://togithub.com/mui/material-ui/issues/35192))
[@​leventdeniz](https://togithub.com/leventdeniz)
##### Docs
- <!-- 13 -->\[docs] Improve feedback precision
([#​34641](https://togithub.com/mui/material-ui/issues/34641))
[@​alexfauquette](https://togithub.com/alexfauquette)
- <!-- 12 -->\[docs] Add Black Friday notification
[@​oliviertassinari](https://togithub.com/oliviertassinari)
- <!-- 11 -->\[docs] Fix migration feedback
([#​35232](https://togithub.com/mui/material-ui/issues/35232))
[@​alexfauquette](https://togithub.com/alexfauquette)
- <!-- 10 -->\[docs] Improve the useSelect demo styling
([#​33883](https://togithub.com/mui/material-ui/issues/33883))
[@​michaldudak](https://togithub.com/michaldudak)
- <!-- 09 -->\[docs] Fix layout jump on first mistake
([#​35215](https://togithub.com/mui/material-ui/issues/35215))
[@​oliviertassinari](https://togithub.com/oliviertassinari)
- <!-- 08 -->\[docs] Support demos with side effect imports
([#​35177](https://togithub.com/mui/material-ui/issues/35177))
[@​m4theushw](https://togithub.com/m4theushw)
- <!-- 07 -->\[examples] Fix Next.js errors
([#​35246](https://togithub.com/mui/material-ui/issues/35246))
[@​oliviertassinari](https://togithub.com/oliviertassinari)
- <!-- 06 -->\[examples] Updated Remix examples with the lates changes
using React 18
([#​35092](https://togithub.com/mui/material-ui/issues/35092))
[@​58bits](https://togithub.com/58bits)
##### Core
- <!-- 17 -->\[core] Remove unused pattern
([#​35165](https://togithub.com/mui/material-ui/issues/35165))
[@​iamxukai](https://togithub.com/iamxukai)
- <!-- 16 -->\[core] Fix Base version in changelog
([#​35224](https://togithub.com/mui/material-ui/issues/35224))
[@​siriwatknp](https://togithub.com/siriwatknp)
- <!-- 15 -->\[core] Migrate `describeConformance` to TypeScript
([#​35193](https://togithub.com/mui/material-ui/issues/35193))
[@​flaviendelangle](https://togithub.com/flaviendelangle)
- <!-- 14 -->\[core] Skip CI for docs and examples paths
([#​35225](https://togithub.com/mui/material-ui/issues/35225))
[@​siriwatknp](https://togithub.com/siriwatknp)
All contributors of this release in alphabetical order:
[@​58bits](https://togithub.com/58bits),
[@​alexfauquette](https://togithub.com/alexfauquette),
[@​fenghan34](https://togithub.com/fenghan34),
[@​flaviendelangle](https://togithub.com/flaviendelangle),
[@​iamxukai](https://togithub.com/iamxukai),
[@​leventdeniz](https://togithub.com/leventdeniz),
[@​m4theushw](https://togithub.com/m4theushw),
[@​michaldudak](https://togithub.com/michaldudak),
[@​oliviertassinari](https://togithub.com/oliviertassinari),
[@​sai6855](https://togithub.com/sai6855),
[@​siriwatknp](https://togithub.com/siriwatknp),
[@​ZeeshanTamboli](https://togithub.com/ZeeshanTamboli),
[@​Zetta56](https://togithub.com/Zetta56)
</details>
<details>
<summary>mui/material-ui (@​mui/lab)</summary>
###
[`v5.0.0-alpha.119`](https://togithub.com/mui/material-ui/compare/33cac172846b032d3f8b9333b72b2af832dd47d0...d4d8512ce3453711f3c661374579b0d2ed13f3e7)
[Compare
Source](https://togithub.com/mui/material-ui/compare/33cac172846b032d3f8b9333b72b2af832dd47d0...d4d8512ce3453711f3c661374579b0d2ed13f3e7)
###
[`v5.0.0-alpha.118`](https://togithub.com/mui/material-ui/compare/a2e552314847b4d52498538d7ca171763067a5d0...33cac172846b032d3f8b9333b72b2af832dd47d0)
[Compare
Source](https://togithub.com/mui/material-ui/compare/a2e552314847b4d52498538d7ca171763067a5d0...33cac172846b032d3f8b9333b72b2af832dd47d0)
###
[`v5.0.0-alpha.117`](https://togithub.com/mui/material-ui/compare/685c72dfaf840f4d5b7a3ab738ddcabd74418823...a2e552314847b4d52498538d7ca171763067a5d0)
[Compare
Source](https://togithub.com/mui/material-ui/compare/685c72dfaf840f4d5b7a3ab738ddcabd74418823...a2e552314847b4d52498538d7ca171763067a5d0)
###
[`v5.0.0-alpha.116`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#muibase500-alpha116)
[Compare
Source](https://togithub.com/mui/material-ui/compare/bc859d95e4415f880cd6bcb6f44cc9e5e8c8097c...685c72dfaf840f4d5b7a3ab738ddcabd74418823)
- <!-- 29 -->\[ListboxUnstyled] Fix option state highlighted to prevent
unnecessary focus
([#​35838](https://togithub.com/mui/material-ui/issues/35838))
[@​SaidMarar](https://togithub.com/SaidMarar)
###
[`v5.0.0-alpha.115`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#muibase500-alpha115)
[Compare
Source](https://togithub.com/mui/material-ui/compare/e9d8fa07e1ff979bcaf92837b131cd9e292f0161...bc859d95e4415f880cd6bcb6f44cc9e5e8c8097c)
##### Breaking changes
- <!-- 04 -->\[SliderUnstyled] Improved logic for displaying the value
label
([#​35805](https://togithub.com/mui/material-ui/issues/35805))
[@​ZeeshanTamboli](https://togithub.com/ZeeshanTamboli)
- The `valueLabelDisplay` prop is removed from `SliderUnstyled`. The
prop was not working as intended in `SliderUnstyled` (See
[#​35398](https://togithub.com/mui/material-ui/issues/35398)). You
can instead provide a `valueLabel` slot with the `slots` prop API to
show the value label:
```diff
- <SliderUnstyled valueLabelDisplay="on" />
+ <SliderUnstyled slots={{ valueLabel: SliderValueLabel }} />
```
The following demo shows how to show a value label when it is hovered
over with the thumb: https://mui.com/base/react-slider/#value-label
- The following classes are removed from `sliderUnstyledClasses` since
they are not needed for the value label:
```diff
- valueLabel
- valueLabelOpen
- valueLabelCircle
- valueLabelLabel
```
In the custom value label component, you can define your own classNames
and target them with CSS.
- The `SliderValueLabelUnstyled` component is removed from
SliderUnstyled. You should provide your own custom component for the
value label.
- To avoid using `React.cloneElement` API in value label, the component
hierarchy structure of the value label is changed. The value label is
now inside the Thumb slot - `Thumb` -> `Input`, `ValueLabel`.
##### Changes
- <!-- 05 -->\[InputUnstyled] Fix externally provided `inputRef` is
ignored
([#​35807](https://togithub.com/mui/material-ui/issues/35807))
[@​sai6855](https://togithub.com/sai6855)
###
[`v5.0.0-alpha.114`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#muibase500-alpha114)
[Compare
Source](https://togithub.com/mui/material-ui/compare/a1e30390da62019e5769e398f4cbc9f8892d8f9a...e9d8fa07e1ff979bcaf92837b131cd9e292f0161)
- \[base] Fix typos
([#​35802](https://togithub.com/mui/material-ui/issues/35802))
[@​nnmax](https://togithub.com/nnmax)
- \[Slider] Convert code to TypeScript
([#​35445](https://togithub.com/mui/material-ui/issues/35445))
[@​sai6855](https://togithub.com/sai6855)
###
[`v5.0.0-alpha.113`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#muibase500-alpha113)
- \[Portal]\[base] Convert code to TypeScript
([#​35657](https://togithub.com/mui/material-ui/issues/35657))
[@​sai6855](https://togithub.com/sai6855)
###
[`v5.0.0-alpha.112`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#muibase500-alpha112)
- <!-- 16 -->\[FocusTrap]\[base] Convert code to TypeScript
([#​35005](https://togithub.com/mui/material-ui/issues/35005))
[@​trizotti](https://togithub.com/trizotti)
- <!-- 08 -->\[Modal]\[base] Convert code to TypeScript
([#​34793](https://togithub.com/mui/material-ui/issues/34793))
[@​leventdeniz](https://togithub.com/leventdeniz)
- <!-- 07 -->\[Popper]\[base] Convert code to TypeScript
([#​34771](https://togithub.com/mui/material-ui/issues/34771))
[@​danhuynhdev](https://togithub.com/danhuynhdev)
- <!-- 04 -->\[Slider] Exclude `isRtl` from Material UI's Slider props
([#​35564](https://togithub.com/mui/material-ui/issues/35564))
[@​michaldudak](https://togithub.com/michaldudak)
###
[`v5.0.0-alpha.111`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#muibase500-alpha111)
[Compare
Source](https://togithub.com/mui/material-ui/compare/b8aa3974d84c176b8857e8d5b29a7be8670bb410...4265f343b49e4af9673a49e585439d35c8deeab2)
- \[Button]\[base] Set active class when a subcomponent is clicked
([#​35410](https://togithub.com/mui/material-ui/issues/35410))
[@​michaldudak](https://togithub.com/michaldudak)
- \[Popper]\[base] Fix Tooltip Anchor Element Setter
([#​35469](https://togithub.com/mui/material-ui/issues/35469))
[@​sydneyjodon-wk](https://togithub.com/sydneyjodon-wk)
###
[`v5.0.0-alpha.110`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#muibase500-alpha110)
[Compare
Source](https://togithub.com/mui/material-ui/compare/14a6e1c61edb5f66f4888e32c04df5e637e7cfc4...b8aa3974d84c176b8857e8d5b29a7be8670bb410)
- \[PopperUnstyled] Update PopperTooltip to have correct width when
closing with transition
([#​34714](https://togithub.com/mui/material-ui/issues/34714))
[@​EduardoSCosta](https://togithub.com/EduardoSCosta)
</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.
---
- [x] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzNC40Mi4wIiwidXBkYXRlZEluVmVyIjoiMzQuMTMzLjAifQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-14 17:52:21 +01:00
|
|
|
"@mui/icons-material": "5.11.0",
|
|
|
|
"@mui/lab": "5.0.0-alpha.119",
|
|
|
|
"@mui/material": "5.11.8",
|
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",
|
2022-12-31 03:43:09 +01:00
|
|
|
"@types/jest": "29.2.5",
|
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",
|
2022-10-28 02:38:23 +02:00
|
|
|
"@types/react-dom": "17.0.18",
|
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-11 14:32:51 +01:00
|
|
|
"@uiw/codemirror-theme-duotone": "4.19.7",
|
2023-02-11 19:18:30 +01:00
|
|
|
"@uiw/react-codemirror": "4.19.7",
|
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-15 09:09:22 +01:00
|
|
|
"eslint": "8.33.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 (#2843)
[![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) | [`20.0.3` ->
`21.0.0`](https://renovatebot.com/diffs/npm/jsdom/20.0.3/21.0.0) |
[![age](https://badges.renovateapi.com/packages/npm/jsdom/21.0.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/jsdom/21.0.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/jsdom/21.0.0/compatibility-slim/20.0.3)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/jsdom/21.0.0/confidence-slim/20.0.3)](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>jsdom/jsdom</summary>
###
[`v21.0.0`](https://togithub.com/jsdom/jsdom/blob/HEAD/Changelog.md#​2100)
[Compare
Source](https://togithub.com/jsdom/jsdom/compare/20.0.3...21.0.0)
A potentially-breaking bug fix:
- Fixed the `window`, `document`, `location`, and `top` properties of
`Window` to be non-configurable. (ExE-Boss)
Other changes:
- Added support for `<input type=image>` submitting forms. (jenseng)
- Added the `location` setter to the `Window` object, which forwards to
the `location.href` setter. Setting the URL is still only implemented
for fragment navigations, however. (ExE-Boss)
- Fixed `defer=""` `<script>` elements that are added after
`DOMContentLoaded` to execute, instead of being skipped.
- Fixed `selectElement.selectedOptions` being incorrect when
`optionElement.selected` is set. This was a regression introduced in
v20.0.1. Unfortunately this also reverts the performance improvement
when appending `<option>` elements that was introduced then. (eps1lon)
- Fixed the `self`, `locationbar`, `menubar`, `personalbar`,
`scrollbars`, `statusbar`, `toolbar`, `frames`, `parent`, `external`,
`length`, and `screen` properties of `Window` to be replaceable: that
is, setting them will override their values, instead of having the new
value be ignored. (ExE-Boss)
- Fixed a few issues with `JSOM.fromURL()` in the browser build of
jsdom. (LungZeno)
</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://app.renovatebot.com/dashboard#github/Unleash/unleash).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC44NC4yIiwidXBkYXRlZEluVmVyIjoiMzQuODQuMiJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-19 23:10:39 +01:00
|
|
|
"jsdom": "21.0.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-01-16 23:15:37 +01:00
|
|
|
"react-router-dom": "6.6.2",
|
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",
|
2022-12-28 11:26:11 +01:00
|
|
|
"sass": "1.57.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.0.4 (#2810)
[![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.3` ->
`4.0.4`](https://renovatebot.com/diffs/npm/vite/4.0.3/4.0.4) |
[![age](https://badges.renovateapi.com/packages/npm/vite/4.0.4/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/vite/4.0.4/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/vite/4.0.4/compatibility-slim/4.0.3)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/vite/4.0.4/confidence-slim/4.0.3)](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>vitejs/vite</summary>
###
[`v4.0.4`](https://togithub.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small404-2023-01-03-small)
[Compare
Source](https://togithub.com/vitejs/vite/compare/v4.0.3...v4.0.4)
- fix: importmap should insert before module preload link
([#​11492](https://togithub.com/vitejs/vite/issues/11492))
([25c64d7](https://togithub.com/vitejs/vite/commit/25c64d7)), closes
[#​11492](https://togithub.com/vitejs/vite/issues/11492)
- fix: server.host with ipv6 missed \[] (fix
[#​11466](https://togithub.com/vitejs/vite/issues/11466))
([#​11509](https://togithub.com/vitejs/vite/issues/11509))
([2c38bae](https://togithub.com/vitejs/vite/commit/2c38bae)), closes
[#​11466](https://togithub.com/vitejs/vite/issues/11466)
[#​11509](https://togithub.com/vitejs/vite/issues/11509)
- fix: stop considering parent URLs as public file
([#​11145](https://togithub.com/vitejs/vite/issues/11145))
([568a014](https://togithub.com/vitejs/vite/commit/568a014)), closes
[#​11145](https://togithub.com/vitejs/vite/issues/11145)
- fix(build): invalidate chunk hash when css changed
([#​11475](https://togithub.com/vitejs/vite/issues/11475))
([7a97a04](https://togithub.com/vitejs/vite/commit/7a97a04)), closes
[#​11475](https://togithub.com/vitejs/vite/issues/11475)
- fix(cli): ctrl+C no longer kills processes
([#​11434](https://togithub.com/vitejs/vite/issues/11434))
([#​11518](https://togithub.com/vitejs/vite/issues/11518))
([718fc1d](https://togithub.com/vitejs/vite/commit/718fc1d)), closes
[#​11434](https://togithub.com/vitejs/vite/issues/11434)
[#​11518](https://togithub.com/vitejs/vite/issues/11518)
- fix(cli): revert ctrl+C no longer kills processes
([#​11434](https://togithub.com/vitejs/vite/issues/11434))
([#​11518](https://togithub.com/vitejs/vite/issues/11518))
([#​11562](https://togithub.com/vitejs/vite/issues/11562))
([3748acb](https://togithub.com/vitejs/vite/commit/3748acb)), closes
[#​11434](https://togithub.com/vitejs/vite/issues/11434)
[#​11518](https://togithub.com/vitejs/vite/issues/11518)
[#​11562](https://togithub.com/vitejs/vite/issues/11562)
- fix(optimizer): check .vite/deps directory existence before removing
([#​11499](https://togithub.com/vitejs/vite/issues/11499))
([1b043f9](https://togithub.com/vitejs/vite/commit/1b043f9)), closes
[#​11499](https://togithub.com/vitejs/vite/issues/11499)
- fix(ssr): emit js sourcemaps for ssr builds
([#​11343](https://togithub.com/vitejs/vite/issues/11343))
([f12a1ab](https://togithub.com/vitejs/vite/commit/f12a1ab)), closes
[#​11343](https://togithub.com/vitejs/vite/issues/11343)
- chore: update license
([#​11476](https://togithub.com/vitejs/vite/issues/11476))
([3d346c0](https://togithub.com/vitejs/vite/commit/3d346c0)), closes
[#​11476](https://togithub.com/vitejs/vite/issues/11476)
- chore(deps): update dependency
[@​rollup/plugin-json](https://togithub.com/rollup/plugin-json) to
v6 ([#​11553](https://togithub.com/vitejs/vite/issues/11553))
([3647d07](https://togithub.com/vitejs/vite/commit/3647d07)), closes
[#​11553](https://togithub.com/vitejs/vite/issues/11553)
</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:eyJjcmVhdGVkSW5WZXIiOiIzNC43NC4yIiwidXBkYXRlZEluVmVyIjoiMzQuNzQuMiJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-04 01:24:06 +01:00
|
|
|
"vite": "4.0.4",
|
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-01-19 07:44:00 +01:00
|
|
|
"vitest": "0.27.1",
|
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-01-17 13:33:52 +01:00
|
|
|
"@types/react-dom": "17.0.18"
|
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
|
|
|
}
|