fix(deps): update dependency deepmerge to v4
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| deepmerge | ^3.0.0 -> ^4.0.0 |
Release Notes
TehShrike/deepmerge
v4.3.0
- Avoid thrown errors if the target doesn't have
propertyIsEnumerable. #252
v4.2.2
isMergeableObjectis now only called if there are two values that could be merged. a34dd4d2
v4.2.1
- Fix: falsey values can now be merged. #170
v4.2.0
- 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
v4.1.1
- The
optionsargument is no longer mutated #167
v4.1.0
cloneUnlessOtherwiseSpecifiedis now exposed to thearrayMergefunction #165
v4.0.0
- The
mainentry point inpackage.jsonis now a CommonJS module instead of a UMD module #155
Configuration
📅 Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday" in timezone America/Los_Angeles, 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.
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.