[PR #2853] [CLOSED] Bump mssql from 10.0.2 to 11.0.1 in /server #4151

Closed
opened 2026-02-22 18:35:15 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/2853
Author: @dependabot[bot]
Created: 12/16/2024
Status: Closed

Base: masterHead: dependabot/npm_and_yarn/server/mssql-11.0.1


📝 Commits (1)

  • 46c3741 Bump mssql from 10.0.2 to 11.0.1 in /server

📊 Changes

2 files changed (+105 additions, -87 deletions)

View changed files

📝 server/package.json (+1 -1)
📝 server/yarn.lock (+104 -86)

📄 Description

Bumps mssql from 10.0.2 to 11.0.1.

Release notes

Sourced from mssql's releases.

v11.0.1

11.0.1 (2024-07-03)

Bug Fixes

  • handle bigint types separately to int to avoid TypeError with BigInt param (b774084)

v11.0.0

11.0.0 (2024-06-18)

⚠ BREAKING CHANGES

  • Node JS min support upgraded to >=18 & tedious version updated

Features

Bug Fixes

  • support use of native bigint from tedious (421e78f)

v10.0.4

10.0.4 (2024-06-18)

Bug Fixes

v10.0.3

10.0.3 (2024-06-18)

Bug Fixes

  • support use of native bigint from tedious (c56a458)
Changelog

Sourced from mssql's changelog.

v11.0.1 (2024-07-03)

[fix] handle bigint types separately to int to avoid TypeError with BigInt param (#1677)

v11.0.0 (2024-06-19)

[removed] Removed NodeJS 16 support (#1667) [feat] support use of native bigint from tedious (#1664)

v10.0.4 (2024-06-18)

[fix] revert accidental upgrade of tedious & bigint support (#1665)

v10.0.3 (2024-06-18)

[fix] support use of native bigint from tedious (#1664)

Commits
  • 9e5aef4 Merge pull request #1678 from dhensby/pulls/bigint-inputs
  • 0199ae5 test: make sure bigint intputs do not throw
  • 8931bcf Merge pull request #1677 from paulish/bigint_fix
  • b774084 fix: handle bigint types separately to int to avoid TypeError with BigInt param
  • e5205fb Merge pull request #1676 from tediousjs/dependabot/npm_and_yarn/test-tools-97...
  • b832900 chore(deps-dev): bump mocha in the test-tools group
  • 3108080 Merge pull request #1672 from tediousjs/dependabot/github_actions/tediousjs/s...
  • 92761a4 Merge pull request #1674 from tediousjs/dependabot/npm_and_yarn/test-tools-e6...
  • 1b1fe27 chore(deps-dev): bump mocha in the test-tools group
  • 8c9ff5e chore(deps): bump tediousjs/setup-sqlserver from 1 to 2
  • 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 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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Mintplex-Labs/anything-llm/pull/2853 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 12/16/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/server/mssql-11.0.1` --- ### 📝 Commits (1) - [`46c3741`](https://github.com/Mintplex-Labs/anything-llm/commit/46c37412fc2fde0a1a9e60b5263016cacd3de6c7) Bump mssql from 10.0.2 to 11.0.1 in /server ### 📊 Changes **2 files changed** (+105 additions, -87 deletions) <details> <summary>View changed files</summary> 📝 `server/package.json` (+1 -1) 📝 `server/yarn.lock` (+104 -86) </details> ### 📄 Description Bumps [mssql](https://github.com/tediousjs/node-mssql) from 10.0.2 to 11.0.1. <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>v11.0.1</h2> <h2><a href="https://github.com/tediousjs/node-mssql/compare/v11.0.0...v11.0.1">11.0.1</a> (2024-07-03)</h2> <h3>Bug Fixes</h3> <ul> <li>handle bigint types separately to int to avoid TypeError with BigInt param (<a href="https://github.com/tediousjs/node-mssql/commit/b774084e1500b757cb7fc6abe4bf387e91d78f78">b774084</a>)</li> </ul> <h2>v11.0.0</h2> <h2><a href="https://github.com/tediousjs/node-mssql/compare/v10.0.4...v11.0.0">11.0.0</a> (2024-06-18)</h2> <h3>⚠ BREAKING CHANGES</h3> <ul> <li>Node JS min support upgraded to &gt;=18 &amp; tedious version updated</li> </ul> <h3>Features</h3> <ul> <li>drop node 16.x support (<a href="https://github.com/tediousjs/node-mssql/commit/b5efe2fb9b4dac615d863433e42eca1d33aaffd1">b5efe2f</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>support use of native bigint from tedious (<a href="https://github.com/tediousjs/node-mssql/commit/421e78f3e86a75c03b1b67bad6647417372c8238">421e78f</a>)</li> </ul> <h2>v10.0.4</h2> <h2><a href="https://github.com/tediousjs/node-mssql/compare/v10.0.3...v10.0.4">10.0.4</a> (2024-06-18)</h2> <h3>Bug Fixes</h3> <ul> <li>revert tedious upgrade (<a href="https://github.com/tediousjs/node-mssql/commit/2b35ef3952e5c2a5d7c7ce14519f04a5b78054c5">2b35ef3</a>), closes <a href="https://redirect.github.com/tediousjs/node-mssql/issues/1665">#1665</a></li> </ul> <h2>v10.0.3</h2> <h2><a href="https://github.com/tediousjs/node-mssql/compare/v10.0.2...v10.0.3">10.0.3</a> (2024-06-18)</h2> <h3>Bug Fixes</h3> <ul> <li>support use of native bigint from tedious (<a href="https://github.com/tediousjs/node-mssql/commit/c56a458246b24155b64edd779062e278738712f2">c56a458</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>v11.0.1 (2024-07-03)</h2> <p>[fix] handle bigint types separately to int to avoid TypeError with BigInt param (<a href="https://redirect.github.com/tediousjs/node-mssql/pull/1677">#1677</a>)</p> <h2>v11.0.0 (2024-06-19)</h2> <p>[removed] Removed NodeJS 16 support (<a href="https://redirect.github.com/tediousjs/node-mssql/pull/1667">#1667</a>) [feat] support use of native bigint from tedious (<a href="https://redirect.github.com/tediousjs/node-mssql/pull/1664">#1664</a>)</p> <h2>v10.0.4 (2024-06-18)</h2> <p>[fix] revert accidental upgrade of tedious &amp; bigint support (<a href="https://redirect.github.com/tediousjs/node-mssql/pull/1665">#1665</a>)</p> <h2>v10.0.3 (2024-06-18)</h2> <p>[fix] support use of native bigint from tedious (<a href="https://redirect.github.com/tediousjs/node-mssql/pull/1664">#1664</a>)</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tediousjs/node-mssql/commit/9e5aef4e864f08dc703e077f27c76ff7858bef7a"><code>9e5aef4</code></a> Merge pull request <a href="https://redirect.github.com/tediousjs/node-mssql/issues/1678">#1678</a> from dhensby/pulls/bigint-inputs</li> <li><a href="https://github.com/tediousjs/node-mssql/commit/0199ae5d689d0ed5522360db3e08ad654588c3fc"><code>0199ae5</code></a> test: make sure bigint intputs do not throw</li> <li><a href="https://github.com/tediousjs/node-mssql/commit/8931bcfcbf2ba9faca0cf45c4ec4358fdb2d7c63"><code>8931bcf</code></a> Merge pull request <a href="https://redirect.github.com/tediousjs/node-mssql/issues/1677">#1677</a> from paulish/bigint_fix</li> <li><a href="https://github.com/tediousjs/node-mssql/commit/b774084e1500b757cb7fc6abe4bf387e91d78f78"><code>b774084</code></a> fix: handle bigint types separately to int to avoid TypeError with BigInt param</li> <li><a href="https://github.com/tediousjs/node-mssql/commit/e5205fb6ad3327a688ed9ba1534110aa559aee7b"><code>e5205fb</code></a> Merge pull request <a href="https://redirect.github.com/tediousjs/node-mssql/issues/1676">#1676</a> from tediousjs/dependabot/npm_and_yarn/test-tools-97...</li> <li><a href="https://github.com/tediousjs/node-mssql/commit/b83290068bec61f71ed31d969efde7d70ce6e764"><code>b832900</code></a> chore(deps-dev): bump mocha in the test-tools group</li> <li><a href="https://github.com/tediousjs/node-mssql/commit/31080806a89a7b56dd55b8bc300f38fd36bcf0e0"><code>3108080</code></a> Merge pull request <a href="https://redirect.github.com/tediousjs/node-mssql/issues/1672">#1672</a> from tediousjs/dependabot/github_actions/tediousjs/s...</li> <li><a href="https://github.com/tediousjs/node-mssql/commit/92761a4cc03ecbb296417d1a78310f8e9bc60a8f"><code>92761a4</code></a> Merge pull request <a href="https://redirect.github.com/tediousjs/node-mssql/issues/1674">#1674</a> from tediousjs/dependabot/npm_and_yarn/test-tools-e6...</li> <li><a href="https://github.com/tediousjs/node-mssql/commit/1b1fe276c9af252294935810bdcfb1488f5b9b19"><code>1b1fe27</code></a> chore(deps-dev): bump mocha in the test-tools group</li> <li><a href="https://github.com/tediousjs/node-mssql/commit/8c9ff5efc3e9ea8bf2df65af1354007d0872910b"><code>8c9ff5e</code></a> chore(deps): bump tediousjs/setup-sqlserver from 1 to 2</li> <li>Additional commits viewable in <a href="https://github.com/tediousjs/node-mssql/compare/v10.0.2...v11.0.1">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=10.0.2&new-version=11.0.1)](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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-22 18:35:15 -05:00
yindo closed this issue 2026-02-22 18:35:15 -05:00
yindo changed title from [PR #2853] Bump mssql from 10.0.2 to 11.0.1 in /server to [PR #2853] [CLOSED] Bump mssql from 10.0.2 to 11.0.1 in /server 2026-06-05 15:17:05 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#4151