Orasund / elm-ui-widgets

Collection of reusable views for elm-ui.
https://orasund.github.io/elm-ui-widgets/
BSD 3-Clause "New" or "Revised" License
85 stars 11 forks source link

Remove unused dependencies #78

Closed elm-review-bot closed 3 years ago

elm-review-bot commented 3 years ago

Hello :wave:!

I noticed there were unused dependencies in your package. Here is a pull request to remove them. After this gets merged, I recommend publishing a new release, unless you are working on something else in the meantime.

I found this issue using elm-review and the NoUnused.Dependencies rule from jfmengels/elm-review-unused. You can re-create my findings by running this command:

npx elm-review --template jfmengels/elm-review-unused/example --rules NoUnused.Dependencies

If you like these findings and want to find more dead code in your code, you can add elm-review to your project like this:

npx elm-review init --template jfmengels/elm-review-unused/example
# then to run it:
npx elm-review # reports problems
npx elm-review --fix # fixes the issue.

More information on how to get started in the elm-review documentation, and you can read more about how dead code removal is done using this tool.

This pull request was made automatically (by @MartinSStewart). You can tell me to stop making pull requests like this by writing "please stop".

Have a nice day!

MartinSStewart commented 3 years ago

Hey @Orasund sorry. It seems my bot got confused and sent you a PR that's out of date. I'll go ahead and close it since it's going to incorrectly change the package version number. The rest of the PR should be valid though.