dwmkerr / angular-modal-service

Modal service for AngularJS - supports creating popups and modals via a service.
MIT License
626 stars 321 forks source link

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

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 6 years ago

Version 3.0.1 of karma-webpack was just published.

Dependency karma-webpack
Current Version 2.0.13
Type devDependency

The version 3.0.1 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 karma-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.


Release Notes v3.0.1

2018-09-01

Bug Fixes

  • karma-webpack: allow filename and chunkFilename to be overridden (config.output) (#336) (c256d87)
  • package: incorrect peerDependency on webpack >= v4.0.0 (peerDependencies) (c1c0ee2)
Commits

The new version differs by 6 commits.

  • 2309401 chore(release): 3.0.1
  • c1c0ee2 fix(package): incorrect peerDependency on webpack >= v4.0.0 (peerDependencies)
  • c256d87 fix(karma-webpack): allow filename and chunkFilename to be overridden (config.output) (#336)
  • 1ac16ea chore(release): 3.0.0
  • 0c78eaf chore(package): update webpack-dev-middleware v1.12.0...2.0.6 (dependencies) (#318)
  • 5c34133 chore(.github): use https:// link to stackoverflow (ISSUE_TEMPLATE) (#313)

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

Update to this version instead ๐Ÿš€

Release Notes v3.0.2

2018-09-03

Bug Fixes

  • karma-webpack: correctly map entries to outputted assets (config.output) (#348) (d2f5a53)
Commits

The new version differs by 2 commits.

  • e2b444b chore(release): 3.0.2
  • d2f5a53 fix(karma-webpack): correctly map entries to outputted assets (config.output) (#348)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.0.3 just got published.

Update to this version instead ๐Ÿš€

Release Notes v3.0.3

2018-09-07

Bug Fixes

  • karma-webpack: normalize paths (windows) (#353) (b334eb5)
Commits

The new version differs by 2 commits.

  • 46468f1 chore(release): 3.0.3
  • b334eb5 fix(karma-webpack): normalize paths (windows) (#353)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.0.4 just got published.

Update to this version instead ๐Ÿš€

Release Notes v3.0.4

2018-09-07

Bug Fixes

  • karma-webpack: normalize file.path (windows) (#354) (855e21c)
Commits

The new version differs by 2 commits.

  • 9807b06 chore(release): 3.0.4
  • 855e21c fix(karma-webpack): normalize file.path (windows) (#354)

See the full diff

greenkeeper[bot] commented 6 years ago

Update to this version instead ๐Ÿš€

Release Notes for v3.0.5

2018-09-14

Bug Fixes

  • karma-webpack: handle multiple outputs correctly (#357) (59de62c)
Commits

The new version differs by 2 commits.

  • 670f153 chore(release): 3.0.5
  • 59de62c fix(karma-webpack): handle multiple outputs correctly (#357)

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead ๐Ÿš€

Release Notes for v4.0.0

4.0.0 (2019-06-07)

Bug Fixes

chore

BREAKING CHANGES

  • default: minimum required nodejs version is 8.9
Commits

The new version differs by 16 commits.

  • 9138b13 chore(release): 4.0.0
  • 74e526f chore(default): update (#412)
  • a2b044d refactor(package): add more keywords for npm (#411)
  • ca7c5e2 chore(package): drop node v6 support (#409)
  • bef8bb6 refactor(karma-webpack): fix linting error (#410)
  • 63cfd78 fix(karma-webpack): Regression in multi-compiler mode (#390) (#391)
  • 11cb4fb chore(release): 4.0.0-rc.6
  • ed66799 chore(package-lock): fix low severity vulnerabilities
  • 2f47250 fix(karma-webpack): Override output.filename with '[name].js' (#381)
  • e207fe5 chore(release): 4.0.0-rc.5
  • 840dea2 fix(karma-webpack): Do not unify "colors" property if webpack "stats" is a string (#376)
  • c7d6ca1 chore(release): 4.0.0-rc.4
  • 9559306 feat(karma-webpack): unify webpack and Karma colour config (#356)
  • fca13b9 fix(karma-webpack): Fix publicPath to be Windows-compatible (#373)
  • 432d139 refactor(karma-webpack): Remove lodash from dependencies (#364)

There are 16 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead ๐Ÿš€

greenkeeper[bot] commented 5 years ago

Update to this version instead ๐Ÿš€

codecov[bot] commented 5 years ago

Codecov Report

Merging #247 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #247   +/-   ##
=======================================
  Coverage   88.54%   88.54%           
=======================================
  Files           1        1           
  Lines         131      131           
=======================================
  Hits          116      116           
  Misses         15       15

Continue to review full report at Codecov.

Legend - Click here to learn more ฮ” = absolute <relative> (impact), รธ = not affected, ? = missing data Powered by Codecov. Last update d9fbff9...20e95b0. Read the comment docs.