wix-incubator / typescript-boilerplate

Generic project boilerplate for isomorphic TypeScript
MIT License
12 stars 7 forks source link

Update webpack-dev-server to the latest version 🚀 #28

Closed greenkeeper[bot] closed 7 years ago

greenkeeper[bot] commented 7 years ago

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

Dependency webpack-dev-server
Current Version 2.7.1
Type devDependency

The version 2.8.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.8.0

Features

  • Print webpack progress to browser console (#1063)
  • Disable hot reloading with query string (#1068)

Bugfixes

  • Fixes issue #1064 by switching to a named logger (#1070)
  • Fix Broken Socket on Client for Custom/Random Port Numbers (#1060)
  • Addresses #998 to properly assign a random port and access the port assigned (#1054)
  • Don't generate ssl cert when one is already specified via options (#1036)
  • Fix for ./log module not found (#1050)
  • Fixes #1042: overlay doesn't clear if errors are fixed but warnings remain (#1043)
  • Handle IPv6-addresses correctly in checkHost() (#1026)

Updates

  • Allow --open option to specify the browser to use (#825)
  • Adds requestCert support to the server
  • Code cleanup and ESLint + eslint-config-webpack (#1058)
  • Include subjectAltName field in self-signed cert (#987)
Commits

The new version differs by 17 commits.

  • 0df1fa7 2.8.0
  • ccef0d1 Print webpack progress to browser console (#1063)
  • d3a650f include subjectAltName field in self-signed cert (#987)
  • e519cf2 Add feature to disable hotReloading with query string (#1068)
  • f166177 Fixes issue #1064 by switching to a named logger (#1070)
  • f00fcb3 Allow --open option to specify the browser to use (#825)
  • cf5dda8 improving requestCert description
  • 2b760f6 Merge branch 'dbk91-request_cert_support'
  • 11a3e63 Merge branch 'request_cert_support' of https://github.com/dbk91/webpack-dev-server into dbk91-request_cert_support
  • 0fa8fea Fix Broken Socket on Client for Custom/Random Port Numbers (#1060)
  • 1201ac1 addresses #998 to properly assign a random port and access the port assigned (#1054)
  • 69239ce Cleanup Effort (#1058)
  • e6ccbaf No longer generating ssl cert when one is already specified (#1036)
  • 0b4729f Proposed fix for ./log module not found (#1050)
  • b2cf847 fixes #1042: overlay doesn't clear if errors are fixed but warnings remain (#1043)

There are 17 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:

greenkeeper[bot] commented 7 years ago

Version 2.8.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 5 commits.

  • e8cbdad 2.8.1 + package-lock.json
  • e5dc236 fixes #1081, closes #1079. addDevServerEndpoints needs app stub for
  • e61972a fixes #1080 - jQuery update caused live bundle iframe issue
  • 6e1a466 removing errant console.log, update lint rules
  • c7d2c9d clean up progress option typo and options def

See the full diff

greenkeeper[bot] commented 7 years ago

Version 2.8.2 just got published.

Update to this version instead 🚀

Commits

The new version differs by 6 commits.

  • bc22935 2.8.2
  • 35e1d5f fixes #1087: yargs@8 causes error output with webpack@2.x
  • c9d32f8 fixes #1084: template literals causing errors on IE (#1089)
  • 6e18fa6 add promise-config example
  • 8f897c5 fixes #1086: promise configs fix and example
  • 35295b7 update issue template to include commonly needed info

See the full diff