1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
unleash.unleash/frontend/package.json

146 lines
4.3 KiB
JSON
Raw Normal View History

2016-11-10 14:26:24 +01:00
{
"name": "unleash-frontend-local",
"version": "0.0.0",
"private": true,
2016-12-23 10:58:33 +01:00
"files": [
"index.js",
"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": {
"build": "vite build",
2022-10-03 12:20:47 +02:00
"lint": "yarn fmt:check",
"start": "vite",
"start:prod": "vite build && vite preview",
docs: Remove/update references to Heroku (#2099) ## What This PR removes or updates references in the docs to Heroku. Most of the code samples have been replaced with a more generic `unleash.example.com` url, while other references have been removed or updated. Also removes old OpenAPI files that are out of date and redundant with the new generation. ## Background Come November and Heroku will no longer offer free deployments of Unleash, so it's about time we remove that claim. Links to the heroku instance are also outdated because we don't have that instance running anymore. Finally, the OpenAPI files we do have there are old and static, so they don't match the current reality. ## Commits * Meta: update ignore file to ignore autogenerated docs I must've missed the ignore file when looking for patterns. * docs: delete old openapi file. This seems to have been a holdover from 2020 and is probably hand-written. It has been superseded by the new autogenerated OpenAPI docs. * docs: add notes for heroku changes to the frontend readme and pkg * docs: remove old openapi article and add redirects to new openapi * docs: fix link in overview doc: point to GitHub instead of heroku * docs: update quickstart docs with new heroku details * docs: remove reference to crashing heroku instance * docs: remove references to herokuapp in code samples * docs: add a placeholder comment * docs: update references for heroku updates * docs: keep using unleash4 for enterprise * docs: remove start:heroku script in favor of start:sandbox * docs: remove 'deploy on heroku button' Now that it's not free anymore (or won't be very shortly), let's remove it. * docs: remove extra newline
2022-10-19 14:02:00 +02:00
"start:sandbox": "UNLEASH_API=https://sandbox.getunleash.io/ospro yarn run start",
"start:enterprise": "UNLEASH_API=https://unleash4.herokuapp.com yarn run start",
"start:demo": "UNLEASH_BASE_PATH=/demo/ yarn start",
"test": "tsc && vitest run",
2022-12-21 12:23:44 +01:00
"test:snapshot": "yarn test -u",
"test:watch": "vitest watch",
"fmt": "prettier src --write --loglevel warn",
"fmt:check": "prettier src --check",
"ts:check": "tsc",
"e2e": "yarn run cypress open --config baseUrl='http://localhost:3000' --env AUTH_USER=admin,AUTH_PASSWORD=unleash4all",
"e2e:heroku": "yarn run cypress open --config baseUrl='https://unleash.herokuapp.com' --env AUTH_USER=admin,AUTH_PASSWORD=unleash4all",
"prepare": "yarn run build"
2016-11-10 14:26:24 +01:00
},
2021-04-09 13:38:30 +02:00
"devDependencies": {
"@codemirror/lang-json": "6.0.1",
"@emotion/react": "11.10.5",
"@emotion/styled": "11.10.5",
chore(deps): update material-ui monorepo (#2494) [![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.14` -> `5.10.15`](https://renovatebot.com/diffs/npm/@mui%2ficons-material/5.10.14/5.10.15) | [![age](https://badges.renovateapi.com/packages/npm/@mui%2ficons-material/5.10.15/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@mui%2ficons-material/5.10.15/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@mui%2ficons-material/5.10.15/compatibility-slim/5.10.14)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@mui%2ficons-material/5.10.15/confidence-slim/5.10.14)](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.108` -> `5.0.0-alpha.109`](https://renovatebot.com/diffs/npm/@mui%2flab/5.0.0-alpha.108/5.0.0-alpha.109) | [![age](https://badges.renovateapi.com/packages/npm/@mui%2flab/5.0.0-alpha.109/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@mui%2flab/5.0.0-alpha.109/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@mui%2flab/5.0.0-alpha.109/compatibility-slim/5.0.0-alpha.108)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@mui%2flab/5.0.0-alpha.109/confidence-slim/5.0.0-alpha.108)](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.14` -> `5.10.15`](https://renovatebot.com/diffs/npm/@mui%2fmaterial/5.10.14/5.10.15) | [![age](https://badges.renovateapi.com/packages/npm/@mui%2fmaterial/5.10.15/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@mui%2fmaterial/5.10.15/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@mui%2fmaterial/5.10.15/compatibility-slim/5.10.14)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@mui%2fmaterial/5.10.15/confidence-slim/5.10.14)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>mui/material-ui (@&#8203;mui/icons-material)</summary> ### [`v5.10.15`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#&#8203;51015) [Compare Source](https://togithub.com/mui/material-ui/compare/v5.10.14...v5.10.15) <!-- generated comparing v5.10.14..master --> *Nov 21, 2022* A big thanks to the 9 contributors who made this release possible. Here are some highlights ✨: - 🚀 [@&#8203;mnajdova](https://togithub.com/mnajdova) added the button as the first component that implements [Material You](https://m3.material.io/) design (MD3) - 🌐 [@&#8203;MBilalShafi](https://togithub.com/MBilalShafi) added Urdu (Pakistan) localization - Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements ##### `@mui/material@5.10.15` - \[Autocomplete] Fix keyboard navigation when using custom popover ([#&#8203;35160](https://togithub.com/mui/material-ui/issues/35160)) [@&#8203;sai6855](https://togithub.com/sai6855) - \[typescript] Add `background.defaultChannel` to `CssVarsPalette` ([#&#8203;35174](https://togithub.com/mui/material-ui/issues/35174)) [@&#8203;alexfauquette](https://togithub.com/alexfauquette) - \[l10n] Add Urdu (ur-PK) locale ([#&#8203;35154](https://togithub.com/mui/material-ui/issues/35154)) [@&#8203;MBilalShafi](https://togithub.com/MBilalShafi) ##### `@mui/icons-material@5.10.15` - \[icons] Update the Material Design icons ([#&#8203;35194](https://togithub.com/mui/material-ui/issues/35194)) [@&#8203;michaldudak](https://togithub.com/michaldudak) ##### `@mui/material-next@6.0.0-alpha.63` - \[Material You] Add theme structure & Button component ([#&#8203;34650](https://togithub.com/mui/material-ui/issues/34650)) [@&#8203;mnajdova](https://togithub.com/mnajdova) ##### `@mui/base@5.0.0-alpha.107` - \[Select] Add attributes to conform with ARIA 1.2 ([#&#8203;35182](https://togithub.com/mui/material-ui/issues/35182)) [@&#8203;michaldudak](https://togithub.com/michaldudak) ##### Docs - \[docs] Fix a couple documentation errors ([#&#8203;35217](https://togithub.com/mui/material-ui/issues/35217)) [@&#8203;danilo-leal](https://togithub.com/danilo-leal) - \[docs] Change MUI -> Material UI in icons-material's readme ([#&#8203;35220](https://togithub.com/mui/material-ui/issues/35220)) [@&#8203;michaldudak](https://togithub.com/michaldudak) - \[docs] the pages have no \<link rel=canonical so we need to tell Google to not index the staging envs [@&#8203;oliviertassinari](https://togithub.com/oliviertassinari) - \[docs] Fix confusion in TOCs when reaching scroll bottom ([#&#8203;35214](https://togithub.com/mui/material-ui/issues/35214)) [@&#8203;oliviertassinari](https://togithub.com/oliviertassinari) - \[docs] Fix typos in section titles ([#&#8203;35025](https://togithub.com/mui/material-ui/issues/35025)) [@&#8203;iamxukai](https://togithub.com/iamxukai) - \[docs] Fix typo in legacy date picker migration guide [@&#8203;oliviertassinari](https://togithub.com/oliviertassinari) - \[docs] Iterating on recent Joy UI Component page updates ([#&#8203;35162](https://togithub.com/mui/material-ui/issues/35162)) [@&#8203;samuelsycamore](https://togithub.com/samuelsycamore) - \[docs] Inform that pickers are in X repository ([#&#8203;35189](https://togithub.com/mui/material-ui/issues/35189)) [@&#8203;alexfauquette](https://togithub.com/alexfauquette) - \[docs] Explain how the `error` prop works in the Unstyled Input ([#&#8203;35171](https://togithub.com/mui/material-ui/issues/35171)) [@&#8203;michaldudak](https://togithub.com/michaldudak) - \[docs] Hotfix missing styles in dark mode ([#&#8203;35179](https://togithub.com/mui/material-ui/issues/35179)) [@&#8203;siriwatknp](https://togithub.com/siriwatknp) - \[docs] Add Joy UI theme typography page ([#&#8203;34811](https://togithub.com/mui/material-ui/issues/34811)) [@&#8203;siriwatknp](https://togithub.com/siriwatknp) - \[docs] Fix undo/redo in live editor ([#&#8203;35163](https://togithub.com/mui/material-ui/issues/35163)) [@&#8203;oliviertassinari](https://togithub.com/oliviertassinari) - \[docs] Revise the Joy UI "Avatar" component page ([#&#8203;35152](https://togithub.com/mui/material-ui/issues/35152)) [@&#8203;samuelsycamore](https://togithub.com/samuelsycamore) - \[docs] Make navbar backdrop filter consistent with website ([#&#8203;35157](https://togithub.com/mui/material-ui/issues/35157)) [@&#8203;danilo-leal](https://togithub.com/danilo-leal) - \[docs] Host CodeSandbox on MUI org ([#&#8203;35110](https://togithub.com/mui/material-ui/issues/35110)) [@&#8203;oliviertassinari](https://togithub.com/oliviertassinari) - \[docs] Uplift introduction demos & make consistent with Base ([#&#8203;34316](https://togithub.com/mui/material-ui/issues/34316)) [@&#8203;danilo-leal](https://togithub.com/danilo-leal) - \[website] Add Security questionnaire in pricing ([#&#8203;35172](https://togithub.com/mui/material-ui/issues/35172)) [@&#8203;oliviertassinari](https://togithub.com/oliviertassinari) - \[website] Fix theme mode toggle state ([#&#8203;35216](https://togithub.com/mui/material-ui/issues/35216)) [@&#8203;siriwatknp](https://togithub.com/siriwatknp) - \[website] Exclude experiment pages in production ([#&#8203;35180](https://togithub.com/mui/material-ui/issues/35180)) [@&#8203;siriwatknp](https://togithub.com/siriwatknp) - \[website] Disable SEO for performance pages ([#&#8203;35173](https://togithub.com/mui/material-ui/issues/35173)) [@&#8203;oliviertassinari](https://togithub.com/oliviertassinari) ##### Core - \[core] Convert icons scripts to ESM ([#&#8203;35101](https://togithub.com/mui/material-ui/issues/35101)) [@&#8203;Janpot](https://togithub.com/Janpot) - \[core] Group renovate GitHub Action dependency updates [@&#8203;oliviertassinari](https://togithub.com/oliviertassinari) - \[core] Upgrade eslint-config-airbnb-typescript ([#&#8203;34642](https://togithub.com/mui/material-ui/issues/34642)) [@&#8203;Janpot](https://togithub.com/Janpot) - \[core] Ensure that prettier CI step fails when code is badly formatted ([#&#8203;35170](https://togithub.com/mui/material-ui/issues/35170)) [@&#8203;michaldudak](https://togithub.com/michaldudak) All contributors of this release in alphabetical order: [@&#8203;alexfauquette](https://togithub.com/alexfauquette), [@&#8203;danilo-leal](https://togithub.com/danilo-leal), [@&#8203;iamxukai](https://togithub.com/iamxukai), [@&#8203;Janpot](https://togithub.com/Janpot), [@&#8203;MBilalShafi](https://togithub.com/MBilalShafi), [@&#8203;michaldudak](https://togithub.com/michaldudak), [@&#8203;oliviertassinari](https://togithub.com/oliviertassinari), [@&#8203;samuelsycamore](https://togithub.com/samuelsycamore), [@&#8203;siriwatknp](https://togithub.com/siriwatknp) </details> <details> <summary>mui/material-ui (@&#8203;mui/lab)</summary> ### [`v5.0.0-alpha.109`](https://togithub.com/mui/material-ui/compare/c2da6de1c504c7dbd8ae1d0771c184c1544a0c76...14a6e1c61edb5f66f4888e32c04df5e637e7cfc4) [Compare Source](https://togithub.com/mui/material-ui/compare/c2da6de1c504c7dbd8ae1d0771c184c1544a0c76...14a6e1c61edb5f66f4888e32c04df5e637e7cfc4) </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:eyJjcmVhdGVkSW5WZXIiOiIzNC4yOS4yIiwidXBkYXRlZEluVmVyIjoiMzQuMzAuMiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-11-23 11:48:56 +01:00
"@mui/icons-material": "5.10.15",
"@mui/lab": "5.0.0-alpha.109",
"@mui/material": "5.10.15",
"@openapitools/openapi-generator-cli": "2.5.2",
chore(deps): update dependency @testing-library/dom to v8.19.1 (#2742) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@testing-library/dom](https://togithub.com/testing-library/dom-testing-library) | [`8.19.0` -> `8.19.1`](https://renovatebot.com/diffs/npm/@testing-library%2fdom/8.19.0/8.19.1) | [![age](https://badges.renovateapi.com/packages/npm/@testing-library%2fdom/8.19.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@testing-library%2fdom/8.19.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@testing-library%2fdom/8.19.1/compatibility-slim/8.19.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@testing-library%2fdom/8.19.1/confidence-slim/8.19.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>testing-library/dom-testing-library</summary> ### [`v8.19.1`](https://togithub.com/testing-library/dom-testing-library/releases/tag/v8.19.1) [Compare Source](https://togithub.com/testing-library/dom-testing-library/compare/v8.19.0...v8.19.1) ##### Bug Fixes - Bump used `aria-query` types ([#&#8203;1198](https://togithub.com/testing-library/dom-testing-library/issues/1198)) ([9f363af](https://togithub.com/testing-library/dom-testing-library/commit/9f363afe6ba6b2ec9d9d11d51e3c37ab72d4576b)), closes [#&#8203;1197](https://togithub.com/testing-library/dom-testing-library/issues/1197) </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:eyJjcmVhdGVkSW5WZXIiOiIzNC43My4zIiwidXBkYXRlZEluVmVyIjoiMzQuNzMuMyJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-27 12:39:09 +01:00
"@testing-library/dom": "8.19.1",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "12.1.5",
"@testing-library/react-hooks": "7.0.2",
"@testing-library/user-event": "14.4.3",
"@types/debounce": "1.2.1",
chore(deps): update dependency @types/deep-diff to v1.0.2 (#2615) [![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/deep-diff](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/deep-diff) ([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped)) | [`1.0.1` -> `1.0.2`](https://renovatebot.com/diffs/npm/@types%2fdeep-diff/1.0.1/1.0.2) | [![age](https://badges.renovateapi.com/packages/npm/@types%2fdeep-diff/1.0.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@types%2fdeep-diff/1.0.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@types%2fdeep-diff/1.0.2/compatibility-slim/1.0.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@types%2fdeep-diff/1.0.2/confidence-slim/1.0.1)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/Unleash/unleash). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC40OS4wIiwidXBkYXRlZEluVmVyIjoiMzQuNDkuMCJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-07 17:22:03 +01:00
"@types/deep-diff": "1.0.2",
chore(deps): update dependency @types/jest to v29.2.5 (#2785) [![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.4` -> `29.2.5`](https://renovatebot.com/diffs/npm/@types%2fjest/29.2.4/29.2.5) | [![age](https://badges.renovateapi.com/packages/npm/@types%2fjest/29.2.5/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@types%2fjest/29.2.5/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@types%2fjest/29.2.5/compatibility-slim/29.2.4)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@types%2fjest/29.2.5/confidence-slim/29.2.4)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/Unleash/unleash). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC43NC4yIiwidXBkYXRlZEluVmVyIjoiMzQuNzQuMiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-31 03:43:09 +01:00
"@types/jest": "29.2.5",
"@types/lodash.clonedeep": "4.5.7",
"@types/lodash.omit": "4.5.7",
refactor: fix misc TS errors (#729) * refactor: update test deps * refactor: remove unused ts-expect-error annotations * refactor: add missing arg and return types * refactor: the loading prop is optional * refactor: add missing arg and return types * reafactor: fix value arg type * refactor: fix missing array type * refactor: the parameters field is an array * refactor: use undefined instead of null in state * refactor: add missing params type * refactor: add missing children prop * refactor: add missing array type * refactor: add missing React imports * refactor: use correct IProjectEnvironment type * refactor: type errors as unknown * refactor: the index prop is required * refactor: fix date prop type * refactor: fix tooltip placement prop type * refactor: fix environments state type * refactor: add missing arg types * refactor: add guard for undefined field * refactor: fix ChangePassword prop types * refactor: fix MUI import paths * refactor: add missing arg type * refactor: fix showDialog prop type * refactor: remove unused openUpdateDialog prop * refactor: add missing non-null assertion * refactor: remove unused types prop * refactor: stricten API error handler types * refactor: add missing undefined check * refactor: add missing IProject id field * refactor: fix ConditionallyRender condition prop types * refactor: remove unused args * refactor: add AddVariant prop types * refactor: add types to UIContext * refactor: fix event arg type * refactor: add missing default impressionData field * refactor: fix handleDeleteEnvironment prop args * refactor: fix IFeatureMetrics field requirements * refactor: add missing element types to ConditionallyRender * refactor: remove unused ProjectAccess projectId prop * refactor: add missing undefined check * refactor: fix getCreateTogglePath arg type * refactor: add missing IStrategyPayload import * refactor: remove unused user arg * refactor: add missing event arg type * refactor: add missing style object types * refactor: improve userApiErrors prop type * refactor: the Dialogue onClose prop is optional * refactor: fix the AddonEvents setEventValue prop type
2022-02-25 10:55:39 +01:00
"@types/node": "17.0.18",
"@types/react": "17.0.52",
"@types/react-dom": "17.0.18",
Feature list table (#908) * experiment with generic table * feat: example implementation of sortable table interfaces * add enhanced table header Co-authored-by: Nuno Góis <github@nunogois.com> * table cleanup Co-authored-by: Nuno Góis Co-authored-by: Fredrik Strand Oseberg * useSort hook interface surface Co-authored-by: Nuno Góis <github@nunogois.com> * sort handler initial implementation Co-authored-by: Tymoteusz Czech <Tymek@users.noreply.github.com> * new table unified components * feature flags table components Co-authored-by: Nuno Góis <github@nunogois.com> * feat: new table sort hook * feat: table sort * useSearch hook implementation * update new sort hook tests * sortable headers hook * feat: add sort to other table features * move experimental table hooks to a directory * update new table header styles * fix: header, tableActions * add some details like pagination and highlighter so we keep them in mind * feature table cells * update new table sort logic * new pagination * fix formatting and remove unused component * fix: adapt useSearch default search to text instead of regex (PR #924) * fix: update table title based on visible rows * fix: remove test route * refactor: move table experiment files * features table experimentation * feat: enhanced feature flags table * fix: features default sort * feat: enhanced table loading * fix: table theme after mui5 update * features list placeholder * add react-table * update snapshots after theme change * remove unused files * fix: improve features table after review * refactor: rename feature type cell variables Co-authored-by: Fredrik Oseberg <fredrik.no@gmail.com> Co-authored-by: Nuno Góis <github@nunogois.com> Co-authored-by: Tymoteusz Czech <Tymek@users.noreply.github.com>
2022-05-05 15:34:46 +02:00
"@types/react-router-dom": "5.3.3",
chore(deps): update dependency @types/react-table to v7.7.13 (#2758) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@types/react-table](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-table) ([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped)) | [`7.7.12` -> `7.7.13`](https://renovatebot.com/diffs/npm/@types%2freact-table/7.7.12/7.7.13) | [![age](https://badges.renovateapi.com/packages/npm/@types%2freact-table/7.7.13/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@types%2freact-table/7.7.13/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@types%2freact-table/7.7.13/compatibility-slim/7.7.12)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@types%2freact-table/7.7.13/confidence-slim/7.7.12)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/Unleash/unleash). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC43My4zIiwidXBkYXRlZEluVmVyIjoiMzQuNzMuMyJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-28 05:48:17 +01:00
"@types/react-table": "7.7.13",
"@types/react-test-renderer": "17.0.2",
"@types/react-timeago": "4.1.3",
"@types/semver": "7.3.13",
chore(deps): update dependency @uiw/codemirror-theme-duotone to v4.19.5 (#2779) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@uiw/codemirror-theme-duotone](https://uiwjs.github.io/react-codemirror/#/theme/data/duotone/light) ([source](https://togithub.com/uiwjs/react-codemirror)) | [`4.19.4` -> `4.19.5`](https://renovatebot.com/diffs/npm/@uiw%2fcodemirror-theme-duotone/4.19.4/4.19.5) | [![age](https://badges.renovateapi.com/packages/npm/@uiw%2fcodemirror-theme-duotone/4.19.5/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@uiw%2fcodemirror-theme-duotone/4.19.5/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@uiw%2fcodemirror-theme-duotone/4.19.5/compatibility-slim/4.19.4)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@uiw%2fcodemirror-theme-duotone/4.19.5/confidence-slim/4.19.4)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>uiwjs/react-codemirror</summary> ### [`v4.19.5`](https://togithub.com/uiwjs/react-codemirror/releases/tag/v4.19.5) [Compare Source](https://togithub.com/uiwjs/react-codemirror/compare/v4.19.4...v4.19.5) [![](https://img.shields.io/badge/Open%20in-unpkg-blue)](https://uiwjs.github.io/npm-unpkg/#/pkg/@&#8203;uiw/react-codemirror@4.19.5/file/README.md) Documentation v4.19.5: https://raw.githack.com/uiwjs/react-codemirror/1222b42/index.html\ Comparing Changes: https://github.com/uiwjs/react-codemirror/compare/v4.19.4...v4.19.5 ```shell npm i @&#8203;uiw/react-codemirror@4.19.5 ``` - 🌍 website: fix themes all error. [`3023dcd`](https://togithub.com/uiwjs/react-codemirror/commit/3023dcd) [@&#8203;jaywcjlove](https://togithub.com/jaywcjlove) - 🐞 fix(core): don't set editor content if value is undefined [#&#8203;441](https://togithub.com/uiwjs/react-codemirror/issues/441) ([#&#8203;442](https://togithub.com/uiwjs/react-codemirror/issues/442)) [`0551523`](https://togithub.com/uiwjs/react-codemirror/commit/0551523) [@&#8203;mrdrogdrog](https://togithub.com/mrdrogdrog) </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>
2022-12-30 09:31:45 +01:00
"@uiw/codemirror-theme-duotone": "4.19.5",
chore(deps): update dependency @uiw/react-codemirror to v4.19.5 (#2780) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@uiw/react-codemirror](https://uiwjs.github.io/react-codemirror) ([source](https://togithub.com/uiwjs/react-codemirror)) | [`4.19.4` -> `4.19.5`](https://renovatebot.com/diffs/npm/@uiw%2freact-codemirror/4.19.4/4.19.5) | [![age](https://badges.renovateapi.com/packages/npm/@uiw%2freact-codemirror/4.19.5/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@uiw%2freact-codemirror/4.19.5/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@uiw%2freact-codemirror/4.19.5/compatibility-slim/4.19.4)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@uiw%2freact-codemirror/4.19.5/confidence-slim/4.19.4)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>uiwjs/react-codemirror</summary> ### [`v4.19.5`](https://togithub.com/uiwjs/react-codemirror/releases/tag/v4.19.5) [Compare Source](https://togithub.com/uiwjs/react-codemirror/compare/v4.19.4...v4.19.5) [![](https://img.shields.io/badge/Open%20in-unpkg-blue)](https://uiwjs.github.io/npm-unpkg/#/pkg/@&#8203;uiw/react-codemirror@4.19.5/file/README.md) Documentation v4.19.5: https://raw.githack.com/uiwjs/react-codemirror/1222b42/index.html\ Comparing Changes: https://github.com/uiwjs/react-codemirror/compare/v4.19.4...v4.19.5 ```shell npm i @&#8203;uiw/react-codemirror@4.19.5 ``` - 🌍 website: fix themes all error. [`3023dcd`](https://togithub.com/uiwjs/react-codemirror/commit/3023dcd) [@&#8203;jaywcjlove](https://togithub.com/jaywcjlove) - 🐞 fix(core): don't set editor content if value is undefined [#&#8203;441](https://togithub.com/uiwjs/react-codemirror/issues/441) ([#&#8203;442](https://togithub.com/uiwjs/react-codemirror/issues/442)) [`0551523`](https://togithub.com/uiwjs/react-codemirror/commit/0551523) [@&#8203;mrdrogdrog](https://togithub.com/mrdrogdrog) </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>
2022-12-30 06:44:45 +01:00
"@uiw/react-codemirror": "4.19.5",
chore(deps): update dependency @vitejs/plugin-react to v3 (#2665) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@vitejs/plugin-react](https://togithub.com/vitejs/vite-plugin-react/tree/main/packages/plugin-react#readme) ([source](https://togithub.com/vitejs/vite-plugin-react)) | [`2.2.0` -> `3.0.0`](https://renovatebot.com/diffs/npm/@vitejs%2fplugin-react/2.2.0/3.0.0) | [![age](https://badges.renovateapi.com/packages/npm/@vitejs%2fplugin-react/3.0.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@vitejs%2fplugin-react/3.0.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@vitejs%2fplugin-react/3.0.0/compatibility-slim/2.2.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@vitejs%2fplugin-react/3.0.0/confidence-slim/2.2.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>vitejs/vite-plugin-react</summary> ### [`v3.0.0`](https://togithub.com/vitejs/vite-plugin-react/blob/HEAD/packages/plugin-react/CHANGELOG.md#&#8203;300-2022-12-09) [Compare Source](https://togithub.com/vitejs/vite-plugin-react/compare/972b8ddca78f47ed730aa76dede28f52b23d8f56...0aaf2e56de64d566af9636877200029ec6437918) - chore: update vite to ^4.0.0 ([#&#8203;57](https://togithub.com/vitejs/vite-plugin-react/issues/57)) ([941b20d](https://togithub.com/vitejs/vite-plugin-react/commit/941b20d)), closes [#&#8203;57](https://togithub.com/vitejs/vite-plugin-react/issues/57) - chore(deps): update rollup ([#&#8203;56](https://togithub.com/vitejs/vite-plugin-react/issues/56)) ([af25ec7](https://togithub.com/vitejs/vite-plugin-react/commit/af25ec7)), closes [#&#8203;56](https://togithub.com/vitejs/vite-plugin-react/issues/56) - chore!: drop ast check for refresh boundary ([#&#8203;43](https://togithub.com/vitejs/vite-plugin-react/issues/43)) ([e43bd76](https://togithub.com/vitejs/vite-plugin-react/commit/e43bd76)), closes [#&#8203;43](https://togithub.com/vitejs/vite-plugin-react/issues/43) </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:eyJjcmVhdGVkSW5WZXIiOiIzNC41NC4wIiwidXBkYXRlZEluVmVyIjoiMzQuNjIuMSJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-27 09:55:20 +01:00
"@vitejs/plugin-react": "3.0.0",
"chart.js": "3.9.1",
chore(deps): update dependency chartjs-adapter-date-fns to v3 (#2767) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [chartjs-adapter-date-fns](https://www.chartjs.org) ([source](https://togithub.com/chartjs/chartjs-adapter-date-fns)) | [`2.0.1` -> `3.0.0`](https://renovatebot.com/diffs/npm/chartjs-adapter-date-fns/2.0.1/3.0.0) | [![age](https://badges.renovateapi.com/packages/npm/chartjs-adapter-date-fns/3.0.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/chartjs-adapter-date-fns/3.0.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/chartjs-adapter-date-fns/3.0.0/compatibility-slim/2.0.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/chartjs-adapter-date-fns/3.0.0/confidence-slim/2.0.1)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>chartjs/chartjs-adapter-date-fns</summary> ### [`v3.0.0`](https://togithub.com/chartjs/chartjs-adapter-date-fns/releases/tag/v3.0.0) [Compare Source](https://togithub.com/chartjs/chartjs-adapter-date-fns/compare/v2.0.1...v3.0.0) ### Essential Links - [npm](https://www.npmjs.com/package/chartjs-adapter-date-fns) <!----> - [#&#8203;50](https://togithub.com/chartjs/chartjs-adapter-date-fns/issues/50) Bump terser from 5.7.0 to 5.14.2 - [#&#8203;57](https://togithub.com/chartjs/chartjs-adapter-date-fns/issues/57) Bump engine.io and socket.io #### Enhancements - [#&#8203;63](https://togithub.com/chartjs/chartjs-adapter-date-fns/issues/63) feat: package as a module Thanks to [@&#8203;dependabot](https://togithub.com/dependabot), [@&#8203;dependabot](https://togithub.com/dependabot)\[bot] and [@&#8203;kurkle](https://togithub.com/kurkle) </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:eyJjcmVhdGVkSW5WZXIiOiIzNC43NC4yIiwidXBkYXRlZEluVmVyIjoiMzQuNzQuMiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-28 14:09:19 +01:00
"chartjs-adapter-date-fns": "3.0.0",
"classnames": "2.3.2",
chore(deps): update dependency copy-to-clipboard to v3.3.3 (#2413) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [copy-to-clipboard](https://togithub.com/sudodoki/copy-to-clipboard) | [`3.3.2` -> `3.3.3`](https://renovatebot.com/diffs/npm/copy-to-clipboard/3.3.2/3.3.3) | [![age](https://badges.renovateapi.com/packages/npm/copy-to-clipboard/3.3.3/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/copy-to-clipboard/3.3.3/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/copy-to-clipboard/3.3.3/compatibility-slim/3.3.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/copy-to-clipboard/3.3.3/confidence-slim/3.3.2)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>sudodoki/copy-to-clipboard</summary> ### [`v3.3.3`](https://togithub.com/sudodoki/copy-to-clipboard/compare/v3.3.2...ca33966a5e030c7d18bd3b193654eb2e59c86e04) [Compare Source](https://togithub.com/sudodoki/copy-to-clipboard/compare/v3.3.2...ca33966a5e030c7d18bd3b193654eb2e59c86e04) </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:eyJjcmVhdGVkSW5WZXIiOiIzNC4yMy4xIiwidXBkYXRlZEluVmVyIjoiMzQuMjMuMSJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
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",
"date-fns": "2.29.3",
"debounce": "1.2.1",
2021-11-08 16:02:06 +01:00
"deep-diff": "1.0.2",
"dequal": "2.0.3",
chore(deps): update dependency eslint to v8.30.0 (#2755) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint](https://eslint.org) ([source](https://togithub.com/eslint/eslint)) | [`8.29.0` -> `8.30.0`](https://renovatebot.com/diffs/npm/eslint/8.29.0/8.30.0) | [![age](https://badges.renovateapi.com/packages/npm/eslint/8.30.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/eslint/8.30.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/eslint/8.30.0/compatibility-slim/8.29.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/eslint/8.30.0/confidence-slim/8.29.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>eslint/eslint</summary> ### [`v8.30.0`](https://togithub.com/eslint/eslint/releases/tag/v8.30.0) [Compare Source](https://togithub.com/eslint/eslint/compare/v8.29.0...v8.30.0) #### Features - [`075ef2c`](https://togithub.com/eslint/eslint/commit/075ef2cf315e75b51b671c40ce9a97c66b2e4b50) feat: add suggestion for no-return-await ([#&#8203;16637](https://togithub.com/eslint/eslint/issues/16637)) (Daniel Bartholomae) - [`7190d98`](https://togithub.com/eslint/eslint/commit/7190d98ff40023f24b0c6a98319ae8a82c99ff5b) feat: update globals ([#&#8203;16654](https://togithub.com/eslint/eslint/issues/16654)) (Sébastien Règne) #### Bug Fixes - [`1a327aa`](https://togithub.com/eslint/eslint/commit/1a327aae57f1b68c96b27cc1bd57f8198d5a3a7c) fix: Ensure flat config unignores work consistently like eslintrc ([#&#8203;16579](https://togithub.com/eslint/eslint/issues/16579)) (Nicholas C. Zakas) - [`9b8bb72`](https://togithub.com/eslint/eslint/commit/9b8bb72c49a453086954b06a5d7dd390731b1975) fix: autofix recursive functions in no-var ([#&#8203;16611](https://togithub.com/eslint/eslint/issues/16611)) (Milos Djermanovic) #### Documentation - [`6a8cd94`](https://togithub.com/eslint/eslint/commit/6a8cd94ed08983c70ca7d72dc6e360770a743405) docs: Clarify Discord info in issue template config ([#&#8203;16663](https://togithub.com/eslint/eslint/issues/16663)) (Nicholas C. Zakas) - [`ad44344`](https://togithub.com/eslint/eslint/commit/ad44344ef6fdeac7217eb83bc54a230382c0da5e) docs: CLI documentation standardization ([#&#8203;16563](https://togithub.com/eslint/eslint/issues/16563)) (Ben Perlmutter) - [`293573e`](https://togithub.com/eslint/eslint/commit/293573eb530d161d2a5b01efd9d3de49dadea022) docs: fix broken line numbers ([#&#8203;16606](https://togithub.com/eslint/eslint/issues/16606)) (Sam Chen) - [`fa2c64b`](https://togithub.com/eslint/eslint/commit/fa2c64be10d5854fb586c20957737d7d2da1975a) docs: use relative links for internal links ([#&#8203;16631](https://togithub.com/eslint/eslint/issues/16631)) (Percy Ma) - [`75276c9`](https://togithub.com/eslint/eslint/commit/75276c9bc7c4bc013fc6bdf277353c979934d73b) docs: reorder options in no-unused-vars ([#&#8203;16625](https://togithub.com/eslint/eslint/issues/16625)) (Milos Djermanovic) - [`7276fe5`](https://togithub.com/eslint/eslint/commit/7276fe5776f03fb90e575ed63a9b1a6766993e42) docs: Fix anchor in URL ([#&#8203;16628](https://togithub.com/eslint/eslint/issues/16628)) (Karl Horky) - [`6bef135`](https://togithub.com/eslint/eslint/commit/6bef1350e692c818c55c6d2074c12506e98cdf4f) docs: don't apply layouts to html formatter example ([#&#8203;16591](https://togithub.com/eslint/eslint/issues/16591)) (Tanuj Kanti) - [`dfc7ec1`](https://togithub.com/eslint/eslint/commit/dfc7ec11b11b56daaa10e8e6d08c5cddfc8c2c59) docs: Formatters page updates ([#&#8203;16566](https://togithub.com/eslint/eslint/issues/16566)) (Ben Perlmutter) - [`8ba124c`](https://togithub.com/eslint/eslint/commit/8ba124cfd8aaf01d14ccbcb1654798624948fb0a) docs: update the `prefer-const` example ([#&#8203;16607](https://togithub.com/eslint/eslint/issues/16607)) (Pavel) - [`e6cb05a`](https://togithub.com/eslint/eslint/commit/e6cb05aa35bafb9e88f161ad1fa6b01942a7c13c) docs: fix css leaking ([#&#8203;16603](https://togithub.com/eslint/eslint/issues/16603)) (Sam Chen) #### Chores - [`f2c4737`](https://togithub.com/eslint/eslint/commit/f2c47372420f050ad8f2300271345de1c1232635) chore: upgrade [@&#8203;eslint/eslintrc](https://togithub.com/eslint/eslintrc)[@&#8203;1](https://togithub.com/1).4.0 ([#&#8203;16675](https://togithub.com/eslint/eslint/issues/16675)) (Milos Djermanovic) - [`ba74253`](https://togithub.com/eslint/eslint/commit/ba74253e8bd63e9e163bbee0540031be77e39253) chore: standardize npm script names per [#&#8203;14827](https://togithub.com/eslint/eslint/issues/14827) ([#&#8203;16315](https://togithub.com/eslint/eslint/issues/16315)) (Patrick McElhaney) - [`0d9af4c`](https://togithub.com/eslint/eslint/commit/0d9af4c5674809be993439c766dcd9d7f65fcec9) ci: fix npm v9 problem with `file:` ([#&#8203;16664](https://togithub.com/eslint/eslint/issues/16664)) (Milos Djermanovic) - [`90c9219`](https://togithub.com/eslint/eslint/commit/90c9219181e0aadcae7224602d2988186d457113) refactor: migrate off deprecated function-style rules in all tests ([#&#8203;16618](https://togithub.com/eslint/eslint/issues/16618)) (Bryan Mishkin) </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:eyJjcmVhdGVkSW5WZXIiOiIzNC43My4zIiwidXBkYXRlZEluVmVyIjoiMzQuNzMuMyJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-28 08:12:58 +01:00
"eslint": "8.30.0",
"eslint-config-react-app": "7.0.1",
"fast-json-patch": "3.1.1",
"http-proxy-middleware": "2.0.6",
"immer": "9.0.16",
chore(deps): update dependency jsdom to v20.0.3 (#2483) [![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.2` -> `20.0.3`](https://renovatebot.com/diffs/npm/jsdom/20.0.2/20.0.3) | [![age](https://badges.renovateapi.com/packages/npm/jsdom/20.0.3/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/jsdom/20.0.3/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/jsdom/20.0.3/compatibility-slim/20.0.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/jsdom/20.0.3/confidence-slim/20.0.2)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>jsdom/jsdom</summary> ### [`v20.0.3`](https://togithub.com/jsdom/jsdom/blob/HEAD/Changelog.md#&#8203;2003) [Compare Source](https://togithub.com/jsdom/jsdom/compare/20.0.2...20.0.3) - Updated dependencies, notably `w3c-xmlserializer`, which fixes using `DOMParser` on XML documents containing emoji. </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:eyJjcmVhdGVkSW5WZXIiOiIzNC4yOC4wIiwidXBkYXRlZEluVmVyIjoiMzQuMjguMCJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-11-21 04:20:40 +01:00
"jsdom": "20.0.3",
"lodash.clonedeep": "4.5.0",
"lodash.omit": "4.5.0",
"mermaid": "^9.3.0",
"millify": "^5.0.1",
chore(deps): update dependency msw to v0.49.2 (#2748) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [msw](https://mswjs.io/) ([source](https://togithub.com/mswjs/msw)) | [`0.49.1` -> `0.49.2`](https://renovatebot.com/diffs/npm/msw/0.49.1/0.49.2) | [![age](https://badges.renovateapi.com/packages/npm/msw/0.49.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/msw/0.49.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/msw/0.49.2/compatibility-slim/0.49.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/msw/0.49.2/confidence-slim/0.49.1)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>mswjs/msw</summary> ### [`v0.49.2`](https://togithub.com/mswjs/msw/releases/tag/v0.49.2) [Compare Source](https://togithub.com/mswjs/msw/compare/v0.49.1...v0.49.2) #### v0.49.2 (2022-12-13) ##### Bug Fixes - use `globalThis.fetch` in `ctx.fetch` utility ([#&#8203;1490](https://togithub.com/mswjs/msw/issues/1490)) ([`42cdbc7`](https://togithub.com/mswjs/msw/commit/42cdbc79654d90b3edce747ea044513f2f964958)) [@&#8203;Toxiapo](https://togithub.com/Toxiapo) [@&#8203;kettanaito](https://togithub.com/kettanaito) </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:eyJjcmVhdGVkSW5WZXIiOiIzNC43My4zIiwidXBkYXRlZEluVmVyIjoiMzQuNzMuMyJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-27 13:12:17 +01:00
"msw": "0.49.2",
"pkginfo": "0.4.1",
"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#&#8203;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 ([#&#8203;9184](https://togithub.com/prettier/prettier/pull/9184) by [@&#8203;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 ([#&#8203;13919](https://togithub.com/prettier/prettier/pull/13919) by [@&#8203;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#&#8203;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",
"react": "17.0.2",
"react-chartjs-2": "4.3.1",
"react-dom": "17.0.2",
"react-error-boundary": "3.1.4",
chore(deps): update dependency react-hooks-global-state to v2.1.0 (#2660) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [react-hooks-global-state](https://togithub.com/dai-shi/react-hooks-global-state) | [`2.0.0` -> `2.1.0`](https://renovatebot.com/diffs/npm/react-hooks-global-state/2.0.0/2.1.0) | [![age](https://badges.renovateapi.com/packages/npm/react-hooks-global-state/2.1.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/react-hooks-global-state/2.1.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/react-hooks-global-state/2.1.0/compatibility-slim/2.0.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/react-hooks-global-state/2.1.0/confidence-slim/2.0.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>dai-shi/react-hooks-global-state</summary> ### [`v2.1.0`](https://togithub.com/dai-shi/react-hooks-global-state/blob/HEAD/CHANGELOG.md#&#8203;210---2022-12-04) [Compare Source](https://togithub.com/dai-shi/react-hooks-global-state/compare/v2.0.0...v2.1.0) ##### Added - expose "subscribe" function for "createGlobalState" [#&#8203;85](https://togithub.com/dai-shi/react-hooks-global-state/issues/85) </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:eyJjcmVhdGVkSW5WZXIiOiIzNC41NC4wIiwidXBkYXRlZEluVmVyIjoiMzQuNTQuMCJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-10 18:26:53 +01:00
"react-hooks-global-state": "2.1.0",
"react-markdown": "^8.0.4",
chore(deps): update react-router monorepo to v6.6.1 (#2762) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [react-router](https://togithub.com/remix-run/react-router) | [`6.4.5` -> `6.6.1`](https://renovatebot.com/diffs/npm/react-router/6.4.5/6.6.1) | [![age](https://badges.renovateapi.com/packages/npm/react-router/6.6.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/react-router/6.6.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/react-router/6.6.1/compatibility-slim/6.4.5)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/react-router/6.6.1/confidence-slim/6.4.5)](https://docs.renovatebot.com/merge-confidence/) | | [react-router-dom](https://togithub.com/remix-run/react-router) | [`6.4.5` -> `6.6.1`](https://renovatebot.com/diffs/npm/react-router-dom/6.4.5/6.6.1) | [![age](https://badges.renovateapi.com/packages/npm/react-router-dom/6.6.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/react-router-dom/6.6.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/react-router-dom/6.6.1/compatibility-slim/6.4.5)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/react-router-dom/6.6.1/confidence-slim/6.4.5)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>remix-run/react-router (react-router)</summary> ### [`v6.6.1`](https://togithub.com/remix-run/react-router/blob/HEAD/packages/react-router/CHANGELOG.md#&#8203;661) [Compare Source](https://togithub.com/remix-run/react-router/compare/react-router@6.6.0...react-router@6.6.1) ##### Patch Changes - Updated dependencies: - `@remix-run/router@1.2.1` ### [`v6.6.0`](https://togithub.com/remix-run/react-router/blob/HEAD/packages/react-router/CHANGELOG.md#&#8203;660) [Compare Source](https://togithub.com/remix-run/react-router/compare/react-router@6.5.0...react-router@6.6.0) ##### Patch Changes - Prevent `useLoaderData` usage in `errorElement` ([#&#8203;9735](https://togithub.com/remix-run/react-router/pull/9735)) - Updated dependencies: - `@remix-run/router@1.2.0` ### [`v6.5.0`](https://togithub.com/remix-run/react-router/blob/HEAD/packages/react-router/CHANGELOG.md#&#8203;650) [Compare Source](https://togithub.com/remix-run/react-router/compare/react-router@6.4.5...react-router@6.5.0) This release introduces support for [Optional Route Segments](https://togithub.com/remix-run/react-router/issues/9546). Now, adding a `?` to the end of any path segment will make that entire segment optional. This works for both static segments and dynamic parameters. **Optional Params Examples** - `<Route path=":lang?/about>` will match: - `/:lang/about` - `/about` - `<Route path="/multistep/:widget1?/widget2?/widget3?">` will match: - `/multistep` - `/multistep/:widget1` - `/multistep/:widget1/:widget2` - `/multistep/:widget1/:widget2/:widget3` **Optional Static Segment Example** - `<Route path="/home?">` will match: - `/` - `/home` - `<Route path="/fr?/about">` will match: - `/about` - `/fr/about` ##### Minor Changes - Allows optional routes and optional static segments ([#&#8203;9650](https://togithub.com/remix-run/react-router/pull/9650)) ##### Patch Changes - Stop incorrectly matching on partial named parameters, i.e. `<Route path="prefix-:param">`, to align with how splat parameters work. If you were previously relying on this behavior then it's recommended to extract the static portion of the path at the `useParams` call site: ([#&#8203;9506](https://togithub.com/remix-run/react-router/pull/9506)) ```jsx // Old behavior at URL /prefix-123 <Route path="prefix-:id" element={<Comp /> }> function Comp() { let params = useParams(); // { id: '123' } let id = params.id; // "123" ... } // New behavior at URL /prefix-123 <Route path=":id" element={<Comp /> }> function Comp() { let params = useParams(); // { id: 'prefix-123' } let id = params.id.replace(/^prefix-/, ''); // "123" ... } ``` - Updated dependencies: - `@remix-run/router@1.1.0` </details> <details> <summary>remix-run/react-router (react-router-dom)</summary> ### [`v6.6.1`](https://togithub.com/remix-run/react-router/blob/HEAD/packages/react-router-dom/CHANGELOG.md#&#8203;661) [Compare Source](https://togithub.com/remix-run/react-router/compare/react-router-dom@6.6.0...react-router-dom@6.6.1) ##### Patch Changes - Updated dependencies: - `@remix-run/router@1.2.1` - `react-router@6.6.1` ### [`v6.6.0`](https://togithub.com/remix-run/react-router/blob/HEAD/packages/react-router-dom/CHANGELOG.md#&#8203;660) [Compare Source](https://togithub.com/remix-run/react-router/compare/react-router-dom@6.5.0...react-router-dom@6.6.0) ##### Minor Changes - Add `useBeforeUnload()` hook ([#&#8203;9664](https://togithub.com/remix-run/react-router/pull/9664)) - Remove `unstable_` prefix from `createStaticHandler`/`createStaticRouter`/`StaticRouterProvider` ([#&#8203;9738](https://togithub.com/remix-run/react-router/pull/9738)) ##### Patch Changes - Proper hydration of `Error` objects from `StaticRouterProvider` ([#&#8203;9664](https://togithub.com/remix-run/react-router/pull/9664)) - Support uppercase `<Form method>` and `useSubmit` method values ([#&#8203;9664](https://togithub.com/remix-run/react-router/pull/9664)) - Skip initial scroll restoration for SSR apps with `hydrationData` ([#&#8203;9664](https://togithub.com/remix-run/react-router/pull/9664)) - Fix `<button formmethod>` form submission overriddes ([#&#8203;9664](https://togithub.com/remix-run/react-router/pull/9664)) - Updated dependencies: - `@remix-run/router@1.2.0` - `react-router@6.6.0` ### [`v6.5.0`](https://togithub.com/remix-run/react-router/blob/HEAD/packages/react-router-dom/CHANGELOG.md#&#8203;650) [Compare Source](https://togithub.com/remix-run/react-router/compare/react-router-dom@6.4.5...react-router-dom@6.5.0) ##### Patch Changes - Updated dependencies: - `react-router@6.5.0` - `@remix-run/router@1.1.0` </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/Unleash/unleash). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC43My4zIiwidXBkYXRlZEluVmVyIjoiMzQuNzMuMyJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-28 22:50:42 +01:00
"react-router-dom": "6.6.1",
"react-table": "7.8.0",
refactor: fix misc TS errors (#729) * refactor: update test deps * refactor: remove unused ts-expect-error annotations * refactor: add missing arg and return types * refactor: the loading prop is optional * refactor: add missing arg and return types * reafactor: fix value arg type * refactor: fix missing array type * refactor: the parameters field is an array * refactor: use undefined instead of null in state * refactor: add missing params type * refactor: add missing children prop * refactor: add missing array type * refactor: add missing React imports * refactor: use correct IProjectEnvironment type * refactor: type errors as unknown * refactor: the index prop is required * refactor: fix date prop type * refactor: fix tooltip placement prop type * refactor: fix environments state type * refactor: add missing arg types * refactor: add guard for undefined field * refactor: fix ChangePassword prop types * refactor: fix MUI import paths * refactor: add missing arg type * refactor: fix showDialog prop type * refactor: remove unused openUpdateDialog prop * refactor: add missing non-null assertion * refactor: remove unused types prop * refactor: stricten API error handler types * refactor: add missing undefined check * refactor: add missing IProject id field * refactor: fix ConditionallyRender condition prop types * refactor: remove unused args * refactor: add AddVariant prop types * refactor: add types to UIContext * refactor: fix event arg type * refactor: add missing default impressionData field * refactor: fix handleDeleteEnvironment prop args * refactor: fix IFeatureMetrics field requirements * refactor: add missing element types to ConditionallyRender * refactor: remove unused ProjectAccess projectId prop * refactor: add missing undefined check * refactor: fix getCreateTogglePath arg type * refactor: add missing IStrategyPayload import * refactor: remove unused user arg * refactor: add missing event arg type * refactor: add missing style object types * refactor: improve userApiErrors prop type * refactor: the Dialogue onClose prop is optional * refactor: fix the AddonEvents setEventValue prop type
2022-02-25 10:55:39 +01:00
"react-test-renderer": "17.0.2",
"react-timeago": "7.1.0",
chore(deps): update dependency sass to v1.57.1 (#2757) [![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.56.2` -> `1.57.1`](https://renovatebot.com/diffs/npm/sass/1.56.2/1.57.1) | [![age](https://badges.renovateapi.com/packages/npm/sass/1.57.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/sass/1.57.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/sass/1.57.1/compatibility-slim/1.56.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/sass/1.57.1/confidence-slim/1.56.2)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>sass/dart-sass</summary> ### [`v1.57.1`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#&#8203;1571) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.57.0...1.57.1) - No user-visible changes. ### [`v1.57.0`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#&#8203;1570) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.56.2...1.57.0) - Add a `split($string, $separator, $limit: null)` function to `sass:string` that splits a string into separate substrings based on a separator string. ##### JavaScript API - **Potentially breaking bug fix**: Custom functions in both the modern and legacy API now properly reject signatures with whitespace between the function name and parentheses. - Custom functions in the legacy API now allow signatures with whitespace before the function name, to match a bug in Node Sass. ##### Dart API - **Potentially breaking bug fix**: `Callable.fromSignature()` and `AsyncCallable.fromSignature()` now reject signatures with whitespace between the function name and parentheses. </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:eyJjcmVhdGVkSW5WZXIiOiIzNC43My4zIiwidXBkYXRlZEluVmVyIjoiMzQuNzMuMyJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-28 11:26:11 +01:00
"sass": "1.57.1",
"semver": "7.3.8",
"swr": "1.3.0",
"tss-react": "4.0.0",
"typescript": "4.8.4",
chore(deps): update dependency vite to v4 (#2773) [![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)) | [`3.2.5` -> `4.0.3`](https://renovatebot.com/diffs/npm/vite/3.2.5/4.0.3) | [![age](https://badges.renovateapi.com/packages/npm/vite/4.0.3/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/vite/4.0.3/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/vite/4.0.3/compatibility-slim/3.2.5)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/vite/4.0.3/confidence-slim/3.2.5)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>vitejs/vite</summary> ### [`v4.0.3`](https://togithub.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small403-2022-12-21-small) [Compare Source](https://togithub.com/vitejs/vite/compare/v4.0.2...v4.0.3) - chore(deps): update dependency [@&#8203;rollup/plugin-commonjs](https://togithub.com/rollup/plugin-commonjs) to v24 ([#&#8203;11420](https://togithub.com/vitejs/vite/issues/11420)) ([241db16](https://togithub.com/vitejs/vite/commit/241db16)), closes [#&#8203;11420](https://togithub.com/vitejs/vite/issues/11420) - chore(typo): fix typo ([#&#8203;11445](https://togithub.com/vitejs/vite/issues/11445)) ([ed80ea5](https://togithub.com/vitejs/vite/commit/ed80ea5)), closes [#&#8203;11445](https://togithub.com/vitejs/vite/issues/11445) - fix(ssr): ignore module exports condition ([#&#8203;11409](https://togithub.com/vitejs/vite/issues/11409)) ([d3c9c0b](https://togithub.com/vitejs/vite/commit/d3c9c0b)), closes [#&#8203;11409](https://togithub.com/vitejs/vite/issues/11409) - feat: allow import.meta.hot define override ([#&#8203;8944](https://togithub.com/vitejs/vite/issues/8944)) ([857d578](https://togithub.com/vitejs/vite/commit/857d578)), closes [#&#8203;8944](https://togithub.com/vitejs/vite/issues/8944) ### [`v4.0.2`](https://togithub.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small402-2022-12-18-small) [Compare Source](https://togithub.com/vitejs/vite/compare/v4.0.1...v4.0.2) - fix: fix the error message in the `toOutputFilePathWithoutRuntime` function ([#&#8203;11367](https://togithub.com/vitejs/vite/issues/11367)) ([8820f75](https://togithub.com/vitejs/vite/commit/8820f75)), closes [#&#8203;11367](https://togithub.com/vitejs/vite/issues/11367) - fix: make `vite optimize` prebundle for dev ([#&#8203;11387](https://togithub.com/vitejs/vite/issues/11387)) ([b4ced0f](https://togithub.com/vitejs/vite/commit/b4ced0f)), closes [#&#8203;11387](https://togithub.com/vitejs/vite/issues/11387) - fix: revert [#&#8203;11290](https://togithub.com/vitejs/vite/issues/11290) ([#&#8203;11412](https://togithub.com/vitejs/vite/issues/11412)) ([6587d2f](https://togithub.com/vitejs/vite/commit/6587d2f)), closes [#&#8203;11290](https://togithub.com/vitejs/vite/issues/11290) [#&#8203;11412](https://togithub.com/vitejs/vite/issues/11412) - fix: server and preview open fails to add slash before relative path ([#&#8203;11394](https://togithub.com/vitejs/vite/issues/11394)) ([57276b7](https://togithub.com/vitejs/vite/commit/57276b7)), closes [#&#8203;11394](https://togithub.com/vitejs/vite/issues/11394) - fix: skip applescript when no Chromium browser found (fixes [#&#8203;11205](https://togithub.com/vitejs/vite/issues/11205)) ([#&#8203;11406](https://togithub.com/vitejs/vite/issues/11406)) ([274d1f3](https://togithub.com/vitejs/vite/commit/274d1f3)), closes [#&#8203;11205](https://togithub.com/vitejs/vite/issues/11205) [#&#8203;11406](https://togithub.com/vitejs/vite/issues/11406) - fix(deps): update dependency ufo to v1 ([#&#8203;11372](https://togithub.com/vitejs/vite/issues/11372)) ([4288300](https://togithub.com/vitejs/vite/commit/4288300)), closes [#&#8203;11372](https://togithub.com/vitejs/vite/issues/11372) - chore: typecheck create-vite ([#&#8203;11295](https://togithub.com/vitejs/vite/issues/11295)) ([af86e5b](https://togithub.com/vitejs/vite/commit/af86e5b)), closes [#&#8203;11295](https://togithub.com/vitejs/vite/issues/11295) - chore(deps): update dependency convert-source-map to v2 ([#&#8203;10548](https://togithub.com/vitejs/vite/issues/10548)) ([8dc6528](https://togithub.com/vitejs/vite/commit/8dc6528)), closes [#&#8203;10548](https://togithub.com/vitejs/vite/issues/10548) - chore(deps): update dependency mlly to v1 ([#&#8203;11370](https://togithub.com/vitejs/vite/issues/11370)) ([9662d4d](https://togithub.com/vitejs/vite/commit/9662d4d)), closes [#&#8203;11370](https://togithub.com/vitejs/vite/issues/11370) ### [`v4.0.1`](https://togithub.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small401-2022-12-12-small) [Compare Source](https://togithub.com/vitejs/vite/compare/566d4c7bb51cf56550a5374ee46e1e1cbea1cf1f...v4.0.1) - feat: show server url by pressing `u` ([#&#8203;11319](https://togithub.com/vitejs/vite/issues/11319)) ([8c0bb7b](https://togithub.com/vitejs/vite/commit/8c0bb7b)), closes [#&#8203;11319](https://togithub.com/vitejs/vite/issues/11319) - feat(html): clickable error position for html parse error ([#&#8203;11334](https://togithub.com/vitejs/vite/issues/11334)) ([2e15f3d](https://togithub.com/vitejs/vite/commit/2e15f3d)), closes [#&#8203;11334](https://togithub.com/vitejs/vite/issues/11334) - fix: ?inline warning for .css.js file ([#&#8203;11347](https://togithub.com/vitejs/vite/issues/11347)) ([729fb1a](https://togithub.com/vitejs/vite/commit/729fb1a)), closes [#&#8203;11347](https://togithub.com/vitejs/vite/issues/11347) - fix: check if build exists so preview doesn't show 404s due to nonexistent build ([#&#8203;10564](https://togithub.com/vitejs/vite/issues/10564)) ([0a1db8c](https://togithub.com/vitejs/vite/commit/0a1db8c)), closes [#&#8203;10564](https://togithub.com/vitejs/vite/issues/10564) - fix: derive `useDefineForClassFields` value from `tsconfig.compilerOptions.target` (fixes [#&#8203;10296](https://togithub.com/vitejs/vite/issues/10296)) (# ([42976d8](https://togithub.com/vitejs/vite/commit/42976d8)), closes [#&#8203;10296](https://togithub.com/vitejs/vite/issues/10296) [#&#8203;11301](https://togithub.com/vitejs/vite/issues/11301) - fix: preview fallback ([#&#8203;11312](https://togithub.com/vitejs/vite/issues/11312)) ([cfedf9c](https://togithub.com/vitejs/vite/commit/cfedf9c)), closes [#&#8203;11312](https://togithub.com/vitejs/vite/issues/11312) - fix: respect base when using `/__open-in-editor` ([#&#8203;11337](https://togithub.com/vitejs/vite/issues/11337)) ([8856c2e](https://togithub.com/vitejs/vite/commit/8856c2e)), closes [#&#8203;11337](https://togithub.com/vitejs/vite/issues/11337) - fix: wrongly resolve to optimized doppelganger ([#&#8203;11290](https://togithub.com/vitejs/vite/issues/11290)) ([34fec41](https://togithub.com/vitejs/vite/commit/34fec41)), closes [#&#8203;11290](https://togithub.com/vitejs/vite/issues/11290) - fix(env): test NODE_ENV override before expand ([#&#8203;11309](https://togithub.com/vitejs/vite/issues/11309)) ([d0a9281](https://togithub.com/vitejs/vite/commit/d0a9281)), closes [#&#8203;11309](https://togithub.com/vitejs/vite/issues/11309) - fix(preview): Revert [#&#8203;10564](https://togithub.com/vitejs/vite/issues/10564) - throw Error on missing outDir ([#&#8203;11335](https://togithub.com/vitejs/vite/issues/11335)) ([3aaa0ea](https://togithub.com/vitejs/vite/commit/3aaa0ea)), closes [#&#8203;10564](https://togithub.com/vitejs/vite/issues/10564) [#&#8203;11335](https://togithub.com/vitejs/vite/issues/11335) [#&#8203;10564](https://togithub.com/vitejs/vite/issues/10564) - docs: fix banner image in CHANGELOG.md ([#&#8203;11336](https://togithub.com/vitejs/vite/issues/11336)) ([45b66f4](https://togithub.com/vitejs/vite/commit/45b66f4)), closes [#&#8203;11336](https://togithub.com/vitejs/vite/issues/11336) - chore: enable `@typescript-eslint/ban-ts-comment` ([#&#8203;11326](https://togithub.com/vitejs/vite/issues/11326)) ([e58a4f0](https://togithub.com/vitejs/vite/commit/e58a4f0)), closes [#&#8203;11326](https://togithub.com/vitejs/vite/issues/11326) - chore: fix format ([#&#8203;11311](https://togithub.com/vitejs/vite/issues/11311)) ([9c2b1c0](https://togithub.com/vitejs/vite/commit/9c2b1c0)), closes [#&#8203;11311](https://togithub.com/vitejs/vite/issues/11311) - chore: update changelog release notes for 4.0 ([#&#8203;11285](https://togithub.com/vitejs/vite/issues/11285)) ([83abd37](https://togithub.com/vitejs/vite/commit/83abd37)), closes [#&#8203;11285](https://togithub.com/vitejs/vite/issues/11285) - chore(deps): update all non-major dependencies ([#&#8203;11321](https://togithub.com/vitejs/vite/issues/11321)) ([dcc0004](https://togithub.com/vitejs/vite/commit/dcc0004)), closes [#&#8203;11321](https://togithub.com/vitejs/vite/issues/11321) - chore(esbuild): add test for configuration overrides ([#&#8203;11267](https://togithub.com/vitejs/vite/issues/11267)) ([f897b64](https://togithub.com/vitejs/vite/commit/f897b64)), closes [#&#8203;11267](https://togithub.com/vitejs/vite/issues/11267) ### [`v4.0.0`](https://togithub.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#&#8203;400-2022-12-09) [Compare Source](https://togithub.com/vitejs/vite/compare/v3.2.5...566d4c7bb51cf56550a5374ee46e1e1cbea1cf1f) ![Vite 4 Announcement Cover Image](https://vitejs.dev/og-image-announcing-vite4.png) Read the announcement blog post: [Announcing Vite 4](https://vitejs.dev/blog/announcing-vite4) Quick links: - [Docs](https://vitejs.dev) - [Migration Guide](https://vitejs.dev/guide/migration) Docs in other languages: - [简体中文](https://cn.vitejs.dev/) - [日本語](https://ja.vitejs.dev/) - [Español](https://es.vitejs.dev/) ##### Main Changes This major is smaller in scope compared to Vite 3, with the main objective of upgrading to Rollup 3. We've worked with the ecosystem to ensure a smooth upgrade path for this new major. ##### Rollup 3 Vite is now using [Rollup 3](https://togithub.com/vitejs/vite/issues/9870), which allowed us to simplify Vite's internal asset handling and has many improvements. See the [Rollup 3 release notes here](https://togithub.com/rollup/rollup/releases). ##### Framework Plugins out of the Vite core monorepo [`@vitejs/plugin-vue`](https://togithub.com/vitejs/vite-plugin-vue) and [`@vitejs/plugin-react`](https://togithub.com/vitejs/vite-plugin-react) have been part of Vite core monorepo since the first versions of Vite. This helped us to get a close feedback loop when making changes as we were getting both Core and the plugins tested and released together. With [vite-ecosystem-ci](https://togithub.com/vitejs/vite-ecosystem-ci) we can get this feedback with these plugins developed on independent repositories, so from Vite 4, [they have been moved out of the Vite core monorepo](https://togithub.com/vitejs/vite/pull/11158). This is meaningful for Vite's framework-agnostic story, and will allow us to build independent teams to maintain each of the plugins. If you have bugs to report or features to request, please create issues on the new repositories moving forward: [`vitejs/vite-plugin-vue`](https://togithub.com/vitejs/vite-plugin-vue) and [`vitejs/vite-plugin-react`](https://togithub.com/vitejs/vite-plugin-react). ##### New React plugin using SWC during development [SWC](https://swc.rs/) is now a mature replacement for [Babel](https://babeljs.io/), especially in the context of React projects. SWC's React Fast Refresh implementation is a lot faster than Babel, and for some projects, it is now a better alternative. From Vite 4, two plugins are available for React projects with different tradeoffs. We believe that both approaches are worth supporting at this point, and we'll continue to explore improvements to both plugins in the future. ##### [@&#8203;vitejs/plugin-react](https://togithub.com/vitejs/plugin-react) [@&#8203;vitejs/plugin-react](https://togithub.com/vitejs/vite-plugin-react) is a plugin that uses esbuild and Babel, achieving fast HMR with a small package footprint and the flexibility of being able to use the babel transform pipeline. ##### [@&#8203;vitejs/plugin-react-swc](https://togithub.com/vitejs/plugin-react-swc) (new) [@&#8203;vitejs/plugin-react-swc](https://togithub.com/vitejs/vite-plugin-react-swc) is a new plugin that uses esbuild during build, but replaces Babel with SWC during development. For big projects that don't require non-standard React extensions, cold start and Hot Module Replacement (HMR) can be significantly faster. ##### Compatibility The modern browser build now targets `safari14` by default for wider ES2020 compatibility ([https://github.com/vitejs/vite/issues/9063](https://togithub.com/vitejs/vite/issues/9063)). This means that modern builds can now use [`BigInt`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt) and that the [nullish coallessing operator](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Nullish_coalescing) isn't transpiled anymore. If you need to support older browsers, you can add [`@vitejs/plugin-legacy`](https://togithub.com/vitejs/vite/tree/main/packages/plugin-legacy) as usual. ##### Importing CSS as a string In Vite 3, importing the default export of a `.css` file could introduce a double loading of CSS. ```ts import cssString from './global.css'; ``` This double loading could occur since a `.css` file will be emitted and it's likely that the CSS string will also be used by the application code — for example, injected by the framework runtime. From Vite 4, the `.css` default export [has been deprecated](https://togithub.com/vitejs/vite/issues/11094). The `?inline` query suffix modifier needs to be used in this case, as that doesn't emit the imported `.css` styles. ```ts import stuff from './global.css?inline' ``` ##### Other features - Support for patch-package when pre bundling dependencies ([#&#8203;10286](https://togithub.com/vitejs/vite/issues/10286)) - Cleaner build logs output ([#&#8203;10895](https://togithub.com/vitejs/vite/issues/10895)) and switch to `kB` to align with browser dev tools ([#&#8203;10982](https://togithub.com/vitejs/vite/issues/10982)) - Improved error messages during SSR ([#&#8203;11156](https://togithub.com/vitejs/vite/issues/11156)) ##### Features - feat: add CLI keyboard shortcuts ([#&#8203;11228](https://togithub.com/vitejs/vite/issues/11228)) ([87973f1](https://togithub.com/vitejs/vite/commit/87973f1)), closes [#&#8203;11228](https://togithub.com/vitejs/vite/issues/11228) - feat: export error message generator ([#&#8203;11155](https://togithub.com/vitejs/vite/issues/11155)) ([493ba1e](https://togithub.com/vitejs/vite/commit/493ba1e)), closes [#&#8203;11155](https://togithub.com/vitejs/vite/issues/11155) - feat(node/plugins): esbuild options ([#&#8203;11049](https://togithub.com/vitejs/vite/issues/11049)) ([735b98b](https://togithub.com/vitejs/vite/commit/735b98b)), closes [#&#8203;11049](https://togithub.com/vitejs/vite/issues/11049) - feat: improve the error message of `expand` ([#&#8203;11141](https://togithub.com/vitejs/vite/issues/11141)) ([825c793](https://togithub.com/vitejs/vite/commit/825c793)), closes [#&#8203;11141](https://togithub.com/vitejs/vite/issues/11141) - feat: update [@&#8203;types/node](https://togithub.com/types/node) to v18 ([#&#8203;11195](https://togithub.com/vitejs/vite/issues/11195)) ([4ec9f53](https://togithub.com/vitejs/vite/commit/4ec9f53)), closes [#&#8203;11195](https://togithub.com/vitejs/vite/issues/11195) - feat(client)!: remove never implemented hot.decline ([#&#8203;11036](https://togithub.com/vitejs/vite/issues/11036)) ([e257e3b](https://togithub.com/vitejs/vite/commit/e257e3b)), closes [#&#8203;11036](https://togithub.com/vitejs/vite/issues/11036) - feat!: support `safari14` by default for wider ES2020 compatibility ([#&#8203;9063](https://togithub.com/vitejs/vite/issues/9063)) ([3cc65d7](https://togithub.com/vitejs/vite/commit/3cc65d7)), closes [#&#8203;9063](https://togithub.com/vitejs/vite/issues/9063) - feat!: support multiline values in env files ([#&#8203;10826](https://togithub.com/vitejs/vite/issues/10826)) ([606e60d](https://togithub.com/vitejs/vite/commit/606e60d)), closes [#&#8203;10826](https://togithub.com/vitejs/vite/issues/10826) - feat(ssr)!: remove dedupe and mode support for CJS ([#&#8203;11101](https://togithub.com/vitejs/vite/issues/11101)) ([3090564](https://togithub.com/vitejs/vite/commit/3090564)), closes [#&#8203;11101](https://togithub.com/vitejs/vite/issues/11101) - feat: align object interface for `transformIndexHtml` hook ([#&#8203;9669](https://togithub.com/vitejs/vite/issues/9669)) ([1db52bf](https://togithub.com/vitejs/vite/commit/1db52bf)), closes [#&#8203;9669](https://togithub.com/vitejs/vite/issues/9669) - feat(build): cleaner logs output ([#&#8203;10895](https://togithub.com/vitejs/vite/issues/10895)) ([7d24b5f](https://togithub.com/vitejs/vite/commit/7d24b5f)), closes [#&#8203;10895](https://togithub.com/vitejs/vite/issues/10895) - feat(css): deprecate css default export ([#&#8203;11094](https://togithub.com/vitejs/vite/issues/11094)) ([01dee1b](https://togithub.com/vitejs/vite/commit/01dee1b)), closes [#&#8203;11094](https://togithub.com/vitejs/vite/issues/11094) - feat(optimizer): support patch-package ([#&#8203;10286](https://togithub.com/vitejs/vite/issues/10286)) ([4fb7ad0](https://togithub.com/vitejs/vite/commit/4fb7ad0)), closes [#&#8203;10286](https://togithub.com/vitejs/vite/issues/10286) - feat(build): Use kB in build reporter ([#&#8203;10982](https://togithub.com/vitejs/vite/issues/10982)) ([b57acfa](https://togithub.com/vitejs/vite/commit/b57acfa)), closes [#&#8203;10982](https://togithub.com/vitejs/vite/issues/10982) - feat(css): upgrade postcss-modules ([#&#8203;10987](https://togithub.com/vitejs/vite/issues/10987)) ([892916d](https://togithub.com/vitejs/vite/commit/892916d)), closes [#&#8203;10987](https://togithub.com/vitejs/vite/issues/10987) - feat(hmr): invalidate message ([#&#8203;10946](https://togithub.com/vitejs/vite/issues/10946)) ([0d73473](https://togithub.com/vitejs/vite/commit/0d73473)), closes [#&#8203;10946](https://togithub.com/vitejs/vite/issues/10946) - feat(client): expose hot.prune API ([#&#8203;11016](https://togithub.com/vitejs/vite/issues/11016)) ([f40c18d](https://togithub.com/vitejs/vite/commit/f40c18d)), closes [#&#8203;11016](https://togithub.com/vitejs/vite/issues/11016) - feat(hmr): deduplicate paths and join them with commas ([#&#8203;10891](https://togithub.com/vitejs/vite/issues/10891)) ([967299a](https://togithub.com/vitejs/vite/commit/967299a)), closes [#&#8203;10891](https://togithub.com/vitejs/vite/issues/10891) - feat: base without trailing slash ([#&#8203;10723](https://togithub.com/vitejs/vite/issues/10723)) ([8f87282](https://togithub.com/vitejs/vite/commit/8f87282)), closes [#&#8203;10723](https://togithub.com/vitejs/vite/issues/10723) - feat: handle static assets in case-sensitive manner ([#&#8203;10475](https://togithub.com/vitejs/vite/issues/10475)) ([c1368c3](https://togithub.com/vitejs/vite/commit/c1368c3)), closes [#&#8203;10475](https://togithub.com/vitejs/vite/issues/10475) - feat(cli): build --profile ([#&#8203;10719](https://togithub.com/vitejs/vite/issues/10719)) ([9c808cd](https://togithub.com/vitejs/vite/commit/9c808cd)), closes [#&#8203;10719](https://togithub.com/vitejs/vite/issues/10719) - feat(env): support dotenv-expand to contains process env ([#&#8203;10370](https://togithub.com/vitejs/vite/issues/10370)) ([d5fe92c](https://togithub.com/vitejs/vite/commit/d5fe92c)), closes [#&#8203;10370](https://togithub.com/vitejs/vite/issues/10370) - feat!: set esbuild default charset to utf8 ([#&#8203;10753](https://togithub.com/vitejs/vite/issues/10753)) ([4caf4b6](https://togithub.com/vitejs/vite/commit/4caf4b6)), closes [#&#8203;10753](https://togithub.com/vitejs/vite/issues/10753) - feat: rollup 3 ([#&#8203;9870](https://togithub.com/vitejs/vite/issues/9870)) ([beb7166](https://togithub.com/vitejs/vite/commit/beb7166)), closes [#&#8203;9870](https://togithub.com/vitejs/vite/issues/9870) ##### Bug Fixes - fix: add `\0` to virtual files id ([#&#8203;11261](https://togithub.com/vitejs/vite/issues/11261)) ([02cdfa9](https://togithub.com/vitejs/vite/commit/02cdfa9)), closes [#&#8203;11261](https://togithub.com/vitejs/vite/issues/11261) - fix: skip shortcuts on non-tty stdin ([#&#8203;11263](https://togithub.com/vitejs/vite/issues/11263)) ([9602686](https://togithub.com/vitejs/vite/commit/9602686)), closes [#&#8203;11263](https://togithub.com/vitejs/vite/issues/11263) - fix(ssr): skip rewriting stack trace if it's already rewritten (fixes [#&#8203;11037](https://togithub.com/vitejs/vite/issues/11037)) ([#&#8203;11070](https://togithub.com/vitejs/vite/issues/11070)) ([feb8ce0](https://togithub.com/vitejs/vite/commit/feb8ce0)), closes [#&#8203;11037](https://togithub.com/vitejs/vite/issues/11037) [#&#8203;11070](https://togithub.com/vitejs/vite/issues/11070) - refactor(optimizer): await depsOptimizer.scanProcessing ([#&#8203;11251](https://togithub.com/vitejs/vite/issues/11251)) ([fa64c8e](https://togithub.com/vitejs/vite/commit/fa64c8e)), closes [#&#8203;11251](https://togithub.com/vitejs/vite/issues/11251) - fix: improve CLI shortcuts help display ([#&#8203;11247](https://togithub.com/vitejs/vite/issues/11247)) ([bb235b2](https://togithub.com/vitejs/vite/commit/bb235b2)), closes [#&#8203;11247](https://togithub.com/vitejs/vite/issues/11247) - fix: less promises for scanning and await with allSettled ([#&#8203;11245](https://togithub.com/vitejs/vite/issues/11245)) ([45b170e](https://togithub.com/vitejs/vite/commit/45b170e)), closes [#&#8203;11245](https://togithub.com/vitejs/vite/issues/11245) - fix(optimizer): escape entrypoints when running scanner ([#&#8203;11250](https://togithub.com/vitejs/vite/issues/11250)) ([b61894e](https://togithub.com/vitejs/vite/commit/b61894e)), closes [#&#8203;11250](https://togithub.com/vitejs/vite/issues/11250) - fix: await scanner ([#&#8203;11242](https://togithub.com/vitejs/vite/issues/11242)) ([52a6732](https://togithub.com/vitejs/vite/commit/52a6732)), closes [#&#8203;11242](https://togithub.com/vitejs/vite/issues/11242) - fix(css): fix css lang regex ([#&#8203;11237](https://togithub.com/vitejs/vite/issues/11237)) ([a55d0b3](https://togithub.com/vitejs/vite/commit/a55d0b3)), closes [#&#8203;11237](https://togithub.com/vitejs/vite/issues/11237) - fix: don't print urls on restart with default port ([#&#8203;11230](https://togithub.com/vitejs/vite/issues/11230)) ([5aaecb6](https://togithub.com/vitejs/vite/commit/5aaecb6)), closes [#&#8203;11230](https://togithub.com/vitejs/vite/issues/11230) - fix: serialize bundleWorkerEntry ([#&#8203;11218](https://togithub.com/vitejs/vite/issues/11218)) ([306bed0](https://togithub.com/vitejs/vite/commit/306bed0)), closes [#&#8203;11218](https://togithub.com/vitejs/vite/issues/11218) - fix(config): resolve dynamic import as esm ([#&#8203;11220](https://togithub.com/vitejs/vite/issues/11220)) ([f8c1ed0](https://togithub.com/vitejs/vite/commit/f8c1ed0)), closes [#&#8203;11220](https://togithub.com/vitejs/vite/issues/11220) - fix(env): prevent env expand on process.env ([#&#8203;11213](https://togithub.com/vitejs/vite/issues/11213)) ([d4a1e2b](https://togithub.com/vitejs/vite/commit/d4a1e2b)), closes [#&#8203;11213](https://togithub.com/vitejs/vite/issues/11213) - fix: add type for function localsConvention value ([#&#8203;11152](https://togithub.com/vitejs/vite/issues/11152)) ([c9274b4](https://togithub.com/vitejs/vite/commit/c9274b4)), closes [#&#8203;11152](https://togithub.com/vitejs/vite/issues/11152) - fix: cacheDir should be ignored from watch ([#&#8203;10242](https://togithub.com/vitejs/vite/issues/10242)) ([75dbca2](https://togithub.com/vitejs/vite/commit/75dbca2)), closes [#&#8203;10242](https://togithub.com/vitejs/vite/issues/10242) - fix: don't check .yarn/patches for computing dependencies hash ([#&#8203;11168](https://togithub.com/vitejs/vite/issues/11168)) ([65bcccf](https://togithub.com/vitejs/vite/commit/65bcccf)), closes [#&#8203;11168](https://togithub.com/vitejs/vite/issues/11168) - fix: formatError() outside rollup context ([#&#8203;11156](https://togithub.com/vitejs/vite/issues/11156)) ([2aee2eb](https://togithub.com/vitejs/vite/commit/2aee2eb)), closes [#&#8203;11156](https://togithub.com/vitejs/vite/issues/11156) - fix: Revert "fix: missing js sourcemaps with rewritten imports broke debugging ([#&#8203;7767](https://togithub.com/vitejs/vite/issues/7767)) ([#&#8203;9476](https://togithub.com/vitejs/vite/issues/9476))" ([#&#8203;11](https://togithub.com/vitejs/vite/issues/11) ([fdc6f3a](https://togithub.com/vitejs/vite/commit/fdc6f3a)), closes [#&#8203;7767](https://togithub.com/vitejs/vite/issues/7767) [#&#8203;9476](https://togithub.com/vitejs/vite/issues/9476) [#&#8203;11144](https://togithub.com/vitejs/vite/issues/11144) - fix: Dev SSR dep optimization + respect optimizeDeps.include ([#&#8203;11123](https://togithub.com/vitejs/vite/issues/11123)) ([515caa5](https://togithub.com/vitejs/vite/commit/515caa5)), closes [#&#8203;11123](https://togithub.com/vitejs/vite/issues/11123) - fix: export preprocessCSS in CJS ([#&#8203;11067](https://togithub.com/vitejs/vite/issues/11067)) ([793255d](https://togithub.com/vitejs/vite/commit/793255d)), closes [#&#8203;11067](https://togithub.com/vitejs/vite/issues/11067) - fix: glob import parsing ([#&#8203;10949](https://togithub.com/vitejs/vite/issues/10949)) ([#&#8203;11056](https://togithub.com/vitejs/vite/issues/11056)) ([ac2cfd6](https://togithub.com/vitejs/vite/commit/ac2cfd6)), closes [#&#8203;10949](https://togithub.com/vitejs/vite/issues/10949) [#&#8203;11056](https://togithub.com/vitejs/vite/issues/11056) - fix: import.meta.env and process.env undefined variable replacement (fix [#&#8203;8663](https://togithub.com/vitejs/vite/issues/8663)) ([#&#8203;10958](https://togithub.com/vitejs/vite/issues/10958)) ([3e0cd3d](https://togithub.com/vitejs/vite/commit/3e0cd3d)), closes [#&#8203;8663](https://togithub.com/vitejs/vite/issues/8663) [#&#8203;10958](https://togithub.com/vitejs/vite/issues/10958) - fix: missing js sourcemaps with rewritten imports broke debugging ([#&#8203;7767](https://togithub.com/vitejs/vite/issues/7767)) ([#&#8203;9476](https://togithub.com/vitejs/vite/issues/9476)) ([3fa96f6](https://togithub.com/vitejs/vite/commit/3fa96f6)), closes [#&#8203;7767](https://togithub.com/vitejs/vite/issues/7767) [#&#8203;9476](https://togithub.com/vitejs/vite/issues/9476) - fix: preserve default export from externalized packages (fixes [#&#8203;10258](https://togithub.com/vitejs/vite/issues/10258)) ([#&#8203;10406](https://togithub.com/vitejs/vite/issues/10406)) ([88b001b](https://togithub.com/vitejs/vite/commit/88b001b)), closes [#&#8203;10258](https://togithub.com/vitejs/vite/issues/10258) [#&#8203;10406](https://togithub.com/vitejs/vite/issues/10406) - fix: reset global regex before match ([#&#8203;11132](https://togithub.com/vitejs/vite/issues/11132)) ([db8df14](https://togithub.com/vitejs/vite/commit/db8df14)), closes [#&#8203;11132](https://togithub.com/vitejs/vite/issues/11132) - fix(css): handle environment with browser globals ([#&#8203;11079](https://togithub.com/vitejs/vite/issues/11079)) ([e92d025](https://togithub.com/vitejs/vite/commit/e92d025)), closes [#&#8203;11079](https://togithub.com/vitejs/vite/issues/11079) - fix(deps): update all non-major dependencies ([#&#8203;11091](https://togithub.com/vitejs/vite/issues/11091)) ([073a4bf](https://togithub.com/vitejs/vite/commit/073a4bf)), closes [#&#8203;11091](https://togithub.com/vitejs/vite/issues/11091) - fix(esbuild): handle inline sourcemap option ([#&#8203;11120](https://togithub.com/vitejs/vite/issues/11120)) ([4c85c0a](https://togithub.com/vitejs/vite/commit/4c85c0a)), closes [#&#8203;11120](https://togithub.com/vitejs/vite/issues/11120) - fix(importGlob): don't warn when CSS default import is not used ([#&#8203;11121](https://togithub.com/vitejs/vite/issues/11121)) ([97f8b4d](https://togithub.com/vitejs/vite/commit/97f8b4d)), closes [#&#8203;11121](https://togithub.com/vitejs/vite/issues/11121) - fix(importGlob): preserve line count for sourcemap ([#&#8203;11122](https://togithub.com/vitejs/vite/issues/11122)) ([14980a1](https://togithub.com/vitejs/vite/commit/14980a1)), closes [#&#8203;11122](https://togithub.com/vitejs/vite/issues/11122) - fix(importGlob): warn on default import css ([#&#8203;11103](https://togithub.com/vitejs/vite/issues/11103)) ([fc0d9e3](https://togithub.com/vitejs/vite/commit/fc0d9e3)), closes [#&#8203;11103](https://togithub.com/vitejs/vite/issues/11103) - fix(plugin-vue): support scss/sass/less... hmr on custom template languages (fix [#&#8203;10677](https://togithub.com/vitejs/vite/issues/10677)) ([#&#8203;10844](https://togithub.com/vitejs/vite/issues/10844)) ([d413848](https://togithub.com/vitejs/vite/commit/d413848)), closes [#&#8203;10677](https://togithub.com/vitejs/vite/issues/10677) [#&#8203;10844](https://togithub.com/vitejs/vite/issues/10844) - fix(ssr): preserve require for external node ([#&#8203;11057](https://togithub.com/vitejs/vite/issues/11057)) ([1ec0176](https://togithub.com/vitejs/vite/commit/1ec0176)), closes [#&#8203;11057](https://togithub.com/vitejs/vite/issues/11057) - fix(worker): disable build reporter plugin when bundling worker ([#&#8203;11058](https://togithub.com/vitejs/vite/issues/11058)) ([7b72069](https://togithub.com/vitejs/vite/commit/7b72069)), closes [#&#8203;11058](https://togithub.com/vitejs/vite/issues/11058) - fix!: make `NODE_ENV` more predictable ([#&#8203;10996](https://togithub.com/vitejs/vite/issues/10996)) ([8148af7](https://togithub.com/vitejs/vite/commit/8148af7)), closes [#&#8203;10996](https://togithub.com/vitejs/vite/issues/10996) - fix(config)!: support development build ([#&#8203;11045](https://togithub.com/vitejs/vite/issues/11045)) ([8b3d656](https://togithub.com/vitejs/vite/commit/8b3d656)), closes [#&#8203;11045](https://togithub.com/vitejs/vite/issues/11045) - refactor: use function to eval worker and glob options ([#&#8203;10999](https://togithub.com/vitejs/vite/issues/10999)) ([f4c1264](https://togithub.com/vitejs/vite/commit/f4c1264)), closes [#&#8203;10999](https://togithub.com/vitejs/vite/issues/10999) - refactor(client): simplify fetchUpdate code ([#&#8203;11004](https://togithub.com/vitejs/vite/issues/11004)) ([f777b55](https://togithub.com/vitejs/vite/commit/f777b55)), closes [#&#8203;11004](https://togithub.com/vitejs/vite/issues/11004) - fix(html): transform relative path with long base in /index.html ([#&#8203;10990](https://togithub.com/vitejs/vite/issues/10990)) ([752740c](https://togithub.com/vitejs/vite/commit/752740c)), closes [#&#8203;10990](https://togithub.com/vitejs/vite/issues/10990) - fix(mpa): support mpa fallback ([#&#8203;10985](https://togithub.com/vitejs/vite/issues/10985)) ([61165f0](https://togithub.com/vitejs/vite/commit/61165f0)), closes [#&#8203;10985](https://togithub.com/vitejs/vite/issues/10985) - feat: align default chunk and asset file names with rollup ([#&#8203;10927](https://togithub.com/vitejs/vite/issues/10927)) ([cc2adb3](https://togithub.com/vitejs/vite/commit/cc2adb3)), closes [#&#8203;10927](https://togithub.com/vitejs/vite/issues/10927) - fix: make `addWatchFile()` work (fix [#&#8203;7024](https://togithub.com/vitejs/vite/issues/7024)) ([#&#8203;9723](https://togithub.com/vitejs/vite/issues/9723)) ([34db08b](https://togithub.com/vitejs/vite/commit/34db08b)), closes [#&#8203;7024](https://togithub.com/vitejs/vite/issues/7024) [#&#8203;9723](https://togithub.com/vitejs/vite/issues/9723) - fix(config): exclude config.assetsInclude empty array ([#&#8203;10941](https://togithub.com/vitejs/vite/issues/10941)) ([18c71dc](https://togithub.com/vitejs/vite/commit/18c71dc)), closes [#&#8203;10941](https://togithub.com/vitejs/vite/issues/10941) - fix(ssr): skip optional peer dep resolve ([#&#8203;10593](https://togithub.com/vitejs/vite/issues/10593)) ([0a69985](https://togithub.com/vitejs/vite/commit/0a69985)), closes [#&#8203;10593](https://togithub.com/vitejs/vite/issues/10593) - perf: regexp perf issues, refactor regexp stylistic issues ([#&#8203;10905](https://togithub.com/vitejs/vite/issues/10905)) ([fc007df](https://togithub.com/vitejs/vite/commit/fc007df)), closes [#&#8203;10905](https://togithub.com/vitejs/vite/issues/10905) - refactor: move CSS emitFile logic closer to rollup ([#&#8203;10909](https://togithub.com/vitejs/vite/issues/10909)) ([92a206b](https://togithub.com/vitejs/vite/commit/92a206b)), closes [#&#8203;10909](https://togithub.com/vitejs/vite/issues/10909) - refactor: use rollup hashing when emitting assets ([#&#8203;10878](https://togithub.com/vitejs/vite/issues/10878)) ([78c77be](https://togithub.com/vitejs/vite/commit/78c77be)), closes [#&#8203;10878](https://togithub.com/vitejs/vite/issues/10878) - fix: don't throw on malformed URLs ([#&#8203;10901](https://togithub.com/vitejs/vite/issues/10901)) ([feb9b10](https://togithub.com/vitejs/vite/commit/feb9b10)), closes [#&#8203;10901](https://togithub.com/vitejs/vite/issues/10901) - fix: gracefully handle forbidden filesystem access ([#&#8203;10793](https://togithub.com/vitejs/vite/issues/10793)) ([92637a2](https://togithub.com/vitejs/vite/commit/92637a2)), closes [#&#8203;10793](https://togithub.com/vitejs/vite/issues/10793) - fix(types): remove `null` from `CSSModulesOptions.localsConvention` ([#&#8203;10904](https://togithub.com/vitejs/vite/issues/10904)) ([a9978dd](https://togithub.com/vitejs/vite/commit/a9978dd)), closes [#&#8203;10904](https://togithub.com/vitejs/vite/issues/10904) - refactor(types)!: remove facade type files ([#&#8203;10903](https://togithub.com/vitejs/vite/issues/10903)) ([a309058](https://togithub.com/vitejs/vite/commit/a309058)), closes [#&#8203;10903](https://togithub.com/vitejs/vite/issues/10903) - fix: inconsistent handling of non-ASCII `base` in `resolveConfig` and dev server ([#&#8203;10247](https://togithub.com/vitejs/vite/issues/10247)) ([16e4123](https://togithub.com/vitejs/vite/commit/16e4123)), closes [#&#8203;10247](https://togithub.com/vitejs/vite/issues/10247) - fix: prevent cache on optional package resolve ([#&#8203;10812](https://togithub.com/vitejs/vite/issues/10812)) ([c599a2e](https://togithub.com/vitejs/vite/commit/c599a2e)), closes [#&#8203;10812](https://togithub.com/vitejs/vite/issues/10812) - fix: relocated logger to respect config. ([#&#8203;10787](https://togithub.com/vitejs/vite/issues/10787)) ([52e64eb](https://togithub.com/vitejs/vite/commit/52e64eb)), closes [#&#8203;10787](https://togithub.com/vitejs/vite/issues/10787) - fix: throw missing name error only when 'umd' or 'iife' are used ([#&#8203;9886](https://togithub.com/vitejs/vite/issues/9886)) ([b8aa825](https://togithub.com/vitejs/vite/commit/b8aa825)), closes [#&#8203;9886](https://togithub.com/vitejs/vite/issues/9886) - fix(deps): update all non-major dependencies ([#&#8203;10804](https://togithub.com/vitejs/vite/issues/10804)) ([f686afa](https://togithub.com/vitejs/vite/commit/f686afa)), closes [#&#8203;10804](https://togithub.com/vitejs/vite/issues/10804) - fix(ssr): improve missing file error ([#&#8203;10880](https://togithub.com/vitejs/vite/issues/10880)) ([5451a34](https://togithub.com/vitejs/vite/commit/5451a34)), closes [#&#8203;10880](https://togithub.com/vitejs/vite/issues/10880) ##### Previous Changelogs ##### [4.0.0-beta.7](https://togithub.com/vitejs/vite/compare/v4.0.0-beta.6....v4.0.0-beta.7) (2022-12-08) See [4.0.0-beta.7 changelog](https://togithub.com/vitejs/vite/blob/v4.0.0-beta.0/packages/vite/CHANGELOG.md) ##### [4.0.0-beta.6](https://togithub.com/vitejs/vite/compare/v4.0.0-beta.5....v4.0.0-beta.6) (2022-12-08) See [4.0.0-beta.6 changelog](https://togithub.com/vitejs/vite/blob/v4.0.0-beta.0/packages/vite/CHANGELOG.md) ##### [4.0.0-beta.5](https://togithub.com/vitejs/vite/compare/v4.0.0-beta.4....v4.0.0-beta.5) (2022-12-08) See [4.0.0-beta.5 changelog](https://togithub.com/vitejs/vite/blob/v4.0.0-beta.0/packages/vite/CHANGELOG.md) ##### [4.0.0-beta.4](https://togithub.com/vitejs/vite/compare/v4.0.0-beta.3....v4.0.0-beta.4) (2022-12-07) See [4.0.0-beta.4 changelog](https://togithub.com/vitejs/vite/blob/v4.0.0-beta.0/packages/vite/CHANGELOG.md) ##### [4.0.0-beta.3](https://togithub.com/vitejs/vite/compare/v4.0.0-beta.2....v4.0.0-beta.3) (2022-12-07) See [4.0.0-beta.3 changelog](https://togithub.com/vitejs/vite/blob/v4.0.0-beta.0/packages/vite/CHANGELOG.md) ##### [4.0.0-beta.2](https://togithub.com/vitejs/vite/compare/v4.0.0-beta.1....v4.0.0-beta.2) (2022-12-07) See [4.0.0-beta.2 changelog](https://togithub.com/vitejs/vite/blob/v4.0.0-beta.0/packages/vite/CHANGELOG.md) ##### [4.0.0-beta.1](https://togithub.com/vitejs/vite/compare/v4.0.0-beta.0....v4.0.0-beta.1) (2022-12-06) See [4.0.0-beta.1 changelog](https://togithub.com/vitejs/vite/blob/v4.0.0-beta.0/packages/vite/CHANGELOG.md) ##### [4.0.0-beta.0](https://togithub.com/vitejs/vite/compare/v4.0.0-alpha.6....v4.0.0-beta.0) (2022-12-05) See [4.0.0-beta.0 changelog](https://togithub.com/vitejs/vite/blob/v4.0.0-beta.0/packages/vite/CHANGELOG.md) ##### [4.0.0-alpha.6](https://togithub.com/vitejs/vite/compare/v4.0.0-alpha.5....v4.0.0-alpha.6) (2022-11-30) See [4.0.0-alpha.6 changelog](https://togithub.com/vitejs/vite/blob/v4.0.0-alpha.6/packages/vite/CHANGELOG.md) ##### [4.0.0-alpha.5](https://togithub.com/vitejs/vite/compare/v4.0.0-alpha.5....v4.0.0-alpha.5) (2022-11-22) See [4.0.0-alpha.5 changelog](https://togithub.com/vitejs/vite/blob/v4.0.0-alpha.5/packages/vite/CHANGELOG.md) ##### [4.0.0-alpha.4](https://togithub.com/vitejs/vite/compare/v4.0.0-alpha.3....v4.0.0-alpha.4) (2022-11-17) See [4.0.0-alpha.4 changelog](https://togithub.com/vitejs/vite/blob/v4.0.0-alpha.4/packages/vite/CHANGELOG.md) ##### [4.0.0-alpha.3](https://togithub.com/vitejs/vite/compare/v4.0.0-alpha.2....v4.0.0-alpha.3) (2022-11-15) See [4.0.0-alpha.3 changelog](https://togithub.com/vitejs/vite/blob/v4.0.0-alpha.3/packages/vite/CHANGELOG.md) ##### [4.0.0-alpha.2](https://togithub.com/vitejs/vite/compare/v4.0.0-alpha.1....v4.0.0-alpha.2) (2022-11-13) See [4.0.0-alpha.2 changelog](https://togithub.com/vitejs/vite/blob/v4.0.0-alpha.2/packages/vite/CHANGELOG.md) ##### [4.0.0-alpha.1](https://togithub.com/vitejs/vite/compare/v4.0.0-alpha.0....v4.0.0-alpha.1) (2022-11-12) See [4.0.0-alpha.1 changelog](https://togithub.com/vitejs/vite/blob/v4.0.0-alpha.1/packages/vite/CHANGELOG.md) ##### [4.0.0-alpha.0](https://togithub.com/vitejs/vite/compare/v3.2.5....v4.0.0-alpha.0) (2022-11-07) See [4.0.0-alpha.0 changelog](https://togithub.com/vitejs/vite/blob/v4.0.0-alpha.0/packages/vite/CHANGELOG.md) </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:eyJjcmVhdGVkSW5WZXIiOiIzNC43NC4yIiwidXBkYXRlZEluVmVyIjoiMzQuNzQuMiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-29 08:38:43 +01:00
"vite": "4.0.3",
"vite-plugin-env-compatible": "1.1.1",
chore(deps): update dependency vite-plugin-svgr to v2.4.0 (#2759) [![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-plugin-svgr](https://togithub.com/pd4d10/vite-plugin-svgr) | [`2.3.0` -> `2.4.0`](https://renovatebot.com/diffs/npm/vite-plugin-svgr/2.3.0/2.4.0) | [![age](https://badges.renovateapi.com/packages/npm/vite-plugin-svgr/2.4.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/vite-plugin-svgr/2.4.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/vite-plugin-svgr/2.4.0/compatibility-slim/2.3.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/vite-plugin-svgr/2.4.0/confidence-slim/2.3.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>pd4d10/vite-plugin-svgr</summary> ### [`v2.4.0`](https://togithub.com/pd4d10/vite-plugin-svgr/releases/tag/v2.4.0) [Compare Source](https://togithub.com/pd4d10/vite-plugin-svgr/compare/v2.3.0...v2.4.0) #####    🚀 Features - Support node16 module resolution  -  by [@&#8203;gunters63](https://togithub.com/gunters63) in [https://github.com/pd4d10/vite-plugin-svgr/issues/66](https://togithub.com/pd4d10/vite-plugin-svgr/issues/66) [<samp>(115bc)</samp>](https://togithub.com/pd4d10/vite-plugin-svgr/commit/115bc87) #####     [View changes on GitHub](https://togithub.com/pd4d10/vite-plugin-svgr/compare/v2.3.0...v2.4.0) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/Unleash/unleash). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC43My4zIiwidXBkYXRlZEluVmVyIjoiMzQuNzMuMyJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-28 14:06:52 +01:00
"vite-plugin-svgr": "2.4.0",
chore(deps): update dependency vite-tsconfig-paths to v4 (#2774) [![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-tsconfig-paths](https://togithub.com/aleclarson/vite-tsconfig-paths) | [`3.6.0` -> `4.0.3`](https://renovatebot.com/diffs/npm/vite-tsconfig-paths/3.6.0/4.0.3) | [![age](https://badges.renovateapi.com/packages/npm/vite-tsconfig-paths/4.0.3/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/vite-tsconfig-paths/4.0.3/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/vite-tsconfig-paths/4.0.3/compatibility-slim/3.6.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/vite-tsconfig-paths/4.0.3/confidence-slim/3.6.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>aleclarson/vite-tsconfig-paths</summary> ### [`v4.0.3`](https://togithub.com/aleclarson/vite-tsconfig-paths/compare/v4.0.2...v4.0.3) [Compare Source](https://togithub.com/aleclarson/vite-tsconfig-paths/compare/v4.0.2...v4.0.3) ### [`v4.0.2`](https://togithub.com/aleclarson/vite-tsconfig-paths/compare/v4.0.1...v4.0.2) [Compare Source](https://togithub.com/aleclarson/vite-tsconfig-paths/compare/v4.0.1...v4.0.2) ### [`v4.0.1`](https://togithub.com/aleclarson/vite-tsconfig-paths/compare/v4.0.0...v4.0.1) [Compare Source](https://togithub.com/aleclarson/vite-tsconfig-paths/compare/v4.0.0...v4.0.1) ### [`v4.0.0`](https://togithub.com/aleclarson/vite-tsconfig-paths/compare/v3.6.0...v4.0.0) [Compare Source](https://togithub.com/aleclarson/vite-tsconfig-paths/compare/v3.6.0...v4.0.0) </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:eyJjcmVhdGVkSW5WZXIiOiIzNC43NC4yIiwidXBkYXRlZEluVmVyIjoiMzQuNzQuMiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-29 12:11:08 +01:00
"vite-tsconfig-paths": "4.0.3",
chore(deps): update dependency vitest to v0.26.2 (#2760) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [vitest](https://togithub.com/vitest-dev/vitest) | [`0.25.7` -> `0.26.2`](https://renovatebot.com/diffs/npm/vitest/0.25.7/0.26.2) | [![age](https://badges.renovateapi.com/packages/npm/vitest/0.26.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/vitest/0.26.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/vitest/0.26.2/compatibility-slim/0.25.7)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/vitest/0.26.2/confidence-slim/0.25.7)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>vitest-dev/vitest</summary> ### [`v0.26.2`](https://togithub.com/vitest-dev/vitest/releases/tag/v0.26.2) [Compare Source](https://togithub.com/vitest-dev/vitest/compare/v0.26.1...v0.26.2) #####    🚀 Features - Project name  -  by [@&#8203;antfu](https://togithub.com/antfu) [<samp>(84f98)</samp>](https://togithub.com/vitest-dev/vitest/commit/84f98e70) #####    🐞 Bug Fixes - Improve "isInternaRequest" check  -  by [@&#8203;sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/2541](https://togithub.com/vitest-dev/vitest/issues/2541) [<samp>(2bb9a)</samp>](https://togithub.com/vitest-dev/vitest/commit/2bb9a391) - Use correct word when printing "long-running" warning  -  by [@&#8203;simon-abbott](https://togithub.com/simon-abbott) in [https://github.com/vitest-dev/vitest/issues/2546](https://togithub.com/vitest-dev/vitest/issues/2546) [<samp>(8dc1c)</samp>](https://togithub.com/vitest-dev/vitest/commit/8dc1c3cb) - Pass down diff options  -  by [@&#8203;sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/2545](https://togithub.com/vitest-dev/vitest/issues/2545) [<samp>(98c94)</samp>](https://togithub.com/vitest-dev/vitest/commit/98c94e65) - **cli**: Respect inline config `dir`  -  by [@&#8203;antfu](https://togithub.com/antfu) in [https://github.com/vitest-dev/vitest/issues/2550](https://togithub.com/vitest-dev/vitest/issues/2550) [<samp>(f6b59)</samp>](https://togithub.com/vitest-dev/vitest/commit/f6b592a9) #####     [View changes on GitHub](https://togithub.com/vitest-dev/vitest/compare/v0.26.1...v0.26.2) ### [`v0.26.1`](https://togithub.com/vitest-dev/vitest/releases/tag/v0.26.1) [Compare Source](https://togithub.com/vitest-dev/vitest/compare/v0.26.0...v0.26.1) #####    🚀 Features - Add more options to configure diff output  -  by [@&#8203;sheremet-va](https://togithub.com/sheremet-va) and [@&#8203;dammy001](https://togithub.com/dammy001) in [https://github.com/vitest-dev/vitest/issues/2522](https://togithub.com/vitest-dev/vitest/issues/2522) [<samp>(7ae14)</samp>](https://togithub.com/vitest-dev/vitest/commit/7ae1417f) #####    🐞 Bug Fixes - Don't resolve builtin Node modules  -  by [@&#8203;sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/2538](https://togithub.com/vitest-dev/vitest/issues/2538) [<samp>(1cbc2)</samp>](https://togithub.com/vitest-dev/vitest/commit/1cbc24dc) #####     [View changes on GitHub](https://togithub.com/vitest-dev/vitest/compare/v0.26.0...v0.26.1) ### [`v0.26.0`](https://togithub.com/vitest-dev/vitest/releases/tag/v0.26.0) [Compare Source](https://togithub.com/vitest-dev/vitest/compare/v0.25.8...v0.26.0) #####    🚨 Breaking Changes - **vite-node:** Rewrite how vite-node resolves id  -  by [@&#8203;sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/2463](https://togithub.com/vitest-dev/vitest/issues/2463) [<samp>(58ee8)</samp>](https://togithub.com/vitest-dev/vitest/commit/58ee8e9b) - Correctly interop nested default for external and inlined modules  -  by [@&#8203;sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/2512](https://togithub.com/vitest-dev/vitest/issues/2512) [<samp>(084e9)</samp>](https://togithub.com/vitest-dev/vitest/commit/084e929c) - If your environment is `node`, Vitest will not resolve invalid named exports (exports that are on "default" property will not magically appear as named exports), unless `deps.interopDefault` is enabled, or dependency is in `deps.inline`. This change doesn't affect `jsdom`, `happy-dom` or `edge` environments. - **web-worker:** Make web-worker implementation more compatible with spec  -  by [@&#8203;sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/2431](https://togithub.com/vitest-dev/vitest/issues/2431) [<samp>(c3a63)</samp>](https://togithub.com/vitest-dev/vitest/commit/c3a63524) - Messages are now cloned with `structuredClone`, if it's available, or fallbacks to a polyfill. - Added support for `SharedWorker` #####    🚀 Features - Introduce a native way to set env and globals  -  by [@&#8203;sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/2515](https://togithub.com/vitest-dev/vitest/issues/2515) [<samp>(b114d)</samp>](https://togithub.com/vitest-dev/vitest/commit/b114d49f) - Add html reporter based on Vitest UI  -  by [@&#8203;poyoho](https://togithub.com/poyoho) and [@&#8203;sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/2444](https://togithub.com/vitest-dev/vitest/issues/2444) [<samp>(b8f34)</samp>](https://togithub.com/vitest-dev/vitest/commit/b8f34eb8) - If you have `@vitest/ui` installed, you can now use `'html'` reporter to get a [beautiful UI](https://vitest.dev/guide/ui.html) to view your test results, inspect module graph and read log messages. #####    🐞 Bug Fixes - Allow assigning new hotContext  -  by [@&#8203;cometkim](https://togithub.com/cometkim) in [https://github.com/vitest-dev/vitest/issues/2524](https://togithub.com/vitest-dev/vitest/issues/2524) [<samp>(b4c43)</samp>](https://togithub.com/vitest-dev/vitest/commit/b4c43cd5) #####     [View changes on GitHub](https://togithub.com/vitest-dev/vitest/compare/v0.25.8...v0.26.0) ### [`v0.25.8`](https://togithub.com/vitest-dev/vitest/releases/tag/v0.25.8) [Compare Source](https://togithub.com/vitest-dev/vitest/compare/v0.25.7...v0.25.8) #####    🚀 Features - Add mts, cts files to coverage  -  by [@&#8203;poyoho](https://togithub.com/poyoho) and [@&#8203;AriPerkkio](https://togithub.com/AriPerkkio) in [https://github.com/vitest-dev/vitest/issues/2492](https://togithub.com/vitest-dev/vitest/issues/2492) [<samp>(799f9)</samp>](https://togithub.com/vitest-dev/vitest/commit/799f9a17) #####    🐞 Bug Fixes - Don't throw unhandled error, if import was caught  -  by [@&#8203;sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/2494](https://togithub.com/vitest-dev/vitest/issues/2494) [<samp>(0a87e)</samp>](https://togithub.com/vitest-dev/vitest/commit/0a87ebb4) - **coverage**: Esbuild to preserve legal comments for ignore hints  -  by [@&#8203;AriPerkkio](https://togithub.com/AriPerkkio) in [https://github.com/vitest-dev/vitest/issues/2496](https://togithub.com/vitest-dev/vitest/issues/2496) [<samp>(c85ed)</samp>](https://togithub.com/vitest-dev/vitest/commit/c85edb1e) #####     [View changes on GitHub](https://togithub.com/vitest-dev/vitest/compare/v0.25.7...v0.25.8) </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:eyJjcmVhdGVkSW5WZXIiOiIzNC43My4zIiwidXBkYXRlZEluVmVyIjoiMzQuNzMuMyJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-28 10:32:34 +01:00
"vitest": "0.26.2",
2022-08-26 14:49:44 +02:00
"whatwg-fetch": "3.6.2"
2017-02-23 22:18:23 +01:00
},
"resolutions": {
chore(deps): update dependency @codemirror/state to v6.2.0 (#2753) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@codemirror/state](https://togithub.com/codemirror/state) | [`6.1.4` -> `6.2.0`](https://renovatebot.com/diffs/npm/@codemirror%2fstate/6.1.4/6.2.0) | [![age](https://badges.renovateapi.com/packages/npm/@codemirror%2fstate/6.2.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@codemirror%2fstate/6.2.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@codemirror%2fstate/6.2.0/compatibility-slim/6.1.4)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@codemirror%2fstate/6.2.0/confidence-slim/6.1.4)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>codemirror/state</summary> ### [`v6.2.0`](https://togithub.com/codemirror/state/blob/HEAD/CHANGELOG.md#&#8203;620-2022-12-26) [Compare Source](https://togithub.com/codemirror/state/compare/6.1.4...6.2.0) ##### New features `EditorSelection.range` now accepts an optional 4th argument to specify the bidi level of the range's head position. </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:eyJjcmVhdGVkSW5WZXIiOiIzNC43My4zIiwidXBkYXRlZEluVmVyIjoiMzQuNzMuMyJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-27 23:41:27 +01:00
"@codemirror/state": "6.2.0",
2022-11-03 15:30:01 +01:00
"@xmldom/xmldom": "^0.8.4"
},
2017-02-23 22:18:23 +01:00
"jest": {
"moduleNameMapper": {
"\\.(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"
}
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
2021-02-05 14:24:22 +01:00
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
2021-02-05 14:33:32 +01:00
]
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
],
"parserOptions": {
"warnOnUnsupportedTypeScriptVersion": false
},
"rules": {
"no-restricted-globals": "off",
"no-useless-computed-key": "off",
"import/no-anonymous-default-export": "off"
},
"ignorePatterns": [
"cypress"
]
}
2016-11-10 14:26:24 +01:00
}