-
Notifications
You must be signed in to change notification settings - Fork 9
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 🚀 #32
base: master
Are you sure you want to change the base?
Conversation
Version 1.0.1 just got published.Update to this version instead 🚀 Release Notesv1.0.11.0.1 (May 19, 2017)🐛 Bug Fix
💅 Enhancement
📝 Documentation
🏠 InternalCommitters: 9
Migrating from 1.0.0 to 1.0.1Inside any created project that has not been ejected, run:
or
|
Version 1.0.2 just got published.Update to this version instead 🚀 Release Notesv1.0.21.0.2 (May 20, 2017)🐛 Bug Fix
💅 Enhancement
🏠 InternalCommitters: 6
Migrating from 1.0.1 to 1.0.2Inside any created project that has not been ejected, run:
or
If you previously had issues with an |
Version 1.0.3 just got published.Update to this version instead 🚀 Release Notesv1.0.31.0.3 (May 21, 2017)🐛 Bug Fix
Committers: 4Migrating from 1.0.2 to 1.0.3Inside any created project that has not been ejected, run:
or
|
Version 1.0.4 just got published.Update to this version instead 🚀 Release Notesv1.0.41.0.4 (May 22, 2017)🐛 Bug Fix
Migrating from 1.0.3 to 1.0.4Inside any created project that has not been ejected, run:
or
|
Version 1.0.5 just got published.Update to this version instead 🚀 Release Notesv1.0.51.0.5 (May 22, 2017)🐛 Bug Fix
💅 Enhancement
🏠 InternalCommitters: 2Migrating from 1.0.4 to 1.0.5Inside any created project that has not been ejected, run:
or
|
Version 1.0.6 just got published.Update to this version instead 🚀 Release Notesv1.0.61.0.6 (May 24, 2017)🐛 Bug Fix
💅 Enhancement
📝 Documentation
Committers: 4
Migrating from 1.0.5 to 1.0.6Inside any created project that has not been ejected, run:
or
|
Version 1.0.8 just got published.Update to this version instead 🚀 Release Notesv1.0.81.0.8 (June 28, 2017)🐛 Bug Fix
💅 Enhancement
📝 Documentation
🏠 Internal
Committers: 46
Migrating from 1.0.7 to 1.0.8Inside any created project that has not been ejected, run:
or
You may optionally then move If you left the service worker integration enabled and didn’t change how it works, you can replace If you haven't changed the default CSS organization, you may want to apply this fix that makes |
Version 1.0.9 just got published.Update to this version instead 🚀 Release Notesv1.0.91.0.9 (June 29, 2017)🐛 Bug Fix📝 Documentation
🏠 InternalCommitters: 5
Migrating from 1.0.8 to 1.0.9Inside any created project that has not been ejected, run:
or
|
Version 1.0.10 just got published.Update to this version instead 🚀 Release Notesv1.0.101.0.10 (June 29, 2017)🐛 Bug Fix
📝 Documentation
Committers: 5
Migrating from 1.0.9 to 1.0.10Inside any created project that has not been ejected, run:
or
|
Version 1.0.11 just got published.Update to this version instead 🚀 Release Notesv1.0.111.0.11 (2017-08-09)🐛 Bug Fix
💅 Enhancement
📝 Documentation
🏠 Internal
Committers: 26
Migrating from 1.0.10 to 1.0.11Inside any created project that has not been ejected, run:
or
|
Version 1.0.12 just got published.Update to this version instead 🚀 Release Notesv1.0.121.0.12 (August 28, 2017)🐛 Bug Fix
💅 Enhancement
📝 Documentation
🏠 Internal
Committers: 9
Migrating from 1.0.11 to 1.0.12Inside any created project that has not been ejected, run:
or
|
Version 1.0.13 just got published.Update to this version instead 🚀 Release Notesv1.0.131.0.13 (September 2, 2017)🐛 Bug Fix
💅 Enhancement
🏠 Internal
Committers: 4
Migrating from 1.0.12 to 1.0.13Inside any created project that has not been ejected, run:
or
|
Version 1.0.14 just got published. |
|
|
Update to this version instead 🚀 Release Notes for v2.1.62.1.6 (March 6, 2019)v2.1.6 is a maintenance release that brings a few new improvements, most notably:
🐛 Bug Fix
💅 Enhancement
📝 Documentation
🏠 Internal
🔨 Underlying Tools
Committers: 15
Migrating from 2.1.5 to 2.1.6Inside any created project that has not been ejected, run: npm install --save --save-exact [email protected] or yarn add --exact [email protected] |
Update to this version instead 🚀 Release Notes for v2.1.72.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 Migrating from 2.1.6 to 2.1.7Inside any created project that has not been ejected, run: npm install --save --save-exact [email protected] or yarn add --exact [email protected] |
Update to this version instead 🚀 Release Notes for v2.1.82.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 Migrating from 2.1.7 to 2.1.8Inside any created project that has not been ejected, run: npm install --save --save-exact [email protected] or yarn add --exact [email protected] |
|
|
|
|
|
|
|
|
|
|
Version 1.0.0 of react-scripts just got published.
The version 1.0.0 is not covered by your current version range.
Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.
I recommend you look into these changes and try to get onto the latest version of react-scripts.
Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.
Not sure how things should work exactly?
There is a collection of frequently asked questions and of course you may always ask my humans.
Your Greenkeeper Bot 🌴