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

Drop lodash as a dependency #6281

Open
Xorok opened this issue Feb 14, 2025 · 0 comments
Open

Drop lodash as a dependency #6281

Xorok opened this issue Feb 14, 2025 · 0 comments
Labels
Status: Triage Needs to be verified, categorized, etc

Comments

@Xorok
Copy link

Xorok commented Feb 14, 2025

Is your feature request related to a problem? Please describe.

Lodash/Lodash-es is not actively maintained anymore, it hasn't been updated in four years. For many functions, there are native JS alternatives nowadays and other more performant libraries.

Describe the solution you'd like / Describe alternatives you've considered

Replace Lodash with native JS functions or a more modern, actively maintained library.
I would suggest es-toolkit, which is actively maintained (last update 2 weeks ago), is faster than Lodash and offers a drop-in replacement for Lodash.

Additional context

Angular v19 project with mermaid v10.9.3.

@github-actions github-actions bot added the Status: Triage Needs to be verified, categorized, etc label Feb 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Triage Needs to be verified, categorized, etc
Projects
None yet
Development

No branches or pull requests

1 participant