Closed greenkeeper[bot] closed 5 years ago
devDependency
karma-webpack was updated from 2.0.13
to 3.0.5
.devDependency
karma-webpack was updated from 2.0.13
to 4.0.0
.Update to this version instead ๐
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
devDependency
karma-webpack was updated from 2.0.13
to 4.0.1
.devDependency
karma-webpack was updated from 2.0.13
to 4.0.2
.Merging #247 into master will not change coverage. The diff coverage is
n/a
.
@@ 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.
Version 3.0.1 of karma-webpack was just published.
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.12018-09-01
Bug Fixes
filename
andchunkFilename
to be overridden (config.output
) (#336) (c256d87)peerDependency
onwebpack >= v4.0.0
(peerDependencies
) (c1c0ee2)Commits
The new version differs by 6 commits.
2309401
chore(release): 3.0.1
c1c0ee2
fix(package): incorrect
peerDependency
onwebpack >= v4.0.0
(peerDependencies
)c256d87
fix(karma-webpack): allow
filename
andchunkFilename
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: