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

161 lines
5.0 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",
"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:demo2": "UNLEASH_API=https://sandbox.getunleash.io/ UNLEASH_BASE_PATH=/demo2/ yarn run start",
"start:enterprise": "UNLEASH_API=https://unleash.herokuapp.com VITE_TEST_REDIRECT=true yarn run start",
"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",
"lint": "eslint --fix ./src",
"lint:check": "eslint ./src",
"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",
2023-01-05 11:57:53 +01:00
"gen:api": "orval --config orval.config.js",
"gen:api:demo": "UNLEASH_OPENAPI_URL=https://app.unleash-hosted.com/demo/docs/openapi.json yarn run gen:api",
"gen:api:sandbox": "UNLEASH_OPENAPI_URL=https://sandbox.getunleash.io/demo2/docs/openapi.json yarn run gen:api",
"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 (#2577) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@mui/icons-material](https://mui.com/material-ui/material-icons/) ([source](https://togithub.com/mui/material-ui)) | [`5.10.15` -> `5.11.0`](https://renovatebot.com/diffs/npm/@mui%2ficons-material/5.10.15/5.11.0) | [![age](https://badges.renovateapi.com/packages/npm/@mui%2ficons-material/5.11.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@mui%2ficons-material/5.11.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@mui%2ficons-material/5.11.0/compatibility-slim/5.10.15)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@mui%2ficons-material/5.11.0/confidence-slim/5.10.15)](https://docs.renovatebot.com/merge-confidence/) | | [@mui/lab](https://mui.com/material-ui/about-the-lab/) ([source](https://togithub.com/mui/material-ui)) | [`5.0.0-alpha.109` -> `5.0.0-alpha.119`](https://renovatebot.com/diffs/npm/@mui%2flab/5.0.0-alpha.109/5.0.0-alpha.119) | [![age](https://badges.renovateapi.com/packages/npm/@mui%2flab/5.0.0-alpha.119/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@mui%2flab/5.0.0-alpha.119/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@mui%2flab/5.0.0-alpha.119/compatibility-slim/5.0.0-alpha.109)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@mui%2flab/5.0.0-alpha.119/confidence-slim/5.0.0-alpha.109)](https://docs.renovatebot.com/merge-confidence/) | | [@mui/material](https://mui.com/material-ui/getting-started/overview/) ([source](https://togithub.com/mui/material-ui)) | [`5.10.15` -> `5.11.8`](https://renovatebot.com/diffs/npm/@mui%2fmaterial/5.10.15/5.11.8) | [![age](https://badges.renovateapi.com/packages/npm/@mui%2fmaterial/5.11.8/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@mui%2fmaterial/5.11.8/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@mui%2fmaterial/5.11.8/compatibility-slim/5.10.15)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@mui%2fmaterial/5.11.8/confidence-slim/5.10.15)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>mui/material-ui (@&#8203;mui/icons-material)</summary> ### [`v5.11.0`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#&#8203;5110) [Compare Source](https://togithub.com/mui/material-ui/compare/v5.10.16...v5.11.0) <!-- generated comparing v5.10.17..master --> *Dec 13, 2022* A big thanks to the 19 contributors who made this release possible. Here are some highlights ✨: - 🔥 [@&#8203;mnajdova](https://togithub.com/mnajdova) enabled configuration of the `sx` prop in the `theme` ([#&#8203;35150](https://togithub.com/mui/material-ui/issues/35150)) - Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements. ##### `@mui/material@5.11.0` - \[Alert] Update icon color in all variants ([#&#8203;35414](https://togithub.com/mui/material-ui/issues/35414)) [@&#8203;danilo-leal](https://togithub.com/danilo-leal) - \[Select] Fix `MenuProps.PopoverClasses` being overriden ([#&#8203;35394](https://togithub.com/mui/material-ui/issues/35394)) [@&#8203;vitorfrs-dev](https://togithub.com/vitorfrs-dev) - \[SwipeableDrawer] Fixed typescript warning "prop open undefined" ([#&#8203;34710](https://togithub.com/mui/material-ui/issues/34710)) [@&#8203;kraftware](https://togithub.com/kraftware) ##### `@mui/icons-material@5.11.0` - \[icons] Restore the PhoneInTalk icons ([#&#8203;35409](https://togithub.com/mui/material-ui/issues/35409)) [@&#8203;michaldudak](https://togithub.com/michaldudak) ##### `@mui/system@5.11.0` ##### BREAKING CHANGES - \[system] Enable configuring the `sx` prop in the `theme` ([#&#8203;35150](https://togithub.com/mui/material-ui/issues/35150)) [@&#8203;mnajdova](https://togithub.com/mnajdova) The breaking change is regarding an experimental API: ```diff -import { styled, experimental_sx } from '@&#8203;mui/material/styles'; +import { styled } from '@&#8203;mui/material/styles'; -const Component = styled('div)(experimental_sx({ p: 1 }}); +const Component = styled('div)(({ theme }) => theme.unstable_sx({ p: 1 }}); ``` ##### `@mui/joy@5.0.0-alpha.58` - \[Joy] Miscellaneous fixes ([#&#8203;35447](https://togithub.com/mui/material-ui/issues/35447)) [@&#8203;siriwatknp](https://togithub.com/siriwatknp) ##### `@mui/base@5.0.0-alpha.110` - \[PopperUnstyled] Update PopperTooltip to have correct width when closing with transition ([#&#8203;34714](https://togithub.com/mui/material-ui/issues/34714)) [@&#8203;EduardoSCosta](https://togithub.com/EduardoSCosta) ##### `@mui/material-next@6.0.0-alpha.66` - \[Material You] Add ripple on the button ([#&#8203;35299](https://togithub.com/mui/material-ui/issues/35299)) [@&#8203;mnajdova](https://togithub.com/mnajdova) ##### Docs - \[docs] Simplify state management in Text Field demo page ([#&#8203;35051](https://togithub.com/mui/material-ui/issues/35051)) [@&#8203;PratikDev](https://togithub.com/PratikDev) - \[docs] Improve `Responsive App bar with Drawer` demo ([#&#8203;35418](https://togithub.com/mui/material-ui/issues/35418)) [@&#8203;ZeeshanTamboli](https://togithub.com/ZeeshanTamboli) - \[docs] Improve line-height readability ([#&#8203;35387](https://togithub.com/mui/material-ui/issues/35387)) [@&#8203;oliviertassinari](https://togithub.com/oliviertassinari) - \[docs] Improve a bit the Composition docs ([#&#8203;35329](https://togithub.com/mui/material-ui/issues/35329)) [@&#8203;oliviertassinari](https://togithub.com/oliviertassinari) - \[docs] Refactor `ToggleButtonSizes` demo ([#&#8203;35375](https://togithub.com/mui/material-ui/issues/35375)) [@&#8203;Armanio](https://togithub.com/Armanio) - \[docs] Standardize the usage of callouts in the MUI Core docs ([#&#8203;35361](https://togithub.com/mui/material-ui/issues/35361)) [@&#8203;samuelsycamore](https://togithub.com/samuelsycamore) - \[docs] Format feedback to add a link to the commented section ([#&#8203;35381](https://togithub.com/mui/material-ui/issues/35381)) [@&#8203;alexfauquette](https://togithub.com/alexfauquette) - \[docs] Direct users from Material UI to MUI Base for duplicated components ([#&#8203;35293](https://togithub.com/mui/material-ui/issues/35293)) [@&#8203;samuelsycamore](https://togithub.com/samuelsycamore) - \[docs] Fix typo in FormControl API docs ([#&#8203;35449](https://togithub.com/mui/material-ui/issues/35449)) [@&#8203;Spanishiwa](https://togithub.com/Spanishiwa) - \[docs] Update callouts design ([#&#8203;35390](https://togithub.com/mui/material-ui/issues/35390)) [@&#8203;danilo-leal](https://togithub.com/danilo-leal) - \[website] New wave of open roles ([#&#8203;35240](https://togithub.com/mui/material-ui/issues/35240)) [@&#8203;mnajdova](https://togithub.com/mnajdova) - \[website] Developer survey 2022 ([#&#8203;35407](https://togithub.com/mui/material-ui/issues/35407)) [@&#8203;joserodolfofreitas](https://togithub.com/joserodolfofreitas) ##### Core - \[core] Fix [@&#8203;mui/material](https://togithub.com/mui/material) package building ([#&#8203;35324](https://togithub.com/mui/material-ui/issues/35324)) [@&#8203;timbset](https://togithub.com/timbset) - \[core] Fix leaking theme color override ([#&#8203;35444](https://togithub.com/mui/material-ui/issues/35444)) [@&#8203;oliviertassinari](https://togithub.com/oliviertassinari) - \[typescript] Add null to return type of OverridableComponent ([#&#8203;35311](https://togithub.com/mui/material-ui/issues/35311)) [@&#8203;tsollbach](https://togithub.com/tsollbach) - \[website] Migrate X page to use CSS theme variables ([#&#8203;34922](https://togithub.com/mui/material-ui/issues/34922)) [@&#8203;jesrodri](https://togithub.com/jesrodri) - \[website] Migrate `/core` page to use CSS variables ([#&#8203;35366](https://togithub.com/mui/material-ui/issues/35366)) [@&#8203;siriwatknp](https://togithub.com/siriwatknp) All contributors of this release in alphabetical order: [@&#8203;alexfauquette](https://togithub.com/alexfauquette), [@&#8203;Armanio](https://togithub.com/Armanio), [@&#8203;danilo-leal](https://togithub.com/danilo-leal), [@&#8203;EduardoSCosta](https://togithub.com/EduardoSCosta), [@&#8203;flaviendelangle](https://togithub.com/flaviendelangle), [@&#8203;jesrodri](https://togithub.com/jesrodri), [@&#8203;joserodolfofreitas](https://togithub.com/joserodolfofreitas), [@&#8203;kraftware](https://togithub.com/kraftware), [@&#8203;michaldudak](https://togithub.com/michaldudak), [@&#8203;mnajdova](https://togithub.com/mnajdova), [@&#8203;oliviertassinari](https://togithub.com/oliviertassinari), [@&#8203;PratikDev](https://togithub.com/PratikDev), [@&#8203;samuelsycamore](https://togithub.com/samuelsycamore), [@&#8203;siriwatknp](https://togithub.com/siriwatknp), [@&#8203;Spanishiwa](https://togithub.com/Spanishiwa), [@&#8203;timbset](https://togithub.com/timbset), [@&#8203;tsollbach](https://togithub.com/tsollbach), [@&#8203;vitorfrs-dev](https://togithub.com/vitorfrs-dev), [@&#8203;ZeeshanTamboli](https://togithub.com/ZeeshanTamboli) ### [`v5.10.16`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#&#8203;51016) [Compare Source](https://togithub.com/mui/material-ui/compare/v5.10.15...v5.10.16) <!-- generated comparing v5.10.15..master --> *Nov 28, 2022* A big thanks to the 13 contributors who made this release possible. This release contains various 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements. ##### `@mui/material@5.10.16` - ​<!-- 21 -->\[Autocomplete] Fix inferred value type when `multiple` prop is `true` ([#&#8203;35275](https://togithub.com/mui/material-ui/issues/35275)) [@&#8203;fenghan34](https://togithub.com/fenghan34) - ​<!-- 19 -->\[Chip] Add `skipFocusWhenDisabled` prop to not allow focussing deletable chip if disabled ([#&#8203;35065](https://togithub.com/mui/material-ui/issues/35065)) [@&#8203;sai6855](https://togithub.com/sai6855) - ​<!-- 18 -->\[Chip] Remove unnecessary handleKeyDown event handler ([#&#8203;35231](https://togithub.com/mui/material-ui/issues/35231)) [@&#8203;ZeeshanTamboli](https://togithub.com/ZeeshanTamboli) - ​<!-- 05 -->\[FormControl] Add missing types in `useFormControl` ([#&#8203;35168](https://togithub.com/mui/material-ui/issues/35168)) [@&#8203;ZeeshanTamboli](https://togithub.com/ZeeshanTamboli) - ​<!-- 04 -->\[IconButton] Add missing color classes ([#&#8203;33820](https://togithub.com/mui/material-ui/issues/33820)) [@&#8203;Zetta56](https://togithub.com/Zetta56) - ​<!-- 03 -->\[SwipeableDrawer] Make paper ref accessible ([#&#8203;35082](https://togithub.com/mui/material-ui/issues/35082)) [@&#8203;sai6855](https://togithub.com/sai6855) ##### `@mui/system@5.10.16` - ​<!-- 02 -->\[system] Remove unnecessary parsed theme ([#&#8203;35239](https://togithub.com/mui/material-ui/issues/35239)) [@&#8203;siriwatknp](https://togithub.com/siriwatknp) - ​<!-- 01 -->\[theme] Fix TypeScript type for custom variants in responsive font sizes ([#&#8203;35057](https://togithub.com/mui/material-ui/issues/35057)) [@&#8203;ZeeshanTamboli](https://togithub.com/ZeeshanTamboli) ##### `@mui/base@5.0.0-alpha.108` - ​<!-- 20 -->\[Base] Allow useSlotProps to receive undefined elementType ([#&#8203;35192](https://togithub.com/mui/material-ui/issues/35192)) [@&#8203;leventdeniz](https://togithub.com/leventdeniz) ##### Docs - ​<!-- 13 -->\[docs] Improve feedback precision ([#&#8203;34641](https://togithub.com/mui/material-ui/issues/34641)) [@&#8203;alexfauquette](https://togithub.com/alexfauquette) - ​<!-- 12 -->\[docs] Add Black Friday notification [@&#8203;oliviertassinari](https://togithub.com/oliviertassinari) - ​<!-- 11 -->\[docs] Fix migration feedback ([#&#8203;35232](https://togithub.com/mui/material-ui/issues/35232)) [@&#8203;alexfauquette](https://togithub.com/alexfauquette) - ​<!-- 10 -->\[docs] Improve the useSelect demo styling ([#&#8203;33883](https://togithub.com/mui/material-ui/issues/33883)) [@&#8203;michaldudak](https://togithub.com/michaldudak) - ​<!-- 09 -->\[docs] Fix layout jump on first mistake ([#&#8203;35215](https://togithub.com/mui/material-ui/issues/35215)) [@&#8203;oliviertassinari](https://togithub.com/oliviertassinari) - ​<!-- 08 -->\[docs] Support demos with side effect imports ([#&#8203;35177](https://togithub.com/mui/material-ui/issues/35177)) [@&#8203;m4theushw](https://togithub.com/m4theushw) - ​<!-- 07 -->\[examples] Fix Next.js errors ([#&#8203;35246](https://togithub.com/mui/material-ui/issues/35246)) [@&#8203;oliviertassinari](https://togithub.com/oliviertassinari) - ​<!-- 06 -->\[examples] Updated Remix examples with the lates changes using React 18 ([#&#8203;35092](https://togithub.com/mui/material-ui/issues/35092)) [@&#8203;58bits](https://togithub.com/58bits) ##### Core - ​<!-- 17 -->\[core] Remove unused pattern ([#&#8203;35165](https://togithub.com/mui/material-ui/issues/35165)) [@&#8203;iamxukai](https://togithub.com/iamxukai) - ​<!-- 16 -->\[core] Fix Base version in changelog ([#&#8203;35224](https://togithub.com/mui/material-ui/issues/35224)) [@&#8203;siriwatknp](https://togithub.com/siriwatknp) - ​<!-- 15 -->\[core] Migrate `describeConformance` to TypeScript ([#&#8203;35193](https://togithub.com/mui/material-ui/issues/35193)) [@&#8203;flaviendelangle](https://togithub.com/flaviendelangle) - ​<!-- 14 -->\[core] Skip CI for docs and examples paths ([#&#8203;35225](https://togithub.com/mui/material-ui/issues/35225)) [@&#8203;siriwatknp](https://togithub.com/siriwatknp) All contributors of this release in alphabetical order: [@&#8203;58bits](https://togithub.com/58bits), [@&#8203;alexfauquette](https://togithub.com/alexfauquette), [@&#8203;fenghan34](https://togithub.com/fenghan34), [@&#8203;flaviendelangle](https://togithub.com/flaviendelangle), [@&#8203;iamxukai](https://togithub.com/iamxukai), [@&#8203;leventdeniz](https://togithub.com/leventdeniz), [@&#8203;m4theushw](https://togithub.com/m4theushw), [@&#8203;michaldudak](https://togithub.com/michaldudak), [@&#8203;oliviertassinari](https://togithub.com/oliviertassinari), [@&#8203;sai6855](https://togithub.com/sai6855), [@&#8203;siriwatknp](https://togithub.com/siriwatknp), [@&#8203;ZeeshanTamboli](https://togithub.com/ZeeshanTamboli), [@&#8203;Zetta56](https://togithub.com/Zetta56) </details> <details> <summary>mui/material-ui (@&#8203;mui/lab)</summary> ### [`v5.0.0-alpha.119`](https://togithub.com/mui/material-ui/compare/33cac172846b032d3f8b9333b72b2af832dd47d0...d4d8512ce3453711f3c661374579b0d2ed13f3e7) [Compare Source](https://togithub.com/mui/material-ui/compare/33cac172846b032d3f8b9333b72b2af832dd47d0...d4d8512ce3453711f3c661374579b0d2ed13f3e7) ### [`v5.0.0-alpha.118`](https://togithub.com/mui/material-ui/compare/a2e552314847b4d52498538d7ca171763067a5d0...33cac172846b032d3f8b9333b72b2af832dd47d0) [Compare Source](https://togithub.com/mui/material-ui/compare/a2e552314847b4d52498538d7ca171763067a5d0...33cac172846b032d3f8b9333b72b2af832dd47d0) ### [`v5.0.0-alpha.117`](https://togithub.com/mui/material-ui/compare/685c72dfaf840f4d5b7a3ab738ddcabd74418823...a2e552314847b4d52498538d7ca171763067a5d0) [Compare Source](https://togithub.com/mui/material-ui/compare/685c72dfaf840f4d5b7a3ab738ddcabd74418823...a2e552314847b4d52498538d7ca171763067a5d0) ### [`v5.0.0-alpha.116`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#muibase500-alpha116) [Compare Source](https://togithub.com/mui/material-ui/compare/bc859d95e4415f880cd6bcb6f44cc9e5e8c8097c...685c72dfaf840f4d5b7a3ab738ddcabd74418823) - ​<!-- 29 -->\[ListboxUnstyled] Fix option state highlighted to prevent unnecessary focus ([#&#8203;35838](https://togithub.com/mui/material-ui/issues/35838)) [@&#8203;SaidMarar](https://togithub.com/SaidMarar) ### [`v5.0.0-alpha.115`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#muibase500-alpha115) [Compare Source](https://togithub.com/mui/material-ui/compare/e9d8fa07e1ff979bcaf92837b131cd9e292f0161...bc859d95e4415f880cd6bcb6f44cc9e5e8c8097c) ##### Breaking changes - ​<!-- 04 -->\[SliderUnstyled] Improved logic for displaying the value label ([#&#8203;35805](https://togithub.com/mui/material-ui/issues/35805)) [@&#8203;ZeeshanTamboli](https://togithub.com/ZeeshanTamboli) - The `valueLabelDisplay` prop is removed from `SliderUnstyled`. The prop was not working as intended in `SliderUnstyled` (See [#&#8203;35398](https://togithub.com/mui/material-ui/issues/35398)). You can instead provide a `valueLabel` slot with the `slots` prop API to show the value label: ```diff - <SliderUnstyled valueLabelDisplay="on" /> + <SliderUnstyled slots={{ valueLabel: SliderValueLabel }} /> ``` The following demo shows how to show a value label when it is hovered over with the thumb: https://mui.com/base/react-slider/#value-label - The following classes are removed from `sliderUnstyledClasses` since they are not needed for the value label: ```diff - valueLabel - valueLabelOpen - valueLabelCircle - valueLabelLabel ``` In the custom value label component, you can define your own classNames and target them with CSS. - The `SliderValueLabelUnstyled` component is removed from SliderUnstyled. You should provide your own custom component for the value label. - To avoid using `React.cloneElement` API in value label, the component hierarchy structure of the value label is changed. The value label is now inside the Thumb slot - `Thumb` -> `Input`, `ValueLabel`. ##### Changes - ​<!-- 05 -->\[InputUnstyled] Fix externally provided `inputRef` is ignored ([#&#8203;35807](https://togithub.com/mui/material-ui/issues/35807)) [@&#8203;sai6855](https://togithub.com/sai6855) ### [`v5.0.0-alpha.114`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#muibase500-alpha114) [Compare Source](https://togithub.com/mui/material-ui/compare/a1e30390da62019e5769e398f4cbc9f8892d8f9a...e9d8fa07e1ff979bcaf92837b131cd9e292f0161) - \[base] Fix typos ([#&#8203;35802](https://togithub.com/mui/material-ui/issues/35802)) [@&#8203;nnmax](https://togithub.com/nnmax) - \[Slider] Convert code to TypeScript ([#&#8203;35445](https://togithub.com/mui/material-ui/issues/35445)) [@&#8203;sai6855](https://togithub.com/sai6855) ### [`v5.0.0-alpha.113`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#muibase500-alpha113) - \[Portal]\[base] Convert code to TypeScript ([#&#8203;35657](https://togithub.com/mui/material-ui/issues/35657)) [@&#8203;sai6855](https://togithub.com/sai6855) ### [`v5.0.0-alpha.112`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#muibase500-alpha112) - ​<!-- 16 -->\[FocusTrap]\[base] Convert code to TypeScript ([#&#8203;35005](https://togithub.com/mui/material-ui/issues/35005)) [@&#8203;trizotti](https://togithub.com/trizotti) - ​<!-- 08 -->\[Modal]\[base] Convert code to TypeScript ([#&#8203;34793](https://togithub.com/mui/material-ui/issues/34793)) [@&#8203;leventdeniz](https://togithub.com/leventdeniz) - ​<!-- 07 -->\[Popper]\[base] Convert code to TypeScript ([#&#8203;34771](https://togithub.com/mui/material-ui/issues/34771)) [@&#8203;danhuynhdev](https://togithub.com/danhuynhdev) - ​<!-- 04 -->\[Slider] Exclude `isRtl` from Material UI's Slider props ([#&#8203;35564](https://togithub.com/mui/material-ui/issues/35564)) [@&#8203;michaldudak](https://togithub.com/michaldudak) ### [`v5.0.0-alpha.111`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#muibase500-alpha111) [Compare Source](https://togithub.com/mui/material-ui/compare/b8aa3974d84c176b8857e8d5b29a7be8670bb410...4265f343b49e4af9673a49e585439d35c8deeab2) - \[Button]\[base] Set active class when a subcomponent is clicked ([#&#8203;35410](https://togithub.com/mui/material-ui/issues/35410)) [@&#8203;michaldudak](https://togithub.com/michaldudak) - \[Popper]\[base] Fix Tooltip Anchor Element Setter ([#&#8203;35469](https://togithub.com/mui/material-ui/issues/35469)) [@&#8203;sydneyjodon-wk](https://togithub.com/sydneyjodon-wk) ### [`v5.0.0-alpha.110`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#muibase500-alpha110) [Compare Source](https://togithub.com/mui/material-ui/compare/14a6e1c61edb5f66f4888e32c04df5e637e7cfc4...b8aa3974d84c176b8857e8d5b29a7be8670bb410) - \[PopperUnstyled] Update PopperTooltip to have correct width when closing with transition ([#&#8203;34714](https://togithub.com/mui/material-ui/issues/34714)) [@&#8203;EduardoSCosta](https://togithub.com/EduardoSCosta) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [x] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/Unleash/unleash). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC40Mi4wIiwidXBkYXRlZEluVmVyIjoiMzQuMTMzLjAifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-14 17:52:21 +01:00
"@mui/icons-material": "5.11.0",
"@mui/lab": "5.0.0-alpha.119",
"@mui/material": "5.11.8",
chore(deps): update dependency @testing-library/dom to v8.20.0 (#3100) [![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.1` -> `8.20.0`](https://renovatebot.com/diffs/npm/@testing-library%2fdom/8.19.1/8.20.0) | [![age](https://badges.renovateapi.com/packages/npm/@testing-library%2fdom/8.20.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@testing-library%2fdom/8.20.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@testing-library%2fdom/8.20.0/compatibility-slim/8.19.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@testing-library%2fdom/8.20.0/confidence-slim/8.19.1)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>testing-library/dom-testing-library</summary> ### [`v8.20.0`](https://togithub.com/testing-library/dom-testing-library/releases/tag/v8.20.0) [Compare Source](https://togithub.com/testing-library/dom-testing-library/compare/v8.19.1...v8.20.0) ##### Features - add offline/online events ([#&#8203;1205](https://togithub.com/testing-library/dom-testing-library/issues/1205)) ([0ce0c70](https://togithub.com/testing-library/dom-testing-library/commit/0ce0c7054dfa64d1cd65053790246aed151bda9d)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/Unleash/unleash). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMzMuMCIsInVwZGF0ZWRJblZlciI6IjM0LjEzMy4wIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-15 03:50:32 +01:00
"@testing-library/dom": "8.20.0",
"@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",
chore(deps): update dependency @types/react to v17.0.53 (#3083) [![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](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react) ([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped)) | [`17.0.52` -> `17.0.53`](https://renovatebot.com/diffs/npm/@types%2freact/17.0.52/17.0.53) | [![age](https://badges.renovateapi.com/packages/npm/@types%2freact/17.0.53/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@types%2freact/17.0.53/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@types%2freact/17.0.53/compatibility-slim/17.0.52)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@types%2freact/17.0.53/confidence-slim/17.0.52)](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 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:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMjQuMiIsInVwZGF0ZWRJblZlciI6IjM0LjEyNC4yIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-11 10:30:21 +01:00
"@types/react": "17.0.53",
"@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.14 (#2786) [![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.13` -> `7.7.14`](https://renovatebot.com/diffs/npm/@types%2freact-table/7.7.13/7.7.14) | [![age](https://badges.renovateapi.com/packages/npm/@types%2freact-table/7.7.14/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@types%2freact-table/7.7.14/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@types%2freact-table/7.7.14/compatibility-slim/7.7.13)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@types%2freact-table/7.7.14/confidence-slim/7.7.13)](https://docs.renovatebot.com/merge-confidence/) | --- ### ⚠ Dependency Lookup Warnings ⚠ Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information. --- ### 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 06:10:56 +01:00
"@types/react-table": "7.7.14",
"@types/react-test-renderer": "17.0.2",
"@types/react-timeago": "4.1.3",
"@types/semver": "7.3.13",
"@types/uuid": "^9.0.0",
chore(deps): update dependency @uiw/codemirror-theme-duotone to v4.19.8 (#3134) [![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.7` -> `4.19.8`](https://renovatebot.com/diffs/npm/@uiw%2fcodemirror-theme-duotone/4.19.7/4.19.8) | [![age](https://badges.renovateapi.com/packages/npm/@uiw%2fcodemirror-theme-duotone/4.19.8/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@uiw%2fcodemirror-theme-duotone/4.19.8/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@uiw%2fcodemirror-theme-duotone/4.19.8/compatibility-slim/4.19.7)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@uiw%2fcodemirror-theme-duotone/4.19.8/confidence-slim/4.19.7)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>uiwjs/react-codemirror</summary> ### [`v4.19.8`](https://togithub.com/uiwjs/react-codemirror/releases/tag/v4.19.8) [Compare Source](https://togithub.com/uiwjs/react-codemirror/compare/v4.19.7...v4.19.8) [![](https://img.shields.io/badge/Open%20in-unpkg-blue)](https://uiwjs.github.io/npm-unpkg/#/pkg/@&#8203;uiw/react-codemirror@4.19.8/file/README.md) Documentation v4.19.8: https://raw.githack.com/uiwjs/react-codemirror/4be6e8c/index.html\ Comparing Changes: https://github.com/uiwjs/react-codemirror/compare/v4.19.7...v4.19.8 ```shell npm i @&#8203;uiw/react-codemirror@4.19.8 ``` - 🐞 fix(deps): update dependency [@&#8203;codemirror/lang-sql](https://togithub.com/codemirror/lang-sql) to ~6.4.0 ([#&#8203;448](https://togithub.com/uiwjs/react-codemirror/issues/448)) [`714942a`](https://togithub.com/uiwjs/react-codemirror/commit/714942a) [@&#8203;renovate-bot](https://togithub.com/renovate-bot) - 💄 chore: update example [#&#8203;449](https://togithub.com/uiwjs/react-codemirror/issues/449) [`075531a`](https://togithub.com/uiwjs/react-codemirror/commit/075531a) [@&#8203;jaywcjlove](https://togithub.com/jaywcjlove) - 🐞 fix: Fix echo `onChange` call when value prop is changed ([#&#8203;456](https://togithub.com/uiwjs/react-codemirror/issues/456)) [`7637bff`](https://togithub.com/uiwjs/react-codemirror/commit/7637bff) [@&#8203;11bit](https://togithub.com/11bit) </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:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNDIuMSIsInVwZGF0ZWRJblZlciI6IjM0LjE0Mi4xIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-16 22:30:25 +01:00
"@uiw/codemirror-theme-duotone": "4.19.8",
chore(deps): update dependency @uiw/react-codemirror to v4.19.7 (#3085) [![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.6` -> `4.19.7`](https://renovatebot.com/diffs/npm/@uiw%2freact-codemirror/4.19.6/4.19.7) | [![age](https://badges.renovateapi.com/packages/npm/@uiw%2freact-codemirror/4.19.7/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@uiw%2freact-codemirror/4.19.7/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@uiw%2freact-codemirror/4.19.7/compatibility-slim/4.19.6)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@uiw%2freact-codemirror/4.19.7/confidence-slim/4.19.6)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>uiwjs/react-codemirror</summary> ### [`v4.19.7`](https://togithub.com/uiwjs/react-codemirror/releases/tag/v4.19.7) [Compare Source](https://togithub.com/uiwjs/react-codemirror/compare/v4.19.6...v4.19.7) [![](https://img.shields.io/badge/Open%20in-unpkg-blue)](https://uiwjs.github.io/npm-unpkg/#/pkg/@&#8203;uiw/react-codemirror@4.19.7/file/README.md) Documentation v4.19.7: https://raw.githack.com/uiwjs/react-codemirror/1c1efcf/index.html\ Comparing Changes: https://github.com/uiwjs/react-codemirror/compare/v4.19.6...v4.19.7 ```shell npm i @&#8203;uiw/react-codemirror@4.19.7 ``` - 📖 doc: Remove v3 doc preview given that we're already on v4 ([#&#8203;445](https://togithub.com/uiwjs/react-codemirror/issues/445)) [`6048cd0`](https://togithub.com/uiwjs/react-codemirror/commit/6048cd0) [@&#8203;djsavvy](https://togithub.com/djsavvy) - 🆎 type(theme): fix type error. ([#&#8203;444](https://togithub.com/uiwjs/react-codemirror/issues/444)) [`b51a9a6`](https://togithub.com/uiwjs/react-codemirror/commit/b51a9a6) [@&#8203;jaywcjlove](https://togithub.com/jaywcjlove) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/Unleash/unleash). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjM0LjEzMC4xIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-11 19:18:30 +01:00
"@uiw/react-codemirror": "4.19.7",
chore(deps): update dependency @vitejs/plugin-react to v3.1.0 (#3112) [![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)) | [`3.0.1` -> `3.1.0`](https://renovatebot.com/diffs/npm/@vitejs%2fplugin-react/3.0.1/3.1.0) | [![age](https://badges.renovateapi.com/packages/npm/@vitejs%2fplugin-react/3.1.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@vitejs%2fplugin-react/3.1.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@vitejs%2fplugin-react/3.1.0/compatibility-slim/3.0.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@vitejs%2fplugin-react/3.1.0/confidence-slim/3.0.1)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>vitejs/vite-plugin-react</summary> ### [`v3.1.0`](https://togithub.com/vitejs/vite-plugin-react/blob/HEAD/packages/plugin-react/CHANGELOG.md#&#8203;310-2023-02-02) [Compare Source](https://togithub.com/vitejs/vite-plugin-react/compare/d758a2a44b0a2cb3c206fa61166cda9d5cf58221...cda8145b8dc5a7211c0e3f8a253b4cac9c2c3d42) - doc: add jsxImportSource option ([38d71f6](https://togithub.com/vitejs/vite-plugin-react/commit/38d71f6)) - chore: bump release-scripts, typecheck package in CI, remove cache for eslint ([9af763d](https://togithub.com/vitejs/vite-plugin-react/commit/9af763d)) - fix: fast-refresh explain link ([#&#8203;97](https://togithub.com/vitejs/vite-plugin-react/issues/97)) ([6097795](https://togithub.com/vitejs/vite-plugin-react/commit/6097795)), closes [#&#8203;97](https://togithub.com/vitejs/vite-plugin-react/issues/97) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/Unleash/unleash). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMzMuMCIsInVwZGF0ZWRJblZlciI6IjM0LjEzMy4wIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-15 06:02:10 +01:00
"@vitejs/plugin-react": "3.1.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.33.0 (#3113) [![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.31.0` -> `8.33.0`](https://renovatebot.com/diffs/npm/eslint/8.31.0/8.33.0) | [![age](https://badges.renovateapi.com/packages/npm/eslint/8.33.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/eslint/8.33.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/eslint/8.33.0/compatibility-slim/8.31.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/eslint/8.33.0/confidence-slim/8.31.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>eslint/eslint</summary> ### [`v8.33.0`](https://togithub.com/eslint/eslint/releases/tag/v8.33.0) [Compare Source](https://togithub.com/eslint/eslint/compare/v8.32.0...v8.33.0) #### Features - [`2cc7954`](https://togithub.com/eslint/eslint/commit/2cc7954cdb1fed44e8a5d3c9b3ea1deceadb5e00) feat: add `restrictDefaultExports` option to no-restricted-exports rule ([#&#8203;16785](https://togithub.com/eslint/eslint/issues/16785)) (Nitin Kumar) #### Documentation - [`17f4be2`](https://togithub.com/eslint/eslint/commit/17f4be2b66deb81f4e9ffb3d6bdfb79f3fcf85a2) docs: Fix examples in no-multiple-empty-lines rule ([#&#8203;16835](https://togithub.com/eslint/eslint/issues/16835)) (jonz94) - [`9c7cfe3`](https://togithub.com/eslint/eslint/commit/9c7cfe33c4a39cf2c23529afe02030ea7f8acf70) docs: 'Source Code' content in 'Set up Development Environment' page ([#&#8203;16780](https://togithub.com/eslint/eslint/issues/16780)) (Ben Perlmutter) - [`ede5c64`](https://togithub.com/eslint/eslint/commit/ede5c6475469a905da4f559ab55f0ee73168a9d7) docs: Custom processors page ([#&#8203;16802](https://togithub.com/eslint/eslint/issues/16802)) (Ben Perlmutter) - [`2620614`](https://togithub.com/eslint/eslint/commit/2620614f525de13f2e3ab0a7cd92abe89dae4897) docs: Code of Conduct page ([#&#8203;16781](https://togithub.com/eslint/eslint/issues/16781)) (Ben Perlmutter) - [`50a8efd`](https://togithub.com/eslint/eslint/commit/50a8efd957c70c9978a8ed25744a24193b00e078) docs: report a sec vulnerability page ([#&#8203;16808](https://togithub.com/eslint/eslint/issues/16808)) (Ben Perlmutter) - [`ed60afd`](https://togithub.com/eslint/eslint/commit/ed60afd4450e769a975447178299446f4439d926) docs: Update page titles, section landing pages, and side TOC ([#&#8203;16760](https://togithub.com/eslint/eslint/issues/16760)) (Ben Perlmutter) - [`333c712`](https://togithub.com/eslint/eslint/commit/333c71243537966930e9ab8178bc98c37949b5f2) docs: add background to code-path-diagrams for dark-mode ([#&#8203;16822](https://togithub.com/eslint/eslint/issues/16822)) (Tanuj Kanti) - [`f5f7b9b`](https://togithub.com/eslint/eslint/commit/f5f7b9b8b512f5c6a5b4a1037f81bb3f5a7311e0) docs: Update README (GitHub Actions Bot) - [`2aa4f5f`](https://togithub.com/eslint/eslint/commit/2aa4f5fb2fdb1c4a1734093c225e5c6251b0ee0f) docs: no-constant-condition: Add multi-comparison example ([#&#8203;16776](https://togithub.com/eslint/eslint/issues/16776)) (Sebastian Simon) - [`40287db`](https://togithub.com/eslint/eslint/commit/40287dbe7407934a69805f02ece07491778c3694) docs: Remove Google Group icon ([#&#8203;16779](https://togithub.com/eslint/eslint/issues/16779)) (Nicholas C. Zakas) - [`ea10ca5`](https://togithub.com/eslint/eslint/commit/ea10ca5b7b5bd8f6e6daf030ece9a3a82f10994c) docs: 'a .eslint' -> 'an .eslint' for consistency ([#&#8203;16809](https://togithub.com/eslint/eslint/issues/16809)) (Ben Perlmutter) - [`3be0748`](https://togithub.com/eslint/eslint/commit/3be07488ee7b6a9591d169be9648fbd36b32105e) docs: add example for nodejs lintText api ([#&#8203;16789](https://togithub.com/eslint/eslint/issues/16789)) (Siva K) - [`ce4f5ff`](https://togithub.com/eslint/eslint/commit/ce4f5ff30590df053a539c8e8e2597838e038a36) docs: Replace removed related rules with a valid rule ([#&#8203;16800](https://togithub.com/eslint/eslint/issues/16800)) (Ville Saalo) ### [`v8.32.0`](https://togithub.com/eslint/eslint/releases/tag/v8.32.0) [Compare Source](https://togithub.com/eslint/eslint/compare/v8.31.0...v8.32.0) #### Features - [`fc20f24`](https://togithub.com/eslint/eslint/commit/fc20f242a2ac073b5af6d5fca67e07a175f36c3b) feat: add suggestions for redundant wrapping in prefer-regex-literals ([#&#8203;16658](https://togithub.com/eslint/eslint/issues/16658)) (YeonJuan) #### Bug Fixes - [`b4f8329`](https://togithub.com/eslint/eslint/commit/b4f8329164d7b293a1557e05b987d2a685fe1d30) fix: ignore directives for no-fallthrough ([#&#8203;16757](https://togithub.com/eslint/eslint/issues/16757)) (gfyoung) #### Documentation - [`17b65ad`](https://togithub.com/eslint/eslint/commit/17b65ad10d653bb05077f21d8b1f79bee96e38d8) docs: IA Update page URL move ([#&#8203;16665](https://togithub.com/eslint/eslint/issues/16665)) (Ben Perlmutter) - [`5981296`](https://togithub.com/eslint/eslint/commit/5981296d5c7c86228ad766009901191fdd87d5a4) docs: fix theme switcher button ([#&#8203;16752](https://togithub.com/eslint/eslint/issues/16752)) (Sam Chen) - [`6669413`](https://togithub.com/eslint/eslint/commit/66694136b67277c050bd27f60050779687a88c9f) docs: deploy prerelease docs under the `/docs/next/` path ([#&#8203;16541](https://togithub.com/eslint/eslint/issues/16541)) (Nitin Kumar) - [`78ecfe0`](https://togithub.com/eslint/eslint/commit/78ecfe0e52c0e5780fefc8dc9a98864e48de6637) docs: use inline code for rule options name ([#&#8203;16768](https://togithub.com/eslint/eslint/issues/16768)) (Percy Ma) - [`fc2ea59`](https://togithub.com/eslint/eslint/commit/fc2ea598aee97beb6d768866da1ee4f63775f0c9) docs: Update README (GitHub Actions Bot) - [`762a872`](https://togithub.com/eslint/eslint/commit/762a8727fb3b5619cff900826053b643ca5f1162) docs: Update README (GitHub Actions Bot) #### Chores - [`2952d6e`](https://togithub.com/eslint/eslint/commit/2952d6ed95811ce0971b6855d66fb7a9767a7b72) chore: sync templates/\*.md files with issue templates ([#&#8203;16758](https://togithub.com/eslint/eslint/issues/16758)) (gfyoung) - [`3e34418`](https://togithub.com/eslint/eslint/commit/3e34418b31664decfb2337de798feafbf985b66c) chore: Add new issues to triage project ([#&#8203;16740](https://togithub.com/eslint/eslint/issues/16740)) (Nicholas C. Zakas) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/Unleash/unleash). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMzMuMCIsInVwZGF0ZWRJblZlciI6IjM0LjEzMy4wIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-15 09:09:22 +01:00
"eslint": "8.33.0",
"eslint-config-react-app": "7.0.1",
"fast-json-patch": "3.1.1",
"http-proxy-middleware": "2.0.6",
chore(deps): update dependency immer to v9.0.19 (#3088) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [immer](https://togithub.com/immerjs/immer) | [`9.0.17` -> `9.0.19`](https://renovatebot.com/diffs/npm/immer/9.0.17/9.0.19) | [![age](https://badges.renovateapi.com/packages/npm/immer/9.0.19/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/immer/9.0.19/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/immer/9.0.19/compatibility-slim/9.0.17)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/immer/9.0.19/confidence-slim/9.0.17)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>immerjs/immer</summary> ### [`v9.0.19`](https://togithub.com/immerjs/immer/releases/tag/v9.0.19) [Compare Source](https://togithub.com/immerjs/immer/compare/v9.0.18...v9.0.19) ##### Bug Fixes - don't freeze drafts returned from produce if they were passed in as draft ([#&#8203;917](https://togithub.com/immerjs/immer/issues/917)) ([46867f8](https://togithub.com/immerjs/immer/commit/46867f8aa90f6c8d2d94517f6bd748d679b6ea79)) - produce results should never be frozen when returned from nested produces, to prevent 'hiding' drafts. Fixes [#&#8203;935](https://togithub.com/immerjs/immer/issues/935) ([a810960](https://togithub.com/immerjs/immer/commit/a81096024ca1d6de75feb0b26a2f6a4aa5ae4bf7)) - release and publish from 'main' rather than 'master' branch ([82acc40](https://togithub.com/immerjs/immer/commit/82acc409b2b1d66373fc44200443e63917a32198)) - revert earlier fix ([#&#8203;990](https://togithub.com/immerjs/immer/issues/990)) for recursive types ([#&#8203;1014](https://togithub.com/immerjs/immer/issues/1014)) ([3eeb331](https://togithub.com/immerjs/immer/commit/3eeb33190523635a2fc3a8aa7f83b537d15a7c3c)) - Upgrade Github actions to Node 16 attempt 1 ([9d4ea93](https://togithub.com/immerjs/immer/commit/9d4ea93f8eb17f646aef2782f1d088a8c109bd53)) - Upgrade Github actions to Node 16 attempt 2 ([082eecd](https://togithub.com/immerjs/immer/commit/082eecd6101d27d1fda1817461ef0ad060341715)) ### [`v9.0.18`](https://togithub.com/immerjs/immer/releases/tag/v9.0.18) [Compare Source](https://togithub.com/immerjs/immer/compare/v9.0.17...v9.0.18) ##### Bug Fixes - Preserve insertion order of Sets, fixes [#&#8203;819](https://togithub.com/immerjs/immer/issues/819) ([#&#8203;976](https://togithub.com/immerjs/immer/issues/976)) ([b3eeb69](https://togithub.com/immerjs/immer/commit/b3eeb69f2926c5f9ef3632023d3ef0695470f724)) - unnecessarily recursive Draft type ([#&#8203;990](https://togithub.com/immerjs/immer/issues/990)) ([b9eae1d](https://togithub.com/immerjs/immer/commit/b9eae1d18083b63cf37483183e91356ec5ee912c)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/Unleash/unleash). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjM0LjEzMC4xIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-12 07:47:06 +01:00
"immer": "9.0.19",
chore(deps): update dependency jsdom to v21.1.0 (#3115) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [jsdom](https://togithub.com/jsdom/jsdom) | [`21.0.0` -> `21.1.0`](https://renovatebot.com/diffs/npm/jsdom/21.0.0/21.1.0) | [![age](https://badges.renovateapi.com/packages/npm/jsdom/21.1.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/jsdom/21.1.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/jsdom/21.1.0/compatibility-slim/21.0.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/jsdom/21.1.0/confidence-slim/21.0.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>jsdom/jsdom</summary> ### [`v21.1.0`](https://togithub.com/jsdom/jsdom/blob/HEAD/Changelog.md#&#8203;2110) [Compare Source](https://togithub.com/jsdom/jsdom/compare/21.0.0...21.1.0) - Added `x`, `y`, `pageX`, `pageY`, `offsetX`, and `offsetY` to `MouseEvent`. (jenseng, ViniciusFXavier) - Added support for `unset` with `getComputedStyle()`. (jsnajdr) - Added the `submitter` property to `SubmitEvent`. (jenseng) - Fixed `MouseEvent`'s `screenX` and `screenY` to no longer coerce to integers, allowing fractional values. (jenseng) - Fixed `formEl.submit()` to not longer fire `submit` events. (jenseng) - Fixed stylesheets to no longer affect the document after their corresponding `<link>` is removed. (jsnajdr) - Fixed `pointer-events` to inherit when used with `getComputedStyle()`. (jnajdr) - Fixed `<script>` elements with no `src=""` to no longer fire `load` events. (t1ger2080) - Improved `getComputedStyle()` to cache its results, which should make it much faster. (jsnajdr) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/Unleash/unleash). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMzMuMCIsInVwZGF0ZWRJblZlciI6IjM0LjEzMy4wIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-16 03:49:59 +01:00
"jsdom": "21.1.0",
"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.3 (#3089) [![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.2` -> `0.49.3`](https://renovatebot.com/diffs/npm/msw/0.49.2/0.49.3) | [![age](https://badges.renovateapi.com/packages/npm/msw/0.49.3/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/msw/0.49.3/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/msw/0.49.3/compatibility-slim/0.49.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/msw/0.49.3/confidence-slim/0.49.2)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>mswjs/msw</summary> ### [`v0.49.3`](https://togithub.com/mswjs/msw/releases/tag/v0.49.3) [Compare Source](https://togithub.com/mswjs/msw/compare/v0.49.2...v0.49.3) #### v0.49.3 (2023-01-19) ##### Bug Fixes - use EventTarget-based event emitter ([#&#8203;1522](https://togithub.com/mswjs/msw/issues/1522)) ([`6a94b8c`](https://togithub.com/mswjs/msw/commit/6a94b8c06d7a6fbc7be0c5224ba35f38888964b1)) [@&#8203;chrisguttandin](https://togithub.com/chrisguttandin) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/Unleash/unleash). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjM0LjEzMC4xIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-12 17:25:43 +01:00
"msw": "0.49.3",
"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",
2023-01-20 09:50:24 +01:00
"react-dropzone": "14.2.3",
"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.2 (#2907) [![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.6.1` -> `6.6.2`](https://renovatebot.com/diffs/npm/react-router/6.6.1/6.6.2) | [![age](https://badges.renovateapi.com/packages/npm/react-router/6.6.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/react-router/6.6.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/react-router/6.6.2/compatibility-slim/6.6.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/react-router/6.6.2/confidence-slim/6.6.1)](https://docs.renovatebot.com/merge-confidence/) | | [react-router-dom](https://togithub.com/remix-run/react-router) | [`6.6.1` -> `6.6.2`](https://renovatebot.com/diffs/npm/react-router-dom/6.6.1/6.6.2) | [![age](https://badges.renovateapi.com/packages/npm/react-router-dom/6.6.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/react-router-dom/6.6.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/react-router-dom/6.6.2/compatibility-slim/6.6.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/react-router-dom/6.6.2/confidence-slim/6.6.1)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>remix-run/react-router (react-router)</summary> ### [`v6.6.2`](https://togithub.com/remix-run/react-router/blob/HEAD/packages/react-router/CHANGELOG.md#&#8203;662) [Compare Source](https://togithub.com/remix-run/react-router/compare/react-router@6.6.1...react-router@6.6.2) ##### Patch Changes - Ensure `useId` consistency during SSR ([#&#8203;9805](https://togithub.com/remix-run/react-router/pull/9805)) </details> <details> <summary>remix-run/react-router (react-router-dom)</summary> ### [`v6.6.2`](https://togithub.com/remix-run/react-router/blob/HEAD/packages/react-router-dom/CHANGELOG.md#&#8203;662) [Compare Source](https://togithub.com/remix-run/react-router/compare/react-router-dom@6.6.1...react-router-dom@6.6.2) ##### Patch Changes - Ensure `useId` consistency during SSR ([#&#8203;9805](https://togithub.com/remix-run/react-router/pull/9805)) - Updated dependencies: - `react-router@6.6.2` </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:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMDIuNyIsInVwZGF0ZWRJblZlciI6IjM0LjEwMi43In0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-16 23:15:37 +01:00
"react-router-dom": "6.6.2",
"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.58.0 (#3116) [![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.57.1` -> `1.58.0`](https://renovatebot.com/diffs/npm/sass/1.57.1/1.58.0) | [![age](https://badges.renovateapi.com/packages/npm/sass/1.58.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/sass/1.58.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/sass/1.58.0/compatibility-slim/1.57.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/sass/1.58.0/confidence-slim/1.57.1)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>sass/dart-sass</summary> ### [`v1.58.0`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#&#8203;1580) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.57.1...1.58.0) - Remove sourcemap comments from Sass sources. The generated sourcemap comment for the compiled CSS output remains unaffected. - Fix a bug in `@extend` logic where certain selectors with three or more combinators were incorrectly considered superselectors of similar selectors with fewer combinators, causing them to be incorrectly trimmed from the output. - Produce a better error message for a number with a leading `+` or `-`, a decimal point, but no digits. - Produce a better error message for a nested property whose name starts with `--`. - Fix a crash when a selector ends in an escaped backslash. - Add the relative length units from CSS Values 4 and CSS Contain 3 as known units to validate bad computation in `calc`. ##### Command Line Interface - The `--watch` flag will now track loads through calls to `meta.load-css()` as long as their URLs are literal strings without any interpolation. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/Unleash/unleash). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMzguMyIsInVwZGF0ZWRJblZlciI6IjM0LjEzOC4zIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-16 06:41:55 +01:00
"sass": "1.58.0",
"semver": "7.3.8",
chore(deps): update dependency swr to v2.0.3 (#3091) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [swr](https://swr.vercel.app) ([source](https://togithub.com/vercel/swr)) | [`2.0.0` -> `2.0.3`](https://renovatebot.com/diffs/npm/swr/2.0.0/2.0.3) | [![age](https://badges.renovateapi.com/packages/npm/swr/2.0.3/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/swr/2.0.3/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/swr/2.0.3/compatibility-slim/2.0.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/swr/2.0.3/confidence-slim/2.0.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>vercel/swr</summary> ### [`v2.0.3`](https://togithub.com/vercel/swr/releases/tag/v2.0.3) [Compare Source](https://togithub.com/vercel/swr/compare/v2.0.2...v2.0.3) #### Patches - fix: parameters passed to subscribe is inconsistent with its declaration by [@&#8203;hong24](https://togithub.com/hong24) in [https://github.com/vercel/swr/pull/2353](https://togithub.com/vercel/swr/pull/2353) - fix: when inifinite key changes, should use cached pagesize instead of initialSize by [@&#8203;promer94](https://togithub.com/promer94) in [https://github.com/vercel/swr/pull/2386](https://togithub.com/vercel/swr/pull/2386) - fix: make compare function only compare data ([#&#8203;2375](https://togithub.com/vercel/swr/issues/2375)) by [@&#8203;Retrospection](https://togithub.com/Retrospection) and [@&#8203;promer94](https://togithub.com/promer94) in [https://github.com/vercel/swr/pull/2387](https://togithub.com/vercel/swr/pull/2387) [https://github.com/vercel/swr/pull/2389](https://togithub.com/vercel/swr/pull/2389) - fix: initial loading state should be false with revalidation is disabed by [@&#8203;promer94](https://togithub.com/promer94) in [https://github.com/vercel/swr/pull/2382](https://togithub.com/vercel/swr/pull/2382) - fix: Ensure hydration matches the SSR result during streaming by [@&#8203;shuding](https://togithub.com/shuding) in [https://github.com/vercel/swr/pull/2391](https://togithub.com/vercel/swr/pull/2391) #### Chores - ci: only run release when tags pushed by [@&#8203;promer94](https://togithub.com/promer94) in [https://github.com/vercel/swr/pull/2388](https://togithub.com/vercel/swr/pull/2388) - unify `-` characters in README.md by [@&#8203;JanKaifer](https://togithub.com/JanKaifer) in [https://github.com/vercel/swr/pull/2334](https://togithub.com/vercel/swr/pull/2334) #### New Contributors - [@&#8203;hong24](https://togithub.com/hong24) made their first contribution in [https://github.com/vercel/swr/pull/2353](https://togithub.com/vercel/swr/pull/2353) - [@&#8203;Retrospection](https://togithub.com/Retrospection) made their first contribution in [https://github.com/vercel/swr/pull/2387](https://togithub.com/vercel/swr/pull/2387) - [@&#8203;JanKaifer](https://togithub.com/JanKaifer) made their first contribution in [https://github.com/vercel/swr/pull/2334](https://togithub.com/vercel/swr/pull/2334) **Full Changelog**: https://github.com/vercel/swr/compare/v2.0.2...v2.0.3 ### [`v2.0.2`](https://togithub.com/vercel/swr/releases/tag/v2.0.2) [Compare Source](https://togithub.com/vercel/swr/compare/v2.0.1...v2.0.2) #### Patches - fix: delay revalidation if a key is already active and has error by [@&#8203;promer94](https://togithub.com/promer94) in [https://github.com/vercel/swr/pull/2338](https://togithub.com/vercel/swr/pull/2338) - fix: createCacheHelper type by [@&#8203;promer94](https://togithub.com/promer94) in [https://github.com/vercel/swr/pull/2365](https://togithub.com/vercel/swr/pull/2365) #### Chores - release workflow by [@&#8203;huozhi](https://togithub.com/huozhi) in [https://github.com/vercel/swr/pull/2374](https://togithub.com/vercel/swr/pull/2374), [https://github.com/vercel/swr/pull/2381](https://togithub.com/vercel/swr/pull/2381), [https://github.com/vercel/swr/pull/2383](https://togithub.com/vercel/swr/pull/2383), [https://github.com/vercel/swr/pull/2384](https://togithub.com/vercel/swr/pull/2384), [https://github.com/vercel/swr/pull/2385](https://togithub.com/vercel/swr/pull/2385) **Full Changelog**: https://github.com/vercel/swr/compare/v2.0.1...v2.0.2 ### [`v2.0.1`](https://togithub.com/vercel/swr/releases/tag/v2.0.1) [Compare Source](https://togithub.com/vercel/swr/compare/2.0.0...v2.0.1) In this patch release, we majorly improved typing support and SWR can infer the types based on the configuration. - When the `suspense` option is `true`, the returned `data` will exclude `undefined` and the `isLoading` will always be `false`. - When the `fallbackData` option is provided, the returned `data` will be the same type of `fallbackData`, and the `isLoading` will always be `false`. Here's a demo for it: https://user-images.githubusercontent.com/4800338/213288879-ffbeeeb5-aca5-4a65-8229-69fbf9b0bf70.mp4 #### What's Changed - types: make FullConfiguration generic by [@&#8203;huozhi](https://togithub.com/huozhi) in [https://github.com/vercel/swr/pull/2273](https://togithub.com/vercel/swr/pull/2273) - type: enforce array literal as tuple by [@&#8203;promer94](https://togithub.com/promer94) in [https://github.com/vercel/swr/pull/2283](https://togithub.com/vercel/swr/pull/2283) - Improve type test by [@&#8203;promer94](https://togithub.com/promer94) in [https://github.com/vercel/swr/pull/2289](https://togithub.com/vercel/swr/pull/2289) - update bunchee to remove the extra target cli option by [@&#8203;huozhi](https://togithub.com/huozhi) in [https://github.com/vercel/swr/pull/2298](https://togithub.com/vercel/swr/pull/2298) - fix: useSWRMutation should always use the latest fetcher by [@&#8203;koba04](https://togithub.com/koba04) in [https://github.com/vercel/swr/pull/2290](https://togithub.com/vercel/swr/pull/2290) - types: conditional swr response by [@&#8203;huozhi](https://togithub.com/huozhi) in [https://github.com/vercel/swr/pull/2301](https://togithub.com/vercel/swr/pull/2301) - fix: types properites in exports fields by [@&#8203;koba04](https://togithub.com/koba04) in [https://github.com/vercel/swr/pull/2341](https://togithub.com/vercel/swr/pull/2341) - Update license year by [@&#8203;IcedMonk](https://togithub.com/IcedMonk) in [https://github.com/vercel/swr/pull/2344](https://togithub.com/vercel/swr/pull/2344) - feat: add all mutate options support to useSWRInfinite by [@&#8203;koba04](https://togithub.com/koba04) in [https://github.com/vercel/swr/pull/2350](https://togithub.com/vercel/swr/pull/2350) - ci: add publint to check packaging on CI by [@&#8203;koba04](https://togithub.com/koba04) in [https://github.com/vercel/swr/pull/2363](https://togithub.com/vercel/swr/pull/2363) #### New Contributors - [@&#8203;IcedMonk](https://togithub.com/IcedMonk) made their first contribution in [https://github.com/vercel/swr/pull/2344](https://togithub.com/vercel/swr/pull/2344) **Full Changelog**: https://github.com/vercel/swr/compare/2.0.0...v2.0.1 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/Unleash/unleash). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjM0LjEzMC4xIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-12 23:37:15 +01:00
"swr": "2.0.3",
chore(deps): update dependency tss-react to v4.6.0 (#2377) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [tss-react](https://www.tss-react.dev) ([source](https://togithub.com/garronej/tss-react)) | [`4.0.0` -> `4.6.0`](https://renovatebot.com/diffs/npm/tss-react/4.0.0/4.6.0) | [![age](https://badges.renovateapi.com/packages/npm/tss-react/4.6.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/tss-react/4.6.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/tss-react/4.6.0/compatibility-slim/4.0.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/tss-react/4.6.0/confidence-slim/4.0.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>garronej/tss-react</summary> ### [`v4.6.0`](https://togithub.com/garronej/tss-react/releases/tag/v4.6.0) [Compare Source](https://togithub.com/garronej/tss-react/compare/v4.5.2...v4.6.0) <!-- Release notes generated using configuration in .github/release.yaml at refs/heads/main --> **Full Changelog**: https://github.com/garronej/tss-react/compare/v4.5.2...v4.6.0 ### [`v4.5.2`](https://togithub.com/garronej/tss-react/releases/tag/v4.5.2) [Compare Source](https://togithub.com/garronej/tss-react/compare/v4.5.1...v4.5.2) <!-- Release notes generated using configuration in .github/release.yaml at refs/heads/main --> **Full Changelog**: https://github.com/garronej/tss-react/compare/v4.5.1...v4.5.2 ### [`v4.5.1`](https://togithub.com/garronej/tss-react/releases/tag/v4.5.1) [Compare Source](https://togithub.com/garronej/tss-react/compare/v4.5.0...v4.5.1) <!-- Release notes generated using configuration in .github/release.yaml at refs/heads/main --> **Full Changelog**: https://github.com/garronej/tss-react/compare/v4.5.0...v4.5.1 ### [`v4.5.0`](https://togithub.com/garronej/tss-react/releases/tag/v4.5.0) [Compare Source](https://togithub.com/garronej/tss-react/compare/v4.4.5...v4.5.0) <!-- Release notes generated using configuration in .github/release.yaml at refs/heads/main --> **Full Changelog**: https://github.com/garronej/tss-react/compare/v4.4.5...v4.5.0 ### [`v4.4.5`](https://togithub.com/garronej/tss-react/releases/tag/v4.4.5) [Compare Source](https://togithub.com/garronej/tss-react/compare/v4.4.4...v4.4.5) <!-- Release notes generated using configuration in .github/release.yaml at refs/heads/main --> **Full Changelog**: https://github.com/garronej/tss-react/compare/v4.4.4...v4.4.5 ### [`v4.4.4`](https://togithub.com/garronej/tss-react/releases/tag/v4.4.4) [Compare Source](https://togithub.com/garronej/tss-react/compare/v4.4.3...v4.4.4) <!-- Release notes generated using configuration in .github/release.yaml at refs/heads/main --> **Full Changelog**: https://github.com/garronej/tss-react/compare/v4.4.3...v4.4.4 ### [`v4.4.3`](https://togithub.com/garronej/tss-react/releases/tag/v4.4.3) [Compare Source](https://togithub.com/garronej/tss-react/compare/v4.4.2...v4.4.3) <!-- Release notes generated using configuration in .github/release.yaml at refs/heads/main --> **Full Changelog**: https://github.com/garronej/tss-react/compare/v4.4.2...v4.4.3 ### [`v4.4.2`](https://togithub.com/garronej/tss-react/releases/tag/v4.4.2) [Compare Source](https://togithub.com/garronej/tss-react/compare/v4.4.1...v4.4.2) <!-- Release notes generated using configuration in .github/release.yaml at refs/heads/main --> **Full Changelog**: https://github.com/garronej/tss-react/compare/v4.4.1...v4.4.2 ### [`v4.4.1`](https://togithub.com/garronej/tss-react/releases/tag/v4.4.1) [Compare Source](https://togithub.com/garronej/tss-react/compare/v4.4.0...v4.4.1) <!-- Release notes generated using configuration in .github/release.yaml at refs/heads/main --> **Full Changelog**: https://github.com/garronej/tss-react/compare/v4.4.0...v4.4.1 ### [`v4.4.0`](https://togithub.com/garronej/tss-react/releases/tag/v4.4.0) [Compare Source](https://togithub.com/garronej/tss-react/compare/v4.3.4...v4.4.0) <!-- Release notes generated using configuration in .github/release.yaml at refs/heads/main --> **Full Changelog**: https://github.com/garronej/tss-react/compare/v4.3.4...v4.4.0 ### [`v4.3.4`](https://togithub.com/garronej/tss-react/releases/tag/v4.3.4) [Compare Source](https://togithub.com/garronej/tss-react/compare/v4.3.3...v4.3.4) <!-- Release notes generated using configuration in .github/release.yaml at refs/heads/main --> **Full Changelog**: https://github.com/garronej/tss-react/compare/v4.3.3...v4.3.4 ### [`v4.3.3`](https://togithub.com/garronej/tss-react/releases/tag/v4.3.3) [Compare Source](https://togithub.com/garronej/tss-react/compare/v4.3.2...v4.3.3) <!-- Release notes generated using configuration in .github/release.yaml at refs/heads/main --> **Full Changelog**: https://github.com/garronej/tss-react/compare/v4.3.2...v4.3.3 ### [`v4.3.2`](https://togithub.com/garronej/tss-react/releases/tag/v4.3.2) [Compare Source](https://togithub.com/garronej/tss-react/compare/v4.3.1...v4.3.2) <!-- Release notes generated using configuration in .github/release.yaml at refs/heads/main --> **Full Changelog**: https://github.com/garronej/tss-react/compare/v4.3.1...v4.3.2 ### [`v4.3.1`](https://togithub.com/garronej/tss-react/releases/tag/v4.3.1) [Compare Source](https://togithub.com/garronej/tss-react/compare/v4.3.0...v4.3.1) <!-- Release notes generated using configuration in .github/release.yaml at refs/heads/main --> **Full Changelog**: https://github.com/garronej/tss-react/compare/v4.3.0...v4.3.1 ### [`v4.3.0`](https://togithub.com/garronej/tss-react/releases/tag/v4.3.0) [Compare Source](https://togithub.com/garronej/tss-react/compare/v4.2.0...v4.3.0) <!-- Release notes generated using configuration in .github/release.yaml at refs/heads/main --> **Full Changelog**: https://github.com/garronej/tss-react/compare/v4.2.0...v4.3.0 ### [`v4.2.0`](https://togithub.com/garronej/tss-react/releases/tag/v4.2.0) [Compare Source](https://togithub.com/garronej/tss-react/compare/v4.1.4...v4.2.0) <!-- Release notes generated using configuration in .github/release.yaml at refs/heads/main --> **Full Changelog**: https://github.com/garronej/tss-react/compare/v4.1.4...v4.2.0 ### [`v4.1.4`](https://togithub.com/garronej/tss-react/releases/tag/v4.1.4) [Compare Source](https://togithub.com/garronej/tss-react/compare/v4.1.3...v4.1.4) <!-- Release notes generated using configuration in .github/release.yaml at refs/heads/main --> **Full Changelog**: https://github.com/garronej/tss-react/compare/v4.1.3...v4.1.4 ### [`v4.1.3`](https://togithub.com/garronej/tss-react/releases/tag/v4.1.3) [Compare Source](https://togithub.com/garronej/tss-react/compare/v4.1.2...v4.1.3) <!-- Release notes generated using configuration in .github/release.yaml at refs/heads/main --> **Full Changelog**: https://github.com/garronej/tss-react/compare/v4.1.2...v4.1.3 ### [`v4.1.2`](https://togithub.com/garronej/tss-react/releases/tag/v4.1.2) [Compare Source](https://togithub.com/garronej/tss-react/compare/v4.1.1...v4.1.2) <!-- Release notes generated using configuration in .github/release.yaml at refs/heads/main --> #### What's Changed ##### Other Changes - fix [#&#8203;107](https://togithub.com/garronej/tss-react/issues/107) by [@&#8203;jiby-aurum](https://togithub.com/jiby-aurum) in [https://github.com/garronej/tss-react/pull/109](https://togithub.com/garronej/tss-react/pull/109) #### New Contributors - [@&#8203;jiby-aurum](https://togithub.com/jiby-aurum) made their first contribution in [https://github.com/garronej/tss-react/pull/109](https://togithub.com/garronej/tss-react/pull/109) **Full Changelog**: https://github.com/garronej/tss-react/compare/v4.1.1...v4.1.2 ### [`v4.1.1`](https://togithub.com/garronej/tss-react/releases/tag/v4.1.1) [Compare Source](https://togithub.com/garronej/tss-react/compare/v4.1.0...v4.1.1) <!-- Release notes generated using configuration in .github/release.yaml at refs/heads/main --> **Full Changelog**: https://github.com/garronej/tss-react/compare/v4.1.0...v4.1.1 ### [`v4.1.0`](https://togithub.com/garronej/tss-react/releases/tag/v4.1.0) [Compare Source](https://togithub.com/garronej/tss-react/compare/v4.0.0...v4.1.0) <!-- Release notes generated using configuration in .github/release.yaml at refs/heads/main --> #### What's Changed ##### Other Changes - v4.1.0-beta by [@&#8203;garronej](https://togithub.com/garronej) in [https://github.com/garronej/tss-react/pull/106](https://togithub.com/garronej/tss-react/pull/106) **Full Changelog**: https://github.com/garronej/tss-react/compare/v4.0.0...v4.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 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:eyJjcmVhdGVkSW5WZXIiOiIzNC4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzQuMTI0LjIifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-15 09:14:15 +01:00
"tss-react": "4.6.0",
"typescript": "4.8.4",
chore(deps): update dependency vite to v4.1.1 (#3126) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [vite](https://togithub.com/vitejs/vite/tree/main/#readme) ([source](https://togithub.com/vitejs/vite)) | [`4.0.4` -> `4.1.1`](https://renovatebot.com/diffs/npm/vite/4.0.4/4.1.1) | [![age](https://badges.renovateapi.com/packages/npm/vite/4.1.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/vite/4.1.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/vite/4.1.1/compatibility-slim/4.0.4)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/vite/4.1.1/confidence-slim/4.0.4)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>vitejs/vite</summary> ### [`v4.1.1`](https://togithub.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small411-2023-02-02-small) [Compare Source](https://togithub.com/vitejs/vite/compare/c57c21cc36d953d36a518226cbc06fb92b48a784...v4.1.1) - chore: 4.1.0 changelog cleanup ([#&#8203;11900](https://togithub.com/vitejs/vite/issues/11900)) ([7747d32](https://togithub.com/vitejs/vite/commit/7747d32)), closes [#&#8203;11900](https://togithub.com/vitejs/vite/issues/11900) - fix: catch statSync error ([#&#8203;11907](https://togithub.com/vitejs/vite/issues/11907)) ([f80b9a2](https://togithub.com/vitejs/vite/commit/f80b9a2)), closes [#&#8203;11907](https://togithub.com/vitejs/vite/issues/11907) ### [`v4.1.0`](https://togithub.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#&#8203;410-2023-02-02) [Compare Source](https://togithub.com/vitejs/vite/compare/v4.0.4...c57c21cc36d953d36a518226cbc06fb92b48a784) Vite 4.1 updates to the latest versions of Rollup and esbuild. Check out the new [Rollup docs](https://rollupjs.org/), that are now powered by VitePress making the navigation between Vite and Rollup docs easier for users. [Vite docs](https://vitejs.dev) got a theme update migrating to the latest version of VitePress. As part of [Vite 4](https://vitejs.dev/blog/announcing-vite4.html), the Vue and React plugins have been extracted out of the monorepo. Although their release cycle will no longer follow Vite releases moving forward, Vite 4.1 is released in parallel with new versions of [@&#8203;vitejs/plugin-react](https://togithub.com/vitejs/vite-plugin-react/releases/tag/plugin-react%403.1.0) and [@&#8203;vitejs/plugin-react-swc](https://togithub.com/vitejs/vite-plugin-react-swc/releases/tag/v3.1.0). [@&#8203;vitejs/plugin-react](https://togithub.com/vitejs/plugin-react) 3.1.0 reworks the way HMR is handled fixing many edge cases and [@&#8203;vitejs/plugin-react-swc](https://togithub.com/vitejs/plugin-react-swc) 3.1.0 adds support for SWC plugins. There is also a new major for [@&#8203;vitejs/plugin-legacy](https://togithub.com/vitejs/vite/blob/main/packages/plugin-legacy), see [changelog for v4.0.0](https://togithub.com/vitejs/vite/blob/main/packages/plugin-legacy/CHANGELOG.md#&#8203;400-2023-02-02). This version contains breaking changes: - Support browserslist and update default target ([#&#8203;11318](https://togithub.com/vitejs/vite/pull/11318)). See [updated `targets` default](https://togithub.com/vitejs/vite/tree/main/packages/plugin-legacy#targets). - Bump modern target to support async generator ([#&#8203;11896](https://togithub.com/vitejs/vite/pull/11896)). Learn more at [the browsers support docs](https://togithub.com/vitejs/vite/tree/main/packages/plugin-legacy#browsers-that-supports-esm-but-does-not-support-widely-available-features). ##### Features - feat: add experimental option to skip SSR transform ([#&#8203;11411](https://togithub.com/vitejs/vite/issues/11411)) ([e781ef3](https://togithub.com/vitejs/vite/commit/e781ef3)), closes [#&#8203;11411](https://togithub.com/vitejs/vite/issues/11411) - feat: reproducible manifest ([#&#8203;11542](https://togithub.com/vitejs/vite/issues/11542)) ([efc8979](https://togithub.com/vitejs/vite/commit/efc8979)), closes [#&#8203;11542](https://togithub.com/vitejs/vite/issues/11542) - feat: support BROWSER and BROWSER_ARGS in env file ([#&#8203;11513](https://togithub.com/vitejs/vite/issues/11513)) ([8972868](https://togithub.com/vitejs/vite/commit/8972868)), closes [#&#8203;11513](https://togithub.com/vitejs/vite/issues/11513) - feat(cli): clear console by pressing c ([#&#8203;11493](https://togithub.com/vitejs/vite/issues/11493)) ([#&#8203;11494](https://togithub.com/vitejs/vite/issues/11494)) ([1ae018f](https://togithub.com/vitejs/vite/commit/1ae018f)), closes [#&#8203;11493](https://togithub.com/vitejs/vite/issues/11493) [#&#8203;11494](https://togithub.com/vitejs/vite/issues/11494) - perf(build): disable rollup cache for builds ([#&#8203;11454](https://togithub.com/vitejs/vite/issues/11454)) ([580ba7a](https://togithub.com/vitejs/vite/commit/580ba7a)), closes [#&#8203;11454](https://togithub.com/vitejs/vite/issues/11454) - perf(resolve): improve file existence check ([#&#8203;11436](https://togithub.com/vitejs/vite/issues/11436)) ([4a12b89](https://togithub.com/vitejs/vite/commit/4a12b89)), closes [#&#8203;11436](https://togithub.com/vitejs/vite/issues/11436) ##### Bug Fixes - fix: await bundle closing ([#&#8203;11873](https://togithub.com/vitejs/vite/issues/11873)) ([1e6768d](https://togithub.com/vitejs/vite/commit/1e6768d)), closes [#&#8203;11873](https://togithub.com/vitejs/vite/issues/11873) - fix: make viteMetadata property of RenderedChunk optional ([#&#8203;11768](https://togithub.com/vitejs/vite/issues/11768)) ([128f09e](https://togithub.com/vitejs/vite/commit/128f09e)), closes [#&#8203;11768](https://togithub.com/vitejs/vite/issues/11768) - fix: replace import.meta.hot with undefined in the production ([#&#8203;11317](https://togithub.com/vitejs/vite/issues/11317)) ([73afe6d](https://togithub.com/vitejs/vite/commit/73afe6d)), closes [#&#8203;11317](https://togithub.com/vitejs/vite/issues/11317) - fix: update CJS interop error message ([#&#8203;11842](https://togithub.com/vitejs/vite/issues/11842)) ([356ddfe](https://togithub.com/vitejs/vite/commit/356ddfe)), closes [#&#8203;11842](https://togithub.com/vitejs/vite/issues/11842) - fix(client): serve client sources next to deployed scripts ([#&#8203;11865](https://togithub.com/vitejs/vite/issues/11865)) ([63bd261](https://togithub.com/vitejs/vite/commit/63bd261)), closes [#&#8203;11865](https://togithub.com/vitejs/vite/issues/11865) - fix(deps): update all non-major dependencies ([#&#8203;11846](https://togithub.com/vitejs/vite/issues/11846)) ([5d55083](https://togithub.com/vitejs/vite/commit/5d55083)), closes [#&#8203;11846](https://togithub.com/vitejs/vite/issues/11846) - fix(esbuild): avoid polluting global namespace while minify is false ([#&#8203;11882](https://togithub.com/vitejs/vite/issues/11882)) ([c895379](https://togithub.com/vitejs/vite/commit/c895379)), closes [#&#8203;11882](https://togithub.com/vitejs/vite/issues/11882) - fix: deep resolve side effects when glob does not contain / ([#&#8203;11807](https://togithub.com/vitejs/vite/issues/11807)) ([f3a0c3b](https://togithub.com/vitejs/vite/commit/f3a0c3b)), closes [#&#8203;11807](https://togithub.com/vitejs/vite/issues/11807) - fix: duplicated sourceMappingURL for worker bundles (fix [#&#8203;11601](https://togithub.com/vitejs/vite/issues/11601)) ([#&#8203;11602](https://togithub.com/vitejs/vite/issues/11602)) ([5444781](https://togithub.com/vitejs/vite/commit/5444781)), closes [#&#8203;11601](https://togithub.com/vitejs/vite/issues/11601) [#&#8203;11602](https://togithub.com/vitejs/vite/issues/11602) - fix: emit assets from SSR build ([#&#8203;11430](https://togithub.com/vitejs/vite/issues/11430)) ([ffbdcdb](https://togithub.com/vitejs/vite/commit/ffbdcdb)), closes [#&#8203;11430](https://togithub.com/vitejs/vite/issues/11430) - fix: revert "load sourcemaps alongside modules ([#&#8203;11576](https://togithub.com/vitejs/vite/issues/11576))" ([#&#8203;11775](https://togithub.com/vitejs/vite/issues/11775)) ([697dd00](https://togithub.com/vitejs/vite/commit/697dd00)), closes [#&#8203;11576](https://togithub.com/vitejs/vite/issues/11576) [#&#8203;11775](https://togithub.com/vitejs/vite/issues/11775) - fix: scope tracking for shadowing variables in blocks ([#&#8203;11806](https://togithub.com/vitejs/vite/issues/11806)) ([#&#8203;11811](https://togithub.com/vitejs/vite/issues/11811)) ([568bdab](https://togithub.com/vitejs/vite/commit/568bdab)), closes [#&#8203;11806](https://togithub.com/vitejs/vite/issues/11806) [#&#8203;11811](https://togithub.com/vitejs/vite/issues/11811) - fix(cli): exit 1 on ctrl+c ([#&#8203;11563](https://togithub.com/vitejs/vite/issues/11563)) ([fb77411](https://togithub.com/vitejs/vite/commit/fb77411)), closes [#&#8203;11563](https://togithub.com/vitejs/vite/issues/11563) - fix(css): insert styles in the same position ([#&#8203;11763](https://togithub.com/vitejs/vite/issues/11763)) ([d2f1381](https://togithub.com/vitejs/vite/commit/d2f1381)), closes [#&#8203;11763](https://togithub.com/vitejs/vite/issues/11763) - fix(esbuild): check server before reload tsconfig ([#&#8203;11747](https://togithub.com/vitejs/vite/issues/11747)) ([c56b954](https://togithub.com/vitejs/vite/commit/c56b954)), closes [#&#8203;11747](https://togithub.com/vitejs/vite/issues/11747) - fix(hmr): hmr websocket failure for custom middleware mode with server.hmr.server ([#&#8203;11487](https://togithub.com/vitejs/vite/issues/11487)) ([00919bb](https://togithub.com/vitejs/vite/commit/00919bb)), closes [#&#8203;11487](https://togithub.com/vitejs/vite/issues/11487) - fix(ssr): load sourcemaps alongside modules (fix: [#&#8203;3288](https://togithub.com/vitejs/vite/issues/3288)) ([#&#8203;11576](https://togithub.com/vitejs/vite/issues/11576)) ([dc05e97](https://togithub.com/vitejs/vite/commit/dc05e97)), closes [#&#8203;3288](https://togithub.com/vitejs/vite/issues/3288) [#&#8203;11576](https://togithub.com/vitejs/vite/issues/11576) - refactor: upgrade resolve.exports ([#&#8203;11712](https://togithub.com/vitejs/vite/issues/11712)) ([00a79ec](https://togithub.com/vitejs/vite/commit/00a79ec)), closes [#&#8203;11712](https://togithub.com/vitejs/vite/issues/11712) - fix: remove moment from force interop packages ([#&#8203;11502](https://togithub.com/vitejs/vite/issues/11502)) ([b89ddd6](https://togithub.com/vitejs/vite/commit/b89ddd6)), closes [#&#8203;11502](https://togithub.com/vitejs/vite/issues/11502) - fix(css): fix stale css when reloading with hmr disabled ([#&#8203;10270](https://togithub.com/vitejs/vite/issues/10270)) ([#&#8203;11506](https://togithub.com/vitejs/vite/issues/11506)) ([e5807c4](https://togithub.com/vitejs/vite/commit/e5807c4)), closes [#&#8203;10270](https://togithub.com/vitejs/vite/issues/10270) [#&#8203;11506](https://togithub.com/vitejs/vite/issues/11506) - fix(hmr): base default protocol on client source location ([#&#8203;11497](https://togithub.com/vitejs/vite/issues/11497)) ([167753d](https://togithub.com/vitejs/vite/commit/167753d)), closes [#&#8203;11497](https://togithub.com/vitejs/vite/issues/11497) - fix(metadata): expose viteMetadata type ([#&#8203;11511](https://togithub.com/vitejs/vite/issues/11511)) ([32dee3c](https://togithub.com/vitejs/vite/commit/32dee3c)), closes [#&#8203;11511](https://togithub.com/vitejs/vite/issues/11511) - fix(resolve): ensure exports has precedence over mainFields (cherry pick [#&#8203;11234](https://togithub.com/vitejs/vite/issues/11234)) ([#&#8203;11595](https://togithub.com/vitejs/vite/issues/11595)) ([691e432](https://togithub.com/vitejs/vite/commit/691e432)), closes [#&#8203;11234](https://togithub.com/vitejs/vite/issues/11234) [#&#8203;11595](https://togithub.com/vitejs/vite/issues/11595) - fix(resolve): use only root package.json as exports source ([#&#8203;11259](https://togithub.com/vitejs/vite/issues/11259)) ([b9afa6e](https://togithub.com/vitejs/vite/commit/b9afa6e)), closes [#&#8203;11259](https://togithub.com/vitejs/vite/issues/11259) - refactor(build): close rollup bundle directly ([#&#8203;11460](https://togithub.com/vitejs/vite/issues/11460)) ([a802828](https://togithub.com/vitejs/vite/commit/a802828)), closes [#&#8203;11460](https://togithub.com/vitejs/vite/issues/11460) ##### Previous Changelogs ##### [4.1.0-beta.2](https://togithub.com/vitejs/vite/compare/v4.1.0-beta.1....v4.1.0-beta.2) (2023-02-01) See [4.1.0-beta.2 changelog](https://togithub.com/vitejs/vite/blob/v4.1.0-beta.2/packages/vite/CHANGELOG.md) ##### [4.1.0-beta.1](https://togithub.com/vitejs/vite/compare/v4.1.0-beta.0....v4.1.0-beta.1) (2023-01-26) See [4.1.0-beta.1 changelog](https://togithub.com/vitejs/vite/blob/v4.1.0-beta.1/packages/vite/CHANGELOG.md) ##### [4.1.0-beta.0](https://togithub.com/vitejs/vite/compare/v4.0.3....v4.1.0-beta.0) (2023-01-09) See [4.1.0-beta.0 changelog](https://togithub.com/vitejs/vite/blob/v4.1.0-beta.0/packages/vite/CHANGELOG.md) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/Unleash/unleash). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMzguMyIsInVwZGF0ZWRJblZlciI6IjM0LjEzOC4zIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-16 18:00:26 +01:00
"vite": "4.1.1",
"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.0.5 (#3092) [![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) | [`4.0.3` -> `4.0.5`](https://renovatebot.com/diffs/npm/vite-tsconfig-paths/4.0.3/4.0.5) | [![age](https://badges.renovateapi.com/packages/npm/vite-tsconfig-paths/4.0.5/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/vite-tsconfig-paths/4.0.5/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/vite-tsconfig-paths/4.0.5/compatibility-slim/4.0.3)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/vite-tsconfig-paths/4.0.5/confidence-slim/4.0.3)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>aleclarson/vite-tsconfig-paths</summary> ### [`v4.0.5`](https://togithub.com/aleclarson/vite-tsconfig-paths/compare/v4.0.4...v4.0.5) [Compare Source](https://togithub.com/aleclarson/vite-tsconfig-paths/compare/v4.0.4...v4.0.5) ### [`v4.0.4`](https://togithub.com/aleclarson/vite-tsconfig-paths/compare/v4.0.3...v4.0.4) [Compare Source](https://togithub.com/aleclarson/vite-tsconfig-paths/compare/v4.0.3...v4.0.4) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/Unleash/unleash). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjM0LjEzMC4xIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-13 19:55:35 +01:00
"vite-tsconfig-paths": "4.0.5",
chore(deps): update dependency vitest to v0.27.1 (#2929) [![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.27.0` -> `0.27.1`](https://renovatebot.com/diffs/npm/vitest/0.27.0/0.27.1) | [![age](https://badges.renovateapi.com/packages/npm/vitest/0.27.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/vitest/0.27.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/vitest/0.27.1/compatibility-slim/0.27.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/vitest/0.27.1/confidence-slim/0.27.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>vitest-dev/vitest</summary> ### [`v0.27.1`](https://togithub.com/vitest-dev/vitest/releases/tag/v0.27.1) [Compare Source](https://togithub.com/vitest-dev/vitest/compare/v0.27.0...v0.27.1) #####    🚀 Features - Show error, when process.exit is called  -  by [@&#8203;sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/2643](https://togithub.com/vitest-dev/vitest/issues/2643) [<samp>(866f4)</samp>](https://togithub.com/vitest-dev/vitest/commit/866f4494) - Add more information about unhandler error  -  by [@&#8203;sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/2642](https://togithub.com/vitest-dev/vitest/issues/2642) [<samp>(1ffb0)</samp>](https://togithub.com/vitest-dev/vitest/commit/1ffb0ef5) - Display running processes, if vitest closes with timeout  -  by [@&#8203;sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/2633](https://togithub.com/vitest-dev/vitest/issues/2633) [<samp>(94968)</samp>](https://togithub.com/vitest-dev/vitest/commit/94968a6f) #####    🐞 Bug Fixes - Type issue with spyOn method  -  by [@&#8203;samkevin1](https://togithub.com/samkevin1) in [https://github.com/vitest-dev/vitest/issues/2365](https://togithub.com/vitest-dev/vitest/issues/2365) and [https://github.com/vitest-dev/vitest/issues/2582](https://togithub.com/vitest-dev/vitest/issues/2582) [<samp>(1aaa7)</samp>](https://togithub.com/vitest-dev/vitest/commit/1aaa79d7) - Add missing types in TS project when global is true  -  by [@&#8203;Sneaken](https://togithub.com/Sneaken) in [https://github.com/vitest-dev/vitest/issues/2631](https://togithub.com/vitest-dev/vitest/issues/2631) [<samp>(4745e)</samp>](https://togithub.com/vitest-dev/vitest/commit/4745eaa2) - Always report failed test in junit reporter  -  by [@&#8203;sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/2632](https://togithub.com/vitest-dev/vitest/issues/2632) [<samp>(83da2)</samp>](https://togithub.com/vitest-dev/vitest/commit/83da2ec4) - Change Vite root, if test.root is used  -  by [@&#8203;sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/2637](https://togithub.com/vitest-dev/vitest/issues/2637) [<samp>(efbff)</samp>](https://togithub.com/vitest-dev/vitest/commit/efbff2a2) - Don't use ownKeys, when interoping a module  -  by [@&#8203;sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/2629](https://togithub.com/vitest-dev/vitest/issues/2629) [<samp>(a186a)</samp>](https://togithub.com/vitest-dev/vitest/commit/a186a7e1) - Cut duplicate error in negated toHaveBeenCalled  -  by [@&#8203;richardboehme](https://togithub.com/richardboehme) in [https://github.com/vitest-dev/vitest/issues/2638](https://togithub.com/vitest-dev/vitest/issues/2638) [<samp>(09d62)</samp>](https://togithub.com/vitest-dev/vitest/commit/09d62226) - Always update last HMR ms on a module  -  by [@&#8203;sheremet-va](https://togithub.com/sheremet-va) [<samp>(99676)</samp>](https://togithub.com/vitest-dev/vitest/commit/9967645a) - Terminate workers, when closing process  -  by [@&#8203;sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/2645](https://togithub.com/vitest-dev/vitest/issues/2645) [<samp>(ece43)</samp>](https://togithub.com/vitest-dev/vitest/commit/ece434a3) - **coverage**: - Prevent c8 from crashing on invalid sourcemaps  -  by [@&#8203;AriPerkkio](https://togithub.com/AriPerkkio) in [https://github.com/vitest-dev/vitest/issues/2634](https://togithub.com/vitest-dev/vitest/issues/2634) [<samp>(0163d)</samp>](https://togithub.com/vitest-dev/vitest/commit/0163dc80) - Istanbul provider to use `coverage.extension`  -  by [@&#8203;AriPerkkio](https://togithub.com/AriPerkkio) in [https://github.com/vitest-dev/vitest/issues/2641](https://togithub.com/vitest-dev/vitest/issues/2641) [<samp>(7e388)</samp>](https://togithub.com/vitest-dev/vitest/commit/7e388903) #####     [View changes on GitHub](https://togithub.com/vitest-dev/vitest/compare/v0.27.0...v0.27.1) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/Unleash/unleash). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMDUuNCIsInVwZGF0ZWRJblZlciI6IjM0LjEwNS40In0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-19 07:44:00 +01:00
"vitest": "0.27.1",
add selectable timezone (#2911) Signed-off-by: andreas-unleash <andreas@getunleash.ai> 1st Iteration = Show the user the timezone and UTC offset <!-- Thanks for creating a PR! To make it easier for reviewers and everyone else to understand what your changes relate to, please add some relevant content to the headings below. Feel free to ignore or delete sections that you don't think are relevant. Thank you! ❤️ --> ## About the changes <!-- Describe the changes introduced. What are they and why are they being introduced? Feel free to also add screenshots or steps to view the changes if they're visual. --> <!-- Does it close an issue? Multipl ![Screenshot 2023-01-27 at 09 46 27](https://user-images.githubusercontent.com/104830839/215034585-d6abe3be-7a13-414c-ada4-b06231ab05a7.png) e? --> Closes # [issue 1-568](https://linear.app/unleash/issue/1-568/show-the-timezone-for-the-currenttime-constraint) <!-- (For internal contributors): Does it relate to an issue on public roadmap? --> <!-- Relates to [roadmap](https://github.com/orgs/Unleash/projects/10) item: # --> ### Important files <!-- PRs can contain a lot of changes, but not all changes are equally important. Where should a reviewer start looking to get an overview of the changes? Are any files particularly important? --> ## Discussion points <!-- Anything about the PR you'd like to discuss before it gets merged? Got any questions or doubts? --> --------- Signed-off-by: andreas-unleash <andreas@getunleash.ai> Co-authored-by: Thomas Heartman <thomas@getunleash.ai>
2023-01-30 15:36:42 +01:00
"whatwg-fetch": "3.6.2",
"countries-and-timezones": "^3.4.0",
"date-fns-tz": "^1.3.7"
2017-02-23 22:18:23 +01:00
},
2023-01-05 11:57:53 +01:00
"optionalDependencies": {
"orval": "^6.10.3"
},
"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",
"@xmldom/xmldom": "^0.8.4",
"json5": "^2.2.2",
chore(deps): update dependency @types/react to v17.0.53 (#3083) [![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](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react) ([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped)) | [`17.0.52` -> `17.0.53`](https://renovatebot.com/diffs/npm/@types%2freact/17.0.52/17.0.53) | [![age](https://badges.renovateapi.com/packages/npm/@types%2freact/17.0.53/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@types%2freact/17.0.53/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@types%2freact/17.0.53/compatibility-slim/17.0.52)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@types%2freact/17.0.53/confidence-slim/17.0.52)](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 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:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMjQuMiIsInVwZGF0ZWRJblZlciI6IjM0LjEyNC4yIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-11 10:30:21 +01:00
"@types/react": "17.0.53",
"@types/react-dom": "17.0.18"
},
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",
2023-02-07 11:20:44 +01:00
"import/no-anonymous-default-export": "off",
"react-hooks/exhaustive-deps": "off"
},
"ignorePatterns": [
"cypress"
]
}
2016-11-10 14:26:24 +01:00
}