An open index of dependabot pull requests across open source projects.

Bump mariadb from 3.0.0 to 3.4.5

Closed
Number: #1945
Type: Pull Request
State: Closed
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 0
Created: July 29, 2025 at 06:40 AM UTC
(11 months ago)
Updated: July 29, 2025 at 07:50 AM UTC
(11 months ago)
Closed: July 29, 2025 at 07:50 AM UTC
(11 months ago)
Time to Close: about 1 hour
Labels:
dependencies javascript
Description:

Bumps mariadb from 3.0.0 to 3.4.5.

Release notes

Sourced from mariadb's releases.

MariaDB Connector/Node.js 3.4.5

3.4.5 (Jul 2025)

Full Changelog

Issues Fixed

  • CONJS-323: Fixed SSL connection error with custom CA certificates causing "TypeError: validationFunction is not a function"
  • CONJS-324: Added missing TypeScript type definitions (@​types/geojson, @​types/node) to dependencies

MariaDB Connector/Node.js 3.4.4

3.4.4 (Jul 2025)

Full Changelog

Issues Fixed

  • CONJS-322: TypeScript types/share.d.ts and types/callback.d.ts are not published

MariaDB Connector/Node.js 3.4.3

3.4.3 (Jul 2025)

Full Changelog

Notable changes

  • CONJS-309: Enhanced TypeScript support by adding mariadb/callback type definitions

Issues Fixed

  • CONJS-319: Resolved SSL identity verification issue where servername parameter wasn't being properly validated
  • CONJS-320: Fixed cluster filtering problems in query/execute operations when using the callback API
  • CONJS-321: Moved @​types/geojson and @​types/node packages to development dependencies for cleaner production builds

MariaDB Connector/Node.js 3.4.2

3.4.2 (Apr 2025)

Full Changelog

Issues Fixed

  • CONJS-318: Repeated named placeholders causes "Placeholder is not defined"

MariaDB Connector/Node.js 3.4.1

3.4.1 (Mar 2025)

Full Changelog

Issues Fixed

  • CONJS-306: Support "zero configuration ssl" for parsec authentication
  • CONJS-315: Fixed issue with incorrect data for result-set rows of exactly 16M of data
  • CONJS-312: Improved pool error messages when failing to create connections
  • CONJS-313: Now allows using question mark parameters even when using namedPlaceholders option (mysql compatibility)
  • CONJS-305: Added Connection close alias for end function in TypeScript definition
  • CONJS-314: Fixed Bulk operations potentially returning unexpected error "Cannot read properties of undefined (reading '0')"
  • CONJS-275: Added capability to return all Bulk insert IDs for MariaDB server 11.5.1+
  • CONJS-304: Fixed bulk operations ending with "Got a packet bigger than 'max_allowed_packet' bytes" error
  • CONJS-316: Enhanced handling of non-bulk batched operations to avoid out-of-memory errors for batches not using bulk

MariaDB Connector/Node.js 3.4.0

... (truncated)

Changelog

Sourced from mariadb's changelog.

3.4.5 (Jul 2025)

Full Changelog

Issues Fixed

  • CONJS-323: Fixed SSL connection error with custom CA certificates causing "TypeError: validationFunction is not a function"
  • CONJS-324: Added missing TypeScript type definitions (@​types/geojson, @​types/node) to dependencies

3.4.4 (Jul 2025)

Full Changelog

Issues Fixed

  • CONJS-322: TypeScript types/share.d.ts and types/callback.d.ts are not published

3.4.3 (Jul 2025)

Full Changelog

Notable changes

  • CONJS-309: Enhanced TypeScript support by adding mariadb/callback type definitions

Issues Fixed

  • CONJS-319: Resolved SSL identity verification issue where servername parameter wasn't being properly validated
  • CONJS-320: Fixed cluster filtering problems in query/execute operations when using the callback API
  • CONJS-321: Moved @​types/geojson and @​types/node packages to development dependencies for cleaner production builds

3.4.2 (Apr 2025)

Full Changelog

Issues Fixed

  • CONJS-318: Repeated named placeholders causes "Placeholder is not defined"

3.4.1 (Mar 2025)

Full Changelog

Issues Fixed

  • CONJS-306: Support "zero configuration ssl" for parsec authentication
  • CONJS-315: Fixed issue with incorrect data for result-set rows of exactly 16M of data
  • CONJS-312: Improved pool error messages when failing to create connections
  • CONJS-313: Now allows using question mark parameters even when using namedPlaceholders option (mysql compatibility)
  • CONJS-305: Added Connection close alias for end function in TypeScript definition
  • CONJS-314: Fixed Bulk operations potentially returning unexpected error "Cannot read properties of undefined (reading '0')"
  • CONJS-275: Added capability to return all Bulk insert IDs for MariaDB server 11.5.1+
  • CONJS-304: Fixed bulk operations ending with "Got a packet bigger than 'max_allowed_packet' bytes" error
  • CONJS-316: Enhanced handling of non-bulk batched operations to avoid out-of-memory errors for batches not using bulk

3.4.0 (Oct 2024)

... (truncated)

Commits
  • 6baf970 bump 3.4.5
  • a90835f [misc] update dependencies
  • e7c9039 [CONJS-324] revert TypeScript dependency #320
  • 38d8b76 [misc] update TS file to ES module syntax
  • 0273e9a [CONJS-323] correcting TypeError: validationFunction is not a function
  • 4ba5a02 [misc] client side parsing removing "//" single line comment
  • c2ec7ff bump 3.4.4
  • 6d3fcbc [CONJS-322] TypeScript types/share.d.ts and types/callback.d.ts are not publi...
  • 831fd11 [misc] update CHANGELOG
  • 058f685 Merge branch 'develop'
  • 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 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 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)
Pull Request Statistics
Commits:
1
Files Changed:
2
Additions:
+42
Deletions:
-50
Package Dependencies
Package:
mariadb
Ecosystem:
npm
Version Change:
3.0.0 → 3.4.5
Update Type:
Minor
Technical Details
ID: 4284612
UUID: 2702948383
Node ID: PR_kwDOD2Q1Ic6hG7gf
Host: GitHub
Repository: AliceO2Group/Bookkeeping
Mergeable: Yes
Merge State: Unstable