Skip to content

refactor: replace lodash.mergewith with custom deepMerge utility#1648

Closed
tyler-dane wants to merge 3 commits intomainfrom
chore/lodash
Closed

refactor: replace lodash.mergewith with custom deepMerge utility#1648
tyler-dane wants to merge 3 commits intomainfrom
chore/lodash

Conversation

@tyler-dane
Copy link
Copy Markdown
Contributor

  • removed lodash.mergewith dependency from package.json
  • implemented deepMerge function for deep merging objects in core/util/object.util.ts
  • updated mock.setup.ts, user-metadata.service.ts, and map.event.ts to use deepMerge instead of lodash.mergewith
    Closes Remove lodash.mergeWith #1642

* removed lodash.mergewith dependency from package.json
* implemented deepMerge function for deep merging objects in core/util/object.util.ts
* updated mock.setup.ts, user-metadata.service.ts, and map.event.ts to use deepMerge instead of lodash.mergewith
@tyler-dane tyler-dane closed this Apr 14, 2026
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.

Remove lodash.mergeWith

1 participant