Luchanso / new-year-chain

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

fix(deps): update dependency react-scripts to v2.1.8 #31

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 patch 2.1.3 -> 2.1.8

Release Notes

facebook/create-react-app ### [`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.