Skip to content

Commit 9883e25

Browse files
build(deps): bump mysql2 from 2.3.3 to 3.1.0 (#59)
[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [mysql2](https://github.com/sidorares/node-mysql2) from 2.3.3 to 3.1.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sidorares/node-mysql2/releases">mysql2's releases</a>.</em></p> <blockquote> <h2>v3.1.0</h2> <h2><a href="https://github.com/sidorares/node-mysql2/compare/v3.0.1...v3.1.0">3.1.0</a> (2023-01-30)</h2> <h3>Features</h3> <ul> <li>cleanup buffer/string conversions in hashing/xor helpers that were failing in Bun (<a href="https://github.com/sidorares/node-mysql2/commit/a2392e27de64630affb6e3f6af26f5c59e2e95f9">a2392e2</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>when port is pased as a string convert it to a number (Bun's net.connect does not automatically convert this) (<a href="https://github.com/sidorares/node-mysql2/commit/703ecb2f788cf32acb1b49c7786ff6845640e215">703ecb2</a>)</li> </ul> <h2>v3.0.1</h2> <h2><a href="https://github.com/sidorares/node-mysql2/compare/v3.0.0...v3.0.1">3.0.1</a> (2023-01-13)</h2> <h3>Dependencies</h3> <ul> <li>move eslint-config-prettier to devDependencies <a href="https://github-redirect.dependabot.com/sidorares/node-mysql2/issues/1783">sidorares/node-mysql2#1783</a>, <a href="https://github-redirect.dependabot.com/sidorares/node-mysql2/pull/1785">sidorares/node-mysql2#1785</a></li> </ul> <h3>Miscellaneous Chores</h3> <ul> <li>release 3.0.1 (<a href="https://github.com/sidorares/node-mysql2/commit/d5a6b2ccccc7db4176c880e83c70ccd0be4ad81e">d5a6b2c</a>)</li> </ul> <h2>v3.0.0</h2> <h2><a href="https://github.com/sidorares/node-mysql2/compare/v3.0.0-rc.1...v3.0.0">3.0.0</a> (2023-01-12)</h2> <h3>Miscellaneous Chores</h3> <ul> <li>release 3.0.0 (<a href="https://github.com/sidorares/node-mysql2/commit/11692b223ff26784089f444ca6291295bd0e405e">11692b2</a>)</li> </ul> <p>( below is manually added while I'm trying to iron release-please issues and commits style )</p> <h3>Changes</h3> <ul> <li>named-placeholders library is updated to use newer <code>lru-cache</code> dependency, allowing it do dedupe and be shared between mysql2 and named-placeholders - <a href="https://github-redirect.dependabot.com/sidorares/node-mysql2/issues/1711">sidorares/node-mysql2#1711</a>, <a href="https://github-redirect.dependabot.com/mysqljs/named-placeholders/pull/19">mysqljs/named-placeholders#19</a></li> <li><code>chai</code> and <code>mocha</code> moved to devDependencies <a href="https://github-redirect.dependabot.com/sidorares/node-mysql2/issues/1774">#1774</a></li> <li>Amazon RDS ssl certificates updated including AWS China <a href="https://github-redirect.dependabot.com/sidorares/node-mysql2/issues/1754">#1754</a></li> <li><code>TCP_NODELAY</code> flag enabled, avoiding long connect timeout in some scenarios <a href="https://github-redirect.dependabot.com/sidorares/node-mysql2/issues/1751">#1751</a></li> <li>typing improvements: <a href="https://github-redirect.dependabot.com/sidorares/node-mysql2/issues/1675">#1675</a>, <a href="https://github-redirect.dependabot.com/sidorares/node-mysql2/issues/1674">#1674</a></li> <li>fix: ensure pooled connections get released <a href="https://github-redirect.dependabot.com/sidorares/node-mysql2/issues/1666">#1666</a></li> </ul> <h2>v3.0.0-rc.1</h2> <h2><a href="https://github.com/sidorares/node-mysql2/compare/v2.3.3...v3.0.0-rc.1">3.0.0-rc.1</a> (2022-11-06)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>typings:</strong> Add the infileStreamFactory option to the type definition (<a href="https://github.com/sidorares/node-mysql2/commit/bf9cc4c41e72f4a9014659a22b131739524bda1c">bf9cc4c</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/sidorares/node-mysql2/blob/master/Changelog.md">mysql2's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/sidorares/node-mysql2/compare/v3.0.1...v3.1.0">3.1.0</a> (2023-01-30)</h2> <h3>Features</h3> <ul> <li>cleanup buffer/string conversions in hashing/xor helpers that were failing in Bun (<a href="https://github.com/sidorares/node-mysql2/commit/a2392e27de64630affb6e3f6af26f5c59e2e95f9">a2392e2</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>when port is pased as a string convert it to a number (Bun's net.connect does not automatically convert this) (<a href="https://github.com/sidorares/node-mysql2/commit/703ecb2f788cf32acb1b49c7786ff6845640e215">703ecb2</a>)</li> </ul> <h2><a href="https://github.com/sidorares/node-mysql2/compare/v3.0.0...v3.0.1">3.0.1</a> (2023-01-13)</h2> <h3>Miscellaneous Chores</h3> <ul> <li>release 3.0.1 (<a href="https://github.com/sidorares/node-mysql2/commit/d5a6b2ccccc7db4176c880e83c70ccd0be4ad81e">d5a6b2c</a>)</li> </ul> <h2><a href="https://github.com/sidorares/node-mysql2/compare/v3.0.0-rc.1...v3.0.0">3.0.0</a> (2023-01-12)</h2> <ul> <li>named-placeholders library is updated to use newer <code>lru-cache</code> dependency, allowing it do dedupe and be shared between mysql2 and named-placeholders - <a href="https://github-redirect.dependabot.com/sidorares/node-mysql2/issues/1711">sidorares/node-mysql2#1711</a>, <a href="https://github-redirect.dependabot.com/mysqljs/named-placeholders/pull/19">mysqljs/named-placeholders#19</a></li> <li><code>chai</code> and <code>mocha</code> moved to devDependencies <a href="https://github-redirect.dependabot.com/sidorares/node-mysql2/issues/1774">#1774</a></li> <li>Amazon RDS ssl certificates updated including AWS China <a href="https://github-redirect.dependabot.com/sidorares/node-mysql2/issues/1754">#1754</a></li> <li><code>TCP_NODELAY</code> flag enabled, avoiding long connect timeout in some scenarios <a href="https://github-redirect.dependabot.com/sidorares/node-mysql2/issues/1751">#1751</a></li> <li>typing improvements: <a href="https://github-redirect.dependabot.com/sidorares/node-mysql2/issues/1675">#1675</a>, <a href="https://github-redirect.dependabot.com/sidorares/node-mysql2/issues/1674">#1674</a></li> <li>fix: ensure pooled connections get released <a href="https://github-redirect.dependabot.com/sidorares/node-mysql2/issues/1666">#1666</a></li> </ul> <h3>Miscellaneous Chores</h3> <ul> <li>release 3.0.0 (<a href="https://github.com/sidorares/node-mysql2/commit/11692b223ff26784089f444ca6291295bd0e405e">11692b2</a>)</li> </ul> <h2><a href="https://github.com/sidorares/node-mysql2/compare/v2.3.3...v3.0.0-rc.1">3.0.0-rc.1</a> (2022-11-06)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>typings:</strong> Add the infileStreamFactory option to the type definition (<a href="https://github.com/sidorares/node-mysql2/commit/bf9cc4c41e72f4a9014659a22b131739524bda1c">bf9cc4c</a>)</li> <li>webpack projects no longer show warning for cardinal dependency (<a href="https://github.com/sidorares/node-mysql2/commit/26c56ae64846814eb8234c0d352871a7b6651d66">26c56ae</a>)</li> </ul> <h3>Miscellaneous Chores</h3> <ul> <li>v3.0.0-rc.1 changes (<a href="https://github.com/sidorares/node-mysql2/commit/1b684bbf8047200e5de5dd18874872880237de2f">1b684bb</a>)</li> </ul> <p>3.0.0-rc.1 ( 6/11/2021 )</p> <ul> <li>fix .ping() return value signature <a href="https://github-redirect.dependabot.com/sidorares/node-mysql2/issues/1650">#1650</a></li> <li>documentation: clarify <code>SUM()</code> and <code>AVG()</code> return types difference with mysqljs/myql <a href="https://github-redirect.dependabot.com/sidorares/node-mysql2/issues/1649">#1649</a></li> <li>misc: add release-please action <a href="https://github-redirect.dependabot.com/sidorares/node-mysql2/issues/1631">#1631</a>, <a href="https://github-redirect.dependabot.com/sidorares/node-mysql2/issues/1647">#1647</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sidorares/node-mysql2/commit/93fe86eec08de627ecee0d7b8fc6b0ca4f8f970c"><code>93fe86e</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/sidorares/node-mysql2/issues/1811">#1811</a> from sidorares/release-please--branches--master--com...</li> <li><a href="https://github.com/sidorares/node-mysql2/commit/b33b597c646ce75127d1715c8a9803380fbcf912"><code>b33b597</code></a> chore(master): release 3.1.0</li> <li><a href="https://github.com/sidorares/node-mysql2/commit/ec404e78500ffb5df9691fc5c8f95ba8193b6f82"><code>ec404e7</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/sidorares/node-mysql2/issues/1805">#1805</a> from sidorares/bun-support</li> <li><a href="https://github.com/sidorares/node-mysql2/commit/a2392e27de64630affb6e3f6af26f5c59e2e95f9"><code>a2392e2</code></a> feat: cleanup buffer/string conversions in hashing/xor helpers that were fail...</li> <li><a href="https://github.com/sidorares/node-mysql2/commit/703ecb2f788cf32acb1b49c7786ff6845640e215"><code>703ecb2</code></a> fix: when port is pased as a string convert it to a number (Bun's net.connect...</li> <li><a href="https://github.com/sidorares/node-mysql2/commit/8389bfe327f4b9b0341ac158e6d1841437f60b34"><code>8389bfe</code></a> build: add Bun to ci matrix</li> <li><a href="https://github.com/sidorares/node-mysql2/commit/8a000e04b4051e77892356f47a31202f07453773"><code>8a000e0</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/sidorares/node-mysql2/issues/1806">#1806</a> from sidorares/dependabot/npm_and_yarn/typescript-es...</li> <li><a href="https://github.com/sidorares/node-mysql2/commit/87fa5f8f63b252f336db75788f2f336c5e80b089"><code>87fa5f8</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/sidorares/node-mysql2/issues/1807">#1807</a> from sidorares/dependabot/npm_and_yarn/typescript-es...</li> <li><a href="https://github.com/sidorares/node-mysql2/commit/bc0cf01ac9844534f8ccec9639dfd2404deec961"><code>bc0cf01</code></a> build(deps-dev): bump <code>@​typescript-eslint/parser</code> from 5.48.2 to 5.49.0</li> <li><a href="https://github.com/sidorares/node-mysql2/commit/2bdd24a0d5193cf9f1dcac522b335c38c40ebcbd"><code>2bdd24a</code></a> build(deps-dev): bump <code>@​typescript-eslint/eslint-plugin</code></li> <li>Additional commits viewable in <a href="https://github.com/sidorares/node-mysql2/compare/v2.3.3...v3.1.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=mysql2&package-manager=npm_and_yarn&previous-version=2.3.3&new-version=3.1.0)](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 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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 394a630 commit 9883e25

File tree

2 files changed

+30
-37
lines changed

2 files changed

+30
-37
lines changed

package-lock.json

Lines changed: 29 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@
3636
},
3737
"dependencies": {
3838
"@vercel/ncc": "^0.36.1",
39-
"mysql2": "^2.3.3"
39+
"mysql2": "^3.1.0"
4040
}
4141
}

0 commit comments

Comments
 (0)