Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 13, 2025

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

Package From To
@eslint/js 9.36.0 9.37.0
eslint 9.36.0 9.37.0
lint-staged 16.1.6 16.2.4
npm-check-updates 18.3.0 19.0.0
typescript 5.9.2 5.9.3
typescript-eslint 8.44.0 8.46.0
dockerode 4.0.8 4.0.9
@azure/cosmos 4.5.1 4.6.0
chromadb 3.0.15 3.0.17
couchbase 4.5.0 4.6.0
nano 11.0.1 11.0.2
@google-cloud/datastore 9.2.1 10.0.1
@google-cloud/firestore 7.11.4 7.11.6
@google-cloud/spanner 8.2.1 8.2.2
@google-cloud/storage 7.17.1 7.17.2
msw 2.11.3 2.11.5
@kubernetes/client-node 1.3.0 1.4.0
@aws-sdk/client-s3 3.893.0 3.908.0
mongoose 8.18.1 8.19.1
mssql 11.0.1 12.0.0
mysql2 3.15.0 3.15.2
@nats-io/jetstream 3.1.0 3.2.0
@nats-io/transport-node 3.1.0 3.2.0
neo4j-driver 5.28.2 6.0.0
redis 5.8.2 5.8.3
selenium-webdriver 4.35.0 4.36.0
@types/selenium-webdriver 4.1.28 4.35.1
node-vault 0.10.5 0.10.9

Updates @eslint/js from 9.36.0 to 9.37.0

Release notes

Sourced from @​eslint/js's releases.

v9.37.0

