Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update react-scripts to the latest version 🚀 #25

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented Aug 22, 2018

Version 1.1.5 of react-scripts was just published.

Dependency react-scripts
Current Version 1.1.3
Type dependency

The version 1.1.5 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.


FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 🌴

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 2, 2018

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Oct 3, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 3, 2018

Update to this version instead 🚀

Release Notes for v2.0.4

v2.0.4 (2018-10-03)

🐛 Bug Fix

  • react-scripts
  • babel-preset-react-app

💅 Enhancement

  • create-react-app
  • react-scripts

📝 Documentation

🏠 Internal

Committers: 11

greenkeeper bot added a commit that referenced this pull request Oct 14, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 14, 2018

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Oct 30, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 30, 2018

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Nov 1, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 1, 2018

Update to this version instead 🚀

Release Notes for v2.1.1

2.1.1 (October 31, 2018)

Happy Halloween 🎃 👻! This spooky release brings a treat: decorator support in TypeScript files!

🐛 Bug Fix

  • babel-preset-react-app
  • react-scripts

💅 Enhancement

  • babel-preset-react-app

📝 Documentation

🏠 Internal

  • react-error-overlay
  • babel-plugin-named-asset-import
  • react-scripts
    • #5651 Make serviceWorker config argument optional in typescript. (@eddedd88)

Committers: 8

Migrating from 2.1.0 to 2.1.1

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

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

or

yarn add --exact react-scripts@2.1.1

greenkeeper bot added a commit that referenced this pull request Dec 23, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 23, 2018

Update to this version instead 🚀

Release Notes for v2.1.2

2.1.2 (December 23, 2018)

v2.1.2 is a maintenance release including various bug fixes.

🚀 New Feature

  • babel-preset-react-app
    • #5487 Add allowESModules option to babel-preset-react-app (@Pajn)

🐛 Bug Fix

  • create-react-app
  • babel-preset-react-app
  • babel-plugin-named-asset-import
    • #5573 Fix named-asset-import plugin to work with export-as syntax (@NShahri)
  • react-app-polyfill
  • react-scripts

💅 Enhancement

📝 Documentation

🏠 Internal

  • react-scripts
  • Other
  • react-dev-utils
  • react-error-overlay
    • #5451 fix: add sideEffects: false to react-error-overlay. (@SimenB)
  • babel-preset-react-app
    • #5487 Add allowESModules option to babel-preset-react-app. (@Pajn)
  • create-react-app

Committers: 36

Migrating from 2.1.1 to 2.1.2

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

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

or

yarn add --exact react-scripts@2.1.2

greenkeeper bot added a commit that referenced this pull request Feb 10, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 10, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Feb 11, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 11, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Mar 7, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 7, 2019

Update to this version instead 🚀

Release Notes for v2.1.6

2.1.6 (March 6, 2019)

v2.1.6 is a maintenance release that brings a few new improvements, most notably:

  • 🚀 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 for getting this ready.

🐛 Bug Fix

💅 Enhancement

  • react-dev-utils, react-scripts
  • create-react-app
    • #6253 Only use yarn.lock.cached if using the default Yarn registry. (@hangryCat)
  • react-scripts

📝 Documentation

🏠 Internal

🔨 Underlying Tools

  • react-scripts
    • #6387 Use contenthash instead of chunkhash for better long-term caching. (@ianschmitz)
  • Other

Committers: 15

Migrating from 2.1.5 to 2.1.6

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

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

or

yarn add --exact react-scripts@2.1.6

greenkeeper bot added a commit that referenced this pull request Mar 7, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 7, 2019

Update to this version instead 🚀

Release Notes for v2.1.7

2.1.7 (March 7, 2019)

v2.1.7 is a maintenance release that temporarily reverts the TypeScript speed improvements (#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:

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

or

yarn add --exact react-scripts@2.1.7

greenkeeper bot added a commit that referenced this pull request Mar 7, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 7, 2019

Update to this version instead 🚀

Release Notes for v2.1.8

2.1.8 (March 7, 2019)

v2.1.8 is a maintenance release that reapplies the TypeScript speed improvements (#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:

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

or

yarn add --exact react-scripts@2.1.8

greenkeeper bot added a commit that referenced this pull request Apr 22, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 22, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request May 8, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 8, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Aug 9, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 9, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Aug 13, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 13, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Sep 19, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 19, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Oct 3, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 3, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Dec 5, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 5, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Jan 31, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 31, 2020

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Feb 14, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 14, 2020

Update to this version instead 🚀

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 21, 2020

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Mar 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant