Discussion:
[elm-discuss] elm-outdated
Fedor Nezhivoi
2017-09-30 17:21:50 UTC
Permalink
Hi folks!

I was a bit tired of looking for outdated dependencies in my project
manually so I created a small tool
<https://www.npmjs.com/package/elm-outdated> to help with that.

Output is somewhat similar to `npm outdated` or `yarn outdated`.

Here is example output for `elm-spa-example`:
```

$ elm-outdated
package current wanted latest
elm-community/json-extra 2.1.0 2.3.0 2.3.0
mgold/elm-date-format 1.3.0 1.4.0 1.4.0

$ elm-outdated
package current wanted latest
elm-community/json-extra 2.1.0 2.3.0 2.3.0
mgold/elm-date-format 1.3.0 1.4.0 1.4.0

$ elm-outdated
package current wanted latest
elm-community/json-extra 2.1.0 2.3.0 2.3.0
mgold/elm-date-format 1.3.0 1.4.0 1.4.0

$ elm-outdated
package current wanted latest
elm-community/json-extra 2.1.0 2.3.0 2.3.0
mgold/elm-date-format 1.3.0 1.4.0 1.4.0

$ elm-outdated
package current wanted latest
elm-community/json-extra 2.1.0 2.3.0 2.3.0
mgold/elm-date-format 1.3.0 1.4.0 1.4.0

$ elm-outdated
package current wanted latest
elm-community/json-extra 2.1.0 2.3.0 2.3.0
mgold/elm-date-format 1.3.0 1.4.0 1.4.0

```
--
You received this message because you are subscribed to the Google Groups "Elm Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elm-discuss+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Fedor Nezhivoi
2017-09-30 17:27:24 UTC
Permalink
Hi folks!

Those of you who are writing production applications probably have to look
after outdated dependencies from time to time. Usually it’s a bit of a pain
since there is no built-in way in elm-package to check that. So I’ve made a small
tool <https://github.com/gyzerok/elm-outdated> which helps checking which
dependencies are outdated.

Here is example output for elm-spa-example:

<Loading Image...>
​
--
You received this message because you are subscribed to the Google Groups "Elm Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elm-discuss+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
'Rupert Smith' via Elm Discuss
2017-10-01 20:17:37 UTC
Permalink
Post by Fedor Nezhivoi
Hi folks!
Those of you who are writing production applications probably have to look
after outdated dependencies from time to time. Usually it’s a bit of a pain
since there is no built-in way in elm-package to check that. So I’ve made
a small tool <https://github.com/gyzerok/elm-outdated> which helps
checking which dependencies are outdated.
<https://lh3.googleusercontent.com/-tc9ANus-czQ/Wc_Tyn_oJ4I/AAAAAAAAAlQ/7YvbPmsupkoqzxj2NGjpymyLFyvGxD2OgCLcBGAs/s1600/Screen%2BShot%2B2017-09-30%2Bat%2B20.26.05.png>
​
Thanks, very useful.
--
You received this message because you are subscribed to the Google Groups "Elm Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elm-discuss+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Vlad GURDIGA
2017-10-02 07:35:48 UTC
Permalink
Yeah I find it useful, thank you! 👍
--
You received this message because you are subscribed to the Google Groups "Elm Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elm-discuss+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...