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

Bump tedious from 15.0.1 to 16.2.0 #1503

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps tedious from 15.0.1 to 16.2.0.

Release notes

Sourced from tedious's releases.

v16.2.0

16.2.0 (2023-07-02)

Features

  • support TVP parameters in Connection.execSql (#1327) (a37199b)

v16.1.0

16.1.0 (2023-05-07)

Features

v16.0.0

16.0.0 (2023-04-07)

chore

  • drop node 14 support, add node 19 support (#1532) (ef3fd2c)

BREAKING CHANGES

  • Node.js 14.x is no longer supported by tedious.

v15.1.3

15.1.3 (2023-02-12)

Bug Fixes

  • deps: bump jsonwebtoken and @​azure/msal-node (#1511) (3f4865f)

v15.1.2

15.1.2 (2022-11-09)

Bug Fixes

v15.1.1

15.1.1 (2022-11-01)

Bug Fixes

... (truncated)

Commits
  • a093a25 chore: fix devcontainer setup (#1543)
  • a37199b feat: support TVP parameters in Connection.execSql (#1327)
  • ed02374 docs: add comment about a request lasting longer than its timeout (#1486)
  • 9070fa3 ci: update windows ci download links (#1544)
  • e4eadf8 feat: add connector factory method (#1540)
  • d075b9c chore: upgrade to node-abort-controller@3.1.1 (#1537)
  • f76fb87 ci: update windows sql server 2019 and 2022 update urls (#1538)
  • 2859339 ci: also run integration tests against sql server 2016, 2017 & 2019 on window...
  • 18443f3 ci: timeout builds after 20 minutes (#1534)
  • f8086e8 ci: don't require azure tests to pass for release (#1533)
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 1 year ago

Superseded by #1518.