-
Notifications
You must be signed in to change notification settings - Fork 110
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
Installing CLI raises warnings #2019
Comments
Would be nice, but these are not direct dependencies. We do have a number of things that were not easily upgraded, so we've put on pause: It would definitely be appreciated if you have time to figure out what it would take to relax these pins. That might be the source of some of these outdated indirect dependencies. |
I should note that we're not actively developing the legacy, Node-based validator anymore. We are working on the schema validator, which is Deno-based. |
fair enough. In my view curating dependency pins is more "maintenance" than "active development", but 🤷🏻. To me a message like |
These specific dependencies are in the test runner's depencency tree: https://npmgraph.js.org/?q=jest Seems that they know and the release of jest 30 should resolve it: jestjs/jest#15173 |
might be time to do an audit of packages.json, bump some things to newest version and see what breaks.
The text was updated successfully, but these errors were encountered: