fix #89: update root version in package-lock.json#90
Conversation
There was a problem hiding this comment.
Hi @strlns Thanks a lot for opening this PR.
Package lock is one of my least favourite file hence I don't have much intel on its conventions.
However I see what you've done and what was the issue.
Does this fix the issue and guarantees that it won't recur ?
|
Hi @Viijay-Kr , You should be fine by just keeping the root If you use It could also be a good idea to add an For projects that are not VSCode extensions, the desired Node version is usually specified in the But for VSCode extensions it's different: It's important to differentiate between build setup and extension runtime here. Long story short: I had no unwanted changes to So changing Module graph changes in |
|
Just coming back from being annoyed by a mismatch between TL;DR of my longer message above: running |
|
@strlns That was awesome . Thanks a lot for your great insights. I was thinking of integrating 'changesets' into the release process (which should automatically make the relevant changes when I prepare a release if am not wrong) I will accept this PR and also would be delighted to have you as a collaborator if you prefer to contribute to this extension . wdyt ? |
|
Yes, thank you for your kind words - I would very much like to contribute! |
|
Great , I've added you as a collaborator , you should have direct access to the repo |
Maybe "bug" is the wrong label here, more like a "chore"