JLuboff / connect-mssql-v2

MS SQL Server session store for Express Session
MIT License
5 stars 7 forks source link

chore: update dx #75

Open bradtaniguchi opened 3 months ago

bradtaniguchi commented 3 months ago
bradtaniguchi commented 3 months ago

I need to look a bit more at this (mainly the test script items),

I'm seeing some error logs within the action around memory leaks. I think a pass through the tests can help. (wont be in this PR)

but we probably want to increment the version (minor) and add into the CHANGELOG what has been done.

This can probably be done using conventional-commits and something like: https://www.npmjs.com/package/standard-version

We'd need to enforce conventional-commits first, and maybe overhaul/update the changelog. Might need to play around with a setup in another repo first as to not disrupt anything.

Probably want to check if any of the dependencies need updates (minor) as well.

npm audit might be helpful here, alternatively dependabot already does this async as well.