CodeTanzania / emis-web

A collaboration platform that facilitates communication, planning and actions for disaster management.
MIT License
26 stars 9 forks source link

Update dependency react-scripts to v3.2.0 #366

Closed renovate[bot] closed 4 years ago

renovate[bot] commented 4 years ago

This PR contains the following updates:

Package Type Update Change
react-scripts devDependencies minor 3.1.2 -> 3.2.0

Release Notes

facebook/create-react-app ### [`v3.2.0`](https://togithub.com/facebook/create-react-app/blob/master/CHANGELOG.md#​320-2019-10-03) [Compare Source](https://togithub.com/facebook/create-react-app/compare/v3.1.2...v3.2.0) v3.2.0 is a minor release that adds support for production profiling and ignoring TypeScript type errors to make migrating JavaScript projects to TypeScript easier. It also includes other minor bug fixes and documentation updates. ##### :rocket: New Feature - `react-scripts` - [#​7737](https://togithub.com/facebook/create-react-app/pull/7737) Support production profiling with React Developer Tools ([@​JacobMGEvans](https://togithub.com/JacobMGEvans)) - `react-dev-utils`, `react-scripts` - [#​6931](https://togithub.com/facebook/create-react-app/pull/6931) Adds TSC_COMPILE_ON_ERROR env var... ([@​kylebebak](https://togithub.com/kylebebak)) ##### :bug: Bug Fix - `react-scripts` - [#​7754](https://togithub.com/facebook/create-react-app/pull/7754) Fix linting error when using rest props ([@​alexandrtovmach](https://togithub.com/alexandrtovmach)) - `react-app-polyfill` - [#​7205](https://togithub.com/facebook/create-react-app/pull/7205) Guard polyfills against window possibly being undefined ([@​jxom](https://togithub.com/jxom)) ##### :nail_care: Enhancement - `react-scripts` - [#​7687](https://togithub.com/facebook/create-react-app/pull/7687) Use installing package manager in README ([@​ashr81](https://togithub.com/ashr81)) - [#​7755](https://togithub.com/facebook/create-react-app/pull/7755) Support setting baseUrl to root directory ([@​rovansteen](https://togithub.com/rovansteen)) - [#​7530](https://togithub.com/facebook/create-react-app/pull/7530) only load eslint config when EXTEND_ESLINT environment variable is specified/ do not swallow eslint config errors ([@​n1ru4l](https://togithub.com/n1ru4l)) - [#​7742](https://togithub.com/facebook/create-react-app/pull/7742) set output.globalObject to 'this' ([@​kentcdodds](https://togithub.com/kentcdodds)) - [#​7721](https://togithub.com/facebook/create-react-app/pull/7721) Add "entrypoints" key to asset manifest ([@​samuelmeuli](https://togithub.com/samuelmeuli)) - [#​7562](https://togithub.com/facebook/create-react-app/pull/7562) enable .eslintignore again ([@​igtm](https://togithub.com/igtm)) - `react-dev-utils` - [#​6980](https://togithub.com/facebook/create-react-app/pull/6980) Stop hiding the column number of ESLint errors ([@​justingrant](https://togithub.com/justingrant)) ##### :memo: Documentation - [#​7302](https://togithub.com/facebook/create-react-app/pull/7302) docs: note that 2 to 3 migration may require deletion of node_modules ([@​kimpers](https://togithub.com/kimpers)) - [#​7757](https://togithub.com/facebook/create-react-app/pull/7757) Documentation typo fix: accessbile→accessible ([@​tomer](https://togithub.com/tomer)) - [#​7601](https://togithub.com/facebook/create-react-app/pull/7601) [Documentation] Updated list of supported Jest config overrides ([@​neilbryson](https://togithub.com/neilbryson)) - [#​7705](https://togithub.com/facebook/create-react-app/pull/7705) Update runtime chunk name separator in docs ([@​samuelmeuli](https://togithub.com/samuelmeuli)) ##### :house: Internal - `react-scripts` - [#​7752](https://togithub.com/facebook/create-react-app/pull/7752) Fix wrong letter casing ([@​lewislbr](https://togithub.com/lewislbr)) - `react-dev-utils`, `react-scripts` - [#​7707](https://togithub.com/facebook/create-react-app/pull/7707) Remove 'shortcut' link type before 'icon' ([@​lewislbr](https://togithub.com/lewislbr)) ##### :hammer: Underlying Tools - `react-scripts` - [#​7729](https://togithub.com/facebook/create-react-app/pull/7729) Remove switch case ([@​andrelmlins](https://togithub.com/andrelmlins)) ##### Committers: 19 - Alexandr Tovmach ([@​alexandrtovmach](https://togithub.com/alexandrtovmach)) - André Lins ([@​andrelmlins](https://togithub.com/andrelmlins)) - Ashrith Reddy ([@​ashr81](https://togithub.com/ashr81)) - Federico Zivolo ([@​FezVrasta](https://togithub.com/FezVrasta)) - Iguchi Tomokatsu ([@​igtm](https://togithub.com/igtm)) - Jacob M-G Evans ([@​JacobMGEvans](https://togithub.com/JacobMGEvans)) - Jake Moxey ([@​jxom](https://togithub.com/jxom)) - Justin Grant ([@​justingrant](https://togithub.com/justingrant)) - Kent C. Dodds ([@​kentcdodds](https://togithub.com/kentcdodds)) - Kim Persson ([@​kimpers](https://togithub.com/kimpers)) - Kyle Bebak ([@​kylebebak](https://togithub.com/kylebebak)) - Laurin Quast ([@​n1ru4l](https://togithub.com/n1ru4l)) - Lewis Llobera ([@​lewislbr](https://togithub.com/lewislbr)) - Rakan Nimer ([@​rakannimer](https://togithub.com/rakannimer)) - Reece Dunham ([@​RDIL](https://togithub.com/RDIL)) - Robert van Steen ([@​rovansteen](https://togithub.com/rovansteen)) - Samuel Meuli ([@​samuelmeuli](https://togithub.com/samuelmeuli)) - Tomer Cohen ([@​tomer](https://togithub.com/tomer)) - neilbryson ([@​neilbryson](https://togithub.com/neilbryson)) ##### Migrating from 3.1.2 to 3.2.0 Inside any created project that has not been ejected, run: ```sh npm install --save --save-exact react-scripts@3.2.0 ``` or ```sh yarn add --exact react-scripts@3.2.0 ```

Renovate configuration

:date: Schedule: At any time (no schedule defined).

:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.

:recycle: Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

:no_bell: Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Renovate Bot. View repository job log here.