Gar
Gar
This seems like it is a breaking change and I think we should not land this right now. Now that `node-gyp` is a proper config in npm we can look...
That appears to be an invalid `overrides` section. The syntax for overrides requires a proper package spec, not a `$` prefixed string.
Based on the misunderstandings and issues trying to implement that I think we will not be attempting that one. This is not a very big release to begin with, mostly...
This is the v11 issue.
Follow up tasks have issues being tracked. Closing this one
This does not appear to be a bug in npm, and there is no way to currently do what you want here. "optional" in peer deps simply means npm will...
The `==` is probably going to fail linting (should be `===`) and this will need a test.
It's a little concerning that this change passes all test coverage without the need for a new test. This means one of two things: - In tests we are hitting...
There are no unit tests for this util in isolation, we find that unit tests often invite dead code paths and don't usually test the code as it is used....
PHEW, This all shipped with npm [`10.9.0`](https://github.com/npm/cli/blob/latest/CHANGELOG.md#1090-2024-10-03)