Skip to content

chore(deps): bump uuid and mssql#41

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/multi-f30f3d8517
Open

chore(deps): bump uuid and mssql#41
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/multi-f30f3d8517

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github May 21, 2026

Removes uuid. It's no longer used after updating ancestor dependency mssql. These dependencies need to be updated together.

Removes uuid

Updates mssql from 9.1.3 to 12.5.4

Release notes

Sourced from mssql's releases.

v12.5.4

12.5.4 (2026-05-15)

Bug Fixes

  • preserve originalError on EABORT TransactionError (b9e9826), closes #1716

v12.5.3

12.5.3 (2026-05-14)

Bug Fixes

  • parse boolean connection string options correctly (46db5bc), closes #1860

v12.5.2

12.5.2 (2026-05-05)

Bug Fixes

  • prevent TypeError in PreparedStatement.execute() when streaming without callback (7934ff1), closes #1848

v12.5.1

12.5.1 (2026-05-04)

Bug Fixes

  • pass dataLength to getMssqlType in valueCorrection (d8026d3), closes #1853

v12.5.0

12.5.0 (2026-04-23)

Features

  • add ability to set per-request requestTimeout (075c6cb), closes #1529

v12.4.0

12.4.0 (2026-04-22)

Features

  • add connection create/destroy and abort diagnostics events (bb553ea)
  • add core diagnostics_channel infrastructure (2ea53ae)
  • bump minimum Node.js version to >=18.19.0 (e4d4f53)
  • export CHANNELS constant from public API (8719212)
  • extend TracingChannel coverage to the callback API (a3083c9), closes TracingChannel#traceCallback
  • instrument base classes with diagnostics_channel (d921d60)
  • nest prepared-statement tracing channels under the ps namespace (d11447f)

Bug Fixes

... (truncated)

Changelog

Sourced from mssql's changelog.

Changelog

The changelog is not currently maintained. Please see the releases for change details.

Unreleased

[fix] BigInt type in nodemsqlv8 now treated as strings in parity with the tedious driver (#1387)

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)

v10.0.2 (2024-01-16)

[fix] from now _acquire return always a promise to avoid uncatchable exception (#1592)

v10.0.1 (2023-09-12)

[perf] use node: prefix to bypass require.cache call for builtins (#1550)

v10.0.0 (2023-09-06)

[change] Upgrade tedious to v16 (#1547) [removed] Removed NodeJS 14 support (#1547)

v9.3.2 (2023-09-06)

[fix] Fix bug with msnodesqlv8 connection strings ((#1525)[https://redirect.github.com/tediousjs/node-mssql/pull/1525])

v9.3.1 (2023-09-05)

Revoked - contained breaking changes

v9.3.0 (2023-09-04)

[new] Add AAD connection support to connection strings ((#1461)[https://redirect.github.com/tediousjs/node-mssql/pull/1461])

... (truncated)

Commits
  • 61608d0 Merge pull request #1850 from dhensby/fix/tx-original-error
  • b9e9826 fix: preserve originalError on EABORT TransactionError
  • 296c38d Merge pull request #1861 from dhensby/fix/useutc-connection-string-parsing
  • 46db5bc fix: parse boolean connection string options correctly
  • 204a9b3 Merge pull request #1857 from tediousjs/dependabot/npm_and_yarn/fast-uri-3.1.2
  • 6b8c3f3 chore(deps-dev): bump fast-uri from 3.1.1 to 3.1.2
  • dd22da2 Merge pull request #1849 from dhensby/fix/ps-execute-stream
  • 0e9c326 Merge pull request #1856 from tediousjs/dependabot/npm_and_yarn/release-tools...
  • 96b6495 chore(deps-dev): bump the release-tools group with 2 updates
  • 062f1fd Merge pull request #1854 from tediousjs/dependabot/npm_and_yarn/multi-8a066debe3
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for mssql since your current version.


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 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Removes [uuid](https://github.com/uuidjs/uuid). It's no longer used after updating ancestor dependency [mssql](https://github.com/tediousjs/node-mssql). These dependencies need to be updated together.


Removes `uuid`

Updates `mssql` from 9.1.3 to 12.5.4
- [Release notes](https://github.com/tediousjs/node-mssql/releases)
- [Changelog](https://github.com/tediousjs/node-mssql/blob/master/CHANGELOG.txt)
- [Commits](tediousjs/node-mssql@v9.1.3...v12.5.4)

---
updated-dependencies:
- dependency-name: uuid
  dependency-version:
  dependency-type: indirect
- dependency-name: mssql
  dependency-version: 12.5.4
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants