afwss / rover-ui

A library of UI components for Cision
https://cision.github.io/rover-ui
MIT License
0 stars 0 forks source link

Update dependency react-scripts to v4 - autoclosed #44

Closed mend-for-github-com[bot] closed 2 years ago

mend-for-github-com[bot] commented 2 years ago

This PR contains the following updates:

Package Type Update Change
react-scripts devDependencies major ^3.4.1 -> ^4.0.0

By merging this PR, the below issues will be automatically resolved and closed:

Severity CVSS Score CVE GitHub Issue
Medium 5.3 CVE-2021-23382 #33
Medium 5.6 CVE-2021-24033 #34
Medium 5.3 CVE-2021-23368 #37
High 9.8 CVE-2021-3918 #38

Release Notes

facebook/create-react-app ### [`v4.0.1`](https://togithub.com/facebook/create-react-app/blob/master/CHANGELOG.md#Migrating-from-401-to-402) [Compare Source](https://togithub.com/facebook/create-react-app/compare/v4.0.0...v4.0.1) Inside any created project that has not been ejected, run: ```bash npm install --save --save-exact react-scripts@4.0.2 ``` or yarn add --exact react-scripts@4.0.2 #### 4.0.1 (2020-11-23) v4.0.1 is a maintenance release that includes minor bug fixes and documentation updates. ##### :bug: Bug Fix - `react-scripts` - [#​9921](https://togithub.com/facebook/create-react-app/pull/9921) Fix noFallthroughCasesInSwitch/jsx object is not extensible ([@​ryota-murakami](https://togithub.com/ryota-murakami)) - [#​9869](https://togithub.com/facebook/create-react-app/pull/9869) Fix react-jsx error ([@​benneq](https://togithub.com/benneq)) - [#​9885](https://togithub.com/facebook/create-react-app/pull/9885) fix: `React is not defined` compilation error after ejected ([@​n3tr](https://togithub.com/n3tr)) - [#​9911](https://togithub.com/facebook/create-react-app/pull/9911) fix: slow recompile time ([@​FezVrasta](https://togithub.com/FezVrasta)) - `react-dev-utils` - [#​9884](https://togithub.com/facebook/create-react-app/pull/9884) fix: page doesn't get refreshed when FAST_REFRESH=false ([@​n3tr](https://togithub.com/n3tr)) ##### :nail_care: Enhancement - `react-scripts` - [#​10048](https://togithub.com/facebook/create-react-app/pull/10048) Increase Workbox's maximumFileSizeToCacheInBytes ([@​jeffposnick](https://togithub.com/jeffposnick)) ##### :memo: Documentation - [#​10052](https://togithub.com/facebook/create-react-app/pull/10052) docs: add React Testing Library as a library requiring jsdom ([@​anyulled](https://togithub.com/anyulled)) ##### :house: Internal - `create-react-app`, `react-dev-utils`, `react-scripts` - [#​10083](https://togithub.com/facebook/create-react-app/pull/10083) replace inquirer with prompts ([@​EvanBacon](https://togithub.com/EvanBacon)) - `cra-template-typescript`, `cra-template`, `react-scripts` - [#​9516](https://togithub.com/facebook/create-react-app/pull/9516) \[ImgBot] Optimize images ([@​MichaelDeBoey](https://togithub.com/MichaelDeBoey)) - Other - [#​9860](https://togithub.com/facebook/create-react-app/pull/9860) chore: Update .prettierrc ([@​MichaelDeBoey](https://togithub.com/MichaelDeBoey)) ##### Committers: 9 - Anyul Rivas ([@​anyulled](https://togithub.com/anyulled)) - Ben M ([@​benneq](https://togithub.com/benneq)) - Evan Bacon ([@​EvanBacon](https://togithub.com/EvanBacon)) - Federico Zivolo ([@​FezVrasta](https://togithub.com/FezVrasta)) - Jeffrey Posnick ([@​jeffposnick](https://togithub.com/jeffposnick)) - Jirat Ki. ([@​n3tr](https://togithub.com/n3tr)) - Michaël De Boey ([@​MichaelDeBoey](https://togithub.com/MichaelDeBoey)) - Ryota Murakami ([@​ryota-murakami](https://togithub.com/ryota-murakami)) - sho90 ([@​sho-t](https://togithub.com/sho-t)) ### [`v4.0.0`](https://togithub.com/facebook/create-react-app/blob/master/CHANGELOG.md#Migrating-from-400-to-401) [Compare Source](https://togithub.com/facebook/create-react-app/compare/v3.4.4...v4.0.0) Inside any created project that has not been ejected, run: ```bash npm install --save --save-exact react-scripts@4.0.1 ``` or yarn add --exact react-scripts@4.0.1 #### 4.0.0 (2020-10-23) Create React App 4.0 is a major release with several new features, including support for Fast Refresh! Thanks to all the maintainers and contributors who worked so hard on this release! :raised_hands: