Skip to content
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

deps(sdk-metrics): remove unused lodash.merge dependency #4905

Merged

Conversation

pichlermarc
Copy link
Member

@pichlermarc pichlermarc commented Aug 9, 2024

Which problem is this PR solving?

See #4834, @types/lodash are now not compatible with older typescript versions anymore, which makes it fail with Typescript 4.4.4, which we're using. I investigated why we need this dependency (and lodash.merge) and found that it was added some 4 years ago, before the Metrics SDK rewrite (see #1491).

Since that rewrite, however, we don't use it anymore, so it can be safely removed.

How Has This Been Tested?

  • Existing tests

@pichlermarc pichlermarc requested a review from a team August 9, 2024 10:55
Copy link
Contributor

@trentm trentm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

woot

@trentm trentm added this pull request to the merge queue Aug 9, 2024
Merged via the queue into open-telemetry:main with commit 3c30799 Aug 9, 2024
19 checks passed
Zirak pushed a commit to Zirak/opentelemetry-js that referenced this pull request Sep 14, 2024
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.

3 participants