You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is not reporting that the projects dependencies are out of date, it is instead reporting the the projects dependencies are using older versions of Deno stdlib. This is not an issue that the project maintainer can resolve easily, nor is it necessarily a problem unless that version of stdlib has bugs related to the functionality being used.
It should be possible to turn off reporting for dependencies of dependencies.
Also related, the reports that are given are not easy to parse since they refer to hashed content in the local cache, and do not indicate what project actually has the dependency problem. e.g.
Clicking on that link in Deno takes the user to source code, and it is left to the user to try to identify what project that source code might be a part of.
These issues quickly make this project very difficult to use in a Github action workflow since the rate of false positives makes it fail continuously.
The text was updated successfully, but these errors were encountered:
If running
depsbot
against any non-trivial project with a large number of dependencies will result in a large number of reports similar to:This is not reporting that the projects dependencies are out of date, it is instead reporting the the projects dependencies are using older versions of Deno stdlib. This is not an issue that the project maintainer can resolve easily, nor is it necessarily a problem unless that version of stdlib has bugs related to the functionality being used.
It should be possible to turn off reporting for dependencies of dependencies.
Also related, the reports that are given are not easy to parse since they refer to hashed content in the local cache, and do not indicate what project actually has the dependency problem. e.g.
Clicking on that link in Deno takes the user to source code, and it is left to the user to try to identify what project that source code might be a part of.
These issues quickly make this project very difficult to use in a Github action workflow since the rate of false positives makes it fail continuously.
The text was updated successfully, but these errors were encountered: