Luchanso / new-year-chain

Blockchain for your new year resolution
1 stars 0 forks source link

fix(deps): update dependency react-scripts to v3 #40

Open renovate[bot] opened 5 years ago

renovate[bot] commented 5 years ago

This PR contains the following updates:

Package Type Update Change
react-scripts dependencies major 2.1.3 -> 3.0.1

Release Notes

facebook/create-react-app ### [`v3.0.1`](https://togithub.com/facebook/create-react-app/blob/master/CHANGELOG.md#​301-2019-05-08) [Compare Source](https://togithub.com/facebook/create-react-app/compare/v3.0.0...v3.0.1) v3.0.1 is a maintenance release that adjusts some ESLint rules for TypeScript along with other minor bug fixes and documentation updates. ##### :boom: Breaking Change - `babel-preset-react-app` - [#​6887](https://togithub.com/facebook/create-react-app/pull/6887) Update dependencies of Babel preset with recent changes ([@​skoging](https://togithub.com/skoging)) ##### :bug: Bug Fix - `react-error-overlay`, `react-scripts` - [#​7007](https://togithub.com/facebook/create-react-app/pull/7007) Unpin `babel-jest` ([@​ianschmitz](https://togithub.com/ianschmitz)) - [#​7002](https://togithub.com/facebook/create-react-app/pull/7002) Temporary fix for `babel-jest` preflight error ([@​ianschmitz](https://togithub.com/ianschmitz)) - `eslint-config-react-app` - [#​6987](https://togithub.com/facebook/create-react-app/pull/6987) Disable `no-dupe-class-members` rule for TypeScript ([@​ianschmitz](https://togithub.com/ianschmitz)) - [#​6862](https://togithub.com/facebook/create-react-app/pull/6862) Fix `no-useless-constructor` rule in TypeScript ([@​ianschmitz](https://togithub.com/ianschmitz)) - `eslint-config-react-app`, `react-scripts` - [#​6937](https://togithub.com/facebook/create-react-app/pull/6937) Disable `default-case` lint rule for TypeScript ([@​ianschmitz](https://togithub.com/ianschmitz)) - `react-dev-utils` - [#​6876](https://togithub.com/facebook/create-react-app/pull/6876) Change cssmodule classname hash to use relative paths ([@​vg-stan](https://togithub.com/vg-stan)) ##### :nail_care: Enhancement - `react-dev-utils`, `react-scripts` - [#​6856](https://togithub.com/facebook/create-react-app/pull/6856) Adds the configuration for PnP/Typescript ([@​arcanis](https://togithub.com/arcanis)) - `babel-preset-react-app` - [#​6887](https://togithub.com/facebook/create-react-app/pull/6887) Update dependencies of Babel preset with recent changes ([@​skoging](https://togithub.com/skoging)) - `react-scripts` - [#​6706](https://togithub.com/facebook/create-react-app/pull/6706) Generate SVG component name in Jest fileTransform ([@​dallonf](https://togithub.com/dallonf)) - [#​6300](https://togithub.com/facebook/create-react-app/pull/6300) Remove body padding reset from templates ([@​Hurtak](https://togithub.com/Hurtak)) ##### :memo: Documentation - Other - [#​6979](https://togithub.com/facebook/create-react-app/pull/6979) Add note to restart the dev server after changing .env file ([@​MostafaNawara](https://togithub.com/MostafaNawara)) - [#​6945](https://togithub.com/facebook/create-react-app/pull/6945) Add clarifying note to TypeScript docs warning about global install of CRA ([@​methodbox](https://togithub.com/methodbox)) - [#​6898](https://togithub.com/facebook/create-react-app/pull/6898) Update GraphQL docs ([@​nagman](https://togithub.com/nagman)) - [#​6810](https://togithub.com/facebook/create-react-app/pull/6810) Call to action button now reacts to being hovered ([@​joerez](https://togithub.com/joerez)) - [#​6881](https://togithub.com/facebook/create-react-app/pull/6881) Fix typo in deployment docs ([@​david-cho-lerat-HL2](https://togithub.com/david-cho-lerat-HL2)) - `react-app-polyfill` - [#​6879](https://togithub.com/facebook/create-react-app/pull/6879) Update README.md ([@​david-cho-lerat-HL2](https://togithub.com/david-cho-lerat-HL2)) ##### :house: Internal - `react-scripts` - [#​6854](https://togithub.com/facebook/create-react-app/pull/6854) Remove `Object.assign` from `MiniCssExtractPlugin` options ([@​swashcap](https://togithub.com/swashcap)) ##### Committers: 12 - Chris Shaffer ([@​methodbox](https://togithub.com/methodbox)) - Cory Reed ([@​swashcap](https://togithub.com/swashcap)) - Dallon Feldner ([@​dallonf](https://togithub.com/dallonf)) - David Cho-Lerat ([@​david-cho-lerat-HL2](https://togithub.com/david-cho-lerat-HL2)) - Ian Schmitz ([@​ianschmitz](https://togithub.com/ianschmitz)) - Joe Rezendes ([@​joerez](https://togithub.com/joerez)) - Maël Nison ([@​arcanis](https://togithub.com/arcanis)) - Mostafa Nawara ([@​MostafaNawara](https://togithub.com/MostafaNawara)) - Petr Huřťák ([@​Hurtak](https://togithub.com/Hurtak)) - Tore Hammervoll ([@​skoging](https://togithub.com/skoging)) - [@​nagman](https://togithub.com/nagman) - [@​vg-stan](https://togithub.com/vg-stan) ##### Migrating from 3.0.0 to 3.0.1 Inside any created project that has not been ejected, run: ```sh npm install --save --save-exact react-scripts@3.0.1 ``` or ```sh yarn add --exact react-scripts@3.0.1 ``` ### [`v3.0.0`](https://togithub.com/facebook/create-react-app/blob/master/CHANGELOG.md#Migrating-from-21x-to-300) [Compare Source](https://togithub.com/facebook/create-react-app/compare/v2.1.8...v3.0.0) Inside any created project that has not been ejected, run: ```bash npm install --save --save-exact react-scripts@3.0.0 ``` or yarn add --exact react-scripts@3.0.0 If you previously ejected but now want to upgrade, one common solution is to find the commits where you ejected (and any subsequent commits changing the configuration), revert them, upgrade, and later optionally eject again. It’s also possible that the feature you ejected for is now supported out of the box. #### Breaking Changes Like any major release, `react-scripts@3.0.0` contains a few breaking changes. We expect that they won't affect every user, but we recommend you look over this section to see if something is relevant to you. If we missed something, please file a new issue. ##### Jest 24 We've updated from Jest 23 to get the latest improvements in Jest 24. We've noticed some differences in snapshot serialization in Jest 24, so you may need to adjust your tests slightly once you update. You can read more about what's changed in the [Jest 24 blog post](https://jestjs.io/blog/2019/01/25/jest-24-refreshing-polished-typescript-friendly). ##### Hooks support We now enforce [Rules of Hooks](https://reactjs.org/docs/hooks-rules.html) with `eslint-plugin-react-hooks`. If you are breaking any of the rules of Hooks this will cause your build to fail. ##### TypeScript linting We now lint TypeScript files. You can see the list of [rules we enforce](https://togithub.com/facebook/create-react-app/blob/eee8491d57d67dd76f0806a7512eaba2ce9c36f0/packages/eslint-config-react-app/index.js#L89:L98) to check if your project is compatible. If you're using Visual Studio Code you can follow our guide to [setup up your editor to display lint warnings](https://facebook.github.io/create-react-app/docs/setting-up-your-editor#displaying-lint-output-in-the-editor). ##### `browserslist` support in [@​babel/preset-env](https://togithub.com/babel/preset-env) The `browserslist` config in your `package.json` is now used to control the output of your JavaScript files. You can use separate configuration for `development` and `production`. See [here](https://togithub.com/facebook/create-react-app/blob/b0cbf2caa18ee8267855b14578ebc3dee826f552/packages/react-scripts/package.json#L83-L94) for a good starting point which gives a good development experience, especially when using language features such as async/await, but still provides high compatibility with many browsers in production ##### Remove --no-watch flag We've removed the `--no-watch` flag from the `start` script in favor of Jest's own `--watchAll=false`. ##### New structure in `asset-manifest.json` All asset paths have been moved under the `files` key in `asset-manifest.json`. #### New Features ##### using `jsconfig.json`/`tsconfig.json` We now support setting `baseUrl` in `jsconfig.json` and `tsconfig.json`. To configure `baseUrl` to point to the `src` directory in your JavaScript project, create a `jsconfig.json` file in your project root: ```json { "compilerOptions": { "baseUrl": "src" }, "include": ["src"] } ``` If you have a TypeScript project you can configure `baseUrl` the same way in your `tsconfig.json`. Currently the only supported options for `baseUrl` are `node_modules` (the default) and `src`. ##### PostCSS Normalize You can now include a version of Normalize.css in your project that will use your `browserslist` setting to generate the appropriate styles for your target browsers. To include it simply add `@import-normalize` at the top of one of your CSS files. ### [`v2.1.8`](https://togithub.com/facebook/create-react-app/releases/v2.1.8) [Compare Source](https://togithub.com/facebook/create-react-app/compare/v2.1.7...v2.1.8) #### 2.1.8 (March 7, 2019) v2.1.8 is a maintenance release that reapplies the TypeScript speed improvements ([#​6406](https://togithub.com/facebook/create-react-app/pull/6406)) in a new major version of `react-dev-utils`. ##### Migrating from 2.1.7 to 2.1.8 Inside any created project that has not been ejected, run: ```sh npm install --save --save-exact react-scripts@2.1.8 ``` or ```sh yarn add --exact react-scripts@2.1.8 ``` ### [`v2.1.7`](https://togithub.com/facebook/create-react-app/releases/v2.1.7) [Compare Source](https://togithub.com/facebook/create-react-app/compare/v2.1.6...v2.1.7) #### 2.1.7 (March 7, 2019) v2.1.7 is a maintenance release that temporarily reverts the TypeScript speed improvements ([#​6406](https://togithub.com/facebook/create-react-app/pull/6406)) to fix a dependency issue in `react-dev-utils`. ##### Migrating from 2.1.6 to 2.1.7 Inside any created project that has not been ejected, run: ```sh npm install --save --save-exact react-scripts@2.1.7 ``` or ```sh yarn add --exact react-scripts@2.1.7 ``` ### [`v2.1.6`](https://togithub.com/facebook/create-react-app/releases/v2.1.6) [Compare Source](https://togithub.com/facebook/create-react-app/compare/v2.1.5...v2.1.6) #### 2.1.6 (March 6, 2019) v2.1.6 is a maintenance release that brings a few new improvements, most notably: - :rocket: Reduced TypeScript rebuild times while running the development server. This was previously introduced in v2.1.4 but had to be reverted. Thanks to [@​ianschmitz](https://togithub.com/ianschmitz) for getting this ready. ##### :bug: Bug Fix - `react-dev-utils` - [#​6511](https://togithub.com/facebook/create-react-app/pull/6511) Fix deploy instructions to make link clickable. ([@​sbimochan](https://togithub.com/sbimochan)) - `react-scripts` - [#​6472](https://togithub.com/facebook/create-react-app/pull/6472) Revert CSS sourcemaps in development. ([@​bugzpodder](https://togithub.com/bugzpodder)) - [#​6444](https://togithub.com/facebook/create-react-app/pull/6444) Revert "Switch to eval-source-map ([#​5060](https://togithub.com/facebook/create-react-app/issues/5060))". ([@​ianschmitz](https://togithub.com/ianschmitz)) ##### :nail_care: Enhancement - `react-dev-utils`, `react-scripts` - [#​6406](https://togithub.com/facebook/create-react-app/pull/6406) Speed up TypeScript rebuild times in development. ([@​ianschmitz](https://togithub.com/ianschmitz)) - `create-react-app` - [#​6253](https://togithub.com/facebook/create-react-app/pull/6253) Only use `yarn.lock.cached` if using the default Yarn registry. ([@​hangryCat](https://togithub.com/hangryCat)) - `react-scripts` - [#​5457](https://togithub.com/facebook/create-react-app/pull/5457) Add forward ref to React SVG Component. ([@​GasimGasimzada](https://togithub.com/GasimGasimzada)) ##### :memo: Documentation - `babel-preset-react-app` - [#​6254](https://togithub.com/facebook/create-react-app/pull/6254) Improve Flow and TypeScript usage docs. ([@​saranshkataria](https://togithub.com/saranshkataria)) - `babel-preset-react-app`, `confusing-browser-globals`, `react-app-polyfill` - [#​6419](https://togithub.com/facebook/create-react-app/pull/6419) Improve language used in markdown code blocks. ([@​cherouvim](https://togithub.com/cherouvim)) - `create-react-app` - [#​6481](https://togithub.com/facebook/create-react-app/pull/6481) Fix typo. ([@​adyouri](https://togithub.com/adyouri)) - `react-dev-utils` - [#​6482](https://togithub.com/facebook/create-react-app/pull/6482) Fix typo. ([@​mattfwood](https://togithub.com/mattfwood)) - Other - [#​6438](https://togithub.com/facebook/create-react-app/pull/6438) Update `source-map-explorer` docs to analyze all chunks. ([@​Kamahl19](https://togithub.com/Kamahl19)) - [#​6454](https://togithub.com/facebook/create-react-app/pull/6454) Fix typo. ([@​DenrizSusam](https://togithub.com/DenrizSusam)) - [#​5767](https://togithub.com/facebook/create-react-app/pull/5767) Add information about using custom registries in e2e testing [#​4488](https://togithub.com/facebook/create-react-app/issues/4488). ([@​juanpicado](https://togithub.com/juanpicado)) - `react-dev-utils`, `react-scripts` - [#​6239](https://togithub.com/facebook/create-react-app/pull/6239) Convert all bit.ly links from http to https. ([@​leighhalliday](https://togithub.com/leighhalliday)) ##### :house: Internal - [#​6493](https://togithub.com/facebook/create-react-app/pull/6493) Remove AppVeyor config files. ([@​iansu](https://togithub.com/iansu)) - [#​6474](https://togithub.com/facebook/create-react-app/pull/6474) Remove latest Node version from Travis config. ([@​iansu](https://togithub.com/iansu)) ##### :hammer: Underlying Tools - `react-scripts` - [#​6387](https://togithub.com/facebook/create-react-app/pull/6387) Use contenthash instead of chunkhash for better long-term caching. ([@​ianschmitz](https://togithub.com/ianschmitz)) - Other - [#​6365](https://togithub.com/facebook/create-react-app/pull/6365) Upgrade Docusaurus and enable new features. ([@​yangshun](https://togithub.com/yangshun)) ##### Committers: 15 - Abdelhadi Dyouri ([adyouri](https://togithub.com/adyouri)) - Bimochan Shrestha ([sbimochan](https://togithub.com/sbimochan)) - Deniz Susman ([DenrizSusam](https://togithub.com/DenrizSusam)) - Gasim Gasimzada ([GasimGasimzada](https://togithub.com/GasimGasimzada)) - Ian Schmitz ([ianschmitz](https://togithub.com/ianschmitz)) - Ian Sutherland ([iansu](https://togithub.com/iansu)) - Ioannis Cherouvim ([cherouvim](https://togithub.com/cherouvim)) - Jack Zhao ([bugzpodder](https://togithub.com/bugzpodder)) - Juan Picado [@​jotadeveloper](https://togithub.com/jotadeveloper) ([juanpicado](https://togithub.com/juanpicado)) - Leigh Halliday ([leighhalliday](https://togithub.com/leighhalliday)) - Martin Litvaj ([Kamahl19](https://togithub.com/Kamahl19)) - Matt Wood ([mattfwood](https://togithub.com/mattfwood)) - Meo H. ([hangryCat](https://togithub.com/hangryCat)) - Saransh Kataria ([saranshkataria](https://togithub.com/saranshkataria)) - Yangshun Tay ([yangshun](https://togithub.com/yangshun)) ##### Migrating from 2.1.5 to 2.1.6 Inside any created project that has not been ejected, run: ```sh npm install --save --save-exact react-scripts@2.1.6 ``` or ```sh yarn add --exact react-scripts@2.1.6 ``` ### [`v2.1.5`](https://togithub.com/facebook/create-react-app/releases/v2.1.5) [Compare Source](https://togithub.com/facebook/create-react-app/compare/v2.1.4...v2.1.5) #### 2.1.5 (February 11, 2019) v2.1.5 is a maintenance release that reverts the TypeScript speed improvements ([#​5903](https://togithub.com/facebook/create-react-app/pull/5903)) to fix a dependency issue in `react-dev-utils`. ##### Migrating from 2.1.4 to 2.1.5 Inside any created project that has not been ejected, run: ```bash npm install --save --save-exact react-scripts@2.1.5 ``` or yarn add --exact react-scripts@2.1.5 ### [`v2.1.4`](https://togithub.com/facebook/create-react-app/releases/v2.1.4) [Compare Source](https://togithub.com/facebook/create-react-app/compare/v2.1.3...v2.1.4) #### 2.1.4 (February 10, 2019) v2.1.4 is a maintenance release that brings a number of awesome improvements. A few notable ones include: - :rocket: Reduced TypeScript rebuild times while running the development server. TypeScript is now blazing fast! Special thanks to [@​deftomat](https://togithub.com/deftomat) and [@​johnnyreilly](https://togithub.com/johnnyreilly) and the other contributors for their hard work on this. ([#​5903](https://togithub.com/facebook/create-react-app/pull/5903)) - Jest [type ahead support](https://togithub.com/jest-community/jest-watch-typeahead) which provides a much nicer experience when filtering your tests using the Jest CLI ([#​5213](https://togithub.com/facebook/create-react-app/pull/5213)) - And many more improvements! ##### :bug: Bug Fix - `react-scripts` - [#​6364](https://togithub.com/facebook/create-react-app/pull/6364) Use semicolons in the ProcessEnv interface. ([@​DominikPalo](https://togithub.com/DominikPalo)) - [#​6276](https://togithub.com/facebook/create-react-app/pull/6276) Prevent cursor events on app-logo svg. ([@​kostadriano](https://togithub.com/kostadriano)) ##### :nail_care: Enhancement - `react-scripts` - [#​5213](https://togithub.com/facebook/create-react-app/pull/5213) Add Jest typeahead plugin. ([@​gaearon](https://togithub.com/gaearon)) - [#​5713](https://togithub.com/facebook/create-react-app/pull/5713) Sass source map for dev. ([@​zhuoli99](https://togithub.com/zhuoli99)) - [#​6285](https://togithub.com/facebook/create-react-app/pull/6285) Allow react-scripts test --no-watch. ([@​ricokahler](https://togithub.com/ricokahler)) - [#​5060](https://togithub.com/facebook/create-react-app/pull/5060) Enable eval-source-map for firefox. ([@​jasonLaster](https://togithub.com/jasonLaster)) - `react-dev-utils`, `react-scripts` - [#​5903](https://togithub.com/facebook/create-react-app/pull/5903) Speed up TypeScript projects. ([@​deftomat](https://togithub.com/deftomat)) ##### :memo: Documentation - Other - [#​6383](https://togithub.com/facebook/create-react-app/pull/6383) Update docs links to prefer HTTPS for supported domains. ([@​ianschmitz](https://togithub.com/ianschmitz)) - [#​6062](https://togithub.com/facebook/create-react-app/pull/6062) [docs] Warn/clarify that env vars are NOT "SECRET". ([@​JBallin](https://togithub.com/JBallin)) - [#​6359](https://togithub.com/facebook/create-react-app/pull/6359) Update ZEIT Now deployment instructions. ([@​timothyis](https://togithub.com/timothyis)) - [#​6346](https://togithub.com/facebook/create-react-app/pull/6346) Minor issue in README.md. ([@​nathanlschneider](https://togithub.com/nathanlschneider)) - [#​6331](https://togithub.com/facebook/create-react-app/pull/6331) Update docs to document `--no-watch`. ([@​ricokahler](https://togithub.com/ricokahler)) - [#​6229](https://togithub.com/facebook/create-react-app/pull/6229) Update `serve` port flag and add example. ([@​lyzhovnik](https://togithub.com/lyzhovnik)) - [#​6190](https://togithub.com/facebook/create-react-app/pull/6190) Updating updating-to-new-releases.md for users who installed CRA globally. ([@​carpben](https://togithub.com/carpben)) - [#​6095](https://togithub.com/facebook/create-react-app/pull/6095) Changes to steps for publishing GitHub User Page. ([@​StevenTan](https://togithub.com/StevenTan)) - [#​6157](https://togithub.com/facebook/create-react-app/pull/6157) Add note for global install of CLI. ([@​ianschmitz](https://togithub.com/ianschmitz)) - [#​6149](https://togithub.com/facebook/create-react-app/pull/6149) update link for difference between proposal stages. ([@​loveky](https://togithub.com/loveky)) - [#​6141](https://togithub.com/facebook/create-react-app/pull/6141) Remove extra table cell. ([@​yangshun](https://togithub.com/yangshun)) - `react-scripts` - [#​6355](https://togithub.com/facebook/create-react-app/pull/6355) Make manifest.json description more generic. ([@​chrisself](https://togithub.com/chrisself)) ##### :house: Internal - Other - [#​6050](https://togithub.com/facebook/create-react-app/pull/6050) Fix e2e:docker failure with "access denied". ([@​jamesknelson](https://togithub.com/jamesknelson)) - [#​6179](https://togithub.com/facebook/create-react-app/pull/6179) Update local-test.sh to return test exit code. ([@​dallonf](https://togithub.com/dallonf)) - [#​6165](https://togithub.com/facebook/create-react-app/pull/6165) Fix CI builds. ([@​ianschmitz](https://togithub.com/ianschmitz)) - `react-scripts` - [#​5798](https://togithub.com/facebook/create-react-app/pull/5798) Added `module` to ignored node modules list. ([@​dotansimha](https://togithub.com/dotansimha)) - [#​6022](https://togithub.com/facebook/create-react-app/pull/6022) TypeScript detection filtering 'node_modules'.. ([@​holloway](https://togithub.com/holloway)) - `react-dev-utils`, `react-scripts` - [#​6150](https://togithub.com/facebook/create-react-app/pull/6150) dependencies: move chalk to react-dev-utils. ([@​otaviopace](https://togithub.com/otaviopace)) - `babel-plugin-named-asset-import`, `react-scripts` - [#​5816](https://togithub.com/facebook/create-react-app/pull/5816) Upgrade [@​svgr/webpack](https://togithub.com/svgr/webpack) to 4.1.0. ([@​alaycock](https://togithub.com/alaycock)) - `react-dev-utils` - [#​6162](https://togithub.com/facebook/create-react-app/pull/6162) Update react-dev-util globby dependency to v8.0.2. ([@​davidlukerice](https://togithub.com/davidlukerice)) - `babel-preset-react-app`, `react-app-polyfill`, `react-dev-utils`, `react-error-overlay`, `react-scripts` - [#​6137](https://togithub.com/facebook/create-react-app/pull/6137) Fix CI and upgrade dependencies. ([@​Timer](https://togithub.com/Timer)) ##### :hammer: Underlying Tools - `babel-preset-react-app`, `react-app-polyfill`, `react-dev-utils`, `react-scripts` - [#​6393](https://togithub.com/facebook/create-react-app/pull/6393) Upgrade dependencies. ([@​ianschmitz](https://togithub.com/ianschmitz)) - `babel-preset-react-app` - [#​6307](https://togithub.com/facebook/create-react-app/pull/6307) Update babel-plugin-macros 2.4.4 -> 2.4.5. ([@​maniax89](https://togithub.com/maniax89)) - `eslint-config-react-app`, `react-scripts` - [#​6132](https://togithub.com/facebook/create-react-app/pull/6132) Bump eslint-plugin-react version and update webpack config. ([@​ianschmitz](https://togithub.com/ianschmitz)) ##### Committers: 29 - Adam Laycock ([alaycock](https://togithub.com/alaycock)) - Adriano Costa ([kostadriano](https://togithub.com/kostadriano)) - Andrew Turgeon ([maniax89](https://togithub.com/maniax89)) - Ben Carp ([carpben](https://togithub.com/carpben)) - Charles Pritchard ([Downchuck](https://togithub.com/Downchuck)) - Chris Self ([chrisself](https://togithub.com/chrisself)) - Dallon Feldner ([dallonf](https://togithub.com/dallonf)) - Dan Abramov ([gaearon](https://togithub.com/gaearon)) - David Rice ([davidlukerice](https://togithub.com/davidlukerice)) - Dominik Palo ([DominikPalo](https://togithub.com/DominikPalo)) - Dotan Simha ([dotansimha](https://togithub.com/dotansimha)) - Ian Schmitz ([ianschmitz](https://togithub.com/ianschmitz)) - JBallin ([JBallin](https://togithub.com/JBallin)) - James George ([jamesgeorge007](https://togithub.com/jamesgeorge007)) - James K Nelson ([jamesknelson](https://togithub.com/jamesknelson)) - Jason Laster ([jasonLaster](https://togithub.com/jasonLaster)) - Joe Haddad ([Timer](https://togithub.com/Timer)) - Matthew Holloway ([holloway](https://togithub.com/holloway)) - Nathan Schneider ([nathanlschneider](https://togithub.com/nathanlschneider)) - Nikita Lyzhov ([lyzhovnik](https://togithub.com/lyzhovnik)) - Otávio Pace ([otaviopace](https://togithub.com/otaviopace)) - Rico Kahler ([ricokahler](https://togithub.com/ricokahler)) - Steven Tan ([StevenTan](https://togithub.com/StevenTan)) - Timothy ([timothyis](https://togithub.com/timothyis)) - Tomáš Szabo ([deftomat](https://togithub.com/deftomat)) - Yangshun Tay ([yangshun](https://togithub.com/yangshun)) - [gottfired](https://togithub.com/gottfired) - [zhuoli99](https://togithub.com/zhuoli99) - loveky ([loveky](https://togithub.com/loveky)) ##### Migrating from 2.1.3 to 2.1.4 Inside any created project that has not been ejected, run: ```bash npm install --save --save-exact react-scripts@2.1.4 ``` or yarn add --exact react-scripts@2.1.4

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.