Skip to content

chore(deps): bump mysql2 from 3.17.0 to 3.19.0#1528

Closed
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/mysql2-3.19.0
Closed

chore(deps): bump mysql2 from 3.17.0 to 3.19.0#1528
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/mysql2-3.19.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 12, 2026

Copy link
Copy Markdown
Contributor

Bumps mysql2 from 3.17.0 to 3.19.0.

Release notes

Sourced from mysql2's releases.

v3.19.0

3.19.0 (2026-03-05)

Features

  • use server's preferred auth method to eliminate auth switch roundtrip (#4140) (b57c671)

Bug Fixes

  • fix precision loss for large decimal values (#4135) (099beea)

v3.18.2

3.18.2 (2026-02-26)

Bug Fixes

  • types: add supportBigNumbers, bigNumberStrings, dateStrings, and timezone options to QueryOptions (#4127) (b274e72)
  • types: extend QueryValues to callback-based methods (#4129) (2ad5f0b)
  • types: improve ExecuteValues "nested" params (#4133) (3f94950)
  • types: support Raw and Uint8Array params (#4132) (bde9aec)

v3.18.1

3.18.1 (2026-02-25)

Bug Fixes

  • types: ensure optional params in query and execute methods (#4123) (3f4bbca)

v3.18.0

3.18.0 (2026-02-23)

Features

  • add Symbol.dispose and Symbol.asyncDispose support for Connections, Pools, and Pool Clusters (#4112) (1e612dc)

v3.17.5

3.17.5 (2026-02-23)

Bug Fixes

  • add missing charset encoding for UTF8MB4_0900_BIN (#3855) (c9a0dcd)
  • fix wrong length number write to packet (#3177) (0e06e02)
  • pool: resolve potential memory leak (#4111) (8aa2052)
  • deps: include @types/node as a peer dependency (#4108) (5f8ac97)

... (truncated)

Changelog

Sourced from mysql2's changelog.

3.19.0 (2026-03-05)

Features

  • use server's preferred auth method to eliminate auth switch roundtrip (#4140) (b57c671)

Bug Fixes

  • fix precision loss for large decimal values (#4135) (099beea)

3.18.2 (2026-02-26)

Bug Fixes

  • types: add supportBigNumbers, bigNumberStrings, dateStrings, and timezone options to QueryOptions (#4127) (b274e72)
  • types: extend QueryValues to callback-based methods (#4129) (2ad5f0b)
  • types: improve ExecuteValues "nested" params (#4133) (3f94950)
  • types: support Raw and Uint8Array params (#4132) (bde9aec)

3.18.1 (2026-02-25)

Bug Fixes

  • types: ensure optional params in query and execute methods (#4123) (3f4bbca)

3.18.0 (2026-02-23)

Features

  • add Symbol.dispose and Symbol.asyncDispose support for Connections, Pools, and Pool Clusters (#4112) (1e612dc)

3.17.5 (2026-02-23)

Bug Fixes

  • add missing charset encoding for UTF8MB4_0900_BIN (#3855) (c9a0dcd)
  • deps: include @types/node as a peer dependency (#4108) (5f8ac97)
  • fix wrong length number write to packet (#3177) (0e06e02)
  • pool: resolve potential memory leak (#4111) (8aa2052)

3.17.4 (2026-02-20)

Bug Fixes

... (truncated)

Commits
  • bb74a52 chore(master): release 3.19.0 (#4139)
  • 6ccc643 build(deps): bump svgo from 3.3.2 to 3.3.3 in /website (#4153)
  • 0b59041 build(deps): bump immutable from 5.1.3 to 5.1.5 in /website (#4152)
  • b3af0d7 build(deps): bump lucide-react from 0.576.0 to 0.577.0 in /website (#4151)
  • 519c8e7 ci: ensure timeout to OSX workflow (#4150)
  • b57c671 feat: use server's preferred auth method to eliminate auth switch roundtrip (...
  • 909eec3 build(deps-dev): bump @​types/node from 25.3.2 to 25.3.3 (#4141)
  • c34bd6f ci: minimal adjustment in benchmark report (#4147)
  • 09b802c ci: improve CodeQL (#4145)
  • 15e012f build(deps): bump @​easyops-cn/docusaurus-search-local in /website (#4143)
  • 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 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)

Note

Medium Risk
Updates the MySQL client driver used for database connectivity, which can subtly affect authentication negotiation and query/result parsing at runtime. Risk is moderate because behavior changes come from a third-party dependency upgrade rather than local code changes.

Overview
Upgrades the mysql2 dependency from 3.17.x to 3.19.0 in package.json and package-lock.json.

The lockfile updates transitive dependencies accordingly (e.g., lru.min/sql-escaper updates, removes seq-queue, and adds an @types/node peer dependency requirement for mysql2).

Written by Cursor Bugbot for commit 81cc52f. This will update automatically on new commits. Configure here.

Bumps [mysql2](https://github.com/sidorares/node-mysql2) from 3.17.0 to 3.19.0.
- [Release notes](https://github.com/sidorares/node-mysql2/releases)
- [Changelog](https://github.com/sidorares/node-mysql2/blob/master/Changelog.md)
- [Commits](sidorares/node-mysql2@v3.17.0...v3.19.0)

---
updated-dependencies:
- dependency-name: mysql2
  dependency-version: 3.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added Changed Required label for PR that categorizes merge commit message as "Changed" for changelog dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 12, 2026
@socket-security

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatedmysql2@​3.17.0 ⏵ 3.19.09810010096 +1100

View full report

@dependabot @github

dependabot Bot commented on behalf of github Mar 31, 2026

Copy link
Copy Markdown
Contributor Author

Looks like mysql2 is up-to-date now, so this is no longer needed.

@dependabot dependabot Bot closed this Mar 31, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/mysql2-3.19.0 branch March 31, 2026 20:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Changed Required label for PR that categorizes merge commit message as "Changed" for changelog 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