Skip to content

Bump mariadb from 2.5.2 to 2.5.5#426

Merged
graduta merged 2 commits intomasterfrom
dependabot/npm_and_yarn/mariadb-2.5.5
Nov 19, 2021
Merged

Bump mariadb from 2.5.2 to 2.5.5#426
graduta merged 2 commits intomasterfrom
dependabot/npm_and_yarn/mariadb-2.5.5

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 21, 2021

Bumps mariadb from 2.5.2 to 2.5.5.

Release notes

Sourced from mariadb's releases.

MariaDB Connector/Node.js 2.5.5

2.5.5 (19 Oct 2021)

Full Changelog

  • [CONJS-170] Pool.query(undefined) never release connection
  • [CONJS-173] not permitting providing null as a value without an array
  • [CONJS-175] Missing leakDetectionTimeout option in Typescript description

MariaDB Connector/Node.js 2.5.4

2.5.4 (08 Jun 2021)

Full Changelog

  • [CONJS-163] Authentication plugin failing doesn't always return error
  • [CONJS-164] Add API that list options default value
  • [CONJS-161] Runtime error on escape() method when escaping array parameter type
  • update iconv-lite dependency to 0.6.3

MariaDB connector/node.js 2.5.3

This version is a correction release (Stable (GA)).

Full Changelog

  • [CONJS-157] Batch error when setting maxAllowedPacket less than an insert parameter value
  • [CONJS-158] use BigInt constructor in place of literal to ensure maximum compatibility
  • [CONJS-160] Wrong definition for typescript PoolConnection.release
  • [CONJS-159] test 10.6 server latest build
Changelog

Sourced from mariadb's changelog.

2.5.5 (19 Oct 2021)

Full Changelog

  • [CONJS-170] Pool.query(undefined) never release connection
  • [CONJS-173] not permitting providing null as a value without an array
  • [CONJS-175] Missing leakDetectionTimeout option in Typescript description

2.5.4 (08 Jun 2021)

Full Changelog

  • [CONJS-163] Authentication plugin failing doesn't always return error
  • [CONJS-164] Add API that list options default value
  • [CONJS-161] escaping correction
  • update iconv-lite dependency to 0.6.3

2.5.3 (16 Feb 2021)

Full Changelog

  • [CONJS-157] Batch error when setting maxAllowedPacket less than an insert parameter value
  • [CONJS-158] use BigInt constructor in place of literal to ensure maximum compatibility
  • [CONJS-160] Wrong definition for typescript PoolConnection.release
  • [CONJS-159] test 10.6 server latest build
Commits
  • bc9f6c7 Merge branch 'release/2.5.5'
  • a3f0cb1 bump 2.5.5 version
  • acae4a2 [CONJS-175] Missing leakDetectionTimeout option in Typescript description #169
  • 341189a [misc] correct changelog
  • c9f5302 [misc] test reliability improvement
  • 46d3215 [misc] correct travis link
  • caf783c [CONJS-170] Pool.query/execute/batch(undefined) never release connection #163
  • 677a465 [misc] pool test rewrite as promise
  • 5aeb8cf Merge branch 'patch-1' into develop
  • aed4694 fix minor typo "JSON.stringfy" in promise-api.md
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by dbart, a new releaser for mariadb since your current version.


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 the dependencies Pull requests that update a dependency file label Oct 21, 2021
Bumps [mariadb](https://github.com/mariadb-corporation/mariadb-connector-nodejs) from 2.5.2 to 2.5.5.
- [Release notes](https://github.com/mariadb-corporation/mariadb-connector-nodejs/releases)
- [Changelog](https://github.com/mariadb-corporation/mariadb-connector-nodejs/blob/master/CHANGELOG.md)
- [Commits](mariadb-corporation/mariadb-connector-nodejs@2.5.2...2.5.5)

---
updated-dependencies:
- dependency-name: mariadb
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/mariadb-2.5.5 branch from 9116f7b to 85594f5 Compare November 12, 2021 13:09
@codecov
Copy link

codecov bot commented Nov 12, 2021

Codecov Report

Merging #426 (e9b658b) into master (dd4e672) will increase coverage by 0.11%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #426      +/-   ##
==========================================
+ Coverage   91.42%   91.54%   +0.11%     
==========================================
  Files         226      226              
  Lines        9363     9363              
  Branches      674      674              
==========================================
+ Hits         8560     8571      +11     
+ Misses        803      792      -11     
Impacted Files Coverage Δ
lib/public/components/common/markdown.js 89.65% <0.00%> (-8.63%) ⬇️
lib/public/views/Logs/Logs.js 93.29% <0.00%> (+0.52%) ⬆️
lib/public/views/Logs/Create/index.js 98.63% <0.00%> (+6.80%) ⬆️

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 dd4e672...e9b658b. Read the comment docs.

@graduta graduta merged commit fd3ffbb into master Nov 19, 2021
@graduta graduta deleted the dependabot/npm_and_yarn/mariadb-2.5.5 branch November 19, 2021 17:34
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

Development

Successfully merging this pull request may close these issues.

1 participant