docs: clarify versioned override parent behavior#9537
Conversation
|
Nice clarification, and the core point checks out. I confirmed in the arborist code and with a real install that a versioned key like |
|
Implemented the scoped override follow-up in docs: added explicit note that / are unscoped and do not match scoped packages, and kept the examples using full scoped refs (, ) in . Please re-review when convenient. |
|
Implemented the scoped override follow-up in docs: clarified that and are unscoped references and kept the examples using full scoped references (npm/foo, npm/bar) in package-json docs. |
|
Implemented the follow-up request on the override examples. The parent-key example now explicitly uses , and the direct dependency reference examples now show both unscoped-invalid and scoped-correct forms (/ vs /). Please feel free to re-review. |
|
Implemented the follow-up request on the |
Summary
"."while only overriding childrenTesting
node ./scripts/resetdeps.jsis required before broader checks can run)