satya164 / quik

:rocket: A quick way to prototype and build apps with React and Babel with zero-setup.
505 stars 30 forks source link

Update koa-webpack to the latest version πŸš€ #336

Open greenkeeper[bot] opened 6 years ago

greenkeeper[bot] commented 6 years ago

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](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:

greenkeeper[bot] commented 6 years ago

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

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

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

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

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

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

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

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

webpack-hot-client@4.0.0 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] commented 6 years ago

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

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

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