toutpt / angular-leaflet-light

angular <leaflet> directive that is just leaflet
http://toutpt.github.io/angular-leaflet-light/
14 stars 4 forks source link

Update karma-webpack to the latest version šŸš€ #5

Closed greenkeeper[bot] closed 7 years ago

greenkeeper[bot] commented 7 years ago

Version 2.0.0 of karma-webpack just got published.

Dependency karma-webpack
Current Version 1.8.1
Type devDependency

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

Bug Fixes

  • config: webpack rc4 schema enforcment (fixes #193) (2723439)

BREAKING CHANGES

  • config: Remove entry:{} from test configurations

When updating to "webpack": "2.2.0-rc.4" & "karma-webpack": "1.8.2" you have to pull the entry property if it's set to an empty object so it defaults to a function within karma-webpack

Commits

The new version differs by 4 commits .

  • 1f13a86 chore(release): karma-webpack v2.0.0
  • 9fd5fdf chore(package): update webpack peerDependencies
  • 70dbb24 style(lint): lint fixes (#195)
  • 2723439 fix(config): webpack rc4 schema enforcment (fixes #193)

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

Update to this version instead šŸš€

Release Notes v2.0.1
  • Fix for publishing error
Commits

The new version differs by 1 commits .

  • 24b3f3c chore(release): karma-webpack v2.0.1

See the full diff.