philihp / fields-of-arle

Fields of Arle Simulator
https://arle.philihp.com
GNU General Public License v3.0
19 stars 10 forks source link

Update dependency react-scripts to v3.4.4 #656

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 dependencies patch 3.4.3 -> 3.4.4

Release Notes

facebook/create-react-app ### [`v3.4.4`](https://togithub.com/facebook/create-react-app/blob/master/CHANGELOG.md#​344-2020-10-20) [Compare Source](https://togithub.com/facebook/create-react-app/compare/v3.4.3...v3.4.4) v3.4.4 release bumps `resolve-url-loader` to a version for which `npm audit` does not report a vulnerability. Note that **this vulnerability did not affect Create React App projects**, so this change is only necessary to satisfy auditing tools. ##### Migrating from 3.4.3 to 3.4.4 Inside any created project that has not been ejected, run: ```sh npm install --save --save-exact react-scripts@3.4.4 ``` or ```sh yarn add --exact react-scripts@3.4.4 ```

Renovate configuration

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

:vertical_traffic_light: Automerge: Enabled.

:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

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



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

codecov[bot] commented 4 years ago

Codecov Report

Merging #656 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #656   +/-   ##
=======================================
  Coverage   35.18%   35.18%           
=======================================
  Files         175      175           
  Lines        1745     1745           
  Branches      205      205           
=======================================
  Hits          614      614           
  Misses       1024     1024           
  Partials      107      107           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 057476a...c81f452. Read the comment docs.