-
Notifications
You must be signed in to change notification settings - Fork 2
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
Replace @types/rdf-js with @rdfjs/types #122
Comments
Curious, are you automatically generating this and similar issues? Because you dug up some real old repos :) |
I was trying to pin down some warnings that I was getting from components.js building the Community Solid Server so I ran the following search to see what uses of @types/rdf-js were still in use https://github.com/search?q=%22%5C%22%40types%2Frdf-js%5C%22%3A+%5C%22%22+language%3AJSON&type=code |
I got that from the linked issue. I wonder about the technique of creating these issues. There are 600+ matches for And by the way, we should also discourage usages of |
Aha - I'm just going through the first couple of pages worth of non-archived repos by hand (filtering out forks also brings the number down to 300). Sorry for any noise created on repo's that aren't in use much anymore. |
Agreed - looks like you have write permissions for https://www.npmjs.com/package/rdf-js; perhaps you could mark it as deprecated (per https://docs.npmjs.com/deprecating-and-undeprecating-packages-or-package-versions) |
Good point. Thanks |
Done, and updated the readme (rdfjs/types#40) I tweaked your search terms a little. In addition to excluding forks, I also excluded archived repos and match only And 69 of |
Usage of
@types/rdf-js
should be@rdfjs/types
instead. See https://github.com/rdfjs/types?tab=readme-ov-file#what-about-typesrdf-jsThis was discovered in the same way as quadstorejs/quadstore#167 (comment).
hydra-validator/validator-analyse/package.json
Line 37 in b520a80
The text was updated successfully, but these errors were encountered: