eddyson-de / react-grid

Customizable data grid for React.js
MIT License
4 stars 0 forks source link

Update webpack-dev-server to the latest version πŸš€ #468

Closed greenkeeper[bot] closed 6 years ago

greenkeeper[bot] commented 7 years ago

Version 2.9.0 of webpack-dev-server just got published.

Dependency webpack-dev-server
Current Version 2.8.2
Type devDependency

The version 2.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 webpack-dev-server. 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 v2.9.0

Note: Minor release due to addition of before and after hooks

Features

Deprecate setup in favor of before and after hooks (#1108)

Bugfixes

Fixed check for webpack/hot/log when setting HMR log level. (#1096)
fixes #1109: internal-ip update breaks useLocalIp option
Fix quote style to satisfy ESLint (#1098)

Updates

Made error overlay translucent. (#1097)

Commits

The new version differs by 7 commits.

  • 5982806 2.9.0
  • dcb4e3d feat: deprecate setup in favor of before and after hooks (#1108)
  • 8bc6daa adding modification option to issue template
  • 33bef0d fixes #1109: internal-ip update breaks useLocalIp option
  • 114e67c Fixed check for webpack/hot/log when setting HMR log level. (#1096)
  • bad7ed5 Made error overlay translucent. (#1097)
  • 3e24ac4 Fix quote style to satisfy ESLint (#1098)

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:

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 94.908% when pulling 096f8799579b2a3749d76aa29da7190977750ea4 on greenkeeper/webpack-dev-server-2.9.0 into b40d250e1bae1bed45a3435a039da1b5944c83cf on master.

greenkeeper[bot] commented 7 years ago

Version 2.9.1 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 2 commits.

  • 97484a9 2.9.1
  • 8de5d0a fix errant always-on log message regarding 'setup'

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.9.2 just got published.

Update to this version instead πŸš€

Release Notes v2.9.2

Bugfixes

Changed property descriptor for Array.includes polyfill (#1134)

Updates

Remove header additional property validation (#1115)
Allow explicitly setting the protocol from the public option (#1117)
Updates readme with support, usage, and caveats (outlines no support for old IE)

Commits

The new version differs by 5 commits.

  • 32412bb 2.9.2
  • 1af8f0e Remove header property validation (#1115)
  • c490b24 allow explicitly setting the protocol from the public option (#1117)
  • ee7231b Changed property descriptor for Array.includes polyfill (#1134)
  • 5a7f26b updating readme with support, usage, and caveats

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.9.3 just got published.

Update to this version instead πŸš€

Release Notes v2.9.3

Bugfixes

  • Fixes #1082, #1142. bin file correctly prefers local module, uses it, and bails if local module detected.
  • Use dist/build sockjs-client instead of module source (#1148)
Commits

The new version differs by 3 commits.

  • 3d72858 2.9.3
  • a3f7277 fixes #1082, #1142. bin file bails if local module detected
  • 06df2f4 Use built version os sockjs-client (#1148)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.9.4 just got published.

Update to this version instead πŸš€

Release Notes v2.9.4

Bugfixes

  • assert ssl certs aren't published. fixes #1171
  • fixes #860: failure to exit on SIGINT race condition (#1157)
Commits

The new version differs by 5 commits.

  • 2e501c8 2.9.4
  • f87ad34 Fix https in homepage url (#1159)
  • cd01d9e assert ssl certs aren't published. fixes #1171
  • d2fef58 enhancing server.close with killable
  • 0a8f896 fixes #860: failure to exit on SIGINT race condition (#1157)

See the full diff