Skip to content
This repository has been archived by the owner on Jan 12, 2022. It is now read-only.

Update deepmerge: 4.0.0 → 4.2.2 (minor) #19

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

depfu[bot]
Copy link
Contributor

@depfu depfu bot commented Oct 29, 2019

Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.

What changed?

✳️ deepmerge (4.0.0 → 4.2.2) · Repo · Changelog

Release Notes

4.2.2 (from changelog)

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

4.2.1 (from changelog)

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

4.2.0 (from changelog)

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

4.1.2 (from changelog)

  • Rolled back #167 since Object.assign breaks ES5 support. 55067352

4.1.1 (from changelog)

  • The options argument is no longer mutated #167

4.1.0 (from changelog)

  • cloneUnlessOtherwiseSpecified is now exposed to the arrayMerge function #165

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 31 commits:


Depfu Status

Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

All Depfu comment commands
@​depfu rebase
Rebases against your default branch and redoes this update
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu close
Closes this PR and deletes the branch
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)
@​depfu pause
Ignores all future updates for this dependency and closes this PR
@​depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@​depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)

@depfu depfu bot added the depfu label Oct 29, 2019
@depfu depfu bot force-pushed the depfu/update/npm/deepmerge-4.2.2 branch from ddc4485 to dd66466 Compare November 19, 2019 06:40
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants