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: remove unused dependencies and update ESLint configuration #6690

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

okorion
Copy link

@okorion okorion commented Feb 19, 2025

Summary

This PR removes unused dependencies and unnecessary TypeScript ESLint dependencies from the project.

Changes

  • Removed unnecessary TypeScript ESLint dependencies:

  • Removed other unused dependencies identified via depcheck:

    • @changesets/changelog-github
    • @changesets/cli
    • @commitlint/cli
    • @commitlint/config-conventional
    • @ianvs/prettier-plugin-sort-imports
    • @manypkg/cli
    • concurrently
    • cross-env
    • pretty-quick
    • puppeteer
  • Updated pnpm-lock.yaml to reflect the changes.

Why?

  • These dependencies were either not used in the project or no longer necessary.
  • Cleaning up dependencies improves maintainability and reduces potential security risks.

Verification

  • Ran pnpm run build
  • Ran pnpm run test
  • Verified pnpm run lint
  • Verified pnpm run format:check
  • No breaking changes observed.

Notes

  • menubar.json were modified automatically during the build process.
  • These files are auto-generated, so the changes were left as-is.

Copy link

vercel bot commented Feb 19, 2025

@okorion is attempting to deploy a commit to the shadcn-pro Team on Vercel.

A member of the Team first needs to authorize it.

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.

1 participant