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-10-03 12:20:47 +02:00
|
|
|
"lint": "yarn fmt:check",
|
2022-05-05 17:15:22 +02:00
|
|
|
"start": "vite",
|
2022-10-19 14:02:00 +02:00
|
|
|
"start:sandbox": "UNLEASH_API=https://sandbox.getunleash.io/ospro yarn run start",
|
2022-03-25 12:13:39 +01:00
|
|
|
"start:enterprise": "UNLEASH_API=https://unleash4.herokuapp.com 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-08-26 09:25:31 +02:00
|
|
|
"test:watch": "vitest watch",
|
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-07-22 08:53:42 +02:00
|
|
|
"e2e:heroku": "yarn run cypress open --config baseUrl='http://localhost:3000' --env AUTH_USER=example@example.com",
|
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 (#2432)
[![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.9` ->
`5.10.14`](https://renovatebot.com/diffs/npm/@mui%2ficons-material/5.10.9/5.10.14)
|
[![age](https://badges.renovateapi.com/packages/npm/@mui%2ficons-material/5.10.14/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/@mui%2ficons-material/5.10.14/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/@mui%2ficons-material/5.10.14/compatibility-slim/5.10.9)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/@mui%2ficons-material/5.10.14/confidence-slim/5.10.9)](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.107` ->
`5.0.0-alpha.108`](https://renovatebot.com/diffs/npm/@mui%2flab/5.0.0-alpha.107/5.0.0-alpha.108)
|
[![age](https://badges.renovateapi.com/packages/npm/@mui%2flab/5.0.0-alpha.108/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/@mui%2flab/5.0.0-alpha.108/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/@mui%2flab/5.0.0-alpha.108/compatibility-slim/5.0.0-alpha.107)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/@mui%2flab/5.0.0-alpha.108/confidence-slim/5.0.0-alpha.107)](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.13` ->
`5.10.14`](https://renovatebot.com/diffs/npm/@mui%2fmaterial/5.10.13/5.10.14)
|
[![age](https://badges.renovateapi.com/packages/npm/@mui%2fmaterial/5.10.14/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/@mui%2fmaterial/5.10.14/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/@mui%2fmaterial/5.10.14/compatibility-slim/5.10.13)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/@mui%2fmaterial/5.10.14/confidence-slim/5.10.13)](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>mui/material-ui (@​mui/icons-material)</summary>
###
[`v5.10.14`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#v51014)
[Compare
Source](https://togithub.com/mui/material-ui/compare/v5.10.9...v5.10.14)
<!-- generated comparing v5.10.13..master -->
*Nov 14, 2022*
A big thanks to the 17 contributors who made this release possible. Here
are some highlights ✨:
- 🚀 [@​siriwatknp](https://togithub.com/siriwatknp) added the
Autocomplete component to the Joy UI
([#​34315](https://togithub.com/mui/material-ui/issues/34315))
- ♿ [@​sfavello](https://togithub.com/sfavello) improved the
accessibility of the Material UI's Autocomplete by adding support for
the Delete key
([#​33822](https://togithub.com/mui/material-ui/issues/33822))
- Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure
improvements.
##### `@mui/material@5.10.14`
- \[Material UI] Add `palette.background.defaultChannel` token
([#​35061](https://togithub.com/mui/material-ui/issues/35061))
[@​siriwatknp](https://togithub.com/siriwatknp)
- \[Autocomplete] Remove tags with the Delete key
([#​33822](https://togithub.com/mui/material-ui/issues/33822))
[@​sfavello](https://togithub.com/sfavello)
- \[IconButton] custom color causes type error
([#​34521](https://togithub.com/mui/material-ui/issues/34521))
[@​kushagra010](https://togithub.com/kushagra010)
##### `@mui/system@5.10.14`
- \[Unstable_Gridv2] sorted responsize keys based on breakpoint value
([#​34987](https://togithub.com/mui/material-ui/issues/34987))
[@​sai6855](https://togithub.com/sai6855)
##### `@mui/joy@5.0.0-alpha.54`
- \[Joy] Export `FormControl`, `LinearProgress` and `ListSubheader`
components from `@mui/joy`
([#​35003](https://togithub.com/mui/material-ui/issues/35003))
[@​Studio384](https://togithub.com/Studio384)
- \[Joy] Miscellaneous fixes
([#​35044](https://togithub.com/mui/material-ui/issues/35044))
[@​siriwatknp](https://togithub.com/siriwatknp)
- \[Joy] Add `Autocomplete` component
([#​34315](https://togithub.com/mui/material-ui/issues/34315))
[@​siriwatknp](https://togithub.com/siriwatknp)
- \[Joy] Saturate a bit the gray palette
([#​35148](https://togithub.com/mui/material-ui/issues/35148))
[@​danilo-leal](https://togithub.com/danilo-leal)
- \[Autocomplete]\[joy] Fix types
([#​35153](https://togithub.com/mui/material-ui/issues/35153))
[@​siriwatknp](https://togithub.com/siriwatknp)
##### Docs
- \[blog] Fix font size of code blocks on iOS
[@​oliviertassinari](https://togithub.com/oliviertassinari)
- \[docs] Accessibility - increase default contrastThreshold for WCAG AA
compliance
([#​34901](https://togithub.com/mui/material-ui/issues/34901))
[@​kennethbigler](https://togithub.com/kennethbigler)
- \[docs] Correct the keepMounted section on the Drawer page
([#​35076](https://togithub.com/mui/material-ui/issues/35076))
[@​michaldudak](https://togithub.com/michaldudak)
- \[docs] Fix code editor styles mismatches
([#​35108](https://togithub.com/mui/material-ui/issues/35108))
[@​oliviertassinari](https://togithub.com/oliviertassinari)
- \[docs] Allows to access the next MUI-X
([#​34798](https://togithub.com/mui/material-ui/issues/34798))
[@​alexfauquette](https://togithub.com/alexfauquette)
- \[docs] Fix bugs with live edit demos
([#​35106](https://togithub.com/mui/material-ui/issues/35106))
[@​oliviertassinari](https://togithub.com/oliviertassinari)
- \[docs] Fix `MarkdownElement` regression from adding CSS variables
([#​35096](https://togithub.com/mui/material-ui/issues/35096))
[@​siriwatknp](https://togithub.com/siriwatknp)
- \[docs] Add a new gold sponsor
([#​35089](https://togithub.com/mui/material-ui/issues/35089))
[@​hbjORbj](https://togithub.com/hbjORbj)
- \[docs] Fix scroll issue on expanded live demos
([#​35064](https://togithub.com/mui/material-ui/issues/35064))
[@​bharatkashyap](https://togithub.com/bharatkashyap)
- \[docs] Improve alignment of the sponsors
[@​oliviertassinari](https://togithub.com/oliviertassinari)
- \[docs] Improve code font family v2
([#​35053](https://togithub.com/mui/material-ui/issues/35053))
[@​oliviertassinari](https://togithub.com/oliviertassinari)
- \[docs] Upgrade to Next.js 13
([#​35001](https://togithub.com/mui/material-ui/issues/35001))
[@​mnajdova](https://togithub.com/mnajdova)
- \[docs] Fix typo in changelog
[@​oliviertassinari](https://togithub.com/oliviertassinari)
- \[docs] Update Joy UI templates to use latest components
([#​35058](https://togithub.com/mui/material-ui/issues/35058))
[@​siriwatknp](https://togithub.com/siriwatknp)
- \[website] Fix design kits showcase throwing an error
([#​35093](https://togithub.com/mui/material-ui/issues/35093))
[@​cherniavskii](https://togithub.com/cherniavskii)
- \[website] Fix margin bug on CTA
[@​oliviertassinari](https://togithub.com/oliviertassinari)
- \[website] Link respective repositories in product pages
([#​35046](https://togithub.com/mui/material-ui/issues/35046))
[@​sidtohan](https://togithub.com/sidtohan)
- \[website] Migrate blog pages to use CSS theme variables
([#​34976](https://togithub.com/mui/material-ui/issues/34976))
[@​siriwatknp](https://togithub.com/siriwatknp)
- \[website] Update DoiT International logo and links with new brand
([#​35030](https://togithub.com/mui/material-ui/issues/35030))
[@​ofir5300](https://togithub.com/ofir5300)
- \[website] Improve visual design app bar
([#​35111](https://togithub.com/mui/material-ui/issues/35111))
[@​oliviertassinari](https://togithub.com/oliviertassinari)
##### Core
- \[core] Convert scripts to ES modules
([#​35036](https://togithub.com/mui/material-ui/issues/35036))
[@​michaldudak](https://togithub.com/michaldudak)
- \[core] Show the whole version to make blame easier
[@​oliviertassinari](https://togithub.com/oliviertassinari)
- \[core] Polish GitHub Action version
[@​oliviertassinari](https://togithub.com/oliviertassinari)
- \[core] Ignore icons to speed up CodeQL
[@​oliviertassinari](https://togithub.com/oliviertassinari)
- \[core] Feedback on branch protection
[@​oliviertassinari](https://togithub.com/oliviertassinari)
- \[core] Revert CI
([#​35098](https://togithub.com/mui/material-ui/issues/35098))
[@​siriwatknp](https://togithub.com/siriwatknp)
- \[core] Fix job name to match the CI
([#​35097](https://togithub.com/mui/material-ui/issues/35097))
[@​siriwatknp](https://togithub.com/siriwatknp)
- \[core] ESLint fixes for tests
([#​34924](https://togithub.com/mui/material-ui/issues/34924))
[@​Janpot](https://togithub.com/Janpot)
- \[core] Ignore unrelated folders from github actions
([#​35028](https://togithub.com/mui/material-ui/issues/35028))
[@​siriwatknp](https://togithub.com/siriwatknp)
- \[core] Use pretty-quick instead of custom script
([#​34062](https://togithub.com/mui/material-ui/issues/34062))
[@​Janpot](https://togithub.com/Janpot)
All contributors of this release in alphabetical order:
[@​alexfauquette](https://togithub.com/alexfauquette),
[@​bharatkashyap](https://togithub.com/bharatkashyap),
[@​cherniavskii](https://togithub.com/cherniavskii),
[@​danilo-leal](https://togithub.com/danilo-leal),
[@​hbjORbj](https://togithub.com/hbjORbj),
[@​Janpot](https://togithub.com/Janpot),
[@​kennethbigler](https://togithub.com/kennethbigler),
[@​kushagra010](https://togithub.com/kushagra010),
[@​michaldudak](https://togithub.com/michaldudak),
[@​mnajdova](https://togithub.com/mnajdova),
[@​ofir5300](https://togithub.com/ofir5300),
[@​oliviertassinari](https://togithub.com/oliviertassinari),
[@​sai6855](https://togithub.com/sai6855),
[@​sfavello](https://togithub.com/sfavello),
[@​sidtohan](https://togithub.com/sidtohan),
[@​siriwatknp](https://togithub.com/siriwatknp),
[@​Studio384](https://togithub.com/Studio384)
</details>
<details>
<summary>mui/material-ui (@​mui/lab)</summary>
###
[`v5.0.0-alpha.108`](https://togithub.com/mui/material-ui/compare/2f4c2190d1d3614d8063e84b79d4d1f034b3e3fe...c2da6de1c504c7dbd8ae1d0771c184c1544a0c76)
[Compare
Source](https://togithub.com/mui/material-ui/compare/2f4c2190d1d3614d8063e84b79d4d1f034b3e3fe...c2da6de1c504c7dbd8ae1d0771c184c1544a0c76)
</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:eyJjcmVhdGVkSW5WZXIiOiIzNC4yNC4xIiwidXBkYXRlZEluVmVyIjoiMzQuMjQuMSJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-11-16 03:07:58 +01:00
|
|
|
"@mui/icons-material": "5.10.14",
|
|
|
|
"@mui/lab": "5.0.0-alpha.108",
|
|
|
|
"@mui/material": "5.10.14",
|
2022-10-06 02:56:01 +02:00
|
|
|
"@openapitools/openapi-generator-cli": "2.5.2",
|
2022-10-11 01:04:32 +02:00
|
|
|
"@testing-library/dom": "8.19.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",
|
2021-11-08 16:02:06 +01:00
|
|
|
"@types/deep-diff": "1.0.1",
|
2022-11-15 02:59:36 +01:00
|
|
|
"@types/jest": "29.2.3",
|
2022-04-28 16:57:43 +02:00
|
|
|
"@types/lodash.clonedeep": "4.5.7",
|
2022-02-25 10:55:39 +01:00
|
|
|
"@types/node": "17.0.18",
|
2022-10-27 23:07:30 +02:00
|
|
|
"@types/react": "17.0.52",
|
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-05-11 18:38:49 +02:00
|
|
|
"@types/react-table": "7.7.12",
|
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",
|
2022-11-18 08:27:15 +01:00
|
|
|
"@uiw/codemirror-theme-duotone": "4.15.1",
|
2022-11-18 20:56:14 +01:00
|
|
|
"@uiw/react-codemirror": "4.15.1",
|
2022-10-28 23:28:28 +02:00
|
|
|
"@vitejs/plugin-react": "2.2.0",
|
2022-08-04 16:46:41 +02:00
|
|
|
"chart.js": "3.9.1",
|
2022-11-17 19:18:27 +01:00
|
|
|
"chartjs-adapter-date-fns": "2.0.1",
|
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",
|
2022-11-20 00:32:29 +01:00
|
|
|
"eslint": "8.28.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",
|
2022-10-22 21:06:38 +02:00
|
|
|
"immer": "9.0.16",
|
2022-11-21 04:20:40 +01:00
|
|
|
"jsdom": "20.0.3",
|
2021-09-27 09:12:17 +02:00
|
|
|
"lodash.clonedeep": "4.5.0",
|
2022-10-12 17:19:37 +02:00
|
|
|
"millify": "^5.0.1",
|
2022-11-21 07:30:22 +01:00
|
|
|
"msw": "0.49.0",
|
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",
|
2022-06-17 14:16:53 +02:00
|
|
|
"prettier": "2.7.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",
|
2022-10-10 12:18:37 +02:00
|
|
|
"react-error-boundary": "3.1.4",
|
2022-08-23 11:51:17 +02:00
|
|
|
"react-hooks-global-state": "2.0.0",
|
2022-11-12 04:27:44 +01:00
|
|
|
"react-router-dom": "6.4.3",
|
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",
|
chore(deps): update dependency sass to v1.56.1 (#2376)
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [sass](https://togithub.com/sass/dart-sass) | [`1.55.0` ->
`1.56.1`](https://renovatebot.com/diffs/npm/sass/1.55.0/1.56.1) |
[![age](https://badges.renovateapi.com/packages/npm/sass/1.56.1/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/sass/1.56.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/sass/1.56.1/compatibility-slim/1.55.0)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/sass/1.56.1/confidence-slim/1.55.0)](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>sass/dart-sass</summary>
###
[`v1.56.1`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#​1561)
[Compare
Source](https://togithub.com/sass/dart-sass/compare/1.56.0...1.56.1)
##### Embedded Sass
- Importer results now validate that `contents` is actually a string and
whether
`sourceMapUrl` is an absolute URL.
###
[`v1.56.0`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#​1560)
[Compare
Source](https://togithub.com/sass/dart-sass/compare/1.55.0...1.56.0)
- **Potentially breaking change:** To match the CSS spec, SassScript
expressions
beginning with `not` or `(` are no longer supported at the beginning of
parenthesized sections of media queries. For example,
```scss
@​media (width >= 500px) and (not (grid))
```
will now be emitted unchanged, instead of producing
```scss
@​media (width >= 500px) and (false)
```
See [the Sass website](https://sass-lang.com/d/media-logic) for details.
- **Potentially breaking bug fix:** Angle units like `rad` or `turn` are
now
properly converted to equivalent `deg` values for `hsl()`, `hsla()`,
`adjust-hue()`, `color.adjust()`, and `color.change()`.
See [the Sass website](https://sass-lang.com/d/function-units#hue) for
details.
- Fix indentation for selectors that span multiple lines in a `@media`
query.
- Emit a deprecation warning when passing `$alpha` values with units to
`color.adjust()` or `color.change()`. This will be an error in Dart Sass
2.0.0.
See [the Sass website](https://sass-lang.com/d/function-units#alpha) for
details.
- Emit a deprecation warning when passing a `$weight` value with no
units or
with units other than `%` to `color.mix()`. This will be an error in
Dart Sass
2.0.0.
See [the Sass website](https://sass-lang.com/d/function-units#weight)
for
details.
- Emit a deprecation warning when passing `$n` values with units to
`list.nth()`
or `list.set-nth()`. This will be an error in Dart Sass 2.0.0.
See [the Sass website](https://sass-lang.com/d/function-units#index) for
details.
- Improve existing deprecation warnings to wrap `/`-as-division
suggestions in
`calc()` expressions.
- Properly mark the warning for passing numbers with units to `random()`
as a
deprecation warning.
- Fix a bug where `@extend` could behave unpredicatably when used along
with
`meta.load-css()` and shared modules that contained no CSS themselves
but
loaded CSS from other modules.
##### Dart API
- Emit a deprecation warning when passing a `sassIndex` with units to
`Value.sassIndexToListIndex()`. This will be an error in Dart Sass
2.0.0.
##### JS API
- Importer results now validate whether `contents` is actually a string
type.
- Importer result argument errors are now rendered correctly.
</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:eyJjcmVhdGVkSW5WZXIiOiIzNC4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzQuMTkuMCJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-11-10 16:01:53 +01:00
|
|
|
"sass": "1.56.1",
|
2022-10-07 16:42:35 +02:00
|
|
|
"semver": "7.3.8",
|
2022-04-30 13:18:26 +02:00
|
|
|
"swr": "1.3.0",
|
2022-08-30 08:23:37 +02:00
|
|
|
"tss-react": "4.0.0",
|
2022-10-07 19:54:29 +02:00
|
|
|
"typescript": "4.8.4",
|
2022-11-15 19:37:33 +01:00
|
|
|
"vite": "3.2.4",
|
2022-08-18 15:56:39 +02:00
|
|
|
"vite-plugin-env-compatible": "1.1.1",
|
2022-10-19 19:33:20 +02:00
|
|
|
"vite-plugin-svgr": "2.2.2",
|
2022-11-19 22:15:20 +01:00
|
|
|
"vite-tsconfig-paths": "3.6.0",
|
2022-11-14 20:55:34 +01:00
|
|
|
"vitest": "0.25.2",
|
2022-08-26 14:49:44 +02:00
|
|
|
"whatwg-fetch": "3.6.2"
|
2017-02-23 22:18:23 +01:00
|
|
|
},
|
2022-10-14 11:44:59 +02:00
|
|
|
"resolutions": {
|
2022-11-15 23:27:26 +01:00
|
|
|
"@codemirror/state": "6.1.4",
|
2022-11-03 15:30:01 +01:00
|
|
|
"@xmldom/xmldom": "^0.8.4"
|
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",
|
|
|
|
"import/no-anonymous-default-export": "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
|
|
|
}
|