Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Upgrade mysql2 from 2.3.3 to 3.5.2 #35

Merged
merged 3 commits into from
Feb 20, 2024

Conversation

TopScrew
Copy link
Contributor

This PR was automatically created by Snyk using the credentials of a real user.


Snyk has created this PR to upgrade mysql2 from 2.3.3 to 3.5.2.

As this is a private repository, Snyk-bot does not have access. Therefore, this PR has been created automatically, but appears to have been created by a real user.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


Warning: This is a major version upgrade, and may be a breaking change.

  • The recommended version is 26 versions ahead of your current version.
  • The recommended version was released 25 days ago, on 2023-07-17.
Release notes
Package name: mysql2
  • 3.5.2 - 2023-07-17

    3.5.2 (2023-07-14)

    Bug Fixes

    • Update events that are propagated from pool cluster to include remove (#2114) (927d209)
  • 3.5.1 - 2023-07-10

    3.5.1 (2023-07-10)

    Bug Fixes

    • improvements to allow to use Bun and tls (#2119) (fd44a2a)
    • missing ResultSetHeader[] to query and execute (f649486)
  • 3.5.0 - 2023-07-06

    3.5.0 (2023-07-06)

    Features

  • 3.4.5 - 2023-07-05

    3.4.5 (2023-07-05)

    Bug Fixes

    • handle prepare response with actual number of parameter definition less than reported in the prepare header. Fixes #2052 (b658be0)
  • 3.4.4 - 2023-07-04

    3.4.4 (2023-07-04)

    Bug Fixes

    • add ProcedureCallPacket to execute overloads (3566ef7)
    • add ProcedureCallPacket to query overloads (352c3bc)
    • add ProcedureCallPacket to promise-based execute overloads (8292416)
    • add ProcedureCallPacket to promise-based query overloads (0f31a41)
    • create ProcedureCallPacket typings (09ad1d2)
  • 3.4.3 - 2023-06-30

    3.4.3 (2023-06-30)

    Bug Fixes

  • 3.4.2 - 2023-06-26

    3.4.2 (2023-06-26)

    Bug Fixes

    • changing type files to declaration type files (98e6f3a)
  • 3.4.1 - 2023-06-24

    3.4.1 (2023-06-24)

    Bug Fixes

    • createPool uri overload (98623dd)
    • PoolCluster typings (3902ca6)
    • create promise-based PoolCluster typings (7f38496)
    • missing parserCache in promise.js (7f35cf5)
    • missing constants in promise.js (4ce2c70)
    • missing keys for Types constant (86655ec)
    • missing typings for Charsets constants (01f77a0)
    • missing typings for CharsetToEncoding constants (609229a)
    • missing typings for parserCache (891a523)
    • missing typings for Types constant (04601dd)
    • rename file of typings Charsets constants (51c4196)
  • 3.4.0 - 2023-06-19

    3.4.0 (2023-06-19)

    Features

    • support STATE_GTIDS session track information (2b1520f)
  • 3.3.5 - 2023-06-13

    3.3.5 (2023-06-12)

    Bug Fixes

  • 3.3.4 - 2023-06-11
  • 3.3.3 - 2023-05-27
  • 3.3.2 - 2023-05-23
  • 3.3.1 - 2023-05-11
  • 3.3.0 - 2023-05-06
  • 3.2.4 - 2023-04-25
  • 3.2.3 - 2023-04-16
  • 3.2.2 - 2023-04-16
  • 3.2.1 - 2023-04-13
  • 3.2.0 - 2023-03-03
  • 3.1.2 - 2023-02-08
  • 3.1.1 - 2023-02-07
  • 3.1.0 - 2023-01-30
  • 3.0.1 - 2023-01-13
  • 3.0.0 - 2023-01-12
  • 3.0.0-rc.1 - 2022-11-06
  • 2.3.3 - 2021-11-14
from mysql2 GitHub release notes
Commit messages
Package name: mysql2
  • bd90426 chore(master): release 3.5.2 (#2132)
  • 4c4e29e build(deps-dev): bump eslint from 8.44.0 to 8.45.0 (#2137)
  • 01f9b10 build(deps-dev): bump @ types/node from 20.4.1 to 20.4.2 (#2133)
  • 927d209 fix: Update events that are propagated from pool cluster to include remove (#2114)
  • af6b6dc build(deps-dev): bump @ types/node from 20.4.0 to 20.4.1 (#2127)
  • 59e0caa build(deps-dev): bump @ typescript-eslint/parser from 5.61.0 to 5.62.0 (#2128)
  • 9051caf Merge pull request #2123 from sidorares/release-please--branches--master--components--mysql2
  • aee1d5d Merge pull request #2125 from wellwelwel/deprecateds
  • 8e728d9 chore: deprecate `OkPacket` type and `changedRows` property
  • 017aae8 chore(master): release 3.5.1
  • fd44a2a fix: improvements to allow to use Bun and tls (#2119)
  • 4ac6a8f chore: Update maintainer email in SECURITY.md
  • 00508c3 Merge pull request #2122 from wellwelwel/ts-docs
  • b65cf6a chore: polishing documentation
  • 9cb714a refactor: pattern `procedureCallPacket` according to documentation
  • b63b94c docs: add a basic custom MySQL2 class exampleusing TypeScript
  • 67ec12b docs: add `ProcedureCallPacket` with `rowAsArray` example
  • eb9693c docs: add `ProcedureCallPacket` example
  • 5d6c214 docs: add `RowDataPacket[][]` with `multipleStatements` and `rowAsArray` example
  • 7089dae docs: add `RowDataPacket[][]` with `multipleStatements` example
  • cccd70f chore: add `RowDataPacket[]` with `rowsAsArray` example
  • aa9f2ee chore: fix `rowsAsArray` option
  • 9e56bd4 docs: add `RowDataPacket[]` with `rowsAsArray` example
  • 8f14666 chore: remove example access

Compare


Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

@xuanyu66 xuanyu66 merged commit 6453e26 into main Feb 20, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants