Skip to content

chore: Remove lodash #130

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

Merged
merged 16 commits into from
May 19, 2022
Merged

chore: Remove lodash #130

merged 16 commits into from
May 19, 2022

Conversation

sarahetter
Copy link
Contributor

@sarahetter sarahetter commented May 17, 2022

This removes (most) of the lodash we have in this repo. I kept mergeWith as there wasn't any simple ES6/quick fix I could write up to replace this function, so I opted to only include the lodash.mergewith package, instead of all of lodash.

Closes: #129

@sarahetter sarahetter added the type: chore work needed to keep the product and development running smoothly label May 17, 2022
@sarahetter sarahetter requested a review from a team May 17, 2022 18:49
Copy link
Contributor

@nickytonline nickytonline left a comment

Choose a reason for hiding this comment

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

This is looking great @sarahetter! I l left some comments and change requests.

@sarahetter sarahetter requested a review from nickytonline May 18, 2022 19:47
@sarahetter
Copy link
Contributor Author

Depends on #132 to be merged first

Copy link
Contributor

@nickytonline nickytonline left a comment

Choose a reason for hiding this comment

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

Looks good, @sarahetter! There are so many anys in the codebase that the changes in this PR are fine. As discussed. we'll schedule cleaning up types in here at some point.

Also, as we discovered, _.flow was using any pretty liberally. 🙃

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: chore work needed to keep the product and development running smoothly
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove lodash from Gatsby plugin
3 participants