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 Notesv0.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.
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.19.0 of nwb just got published.
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.00.19.0 / 2017-10-02
Breaking Changes
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.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
babel.env
config to pass additional options forbabel-preset-env
.webpack.compat
for recent versions of React 15.Changed
babel-preset-env
instead of deprecatedbabel-preset-es201X
presets [#375]beautify: true
forwebpack.debug
output so code split bundles are readable.Dependencies
React.PureComponent
to the list of default super classesCommits
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: