Skip to content

Commit

Permalink
fix(deps): update dependency mssql to v10 (#463)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [mssql](https://togithub.com/tediousjs/node-mssql) | [`^9.2.0` ->
`^10.0.0`](https://renovatebot.com/diffs/npm/mssql/9.2.0/10.0.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/mssql/10.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/mssql/10.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/mssql/9.2.0/10.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/mssql/9.2.0/10.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>tediousjs/node-mssql (mssql)</summary>

###
[`v10.0.0`](https://togithub.com/tediousjs/node-mssql/blob/HEAD/CHANGELOG.txt#v1000-2023-09-06)

[Compare
Source](https://togithub.com/tediousjs/node-mssql/compare/v9.3.2...v10.0.0)

\[change] Upgrade tedious to v16
([#&#8203;1547](https://togithub.com/tediousjs/node-mssql/pull/1547))
\[removed] Removed NodeJS 14 support
([#&#8203;1547](https://togithub.com/tediousjs/node-mssql/pull/1547))

###
[`v9.3.2`](https://togithub.com/tediousjs/node-mssql/blob/HEAD/CHANGELOG.txt#v932-2023-09-06)

[Compare
Source](https://togithub.com/tediousjs/node-mssql/compare/v9.3.1...v9.3.2)

\[fix] Fix bug with msnodesqlv8 connection strings
(([#&#8203;1525](https://togithub.com/tediousjs/node-mssql/issues/1525))\[https://github.com/tediousjs/node-mssql/pull/1525](https://togithub.com/tediousjs/node-mssql/pull/1525)5])

###
[`v9.3.1`](https://togithub.com/tediousjs/node-mssql/blob/HEAD/CHANGELOG.txt#v931-2023-09-05)

[Compare
Source](https://togithub.com/tediousjs/node-mssql/compare/v9.3.0...v9.3.1)

Revoked - contained breaking changes

###
[`v9.3.0`](https://togithub.com/tediousjs/node-mssql/blob/HEAD/CHANGELOG.txt#v930-2023-09-04)

[Compare
Source](https://togithub.com/tediousjs/node-mssql/compare/v9.2.1...v9.3.0)

\[new] Add AAD connection support to connection strings
(([#&#8203;1461](https://togithub.com/tediousjs/node-mssql/issues/1461))\[https://github.com/tediousjs/node-mssql/pull/1461](https://togithub.com/tediousjs/node-mssql/pull/1461)1])

###
[`v9.2.1`](https://togithub.com/tediousjs/node-mssql/blob/HEAD/CHANGELOG.txt#v921-2023-09-05)

[Compare
Source](https://togithub.com/tediousjs/node-mssql/compare/v9.2.0...v9.2.1)

\[fix] Fix bug with msnodesqlv8 connection strings
(([#&#8203;1525](https://togithub.com/tediousjs/node-mssql/issues/1525))\[https://github.com/tediousjs/node-mssql/pull/1525](https://togithub.com/tediousjs/node-mssql/pull/1525)5])

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/UK-Export-Finance/mdm-api).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi43OS4xIiwidXBkYXRlZEluVmVyIjoiMzYuNzkuMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Sep 6, 2023
1 parent 6bf386c commit 993410d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"dotenv": "^16.3.1",
"express-basic-auth": "^1.2.1",
"lodash": "^4.17.21",
"mssql": "^9.2.0",
"mssql": "^10.0.0",
"nestjs-pino": "^3.4.0",
"passport": "^0.6.0",
"passport-headerapikey": "^1.2.2",
Expand Down

0 comments on commit 993410d

Please sign in to comment.