Features

  • 39f7fb4 feat: preserve-caught-error should recognize all static "cause" keys (#20163) (Pixel998)
  • f81eabc feat: support TS syntax in no-restricted-imports (#19562) (Nitin Kumar)

Bug Fixes

  • a129cce fix: correct no-loss-of-precision false positives for leading zeros (#20164) (Francesco Trotta)
  • 09e04fc fix: add missing AST token types (#20172) (Pixel998)
  • 861c6da fix: correct ESLint typings (#20122) (Pixel998)

Documentation

  • b950359 docs: fix typos across the docs (#20182) (루밀LuMir)
  • 42498a2 docs: improve ToC accessibility by hiding non-semantic character (#20181) (Percy Ma)
  • 29ea092 docs: Update README (GitHub Actions Bot)
  • 5c97a04 docs: show availableUntil in deprecated rule banner (#20170) (Pixel998)
  • 90a71bf docs: update README files to add badge and instructions (#20115) (루밀LuMir)
  • 1603ae1 docs: update references from master to main (#20153) (루밀LuMir)

Chores

  • afe8a13 chore: update @eslint/js dependency to version 9.37.0 (#20183) (Francesco Trotta)
  • abee4ca chore: package.json update for @​eslint/js release (Jenkins)
  • fc9381f chore: fix typos in comments (#20175) (overlookmotel)
  • e1574a2 chore: unpin jiti (#20173) (renovate[bot])
  • e1ac05e refactor: mark ESLint.findConfigFile() as async, add missing docs (#20157) (Pixel998)
  • 347906d chore: update eslint (#20149) (renovate[bot])
  • 0cb5897 test: remove tmp dir created for circular fixes in multithread mode test (#20146) (Milos Djermanovic)
  • bb99566 ci: pin jiti to version 2.5.1 (#20151) (Pixel998)
  • 177f669 perf: improve worker count calculation for "auto" concurrency (#20067) (Francesco Trotta)
  • 448b57b chore: Mark deprecated formatting rules as available until v11.0.0 (#20144) (Milos Djermanovic)
Commits
  • abee4ca chore: package.json update for @​eslint/js release
  • 90a71bf docs: update README files to add badge and instructions (#20115)
  • See full diff in compare view

Updates eslint from 9.36.0 to 9.37.0

Release notes

Sourced from eslint's releases.

v9.37.0

Features

  • 39f7fb4 feat: preserve-caught-error should recognize all static "cause" keys (#20163) (Pixel998)
  • f81eabc feat: support TS syntax in no-restricted-imports (#19562) (Nitin Kumar)

Bug Fixes

  • a129cce fix: correct no-loss-of-precision false positives for leading zeros (#20164) (Francesco Trotta)
  • 09e04fc fix: add missing AST token types (#20172) (Pixel998)
  • 861c6da fix: correct ESLint typings (#20122) (Pixel998)

Documentation

  • b950359 docs: fix typos across the docs (#20182) (루밀LuMir)
  • 42498a2 docs: improve ToC accessibility by hiding non-semantic character (#20181) (Percy Ma)
  • 29ea092 docs: Update README (GitHub Actions Bot)
  • 5c97a04 docs: show availableUntil in deprecated rule banner (#20170) (Pixel998)
  • 90a71bf docs: update README files to add badge and instructions (#20115) (루밀LuMir)
  • 1603ae1 docs: update references from master to main (#20153) (루밀LuMir)

Chores

  • afe8a13 chore: update @eslint/js dependency to version 9.37.0 (#20183) (Francesco Trotta)
  • abee4ca chore: package.json update for @​eslint/js release (Jenkins)
  • fc9381f chore: fix typos in comments (#20175) (overlookmotel)
  • e1574a2 chore: unpin jiti (#20173) (renovate[bot])
  • e1ac05e refactor: mark ESLint.findConfigFile() as async, add missing docs (#20157) (Pixel998)
  • 347906d chore: update eslint (#20149) (renovate[bot])
  • 0cb5897 test: remove tmp dir created for circular fixes in multithread mode test (#20146) (Milos Djermanovic)
  • bb99566 ci: pin jiti to version 2.5.1 (#20151) (Pixel998)
  • 177f669 perf: improve worker count calculation for "auto" concurrency (#20067) (Francesco Trotta)
  • 448b57b chore: Mark deprecated formatting rules as available until v11.0.0 (#20144) (Milos Djermanovic)
Commits

Updates lint-staged from 16.1.6 to 16.2.4

Release notes

Sourced from lint-staged's releases.

v16.2.4

Patch Changes

v16.2.3

Patch Changes

  • #1669 27cd541 Thanks @​iiroj! - When using --fail-on-changes, automatically hidden (partially) unstaged changes are no longer counted to make lint-staged fail.

v16.2.2

Patch Changes

  • #1667 699f95d Thanks @​iiroj! - The backup stash will not be dropped when using --fail-on-changes and there are errors. When reverting to original state is disabled (via --no-revert or --fail-on-changes), hidden (partially) unstaged changes are still restored automatically so that it's easier to resolve the situation manually.

    Additionally, the example for using the backup stash manually now uses the correct backup hash, if available:

    % npx lint-staged --fail-on-changes
    ✔ Backed up original state in git stash (c18d55a3)
    ✔ Running tasks for staged files...
    ✖ Tasks modified files and --fail-on-changes was used!
    ↓ Cleaning up temporary files...
    ✖ lint-staged failed because --fail-on-changes was used.
    Any lost modifications can be restored from a git stash:
    > git stash list --format="%h %s"
    c18d55a3 On main: lint-staged automatic backup
    > git apply --index c18d55a3

v16.2.1

Patch Changes

  • #1664 8277b3b Thanks @​iiroj! - The built-in TypeScript types have been updated to more closely match the implementation. Notably, the list of staged files supplied to task functions is readonly string[] and can't be mutated. Thanks @​outslept!

    export default {
    ---  "*": (files: string[]) => void console.log('staged files', files)
    +++  "*": (files: readonly string[]) => void console.log('staged files', files)
    }
  • #1654 70b9af3 Thanks @​iiroj! - This version has been published from GitHub Actions using Trusted Publishing for npm packages.

  • #1659 4996817 Thanks @​iiroj! - Fix searching configuration files when the working directory is a subdirectory of a git repository, and there are package.json files in the working directory. This situation might happen when running lint-staged for a single package in a monorepo.

... (truncated)

Changelog

Sourced from lint-staged's changelog.

16.2.4

Patch Changes

16.2.3

Patch Changes

  • #1669 27cd541 Thanks @​iiroj! - When using --fail-on-changes, automatically hidden (partially) unstaged changes are no longer counted to make lint-staged fail.

16.2.2

Patch Changes

  • #1667 699f95d Thanks @​iiroj! - The backup stash will not be dropped when using --fail-on-changes and there are errors. When reverting to original state is disabled (via --no-revert or --fail-on-changes), hidden (partially) unstaged changes are still restored automatically so that it's easier to resolve the situation manually.

    Additionally, the example for using the backup stash manually now uses the correct backup hash, if available:

    % npx lint-staged --fail-on-changes
    ✔ Backed up original state in git stash (c18d55a3)
    ✔ Running tasks for staged files...
    ✖ Tasks modified files and --fail-on-changes was used!
    ↓ Cleaning up temporary files...
    ✖ lint-staged failed because --fail-on-changes was used.
    Any lost modifications can be restored from a git stash:
    > git stash list --format="%h %s"
    c18d55a3 On main: lint-staged automatic backup
    > git apply --index c18d55a3

16.2.1

Patch Changes

  • #1664 8277b3b Thanks @​iiroj! - The built-in TypeScript types have been updated to more closely match the implementation. Notably, the list of staged files supplied to task functions is readonly string[] and can't be mutated. Thanks @​outslept!

    export default {
    ---  "*": (files: string[]) => void console.log('staged files', files)
    +++  "*": (files: readonly string[]) => void console.log('staged files', files)
    }

... (truncated)

Commits
  • 122580b chore(changeset): release
  • 0176038 fix(deps): update dependencies
  • 581a54e perf: only import yaml when loading YAML files
  • bdcd03a chore(changeset): release
  • 27cd541 fix: do not count hidden (partially) unstaged changes when using `--fail-on-c...
  • ab2f42e fix: emit correct value to debug logs
  • 3fc5832 refactor: make general error messages more clear they originate from lint-staged
  • 409d79a chore(changeset): release
  • 7edaee9 docs: fix typo in changeset
  • 699f95d fix: backup stash example uses real hash if available
  • 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 lint-staged since your current version.


Updates npm-check-updates from 18.3.0 to 19.0.0

Release notes

Sourced from npm-check-updates's releases.

v19.0.0

Breaking

  • node >= 20 required
  • --workspaces (plural) short option -ws changed to -w
    • Better compatibility with commander v13
    • Short option should always be a single character for consistency
    • Replaces the short option for --workspace (singular)
    • --workspace (singular) no longer has a short option.
Commits

Updates typescript from 5.9.2 to 5.9.3

Release notes

Sourced from typescript's releases.

TypeScript 5.9.3

Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.

For release notes, check out the release announcement

Downloads are available on:

Commits
  • c63de15 Bump version to 5.9.3 and LKG
  • 8428ca4 🤖 Pick PR #62438 (Fix incorrectly ignored dts file fr...) into release-5.9 (#...
  • a131cac 🤖 Pick PR #62351 (Add missing Float16Array constructo...) into release-5.9 (#...
  • 0424333 🤖 Pick PR #62423 (Revert PR 61928) into release-5.9 (#62425)
  • bdb641a 🤖 Pick PR #62311 (Fix parenthesizer rules for manuall...) into release-5.9 (#...
  • 0d9b9b9 🤖 Pick PR #61978 (Restructure CI to prepare for requi...) into release-5.9 (#...
  • 2dce0c5 Intentionally regress one buggy declaration output to an older version (#62163)
  • See full diff in compare view

Updates typescript-eslint from 8.44.0 to 8.46.0

Release notes

Sourced from typescript-eslint's releases.

v8.46.0

8.46.0 (2025-10-06)

🚀 Features

  • eslint-plugin: [no-unsafe-member-access] add allowOptionalChaining option (#11659)
  • eslint-plugin-internal: [no-dynamic-tests] new internal Lint rule to ban dynamic syntax in generating tests (#11323)
  • rule-schema-to-typescript-types: clean up and make public (#11633)
  • typescript-eslint: export util types (#10848, #10849)
  • typescript-estree: mention file specifics in project service allowDefaultProject error (#11635)
  • typescript-estree: private identifiers can only appear on LHS of in expressions (#9232)

🩹 Fixes

  • eslint-plugin: [no-floating-promises] remove excess parentheses in suggestions (#11487)
  • eslint-plugin: [unbound-method] improve wording around this: void and binding (#11634)
  • eslint-plugin: [no-deprecated] ignore deprecated export imports (#11603)
  • eslint-plugin: removed error type previously deprecated (#11674)
  • eslint-plugin: [prefer-readonly-parameter-types] ignore tagged primitives (#11660)
  • rule-tester: deprecate TestCaseError#type and LintMessage#nodeType (#11628)
  • typescript-estree: forbid abstract modifier in object methods (#11656)
  • typescript-estree: forbid abstract method and accessor to have implementation (#11657)

❤️ Thank You

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

v8.45.0

8.45.0 (2025-09-29)

🚀 Features

  • eslint-plugin: expose rule name via RuleModule interface (#11616)

🩹 Fixes

  • disable generating declaration maps (#11627)
  • ast-spec: narrow ArrowFunctionExpression.generator to false (#11636)
  • eslint-plugin: [no-base-to-string] check if superclass is ignored (#11617)
  • eslint-plugin: [prefer-nullish-coalescing] ignoreBooleanCoercion should not apply to top-level ternary expressions (#11614)

... (truncated)

Changelog

Sourced from typescript-eslint's changelog.

8.46.0 (2025-10-06)

🚀 Features

❤️ Thank You

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

8.45.0 (2025-09-29)

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.44.1 (2025-09-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.

Commits

Updates dockerode from 4.0.8 to 4.0.9

Release notes

Sourced from dockerode's releases.

v4.0.9

What's Changed

Full Changelog: apocas/dockerode@v4.0.8...v4.0.9

Commits
  • b9b1c71 chore: bump version to 4.0.9 and update tar-fs dependency to 2.1.4
  • 383e516 Merge pull request #814 from apocas/dependabot/npm_and_yarn/tar-fs-2.1.4
  • 726764e Bump tar-fs from 2.1.3 to 2.1.4
  • See full diff in compare view

Updates @azure/cosmos from 4.5.1 to 4.6.0

Commits

Updates chromadb from 3.0.15 to 3.0.17

Updates couchbase from 4.5.0 to 4.6.0

Commits
  • 15a72e9 Update C++ core to 1.2.0
  • 7b92f05 JSCBC-1363: Split orphan reporter config from tracing config
  • 4397ae3 apply npm audit fix updates
  • b208b09 JSCBC-1362: Add tracing and metrics configuration to ConnectOptions
  • e44f281 apply npm audit fix updates
  • 0ecc780 JSCBC-1358: Update SDK Build Setup
  • 07667f9 JSCBC-1357: Fix how SDK handles KV expiry
  • 1adf2fd JSCBC-1342: Support FTS like Pre-Filters while doing Vector Search
  • 655de86 JSCBC-1353: Operational SDK prevent connection to Analytics 2.0 Cluster
  • 457b6af JSCBC-1354: Update Bucket Mangement tests to handle new numVBuckets
  • Additional commits viewable in compare view

Updates nano from 11.0.1 to 11.0.2

Release notes

Sourced from nano's releases.

11.0.2

Added headers to TypeScript definition of the object that can be supplied when instantiating Nano.

Commits

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/firestore from 7.11.4 to 7.11.6

Release notes

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

v7.11.6

7.11.6 (2025-09-26)

Bug Fixes

  • Pool.ts: add even more logging (c508d1b)

v7.11.5

7.11.5 (2025-09-22)

Bug Fixes

  • Pool.ts: add more detailed logging for client garbage collection (#2420) (1bbca46)
Changelog

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

7.11.6 (2025-09-26)

Bug Fixes

  • Pool.ts: add even more logging (c508d1b)

7.11.5 (2025-09-22)

Bug Fixes

  • Pool.ts: add more detailed logging for client garbage collection (#2420) (1bbca46)
Commits

Updates @google-cloud/spanner from 8.2.1 to 8.2.2

Release notes

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

v8.2.2

8.2.2 (2025-10-07)

Bug Fixes

Changelog

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

8.2.2 (2025-10-07)

Bug Fixes

Commits
  • 4f7f0c3 chore(main): release 8.2.2 (#2426)
  • d121cf9 chore: disable renovate for Node github action YAML configs (#2431)
  • 0d63312 fix: Correctly determine project ID for metrics export (#2427)
  • 89865ae chore: update generator logic for nodejs_gapic_combined_pkg rule, and update ...
  • c1d7138 chore: sample for snapshot isolation (#2265)
  • 110923e fix: Metrics Export Error log (#2425)
  • 8efd29e chore: update python post processor base image (#2416)
  • See full diff in compare view

Updates @google-cloud/storage from 7.17.1 to 7.17.2

Release notes

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

v7.17.2

7.17.2 (2025-10-06)

Bug Fixes

  • Common Service: should retry a request failed (#2652) (b38b5d2)
  • Implement path containment to prevent traversal attacks (#2654) (08d7abf)
Changelog

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

7.17.2 (2025-10-06)

Bug Fixes

  • Common Service: should retry a request fa...

    Description has been truncated

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

| Package | From | To |
| --- | --- | --- |
| [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.36.0` | `9.37.0` |
| [eslint](https://github.com/eslint/eslint) | `9.36.0` | `9.37.0` |
| [lint-staged](https://github.com/lint-staged/lint-staged) | `16.1.6` | `16.2.4` |
| [npm-check-updates](https://github.com/raineorshine/npm-check-updates) | `18.3.0` | `19.0.0` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.9.2` | `5.9.3` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.44.0` | `8.46.0` |
| [dockerode](https://github.com/apocas/dockerode) | `4.0.8` | `4.0.9` |
| [@azure/cosmos](https://github.com/Azure/azure-sdk-for-js) | `4.5.1` | `4.6.0` |
| chromadb | `3.0.15` | `3.0.17` |
| [couchbase](https://github.com/couchbase/couchnode) | `4.5.0` | `4.6.0` |
| [nano](https://github.com/apache/couchdb-nano) | `11.0.1` | `11.0.2` |
| [@google-cloud/datastore](https://github.com/googleapis/nodejs-datastore) | `9.2.1` | `10.0.1` |
| [@google-cloud/firestore](https://github.com/googleapis/nodejs-firestore) | `7.11.4` | `7.11.6` |
| [@google-cloud/spanner](https://github.com/googleapis/nodejs-spanner) | `8.2.1` | `8.2.2` |
| [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) | `7.17.1` | `7.17.2` |
| [msw](https://github.com/mswjs/msw) | `2.11.3` | `2.11.5` |
| [@kubernetes/client-node](https://github.com/kubernetes-client/javascript) | `1.3.0` | `1.4.0` |
| [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3) | `3.893.0` | `3.908.0` |
| [mongoose](https://github.com/Automattic/mongoose) | `8.18.1` | `8.19.1` |
| [mssql](https://github.com/tediousjs/node-mssql) | `11.0.1` | `12.0.0` |
| [mysql2](https://github.com/sidorares/node-mysql2) | `3.15.0` | `3.15.2` |
| [@nats-io/jetstream](https://github.com/nats-io/nats.js) | `3.1.0` | `3.2.0` |
| [@nats-io/transport-node](https://github.com/nats-io/nats.js) | `3.1.0` | `3.2.0` |
| [neo4j-driver](https://github.com/neo4j/neo4j-javascript-driver) | `5.28.2` | `6.0.0` |
| [redis](https://github.com/redis/node-redis) | `5.8.2` | `5.8.3` |
| [selenium-webdriver](https://github.com/SeleniumHQ/selenium) | `4.35.0` | `4.36.0` |
| [@types/selenium-webdriver](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/selenium-webdriver) | `4.1.28` | `4.35.1` |
| [node-vault](https://github.com/nodevault/node-vault) | `0.10.5` | `0.10.9` |



Updates `@eslint/js` from 9.36.0 to 9.37.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](https://github.com/eslint/eslint/commits/v9.37.0/packages/js)

Updates `eslint` from 9.36.0 to 9.37.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v9.36.0...v9.37.0)

Updates `lint-staged` from 16.1.6 to 16.2.4
- [Release notes](https://github.com/lint-staged/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md)
- [Commits](lint-staged/lint-staged@v16.1.6...v16.2.4)

Updates `npm-check-updates` from 18.3.0 to 19.0.0
- [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@v18.3.0...v19.0.0)

Updates `typescript` from 5.9.2 to 5.9.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml)
- [Commits](microsoft/TypeScript@v5.9.2...v5.9.3)

Updates `typescript-eslint` from 8.44.0 to 8.46.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.46.0/packages/typescript-eslint)

Updates `dockerode` from 4.0.8 to 4.0.9
- [Release notes](https://github.com/apocas/dockerode/releases)
- [Commits](apocas/dockerode@v4.0.8...v4.0.9)

Updates `@azure/cosmos` from 4.5.1 to 4.6.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/cosmos_4.5.1...@azure/cosmos_4.6.0)

Updates `chromadb` from 3.0.15 to 3.0.17

Updates `couchbase` from 4.5.0 to 4.6.0
- [Release notes](https://github.com/couchbase/couchnode/releases)
- [Commits](couchbase/couchnode@v4.5.0...v4.6.0)

Updates `nano` from 11.0.1 to 11.0.2
- [Release notes](https://github.com/apache/couchdb-nano/releases)
- [Commits](apache/couchdb-nano@v11.0.1...v11.0.2)

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 7.11.4 to 7.11.6
- [Release notes](https://github.com/googleapis/nodejs-firestore/releases)
- [Changelog](https://github.com/googleapis/nodejs-firestore/blob/main/CHANGELOG.md)
- [Commits](googleapis/nodejs-firestore@v7.11.4...v7.11.6)

Updates `@google-cloud/spanner` from 8.2.1 to 8.2.2
- [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.1...v8.2.2)

Updates `@google-cloud/storage` from 7.17.1 to 7.17.2
- [Release notes](https://github.com/googleapis/nodejs-storage/releases)
- [Changelog](https://github.com/googleapis/nodejs-storage/blob/main/CHANGELOG.md)
- [Commits](googleapis/nodejs-storage@v7.17.1...v7.17.2)

Updates `msw` from 2.11.3 to 2.11.5
- [Release notes](https://github.com/mswjs/msw/releases)
- [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md)
- [Commits](mswjs/msw@v2.11.3...v2.11.5)

Updates `@kubernetes/client-node` from 1.3.0 to 1.4.0
- [Release notes](https://github.com/kubernetes-client/javascript/releases)
- [Commits](kubernetes-client/javascript@1.3.0...1.4.0)

Updates `@aws-sdk/client-s3` from 3.893.0 to 3.908.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.908.0/clients/client-s3)

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

Updates `mssql` from 11.0.1 to 12.0.0
- [Release notes](https://github.com/tediousjs/node-mssql/releases)
- [Changelog](https://github.com/tediousjs/node-mssql/blob/master/CHANGELOG.txt)
- [Commits](tediousjs/node-mssql@v11.0.1...v12.0.0)

Updates `mysql2` from 3.15.0 to 3.15.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.15.0...v3.15.2)

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

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

Updates `neo4j-driver` from 5.28.2 to 6.0.0
- [Release notes](https://github.com/neo4j/neo4j-javascript-driver/releases)
- [Commits](neo4j/neo4j-javascript-driver@5.28.2...6.0.0)

Updates `redis` from 5.8.2 to 5.8.3
- [Release notes](https://github.com/redis/node-redis/releases)
- [Changelog](https://github.com/redis/node-redis/blob/master/CHANGELOG.md)
- [Commits](https://github.com/redis/node-redis/compare/[email protected]@5.8.3)

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

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

Updates `node-vault` from 0.10.5 to 0.10.9
- [Release notes](https://github.com/nodevault/node-vault/releases)
- [Commits](nodevault/node-vault@0.10.5...v0.10.9)

---
updated-dependencies:
- dependency-name: "@eslint/js"
  dependency-version: 9.37.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: eslint
  dependency-version: 9.37.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: lint-staged
  dependency-version: 16.2.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: npm-check-updates
  dependency-version: 19.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: typescript
  dependency-version: 5.9.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: typescript-eslint
  dependency-version: 8.46.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: dockerode
  dependency-version: 4.0.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@azure/cosmos"
  dependency-version: 4.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: chromadb
  dependency-version: 3.0.17
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: couchbase
  dependency-version: 4.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: nano
  dependency-version: 11.0.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  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: 7.11.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@google-cloud/spanner"
  dependency-version: 8.2.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@google-cloud/storage"
  dependency-version: 7.17.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: msw
  dependency-version: 2.11.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@kubernetes/client-node"
  dependency-version: 1.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@aws-sdk/client-s3"
  dependency-version: 3.908.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: mongoose
  dependency-version: 8.19.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: mssql
  dependency-version: 12.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: mysql2
  dependency-version: 3.15.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@nats-io/jetstream"
  dependency-version: 3.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@nats-io/transport-node"
  dependency-version: 3.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: neo4j-driver
  dependency-version: 6.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: redis
  dependency-version: 5.8.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: selenium-webdriver
  dependency-version: 4.36.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@types/selenium-webdriver"
  dependency-version: 4.35.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: node-vault
  dependency-version: 0.10.9
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@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 Oct 13, 2025
@netlify
Copy link

netlify bot commented Oct 13, 2025

Deploy Preview for testcontainers-node ready!

Name Link
🔨 Latest commit c83474d
🔍 Latest deploy log https://app.netlify.com/projects/testcontainers-node/deploys/68f4b72df456d700088032cc
😎 Deploy Preview https://deploy-preview-1158--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.

@cristianrgreco cristianrgreco removed the major An incompatible API change label Oct 19, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 20, 2025

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

@dependabot dependabot bot closed this Oct 20, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dependencies-d125352c8f branch October 20, 2025 00:10
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.

2 participants