-
Notifications
You must be signed in to change notification settings - Fork 12
Update dataset generation dependencies #18
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
Update dataset generation dependencies #18
Conversation
Pull Request Test Coverage Report for Build 14534322527Details
💛 - Coveralls |
Note that resolutions will only work when this package is installed (in-dev) using yarn. Are you sure the resolution is needed? Can't the invalid context lookups be avoided in another way? |
I hope it can be avoided in another way. The issue seems to be that, when CSS is started, it uses I tried to change the |
These are the warnings it prints first (a lot of them, for all dependencies that use componentsjs 6):
Then it crashes with this error:
|
293b728
to
0a99996
Compare
Serving the dataset works again without the resolutions field, since the Linked Software Dependencies server is back up. 🥳 This is now ready for review. |
This is a small change to update to the latest versions of the generation-related dependencies.
This also adds a resolutions field for componentsjs, because version 5.x causes context lookup errors when serving the dataset. The CSS uses componentsjs 5.x, as well as Comunica 2.x (according to yarn.lock) that also uses componentsjs 5.x.