fix: properly handle directory, file, git and alias specs in overrides#5960
fix: properly handle directory, file, git and alias specs in overrides#5960lukekarrys merged 1 commit intolatestfrom
Conversation
|
Any chance of backporting the fix to the latest version 8? @nlf |
|
I believe 8 was EOL once 9 came out. |
|
Is there a place where this is documented? The npm documentation contains information all the way back to version 6. |
|
My understanding is that anything that's not the latest major only gets security patches. It being included in a supported node line certainly means it would get those. I'll leave it to the npm folks to decide what they want to backport ofc, i just wanted to set expectations. |
the previous logic was a bit naive and assumed that the spec in use would always be a range or version. these changes allow directory, file, git and alias spec types to be overridden the same way as other types
related to #5007