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 portfinder dependency #1368

Merged
merged 1 commit into from
Apr 13, 2022

Conversation

Trott
Copy link
Contributor

@Trott Trott commented Apr 12, 2022

Description

This change removes the unused portfinder dependency.

Motivation and Context

The portfinder dependency is the lone source of an npm audit warning on end-user installation. This change fixes that problem.

How Has This Been Tested?

I ran npm test on the current master branch and on this feature branch and got the same results. I also did a grep for portfinder throughout the code base and it only appeared in package.json one time, in the list of dependencies.

The portfinder dependency appears to be unused. It is the lone source
of an npm audit warning on end-user installation. This change removes
it.
@dherault
Copy link
Owner

Thanks for your first contribution @Trott. I like your GitHub profile 👍

@dherault dherault merged commit 0783fe8 into dherault:master Apr 13, 2022
@Trott Trott deleted the rm-portfinder branch April 13, 2022 18:20
@Trott
Copy link
Contributor Author

Trott commented Apr 13, 2022

I realize this may already be planned, but just in case not, a new release with this in it would be great, so that we can install it and remove warnings in GitHub interfaces and from npm audit.

@dherault
Copy link
Owner

It's in the shop :)

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.

None yet

2 participants