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 unnecessary events dependency #473

Merged
merged 1 commit into from
Dec 5, 2024

Conversation

Gudahtt
Copy link
Member

@Gudahtt Gudahtt commented Nov 26, 2024

This dependency was not used anywhere. Previously it was brought in because an older version of this controller extended EventEmitter, but even then the package wasn't really used (the Node.js events module was resolved instead).

We're not even using EventEmitter anymore since the migration to the BaseControllerV2 base class.

Copy link

socket-security bot commented Nov 26, 2024

Removed dependencies detected. Learn more about Socket for GitHub ↗︎

🚮 Removed packages: npm/[email protected]

View full report↗︎

@Gudahtt Gudahtt marked this pull request as ready for review November 26, 2024 19:50
@Gudahtt Gudahtt requested a review from a team as a code owner November 26, 2024 19:50
Copy link
Contributor

@mcmire mcmire left a comment

Choose a reason for hiding this comment

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

Didn't see this until now! Looks good.

This dependency was not used anywhere. Previously it was brought in
because an older version of this controller extended `EventEmitter`,
but even then the package wasn't really used (the Node.js events module
was resolved instead).

We're not even using `EventEmitter` anymore since the migration to the
`BaseControllerV2` base class.
@Gudahtt Gudahtt force-pushed the remove-unnecessary-events-dependency branch from 6bd0ebe to d111fdb Compare December 4, 2024 23:52
@Gudahtt Gudahtt merged commit 739da76 into main Dec 5, 2024
16 checks passed
@Gudahtt Gudahtt deleted the remove-unnecessary-events-dependency branch December 5, 2024 00:02
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.

3 participants