Skip to content

build: update dependency deepmerge to v4 #62

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 8, 2019

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
deepmerge ^2.0.0 -> ^4.0.0 age adoption passing confidence

Release Notes

TehShrike/deepmerge

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

v2.2.1

Compare Source

  • bug: typescript export type was wrong #​121

v2.2.0

Compare Source

  • feature: added TypeScript typings #​119

v2.1.1

Compare Source

  • documentation: Rename "methods" to "api", note ESM syntax #​103
  • documentation: Fix grammar #​107
  • documentation: Restructure headers for clarity + some wording tweaks 108 + 109

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 is behind base branch, 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 has been generated by Mend Renovate. View repository job log here.

@coveralls
Copy link

coveralls commented Jul 8, 2019

Coverage Status

Coverage remained the same at 99.153% when pulling 4a9fe86 on renovate/deepmerge-4.x into 27aaf4e on master.

@renovate renovate bot force-pushed the renovate/deepmerge-4.x branch 3 times, most recently from d657595 to 752108d Compare July 12, 2019 04:29
@renovate renovate bot force-pushed the renovate/deepmerge-4.x branch 7 times, most recently from ba95bab to 1f84f9d Compare July 24, 2019 02:34
@renovate renovate bot force-pushed the renovate/deepmerge-4.x branch 3 times, most recently from c1d2ff6 to a6b8fe4 Compare August 5, 2019 22:26
@renovate renovate bot force-pushed the renovate/deepmerge-4.x branch from a6b8fe4 to 441cce2 Compare August 6, 2019 22:56
@renovate renovate bot force-pushed the renovate/deepmerge-4.x branch 4 times, most recently from 2c06842 to ba9ea46 Compare August 20, 2019 23:45
@renovate renovate bot force-pushed the renovate/deepmerge-4.x branch from ba9ea46 to aebe9ad Compare August 23, 2019 14:00
@renovate renovate bot force-pushed the renovate/deepmerge-4.x branch 2 times, most recently from 2750019 to a8ab6a7 Compare September 10, 2019 02:56
@renovate renovate bot force-pushed the renovate/deepmerge-4.x branch 3 times, most recently from aa3b5f2 to 97b48fc Compare September 17, 2019 19:29
@renovate renovate bot force-pushed the renovate/deepmerge-4.x branch 2 times, most recently from 6fbb73b to 8c5ca38 Compare September 29, 2019 17:02
@renovate renovate bot force-pushed the renovate/deepmerge-4.x branch 3 times, most recently from 110d562 to d94309d Compare October 10, 2019 03:45
@renovate renovate bot force-pushed the renovate/deepmerge-4.x branch 5 times, most recently from 1cc0d75 to 0f23a79 Compare January 2, 2020 23:34
@renovate renovate bot force-pushed the renovate/deepmerge-4.x branch 2 times, most recently from b60dad9 to 0ba41e1 Compare January 15, 2020 11:46
@renovate renovate bot force-pushed the renovate/deepmerge-4.x branch 4 times, most recently from f0238bd to 64e467d Compare January 30, 2020 00:30
@renovate renovate bot force-pushed the renovate/deepmerge-4.x branch 2 times, most recently from c837a00 to c287de2 Compare February 6, 2020 23:58
@renovate renovate bot force-pushed the renovate/deepmerge-4.x branch from c287de2 to 05b1b76 Compare February 19, 2020 21:56
@renovate renovate bot force-pushed the renovate/deepmerge-4.x branch 5 times, most recently from 8efaa0b to 8359917 Compare March 7, 2020 04:31
@renovate renovate bot force-pushed the renovate/deepmerge-4.x branch 3 times, most recently from 61f893d to 110ac89 Compare March 14, 2020 21:22
@renovate renovate bot force-pushed the renovate/deepmerge-4.x branch 5 times, most recently from 0d8db96 to 4a9fe86 Compare March 22, 2020 05:02
@renovate renovate bot force-pushed the renovate/deepmerge-4.x branch from 4a9fe86 to 1466973 Compare March 22, 2020 23:59
@renovate
Copy link
Contributor Author

renovate bot commented Mar 24, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

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

Successfully merging this pull request may close these issues.

2 participants