Closed MichalBryxi closed 6 months ago
Happy to hear your thoughts. I can't tell if this change also means that the code compatibility will suffer? But some cuts need to be done at some point?
I'm happy dropping support for node <18. Could you please update
package.json
accordingly as well?
Should be done as well.
It's "changing the lightbulb" again :) Now there seems to be an old security issue in node(?) I tried to follow the most reasonably looking answer by this commit.
Seems to easy to see that nothing dodgy is going on by:
npm_config_yes=true npx yarn-audit-fix
Now waiting for the CI to tell yes/no.
This ... is getting pretty tangly. Any chance someone who might have a better overview over the project could take a look? I was trying to make a minimal change necessary, but ... things keep needing attention...
Talked on Discord about this. The goal here is not to update the package per-se, but to allow me to progress with #365. Given that this package might get replaced, significant efforts to modernise it are not good use of anyone's time. So going to close this PR and see if #365 can be "fixed" simply by changing the README which might pass the CI.
node@12.x
is surprisingly not trivial to install on modern OSX without breaking my other projects.16.x
is supported through3.28.0 - 5.3.0
, it seems like a safe bet.node@18
.