Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 28, 2025

Bumps the dependencies group with 18 updates:

Package From To
@eslint/js 9.31.0 9.32.0
@eslint/json 0.13.0 0.13.1
eslint 9.31.0 9.32.0
npm-check-updates 18.0.1 18.0.2
prettier-plugin-organize-imports 4.1.0 4.2.0
typescript-eslint 8.37.0 8.38.0
@azure/cosmos 4.4.1 4.5.0
@azure/storage-blob 12.27.0 12.28.0
@azure/storage-queue 12.26.0 12.27.0
chromadb 2.4.6 3.0.10
@clickhouse/client 1.11.2 1.12.0
@google-cloud/bigquery 8.1.0 8.1.1
@google-cloud/datastore 9.2.1 10.0.1
@aws-sdk/client-s3 3.848.0 3.850.0
mariadb 3.4.4 3.4.5
superagent 10.2.2 10.2.3
mongoose 8.16.4 8.16.5
redis 5.6.0 5.6.1

Updates @eslint/js from 9.31.0 to 9.32.0

Release notes

Sourced from @​eslint/js's releases.

v9.32.0

Features

  • 1245000 feat: support explicit resource management in core rules (#19828) (fnx)
  • 0e957a7 feat: support typescript types in accessor rules (#19882) (fnx)

Bug Fixes

  • 960fd40 fix: Upgrade @​eslint/js (#19971) (Nicholas C. Zakas)
  • bbf23fa fix: Refactor reporting into FileReport (#19877) (Nicholas C. Zakas)
  • d498887 fix: bump @​eslint/plugin-kit to 0.3.4 to resolve vulnerability (#19965) (Milos Djermanovic)
  • f46fc6c fix: report only global references in no-implied-eval (#19932) (Nitin Kumar)
  • 7863d26 fix: remove outdated types in ParserOptions.ecmaFeatures (#19944) (ntnyq)
  • 3173305 fix: update execScript message in no-implied-eval rule (#19937) (TKDev7)

Documentation

  • 86e7426 docs: Update README (GitHub Actions Bot)

Chores

  • 50de1ce chore: package.json update for @​eslint/js release (Jenkins)
  • 74f01a3 ci: unpin jiti to version ^2.5.1 (#19970) (루밀LuMir)
  • 2ab1381 ci: pin jiti to version 2.4.2 (#19964) (Francesco Trotta)
  • b7f7545 test: switch to flat config mode in SourceCode tests (#19953) (Milos Djermanovic)
  • f5a35e3 test: switch to flat config mode in eslint-fuzzer (#19960) (Milos Djermanovic)
  • e22af8c refactor: use CustomRuleDefinitionType in JSRuleDefinition (#19949) (Francesco Trotta)
  • e855717 chore: switch performance tests to hyperfine (#19919) (Francesco Trotta)
  • 2f73a23 test: switch to flat config mode in ast-utils tests (#19948) (Milos Djermanovic)
  • c565a53 chore: exclude further_reading_links.json from Prettier formatting (#19943) (Milos Djermanovic)
Changelog

Sourced from @​eslint/js's changelog.

v9.32.0 - July 25, 2025

  • 960fd40 fix: Upgrade @​eslint/js (#19971) (Nicholas C. Zakas)
  • 50de1ce chore: package.json update for @​eslint/js release (Jenkins)
  • bbf23fa fix: Refactor reporting into FileReport (#19877) (Nicholas C. Zakas)
  • 74f01a3 ci: unpin jiti to version ^2.5.1 (#19970) (루밀LuMir)
  • d498887 fix: bump @​eslint/plugin-kit to 0.3.4 to resolve vulnerability (#19965) (Milos Djermanovic)
  • 2ab1381 ci: pin jiti to version 2.4.2 (#19964) (Francesco Trotta)
  • b7f7545 test: switch to flat config mode in SourceCode tests (#19953) (Milos Djermanovic)
  • f5a35e3 test: switch to flat config mode in eslint-fuzzer (#19960) (Milos Djermanovic)
  • f46fc6c fix: report only global references in no-implied-eval (#19932) (Nitin Kumar)
  • 86e7426 docs: Update README (GitHub Actions Bot)
  • e22af8c refactor: use CustomRuleDefinitionType in JSRuleDefinition (#19949) (Francesco Trotta)
  • 1245000 feat: support explicit resource management in core rules (#19828) (fnx)
  • e855717 chore: switch performance tests to hyperfine (#19919) (Francesco Trotta)
  • 0e957a7 feat: support typescript types in accessor rules (#19882) (fnx)
  • 2f73a23 test: switch to flat config mode in ast-utils tests (#19948) (Milos Djermanovic)
  • 7863d26 fix: remove outdated types in ParserOptions.ecmaFeatures (#19944) (ntnyq)
  • c565a53 chore: exclude further_reading_links.json from Prettier formatting (#19943) (Milos Djermanovic)
  • 3173305 fix: update execScript message in no-implied-eval rule (#19937) (TKDev7)
Commits

Updates @eslint/json from 0.13.0 to 0.13.1

Release notes

Sourced from @​eslint/json's releases.

json: v0.13.1

0.13.1 (2025-07-22)

Bug Fixes

  • bump plugin-kit to latest to resolve security vulnerabilities (#125) (5de1544)
Changelog

Sourced from @​eslint/json's changelog.

0.13.1 (2025-07-22)

Bug Fixes

  • bump plugin-kit to latest to resolve security vulnerabilities (#125) (5de1544)
Commits
  • 2d9722a chore: release 0.13.1 🚀 (#126)
  • 5de1544 fix: bump plugin-kit to latest to resolve security vulnerabilities (#125)
  • 9b9acc3 refactor: add missing type annotations to variables (#123)
  • f21f7f0 docs: Update README sponsors
  • a043b21 refactor: use CustomRuleDefinitionType in JSONRuleDefinition (#121)
  • See full diff in compare view

Updates eslint from 9.31.0 to 9.32.0

Release notes

Sourced from eslint's releases.

v9.32.0

Features

  • 1245000 feat: support explicit resource management in core rules (#19828) (fnx)
  • 0e957a7 feat: support typescript types in accessor rules (#19882) (fnx)

Bug Fixes

  • 960fd40 fix: Upgrade @​eslint/js (#19971) (Nicholas C. Zakas)
  • bbf23fa fix: Refactor reporting into FileReport (#19877) (Nicholas C. Zakas)
  • d498887 fix: bump @​eslint/plugin-kit to 0.3.4 to resolve vulnerability (#19965) (Milos Djermanovic)
  • f46fc6c fix: report only global references in no-implied-eval (#19932) (Nitin Kumar)
  • 7863d26 fix: remove outdated types in ParserOptions.ecmaFeatures (#19944) (ntnyq)
  • 3173305 fix: update execScript message in no-implied-eval rule (#19937) (TKDev7)

Documentation

  • 86e7426 docs: Update README (GitHub Actions Bot)

Chores

  • 50de1ce chore: package.json update for @​eslint/js release (Jenkins)
  • 74f01a3 ci: unpin jiti to version ^2.5.1 (#19970) (루밀LuMir)
  • 2ab1381 ci: pin jiti to version 2.4.2 (#19964) (Francesco Trotta)
  • b7f7545 test: switch to flat config mode in SourceCode tests (#19953) (Milos Djermanovic)
  • f5a35e3 test: switch to flat config mode in eslint-fuzzer (#19960) (Milos Djermanovic)
  • e22af8c refactor: use CustomRuleDefinitionType in JSRuleDefinition (#19949) (Francesco Trotta)
  • e855717 chore: switch performance tests to hyperfine (#19919) (Francesco Trotta)
  • 2f73a23 test: switch to flat config mode in ast-utils tests (#19948) (Milos Djermanovic)
  • c565a53 chore: exclude further_reading_links.json from Prettier formatting (#19943) (Milos Djermanovic)
Changelog

Sourced from eslint's changelog.

v9.32.0 - July 25, 2025

  • 960fd40 fix: Upgrade @​eslint/js (#19971) (Nicholas C. Zakas)
  • 50de1ce chore: package.json update for @​eslint/js release (Jenkins)
  • bbf23fa fix: Refactor reporting into FileReport (#19877) (Nicholas C. Zakas)
  • 74f01a3 ci: unpin jiti to version ^2.5.1 (#19970) (루밀LuMir)
  • d498887 fix: bump @​eslint/plugin-kit to 0.3.4 to resolve vulnerability (#19965) (Milos Djermanovic)
  • 2ab1381 ci: pin jiti to version 2.4.2 (#19964) (Francesco Trotta)
  • b7f7545 test: switch to flat config mode in SourceCode tests (#19953) (Milos Djermanovic)
  • f5a35e3 test: switch to flat config mode in eslint-fuzzer (#19960) (Milos Djermanovic)
  • f46fc6c fix: report only global references in no-implied-eval (#19932) (Nitin Kumar)
  • 86e7426 docs: Update README (GitHub Actions Bot)
  • e22af8c refactor: use CustomRuleDefinitionType in JSRuleDefinition (#19949) (Francesco Trotta)
  • 1245000 feat: support explicit resource management in core rules (#19828) (fnx)
  • e855717 chore: switch performance tests to hyperfine (#19919) (Francesco Trotta)
  • 0e957a7 feat: support typescript types in accessor rules (#19882) (fnx)
  • 2f73a23 test: switch to flat config mode in ast-utils tests (#19948) (Milos Djermanovic)
  • 7863d26 fix: remove outdated types in ParserOptions.ecmaFeatures (#19944) (ntnyq)
  • c565a53 chore: exclude further_reading_links.json from Prettier formatting (#19943) (Milos Djermanovic)
  • 3173305 fix: update execScript message in no-implied-eval rule (#19937) (TKDev7)
Commits

Updates npm-check-updates from 18.0.1 to 18.0.2

Commits

Updates prettier-plugin-organize-imports from 4.1.0 to 4.2.0

Commits

Updates typescript-eslint from 8.37.0 to 8.38.0

Release notes

Sourced from typescript-eslint's releases.

v8.38.0

8.38.0 (2025-07-21)

🚀 Features

  • typescript-estree: forbid optional chain in TemplateTaggedLiteral (#11391)

🩹 Fixes

  • disallow extra properties in rule options (#11397)
  • eslint-plugin: [consistent-generic-constructors] resolve conflict with isolatedDeclarations if enabled in constructor option (#11351)
  • typescript-eslint: infer tsconfigRootDir with v8 API (#11412)
  • typescript-eslint: error on nested extends in tseslint.config() (#11361)
  • typescript-estree: ensure the token type of the property name is Identifier (#11329)

❤️ Thank You

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

Changelog

Sourced from typescript-eslint's changelog.

8.38.0 (2025-07-21)

🩹 Fixes

  • typescript-eslint: error on nested extends in tseslint.config() (#11361)
  • typescript-eslint: infer tsconfigRootDir with v8 API (#11412)

❤️ Thank You

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

Commits
  • d11e79e chore(release): publish 8.38.0
  • 6d8fae9 fix(typescript-eslint): error on nested extends in tseslint.config() (#11...
  • abb7c4d fix(typescript-eslint): infer tsconfigRootDir with v8 API (#11412)
  • See full diff in compare view

Updates @azure/cosmos from 4.4.1 to 4.5.0

Commits

Updates @azure/storage-blob from 12.27.0 to 12.28.0

Commits

Updates @azure/storage-queue from 12.26.0 to 12.27.0

Commits

Updates chromadb from 2.4.6 to 3.0.10

Updates @clickhouse/client from 1.11.2 to 1.12.0

Release notes

Sourced from @​clickhouse/client's releases.

1.12.0

Types

  • Add missing allow_experimental_join_condition to ClickHouseSettings typing. (#430, [looskie])
  • Fixed JSONEachRowWithProgress TypeScript flow after the breaking changes in [ClickHouse 25.1]. RowOrProgress<T> now has an additional variant: SpecialEventRow<T>. The library now additionally exports the parseError method, and newly added isRow / isException type guards. See the updated [JSONEachRowWithProgress example] (#443)
  • Added missing allow_experimental_variant_type (24.1+), allow_experimental_dynamic_type (24.5+), allow_experimental_json_type (24.8+), enable_json_type (25.3+), enable_time_time64_type (25.6+) to ClickHouseSettings typing. (#445)

Improvements

  • Add a warning on a socket closed without fully consuming the stream (e.g., when using query or exec method). (#441)
  • (Node.js only) An option to use a simple SELECT query for ping checks instead of /ping endpoint. See the new optional argument to the ClickHouseClient.ping method and PingParams typings. Note that the Web version always used a SELECT query by default, as the /ping endpoint does not support CORS, and that cannot be changed. (#442)

Other

  • The project now uses [Codecov] instead of SonarCloud for code coverage reports. (#444)

#430: ClickHouse/clickhouse-js#430 #441: ClickHouse/clickhouse-js#441 #442: ClickHouse/clickhouse-js#442 #443: ClickHouse/clickhouse-js#443 #444: ClickHouse/clickhouse-js#444 #445: ClickHouse/clickhouse-js#445 [looskie]: https://github.com/looskie [ClickHouse 25.1]: ClickHouse/ClickHouse#74181 [JSONEachRowWithProgress example]: https://github.com/ClickHouse/clickhouse-js/blob/main/examples/node/select_json_each_row_with_progress.ts [Codecov]: https://codecov.io/gh/ClickHouse/clickhouse-js

Changelog

Sourced from @​clickhouse/client's changelog.

1.12.0

Types

  • Add missing allow_experimental_join_condition to ClickHouseSettings typing. (#430, [looskie])
  • Fixed JSONEachRowWithProgress TypeScript flow after the breaking changes in [ClickHouse 25.1]. RowOrProgress<T> now has an additional variant: SpecialEventRow<T>. The library now additionally exports the parseError method, and newly added isRow / isException type guards. See the updated [JSONEachRowWithProgress example] (#443)
  • Added missing allow_experimental_variant_type (24.1+), allow_experimental_dynamic_type (24.5+), allow_experimental_json_type (24.8+), enable_json_type (25.3+), enable_time_time64_type (25.6+) to ClickHouseSettings typing. (#445)

Improvements

  • Add a warning on a socket closed without fully consuming the stream (e.g., when using query or exec method). (#441)
  • (Node.js only) An option to use a simple SELECT query for ping checks instead of /ping endpoint. See the new optional argument to the ClickHouseClient.ping method and PingParams typings. Note that the Web version always used a SELECT query by default, as the /ping endpoint does not support CORS, and that cannot be changed. (#442)

Other

  • The project now uses [Codecov] instead of SonarCloud for code coverage reports. (#444)

#430: ClickHouse/clickhouse-js#430 #441: ClickHouse/clickhouse-js#441 #442: ClickHouse/clickhouse-js#442 #443: ClickHouse/clickhouse-js#443 #444: ClickHouse/clickhouse-js#444 #445: ClickHouse/clickhouse-js#445 [looskie]: https://github.com/looskie [ClickHouse 25.1]: ClickHouse/ClickHouse#74181 [JSONEachRowWithProgress example]: https://github.com/ClickHouse/clickhouse-js/blob/main/examples/node/select_json_each_row_with_progress.ts [Codecov]: https://codecov.io/gh/ClickHouse/clickhouse-js

Commits
  • c48d2d8 [1.2.0] Update the JSDoc
  • 266c325 1.2.0 (#446)
  • 5745592 An option to use a simple SELECT query for ping checks instead of /ping end...
  • 3464af8 Add Time/64 examples, update settings typings (#445)
  • fcb4fc0 Fix JSONEachRowWithProgress types with ClickHouse 25+ (#443)
  • 94a469c Add codecov.yml
  • cac9272 Add codecov badge, rename the action step
  • e5d7500 Use Codecov instead of Sonar (#444)
  • 5ba4c84 Add a warning on a socket closed without fully consuming the stream (#441)
  • 28817dd Bump isbang/compose-action from 2.0.2 to 2.3.0 in /.github/workflows (#437)
  • Additional commits viewable in compare view

Updates @google-cloud/bigquery from 8.1.0 to 8.1.1

Release notes

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

v8.1.1

8.1.1 (2025-07-23)

Bug Fixes

Changelog

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

8.1.1 (2025-07-23)

Bug Fixes

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 @aws-sdk/client-s3 from 3.848.0 to 3.850.0

Release notes

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

v3.850.0

3.850.0(2025-07-21)

New Features
  • clients: update client endpoints as of 2025-07-21 (9a5e598d)
  • client-deadline: Add support for VPC resource endpoints in Service Managed Fleets (e094eab2)
  • client-timestream-influxdb: Timestream for InfluxDB adds support for db.influx.24xlarge instance type. This enhancement enables higher compute capacity for demanding workloads through CreateDbInstance, CreateDbCluster, UpdateDbInstance, and UpdateDbCluster APIs. (ccb79086)
  • client-ec2: This release adds support for C8gn, F2 and P6e-GB200 Instance types (3d8f2e12)
  • client-cloudfront: Add dualstack endpoint support (f67f9827)
  • client-sagemaker: This release adds 1/ Support for S3FileSystem in CustomFileSystems 2/ The ability for a customer to select their preferred IpAddressType for use with private Workforces 3/ Support for p4de instance type in SageMaker Training Plans (a78bcaf1)
Bug Fixes
Tests
  • client-s3: convert feature test to vitest (#7214) (736cdab5)
  • ...

    Description has been truncated

Bumps the dependencies group with 18 updates:

| Package | From | To |
| --- | --- | --- |
| [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.31.0` | `9.32.0` |
| [@eslint/json](https://github.com/eslint/json) | `0.13.0` | `0.13.1` |
| [eslint](https://github.com/eslint/eslint) | `9.31.0` | `9.32.0` |
| [npm-check-updates](https://github.com/raineorshine/npm-check-updates) | `18.0.1` | `18.0.2` |
| [prettier-plugin-organize-imports](https://github.com/simonhaenisch/prettier-plugin-organize-imports) | `4.1.0` | `4.2.0` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.37.0` | `8.38.0` |
| [@azure/cosmos](https://github.com/Azure/azure-sdk-for-js) | `4.4.1` | `4.5.0` |
| [@azure/storage-blob](https://github.com/Azure/azure-sdk-for-js) | `12.27.0` | `12.28.0` |
| [@azure/storage-queue](https://github.com/Azure/azure-sdk-for-js) | `12.26.0` | `12.27.0` |
| chromadb | `2.4.6` | `3.0.10` |
| [@clickhouse/client](https://github.com/ClickHouse/clickhouse-js) | `1.11.2` | `1.12.0` |
| [@google-cloud/bigquery](https://github.com/googleapis/nodejs-bigquery) | `8.1.0` | `8.1.1` |
| [@google-cloud/datastore](https://github.com/googleapis/nodejs-datastore) | `9.2.1` | `10.0.1` |
| [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3) | `3.848.0` | `3.850.0` |
| [mariadb](https://github.com/mariadb-corporation/mariadb-connector-nodejs) | `3.4.4` | `3.4.5` |
| [superagent](https://github.com/ladjs/superagent) | `10.2.2` | `10.2.3` |
| [mongoose](https://github.com/Automattic/mongoose) | `8.16.4` | `8.16.5` |
| [redis](https://github.com/redis/node-redis) | `5.6.0` | `5.6.1` |


Updates `@eslint/js` from 9.31.0 to 9.32.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/commits/v9.32.0/packages/js)

Updates `@eslint/json` from 0.13.0 to 0.13.1
- [Release notes](https://github.com/eslint/json/releases)
- [Changelog](https://github.com/eslint/json/blob/main/CHANGELOG.md)
- [Commits](eslint/json@json-v0.13.0...json-v0.13.1)

Updates `eslint` from 9.31.0 to 9.32.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.31.0...v9.32.0)

Updates `npm-check-updates` from 18.0.1 to 18.0.2
- [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.0.1...v18.0.2)

Updates `prettier-plugin-organize-imports` from 4.1.0 to 4.2.0
- [Release notes](https://github.com/simonhaenisch/prettier-plugin-organize-imports/releases)
- [Changelog](https://github.com/simonhaenisch/prettier-plugin-organize-imports/blob/master/changelog.md)
- [Commits](https://github.com/simonhaenisch/prettier-plugin-organize-imports/commits)

Updates `typescript-eslint` from 8.37.0 to 8.38.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.38.0/packages/typescript-eslint)

Updates `@azure/cosmos` from 4.4.1 to 4.5.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.4.1...@azure/cosmos_4.5.0)

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

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

Updates `chromadb` from 2.4.6 to 3.0.10

Updates `@clickhouse/client` from 1.11.2 to 1.12.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.11.2...1.12.0)

Updates `@google-cloud/bigquery` from 8.1.0 to 8.1.1
- [Release notes](https://github.com/googleapis/nodejs-bigquery/releases)
- [Changelog](https://github.com/googleapis/nodejs-bigquery/blob/main/CHANGELOG.md)
- [Commits](googleapis/nodejs-bigquery@v8.1.0...v8.1.1)

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 `@aws-sdk/client-s3` from 3.848.0 to 3.850.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.850.0/clients/client-s3)

Updates `mariadb` from 3.4.4 to 3.4.5
- [Release notes](https://github.com/mariadb-corporation/mariadb-connector-nodejs/releases)
- [Changelog](https://github.com/mariadb-corporation/mariadb-connector-nodejs/blob/main/CHANGELOG.md)
- [Commits](mariadb-corporation/mariadb-connector-nodejs@3.4.4...3.4.5)

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

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

Updates `redis` from 5.6.0 to 5.6.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/[email protected]@5.6.1)

---
updated-dependencies:
- dependency-name: "@eslint/js"
  dependency-version: 9.32.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@eslint/json"
  dependency-version: 0.13.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: eslint
  dependency-version: 9.32.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: npm-check-updates
  dependency-version: 18.0.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: prettier-plugin-organize-imports
  dependency-version: 4.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: typescript-eslint
  dependency-version: 8.38.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@azure/cosmos"
  dependency-version: 4.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@azure/storage-blob"
  dependency-version: 12.28.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@azure/storage-queue"
  dependency-version: 12.27.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: chromadb
  dependency-version: 3.0.10
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: "@clickhouse/client"
  dependency-version: 1.12.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@google-cloud/bigquery"
  dependency-version: 8.1.1
  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: "@aws-sdk/client-s3"
  dependency-version: 3.850.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: mariadb
  dependency-version: 3.4.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: superagent
  dependency-version: 10.2.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: mongoose
  dependency-version: 8.16.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: redis
  dependency-version: 5.6.1
  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 Jul 28, 2025
@netlify
Copy link

netlify bot commented Jul 28, 2025

Deploy Preview for testcontainers-node ready!

Name Link
🔨 Latest commit 73e9ddd
🔍 Latest deploy log https://app.netlify.com/projects/testcontainers-node/deploys/6886c54ccd927c00081ce3f5
😎 Deploy Preview https://deploy-preview-1090--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.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 1, 2025

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

@dependabot dependabot bot closed this Aug 1, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dependencies-632b71b6fb branch August 1, 2025 19:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code major An incompatible API change

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant