tediousjs / node-mssql

Microsoft SQL Server client for Node.js
https://tediousjs.github.io/node-mssql
MIT License
2.23k stars 465 forks source link

deps: update tedious to v16.1.0 #1500

Closed ruyadorno closed 1 year ago

ruyadorno commented 1 year ago

Updates tedious to v16.1.0. The only documented breaking change from v15 -> v16 is dropping support to node14.

ruyadorno commented 1 year ago

...which breaks CI that is running node14 still. With that in mind maybe it's a good idea to also update the supported version of node for mssql, I see that in package.json it still points to v10 but that will lead to a semver-major version for mssql for the release that lands it.

dhensby commented 1 year ago

I'll find some time to look at this upgrade

dhensby commented 1 year ago

I'm closing this in favour of #1518