sam-silv / histoslider

:bar_chart: A D3 based histogram slider component for React.
http://samhogg.github.io/histoslider/
MIT License
30 stars 28 forks source link

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

Closed greenkeeper[bot] closed 7 years ago

greenkeeper[bot] commented 7 years ago

Version 0.9.0 of react-scripts just got published.

Dependency react-scripts
Current Version 0.8.5
Type devDependency

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.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.

    • #937 Add PUBLIC_URL env variable for advanced use. (@EnoahNetzach)
    • #1440 Make all react env vars accessible in index.html. (@jihchi)
  • 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 to none.

πŸ’₯ Breaking Change

  • react-scripts

  • 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.

πŸ› Bug Fix

πŸ’… Enhancement

πŸ“ Documentation

🏠 Internal

  • Other
    • #1519 Add test cases for PUBLIC_URL and relative path. (@Timer)
  • 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:

npm install --save-dev --save-exact react-scripts@0.9.0
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: