Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

greenkeeper[bot]
Copy link

@greenkeeper greenkeeper bot commented Nov 2, 2017

Version 2.9.4 of webpack-dev-server was just published.

Dependency webpack-dev-server
Current Version 2.9.3
Type devDependency

The version 2.9.4 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 webpack-dev-server.

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 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

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 🌴

@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 27, 2017

Version 2.9.5 just got published.

Update to this version instead 🚀

Release Notes v2.9.5

Updates

Commits

The new version differs by 4 commits.

  • 6c1d3e4 2.9.5
  • 6b2d7a0 fixes #1198: bump express for security
  • 8a11122 Update README.md (#1194)
  • b10c9eb Update Examples And Add Hotness (#1183)

See the full diff

greenkeeper bot added a commit that referenced this pull request Dec 6, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 6, 2017

Version 2.9.6 just got published.

Update to this version instead 🚀

Release Notes v2.9.6

Bugfixes

  • fixes #1208: watchOptions not passed to chokidar in wds
Commits

The new version differs by 2 commits.

  • 2719590 2.9.6
  • f967925 fixes #1208: watchOptions not passed to chokidar in wds

See the full diff

greenkeeper bot added a commit that referenced this pull request Dec 7, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 7, 2017

Version 2.9.7 just got published.

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

  • fd3c176 2.9.7
  • ddc1e2c fixes #1217: edge case with default watchOptions value (#1218)

See the full diff

greenkeeper bot added a commit that referenced this pull request Jan 6, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 6, 2018

Version 2.10.0 just got published.

Update to this version instead 🚀

Release Notes v2.10.0

Version 2.10.0 adds the transpilation of the client scripts via babel to ES5 which restores backwards compatibility (that was removed in 2.8.0) to very old or out of date browsers.

Important webpack-dev-server has entered a maintenance-only mode. We won't be accepting any new features or major modifications. We'll still welcome pull requests for fixes however, and will continue to address any bugs that arise. Announcement with specifics pending.

Bugfixes

  • iOS Safari 10 bug where SockJS couldn't be found (#1238)
  • reportTime option (#1209)
  • don't mutate stats configuration (#1174)
  • enable progress from config (#1181)

Updates

  • transpile client bundles with babel (#1242)
  • dependency updates (ce30460)
  • Increase minimum marked version for ReDos vuln (#1255)
  • Update sockjs dependency to fix auditjs security vulnerability warning
Commits

The new version differs by 13 commits.

  • ca8b5aa 2.10.0 (#1258)
  • 17355f0 transpile client bundles with babel (#1242)
  • ce30460 rolling back webpack-dev-midddleware 2.0, as it's node6+
  • 00e8500 updating deps and patching as necessary
  • 082ddae maint only mode
  • c9c61f2 fix(package): Increase minimum marked version for ReDos vuln (#1255)
  • aab49de iOS Safari 10 bug where SockJS couldn't be found (#1238)
  • a168b81 feat: reportTime option (#1209)
  • 32c3ceb don't mutate stats configuration (#1174)
  • ef18fc8 Update sockjs dependency to fix auditjs security vulnerability warning (#1178)
  • 7e89442 enable progress from config (#1181)
  • e8964d1 add --progress cli test (#1182)
  • a9327e5 Fix typos (#1236)

See the full diff

greenkeeper bot added a commit that referenced this pull request Jan 11, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 11, 2018

Version 2.10.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Jan 14, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 14, 2018

Version 2.11.0 just got published.

Update to this version instead 🚀

Release Notes v2.11.0

Version 2.11.0 adds the transpilation of the client scripts via babel to ES5 which restores backwards compatibility (that was removed in 2.8.0) to very old or out of date browsers.

Commits

The new version differs by 5 commits.

  • 8c1ed7a 2.11.0
  • b0fa5f6 Merge pull request #1270 from yyx990803/client-refactor
  • 676d590 revert to prepublish (fix ci)
  • 449494f cleanup client build setup
  • 6689cb8 adding test for dependency lock-down

See the full diff

greenkeeper bot added a commit that referenced this pull request Jan 20, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 20, 2018

Version 2.11.1 just got published.

Update to this version instead 🚀

Release Notes v2.11.1

Our third attempt to fix compatibility with old browsers (#1273), this time we'll get it right.

Commits

The new version differs by 3 commits.

  • 83c1625 2.11.1
  • 3aa15aa Merge pull request #1273 from yyx990803/master
  • b78e249 fix: pin strip-ansi to 3.x for ES5 compat

See the full diff

greenkeeper bot added a commit that referenced this pull request Feb 25, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 25, 2018

Version 3.0.0 just got published.

Update to this version instead 🚀

Release Notes v3.0.0

Updates

  • Breaking change: webpack v4 is now supported. Older versions of webpack are not supported.
  • Breaking change: drops support for Node.js v4, going forward we only support v6+ (same as webpack).
  • webpack-dev-middleware updated to v2 (see changes).

Bugfixes

  • After starting webpack-dev-server with an error in your code, it would not reload the page after fixing that error (#1317).
  • DynamicEntryPlugin is now supported correctly (#1319).

Huge thanks to all the contributors!

Please note that webpack-serve will eventually be the successor of webpack-dev-server. The core features already work so if you're brave enough give it a try!

Commits

The new version differs by 20 commits.

  • 6e1d886 3.0.0
  • eedf10f Try again at fixing CI by upping timeout (necessary for node v6)
  • dfe137c Hopefully fix failing CI tests (the hacky way)
  • 1e7acca Actually make the yargs version test do something
  • cdd10fa Stop testing node v4 on travis ci
  • 7378e3e Merge branch 'webpack-4'
  • ab4eeb0 Fix page not reloading after fixing first error on page (#1317)
  • dbea323 Update deps
  • f4f14ce Fix support for DynamicEntryPlugin (#1319)
  • 398c773 3.0.0-beta.2
  • cdc7288 Simplify build webpack configs thanks to webpack 4
  • e603e0d Allow no publicPath or entry point (#1310)
  • 9852a5f 3.0.0-beta.1
  • 6db2e85 Fix tests after webpack v4 upgrade
  • eb2f0a9 Fix option rename in webpack-dev-middleware

There are 20 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Feb 27, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 27, 2018

Version 3.1.0 just got published.

Update to this version instead 🚀

Release Notes v3.1.0

Updates

  • Fancy logging; webpack-log is now used for logging to the terminal (webpack-dev-middleware was already using this).
  • The logLevel option is added for more fine-grained control over the logging.

Bugfixes

  • MultiCompiler was broken with webpack 4.
  • Fix deprecation warnings caused by webpack 4. Note that you will still see some deprecation warnings because webpack-dev-middleware has not been updated yet.
Commits

The new version differs by 9 commits.

  • 94398c4 3.1.0
  • d20757b Upgrade another timeout for slow CI
  • f0534fc Use webpack-log for logging
  • f76182c 3.0.1-beta.0
  • c375aa6 Fix support for multi compiler in webpack 4
  • 9921ecc Add basic example for multi-compiler
  • c32cfa8 Use non-deprecated webpack 4 API's
  • 31d94ab Make tests use more webpack 4 goodiness
  • 9934724 Fix accidental skip of nearly all tests (whoops)

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 9, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 9, 2018

Version 3.1.1 just got published.

Update to this version instead 🚀

Release Notes v3.1.1
Commits

The new version differs by 7 commits.

  • 3a7f7d5 3.1.1
  • 34a6cc3 And update pinned webpack-dev-middleware
  • 7b9269e Update deps
  • 3c9592e Actually upgrade package-lock.json...
  • 2b40391 Upgrade webpack-dev-middleware dependency
  • ef55984 Remove Tapable#apply calls (#1331)
  • f2db057 Don't invoke function on static html string (#1329)

See the full diff

greenkeeper bot added a commit that referenced this pull request Apr 7, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 7, 2018

Version 3.1.2 just got published.

Update to this version instead 🚀

Release Notes v3.1.2
  • Speed up incremental builds (#1362)
  • Update webpack-dev-middleware to 3.1.2
Commits

The new version differs by 3 commits.

  • 7430648 3.1.2
  • 50f4007 Update deps
  • da33d2b speed up incremental builds by not doing excessive stats.toJSON work (#1362)

See the full diff

greenkeeper bot added a commit that referenced this pull request Apr 8, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 8, 2018

Version 3.1.3 just got published.

Update to this version instead 🚀

Release Notes v3.1.3
  • Fix HMR causing a crash when trying to reload
Commits

The new version differs by 3 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Jul 22, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 22, 2018

Version 3.1.5 just got published.

Update to this version instead 🚀

Release Notes v3.1.5
  • Send the Progress event in the client so plugins can use it (#1427)
  • Update sockjs-client to fix infinite reconnection loop (#1434)
Commits

The new version differs by 9 commits.

  • e1bd264 3.1.5
  • 38c084b update deps
  • bb4b469 sendMsg('Progress', data) (#1427)
  • 9aad42d Update sockjs-client to 1.1.5 (#1434)
  • 3c1ff11 Fix path to webpack client hot reload scripts to be resolved relatively (#1416)
  • 33be88d 3.1.4
  • 5c9f7c0 update package-lock
  • 2dafb77 Fix options schema inconsistency for logLevel (#1372)
  • 623d337 update webpack-dev-middleware dependency to v3.1.3 (#1392)

See the full diff

greenkeeper bot added a commit that referenced this pull request Aug 26, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 26, 2018

Version 3.1.6 just got published.

Update to this version instead 🚀

Release Notes v3.1.6

2018-08-26

Bug Fixes

  • bin: handle process signals correctly when the server isn't ready yet (#1432) (334c3a5)
  • examples/cli: correct template path in open-page example (#1401) (df30727)
  • schema: allow the output filename to be a {Function} (#1409) (e2220c4)
Commits

The new version differs by 21 commits.

  • 0e1f0c1 chore(release): 3.1.6
  • aaabeb8 test(cli): remove outdated dependency lock test
  • 4e27954 chore(package): update yargs v11.0.0...12.0.1 (dependencies)
  • c4a1038 chore(package): update devDependencies (#1474)
  • 3e764c5 chore(package): update webpack-dev-middleware v3.1.3...v3.2.0 (dependencies) (#1473)
  • c854743 chore(package): update webpack-log v1.1.2...v2.0.0 (dependencies) (#1472)
  • c760c44 ci(travis): add build stages (#1467)
  • b445b68 chore(package): add release script (scripts) (#1461)
  • 334c3a5 fix(bin): handle process signals correctly when the server isn't ready yet (#1432)
  • e2220c4 fix(schema): allow the output filename to be a {Function} (#1409)
  • 807c846 refactor: drop array-includes
  • 5b6bb5e Merge pull request #1460 from webpack/docs/maintenance
  • b838274 Merge pull request #1462 from webpack/chore/codeowners
  • 1707e9e chore(.github/CODEOWNERS): add code owners
  • 6c1d8d8 docs(readme): remove obsolete maintenance note

There are 21 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request May 31, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented May 31, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Jun 1, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 1, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Jun 5, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 5, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Jun 6, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 6, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Jun 7, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 7, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Jun 18, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 18, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Aug 9, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 9, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Sep 16, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 16, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Oct 2, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 2, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Oct 22, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 22, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Dec 18, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 18, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Dec 19, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 19, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Jan 31, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 31, 2020

Update to this version instead 🚀

@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 5, 2020

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Feb 5, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented May 8, 2020


🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚

Find out how to migrate to Snyk at greenkeeper.io


Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request May 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants