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 deps #7685

Merged
merged 2 commits into from
Sep 16, 2024
Merged

chore: remove unused deps #7685

merged 2 commits into from
Sep 16, 2024

Conversation

KenLSM
Copy link
Contributor

@KenLSM KenLSM commented Sep 16, 2024

Problem

Removing unused deps that are false positively marked as critical. Those packages are not in used.

Generally, we should remove deps that are no longer used so as both reduce the noise by audits and as well as reducing the possible area of attack.

Solution

Check and remove packages that are not in used.

Removed

  • selectize, sortablejs: used during angular times
  • coveralls: fully transitioned to gh actions
  • @opengovsg/credits-generator: should be executed through npx instead of installed as devDeps

Breaking Changes

  • No - this PR is backwards compatible

@KenLSM KenLSM requested a review from kevin9foong September 16, 2024 07:42
Copy link
Contributor

@kevin9foong kevin9foong left a comment

Choose a reason for hiding this comment

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

Thanks once again for removing all these unused deps!

@KenLSM KenLSM merged commit ca7fec0 into develop Sep 16, 2024
24 checks passed
@KenLSM KenLSM deleted the chore/remove-unused-deps branch September 16, 2024 08:07
@kevin9foong kevin9foong mentioned this pull request Sep 26, 2024
46 tasks
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.

2 participants