Update all dependencies and force a rebuild#445
Conversation
|
You can pick either this, or #447 - or none of them, but you can't pick both :-) |
|
Hello @folknor, Thanks for taking care of this! You're right, some of those dependencies have been sitting on 2022 versions for too long. To answer your question: acorn was used for parsing during the build process, and it's one of the things I'll clean up as part of the v11 release. Since this and #447 are mutually exclusive, I will be evaluating both as part of the v11 build pipeline overhaul. As I mentioned in #447, I would love to have you involved in that discussion, given how well you know the internals. I will be publishing the v11 release plan soon, so stay connected for updates. Thanks as always for your continuous support, much appreciated! Have a nice day, cheers! :) |
Hi
Some of the dependencies are out of date from 2022 :-)
I updated all package.json deps to the latest available versions and did a
npm run build.I tested this with my local code and it looks good to me.
Thank you
P.S.: btw what is the
acornpackage used for? :-)