Closed wellwelwel closed 2 months ago
@sidorares, to fix the release-please error:
✖ Error when creating branch
Error: release-please failed: Error creating Pull Request: Resource not accessible by integration
Go to:
Settings > Actions > General > Workflow permissions
Then, check this option 🙋🏻♂️
Sorry for the unsolicited PR. Please, feel free to close as well.
This PR follows exactly the same purpose of https://github.com/sidorares/node-mysql2/pull/2988.
Small chores
Cache
This dependency change prevents conflicts for multiple major versions of the same package for the final user.
Also, it's interesting to note that even upgrading
lru-cache
to the same version for bothnamed-placeholders
andmysql2
, this would still imply a premature breaking change in order to an outdated version of thelru-cache
(8.x
instead of11.x
).To use the latest
lru-cache
, it requires Node.jsv20.x.x
or higher.