Skip to content

remove unused lodash imports #3955

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
Open

Conversation

dynst
Copy link

@dynst dynst commented Jul 1, 2025

These files weren't actually using _.

fgrep 'lodash' -rlI packages/ | \
 xargs egrep -L '[^_]_\.' | \
 xargs sed -i -E -e '/ _ = require..lodash/d'
@dynst dynst force-pushed the lodash-removal-2 branch from 789a1fa to 82fe7bc Compare July 1, 2025 22:23
@dynst
Copy link
Author

dynst commented Jul 12, 2025

Is there anything blocking this merge?

@kajoseph
Copy link
Collaborator

Is there anything blocking this merge?

Hi @dynst , thanks for the PR. You'll need to sign all your commits before I'm able to merge
https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits

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