dashed / react-hashchange

React component that notifies when browser's hash (i.e. `window.location.hash`) changes.
MIT License
5 stars 2 forks source link

Update nwb to the latest version πŸš€ #4

Closed greenkeeper[bot] closed 7 years ago

greenkeeper[bot] commented 7 years ago

Version 0.19.0 of nwb just got published.

Dependency nwb
Current Version 0.18.10
Type devDependency

The version 0.19.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 nwb. 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.19.0

0.19.0 / 2017-10-02

Breaking Changes

  • Removed hooking of React, Preact and Inferno render() functions in quick commands, as this won't work with ES modules builds (which are used by default in Webpack v3). This affected the current version of Preact at the time of writing.
    • If you're manually using render() with quick commands, you must now handle providing the target DOM node too - document.getElementById('app') is available in the default HTML template.

Added

Changed

  • Now using babel-preset-env instead of deprecated babel-preset-es201X presets [#375]
  • Use beautify: true for webpack.debug output so code split bundles are readable.

Dependencies

  • autoprefixer: v7.1.2 β†’ v7.1.4
  • babel-cli: v6.24.1 β†’ v6.26.0
  • babel-core: v6.24.1 β†’ v6.26.0
  • babel-loader: v7.1.1 β†’ v7.1.2
  • babel-plugin-istanbul: v4.1.4 β†’ v4.1.5
  • babel-plugin-react-transform: v2.0.2 β†’ v3.0.0 - add React.PureComponent to the list of default super classes
  • babel-plugin-transform-react-remove-prop-types: v0.4.6 β†’ v0.4.8
  • babel-polyfill: v6.23.0 β†’ v6.26.0
  • babel-runtime: v6.25.0 β†’ v6.26.0
  • copy-webpack-plugin: v4.0.1 β†’ v4.1.0
  • css-loader: v0.28.4 β†’ v0.28.7
  • file-loader: v0.11.2 β†’ v1.1.4
  • gzip-size: v3.0.0 β†’ v4.0.0 - async interface now uses Promises
  • html-webpack-plugin: v2.29.0 β†’ v2.30.1
  • inquirer: v3.2.1 β†’ v3.3.0
  • karma-mocha-reporter: v2.2.3 β†’ v2.2.4
  • karma: v1.7.0 β†’ v1.7.1
  • mocha: v3.4.2 β†’ v3.5.3
  • phantomjs-prebuilt: v2.1.14 β†’ v2.1.15 - fix security issues with dependencies
  • webpack-dev-middleware: v1.11.0 β†’ v1.12.0
  • webpack-dev-server: v2.6.1 β†’ v2.9.1
  • webpack-hot-middleware: v2.18.2 β†’ v2.19.0
  • webpack: v3.4.1 β†’ v3.6.0
Commits

The new version differs by 23 commits.

  • c04b2f4 Release v0.19.0
  • b56d36d Update dependencies
  • 19bd6ba Update dependencies
  • 47b9d74 Update dependencies
  • 5172ccd Added additional Enzyme compat config for recent versions of React 15
  • d0ff1de Update dependencies
  • 9a838a6 Update dependencies
  • ddbd30f Fix CLI help alignment
  • 67a873c Merge pull request #377 from jamrizzi/jamrizzi/cli-doc-error
  • 8842ad9 Update dependencies
  • c32f892 Use babel-preset-env instead of deprecated babel-preset-es201X plugins
  • 2bd49e5 Update dependencies
  • 4cb447a Revert "Revert use of preact/debug in favour of preact/devtools"
  • 159c62e CLI help documentation error
  • 4257d54 Update babel-runtime

There are 23 commits in total.

See the full diff

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: