Skip to content

Remove unused dependencies#402

Open
NimmiW wants to merge 2 commits intotimoa:developfrom
NimmiW:develop
Open

Remove unused dependencies#402
NimmiW wants to merge 2 commits intotimoa:developfrom
NimmiW:develop

Conversation

@NimmiW
Copy link

@NimmiW NimmiW commented Sep 11, 2023

Hello,

I noticed that dependencies acorn andacorn-jsx declared in the package.json file are unused in the source files of the project. Removing these unused dependencies has an impact on the number of CI build minutes that are consumed during CI due to bumpings of unused dependencies by bots. In fact, I found 11 commits, bumping versions of these unused dependencies, recently made by the renovate bot, and those commits consume over 88 minutes of build time. Thus, removing the unused dependencies (including the ones I suggested) would save a substantial amount of CI build time.

On the other hand, removing unused dependencies may reduce the number of pull requests needed to be reviewed by developers for such cases.

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