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 🚀 #32

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

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented May 19, 2017

Version 1.0.0 of react-scripts just got published.

Dependency react-scripts
Current Version 0.9.5
Type devDependency

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 🌴

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

greenkeeper bot commented May 19, 2017

Version 1.0.1 just got published.

Update to this version instead 🚀

Release Notes v1.0.1

1.0.1 (May 19, 2017)

🐛 Bug Fix

  • react-scripts

  • react-dev-utils

    • #2229 Show customized build path for serve instruction. (@chyipin)
  • react-dev-utils, react-error-overlay

  • react-error-overlay

    • #2238 Fix a crash when switching errors with arrow keys. (@Gandem)

💅 Enhancement

  • eslint-config-react-app

  • react-scripts

📝 Documentation

🏠 Internal

Committers: 9

Migrating from 1.0.0 to 1.0.1

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

npm install --save-dev --save-exact react-scripts@1.0.1

or

yarn add --dev --exact react-scripts@1.0.1

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

greenkeeper bot commented May 20, 2017

Version 1.0.2 just got published.

Update to this version instead 🚀

Release Notes v1.0.2

1.0.2 (May 20, 2017)

🐛 Bug Fix

  • react-dev-utils, react-scripts

    • #2276 Serve a no-op service worker in development to ensure it doesn't cache the production build even if it was served on the same port. (@jeffposnick)
  • react-dev-utils, react-error-overlay

  • react-dev-utils

💅 Enhancement

  • react-scripts

🏠 Internal

  • react-dev-utils, react-scripts

Committers: 6

Migrating from 1.0.1 to 1.0.2

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

npm install --save-dev --save-exact react-scripts@1.0.2

or

yarn add --dev --exact react-scripts@1.0.2

If you previously had issues with an Invalid Host Header error, follow these new instructions to fix it.

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

greenkeeper bot commented May 21, 2017

Version 1.0.3 just got published.

Update to this version instead 🚀

Release Notes v1.0.3

1.0.3 (May 21, 2017)

🐛 Bug Fix

  • react-dev-utils

    • #2297 Don’t serve the development version from public IPs by default. (@Timer)
  • eslint-config-react-app

    • #2311 Disable flowtype/require-valid-file-annotation lint rule due to false positives. (@Robdel12)
  • react-dev-utils, react-error-overlay

  • react-scripts

Committers: 4

Migrating from 1.0.2 to 1.0.3

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

npm install --save-dev --save-exact react-scripts@1.0.3

or

yarn add --dev --exact react-scripts@1.0.3

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

greenkeeper bot commented May 22, 2017

Version 1.0.4 just got published.

Update to this version instead 🚀

Release Notes v1.0.4

1.0.4 (May 22, 2017)

🐛 Bug Fix

  • react-error-overlay
    • Fix a regression in published package.

Migrating from 1.0.3 to 1.0.4

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

npm install --save-dev --save-exact react-scripts@1.0.4

or

yarn add --dev --exact react-scripts@1.0.4

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

greenkeeper bot commented May 22, 2017

Version 1.0.5 just got published.

Update to this version instead 🚀

Release Notes v1.0.5

1.0.5 (May 22, 2017)

🐛 Bug Fix

  • react-dev-utils, react-scripts

    • #2326 Files in public/ folder should not be requested through proxy. (@gaearon)

💅 Enhancement

  • react-dev-utils

  • eslint-config-react-app

    • #2325 Allow declaring variables before use in a scope above. (@gaearon)

🏠 Internal

  • react-dev-utils, react-scripts

Committers: 2

Migrating from 1.0.4 to 1.0.5

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

npm install --save-dev --save-exact react-scripts@1.0.5

or

yarn add --dev --exact react-scripts@1.0.5

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

greenkeeper bot commented May 24, 2017

Version 1.0.6 just got published.

Update to this version instead 🚀

Release Notes v1.0.6

1.0.6 (May 24, 2017)

🐛 Bug Fix

  • eslint-config-react-app, react-error-overlay, react-scripts

  • react-dev-utils

    • #2332 Fix proxying issues with backends that don't support IPv6. (@Timer)

💅 Enhancement

  • react-scripts

📝 Documentation

Committers: 4

Migrating from 1.0.5 to 1.0.6

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

npm install --save-dev --save-exact react-scripts@1.0.6

or

yarn add --dev --exact react-scripts@1.0.6

greenkeeper bot added a commit that referenced this pull request May 27, 2017
greenkeeper bot added a commit that referenced this pull request Jun 28, 2017
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 28, 2017

Version 1.0.8 just got published.

Update to this version instead 🚀

Release Notes v1.0.8

1.0.8 (June 28, 2017)

🐛 Bug Fix

💅 Enhancement

  • react-scripts

  • babel-preset-react-app, react-dev-utils, react-scripts

  • create-react-app, react-scripts

  • react-dev-utils

    • #2637 Auto-detect Brackets editor from error overlay. (@petetnt)
    • #2552 Auto-detect running editor on Windows for error overlay. (@levrik)
    • #2622 Support opening PhpStorm for error overlay. (@miraage)
    • #2414 Support opening WebStorm 2017+ from error overlay. (@wirmar)
    • #2518 Warn when trying to run on port below 1024 without admin permissions under Linux/macOS. (@levrik)
    • #2385 Suggest just yarn build in output. (@gaearon)
  • create-react-app

📝 Documentation

🏠 Internal

Committers: 46

Migrating from 1.0.7 to 1.0.8

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

npm install --save-dev --save-exact react-scripts@1.0.8

or

yarn add --dev --exact react-scripts@1.0.8

You may optionally then move react-scripts from devDependencies to dependencies since that’s how we’ll structure newly created projects. It is not necessary though.

If you left the service worker integration enabled and didn’t change how it works, you can replace src/registerServiceWorker.js with this updated version.

If you haven't changed the default CSS organization, you may want to apply this fix that makes index.css take precedence over App.css in your project.

greenkeeper bot added a commit that referenced this pull request Jun 29, 2017
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 29, 2017

Version 1.0.9 just got published.

Update to this version instead 🚀

Release Notes v1.0.9

1.0.9 (June 29, 2017)

🐛 Bug Fix

📝 Documentation

🏠 Internal

Committers: 5

Migrating from 1.0.8 to 1.0.9

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

npm install --save-dev --save-exact react-scripts@1.0.9

or

yarn add --dev --exact react-scripts@1.0.9

greenkeeper bot added a commit that referenced this pull request Jun 29, 2017
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 29, 2017

Version 1.0.10 just got published.

Update to this version instead 🚀

Release Notes v1.0.10

1.0.10 (June 29, 2017)

🐛 Bug Fix

📝 Documentation

Committers: 5

Migrating from 1.0.9 to 1.0.10

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

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

or

yarn add --exact react-scripts@1.0.10

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

greenkeeper bot commented Aug 9, 2017

Version 1.0.11 just got published.

Update to this version instead 🚀

Release Notes v1.0.11

1.0.11 (2017-08-09)

🐛 Bug Fix

  • create-react-app

    • #2884 Improve offline heuristic for proxied environments. (@bsyk)

      When a Yarn proxy is set, we will check its connectivity if we cannot reach Yarn's registry. This is often the case when DNS lookups must be made through the proxy.

    • #2853 Allow use of scoped packages with a pinned version. (@wileybenet)

  • react-dev-utils

    • #2796 Properly escape HTML tags in error overlay. (@ccloli)

      Elements printed in their entirety would sometimes render as HTML. This should no longer happen and should properly render as text.

  • react-dev-utils, react-scripts

  • react-scripts

💅 Enhancement

  • react-scripts
    • #2818 Allow sourcemaps to be disabled. (@viankakrisna)

      As applications grow more complex, it is possible webpack may run out of memory while generating source maps. They may now be disabled by setting GENERATE_SOURCEMAP=false.

    • #2913 Allow flags to be passed to node when running react-scripts. (@koistya)

    • #2574 Upgrade to webpack@3. (@themre)

    • #2747 Simplify webpack configuration using Rule.oneOf. (@Furizaa)

  • react-dev-utils, react-scripts
  • create-react-app
    • #2785 Change error wording and list conflicting files when initializing app. (@OwenFlood)
  • react-dev-utils
  • eslint-config-react-app, react-scripts
  • eslint-config-react-app

📝 Documentation

🏠 Internal

  • create-react-app, eslint-config-react-app, react-dev-utils, react-error-overlay, react-scripts
  • eslint-config-react-app
  • Other
  • react-scripts

Committers: 26

Migrating from 1.0.10 to 1.0.11

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

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

or

yarn add --exact react-scripts@1.0.11

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

greenkeeper bot commented Aug 28, 2017

Version 1.0.12 just got published.

Update to this version instead 🚀

Release Notes v1.0.12

1.0.12 (August 28, 2017)

🐛 Bug Fix

  • react-error-overlay

  • react-dev-utils

💅 Enhancement

📝 Documentation

🏠 Internal

  • react-error-overlay, react-scripts

  • react-dev-utils, react-error-overlay, react-scripts

Committers: 9

Migrating from 1.0.11 to 1.0.12

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

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

or

yarn add --exact react-scripts@1.0.12

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

greenkeeper bot commented Sep 2, 2017

Version 1.0.13 just got published.

Update to this version instead 🚀

Release Notes v1.0.13

1.0.13 (September 2, 2017)

🐛 Bug Fix

  • react-error-overlay

    • #3051 Fix case-sensitivity issue with upgrading the package version. (@tharakawj)
  • react-dev-utils

  • react-scripts

💅 Enhancement

  • react-scripts

    • #3033 Add an empty mock for child_process to let some libraries compile. (@McFlurriez)

🏠 Internal

  • react-dev-utils, react-error-overlay

Committers: 4

Migrating from 1.0.12 to 1.0.13

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

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

or

yarn add --exact react-scripts@1.0.13

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 27, 2017

Version 1.0.14 just got published.

Update to this version instead 🚀

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

greenkeeper bot commented Feb 10, 2019

  • The devDependency react-scripts was updated from 0.9.5 to 2.1.4.

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

  • The devDependency react-scripts was updated from 0.9.5 to 2.1.5.

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

  • The devDependency react-scripts was updated from 0.9.5 to 2.1.6.

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

  • The devDependency react-scripts was updated from 0.9.5 to 2.1.7.

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

  • The devDependency react-scripts was updated from 0.9.5 to 2.1.8.

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

  • The devDependency react-scripts was updated from 0.9.5 to 3.0.0.

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

  • The devDependency react-scripts was updated from 0.9.5 to 3.0.1.

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

  • The devDependency react-scripts was updated from 0.9.5 to 3.1.0.

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

  • The devDependency react-scripts was updated from 0.9.5 to 3.1.1.

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

  • The devDependency react-scripts was updated from 0.9.5 to 3.1.2.

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

  • The devDependency react-scripts was updated from 0.9.5 to 3.2.0.

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

  • The devDependency react-scripts was updated from 0.9.5 to 3.3.0.

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

  • The devDependency react-scripts was updated from 0.9.5 to 3.3.1.

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

  • The devDependency react-scripts was updated from 0.9.5 to 3.4.0.

Update to this version instead 🚀

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

greenkeeper bot commented Mar 21, 2020

  • The devDependency react-scripts was updated from 0.9.5 to 3.4.1.

Update to this version instead 🚀

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.

0 participants