Skip to content

Bump the dependencies group with 16 updates#1399

Merged
cristianrgreco merged 1 commit into
mainfrom
dependabot/npm_and_yarn/dependencies-41060b4c58
Jul 6, 2026
Merged

Bump the dependencies group with 16 updates#1399
cristianrgreco merged 1 commit into
mainfrom
dependabot/npm_and_yarn/dependencies-41060b4c58

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 6, 2026

Copy link
Copy Markdown
Contributor

Bumps the dependencies group with 16 updates:

Package From To
eslint 10.5.0 10.6.0
npm-check-updates 22.2.7 22.2.9
prettier 3.8.4 3.9.1
typescript-eslint 8.61.1 8.62.0
dockerode 5.0.0 5.0.1
tar-fs 3.1.2 3.1.3
@azure/storage-blob 12.32.0 12.33.0
@azure/storage-queue 12.30.0 12.31.0
@clickhouse/client 1.21.0 1.22.0
@google-cloud/spanner 8.7.1 8.8.0
firebase-admin 14.0.0 14.1.0
@aws-sdk/client-s3 3.1073.0 3.1075.0
mockserver-client 7.1.0 7.2.0
mongoose 9.7.1 9.7.3
mssql 12.5.5 12.6.0
redis 6.0.0 6.0.1

Updates eslint from 10.5.0 to 10.6.0

Release notes

Sourced from eslint's releases.

v10.6.0

