CodeTanzania / emis-web

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

chore(deps): update dependency react-scripts to v3.1.1 #327

Closed renovate[bot] closed 5 years ago

renovate[bot] commented 5 years ago

This PR contains the following updates:

Package Type Update Change
react-scripts dependencies minor 3.0.1 -> 3.1.1

Release Notes

facebook/create-react-app ### [`v3.1.1`](https://togithub.com/facebook/create-react-app/blob/master/CHANGELOG.md#​311-2019-08-13) [Compare Source](https://togithub.com/facebook/create-react-app/compare/v3.1.0...v3.1.1) v3.1.1 is a maintenance release that includes minor bug fixes and documentation updates. ##### :bug: Bug Fix - `react-scripts` - [#​7513](https://togithub.com/facebook/create-react-app/pull/7513) Fix ESLint 6 support ([@​ianschmitz](https://togithub.com/ianschmitz)) - [#​7508](https://togithub.com/facebook/create-react-app/pull/7508) Don't block static files in robots.txt ([@​iansu](https://togithub.com/iansu)) ##### :nail_care: Enhancement - `eslint-config-react-app` - [#​7393](https://togithub.com/facebook/create-react-app/pull/7393) Ignore "jsx-a11y/aria-role" for React components ([@​deftomat](https://togithub.com/deftomat)) ##### :memo: Documentation - [#​7527](https://togithub.com/facebook/create-react-app/pull/7527) Update Netlify config ([@​iansu](https://togithub.com/iansu)) - [#​7500](https://togithub.com/facebook/create-react-app/pull/7500) Add links to Spectrum in README and docs ([@​iansu](https://togithub.com/iansu)) ##### Committers: 3 - Ian Schmitz ([@​ianschmitz](https://togithub.com/ianschmitz)) - Ian Sutherland ([@​iansu](https://togithub.com/iansu)) - Tomáš Szabo ([@​deftomat](https://togithub.com/deftomat)) ##### Migrating from 3.1.0 to 3.1.1 Optionally remove `Disallow: /static/` from `public/robots.txt` if you want to allow your images and other static files to be indexed by search engines [#​7508](https://togithub.com/facebook/create-react-app/pull/7508) Inside any created project that has not been ejected, run: ```sh npm install --save --save-exact react-scripts@3.1.1 ``` or ```sh yarn add --exact react-scripts@3.1.1 ``` ### [`v3.1.0`](https://togithub.com/facebook/create-react-app/blob/master/CHANGELOG.md#​310-2019-08-09) [Compare Source](https://togithub.com/facebook/create-react-app/compare/v3.0.1...v3.1.0) v3.1.0 is a minor release that adds ESLint 6 support as well as experimental support for extended and customizing the ESLint config along with other minor bug fixes and documentation updates. The upgrade to ESLint 6 is a breaking change _only_ if you're using `eslint-config-react-app` or `react-error-overlay` outside of Create React App.

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.