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

deps: remove unused deps #4949

Merged
merged 1 commit into from Nov 29, 2022
Merged

Conversation

outsideris
Copy link
Member

Description of the Change

Remove unused 3 dependencies.

  • configstore
    • It introduced in 2137163 . But It appears to have been added by mistake from the beginning.
  • through2
    • It was introduced in a81e555 7 years ago for browserify. But I couldn't find where to use it in this commit.
    • It looks like removed in this commit when we drop the browserify.
  • watchify
    • It was introduced at c04c1d7 . But I couldn't find where to use it in this commit.
    • This is for browserify. Now we don't use browserify anymore.

Signed-off-by: Outsider <outsideris@gmail.com>
@juergba
Copy link
Member

juergba commented Nov 27, 2022

@outsideris there is a watch script in package-scripts.js, I suppose it uses watchify for its purpose. I don't think anybody has ever used that script, so could certainly be removed.

@outsideris
Copy link
Member Author

@juergba Did you mean here? I think docs.watch doesn't use watchify.

Copy link
Member

@juergba juergba left a comment

Choose a reason for hiding this comment

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

@outsideris thank you

@juergba juergba added type: chore generally involving deps, tooling, configuration, etc. semver-patch implementation requires increase of "patch" version number; "bug fixes" run-browser-test run browser tests on forked PR if code is safe labels Nov 29, 2022
@github-actions github-actions bot removed the run-browser-test run browser tests on forked PR if code is safe label Nov 29, 2022
@juergba juergba merged commit fc4ac58 into mochajs:master Nov 29, 2022
@juergba juergba added this to the next milestone Nov 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver-patch implementation requires increase of "patch" version number; "bug fixes" type: chore generally involving deps, tooling, configuration, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants