Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 27, 2025

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

Package From To
@vitest/coverage-v8 3.2.4 4.0.16
ls-engines 0.9.3 0.10.0
typescript-eslint 8.49.0 8.50.1
vitest 3.2.4 4.0.16
chromadb 3.1.8 3.2.0
@clickhouse/client 1.14.0 1.15.0
@google-cloud/datastore 9.2.1 10.0.1
@google-cloud/spanner 8.2.2 8.3.1
msw 2.12.4 2.12.6
@aws-sdk/client-s3 3.948.0 3.958.0
mongoose 9.0.1 9.0.2
mysql2 3.15.3 3.16.0
@nats-io/jetstream 3.2.0 3.3.0
@nats-io/transport-node 3.2.0 3.3.0

Updates @vitest/coverage-v8 from 3.2.4 to 4.0.16

Release notes

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

v4.0.16

   🐞 Bug Fixes

    View changes on GitHub

v4.0.15

   🚀 Experimental Features

   🐞 Bug Fixes

    View changes on GitHub

v4.0.14

   🚀 Experimental Features

... (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 ls-engines from 0.9.3 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

v0.9.4 - 2025-12-16

Commits

  • [New] add devEngines support e474d52
  • [Tests] update fixtures 922454d
  • [Tests] increase coverage 8fddd8e
  • [Tests] peer-subset-root: add peer dep as devDep for consistent install across npm versions 37c0e32
  • [Fix] checkCurrent: use the computed graphValid, not the graphValids object c90bdf7
  • [Refactor] make the engines field name dynamic c3d0bd1
  • [Tests] add coverage bfc1a2d
  • [Tests] add coverage for getGraphEntries default values 9ad3ae1
  • [Dev Deps] update @ljharb/eslint-config, auto-changelog, eslint, es-value-fixtures, npmignore, object-inspect, tape 19b7f79
  • [Deps] update json-file-plus, lockfile-info, object.values, semver, table 0575332
  • [Dev Deps] use npm audit instead of aud 7739d61
  • [Dev Deps] add missing peer dep ff8df75
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 typescript-eslint from 8.49.0 to 8.50.1

Release notes

Sourced from typescript-eslint's releases.

v8.50.1

8.50.1 (2025-12-22)

🩹 Fixes

  • eslint-plugin: [method-signature-style] ignore methods that return this (#11813)
  • eslint-plugin: [no-unnecessary-type-assertion] correct handling of undefined vs. void (#11826)

❤️ Thank You

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

v8.50.0

8.50.0 (2025-12-15)

🚀 Features

  • eslint-plugin: [no-useless-default-assignment] add rule (#11720)

❤️ Thank You

  • Josh Goldberg ✨
  • Ulrich Stark

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

Changelog

Sourced from typescript-eslint's changelog.

8.50.1 (2025-12-22)

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.50.0 (2025-12-15)

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.16

Release notes

Sourced from vitest's releases.

v4.0.16

   🐞 Bug Fixes

    View changes on GitHub

v4.0.15

   🚀 Experimental Features

   🐞 Bug Fixes

    View changes on GitHub

v4.0.14

   🚀 Experimental Features

... (truncated)

Commits
  • b46d744 chore: release v4.0.16
  • 84a3062 fix(browser): string formatting bug when including placeholders in console.lo...
  • f7f6aa8 fix: log deprecated test.poolOptions if it's set (#9226)
  • 568513c fix: allow inlining fully dynamic import (#9137)
  • 5d26b87 fix(experimental): export setupEnvironment for custom pools (#9187)
  • f17eb42 refactor: avoid using isFileServingAllowed from Vite (#9160)
  • 78cfbf9 fix: avoid crashing on process.versions stub (#9174)
  • da0ade2 fix: fix browser mode default testTimeout back to 15 seconds (#9167)
  • eb1abf0 chore: release v4.0.15
  • a68f74e feat(cache): add opt-out on a plugin level, fix internal root cache (#9154)
  • 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 chromadb from 3.1.8 to 3.2.0

Updates @clickhouse/client from 1.14.0 to 1.15.0

Changelog

Sourced from @​clickhouse/client's changelog.

1.15.0

New features

#487: ClickHouse/clickhouse-js#487 [BigInt]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt

Commits
Maintainer changes

This version was pushed to npm by 4b819b88c84b, a new releaser for @​clickhouse/client since your current version.


Updates @google-cloud/datastore from 9.2.1 to 10.0.1

Release notes

Sourced from @​google-cloud/datastore's releases.

v10.0.1

10.0.1 (2025-05-08)

Bug Fixes

  • Fix the compiler error blocking the release (#1391) (ec91e14)

v10.0.0

10.0.0 (2025-05-02)

⚠ BREAKING CHANGES

  • migrate to Node 18 (#1384)

Bug Fixes

  • doc: Fix param descriptions for filters (#1346) (a18c169)
  • More error visibility in nodejs-datastore (#1389) (55934da)
  • Not check sub-property existence for null values (#1330) (5c0ddbc)

Miscellaneous Chores

Changelog

Sourced from @​google-cloud/datastore's changelog.

10.0.1 (2025-05-08)

Bug Fixes

  • Fix the compiler error blocking the release (#1391) (ec91e14)

10.0.0 (2025-05-02)

⚠ BREAKING CHANGES

  • migrate to Node 18 (#1384)

Bug Fixes

  • doc: Fix param descriptions for filters (#1346) (a18c169)
  • More error visibility in nodejs-datastore (#1389) (55934da)
  • Not check sub-property existence for null values (#1330) (5c0ddbc)

Miscellaneous Chores

Commits

Updates @google-cloud/spanner from 8.2.2 to 8.3.1

Release notes

Sourced from @​google-cloud/spanner's releases.

v8.3.1

8.3.1 (2025-11-19)

Bug Fixes

v8.3.0

8.3.0 (2025-11-11)

Features

  • Exposing AutoscalingConfig in InstancePartition (#2449) (2defcc8)
  • Multiplexed session as default session mode (#2451) (9ef0565)

Bug Fixes

Changelog

Sourced from @​google-cloud/spanner's changelog.

8.3.1 (2025-11-19)

Bug Fixes

8.3.0 (2025-11-11)

Features

  • Exposing AutoscalingConfig in InstancePartition (#2449) (2defcc8)
  • Multiplexed session as default session mode (#2451) (9ef0565)

Bug Fixes

Commits
  • 2ab372a chore(main): release 8.3.1 (#2468)
  • e673acd chore: Revert Console log (#2467)
  • 8d939f5 README: update readme for session modes (#2456)
  • 74bf6cd chore(main): release 8.3.0 (#2447)
  • 9ef0565 feat: multiplexed session as default session mode (#2451)
  • 8f2581d chore: Add spanner configuration in logs, Update Metrics documentation (#2455)
  • b5c2d4f chore(python): remove configure_previous_major_version_branches (#2454)
  • 4cbed94 fix(deps): update dependency google-gax to v5.0.4 (#2430)
  • 2ebbdaf chore(deps): update dependency jsdoc-fresh to v5 (#2433)
  • db53e29 chore(deps): update dependency jsdoc-region-tag to v4 (#2434)
  • Additional commits viewable in compare view

Updates msw from 2.12.4 to 2.12.6

Release notes

Sourced from msw's releases.

v2.12.6 (2025-12-26)

Bug Fixes

  • sse: respect the worker quiet option (#2644) (d50f73e72b04122a676617ce84f394b800e623fd) @​kettanaito

v2.12.5 (2025-12-26)

Bug Fixes

Commits

Updates @aws-sdk/client-s3 from 3.948.0 to 3.958.0

Release notes

Sourced from @​aws-sdk/client-s3's releases.

v3.958.0

3.958.0(2025-12-23)

Chores
  • client-elastic-transcoder: remove elastic transcoder due to service shutdown (#7602) (4381b2dc)
  • build: generate clients without formatting prettier/eslint (#7599) (da9c913a)
  • codegen: bump codegen version to 0.40.0 (#7601) (4dc2bcb7)
New Features
  • clients: update client endpoints as of 2025-12-23 (f5aa61b9)
  • client-s3: Add additional validation to Outpost bucket names. (2f30457f)
  • client-geo-places: Adds support for InferredSecondaryAddress place type, Designator in SecondaryAddressComponent and Heading in ReverseGeocode. (1c6374da)
  • client-pinpoint-sms-voice-v2: This release adds support for the Registration Reviewer feature, which provides generative AI feedback on a phone number or sender ID registration to ensure completeness before sending to downstream (carrier) review. (ac0c236b)
Tests

For list of updated packages, view updated-packages.md in assets-3.958.0.zip

v3.957.0

3.957.0(2025-12-22)

Chores
  • move crc64NvmeCrtContainer to '@​aws-sdk/crc64-nvme' (#7600) (69196b71)
  • move e2e tests from cucumber to vitest (#7539) (561b8900)
  • build: replace lerna partial-tree build with turbo (#7597) (04bdba3e)
Documentation Changes
  • client-pcs: Change API Reference Documentation for default Mode in Accounting and SlurmRest (966f60ac)
New Features
  • client-config-service: Added supported resourceTypes for Config from July to November 2025 (2c7dab27)
  • client-ec2: Adds support for linkedGroupId on the CreatePlacementGroup and DescribePlacementGroups APIs. The linkedGroupId parameter is reserved for future use. (a492f734)
  • client-guardduty: Make accountIds a required field in GetRemainingFreeTrialDays API to reflect service behavior. (53e59c65)
  • middleware-flexible-checksums: use CRC64NVME JS implementation if CRT is not available (#7595) (4c6ad409)
Bug Fixes
  • middleware-flexible-checksums: advise user on InvalidChunkSizeError (#7598) (6fa3b4cc)

... (truncated)

Changelog

Sourced from @​aws-sdk/client-s3's changelog.

3.958.0 (2025-12-23)

Features

  • client-s3: Add additional validation to Outpost bucket names. (2f30457)

3.957.0 (2025-12-22)

Note: Version bump only for package @​aws-sdk/client-s3

3.956.0 (2025-12-19)

Note: Version bump only for package @​aws-sdk/client-s3

3.955.0 (2025-12-18)

Note: Version bump only for package @​aws-sdk/client-s3

3.954.0 (2025-12-17)

Note: Version bump only for package @​aws-sdk/client-s3

3.953.0 (2025-12-16)

Features

  • clients: allow protocol selection by class constructor (#7568) (5c5fd2e)

... (truncated)

Commits
  • 57ab7df Publish ...

    Description has been truncated

Bumps the dependencies group with 14 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.16` |
| [ls-engines](https://github.com/ljharb/ls-engines) | `0.9.3` | `0.10.0` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.49.0` | `8.50.1` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `3.2.4` | `4.0.16` |
| chromadb | `3.1.8` | `3.2.0` |
| [@clickhouse/client](https://github.com/ClickHouse/clickhouse-js) | `1.14.0` | `1.15.0` |
| [@google-cloud/datastore](https://github.com/googleapis/nodejs-datastore) | `9.2.1` | `10.0.1` |
| [@google-cloud/spanner](https://github.com/googleapis/nodejs-spanner) | `8.2.2` | `8.3.1` |
| [msw](https://github.com/mswjs/msw) | `2.12.4` | `2.12.6` |
| [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3) | `3.948.0` | `3.958.0` |
| [mongoose](https://github.com/Automattic/mongoose) | `9.0.1` | `9.0.2` |
| [mysql2](https://github.com/sidorares/node-mysql2) | `3.15.3` | `3.16.0` |
| [@nats-io/jetstream](https://github.com/nats-io/nats.js) | `3.2.0` | `3.3.0` |
| [@nats-io/transport-node](https://github.com/nats-io/nats.js) | `3.2.0` | `3.3.0` |



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

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

Updates `typescript-eslint` from 8.49.0 to 8.50.1
- [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.50.1/packages/typescript-eslint)

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

Updates `chromadb` from 3.1.8 to 3.2.0

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

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/spanner` from 8.2.2 to 8.3.1
- [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.3.1)

Updates `msw` from 2.12.4 to 2.12.6
- [Release notes](https://github.com/mswjs/msw/releases)
- [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md)
- [Commits](mswjs/msw@v2.12.4...v2.12.6)

Updates `@aws-sdk/client-s3` from 3.948.0 to 3.958.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.958.0/clients/client-s3)

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

Updates `mysql2` from 3.15.3 to 3.16.0
- [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.15.3...v3.16.0)

Updates `@nats-io/jetstream` from 3.2.0 to 3.3.0
- [Release notes](https://github.com/nats-io/nats.js/releases)
- [Commits](nats-io/nats.js@v3.2.0...v3.3.0)

Updates `@nats-io/transport-node` from 3.2.0 to 3.3.0
- [Release notes](https://github.com/nats-io/nats.js/releases)
- [Commits](nats-io/nats.js@v3.2.0...v3.3.0)

---
updated-dependencies:
- dependency-name: "@vitest/coverage-v8"
  dependency-version: 4.0.16
  dependency-type: direct:development
  update-type: version-update:semver-major
  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: typescript-eslint
  dependency-version: 8.50.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: vitest
  dependency-version: 4.0.16
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: chromadb
  dependency-version: 3.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@clickhouse/client"
  dependency-version: 1.15.0
  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/spanner"
  dependency-version: 8.3.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: msw
  dependency-version: 2.12.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@aws-sdk/client-s3"
  dependency-version: 3.958.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: mongoose
  dependency-version: 9.0.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: mysql2
  dependency-version: 3.16.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@nats-io/jetstream"
  dependency-version: 3.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@nats-io/transport-node"
  dependency-version: 3.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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 Dec 27, 2025
@netlify
Copy link

netlify bot commented Dec 27, 2025

Deploy Preview for testcontainers-node ready!

Name Link
🔨 Latest commit ccfedd0
🔍 Latest deploy log https://app.netlify.com/projects/testcontainers-node/deploys/695028b949290e0008ccf30a
😎 Deploy Preview https://deploy-preview-1208--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