Features

  • b1f9106 feat: detect Symbol() and BigInt() in no-constant-binary-expression (#20981) (Taejin Kim)
  • f291007 feat: add checkRelationalComparisons to no-constant-binary-expression (#20948) (sethamus)

Bug Fixes

  • 6b05784 fix: prefer-exponentiation-operator invalid autofix at statement start (#20997) (Milos Djermanovic)
  • bb9eb2a fix: account for shadowed Boolean in no-extra-boolean-cast (#21013) (den$)
  • 8fd8741 fix: don't report shadowed undefined in radix rule (#21011) (Pixel)
  • 5784980 fix: don't report shadowed undefined in no-throw-literal (#21010) (Pixel)
  • 9cd1e6d fix: suppress invalid class suggestion in no-promise-executor-return (#21008) (Pixel)
  • d4eb2dc fix: don't report shadowed undefined in prefer-promise-reject-errors (#21006) (Pixel)
  • 2360464 fix: prefer-promise-reject-errors false positives for shadowed Promise (#21003) (den$)
  • 63d52d2 fix: restore max-classes-per-file report range (#21002) (Pixel)
  • 7feaff0 fix: callback detection logic for IIFEs in max-nested-callbacks (#20979) (fnx)
  • 399a2ec fix: don't report inner non-callbacks in max-nested-callbacks (#20995) (Milos Djermanovic)

Documentation

  • a83683d docs: Update README (GitHub Actions Bot)
  • f5449f9 docs: document userland patterns for global assertionOptions in RuleT… (#20986) (playgirl)
  • bea49f7 docs: Update README (GitHub Actions Bot)
  • e5f70f9 docs: update code-path diagrams (#20984) (Tanuj Kanti)
  • 8890c2d docs: add TypeScript config guidance for MCP server (#20796) (Pierluigi Lenoci)
  • 3eb3d9b docs: Update README (GitHub Actions Bot)
  • c5bb59c docs: Update README (GitHub Actions Bot)
  • eb3c97c docs: fix grammar in prefer-const rule description (#20983) (lumir)

Chores

  • 6a42034 ci: run ecosystem tests on main branch (#20891) (sethamus)
  • 3dbacdb ci: bump actions/checkout from 6 to 7 (#21014) (dependabot[bot])
  • c3abfca chore: correct JSDoc param types in html formatter (#21018) (Minseon Kim)
  • a832320 ci: split ecosystem tests into separate jobs (#21001) (xbinaryx)
  • 27166e7 chore: update ecosystem plugins (#21005) (ESLint Bot)
  • 865d76e ci: bump pnpm/action-setup from 6.0.8 to 6.0.9 (#20989) (dependabot[bot])
  • 27a88c9 chore: update dependency markdown-it to v14 in root (#20994) (Milos Djermanovic)
  • 970cea6 chore: update dependency markdown-it to v14 (#20993) (Milos Djermanovic)
  • b482120 chore: update dependency prettier to v3.8.4 (#20990) (renovate[bot])
  • 6993fb3 chore: update ecosystem plugins (#20985) (ESLint Bot)
Commits
  • 5d12a04 10.6.0
  • f7ca54b Build: changelog update for 10.6.0
  • 6a42034 ci: run ecosystem tests on main branch (#20891)
  • b1f9106 feat: detect Symbol() and BigInt() in no-constant-binary-expression (#20981)
  • 3dbacdb ci: bump actions/checkout from 6 to 7 (#21014)
  • c3abfca chore: correct JSDoc param types in html formatter (#21018)
  • a83683d docs: Update README
  • a832320 ci: split ecosystem tests into separate jobs (#21001)
  • 6b05784 fix: prefer-exponentiation-operator invalid autofix at statement start (#20997)
  • bb9eb2a fix: account for shadowed Boolean in no-extra-boolean-cast (#21013)
  • Additional commits viewable in compare view

Updates npm-check-updates from 22.2.7 to 22.2.9

Release notes

Sourced from npm-check-updates's releases.

v22.2.9

What's Changed

Full Changelog: raineorshine/npm-check-updates@v22.2.8...v22.2.9

v22.2.8

What's Changed

... (truncated)

Commits
Install script changes

This version modifies prepare script that runs during installation. Review the package contents before updating.


Updates prettier from 3.8.4 to 3.9.1

Release notes

Sourced from prettier's releases.

3.9.1

🔗 Changelog

3.9.0

diff

🔗 Prettier 3.9: Major parser upgrades and Formatting improvements

3.8.5

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.9.1

diff

CLI: Fix ignored file has been cached incorrectly (#19483 by @​kovsu)

Bug details prettier/prettier#18016

3.9.0

diff

🔗 Release Notes

3.8.5

diff

Flow: Support readonly as a variance annotation (#19022 by @​marcoww6)

Flow now accepts readonly as a property variance annotation, equivalent to + (covariant/read-only).

// Input
type T = {
  readonly foo: string,
};
// Prettier 3.8.4
SyntaxError
// Prettier 3.8.5
type T = {
readonly foo: string,
};

Commits

Updates typescript-eslint from 8.61.1 to 8.62.0

Release notes

Sourced from typescript-eslint's releases.

v8.62.0

8.62.0 (2026-06-22)

🚀 Features

  • remove redundant package.json "files" (#12444)

🩹 Fixes

  • add "files" to rule-schema-to-typescript-types (#12441)

❤️ Thank You

See GitHub Releases for more information.

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

Changelog

Sourced from typescript-eslint's changelog.

8.62.0 (2026-06-22)

🚀 Features

  • remove redundant package.json "files" (#12444)

❤️ Thank You

See GitHub Releases for more information.

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

Commits

Updates dockerode from 5.0.0 to 5.0.1

Release notes

Sourced from dockerode's releases.

v5.0.1

What's Changed

Full Changelog: apocas/dockerode@v5.0.0...v5.0.1

Commits
  • 3624bc0 version bump
  • c3ab2f9 Merge pull request #839 from apocas/dependabot/npm_and_yarn/js-yaml-4.2.0
  • 4903ecd build(deps-dev): bump js-yaml from 4.1.1 to 4.2.0
  • ccb9b65 Merge pull request #838 from apocas/dependabot/npm_and_yarn/protobufjs-7.6.3
  • 82a67cc Merge pull request #837 from apocas/dependabot/npm_and_yarn/grpc/grpc-js-1.11.4
  • 8d86634 build(deps): bump protobufjs from 7.6.1 to 7.6.3
  • d9f0ca5 build(deps): bump @​grpc/grpc-js from 1.11.1 to 1.11.4
  • 139e89a Merge pull request #834 from apocas/dependabot/npm_and_yarn/protobufjs-7.6.1
  • a92c171 Merge pull request #832 from apocas/dependabot/npm_and_yarn/protobufjs/utf8-1...
  • bdd0c88 build(deps): bump protobufjs from 7.5.5 to 7.6.1
  • Additional commits viewable in compare view

Updates tar-fs from 3.1.2 to 3.1.3

Commits

Updates @azure/storage-blob from 12.32.0 to 12.33.0

Changelog

Sourced from @​azure/storage-blob's changelog.

12.33.0 (2026-06-24)

Features Added

  • Includes all features released in 12.33.0-beta.1.
Commits

Updates @azure/storage-queue from 12.30.0 to 12.31.0

Changelog

Sourced from @​azure/storage-queue's changelog.

12.31.0 (2026-06-24)

Features Added

  • Includes all features released in 12.31.0-beta.1.
Commits

Updates @clickhouse/client from 1.21.0 to 1.22.0

Release notes

Sourced from @​clickhouse/client's releases.

1.22.0

New features

  • (Node.js) The compression.request / compression.response client options now accept an explicit codec via an object, in addition to the existing boolean: true keeps gzip (backwards compatible), and { codec: "zstd" } selects zstd. The object form is intentionally extensible for future codecs and codec-specific options. zstd typically yields a similar-or-better ratio than gzip at noticeably lower CPU cost (gzip/DEFLATE is comparatively CPU-heavy and decompressed single-threaded by the ClickHouse server), and it uses the built-in zlib zstd support, so it requires Node.js >= 22.15.0 (@clickhouse/client throws a clear error at client creation otherwise). Response decompression is driven by the server's actual Content-Encoding, so it degrades gracefully. The request object form also accepts an optional level ({ codec, level }) to set the codec-specific compression level (zlib level for gzip, zstd compression level for zstd); the response compression level is controlled by the server. Supported only by @clickhouse/client (Node.js); @clickhouse/client-web rejects the zstd codec at client creation.

  • (Node.js) Brotli ({ codec: "br" }) is now supported for compression.request / compression.response, alongside gzip and zstd. Unlike zstd, Brotli is available on every supported Node.js version (no minimum-version requirement). The compression.request option is a per-codec discriminated union, so each codec exposes its own tuning option: a level for gzip/zstd, a quality for Brotli ({ codec: "br", quality }). When omitted, Brotli defaults to quality 4 for request bodies, since zlib's brotli default of 11 (max) is far too slow for a streaming insert path. Response decompression follows the server's Content-Encoding. Supported only by @clickhouse/client (Node.js).

Internal changes (@clickhouse/client-common)

These only affect code that imports the low-level connection primitives from the deprecated @clickhouse/client-common package directly (e.g. a custom Connection implementation). The createClient compression option is unchanged and fully backwards compatible — if you only use @clickhouse/client or @clickhouse/client-web, you are not affected.

To carry the codec (and its optional compression level) instead of a bare on/off flag, the internal compression representation changed shape:

  • CompressionSettings.compress_request / decompress_response are no longer boolean. They are now a normalized codec object or undefined (disabled): { codec: "gzip" | "zstd"; level?: number } | { codec: "br"; quality?: number } for the request, { codec: "gzip" | "zstd" | "br" } for the response (response compression options are chosen by the server). getConnectionParams normalizes the public request option into this form (true{ codec: "gzip" }).
  • withCompressionHeaders now takes request_compression_codec / response_compression_codec (a CompressionMethod | undefined) instead of the boolean enable_request_compression / enable_response_compression; the codec value is also the Content-Encoding / Accept-Encoding it emits.
  • withHttpSettings now takes the response codec object ({ codec } | undefined) instead of a boolean.
  • New exported types: CompressionMethod, RequestCompression, ResponseCompression.

Why: a single boolean could not express which codec to use or its level, and a separate level field on CompressionSettings would have mixed a codec-specific option into the shared type. Discriminating by codec keeps each codec's options on the codec it belongs to.

Documentation

  • Added two tracer adapter recipes to docs/howto/tracing.md and examples/node/coding/otel_tracing.ts, demonstrating how common OpenTelemetry auto-instrumentation options compose as thin userland wrappers around the tracer API instead of being baked into the client: requireParentSpan (skip ClickHouse spans when there is no active parent span — e.g. background health checks) and suppressing the duplicate nested HTTP spans emitted by @opentelemetry/instrumentation-http (via suppressTracing from @opentelemetry/core).

#864: ClickHouse/clickhouse-js#864

Changelog

Sourced from @​clickhouse/client's changelog.

1.22.0

New features

  • (Node.js) The compression.request / compression.response client options now accept an explicit codec via an object, in addition to the existing boolean: true keeps gzip (backwards compatible), and { codec: "zstd" } selects zstd. The object form is intentionally extensible for future codecs and codec-specific options. zstd typically yields a similar-or-better ratio than gzip at noticeably lower CPU cost (gzip/DEFLATE is comparatively CPU-heavy and decompressed single-threaded by the ClickHouse server), and it uses the built-in zlib zstd support, so it requires Node.js >= 22.15.0 (@clickhouse/client throws a clear error at client creation otherwise). Response decompression is driven by the server's actual Content-Encoding, so it degrades gracefully. The request object form also accepts an optional level ({ codec, level }) to set the codec-specific compression level (zlib level for gzip, zstd compression level for zstd); the response compression level is controlled by the server. Supported only by @clickhouse/client (Node.js); @clickhouse/client-web rejects the zstd codec at client creation.

  • (Node.js) Brotli ({ codec: "br" }) is now supported for compression.request / compression.response, alongside gzip and zstd. Unlike zstd, Brotli is available on every supported Node.js version (no minimum-version requirement). The compression.request option is a per-codec discriminated union, so each codec exposes its own tuning option: a level for gzip/zstd, a quality for Brotli ({ codec: "br", quality }). When omitted, Brotli defaults to quality 4 for request bodies, since zlib's brotli default of 11 (max) is far too slow for a streaming insert path. Response decompression follows the server's Content-Encoding. Supported only by @clickhouse/client (Node.js).

Internal changes (@clickhouse/client-common)

These only affect code that imports the low-level connection primitives from the deprecated @clickhouse/client-common package directly (e.g. a custom Connection implementation). The createClient compression option is unchanged and fully backwards compatible — if you only use @clickhouse/client or @clickhouse/client-web, you are not affected.

To carry the codec (and its optional compression level) instead of a bare on/off flag, the internal compression representation changed shape:

  • CompressionSettings.compress_request / decompress_response are no longer boolean. They are now a normalized codec object or undefined (disabled): { codec: "gzip" | "zstd"; level?: number } | { codec: "br"; quality?: number } for the request, { codec: "gzip" | "zstd" | "br" } for the response (response compression options are chosen by the server). getConnectionParams normalizes the public request option into this form (true{ codec: "gzip" }).
  • withCompressionHeaders now takes request_compression_codec / response_compression_codec (a CompressionMethod | undefined) instead of the boolean enable_request_compression / enable_response_compression; the codec value is also the Content-Encoding / Accept-Encoding it emits.
  • withHttpSettings now takes the response codec object ({ codec } | undefined) instead of a boolean.
  • New exported types: CompressionMethod, RequestCompression, ResponseCompression.

Why: a single boolean could not express which codec to use or its level, and a separate level field on CompressionSettings would have mixed a codec-specific option into the shared type. Discriminating by codec keeps each codec's options on the codec it belongs to.

Documentation

  • Added two tracer adapter recipes to docs/howto/tracing.md and examples/node/coding/otel_tracing.ts, demonstrating how common OpenTelemetry auto-instrumentation options compose as thin userland wrappers around the tracer API instead of being baked into the client: requireParentSpan (skip ClickHouse spans when there is no active parent span — e.g. background health checks) and suppressing the duplicate nested HTTP spans emitted by @opentelemetry/instrumentation-http (via suppressTracing from @opentelemetry/core).
Commits
  • bb7d9d2 Merge pull request #862 from ClickHouse/main
  • 4a86c42 Bump undici from 8.4.1 to 8.5.0 (#858)
  • 56b48ee Bump the dev-dependencies group across 1 directory with 12 updates (#854)
  • 6a5d177 Investigating Codecov coverage upload problems (#860)
  • e000ada Add tracer adapter recipes (requireParentSpan, suppress nested HTTP spans) (#...
  • 45fdbee Follow-up to #849: simplify the unknown-encoding decompression test (#859)
  • 09be3c5 Brotli (br) compression codec and per-codec request compression options (#849)
  • e6c3113 Improving codecov upload process and reporting (#857)
  • dc4c322 Add OSS-dependent integration tests to guard breaking changes (#856)
  • a385828 Make Dependabot CI green by default by skipping secret-dependent jobs (#855)
  • Additional commits viewable in compare view

Updates @google-cloud/spanner from 8.7.1 to 8.8.0

Release notes

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

spanner: v8.8.0

8.8.0 (2026-06-24)

Features

  • spanner: isolation_level and read_lock_mode are added to message .google.spanner.v1.CommitResponse (4715de9)
  • spanner: Add cache updates API (#8124) (4715de9)
  • spanner: Add cache updates API (#8307) (f1d31f9)
  • spanner: Optimize replaceProjectIdToken from projectify (#8412) (28b6350)
  • spanner: Optimize RequestId propagation and minimize OpenTelemetry active tracing overhead (#8329) (a59dde9)

Bug Fixes

  • deps: Remove vulnerable dependency uuid (#8120) (3ec901e)
  • spanner: Avoid overriding host context manager and isolate session creation context (#8441) (2a7c79f)
  • spanner: Isolate OpenTelemetry background timers in ROOT_CONTEXT to prevent context and memory leaks (#8399) (f9e1102)
  • spanner: Resolve prelint, eslint, and prettier CI build failures (#8359) (600ccca)
  • Specify explicit destinations in spanner owlbot.py (#8304) (f81f0a6)

Performance Improvements

Changelog

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

8.8.0 (2026-06-24)

Features

  • spanner: isolation_level and read_lock_mode are added to message .google.spanner.v1.CommitResponse (4715de9)
  • spanner: Add cache updates API (#8124) (4715de9)
  • spanner: Add cache updates API (#8307) (f1d31f9)
  • spanner: Optimize replaceProjectIdToken from projectify (#8412) (28b6350)
  • spanner: Optimize RequestId propagation and minimize OpenTelemetry active tracing overhead (#8329) (a59dde9)

Bug Fixes

  • deps: Remove vulnerable dependency uuid (#8120) (3ec901e)
  • spanner: Avoid overriding host context manager and isolate session creation context (#8441) (2a7c79f)
  • spanner: Isolate OpenTelemetry background timers in ROOT_CONTEXT to prevent context and memory leaks (#8399) (f9e1102)
  • spanner: Resolve prelint, eslint, and prettier CI build failures (#8359) (600ccca)
  • Specify explicit destinations in spanner owlbot.py (#8304) (f81f0a6)

Performance Improvements

Commits
  • ebe9751 chore(main): release spanner 8.8.0 (#8323)
  • 6ab8de0 perf(spanner): optimize query result decoding (#8452)
  • d8d213d tests: fix Spanner change detection in Kokoro tests (#8509)
  • 894cd8d perf...

    Description has been truncated

Bumps the dependencies group with 16 updates:

| Package | From | To |
| --- | --- | --- |
| [eslint](https://github.com/eslint/eslint) | `10.5.0` | `10.6.0` |
| [npm-check-updates](https://github.com/raineorshine/npm-check-updates) | `22.2.7` | `22.2.9` |
| [prettier](https://github.com/prettier/prettier) | `3.8.4` | `3.9.1` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.61.1` | `8.62.0` |
| [dockerode](https://github.com/apocas/dockerode) | `5.0.0` | `5.0.1` |
| [tar-fs](https://github.com/mafintosh/tar-fs) | `3.1.2` | `3.1.3` |
| [@azure/storage-blob](https://github.com/Azure/azure-sdk-for-js/tree/HEAD/sdk/storage/storage-blob) | `12.32.0` | `12.33.0` |
| [@azure/storage-queue](https://github.com/Azure/azure-sdk-for-js/tree/HEAD/sdk/storage/storage-queue) | `12.30.0` | `12.31.0` |
| [@clickhouse/client](https://github.com/ClickHouse/clickhouse-js) | `1.21.0` | `1.22.0` |
| [@google-cloud/spanner](https://github.com/googleapis/google-cloud-node/tree/HEAD/handwritten/spanner) | `8.7.1` | `8.8.0` |
| [firebase-admin](https://github.com/firebase/firebase-admin-node) | `14.0.0` | `14.1.0` |
| [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3) | `3.1073.0` | `3.1075.0` |
| [mockserver-client](https://github.com/mock-server/mockserver-monorepo/tree/HEAD/mockserver-client-node) | `7.1.0` | `7.2.0` |
| [mongoose](https://github.com/Automattic/mongoose) | `9.7.1` | `9.7.3` |
| [mssql](https://github.com/tediousjs/node-mssql) | `12.5.5` | `12.6.0` |
| [redis](https://github.com/redis/node-redis) | `6.0.0` | `6.0.1` |


Updates `eslint` from 10.5.0 to 10.6.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v10.5.0...v10.6.0)

Updates `npm-check-updates` from 22.2.7 to 22.2.9
- [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@v22.2.7...v22.2.9)

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

Updates `typescript-eslint` from 8.61.1 to 8.62.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.62.0/packages/typescript-eslint)

Updates `dockerode` from 5.0.0 to 5.0.1
- [Release notes](https://github.com/apocas/dockerode/releases)
- [Commits](apocas/dockerode@v5.0.0...v5.0.1)

Updates `tar-fs` from 3.1.2 to 3.1.3
- [Commits](mafintosh/tar-fs@v3.1.2...v3.1.3)

Updates `@azure/storage-blob` from 12.32.0 to 12.33.0
- [Release notes](https://github.com/Azure/azure-sdk-for-js/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/storage/storage-blob/CHANGELOG.md)
- [Commits](https://github.com/Azure/azure-sdk-for-js/commits/@azure/storage-blob_12.33.0/sdk/storage/storage-blob)

Updates `@azure/storage-queue` from 12.30.0 to 12.31.0
- [Release notes](https://github.com/Azure/azure-sdk-for-js/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/storage/storage-queue/CHANGELOG.md)
- [Commits](https://github.com/Azure/azure-sdk-for-js/commits/@azure/storage-queue_12.31.0/sdk/storage/storage-queue)

Updates `@clickhouse/client` from 1.21.0 to 1.22.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.21.0...1.22.0)

Updates `@google-cloud/spanner` from 8.7.1 to 8.8.0
- [Release notes](https://github.com/googleapis/google-cloud-node/releases)
- [Changelog](https://github.com/googleapis/google-cloud-node/blob/main/handwritten/spanner/CHANGELOG.md)
- [Commits](https://github.com/googleapis/google-cloud-node/commits/spanner-v8.8.0/handwritten/spanner)

Updates `firebase-admin` from 14.0.0 to 14.1.0
- [Release notes](https://github.com/firebase/firebase-admin-node/releases)
- [Changelog](https://github.com/firebase/firebase-admin-node/blob/main/CHANGELOG.md)
- [Commits](firebase/firebase-admin-node@v14.0.0...v14.1.0)

Updates `@aws-sdk/client-s3` from 3.1073.0 to 3.1075.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.1075.0/clients/client-s3)

Updates `mockserver-client` from 7.1.0 to 7.2.0
- [Release notes](https://github.com/mock-server/mockserver-monorepo/releases)
- [Changelog](https://github.com/mock-server/mockserver-monorepo/blob/master/changelog.md)
- [Commits](https://github.com/mock-server/mockserver-monorepo/commits/mockserver-client-go/v7.2.0/mockserver-client-node)

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

Updates `mssql` from 12.5.5 to 12.6.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@v12.5.5...v12.6.0)

Updates `redis` from 6.0.0 to 6.0.1
- [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/redis@6.0.0...redis@6.0.1)

---
updated-dependencies:
- dependency-name: eslint
  dependency-version: 10.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: npm-check-updates
  dependency-version: 22.2.9
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: prettier
  dependency-version: 3.9.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: typescript-eslint
  dependency-version: 8.62.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: dockerode
  dependency-version: 5.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: tar-fs
  dependency-version: 3.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@azure/storage-blob"
  dependency-version: 12.33.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@azure/storage-queue"
  dependency-version: 12.31.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@clickhouse/client"
  dependency-version: 1.22.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@google-cloud/spanner"
  dependency-version: 8.8.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: firebase-admin
  dependency-version: 14.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@aws-sdk/client-s3"
  dependency-version: 3.1075.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: mockserver-client
  dependency-version: 7.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: mongoose
  dependency-version: 9.7.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: mssql
  dependency-version: 12.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: redis
  dependency-version: 6.0.1
  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 minor Backward compatible functionality labels Jul 6, 2026
@netlify

netlify Bot commented Jul 6, 2026

Copy link
Copy Markdown

Deploy Preview for testcontainers-node ready!

Name Link
🔨 Latest commit 64e2aa4
🔍 Latest deploy log https://app.netlify.com/projects/testcontainers-node/deploys/6a4afb21f387260009b03ed5
😎 Deploy Preview https://deploy-preview-1399--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 minor Backward compatible functionality label Jul 6, 2026
@cristianrgreco cristianrgreco merged commit 47b8ca2 into main Jul 6, 2026
269 checks passed
@cristianrgreco cristianrgreco deleted the dependabot/npm_and_yarn/dependencies-41060b4c58 branch July 6, 2026 13:17
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.

1 participant