on3iro / BGAchievements

Work In Progress: Web-App for user generated board game achievements
MIT License
7 stars 1 forks source link

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

Closed greenkeeper[bot] closed 6 years ago

greenkeeper[bot] commented 6 years ago

ā˜ļø Greenkeeperā€™s updated Terms of Service will come into effect on April 6th, 2018.

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

Dependency webpack-dev-server
Current Version 2.11.2
Type devDependency

The version 3.1.2 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 v3.1.2
  • Speed up incremental builds (#1362)
  • Update webpack-dev-middleware to 3.1.2
Commits

The new version differs by 38 commits ahead by 38, behind by 2.

  • 7430648 3.1.2
  • 50f4007 Update deps
  • da33d2b speed up incremental builds by not doing excessive stats.toJSON work (#1362)
  • 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)
  • 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

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

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 25.743% when pulling 75ebbb9d5065e6f3a6e5fd37bcf6d819a9140977 on greenkeeper/webpack-dev-server-3.1.2 into c0acbdf2c6720329b59ea2b62587bb06bfabb517 on master.

greenkeeper[bot] commented 6 years ago

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] commented 6 years ago

Version 3.1.4 just got published.

Update to this version instead šŸš€

Release Notes v3.1.4
  • Update to webpack-dev-middleware 3.1.3, which should fix paths with a space not working on Windows (#1392)
  • Fix logLevel option silent not being accepted by schema validation (#1372)
Commits

The new version differs by 4 commits.

  • 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] commented 6 years ago

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

See the full diff