Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

fix(deps): update dependency deepmerge to ^2.0.0 #489

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 24, 2017

This Pull Request updates dependency deepmerge from ^1.5.2 to ^2.0.0

Commits

KyleAMathews/deepmerge

2.0.1

  • 3ab89f2 2.0.1
  • 40709a1 Adding 2.0.1 to changelog
  • 18fd679 Merge pull request #​84 from TehShrike/old-array-merge-example
  • 6b57cc9 Fixing insignificant whitespace
  • e5ad65f Fix the old array merge algorithm to not try to clone when it shouldn't
  • a6a41cf Fix the oldArrayMerge example
  • dd7f212 Merge pull request #​79 from KyleAMathews/TehShrike-patch-1
  • a69a151 Add an explicit note about array merging change
  • d140772 Adding a "check out 2.0.0 changes" link to readme

2.0.0

  • db34d2f 2.0.0
  • 198f75c Merge pull request #​77 from TehShrike/v2
  • d87eb96 Simplify the arrayMerge example to involve less distracting assertions
  • 494d019 Update changelog for 2.0.0
  • ea8524b Update the byte counts thanks to my leet golf skillz
  • 4fdce6a Simplify "was clone specified" logic
  • 48dc381 Removing outdated line about how child objects weren't cloned by default
  • 55c1aa7 Update the byte sizes
  • 635e795 Remove arrow function
  • 93688b2 Update the readme for version 2
  • 970a26e Handle an empty array too, why not
  • bdc290b Allow calling merge.all with only one element
  • 7559f45 Test the new readme filename
  • e021528 README.markdown -> readme.md
  • 9005f24 Switch the default array to concatenation instead of the complicated thing
  • 1159ffb Drop the CJS dist
  • 307b908 Default to cloning

This PR has been generated by Renovate Bot.

@eliperelman
Copy link
Member

No, see #481.

@renovate
Copy link
Contributor Author

renovate bot commented Nov 24, 2017

Renovate Ignore Notification

As this PR has been closed unmerged, Renovate will ignore this upgrade and you will not receive PRs for any future 2.x releases. However, if you upgrade to 2.x manually then Renovate will then reenable updates for minor and patch updates automatically.

If this PR was closed by mistake or you changed your mind, you can simply reopen or rename it to reactivate Renovate for this dependency version.

@edmorley
Copy link
Member

Do we know what deepmerge change broke things before? Is it due to the different array merge algorithm? If so, the deepmerge docs have since been fixed for how to revert to the old merge algorithm.
If it's actually due to something else, then I guess we should try to report the bug upstream?

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

Successfully merging this pull request may close these issues.

None yet

2 participants