Skip to content

Bump the dependencies group across 1 directory with 27 updates - #1449

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/dependencies-1b8a0d41fa
Open

Bump the dependencies group across 1 directory with 27 updates#1449
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/dependencies-1b8a0d41fa

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 31, 2026

Copy link
Copy Markdown
Contributor

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

Package From To
@vitest/coverage-v8 4.1.10 4.1.11
eslint 10.8.0 10.9.0
npm-check-updates 23.0.0 23.1.0
typescript 6.0.3 7.0.2
typescript-eslint 8.65.0 8.67.0
arangojs 10.3.1 10.4.0
pg 8.22.0 8.23.0
@types/pg 8.20.0 8.23.1
nano 11.0.6 11.0.7
@elastic/elasticsearch 9.4.2 9.5.0
@google-cloud/bigquery 8.3.1 9.0.2
@google-cloud/datastore 10.1.1 11.0.1
@google-cloud/firestore 8.7.0 9.0.0
@google-cloud/pubsub 5.3.1 6.0.1
@google-cloud/spanner 8.10.0 8.11.0
@google-cloud/storage 7.21.0 8.0.1
firebase-admin 14.2.0 14.3.0
@kubernetes/client-node 1.4.0 2.0.0
@aws-sdk/client-s3 3.1095.0 3.1116.0
mockserver-client 7.4.0 7.6.0
mongoose 9.8.0 9.9.3
mysql2 3.23.1 3.24.0
@types/oracledb 7.0.1 7.0.2
@qdrant/js-client-rest 1.18.0 1.19.0
redis 6.1.0 6.2.1
selenium-webdriver 4.46.0 4.47.0

Updates @vitest/coverage-v8 from 4.1.10 to 4.1.11

Release notes

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

v4.1.11

   🐞 Bug Fixes

    View changes on GitHub
Commits

Updates eslint from 10.8.0 to 10.9.0

Release notes

Sourced from eslint's releases.

v10.9.0

Features

  • 08de88e feat: handle underflow in no-loss-of-precision (#21218) (Rithish S)
  • 55db479 feat: add checkConditionalExpressions to no-unmodified-loop-condition (#21175) (sethamus)

Bug Fixes

  • 2ba3025 fix: prevent unsafe no-var autofix with hoisted functions (#21213) (sethamus)
  • 8e69622 fix: Prevent no-var autofix when var is shadowed by catch parameter (#21204) (Yang Hyeonjong)
  • 684b579 fix: prefer-template invalid autofix creates a tagged template call (#21207) (김채영)

Documentation

  • 9ef407a docs: use eslint.config.* wherever config file names are listed (#21216) (Marry (Subin Yang))
  • 87f66f4 docs: Update README (GitHub Actions Bot)
  • 585ef37 docs: update architecture documentation (#21112) (Francesco Trotta)
  • f3993b0 docs: Update README (GitHub Actions Bot)
  • ffc87d6 docs: fix broken links in Further Reading sections (#21203) (Minsu)
  • 1a761e1 docs: update moved JSX specification links (#21198) (Imran Mustafa)
  • 4d00ca4 docs: update ESLint peer dependency to ^10.0.0 in shareable configs (#21202) (lumir)
  • 510d1a2 docs: Update README (GitHub Actions Bot)

Chores

  • 899dbf1 chore: update github/codeql-action action to v4.37.7 (#21243) (renovate[bot])
  • 9aa3873 chore: update ecosystem plugins (#21235) (ESLint Bot)
  • dc1e7a8 chore: update ecosystem plugins (#21208) (ESLint Bot)
  • f878d21 ci: bump pnpm/action-setup from 6.0.9 to 6.0.10 (#21200) (dependabot[bot])
  • 4891e50 ci: bump github/codeql-action from 4.37.4 to 4.37.6 (#21199) (dependabot[bot])

v10.8.1

Bug Fixes

  • 18eb0a7 fix: prevent ASI hazard in no-unused-labels autofix (#21173) (dongkyu lee)
  • 151ba3f fix: false positives in getter-return and accessor-pairs (#21163) (Grit)
  • 6898df9 fix: ignore meta-property names in id-denylist (#21166) (Pixel)
  • 4d7db66 fix: ignore meta-property names in id-match (#21167) (Pixel)
  • 677214e fix: handle ASI hazards in no-unused-vars removeVar suggestion (#20935) (kuldeep kumar)

Documentation

  • 7d0cbf8 docs: Update README (GitHub Actions Bot)
  • 0a05812 docs: add missing backticks to no-duplicate-imports.js (#21183) (Lee Daeun)
  • 678c90b docs: Update README (GitHub Actions Bot)
  • 8a10424 docs: Update README (GitHub Actions Bot)
  • 69bb948 docs: Update README (GitHub Actions Bot)

Chores

  • 0a14800 chore: update github/codeql-action action to v4.37.4 (#21196) (renovate[bot])
  • 05adcb1 test: fix failing ecosystem test for eslint-plugin-unicorn (#21191) (Lazizbek Ergashev)
  • 5611035 test: add error locations info to no-void (#21185) (Lee Daeun)
  • ee47333 ci: bump github/codeql-action from 4 to 4.37.3 (#21176) (dependabot[bot])
  • f131c03 chore: improve ecosystem test failure reporting (#20937) (crimsonjay0)
  • 1f6edde chore: update ecosystem plugins (#21182) (ESLint Bot)
  • d3266fb chore: unpin webpack dependency (#21172) (Francesco Trotta)

... (truncated)

Commits

Updates npm-check-updates from 23.0.0 to 23.1.0

Release notes

Sourced from npm-check-updates's releases.

v23.1.0

Added new option: --interactiveSelect

Usage:

ncu -i --interactiveSelect [value]

Default: auto

Control which upgrades are pre-selected in interactive mode. Only applies with --interactive.

Specify auto explicitly to restore the default when another value is set in your config file.

Major version zero upgrades (e.g. 0.1.0 → 0.2.0) are only pre-selected by all, since anything may change before 1.0.0. Custom groups returned by --groupFunction are likewise only pre-selected by all.

Other Changes

... (truncated)

Changelog

Sourced from npm-check-updates's changelog.

[23.1.0] - 2026-08-23

Added new option: --interactiveSelect

Usage:

ncu -i --interactiveSelect [value]

Default: auto

Control which upgrades are pre-selected in interactive mode. Only applies with --interactive.

Specify auto explicitly to restore the default when another value is set in your config file.

Major version zero upgrades (e.g. 0.1.0 → 0.2.0) are only pre-selected by all, since anything may change before 1.0.0. Custom groups returned by --groupFunction are likewise only pre-selected by all.

Other Changes

... (truncated)

Commits
  • 6060de6 23.1.0
  • cb8b979 feat: add --interactiveSelect to control pre-selected upgrades (#2029)
  • adff18f feat(pnpm): read registries from pnpm-workspace.yaml (#1973)
  • e6fd084 Update dependencies (#2023)
  • 7711706 Remove the temp working directory created by the build-changelog tests (#2024)
  • ab09299 Add min-release-age=7 to .npmrc (#2025)
  • c68fe38 Restore CHANGELOG.md and automate release-driven changelog sync (#2014)
  • 9db5c59 Fix two rc-config tests that asserted nothing (#2020)
  • 6ddcf1a Fix crash when a dist-tag points to a version missing from the packument (#2011)
  • 1d584be Run getOwnerPerDependency at --concurrency (#2017)
  • Additional commits viewable in compare view

Updates typescript from 6.0.3 to 7.0.2

Release notes

Sourced from typescript's releases.

TypeScript 7.0.2

https://devblogs.microsoft.com/typescript/announcing-typescript-7-0/

This tag was originally released at: https://github.com/microsoft/typescript-go/releases/tag/typescript%2Fv7.0.2

Commits
  • 1e4744d Merge branch 'main' into ts7-release
  • a5a219cmicrosoft/typescript-go#4558
  • ecfe30d Update status localization
  • 5de25b5 Hide executable name in TypeScript status
  • d7ce74a Show bundled TypeScript version for packaged servers
  • 29be66a Correct TS 7 release version to 7.0.2
  • ed2bd1b Merge branch 'main' into ts7-release
  • 8873075 Bump the github-actions group across 1 directory with 3 updates (microsoft/ty...
  • 9427131 Set up stable / nightly extension split, other prep (microsoft/typescript-go#...
  • d4eaca5microsoft/typescript-go#4549
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by microsoft1es, a new releaser for typescript since your current version.


Updates typescript-eslint from 8.65.0 to 8.67.0

Release notes

Sourced from typescript-eslint's releases.

v8.67.0

8.67.0 (2026-08-10)

🚀 Features

  • typescript-eslint: export basic globs for using tseslint (#12105)

❤️ Thank You

See GitHub Releases for more information.

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

v8.66.0

8.66.0 (2026-08-03)

🚀 Features

  • typescript-estree: handle import.defer() as ImportExpression (#12609)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-type-conversion] ignore shadowed built-ins (#12590)
  • eslint-plugin: [prefer-nullish-coalescing] handle shadowed Boolean calls (#12591)
  • eslint-plugin: [no-useless-default-assignment] don't report defaults used by other overloads (#12607)
  • eslint-plugin: [no-unnecessary-type-parameters] check MappedType key remapping (#12588)
  • eslint-plugin: [class-literal-property-style] preserve type annotations and don't drop decorators (#12617)
  • website: list onUnsupportedTypeScriptVersion in parser options (#12585)

❤️ 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.67.0 (2026-08-10)

🚀 Features

  • typescript-eslint: export basic globs for using tseslint (#12105)

❤️ Thank You

See GitHub Releases for more information.

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

8.66.0 (2026-08-03)

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

See GitHub Releases for more information.

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

Commits

Updates vitest from 4.1.10 to 4.1.11

Release notes

Sourced from vitest's releases.

v4.1.11

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • 9bd8d46 chore: release v4.1.11 (#10995)
  • 9851dbc fix(browser): trigger playwright/chromium gc on lower disk availability [back...
  • See full diff in compare view

Updates arangojs from 10.3.1 to 10.4.0

Release notes

Sourced from arangojs's releases.

v10.4.0

Fixed

  • Fixed TypeScript builds by explicitly including Node.js and Mocha type definitions

  • Fixed connection failures with undici 8.x (InvalidArgumentError: invalid content-length header) on the default globalThis.fetch path (not only when using config.agentOptions) by removing manual Content-Length header handling by default and letting fetch set it from the request body. (#855)

  • Fixed connection failures never being retried. isSystemError rejected the error objects thrown by undici because their immediate prototype is not Error.prototype, so a refused connection produced isSafeToRetry: null and the retry gate — which also governs host failover — was never entered (#867).

  • Fixed config.maxRetries having no effect. It was destructured out of the config without being re-added to the connection's common request options, so the retry budget always fell back to hosts.length - 1, and setting it to false did not disable retries (#867).

  • Fixed a possible stack overflow while constructing a FetchFailedError when the error's cause chain is cyclic (#867).

Added

  • Added config.forceContentLength (default false). Set to true if you see ECONNRESET in Next.js 15 production builds when using next/headers cookies() (#831). Do not enable this when using undici 8.x unless required — it restores explicit Content-Length handling that can conflict with strict undici header validation.

Deprecated

Changelog

Sourced from arangojs's changelog.

[10.4.0] - 2026-08-18

Fixed

  • Fixed TypeScript builds by explicitly including Node.js and Mocha type definitions

  • Fixed connection failures with undici 8.x (InvalidArgumentError: invalid content-length header) on the default globalThis.fetch path (not only when using config.agentOptions) by removing manual Content-Length header handling by default and letting fetch set it from the request body. (#855)

  • Fixed connection failures never being retried. isSystemError rejected the error objects thrown by undici because their immediate prototype is not Error.prototype, so a refused connection produced isSafeToRetry: null and the retry gate — which also governs host failover — was never entered (#867).

  • Fixed config.maxRetries having no effect. It was destructured out of the config without being re-added to the connection's common request options, so the retry budget always fell back to hosts.length - 1, and setting it to false did not disable retries (#867).

  • Fixed a possible stack overflow while constructing a FetchFailedError when the error's cause chain is cyclic (#867).

Added

  • Added config.forceContentLength (default false). Set to true if you see ECONNRESET in Next.js 15 production builds when using next/headers cookies() (#831). Do not enable this when using undici 8.x unless required — it restores explicit Content-Length handling that can conflict with strict undici header validation.

Deprecated

Commits
  • 4c6b5cb 10.4.0
  • 6fa682a fix: include Mocha types in TypeScript builds (#869)
  • ae77498 fix: retry connection failures instead of only classifying them as retryable ...
  • 51db22b De 1170 document methods removed from arango db v 4 (#861)
  • 3c1ef2a fix(fetch): stop setting Content-Length by default for undici 8 (#855), add f...
  • 3437d96 Bump esbuild in the npm_and_yarn group across 1 directory (#863)
  • 50a4463 fix: prevent concurrent gh-pages deployments (#860)
  • See full diff in compare view

Updates pg from 8.22.0 to 8.23.0

Changelog

Sourced from pg's changelog.

pg@8.23.0

Commits

Updates @types/pg from 8.20.0 to 8.23.1

Commits

Updates nano from 11.0.6 to 11.0.7

Release notes

Sourced from nano's releases.

11.0.7

  • Bug fix for issue where db.attachment.get may not return buffer, if a JSON attachment was fetched. apache/couchdb-nano#374
  • Dependency audit fix
Commits

Updates @elastic/elasticsearch from 9.4.2 to 9.5.0

Release notes

Sourced from @​elastic/elasticsearch's releases.

v9.5.0

Changelog

v9.4.3

Changelog

Commits

Updates @google-cloud/bigquery from 8.3.1 to 9.0.2

Release notes

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

gcp-metadata: v9.0.2

9.0.2 (2026-08-10)

Bug Fixes

  • Upgrade all node core library dependencies to their latest node 22 version (#9084) (af8074c)

googleapis-common: v9.0.2

9.0.2 (2026-08-10)

Bug Fixes

  • Upgrade all node core library dependencies to their latest node 22 version (#9084) (af8074c)

bigquery: v9.0.2

9.0.2 (2026-08-12)

Bug Fixes

  • Ensure node 22 dependencies are up to date so they get the latest patches for core and handwritten libraries (#9116) (fad57ff)

bigquery: v9.0.1

9.0.1 (2026-08-05)

Bug Fixes

gcp-metadata: v9.0.1

9.0.1 (2026-08-05)

Bug Fixes

  • core: Discovery url handling, error code review helper, and pack-n-play test timeouts (#9061) (340364f)

googleapis-common: v9.0.1

9.0.1 (2026-08-05)

Bug Fixes

  • core: Discovery url handling, error code review helper, and pack-n-play test timeouts (#9061) (340364f)

retry-request: v9.0.1

9.0.1 (2026-08-10)

... (truncated)

Changelog

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

9.0.2 (2026-08-12)

Bug Fixes

  • Ensure node 22 dependencies are up to date so they get the latest patches for core and handwritten libraries (#9116) (fad57ff)

9.0.1 (2026-08-05)

Bug Fixes

9.0.0 (2026-08-04)

⚠ BREAKING CHANGES

  • Update bigquery to minimum Node version of 22. (#9040)

Features

Bug Fixes

  • ci: Fix discovery.yaml by installing root dependencies (#8955) (305459a)
Commits
  • 1c40473 chore: release main (#9125)
  • fad57ff fix: Ensure node 22 dependencies are up to date so they get the latest patche...
  • 5e35298 chore: release main (

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

| Package | From | To |
| --- | --- | --- |
| [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `4.1.10` | `4.1.11` |
| [eslint](https://github.com/eslint/eslint) | `10.8.0` | `10.9.0` |
| [npm-check-updates](https://github.com/raineorshine/npm-check-updates) | `23.0.0` | `23.1.0` |
| [typescript](https://github.com/microsoft/TypeScript) | `6.0.3` | `7.0.2` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.65.0` | `8.67.0` |
| [arangojs](https://github.com/arangodb/arangojs) | `10.3.1` | `10.4.0` |
| [pg](https://github.com/brianc/node-postgres/tree/HEAD/packages/pg) | `8.22.0` | `8.23.0` |
| [@types/pg](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/pg) | `8.20.0` | `8.23.1` |
| [nano](https://github.com/apache/couchdb-nano) | `11.0.6` | `11.0.7` |
| [@elastic/elasticsearch](https://github.com/elastic/elasticsearch-js) | `9.4.2` | `9.5.0` |
| [@google-cloud/bigquery](https://github.com/googleapis/google-cloud-node/tree/HEAD/handwritten/bigquery) | `8.3.1` | `9.0.2` |
| [@google-cloud/datastore](https://github.com/googleapis/google-cloud-node/tree/HEAD/handwritten/datastore) | `10.1.1` | `11.0.1` |
| [@google-cloud/firestore](https://github.com/googleapis/google-cloud-node/tree/HEAD/handwritten/firestore) | `8.7.0` | `9.0.0` |
| [@google-cloud/pubsub](https://github.com/googleapis/google-cloud-node/tree/HEAD/handwritten/pubsub) | `5.3.1` | `6.0.1` |
| [@google-cloud/spanner](https://github.com/googleapis/google-cloud-node/tree/HEAD/handwritten/spanner) | `8.10.0` | `8.11.0` |
| [@google-cloud/storage](https://github.com/googleapis/google-cloud-node/tree/HEAD/handwritten/storage) | `7.21.0` | `8.0.1` |
| [firebase-admin](https://github.com/firebase/firebase-admin-node) | `14.2.0` | `14.3.0` |
| [@kubernetes/client-node](https://github.com/kubernetes-client/javascript) | `1.4.0` | `2.0.0` |
| [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3) | `3.1095.0` | `3.1116.0` |
| [mockserver-client](https://github.com/mock-server/mockserver-monorepo/tree/HEAD/mockserver-client-node) | `7.4.0` | `7.6.0` |
| [mongoose](https://github.com/Automattic/mongoose) | `9.8.0` | `9.9.3` |
| [mysql2](https://github.com/sidorares/node-mysql2) | `3.23.1` | `3.24.0` |
| [@types/oracledb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/oracledb) | `7.0.1` | `7.0.2` |
| [@qdrant/js-client-rest](https://github.com/qdrant/qdrant-js/tree/HEAD/packages/js-client-rest) | `1.18.0` | `1.19.0` |
| [redis](https://github.com/redis/node-redis) | `6.1.0` | `6.2.1` |
| [selenium-webdriver](https://github.com/SeleniumHQ/selenium) | `4.46.0` | `4.47.0` |



Updates `@vitest/coverage-v8` from 4.1.10 to 4.1.11
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.11/packages/coverage-v8)

Updates `eslint` from 10.8.0 to 10.9.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v10.8.0...v10.9.0)

Updates `npm-check-updates` from 23.0.0 to 23.1.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@v23.0.0...v23.1.0)

Updates `typescript` from 6.0.3 to 7.0.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v6.0.3...v7.0.2)

Updates `typescript-eslint` from 8.65.0 to 8.67.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.67.0/packages/typescript-eslint)

Updates `vitest` from 4.1.10 to 4.1.11
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.11/packages/vitest)

Updates `arangojs` from 10.3.1 to 10.4.0
- [Release notes](https://github.com/arangodb/arangojs/releases)
- [Changelog](https://github.com/arangodb/arangojs/blob/main/CHANGELOG.md)
- [Commits](arangodb/arangojs@v10.3.1...v10.4.0)

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

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

Updates `nano` from 11.0.6 to 11.0.7
- [Release notes](https://github.com/apache/couchdb-nano/releases)
- [Commits](apache/couchdb-nano@v11.0.6...v11.0.7)

Updates `@elastic/elasticsearch` from 9.4.2 to 9.5.0
- [Release notes](https://github.com/elastic/elasticsearch-js/releases)
- [Changelog](https://github.com/elastic/elasticsearch-js/blob/main/CHANGELOG.md)
- [Commits](elastic/elasticsearch-js@v9.4.2...v9.5.0)

Updates `@google-cloud/bigquery` from 8.3.1 to 9.0.2
- [Release notes](https://github.com/googleapis/google-cloud-node/releases)
- [Changelog](https://github.com/googleapis/google-cloud-node/blob/main/handwritten/bigquery/CHANGELOG.md)
- [Commits](https://github.com/googleapis/google-cloud-node/commits/bigquery-v9.0.2/handwritten/bigquery)

Updates `@google-cloud/datastore` from 10.1.1 to 11.0.1
- [Release notes](https://github.com/googleapis/google-cloud-node/releases)
- [Changelog](https://github.com/googleapis/google-cloud-node/blob/main/handwritten/datastore/CHANGELOG.md)
- [Commits](https://github.com/googleapis/google-cloud-node/commits/datastore-v11.0.1/handwritten/datastore)

Updates `@google-cloud/firestore` from 8.7.0 to 9.0.0
- [Release notes](https://github.com/googleapis/google-cloud-node/releases)
- [Changelog](https://github.com/googleapis/google-cloud-node/blob/main/handwritten/firestore/CHANGELOG.md)
- [Commits](https://github.com/googleapis/google-cloud-node/commits/admin-v9.0.0/handwritten/firestore)

Updates `@google-cloud/pubsub` from 5.3.1 to 6.0.1
- [Release notes](https://github.com/googleapis/google-cloud-node/releases)
- [Changelog](https://github.com/googleapis/google-cloud-node/blob/main/handwritten/pubsub/CHANGELOG.md)
- [Commits](https://github.com/googleapis/google-cloud-node/commits/dlp-v6.0.1/handwritten/pubsub)

Updates `@google-cloud/spanner` from 8.10.0 to 8.11.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.11.0/handwritten/spanner)

Updates `@google-cloud/storage` from 7.21.0 to 8.0.1
- [Release notes](https://github.com/googleapis/google-cloud-node/releases)
- [Changelog](https://github.com/googleapis/google-cloud-node/blob/main/handwritten/storage/CHANGELOG.md)
- [Commits](https://github.com/googleapis/google-cloud-node/commits/common-v8.0.1/handwritten/storage)

Updates `firebase-admin` from 14.2.0 to 14.3.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.2.0...v14.3.0)

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

Updates `@aws-sdk/client-s3` from 3.1095.0 to 3.1116.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.1116.0/clients/client-s3)

Updates `mockserver-client` from 7.4.0 to 7.6.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.6.0/mockserver-client-node)

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

Updates `mysql2` from 3.23.1 to 3.24.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.23.1...v3.24.0)

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

Updates `@qdrant/js-client-rest` from 1.18.0 to 1.19.0
- [Release notes](https://github.com/qdrant/qdrant-js/releases)
- [Changelog](https://github.com/qdrant/qdrant-js/blob/master/packages/js-client-rest/CHANGELOG.md)
- [Commits](https://github.com/qdrant/qdrant-js/commits/v1.19.0/packages/js-client-rest)

Updates `redis` from 6.1.0 to 6.2.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.1.0...redis@6.2.1)

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

---
updated-dependencies:
- dependency-name: "@vitest/coverage-v8"
  dependency-version: 4.1.11
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: eslint
  dependency-version: 10.9.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: npm-check-updates
  dependency-version: 23.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: typescript
  dependency-version: 7.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: typescript-eslint
  dependency-version: 8.67.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: vitest
  dependency-version: 4.1.11
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: arangojs
  dependency-version: 10.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: pg
  dependency-version: 8.23.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@types/pg"
  dependency-version: 8.23.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: nano
  dependency-version: 11.0.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@elastic/elasticsearch"
  dependency-version: 9.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@google-cloud/bigquery"
  dependency-version: 9.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: "@google-cloud/datastore"
  dependency-version: 11.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: "@google-cloud/firestore"
  dependency-version: 9.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: "@google-cloud/pubsub"
  dependency-version: 6.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: "@google-cloud/spanner"
  dependency-version: 8.11.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@google-cloud/storage"
  dependency-version: 8.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: firebase-admin
  dependency-version: 14.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@kubernetes/client-node"
  dependency-version: 2.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: "@aws-sdk/client-s3"
  dependency-version: 3.1116.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: mockserver-client
  dependency-version: 7.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: mongoose
  dependency-version: 9.9.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: mysql2
  dependency-version: 3.24.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@types/oracledb"
  dependency-version: 7.0.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@qdrant/js-client-rest"
  dependency-version: 1.19.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: redis
  dependency-version: 6.2.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: selenium-webdriver
  dependency-version: 4.47.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 Aug 31, 2026
@netlify

netlify Bot commented Aug 31, 2026

Copy link
Copy Markdown

Deploy Preview for testcontainers-node failed.

Name Link
🔨 Latest commit 6348bb4
🔍 Latest deploy log https://app.netlify.com/projects/testcontainers-node/deploys/6a94cf8b0bda800008b57c50

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.

0 participants