jw3 commented on a change in pull request #26:
URL: https://github.com/apache/daffodil-vscode/pull/26#discussion_r728095838
##########
File path: yarn.lock
##########
@@ -0,0 +1,4249 @@
+# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
Review comment:
I would have to look for best practices, but offhand I would say you
don't have to regen the entire file, can use the cli and or your explicit
dependency list to target a specific package to update.
So if given a finding in a dependency you could surgically update it and
only get changes to that and whatever transients it brings along. That would
be the most stable way to do it.
As with any dependency management, YMMV.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]