tediousjs / tedious

Node TDS module for connecting to SQL Server databases.
http://tediousjs.github.io/tedious/
MIT License
1.56k stars 443 forks source link

chore: cleanup dependencies #1606

Closed arthurschreiber closed 4 months ago

arthurschreiber commented 4 months ago

This pull request cleans up a few dependencies.

First, it updates @types/node to the latest version of 18.x, because that's the minimum version of Node.js that we support.

Then, it removes the dependency on es-aggregate-error (and @types/es-aggregate-error), because AggregateError is now built-into Node.js. Same for node-abort-controller, AbortController and AbortSignal are now built-into Node.js as well.

Last, it also drops the dependency on jsbi, as we have migrated all uses of it to use BigInt some while ago.

github-actions[bot] commented 4 months ago

:tada: This PR is included in version 18.0.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: