Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 19, 2026

Bumps the dependencies group with 27 updates in the / directory:

Package From To
@vitest/coverage-v8 3.2.4 4.0.17
eslint-plugin-prettier 5.5.4 5.5.5
ls-engines 0.9.4 0.10.0
npm-check-updates 19.3.0 19.3.1
prettier 3.7.4 3.8.0
typescript-eslint 8.51.0 8.53.0
vitest 3.2.4 4.0.17
@types/dockerode 3.3.47 4.0.0
undici 7.16.0 7.18.2
arangojs 10.1.2 10.2.0
@azure/storage-blob 12.29.1 12.30.0
@azure/storage-queue 12.28.1 12.29.0
chromadb 3.2.0 3.2.2
@clickhouse/client 1.15.0 1.16.0
pg 8.16.3 8.17.1
@google-cloud/datastore 9.2.1 10.0.1
@google-cloud/firestore 8.0.0 8.2.0
@google-cloud/pubsub 5.2.0 5.2.2
@google-cloud/spanner 8.2.2 8.4.0
@confluentinc/kafka-javascript 1.7.0 1.8.0
@aws-sdk/client-s3 3.962.0 3.971.0
superagent 10.2.3 10.3.0
mongoose 9.1.1 9.1.4
@types/mssql 9.1.8 9.1.9
mysql2 3.16.0 3.16.1
selenium-webdriver 4.39.0 4.40.0
@types/selenium-webdriver 4.35.4 4.35.5

Updates @vitest/coverage-v8 from 3.2.4 to 4.0.17

Release notes

Sourced from @​vitest/coverage-v8's releases.

v4.0.17

   🚀 Experimental Features

   🐞 Bug Fixes

    View changes on GitHub

v4.0.16

   🐞 Bug Fixes

... (truncated)

Commits
Maintainer changes

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


Updates eslint-plugin-prettier from 5.5.4 to 5.5.5

Release notes

Sourced from eslint-plugin-prettier's releases.

v5.5.5

Patch Changes

Changelog

Sourced from eslint-plugin-prettier's changelog.

5.5.5

Patch Changes

Commits
  • e2c154a chore: release eslint-plugin-prettier (#773)
  • 6795c1a build(deps): Bump the actions group across 1 directory with 2 updates (#774)
  • 77651a3 fix: bump synckit for yarn PnP ESM issue (#776)
  • 7264ed0 chore: bump prettier-linter-helpers to v1.0.1 (#772)
  • e11a5b7 build(deps): Bump the actions group across 1 directory with 3 updates (#769)
  • befda88 ci: enable trusted publishing (#757)
  • See full diff 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-prettier since your current version.


Updates ls-engines from 0.9.4 to 0.10.0

Changelog

Sourced from ls-engines's changelog.

v0.10.0 - 2025-12-22

Commits

  • [Dev Deps] update eslint, @ljharb/eslint-config 9bdfde1
  • [Refactor] switch from yargs to pargs 52031da
  • [Refactor] extract fulfilled result processing into separate module 6621295
  • [Deps] remove unused and no-longer-needed deps 04c90fb
  • [Refactor] use util.styleText instead of colors b77a164
  • [Tests] add regression test for --save flag modifying package.json fb74dd9
  • [Refactor] convert CLI entrypoint to ESM f5f4084
  • [Breaking] require node 22 9d4fbbc
  • [Fix] correctly extract save function from fulfilled result value 4d04d3c
  • [Deps] update @npmcli/arborist, json-file-plus, pacote a6f1e0e
  • [Dev Deps] update nyc 1569183
  • [Dev Deps] update npmignore b1342bb
  • [Deps] update json-file-plus fa28493
  • [Deps] update get-dep-tree 53f3cfa
  • [Dev Deps] update @ljharb/eslint-config db2c528
Commits
  • 8524cce v0.10.0
  • 1569183 [Dev Deps] update nyc
  • b1342bb [Dev Deps] update npmignore
  • 6621295 [Refactor] extract fulfilled result processing into separate module
  • 4d04d3c [Fix] correctly extract save function from fulfilled result value
  • fb74dd9 [Tests] add regression test for --save flag modifying package.json
  • fa28493 [Deps] update json-file-plus
  • 04c90fb [Deps] remove unused and no-longer-needed deps
  • 53f3cfa [Deps] update get-dep-tree
  • b77a164 [Refactor] use util.styleText instead of colors
  • Additional commits viewable in compare view

Updates npm-check-updates from 19.3.0 to 19.3.1

Release notes

Sourced from npm-check-updates's releases.

v19.3.1

What's Changed

Full Changelog: raineorshine/npm-check-updates@v19.3.0...v19.3.1

Commits

Updates prettier from 3.7.4 to 3.8.0

Release notes

Sourced from prettier's releases.

3.8.0

  • Support Angular v21.1

diff

🔗 Release note "Prettier 3.8: Support for Angular v21.1"

Changelog

Sourced from prettier's changelog.

3.8.0

diff

🔗 Release Notes

Commits

Updates typescript-eslint from 8.51.0 to 8.53.0

Release notes

Sourced from typescript-eslint's releases.

v8.53.0

8.53.0 (2026-01-12)

🚀 Features

  • eslint-plugin: [no-unused-vars] add a fixer to remove unused imports (#11922)
  • eslint-plugin: add rule [strict-void-return] (#9707)
  • project-service: allow passing Partial<ts.server.ServerHost> to project service (#11932)

🩹 Fixes

  • eslint-plugin: replace unclear "error typed" with more helpful description (#11704)
  • eslint-plugin: [no-useless-default-assignment] fix false positive for parameters corresponding to a rest parameter (#11916)
  • typescript-estree: forbid type-only import with both default and named specifiers (#11930)
  • typescript-estree: fix syntax check for using declaration (#11910)
  • typescript-estree: forbid invalid class implements (#11934)
  • typescript-estree: forbid invalid "import equals" declaration (#11936)
  • typescript-estree: forbid invalid extends and implements in interface declaration (#11935)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.52.0

8.52.0 (2026-01-05)

🚀 Features

  • eslint-plugin-internal: [no-multiple-lines-of-errors] add rule (#11899)
  • typescript-estree: add tseslint.com redirects for CLI outputs (#11895)

🩹 Fixes

  • eslint-plugin: [no-useless-default-assignment] handle conditional initializer (#11908)
  • eslint-plugin: [no-base-to-string] detect @@​toPrimitive and valueOf (#11901)

❤️ Thank You

  • Josh Goldberg ✨

... (truncated)

Changelog

Sourced from typescript-eslint's changelog.

8.53.0 (2026-01-12)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

8.52.0 (2026-01-05)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

Commits

Updates vitest from 3.2.4 to 4.0.17

Release notes

Sourced from vitest's releases.

v4.0.17

   🚀 Experimental Features

   🐞 Bug Fixes

    View changes on GitHub

v4.0.16

   🐞 Bug Fixes

... (truncated)

Commits
  • dd54e94 chore: release v4.0.17
  • 59f92d4 fix(fsModuleCache): add importers alongside importedModules (#9423)
  • 751364e fix(fsModuleCache): don't store importers in cache (#9422)
  • 4b67fc2 fix: typo in browser.provider error (#9394)
  • 40841ff fix: handle null options in addEventHandler #9371 (#9372)
  • 200dadb fix(pool): handle worker start failures gracefully (#9337)
  • 1500654 fix(browser): support fileParallelism on an instance (#9328)
  • a8a8836 fix(pool): validate environment options when reusing the worker (#9349)
  • 7b10ab4 fix(typecheck): improve error message when tsc outputs help text (#9214)
  • 876cb84 feat: support TRACEPARENT and TRACESTATE environment variables for OpenTeleme...
  • 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 vitest since your current version.


Updates @types/dockerode from 3.3.47 to 4.0.0

Commits

Updates undici from 7.16.0 to 7.18.2

Release notes

Sourced from undici's releases.

v7.18.2

⚠️ Security Release

This fixes GHSA-g9mf-h72j-4rw9 and CVE-2026-22036.

What's Changed

Full Changelog: nodejs/undici@v7.18.1...v7.18.2

v7.18.1

What's Changed

Full Changelog: nodejs/undici@v7.18.0...v7.18.1

v7.18.0

What's Changed

Full Changelog: nodejs/undici@v7.17.0...v7.18.0

v7.17.0

What's Changed

... (truncated)

Commits
  • 7e5cb2d Bumped v7.18.2 (#4730)
  • b04e3cb fix(decompress): limit Content-Encoding chain to 5 to prevent resource exhaus...
  • 2bcb77b Bumped v7.18.1 (#4728)
  • 58a12b7 build(deps): bump actions/checkout from 6.0.0 to 6.0.1 (#4719)
  • 5fa2930 build(deps): bump step-security/harden-runner from 2.13.1 to 2.14.0 (#4718)
  • fbbe283 docs: add security warning for strictContentLength option (#4726)
  • ce12d9e fix: do not crash if Node.js is compiled without SSL (#4727)
  • ebe3e33 Bumped v7.18.0 (#4725)
  • 4e9b88b fix: limit Content-Encoding chain to 5 to prevent resource exhaustion
  • d560767 Bumped v7.17.0 (#4724)
  • Additional commits viewable in compare view

Updates arangojs from 10.1.2 to 10.2.0

Release notes

Sourced from arangojs's releases.

v10.2.0

Fixed

  • Fixed agentOptions not being passed to createHost function, preventing configuration of undici agent for self-signed certificates and other TLS options. The agentOptions parameter is now properly extracted from configuration and passed to all host creation calls. (#824)

Added

  • Added maxSkewThreshold and minDeletionRatio options to TierConsolidationPolicy type (DE-1094)

    These options are available from ArangoDB 3.12.7 onward and can be used for both arangosearch Views and inverted indexes.

  • Added storedValues option for vector indexes (DE-1098)

    Vector indexes now support storing additional attributes for efficient filtering. This option is available in ArangoDB 3.12.7+.

  • Added innerProduct metric support for vector indexes

    Vector indexes now support the innerProduct metric, which was introduced in ArangoDB 3.12.6. This metric compares both angle and magnitude without normalization, making it faster than cosine similarity.

  • Added access token support (DE-1106)

    Access tokens can be used as password replacements for authentication. This feature enables better automation, CI/CD integration, and fine-grained access control.

    • Added db.createAccessToken(username, options) method to create access tokens for users
    • Added db.getAccessTokens(username) method to list all access tokens for a user (metadata only)
    • Added db.deleteAccessToken(username, tokenId) method to revoke access tokens
    • Added db.useAccessToken(token) convenience method for Basic Auth authentication with tokens
    • Added TypeScript types: CreateAccessTokenOptions, AccessToken, AccessTokenMetadata, and AccessTokenListResponse

    Access tokens can be used with:

    • Basic Authentication: db.useAccessToken(token) or db.useBasicAuth("", token)
    • JWT exchange: db.login("", token) or db.login(username, token)

    Note: The valid_until option accepts only Unix timestamps (numbers in seconds), not Date objects. Users must convert Date objects themselves: Math.floor(date.getTime() / 1000).

... (truncated)

Changelog

Sourced from arangojs's changelog.

[10.2.0] - 2026-01-16

Fixed

  • Fixed agentOptions not being passed to createHost function, preventing configuration of undici agent for self-signed certificates and other TLS options. The agentOptions parameter is now properly extracted from configuration and passed to all host creation calls. (#824)

Added

  • Added maxSkewThreshold and minDeletionRatio options to TierConsolidationPoli...

    Description has been truncated

Bumps the dependencies group with 27 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `3.2.4` | `4.0.17` |
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.5.4` | `5.5.5` |
| [ls-engines](https://github.com/ljharb/ls-engines) | `0.9.4` | `0.10.0` |
| [npm-check-updates](https://github.com/raineorshine/npm-check-updates) | `19.3.0` | `19.3.1` |
| [prettier](https://github.com/prettier/prettier) | `3.7.4` | `3.8.0` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.51.0` | `8.53.0` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `3.2.4` | `4.0.17` |
| [@types/dockerode](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/dockerode) | `3.3.47` | `4.0.0` |
| [undici](https://github.com/nodejs/undici) | `7.16.0` | `7.18.2` |
| [arangojs](https://github.com/arangodb/arangojs) | `10.1.2` | `10.2.0` |
| [@azure/storage-blob](https://github.com/Azure/azure-sdk-for-js) | `12.29.1` | `12.30.0` |
| [@azure/storage-queue](https://github.com/Azure/azure-sdk-for-js) | `12.28.1` | `12.29.0` |
| chromadb | `3.2.0` | `3.2.2` |
| [@clickhouse/client](https://github.com/ClickHouse/clickhouse-js) | `1.15.0` | `1.16.0` |
| [pg](https://github.com/brianc/node-postgres/tree/HEAD/packages/pg) | `8.16.3` | `8.17.1` |
| [@google-cloud/datastore](https://github.com/googleapis/nodejs-datastore) | `9.2.1` | `10.0.1` |
| [@google-cloud/firestore](https://github.com/googleapis/nodejs-firestore) | `8.0.0` | `8.2.0` |
| [@google-cloud/pubsub](https://github.com/googleapis/nodejs-pubsub) | `5.2.0` | `5.2.2` |
| [@google-cloud/spanner](https://github.com/googleapis/nodejs-spanner) | `8.2.2` | `8.4.0` |
| [@confluentinc/kafka-javascript](https://github.com/confluentinc/confluent-kafka-javascript) | `1.7.0` | `1.8.0` |
| [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3) | `3.962.0` | `3.971.0` |
| [superagent](https://github.com/ladjs/superagent) | `10.2.3` | `10.3.0` |
| [mongoose](https://github.com/Automattic/mongoose) | `9.1.1` | `9.1.4` |
| [@types/mssql](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mssql) | `9.1.8` | `9.1.9` |
| [mysql2](https://github.com/sidorares/node-mysql2) | `3.16.0` | `3.16.1` |
| [selenium-webdriver](https://github.com/SeleniumHQ/selenium) | `4.39.0` | `4.40.0` |
| [@types/selenium-webdriver](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/selenium-webdriver) | `4.35.4` | `4.35.5` |



Updates `@vitest/coverage-v8` from 3.2.4 to 4.0.17
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.17/packages/coverage-v8)

Updates `eslint-plugin-prettier` from 5.5.4 to 5.5.5
- [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/eslint-plugin-prettier@v5.5.4...v5.5.5)

Updates `ls-engines` from 0.9.4 to 0.10.0
- [Changelog](https://github.com/ljharb/ls-engines/blob/main/CHANGELOG.md)
- [Commits](ljharb/ls-engines@v0.9.4...v0.10.0)

Updates `npm-check-updates` from 19.3.0 to 19.3.1
- [Release notes](https://github.com/raineorshine/npm-check-updates/releases)
- [Changelog](https://github.com/raineorshine/npm-check-updates/blob/main/CHANGELOG.md)
- [Commits](raineorshine/npm-check-updates@v19.3.0...v19.3.1)

Updates `prettier` from 3.7.4 to 3.8.0
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.7.4...3.8.0)

Updates `typescript-eslint` from 8.51.0 to 8.53.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.53.0/packages/typescript-eslint)

Updates `vitest` from 3.2.4 to 4.0.17
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.17/packages/vitest)

Updates `@types/dockerode` from 3.3.47 to 4.0.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/dockerode)

Updates `undici` from 7.16.0 to 7.18.2
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](nodejs/undici@v7.16.0...v7.18.2)

Updates `arangojs` from 10.1.2 to 10.2.0
- [Release notes](https://github.com/arangodb/arangojs/releases)
- [Changelog](https://github.com/arangodb/arangojs/blob/main/CHANGELOG.md)
- [Commits](arangodb/arangojs@v10.1.2...v10.2.0)

Updates `@azure/storage-blob` from 12.29.1 to 12.30.0
- [Release notes](https://github.com/Azure/azure-sdk-for-js/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-js/blob/main/documentation/Changelog-for-next-generation.md)
- [Commits](https://github.com/Azure/azure-sdk-for-js/compare/@azure/storage-blob_12.29.1...@azure/storage-blob_12.30.0)

Updates `@azure/storage-queue` from 12.28.1 to 12.29.0
- [Release notes](https://github.com/Azure/azure-sdk-for-js/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-js/blob/main/documentation/Changelog-for-next-generation.md)
- [Commits](https://github.com/Azure/azure-sdk-for-js/compare/@azure/storage-queue_12.28.1...@azure/storage-queue_12.29.0)

Updates `chromadb` from 3.2.0 to 3.2.2

Updates `@clickhouse/client` from 1.15.0 to 1.16.0
- [Release notes](https://github.com/ClickHouse/clickhouse-js/releases)
- [Changelog](https://github.com/ClickHouse/clickhouse-js/blob/main/CHANGELOG.md)
- [Commits](ClickHouse/clickhouse-js@1.15.0...1.16.0)

Updates `pg` from 8.16.3 to 8.17.1
- [Changelog](https://github.com/brianc/node-postgres/blob/master/CHANGELOG.md)
- [Commits](https://github.com/brianc/node-postgres/commits/pg@8.17.1/packages/pg)

Updates `@google-cloud/datastore` from 9.2.1 to 10.0.1
- [Release notes](https://github.com/googleapis/nodejs-datastore/releases)
- [Changelog](https://github.com/googleapis/nodejs-datastore/blob/main/CHANGELOG.md)
- [Commits](googleapis/nodejs-datastore@v9.2.1...v10.0.1)

Updates `@google-cloud/firestore` from 8.0.0 to 8.2.0
- [Release notes](https://github.com/googleapis/nodejs-firestore/releases)
- [Changelog](https://github.com/googleapis/nodejs-firestore/blob/main/CHANGELOG.md)
- [Commits](googleapis/nodejs-firestore@v8.0.0...v8.2.0)

Updates `@google-cloud/pubsub` from 5.2.0 to 5.2.2
- [Release notes](https://github.com/googleapis/nodejs-pubsub/releases)
- [Changelog](https://github.com/googleapis/nodejs-pubsub/blob/main/CHANGELOG.md)
- [Commits](googleapis/nodejs-pubsub@v5.2.0...v5.2.2)

Updates `@google-cloud/spanner` from 8.2.2 to 8.4.0
- [Release notes](https://github.com/googleapis/nodejs-spanner/releases)
- [Changelog](https://github.com/googleapis/nodejs-spanner/blob/main/CHANGELOG.md)
- [Commits](googleapis/nodejs-spanner@v8.2.2...v8.4.0)

Updates `@confluentinc/kafka-javascript` from 1.7.0 to 1.8.0
- [Release notes](https://github.com/confluentinc/confluent-kafka-javascript/releases)
- [Changelog](https://github.com/confluentinc/confluent-kafka-javascript/blob/master/CHANGELOG.md)
- [Commits](confluentinc/confluent-kafka-javascript@v1.7.0...v1.8.0)

Updates `@aws-sdk/client-s3` from 3.962.0 to 3.971.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-s3/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.971.0/clients/client-s3)

Updates `superagent` from 10.2.3 to 10.3.0
- [Release notes](https://github.com/ladjs/superagent/releases)
- [Changelog](https://github.com/forwardemail/superagent/blob/master/HISTORY.md)
- [Commits](forwardemail/superagent@v10.2.3...v10.3.0)

Updates `mongoose` from 9.1.1 to 9.1.4
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md)
- [Commits](Automattic/mongoose@9.1.1...9.1.4)

Updates `@types/mssql` from 9.1.8 to 9.1.9
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mssql)

Updates `mysql2` from 3.16.0 to 3.16.1
- [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.0...v3.16.1)

Updates `selenium-webdriver` from 4.39.0 to 4.40.0
- [Release notes](https://github.com/SeleniumHQ/selenium/releases)
- [Commits](SeleniumHQ/selenium@selenium-4.39.0...selenium-4.40.0)

Updates `@types/selenium-webdriver` from 4.35.4 to 4.35.5
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/selenium-webdriver)

---
updated-dependencies:
- dependency-name: "@vitest/coverage-v8"
  dependency-version: 4.0.17
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: eslint-plugin-prettier
  dependency-version: 5.5.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: ls-engines
  dependency-version: 0.10.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: npm-check-updates
  dependency-version: 19.3.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: prettier
  dependency-version: 3.8.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: typescript-eslint
  dependency-version: 8.53.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: vitest
  dependency-version: 4.0.17
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: "@types/dockerode"
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: undici
  dependency-version: 7.18.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: arangojs
  dependency-version: 10.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@azure/storage-blob"
  dependency-version: 12.30.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@azure/storage-queue"
  dependency-version: 12.29.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: chromadb
  dependency-version: 3.2.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@clickhouse/client"
  dependency-version: 1.16.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: pg
  dependency-version: 8.17.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@google-cloud/datastore"
  dependency-version: 10.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: "@google-cloud/firestore"
  dependency-version: 8.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@google-cloud/pubsub"
  dependency-version: 5.2.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@google-cloud/spanner"
  dependency-version: 8.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@confluentinc/kafka-javascript"
  dependency-version: 1.8.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@aws-sdk/client-s3"
  dependency-version: 3.971.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: superagent
  dependency-version: 10.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: mongoose
  dependency-version: 9.1.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@types/mssql"
  dependency-version: 9.1.9
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: mysql2
  dependency-version: 3.16.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: selenium-webdriver
  dependency-version: 4.40.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@types/selenium-webdriver"
  dependency-version: 4.35.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

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 major An incompatible API change labels Jan 19, 2026
@netlify
Copy link

netlify bot commented Jan 19, 2026

Deploy Preview for testcontainers-node ready!

Name Link
🔨 Latest commit 1e63e32
🔍 Latest deploy log https://app.netlify.com/projects/testcontainers-node/deploys/696d82142b46110007c93abc
😎 Deploy Preview https://deploy-preview-1216--testcontainers-node.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

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 major An incompatible API change

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant