Closed dependencies[bot] closed 5 years ago
Merging #498 into master will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #498 +/- ##
=======================================
Coverage 96.04% 96.04%
=======================================
Files 19 19
Lines 253 253
Branches 31 31
=======================================
Hits 243 243
Misses 10 10
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 507ec01...a9a0abb. Read the comment docs.
Merging #498 into master will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #498 +/- ##
=======================================
Coverage 96.04% 96.04%
=======================================
Files 19 19
Lines 253 253
Branches 31 31
=======================================
Hits 243 243
Misses 10 10
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 507ec01...a9a0abb. Read the comment docs.
Overview
The following dependencies have been updated by dependencies.io:
webpack
inpackages/oc-template-react-compiler/package.json
from "4.32.2" to "4.35.0"Details
webpack
This dependency is located in
packages/oc-template-react-compiler/package.json
and was updated from "4.32.2" to "4.35.0".4.33.0
# Features * add `target: "electron-preload"` for electron 5 * renderer should use `target: "web"` in electron 5 # Bugfixes * fix HMR rejection of removed and readded self-accepted modules4.34.0
# Features * Error message when parsing fails shows used loaders now # Bugfixes * importing the namespace object from non-ESM (CJS) modules no longer leads to an warning * Error message in HMR logging works for Firefox too now * Parser understands block scoping now4.35.0
# Features * ProgressPlugin limit output to column width in terminal * add `Watching.suspend` and `Watching.resume` * add `splitChunks.automaticNameMaxLength` and `splitChunks.cacheGroups[x].automaticNameMaxLength` # Bugfixes * webworker target now respect `publicPath` when loading chunks * holey arrays of configs will fail the validation