The version 0.9.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.
Release Notesv0.9.0
0.9.0 (2017-02-11)
π New Feature
react-scripts
#1489 Support setting "homepage" to "." to generate relative asset paths. (@tibdex)
This addition allows any application not using the HTML5 pushState API to be built to be served from any relative URL.
Not sure how things should work exactly?
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).
Version 0.9.0 of react-scripts just got published.
The version 0.9.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.
Release Notes
v0.9.00.9.0 (2017-02-11)
react-scripts
#1489 Support setting "homepage" to "." to generate relative asset paths. (@tibdex)
This addition allows any application not using the HTML5 pushState API to be built to be served from any relative URL.
PUBLIC_URL
env variable for advanced use. (@EnoahNetzach)react-dev-utils
#1148 Configure which browser to open in npm start (#873). (@GAumala)
You can now disable the automatic browser launching by setting the
BROWSER
environment variable tonone
.react-scripts
#1432 Bump Jest version. (@gaearon)
Jest has been updated to v18 and has introduced some breaking changes.
react-scripts
,react-dev-utils
#1148 Configure which browser to open in npm start (#873). (@GAumala)
Non-interactive terminals no longer automatically disable launching of the browser.
react-scripts
react-scripts
from dependencies. (@creynders)react-dev-utils
react-scripts
package.json
file. (@pd4d10)create-react-app
react-scripts
tag. (@carlsagan21)
react-dev-utils
react-scripts
create-react-app
,react-scripts
Committers: 35
Migrating from 0.8.5 to 0.9.0
Inside any created project that has not been ejected, run:
Not sure how things should work exactly?
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).Your Greenkeeper Bot :palm_tree: