Skip to content

Commit

Permalink
chore(deps): Bump mssql from 9.2.0 to 10.0.0 (#458)
Browse files Browse the repository at this point in the history
Bumps [mssql](https://github.com/tediousjs/node-mssql) from 9.2.0 to
10.0.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/tediousjs/node-mssql/releases">mssql's
releases</a>.</em></p>
<blockquote>
<h2>v10.0.0</h2>
<h1><a
href="https://github.com/tediousjs/node-mssql/compare/v9.3.2...v10.0.0">10.0.0</a>
(2023-09-06)</h1>
<h3>Features</h3>
<ul>
<li>upgrade tedious to v16 and drop Node 14 support (<a
href="https://github.com/tediousjs/node-mssql/commit/cd0bc02a9e34e106d5196caa419041e4855513c9">cd0bc02</a>)</li>
</ul>
<h3>BREAKING CHANGES</h3>
<ul>
<li>Drop support for NodeJS &lt;= 14. Upgrade tedious version. Update CI
to test NodeJS 20.</li>
</ul>
<h2>v9.3.2</h2>
<h2><a
href="https://github.com/tediousjs/node-mssql/compare/v9.3.1...v9.3.2">9.3.2</a>
(2023-09-06)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>msnodesqlv8 connection string uses correct instance name (<a
href="https://github.com/tediousjs/node-mssql/commit/eb3e4d00d9ef243d33d546e71bffc95948f77617">eb3e4d0</a>)</li>
</ul>
<h2>v9.3.0</h2>
<h1><a
href="https://github.com/tediousjs/node-mssql/compare/v9.2.0...v9.3.0">9.3.0</a>
(2023-09-04)</h1>
<h3>Features</h3>
<ul>
<li>add AAD authentication support to connection strings (<a
href="https://github.com/tediousjs/node-mssql/commit/59aea21a1cf192d15f16c037f1f2914e4d7926d5">59aea21</a>)</li>
</ul>
<h2>v9.2.1</h2>
<h2><a
href="https://github.com/tediousjs/node-mssql/compare/v9.2.0...v9.2.1">9.2.1</a>
(2023-09-05)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>msnodesqlv8 connection string uses correct instance name (<a
href="https://github.com/tediousjs/node-mssql/commit/eb3e4d00d9ef243d33d546e71bffc95948f77617">eb3e4d0</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/tediousjs/node-mssql/blob/master/CHANGELOG.txt">mssql's
changelog</a>.</em></p>
<blockquote>
<h2>v10.0.0 (2023-09-06)</h2>
<p>[change] Upgrade tedious to v16 (<a
href="https://redirect.github.com/tediousjs/node-mssql/pull/1547">#1547</a>)
[removed] Removed NodeJS 14 support (<a
href="https://redirect.github.com/tediousjs/node-mssql/pull/1547">#1547</a>)</p>
<h2>v9.3.2 (2023-09-06)</h2>
<p>[fix] Fix bug with msnodesqlv8 connection strings ((<a
href="https://redirect.github.com/tediousjs/node-mssql/issues/1525">#1525</a>)[https://redirect.github.com/tediousjs/node-mssql/pull/1525])</p>
<h2>v9.3.1 (2023-09-05)</h2>
<p>Revoked - contained breaking changes</p>
<h2>v9.3.0 (2023-09-04)</h2>
<p>[new] Add AAD connection support to connection strings ((<a
href="https://redirect.github.com/tediousjs/node-mssql/issues/1461">#1461</a>)[https://redirect.github.com/tediousjs/node-mssql/pull/1461])</p>
<h2>v9.2.1 (2023-09-05)</h2>
<p>[fix] Fix bug with msnodesqlv8 connection strings ((<a
href="https://redirect.github.com/tediousjs/node-mssql/issues/1525">#1525</a>)[https://redirect.github.com/tediousjs/node-mssql/pull/1525])</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/tediousjs/node-mssql/commit/4688d614ecc0a6dbfb320c3fdf88c6049474731e"><code>4688d61</code></a>
Merge pull request <a
href="https://redirect.github.com/tediousjs/node-mssql/issues/1547">#1547</a>
from dhensby/pulls/tedious-upgrade</li>
<li><a
href="https://github.com/tediousjs/node-mssql/commit/825692efb6d090e11bc738a062bf28ab9a20aa2a"><code>825692e</code></a>
docs: update changelog</li>
<li><a
href="https://github.com/tediousjs/node-mssql/commit/cd0bc02a9e34e106d5196caa419041e4855513c9"><code>cd0bc02</code></a>
feat: upgrade tedious to v16 and drop Node 14 support</li>
<li><a
href="https://github.com/tediousjs/node-mssql/commit/4968b3bf9c791be0a750b0b1edbc08344d9b3786"><code>4968b3b</code></a>
chore(deps): bump tedious from 15.0.1 to 16.4.0</li>
<li><a
href="https://github.com/tediousjs/node-mssql/commit/cb6f8e227b1113d9bc8a9e08775445873fea63b8"><code>cb6f8e2</code></a>
fix: force patch release</li>
<li><a
href="https://github.com/tediousjs/node-mssql/commit/8a677c83d5e5fd3bbec82d5060d8b2d9cb1eec68"><code>8a677c8</code></a>
Merge pull request <a
href="https://redirect.github.com/tediousjs/node-mssql/issues/1546">#1546</a>
from tediousjs/revert-1518-dependabot/npm_and_yarn/t...</li>
<li><a
href="https://github.com/tediousjs/node-mssql/commit/86d327614397b93c21b85e7c82c44dbefdccf8f5"><code>86d3276</code></a>
Revert &quot;chore(deps): bump tedious from 15.0.1 to 16.4.0&quot;</li>
<li><a
href="https://github.com/tediousjs/node-mssql/commit/31bdaca73ca8eca30f85e0f98135eb814b90ae67"><code>31bdaca</code></a>
Merge branch '9.3.x'</li>
<li><a
href="https://github.com/tediousjs/node-mssql/commit/a702724e4dc3b07788f5f561cae26b6fa40ddeaf"><code>a702724</code></a>
Merge remote-tracking branch 'origin/9.2.x' into 9.x</li>
<li><a
href="https://github.com/tediousjs/node-mssql/commit/53fc9ea20be6b2a5b225ad3ef70cd9e8177d7e35"><code>53fc9ea</code></a>
Merge pull request <a
href="https://redirect.github.com/tediousjs/node-mssql/issues/1543">#1543</a>
from partik-mis/1542-fix</li>
<li>Additional commits viewable in <a
href="https://github.com/tediousjs/node-mssql/compare/v9.2.0...v10.0.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=mssql&package-manager=npm_and_yarn&previous-version=9.2.0&new-version=10.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Sep 6, 2023
1 parent 2922746 commit ef403eb
Showing 1 changed file with 116 additions and 52 deletions.
168 changes: 116 additions & 52 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ef403eb

Please sign in to comment.