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

Remove dead dependency snake-case #938

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

StefanDBTLabs
Copy link

Summary

resolves #937

snake-case is a deprecated repo. just-snake-case does the same thing with fewer dependencies.

Test plan

image

Copy link

vercel bot commented Jan 16, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
svgr ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 16, 2024 10:14pm

@@ -40,7 +40,7 @@
"commander": "^9.4.1",
"dashify": "^2.0.0",
"glob": "^8.0.3",
"snake-case": "^3.0.4"
"just-snake-case": "^3.2.0"
Copy link

@zettca zettca Mar 28, 2024

Choose a reason for hiding this comment

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

Why not change-case instead?

  • It could also replace camelcase
  • It's what the author recommends (same author)
  • It's more popular (projects will more likely have change-case than just-snake-case already in their node_modules)

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.

Snake Case dependancy is depricated
2 participants