Closed bruceauyeung closed 4 years ago
Merging #310 into master will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #310 +/- ##
=====================================
Coverage 100% 100%
=====================================
Files 7 7
Lines 137 137
Branches 29 29
=====================================
Hits 137 137
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 2dd8b43...d649936. Read the comment docs.
i think, the two eslint-loader checks failed because of handbars , not this PR .
This PR contains a:
Motivation / Use-Case
changelog for
object-hash 2.0.0
v2.0.1 fixes: https://github.com/puleos/object-hash/issues/71
what i have done: i am using vue-cli-plugin-electron-builder to build my electron appliaction and using this wonderful lib for logging purpose .
eslint-loader(2.2.1)
andwinston-daily-rotate-file(4.3.0)
useobject-hash 1.3.1
, but i am stuck by issue https://github.com/puleos/object-hash/issues/71so i manually replaced
node_modules/object-hash/dist/object_hash.js
with the latest version(2.0.1) and it works well.Breaking Changes
Only Node.js versions >= 6.0.0 are being tested in object-hash's CI now, so i think Node.js 6.0.0 or higher version is mandatory, but i'm not sure if this is a breaking change for eslint-loader
Additional Info