update node and update the development dependencies#3413
update node and update the development dependencies#3413sschiessl-bcp merged 14 commits intobitshares:developfrom xiangxn:update-node
Conversation
sschiessl-bcp
left a comment
There was a problem hiding this comment.
I added some reviews.
-
In general, please adjust your local formatter to produce consistent output, otherwise it will get messy. We can do a separate pull request reformatting everything at once if we want to update formatting, but not mix with business logic (a pain for conflicts)
-
You switched now to yarn in travis and appveyor. travis would be outdated anyways, so doesnt matter. In any case, we decided to use npm (package.lock) as source of truth, and keep a yarn in sync), didn't we? In any case, you have not changed package.lock, so that one would be out of sync now
|
I understand this is now an annoying request, can you please remove all reformatting-only changes from the code? I would very much prefer that we decide afterwards what formatting we use and then do one "global reformatting" PR |
|
If I understood correctly, the format change was automatically done by the Note: the last commit 9c667eb has no content. It changed nothing. |
Yes, I thought I changed it, but after submitting it, I found it was done automatically, and I didn't make any changes to the configuration file. Now I have restored the file after closing it. |
"Precommit" is only valid for the file that was added to "git commit" last time. |
|
@xiangxn I want to say that we should not waste time arguing about code format or even reformatting code manually. If the prettier is working, just let it do it. |
|
Reformatting due to changed formatter and business logic should be done separately, simply for the sake of conflicts. It's not a blocker for this PR, but it's annoying. Let's discuss a global reformating #3418 |
These formatting issues are not because I used the formatter alone. This is entirely due to the automatic completion of the new dependent tools. I have not updated the versions of these tools, so will these format changes be the previous abnormal format? |
Just found that the URLs in IMHO making progress is more important than making things perfect. Please avoid endless discussions. |
After repeated testing and installation of dependency packages, I found that the current dependency can hardly be completed with npm. This is not only because of the source problem, but also because yran and npm deal with upstream dependency conflicts differently. Even if it is not in China, yarn's work is still better than npm, you can use npm and yran to test the installation dependencies separately to verify what I said. |
|
FWIW in It says
|
- refactor svgs to fit new loader version



update node
update node version to 16.13.1
At the same time update the development dependencies
@sschiessl-bcp I have submitted a separate PR for update node.