π± The easiest way to write conditional CSS and/or JavaScript based on device operating system (iOS, Android, Blackberry, Windows, Firefox OS, MeeGo), orientation (Portrait vs. Landscape), and type (Tablet vs. Mobile).
The version 0.23.0 is not covered by your current version range.
If you donβt accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
It might be worth looking into these changes and trying to get this project onto the latest version of nwb.
If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you donβt have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.
Release Notesv0.23.0
Breaking Changes
Updated Inferno config for Inferno 5 - inferno-* packages (such as inferno-compat) work again with Webpack 4 [#440]
Added
Added prepublishOnly to react-component and web-module project package.json scripts, which invokes npm run build prior to publishing [#436] [hanford]
Added npm.umd.entry config to specify a different entry point for the UMD build in npm module projects. Currently, the UMD build requires an entry point which must have a default export [#411]
FAQ and help
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those donβt help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).
Version 0.23.0 of nwb was just published.
The version 0.23.0 is not covered by your current version range.
If you donβt accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
It might be worth looking into these changes and trying to get this project onto the latest version of nwb.
If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you donβt have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.
Release Notes
v0.23.0Breaking Changes
inferno-*
packages (such asinferno-compat
) work again with Webpack 4 [#440]Added
prepublishOnly
to react-component and web-module project package.json scripts, which invokesnpm run build
prior to publishing [#436] [hanford]npm.umd.entry
config to specify a different entry point for the UMD build in npm module projects. Currently, the UMD build requires an entry point which must have adefault
export [#411]Fixed
CopyPlugin
whenwebpack.copy
config is provided [#431]Dependencies
Docs
Commits
The new version differs by 37 commits.
7345372
Release v0.23.0
b2aff81
Update dependencies
2fb46fc
Indicate that npm.umd.entry config is available from v0.23.0 onwards
aec1453
Update dependencies
e8bb5d2
Fix typo
bd32199
Update dependencies
2df5ae1
Update dependencies
6d828a1
Update Node.js version in template CONTRIBUTING files
cd6bd93
Update dependencies
9b9ea9b
Add Node.js 10 to test versions
3e864bf
Don't use destructuring in render shims
27281f3
Update dependencies
cbf2b46
Missed a few ES6 β ES changes
5e8f129
Update dependencies
9ea6b20
Replace usage of "ES6" with plain old "ES"
There are 37 commits in total.
See the full diff
FAQ and help
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those donβt help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).Your Greenkeeper bot :palm_tree: