nuxt-modules icon indicating copy to clipboard operation
nuxt-modules copied to clipboard

fix(deps): update dependency deepmerge to v4

Open renovate[bot] opened this issue 6 years ago • 1 comments

This PR contains the following updates:

Package Change Age Confidence
deepmerge 2.2.1 -> 4.3.1 age confidence

Release Notes

TehShrike/deepmerge (deepmerge)

v4.3.1

Compare Source

  • Fix type definition for arrayMerge options. #​239

v4.3.0

Compare Source

  • Avoid thrown errors if the target doesn't have propertyIsEnumerable. #​252

v4.2.2

Compare Source

  • isMergeableObject is now only called if there are two values that could be merged. a34dd4d2

v4.2.1

Compare Source

  • Fix: falsey values can now be merged. #​170

v4.2.0

Compare Source

  • Properties are now only overwritten if they exist on the target object and are enumerable. #​164

Technically this could probably be a patch release since "which properties get overwritten" wasn't documented and accidentally overwriting a built-in function or some function up the property chain would almost certainly be undesirable, but it feels like a gray area, so here we are with a feature version bump.

v4.1.2

Compare Source

v4.1.1

Compare Source

  • The options argument is no longer mutated #​167

v4.1.0

Compare Source

  • cloneUnlessOtherwiseSpecified is now exposed to the arrayMerge function #​165

v4.0.0

Compare Source

  • The main entry point in package.json is now a CommonJS module instead of a UMD module #​155

v3.3.0

Compare Source

  • Enumerable Symbol properties are now copied #​151

v3.2.1

Compare Source

  • bumping dev dependency versions to try to shut up bogus security warnings from Github/npm #​149

v3.2.0

Compare Source

v3.1.0

Compare Source

  • typescript typing: make the all function generic #​129

v3.0.0

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • [ ] If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

renovate[bot] avatar Jul 13 '19 08:07 renovate[bot]

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #23   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           4      4           
  Lines           8      8           
=====================================
  Hits            8      8

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 ec44005...b5fdef9. Read the comment docs.

codecov-io avatar Jul 13 '19 08:07 codecov-io