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

build(deps-dev): bump mysql2 from 2.3.0 to 2.3.3 #1204

Merged
merged 1 commit into from
Feb 11, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 11, 2022

Bumps mysql2 from 2.3.0 to 2.3.3.

Changelog

Sourced from mysql2's changelog.

2.3.3 ( 14/11/2021 )

  • no changes compared to 2.3.3-rc.0

2.3.3-rc.0 ( 5/11/2021 )

  • fix ColumnDefinition.db is broken when encoding is not utf-8 #1423
  • typeCast: Fix field.length to be number #1427, #1426
  • initiall support for coverage reporting in CI #1425
  • fix performance regression for results with #1445, #1432 large (300+) number of columns

2.3.2 ( 16/10/2021 )

  • fix regression causing typeCast + JSON field to error #1418, #1420

2.3.1 ( 15/10/2021 )

  • Update error codes up to mysql 8.0.26 #1411
  • perf: optimize Query.row call #1408
  • build: update to node 12/14/16, migrate from travis-ci and appveyor to GH actions, add perf benchmarking workflow #1406, #1399
  • perf: avoid leaking TextRow/BinaryRow object #1402
  • perf: optimize string decoding by removing the use of slice() #1401
  • perf: cache lazy-evaluated fields #1400
  • fix: clear timeout after error #1390
  • TS: adds the optional column changedRows to ResultSetHeader #1377
Commits

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 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 11, 2022
@codecov
Copy link

codecov bot commented Feb 11, 2022

Codecov Report

Merging #1204 (7846a35) into master (914944c) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1204   +/-   ##
=======================================
  Coverage   95.11%   95.11%           
=======================================
  Files         117      117           
  Lines        1126     1126           
  Branches      129      129           
=======================================
  Hits         1071     1071           
  Misses         23       23           
  Partials       32       32           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 914944c...7846a35. Read the comment docs.

Bumps [mysql2](https://github.com/sidorares/node-mysql2) from 2.3.0 to 2.3.3.
- [Release notes](https://github.com/sidorares/node-mysql2/releases)
- [Changelog](https://github.com/sidorares/node-mysql2/blob/master/Changelog.md)
- [Commits](sidorares/node-mysql2@v2.3.0...v2.3.3)

---
updated-dependencies:
- dependency-name: mysql2
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/mysql2-2.3.3 branch from d2c887a to 7846a35 Compare February 11, 2022 12:37
@lukashroch lukashroch merged commit bfba1e7 into master Feb 11, 2022
@lukashroch lukashroch deleted the dependabot/npm_and_yarn/mysql2-2.3.3 branch February 11, 2022 12:58
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.

None yet

1 participant