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 koa-webpack to the latest version 🚀 #336

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

Conversation

greenkeeper[bot]
Copy link

@greenkeeper greenkeeper bot commented Jan 7, 2018

Version 2.0.0 of koa-webpack was just published.

Dependency koa-webpack
Current Version 1.1.0
Type dependency

The version 2.0.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 koa-webpack.

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.


Commits

The new version differs by 1 commits.

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 bot added a commit that referenced this pull request Jan 7, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 7, 2018

Version 2.0.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 3 commits.

See the full diff

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

greenkeeper bot commented Jan 7, 2018

Version 2.0.2 just got published.

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

See the full diff

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

greenkeeper bot commented Jan 7, 2018

Version 2.0.3 just got published.

Update to this version instead 🚀

Commits

The new version differs by 3 commits.

See the full diff

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

greenkeeper bot commented Feb 28, 2018

Version 3.0.0 just got published.

Update to this version instead 🚀

Release Notes v3.0.0

Updates

Implements webpack v4 support, updates webpack-dev-middleware and webpack-hot-client.

Breaking Changes

koa-webpack v3.0.0 no longer supports webpack v3 and v2.

Commits

The new version differs by 5 commits.

See the full diff

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

greenkeeper bot commented Mar 7, 2018

Version 3.0.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

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.0.2 just got published.

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

See the full diff

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

greenkeeper bot commented May 13, 2018

Version 4.0.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

  • f57c205 chore(release): 4.0.0
  • 8bc5019 chore: update webpack-hot-client dependency

See the full diff

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

greenkeeper bot commented Jun 2, 2018

Version 5.0.0 just got published.

Update to this version instead 🚀

Release Notes v5.0.0

This version updates webpack-hot-client to the latest version.

Breaking Changes

[email protected] contains many breaking changes. The breaking changes here follow those changes.

  • dev option now named devMiddleware
  • hot option now named hotClient
  • The result from calling the default koa-webpack export now returns a Promise
    e.g.
  koaWebpack({ ... opts ... })
   .then((middleware) => {
    app.use(middleware);
  });
Commits

The new version differs by 7 commits.

  • ccf43df 5.0.0
  • 3b7794d chore: update webpack-hot-client
  • a59b7db docs: update readme with new api pattern
  • 04fbbef chore: --detectOpenHandles is node 8+
  • 51e6e38 refactor: removing async/await for simplicity
  • 2204f92 chore: transpile async, fix compiler references
  • 603df4b refactor: everything. async/await

See the full diff

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

greenkeeper bot commented Jun 2, 2018

Version 5.0.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

See the full diff

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

greenkeeper bot commented Jun 3, 2018

Version 5.0.2 just got published.

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

See the full diff

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

greenkeeper bot commented Jul 9, 2018

Version 5.1.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 5 commits.

  • b94560d chore: Merge branch 'beta'
  • e27eb03 chore(release): 5.1.0
  • 1845fdc docs: update main function return values, add html-webpack-plugin example (#98)
  • fa98860 chore: update webpack-hot-client to beta
  • 38a29e0 chore: README.md fixes and corrections (#95)

See the full diff

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.

0 participants