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

chore(deps): cleanup lodash imports and add it as peer #134

Merged
merged 1 commit into from Nov 28, 2023

Conversation

yfrommelt
Copy link
Contributor

@yfrommelt yfrommelt commented Nov 23, 2023

Remove old and deprecated configuration of webpack for lodash tree shaking.
Just import the used function from lodash to prevent it to being fully loaded in projects.
Move lodash import to package's peer dependencies to allow different version in projects.

Copy link

Pull Request Test Coverage Report for Build 6970486304

  • 15 of 15 (100.0%) changed or added relevant lines in 4 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.1%) to 94.737%

Totals Coverage Status
Change from base Build 4989717649: -0.1%
Covered Lines: 192
Relevant Lines: 198

💛 - Coveralls

@yfrommelt yfrommelt marked this pull request as ready for review November 23, 2023 13:48
Copy link

Pull Request Test Coverage Report for Build 6970899734

  • 15 of 15 (100.0%) changed or added relevant lines in 4 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.1%) to 94.969%

Totals Coverage Status
Change from base Build 4989717649: 0.1%
Covered Lines: 188
Relevant Lines: 193

💛 - Coveralls

Copy link

github-actions bot commented Nov 23, 2023

Pull Request Test Coverage Report for Build 7005312465

  • 15 of 15 (100.0%) changed or added relevant lines in 4 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 94.737%

Totals Coverage Status
Change from base Build 7003521903: 0.0%
Covered Lines: 192
Relevant Lines: 198

💛 - Coveralls

.gitignore Outdated Show resolved Hide resolved
@yfrommelt yfrommelt merged commit fb1acb7 into master Nov 28, 2023
4 checks passed
@yfrommelt yfrommelt mentioned this pull request Nov 28, 2023
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.

None yet

4 participants