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

Use RunKit to check JS library versions #12

Open
rmzelle opened this issue Nov 12, 2017 · 2 comments
Open

Use RunKit to check JS library versions #12

rmzelle opened this issue Nov 12, 2017 · 2 comments

Comments

@rmzelle
Copy link
Member

rmzelle commented Nov 12, 2017

As a personal reminder, I have a little bit of RunKit code that shows the latest libraries in https://cdnjs.com/, which makes it easier to spot which of the JS libraries in the CSL validator, formatter, and my ref-extractor are out-of-date:

https://runkit.com/rmzelle/59e0e574834ff30012743623

@zuphilip
Copy link
Member

FYI We use https://greenkeeper.io/ in our project https://github.com/locdb/locdb-frend which will then automatically create PR and issues to keep the libraries up-to-date. But the architecture is different then here and you need a CI first.

@rmzelle
Copy link
Member Author

rmzelle commented Nov 12, 2017

Yes, I briefly looked at a few of those CI services to keep libraries up-to-date, but they don't ever seem to cover referenced libraries in HTML files. More for package managers like NPM.

This snippet just saves me from having to check each library one by one on CDNJS.

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

No branches or pull requests

2 participants