Closed yuiseki closed 10 months ago
I think we can drop support for nodejs 16 and under, since they're already out of the LTS maintenance period. We should probably add 20.x to the test matrix as well
@smellman Thank you for your suggestion! I have updated the documentation. Please re-review 🙏
TL;DR
@unvt/sprite-one
to v0.1.1.@unvt/sprite-one
depends onsharp
, which only officially supports Node.js v18 and above@unvt/charites
will continue to support Node.js v14, v16.github/workflows/build.yml
Description
@unvt/charites
includes@unvt/sprite-one
in dependencies.@unvt/sprite-one
v0.0.9 includessharp
in dependencies.sharp
includeslibwebp
in dependencies.libwebp
is vulnerable to CVE-2023-4863. Fortunately, this vulnerability has already been fixed.@unvt/sprite-one
to v0.1.1.So,
@unvt/sprite-one
to v0.1.1.Type of Pull Request
Verify the followings
main
branchnpm run build
npm run lint
charites help
globallyRefer to CONTRIBUTING.MD for more details.