Skip to content

Bump the minor-updates group with 7 updates#283

Closed
dependabot[bot] wants to merge 1 commit intotestfrom
dependabot-npm_and_yarn-test-minor-updates-08d82eb649
Closed

Bump the minor-updates group with 7 updates#283
dependabot[bot] wants to merge 1 commit intotestfrom
dependabot-npm_and_yarn-test-minor-updates-08d82eb649

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 1, 2026

Bumps the minor-updates group with 7 updates:

Package From To
mysql2 3.16.2 3.18.2
@redocly/cli 2.15.0 2.20.0
dotenv 17.2.3 17.3.1
eslint-plugin-functional 9.0.2 9.0.4
mariadb 3.4.5 3.5.1
nock 14.0.10 14.0.11
nodemon 3.1.11 3.1.14

Updates mysql2 from 3.16.2 to 3.18.2

Release notes

Sourced from mysql2's releases.

v3.18.2

3.18.2 (2026-02-26)

Bug Fixes

  • types: add supportBigNumbers, bigNumberStrings, dateStrings, and timezone options to QueryOptions (#4127) (b274e72)
  • types: extend QueryValues to callback-based methods (#4129) (2ad5f0b)
  • types: improve ExecuteValues "nested" params (#4133) (3f94950)
  • types: support Raw and Uint8Array params (#4132) (bde9aec)

v3.18.1

3.18.1 (2026-02-25)

Bug Fixes

  • types: ensure optional params in query and execute methods (#4123) (3f4bbca)

v3.18.0

3.18.0 (2026-02-23)

Features

  • add Symbol.dispose and Symbol.asyncDispose support for Connections, Pools, and Pool Clusters (#4112) (1e612dc)

v3.17.5

3.17.5 (2026-02-23)

Bug Fixes

  • add missing charset encoding for UTF8MB4_0900_BIN (#3855) (c9a0dcd)
  • fix wrong length number write to packet (#3177) (0e06e02)
  • pool: resolve potential memory leak (#4111) (8aa2052)
  • deps: include @types/node as a peer dependency (#4108) (5f8ac97)

v3.17.4

3.17.4 (2026-02-20)

Bug Fixes

v3.17.3

3.17.3 (2026-02-19)

... (truncated)

Changelog

Sourced from mysql2's changelog.

3.18.2 (2026-02-26)

Bug Fixes

  • types: add supportBigNumbers, bigNumberStrings, dateStrings, and timezone options to QueryOptions (#4127) (b274e72)
  • types: extend QueryValues to callback-based methods (#4129) (2ad5f0b)
  • types: improve ExecuteValues "nested" params (#4133) (3f94950)
  • types: support Raw and Uint8Array params (#4132) (bde9aec)

3.18.1 (2026-02-25)

Bug Fixes

  • types: ensure optional params in query and execute methods (#4123) (3f4bbca)

3.18.0 (2026-02-23)

Features

  • add Symbol.dispose and Symbol.asyncDispose support for Connections, Pools, and Pool Clusters (#4112) (1e612dc)

3.17.5 (2026-02-23)

Bug Fixes

  • add missing charset encoding for UTF8MB4_0900_BIN (#3855) (c9a0dcd)
  • deps: include @types/node as a peer dependency (#4108) (5f8ac97)
  • fix wrong length number write to packet (#3177) (0e06e02)
  • pool: resolve potential memory leak (#4111) (8aa2052)

3.17.4 (2026-02-20)

Bug Fixes

3.17.3 (2026-02-19)

Bug Fixes

  • fix PoolConnection.end callback and promise resolution (#3937) (18ff2c6)

3.17.2 (2026-02-16)

... (truncated)

Commits
  • 6ba07ea chore(master): release 3.18.2 (#4128)
  • b3ba74d build(deps-dev): bump @​types/node from 25.3.0 to 25.3.1 in /website (#4131)
  • 5bb18d3 build(deps-dev): bump @​types/node from 25.3.0 to 25.3.1 (#4130)
  • 3f94950 fix(types): improve ExecuteValues "nested" params (#4133)
  • bde9aec fix(types): support Raw and Uint8Array params (#4132)
  • 2ad5f0b fix(types): extend QueryValues to callback-based methods (#4129)
  • b274e72 fix(types): add supportBigNumbers, bigNumberStrings, dateStrings, and `...
  • 69ee696 chore(master): release 3.18.1 (#4124)
  • 3f4bbca fix(types): ensure optional params in query and execute methods (#4123)
  • a02b8ce build(deps-dev): bump c8 from 10.1.3 to 11.0.0 (#4121)
  • Additional commits viewable in compare view

Updates @redocly/cli from 2.15.0 to 2.20.0

Release notes

Sourced from @​redocly/cli's releases.

@​redocly/cli@​2.20.0

Patch Changes

  • Updated @​redocly/openapi-core to v2.20.0.

@​redocly/cli@​2.19.2

Patch Changes

  • Fixed an issue where scorecardClassic configurations were not resolved.
  • Updated @​redocly/openapi-core to v2.19.2.

@​redocly/cli@​2.19.1

Patch Changes

  • Updated @​redocly/respect-core to v2.19.1.

@​redocly/cli@​2.19.0

Minor Changes

  • Added the spec-querystring-parameters rule (OpenAPI 3.2). This rule enforces that query and querystring are not mixed in the same operation/path parameter set, and that at most one querystring parameter is declared per operation or path.

Patch Changes

  • Fixed an issue where running CLI commands would result in "ReferenceError: React is not defined" message.
  • Updated @​redocly/respect-core to v2.19.0.

@​redocly/cli@​2.18.2

Patch Changes

  • Fixed false positive errors in example validation for OpenAPI 3.0.x and OpenAPI 2.x.
  • Updated @​redocly/openapi-core to v2.18.2.

@​redocly/cli@​2.18.1

Patch Changes

  • Fixed validation of examples where combining required with readOnly or writeOnly properties would incorrectly generate warnings.
  • Updated @​redocly/respect-core to v2.18.1.

@​redocly/cli@​2.18.0

Patch Changes

  • Updated @​redocly/openapi-core to v2.18.0.

@​redocly/cli@​2.17.0

Minor Changes

  • Added support for Media Types in the Components model.

Patch Changes

... (truncated)

Commits

Updates dotenv from 17.2.3 to 17.3.1

Changelog

Sourced from dotenv's changelog.

17.3.1 (2026-02-12)

Changed

  • Fix as2 example command in README and update spanish README

17.3.0 (2026-02-12)

Added

  • Add a new README section on dotenv’s approach to the agentic future.

Changed

  • Rewrite README to get humans started more quickly with less noise while simultaneously making more accessible for llms and agents to go deeper into details.

17.2.4 (2026-02-05)

Changed

  • Make DotenvPopulateInput accept NodeJS.ProcessEnv type (#915)
  • Give back to dotenv by checking out my newest project vestauth. It is auth for agents. Thank you for using my software.
Commits

Updates eslint-plugin-functional from 9.0.2 to 9.0.4

Release notes

Sourced from eslint-plugin-functional's releases.

v9.0.4

9.0.4 (2026-02-23)

Bug Fixes

  • type errors for consumers (5947b54)

v9.0.3

9.0.3 (2026-02-22)

Bug Fixes

Changelog

Sourced from eslint-plugin-functional's changelog.

9.0.4 (2026-02-23)

Bug Fixes

  • type errors for consumers (5947b54)

9.0.3 (2026-02-22)

Bug Fixes

Commits
  • 8c140d0 chore(release): 9.0.4 [skip ci]
  • ec43f95 Merge pull request #1032 from eslint-functional/define-config
  • c219037 docs: update getting started example
  • 5947b54 fix: type errors for consumers
  • c46e223 chore(release): 9.0.3 [skip ci]
  • 22499f7 ci: fix permissions
  • 4c69508 ci: remove semantic-release from dev deps
  • effa92f ci: use latest node version to run release
  • e945613 ci: allow knip to fail
  • 0420edb ci: remove now unused npm token
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for eslint-plugin-functional since your current version.


Updates mariadb from 3.4.5 to 3.5.1

Release notes

Sourced from mariadb's releases.

MariaDB Connector/Node.js 3.5.1

3.5.1 (Feb 2026)

Full Changelog

Notable changes

  • CONJS-338 Add asyncDispose support for Connection, PoolConnection and Pool #250
  • CONJS-339 Add default type parameter to Prepare interface and fix executeStream generic #334
  • CONJS-339 Add wildcard for values params on Prepare

Issues Fixed

  • CONJS-331 Plugin authentication change correction
  • CONJS-335 Deno compatibility: send COM_QUIT synchronously to prevent socket cleanup race condition
  • CONJS-336 Connection attribute _server_host send host, but IP resulting of name resolution
  • CONJS-340 Fix pool connection event to emit wrapped connections and prevent user errors from breaking pool #342
  • CONJS-341 Support charset + collation combination in connection options #337

MariaDB Connector/Node.js 3.5.0 RC

3.5.0-rc.0 (Oct 2025)

Full Changelog

Notable changes

  • CONJS-326 migrate from commonJS to ESM
  • CONJS-325 deno compatibility

Issues Fixed

  • CONJS-328 Fix minimumIdle option to maintain baseline idle connections
  • CONJS-330 caching_sha2_password: avoid requiring RSA key pair when connecting via Unix socket
Changelog

Sourced from mariadb's changelog.

3.5.1 (Feb 2026)

Full Changelog

Notable changes

  • CONJS-338 Add asyncDispose support for Connection, PoolConnection and Pool #250
  • CONJS-339 Add default type parameter to Prepare interface and fix executeStream generic #334
  • CONJS-339 Add wildcard for values params on Prepare

Issues Fixed

  • CONJS-331 Plugin authentication change correction
  • CONJS-335 Deno compatibility: send COM_QUIT synchronously to prevent socket cleanup race condition
  • CONJS-336 Connection attribute _server_host send host, but IP resulting of name resolution
  • CONJS-340 Fix pool connection event to emit wrapped connections and prevent user errors from breaking pool #342
  • CONJS-341 Support charset + collation combination in connection options #337

3.5.0-rc.0 (Oct 2025)

Full Changelog

Notable changes

  • CONJS-326 migrate from commonJS to ESM
  • CONJS-325 deno compatibility

Issues Fixed

  • CONJS-328 Fix minimumIdle option to maintain baseline idle connections
  • CONJS-330 caching_sha2_password: avoid requiring RSA key pair when connecting via Unix socket
Commits
  • be72ebf [perf] Optimize buffer copy in readBufferLengthEncodedCopy with subarray
  • dbd5472 [CONJS-333] Optimize column type checking with buffer comparisons and pre-com...
  • e71f849 [misc] Release version 3.5.1
  • 82b639c [misc] bump dependencies
  • a5ba902 [perf] Optimize execute command with bitwise operations and constant reuse
  • 65b9508 [perf] Optimize parameter type checking and remove unused pipe property
  • 84aacff [misc] Format code
  • 2d5db1d [misc] Prevent password transmission over untrusted SSL with self-signed cert...
  • b91022f [misc] Move TypeScript type dependencies to optional peer dependencies #330
  • 27d2ff1 [misc] Fix test timing and query result types in pool event tests
  • Additional commits viewable in compare view

Updates nock from 14.0.10 to 14.0.11

Release notes

Sourced from nock's releases.

v14.0.11

14.0.11 (2026-02-09)

Bug Fixes

Commits
  • db0b280 fix: upgrade semantic-release (#2943)
  • bc78af4 Add write permission for contents in CI workflow (#2942)
  • a4cb6b8 fix: restore github actions write permissions (#2941)
  • 113dcac fix: migrate to npm OIDC (#2940)
  • 025db76 fix: update @mswjs/interceptors to fix a memory leak (#2938)
  • e7418da chore(deps): bump actions/setup-node from 4 to 6 (#2924)
  • 2d4a5cc chore(deps-dev): bump js-yaml from 3.14.1 to 3.14.2
  • 4f7e385 chore: upgrade interceptors
  • 5177a33 chore(deps): bump serialize-javascript and mocha (#2848)
  • 93611a2 chore(deps-dev): bump prettier from 3.2.5 to 3.6.2 (#2883)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for nock since your current version.


Updates nodemon from 3.1.11 to 3.1.14

Release notes

Sourced from nodemon's releases.

v3.1.14

3.1.14 (2026-02-20)

Bug Fixes

v3.1.13

3.1.13 (2026-02-19)

Bug Fixes

  • TypeScript definition for 'restart' args (5c03715), closes #2265

v3.1.12

3.1.12 (2026-02-19)

Bug Fixes

Commits
  • cfebe2f fix: get watch working on windows
  • f34bfa9 chore: fix release to run after tests
  • 5c03715 fix: TypeScript definition for 'restart' args
  • 28de4b7 chore: semver-release wanted 22-24 🤦
  • 6217164 chore: move release workflow to node 20
  • 2c458de chore: bump semver-release + update workflow
  • 9376af3 fix: bump minimatch
  • e045423 chore: website
  • f7a4edd chore: website
  • f26223f chore: website
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for nodemon since your current version.


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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the minor-updates group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [mysql2](https://github.com/sidorares/node-mysql2) | `3.16.2` | `3.18.2` |
| [@redocly/cli](https://github.com/Redocly/redocly-cli) | `2.15.0` | `2.20.0` |
| [dotenv](https://github.com/motdotla/dotenv) | `17.2.3` | `17.3.1` |
| [eslint-plugin-functional](https://github.com/eslint-functional/eslint-plugin-functional) | `9.0.2` | `9.0.4` |
| [mariadb](https://github.com/mariadb-corporation/mariadb-connector-nodejs) | `3.4.5` | `3.5.1` |
| [nock](https://github.com/nock/nock) | `14.0.10` | `14.0.11` |
| [nodemon](https://github.com/remy/nodemon) | `3.1.11` | `3.1.14` |


Updates `mysql2` from 3.16.2 to 3.18.2
- [Release notes](https://github.com/sidorares/node-mysql2/releases)
- [Changelog](https://github.com/sidorares/node-mysql2/blob/master/Changelog.md)
- [Commits](sidorares/node-mysql2@v3.16.2...v3.18.2)

Updates `@redocly/cli` from 2.15.0 to 2.20.0
- [Release notes](https://github.com/Redocly/redocly-cli/releases)
- [Commits](https://github.com/Redocly/redocly-cli/compare/@redocly/cli@2.15.0...@redocly/cli@2.20.0)

Updates `dotenv` from 17.2.3 to 17.3.1
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](motdotla/dotenv@v17.2.3...v17.3.1)

Updates `eslint-plugin-functional` from 9.0.2 to 9.0.4
- [Release notes](https://github.com/eslint-functional/eslint-plugin-functional/releases)
- [Changelog](https://github.com/eslint-functional/eslint-plugin-functional/blob/main/CHANGELOG.md)
- [Commits](eslint-functional/eslint-plugin-functional@v9.0.2...v9.0.4)

Updates `mariadb` from 3.4.5 to 3.5.1
- [Release notes](https://github.com/mariadb-corporation/mariadb-connector-nodejs/releases)
- [Changelog](https://github.com/mariadb-corporation/mariadb-connector-nodejs/blob/main/CHANGELOG.md)
- [Commits](mariadb-corporation/mariadb-connector-nodejs@3.4.5...3.5.1)

Updates `nock` from 14.0.10 to 14.0.11
- [Release notes](https://github.com/nock/nock/releases)
- [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md)
- [Commits](nock/nock@v14.0.10...v14.0.11)

Updates `nodemon` from 3.1.11 to 3.1.14
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](remy/nodemon@v3.1.11...v3.1.14)

---
updated-dependencies:
- dependency-name: mysql2
  dependency-version: 3.18.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: "@redocly/cli"
  dependency-version: 2.20.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: dotenv
  dependency-version: 17.3.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: eslint-plugin-functional
  dependency-version: 9.0.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: mariadb
  dependency-version: 3.5.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: nock
  dependency-version: 14.0.11
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: nodemon
  dependency-version: 3.1.14
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 1, 2026
@dependabot dependabot bot requested a review from a team as a code owner March 1, 2026 17:13
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 1, 2026
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 9, 2026

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Mar 9, 2026
@dependabot dependabot bot deleted the dependabot-npm_and_yarn-test-minor-updates-08d82eb649 branch March 9, 2026 07:14
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.

0 participants