Skip to content
This repository has been archived by the owner on Sep 28, 2020. It is now read-only.

chore: update dependency module object-hash to version 2.0.1 #310

Closed
wants to merge 1 commit into from

Conversation

bruceauyeung
Copy link

This PR contains a:

  • bugfix
  • new feature
  • code refactor
  • test update
  • typo fix
  • metadata update

Motivation / Use-Case

changelog for object-hash 2.0.0

v2.0.0
Only Node.js versions >= 6.0.0 are being tested in CI now. No other breaking changes were introduced.

v2.0.1 fixes: puleos/object-hash#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) and winston-daily-rotate-file(4.3.0) use object-hash 1.3.1, but i am stuck by issue puleos/object-hash#71

so 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

@jsf-clabot
Copy link

jsf-clabot commented Dec 4, 2019

CLA assistant check
All committers have signed the CLA.

@codecov
Copy link

codecov bot commented Dec 4, 2019

Codecov Report

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

Impacted file tree graph

@@          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.

@bruceauyeung
Copy link
Author

i think, the two eslint-loader checks failed because of handbars , not this PR .

image

@ricardogobbosouza
Copy link
Collaborator

Updated 356c8e2

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add build for <script type="module">
3 participants