dylanpinn / FIT3036-frontend

FIT3036 - Computer Science project frontend
0 stars 0 forks source link

Update react-scripts to the latest version šŸš€ #6

Closed greenkeeper[bot] closed 6 years ago

greenkeeper[bot] commented 6 years ago

ā˜ļø Greenkeeperā€™s updated Terms of Service will come into effect on April 6th, 2018.

Version 1.1.2 of react-scripts was just published.

Dependency react-scripts
Current Version 1.1.1
Type dependency

The version 1.1.2 is not covered by your current version range.

If you donā€™t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

It might be worth looking into these changes and trying to get this project onto the latest version of react-scripts.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you donā€™t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Release Notes v1.1.2

1.1.2 (April 3, 2018)

šŸ› Bug Fix

  • react-scripts

    • #4085 Resolve .js before .mjs files to unbreak dependencies with native ESM support. (@leebyron)

šŸ“ Documentation

  • react-scripts

    • #4197 Add troubleshooting for Github Pages. (@xnt)

Committers: 2

Migrating from 1.1.1 to 1.1.2

Inside any created project that has not been ejected, run:

npm install --save --save-exact react-scripts@1.1.2

or

yarn add --exact react-scripts@1.1.2
FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those donā€™t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper bot :palm_tree:

codecov[bot] commented 6 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master       #6   +/-   ##
=======================================
  Coverage   10.34%   10.34%           
=======================================
  Files           4        4           
  Lines          29       29           
  Branches       11       11           
=======================================
  Hits            3        3           
  Misses         18       18           
  Partials        8        8

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 4324227...d47faae. Read the comment docs.

greenkeeper[bot] commented 6 years ago

Version 1.1.3 just got published.

Update to this version instead šŸš€

Release Notes v1.1.3

1.1.3 (April 3, 2018)

šŸ› Bug Fix

  • react-scripts

    • #4247 Fix environment.dispose is not a function error caused by a Jest bug. (@gaearon)

Committers: 1

Migrating from 1.1.2 to 1.1.3

Inside any created project that has not been ejected, run:

npm install --save --save-exact react-scripts@1.1.3

or

yarn add --exact react-scripts@1.1.3