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

Add CI for unused dependencies #3372

Draft
wants to merge 17 commits into
base: main
Choose a base branch
from
Draft

Conversation

latekvo
Copy link
Contributor

@latekvo latekvo commented Feb 3, 2025

Description

Remove unnecessary packages.
This PR reduces average yarn install time by __% (___ms)

  • remove all unused packages
  • add CI preventing new unused packages being added to any of the package.json files

Note: all e2e tests seem to be broken

Test plan

see how the following command returns no warnings:
depcheck --ignores="eslint-*,expo-font"

  • all CIs are passing
  • open every example app, on all platforms and architectures available for given example app
  • prettier still works as intended

@latekvo latekvo changed the title @latekvo/clean project packages Clean unused dependencies from package.json files Feb 3, 2025
@latekvo latekvo changed the title Clean unused dependencies from package.json files Add CI for unused dependencies Feb 3, 2025
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