Skip to content

Conversation

@dependabot
Copy link
Contributor

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

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

Package From To
@eslint/js 9.33.0 9.34.0
@eslint/json 0.13.1 0.13.2
eslint 9.33.0 9.34.0
npm-check-updates 18.0.2 18.0.3
typescript-eslint 8.39.1 8.41.0
@types/dockerode 3.3.42 3.3.43
undici 7.14.0 7.15.0
chromadb 3.0.12 3.0.14
@google-cloud/datastore 9.2.1 10.0.1
@google-cloud/spanner 8.1.0 8.2.0
@google-cloud/storage 7.16.0 7.17.0
@aws-sdk/client-s3 3.864.0 3.876.0
mongoose 8.17.1 8.18.0
amqplib 0.10.8 0.10.9
redis 5.8.1 5.8.2

Updates @eslint/js from 9.33.0 to 9.34.0

Release notes

Sourced from @​eslint/js's releases.

v9.34.0

Features

  • 0bb777a feat: multithread linting (#19794) (Francesco Trotta)
  • 43a5f9e feat: add eslint-plugin-regexp to eslint-config-eslint base config (#19951) (Pixel998)

Bug Fixes

  • 9b89903 fix: default value of accessor-pairs option in rule.d.ts file (#20024) (Tanuj Kanti)
  • 6c07420 fix: fix spurious failure in neostandard integration test (#20023) (Kirk Waiblinger)
  • 676f4ac fix: allow scientific notation with trailing zeros matching exponent (#20002) (Sweta Tanwar)

Documentation

  • 0b4a590 docs: make rulesdir deprecation clearer (#20018) (Domenico Gemoli)
  • 327c672 docs: Update README (GitHub Actions Bot)
  • bf26229 docs: Fix typo in core-concepts/index.md (#20009) (Tobias Hernstig)
  • 2309327 docs: fix typo in the "Configuring Rules" section (#20001) (ghazi-git)
  • 2b87e21 docs: [no-else-return] clarify sample code. (#19991) (Yuki Takada (Yukinosuke Takada))
  • c36570c docs: Update README (GitHub Actions Bot)

Chores

  • f19ad94 chore: upgrade to @eslint/[email protected] (#20030) (Francesco Trotta)
  • b48fa20 chore: package.json update for @​eslint/js release (Jenkins)
  • 4bce8a2 chore: package.json update for eslint-config-eslint release (Jenkins)
  • 0c9999c refactor: prefer default options in grouped-accessor-pairs (#20028) (루밀LuMir)
  • d503f19 ci: fix stale.yml (#20010) (루밀LuMir)
  • e2dc67d ci: centralize stale.yml (#19994) (루밀LuMir)
  • 7093cb8 ci: bump actions/checkout from 4 to 5 (#20005) (dependabot[bot])
Changelog

Sourced from @​eslint/js's changelog.

v9.34.0 - August 22, 2025

  • f19ad94 chore: upgrade to @eslint/[email protected] (#20030) (Francesco Trotta)
  • b48fa20 chore: package.json update for @​eslint/js release (Jenkins)
  • 4bce8a2 chore: package.json update for eslint-config-eslint release (Jenkins)
  • 0c9999c refactor: prefer default options in grouped-accessor-pairs (#20028) (루밀LuMir)
  • 0b4a590 docs: make rulesdir deprecation clearer (#20018) (Domenico Gemoli)
  • 9b89903 fix: default value of accessor-pairs option in rule.d.ts file (#20024) (Tanuj Kanti)
  • 6c07420 fix: fix spurious failure in neostandard integration test (#20023) (Kirk Waiblinger)
  • 676f4ac fix: allow scientific notation with trailing zeros matching exponent (#20002) (Sweta Tanwar)
  • 327c672 docs: Update README (GitHub Actions Bot)
  • d503f19 ci: fix stale.yml (#20010) (루밀LuMir)
  • 0bb777a feat: multithread linting (#19794) (Francesco Trotta)
  • bf26229 docs: Fix typo in core-concepts/index.md (#20009) (Tobias Hernstig)
  • 43a5f9e feat: add eslint-plugin-regexp to eslint-config-eslint base config (#19951) (Pixel998)
  • e2dc67d ci: centralize stale.yml (#19994) (루밀LuMir)
  • 7093cb8 ci: bump actions/checkout from 4 to 5 (#20005) (dependabot[bot])
  • 2309327 docs: fix typo in the "Configuring Rules" section (#20001) (ghazi-git)
  • 2b87e21 docs: [no-else-return] clarify sample code. (#19991) (Yuki Takada (Yukinosuke Takada))
  • c36570c docs: Update README (GitHub Actions Bot)
Commits

Updates @eslint/json from 0.13.1 to 0.13.2

Release notes

Sourced from @​eslint/json's releases.

json: v0.13.2

0.13.2 (2025-08-25)

Bug Fixes

  • allow any type for meta.docs.recommended in custom rules (#132) (d2c0d5a)
Changelog

Sourced from @​eslint/json's changelog.

0.13.2 (2025-08-25)

Bug Fixes

  • allow any type for meta.docs.recommended in custom rules (#132) (d2c0d5a)
Commits

Updates eslint from 9.33.0 to 9.34.0

Release notes

Sourced from eslint's releases.

v9.34.0

Features

  • 0bb777a feat: multithread linting (#19794) (Francesco Trotta)
  • 43a5f9e feat: add eslint-plugin-regexp to eslint-config-eslint base config (#19951) (Pixel998)

Bug Fixes

  • 9b89903 fix: default value of accessor-pairs option in rule.d.ts file (#20024) (Tanuj Kanti)
  • 6c07420 fix: fix spurious failure in neostandard integration test (#20023) (Kirk Waiblinger)
  • 676f4ac fix: allow scientific notation with trailing zeros matching exponent (#20002) (Sweta Tanwar)

Documentation

  • 0b4a590 docs: make rulesdir deprecation clearer (#20018) (Domenico Gemoli)
  • 327c672 docs: Update README (GitHub Actions Bot)
  • bf26229 docs: Fix typo in core-concepts/index.md (#20009) (Tobias Hernstig)
  • 2309327 docs: fix typo in the "Configuring Rules" section (#20001) (ghazi-git)
  • 2b87e21 docs: [no-else-return] clarify sample code. (#19991) (Yuki Takada (Yukinosuke Takada))
  • c36570c docs: Update README (GitHub Actions Bot)

Chores

  • f19ad94 chore: upgrade to @eslint/[email protected] (#20030) (Francesco Trotta)
  • b48fa20 chore: package.json update for @​eslint/js release (Jenkins)
  • 4bce8a2 chore: package.json update for eslint-config-eslint release (Jenkins)
  • 0c9999c refactor: prefer default options in grouped-accessor-pairs (#20028) (루밀LuMir)
  • d503f19 ci: fix stale.yml (#20010) (루밀LuMir)
  • e2dc67d ci: centralize stale.yml (#19994) (루밀LuMir)
  • 7093cb8 ci: bump actions/checkout from 4 to 5 (#20005) (dependabot[bot])
Changelog

Sourced from eslint's changelog.

v9.34.0 - August 22, 2025

  • f19ad94 chore: upgrade to @eslint/[email protected] (#20030) (Francesco Trotta)
  • b48fa20 chore: package.json update for @​eslint/js release (Jenkins)
  • 4bce8a2 chore: package.json update for eslint-config-eslint release (Jenkins)
  • 0c9999c refactor: prefer default options in grouped-accessor-pairs (#20028) (루밀LuMir)
  • 0b4a590 docs: make rulesdir deprecation clearer (#20018) (Domenico Gemoli)
  • 9b89903 fix: default value of accessor-pairs option in rule.d.ts file (#20024) (Tanuj Kanti)
  • 6c07420 fix: fix spurious failure in neostandard integration test (#20023) (Kirk Waiblinger)
  • 676f4ac fix: allow scientific notation with trailing zeros matching exponent (#20002) (Sweta Tanwar)
  • 327c672 docs: Update README (GitHub Actions Bot)
  • d503f19 ci: fix stale.yml (#20010) (루밀LuMir)
  • 0bb777a feat: multithread linting (#19794) (Francesco Trotta)
  • bf26229 docs: Fix typo in core-concepts/index.md (#20009) (Tobias Hernstig)
  • 43a5f9e feat: add eslint-plugin-regexp to eslint-config-eslint base config (#19951) (Pixel998)
  • e2dc67d ci: centralize stale.yml (#19994) (루밀LuMir)
  • 7093cb8 ci: bump actions/checkout from 4 to 5 (#20005) (dependabot[bot])
  • 2309327 docs: fix typo in the "Configuring Rules" section (#20001) (ghazi-git)
  • 2b87e21 docs: [no-else-return] clarify sample code. (#19991) (Yuki Takada (Yukinosuke Takada))
  • c36570c docs: Update README (GitHub Actions Bot)
Commits

Updates npm-check-updates from 18.0.2 to 18.0.3

Commits

Updates typescript-eslint from 8.39.1 to 8.41.0

Release notes

Sourced from typescript-eslint's releases.

v8.41.0

8.41.0 (2025-08-25)

🚀 Features

  • tighten tsconfigRootDir validation (#11463)

❤️ Thank You

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

v8.40.0

8.40.0 (2025-08-18)

🩹 Fixes

  • typescript-eslint: export plugin, parser, and configs that are compatible with both defineConfig() and tseslint.config() (#11475)
  • typescript-estree: correct range of import assertion with trailing comma (#11478)
  • utils: correct calculateConfigForFile return type (#11451)

❤️ Thank You

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

Changelog

Sourced from typescript-eslint's changelog.

8.41.0 (2025-08-25)

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.40.0 (2025-08-18)

🩹 Fixes

  • typescript-eslint: export plugin, parser, and configs that are compatible with both defineConfig() and tseslint.config() (#11475)

❤️ Thank You

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

Commits
  • 31a7336 chore(release): publish 8.41.0
  • 60c3b26 chore(release): publish 8.40.0
  • 3426f0d fix(typescript-eslint): export plugin, parser, and configs that are com...
  • See full diff in compare view

Updates @types/dockerode from 3.3.42 to 3.3.43

Commits

Updates undici from 7.14.0 to 7.15.0

Release notes

Sourced from undici's releases.

v7.15.0

What's Changed

New Contributors

Full Changelog: nodejs/undici@v7.14.0...v7.15.0

Commits

Updates chromadb from 3.0.12 to 3.0.14

Updates @google-cloud/datastore from 9.2.1 to 10.0.1

Release notes

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

v10.0.1

10.0.1 (2025-05-08)

Bug Fixes

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

v10.0.0

10.0.0 (2025-05-02)

⚠ BREAKING CHANGES

  • migrate to Node 18 (#1384)

Bug Fixes

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

Miscellaneous Chores

Changelog

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

10.0.1 (2025-05-08)

Bug Fixes

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

10.0.0 (2025-05-02)

⚠ BREAKING CHANGES

  • migrate to Node 18 (#1384)

Bug Fixes

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

Miscellaneous Chores

Commits

Updates @google-cloud/spanner from 8.1.0 to 8.2.0

Release notes

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

v8.2.0

8.2.0 (2025-08-26)

Features

  • spanner: Add support for multiplexed session for r/w transactions (#2351) (6a9f1a2)
  • spanner: Support setting read lock mode (#2388) (bd66f61)

Bug Fixes

  • deps: Add uuid to dependencies (#2376) (0b2060b)
  • deps: Update dependency @​grpc/proto-loader to ^0.8.0 (#2354) (75dc4da)
  • deps: Update dependency google-gax to v5.0.1 (#2362) (9223470)
  • Provide option to disable built in metrics (#2380) (b378e2e)
  • Race condition among transactions when running parallely (#2369) (f8b6f63)
Changelog

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

8.2.0 (2025-08-26)

Features

  • spanner: Add support for multiplexed session for r/w transactions (#2351) (6a9f1a2)
  • spanner: Support setting read lock mode (#2388) (bd66f61)

Bug Fixes

  • deps: Add uuid to dependencies (#2376) (0b2060b)
  • deps: Update dependency @​grpc/proto-loader to ^0.8.0 (#2354) (75dc4da)
  • deps: Update dependency google-gax to v5.0.1 (#2362) (9223470)
  • Provide option to disable built in metrics (#2380) (b378e2e)
  • Race condition among transactions when running parallely (#2369) (f8b6f63)
Commits
  • 65518b0 chore(main): release 8.2.0 (#2359)
  • 84f3bfa chore(deps): update dependency node to v22 (#2398)
  • deb5746 chore: test backups systes tests (#2366)
  • 42c0b83 chore: revert previous node-version template changes in ci.yaml (#2387)
  • d198e87 chore(deps): update dependency node to v22 (#2374)
  • bd66f61 feat(spanner): support setting read lock mode (#2388)
  • 0d300b3 docs: add doc for runTransactionAsync on the r/w txn sample (#2393)
  • 1725cca chore: enable integration test against mux as required (#2391)
  • 1bc8e29 chore: add mux env for r/w to enable kokoro pipeline (#2390)
  • b378e2e fix: provide option to disable built in metrics (#2380)
  • Additional commits viewable in compare view

Updates @google-cloud/storage from 7.16.0 to 7.17.0

Release notes

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

v7.17.0

7.17.0 (2025-08-18)

Features

Bug Fixes

Changelog

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

7.17.0 (2025-08-18)

Features

Bug Fixes

Commits

Updates @aws-sdk/client-s3 from 3.864.0 to 3.876.0

Release notes

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

v3.876.0

3.876.0(2025-08-26)

Chores
  • client-s3: bucket contextParam customization for schema-serde mode (#7250) (933c5c0f)
New Features
  • clients: update client endpoints as of 2025-08-26 (2fe1e580)
  • client-migration-hub-refactor-spaces: Remove incorrect endpoint tests (c9d7b9fe)
  • client-service-catalog-appregistry: Remove incorrect endpoint tests (9a2e3722)
  • client-elastic-transcoder: Remove incorrect endpoint tests (fae738b5)
  • client-trustedadvisor: Remove incorrect endpoint tests (dcd32bb1)
  • client-comprehendmedical: Remove incorrect endpoint tests (c72a2515)
  • client-rds-data: Remove incorrect endpoint tests (49dfac40)
  • client-imagebuilder: Remove incorrect endpoint tests (4c2ed6d5)
  • client-apprunner: Remove incorrect endpoint tests (bee4cfb1)
  • client-personalize-events: Remove incorrect endpoint tests (952c2643)
  • client-sso-oidc: Remove incorrect endpoint tests (9fa49a83)
  • client-ram: Remove incorrect endpoint tests (4b8e2c27)
  • client-workspaces: Remove incorrect endpoint tests (b0282eaa)
  • client-appconfig: Remove incorrect endpoint tests (6a9ecc9e)
  • client-sagemaker-geospatial: Remove incorrect endpoint tests (1a94d3ba)
  • client-geo-routes: Added RouteFerryNotice PotentialViolatedVehicleRestrictionUsage value for CalculateRoutes. This value indicates when the Route is potentially forbidden for the given vehicle profile. (37d295dd)
  • client-cleanrooms: Remove incorrect endpoint tests (abf1b24c)
  • client-license-manager-linux-subscriptions: Remove incorrect endpoint tests (ce80313b)
  • client-evs: Remove incorrect endpoint tests (ebd2dd83)
  • client-lookoutvision: Remove incorrect endpoint tests (7fe2eadd)
  • client-ssm-sap: Remove incorrect endpoint tests (414bac09)
  • client-ssm: Remove incorrect endpoint tests (43e41427)
  • client-ec2: Add new APIs for viewing how your shared AMIs are used by other accounts, and identify resources in your account that are dependent on particular AMIs (40939d05)
  • client-tnb: Remove incorrect endpoint tests (587c1ea6)
  • client-route-53: Remove incorrect endpoint tests (713bb43e)
  • client-bedrock-agentcore-control: Remove incorrect endpoint tests (334221fd)
  • client-resource-explorer-2: Remove incorrect endpoint tests (0d62e92a)
  • client-mq: Remove incorrect endpoint tests (96674919)
  • client-kafka: Remove incorrect endpoint tests (e47bc610)
  • Description has been truncated

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

| Package | From | To |
| --- | --- | --- |
| [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.33.0` | `9.34.0` |
| [@eslint/json](https://github.com/eslint/json) | `0.13.1` | `0.13.2` |
| [eslint](https://github.com/eslint/eslint) | `9.33.0` | `9.34.0` |
| [npm-check-updates](https://github.com/raineorshine/npm-check-updates) | `18.0.2` | `18.0.3` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.39.1` | `8.41.0` |
| [@types/dockerode](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/dockerode) | `3.3.42` | `3.3.43` |
| [undici](https://github.com/nodejs/undici) | `7.14.0` | `7.15.0` |
| chromadb | `3.0.12` | `3.0.14` |
| [@google-cloud/datastore](https://github.com/googleapis/nodejs-datastore) | `9.2.1` | `10.0.1` |
| [@google-cloud/spanner](https://github.com/googleapis/nodejs-spanner) | `8.1.0` | `8.2.0` |
| [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) | `7.16.0` | `7.17.0` |
| [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3) | `3.864.0` | `3.876.0` |
| [mongoose](https://github.com/Automattic/mongoose) | `8.17.1` | `8.18.0` |
| [amqplib](https://github.com/amqp-node/amqplib) | `0.10.8` | `0.10.9` |
| [redis](https://github.com/redis/node-redis) | `5.8.1` | `5.8.2` |



Updates `@eslint/js` from 9.33.0 to 9.34.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.34.0/packages/js)

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

Updates `eslint` from 9.33.0 to 9.34.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.33.0...v9.34.0)

Updates `npm-check-updates` from 18.0.2 to 18.0.3
- [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.2...v18.0.3)

Updates `typescript-eslint` from 8.39.1 to 8.41.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.41.0/packages/typescript-eslint)

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

Updates `undici` from 7.14.0 to 7.15.0
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](nodejs/undici@v7.14.0...v7.15.0)

Updates `chromadb` from 3.0.12 to 3.0.14

Updates `@google-cloud/datastore` from 9.2.1 to 10.0.1
- [Release notes](https://github.com/googleapis/nodejs-datastore/releases)
- [Changelog](https://github.com/googleapis/nodejs-datastore/blob/main/CHANGELOG.md)
- [Commits](googleapis/nodejs-datastore@v9.2.1...v10.0.1)

Updates `@google-cloud/spanner` from 8.1.0 to 8.2.0
- [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.1.0...v8.2.0)

Updates `@google-cloud/storage` from 7.16.0 to 7.17.0
- [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.16.0...v7.17.0)

Updates `@aws-sdk/client-s3` from 3.864.0 to 3.876.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.876.0/clients/client-s3)

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

Updates `amqplib` from 0.10.8 to 0.10.9
- [Release notes](https://github.com/amqp-node/amqplib/releases)
- [Changelog](https://github.com/amqp-node/amqplib/blob/main/CHANGELOG.md)
- [Commits](amqp-node/amqplib@v0.10.8...v0.10.9)

Updates `redis` from 5.8.1 to 5.8.2
- [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.2)

---
updated-dependencies:
- dependency-name: "@eslint/js"
  dependency-version: 9.34.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@eslint/json"
  dependency-version: 0.13.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: eslint
  dependency-version: 9.34.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: npm-check-updates
  dependency-version: 18.0.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: typescript-eslint
  dependency-version: 8.41.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@types/dockerode"
  dependency-version: 3.3.43
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: undici
  dependency-version: 7.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: chromadb
  dependency-version: 3.0.14
  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/spanner"
  dependency-version: 8.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@google-cloud/storage"
  dependency-version: 7.17.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@aws-sdk/client-s3"
  dependency-version: 3.876.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: mongoose
  dependency-version: 8.18.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: amqplib
  dependency-version: 0.10.9
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: redis
  dependency-version: 5.8.2
  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 Aug 28, 2025
@netlify
Copy link

netlify bot commented Aug 28, 2025

Deploy Preview for testcontainers-node ready!

Name Link
🔨 Latest commit e33f36f
🔍 Latest deploy log https://app.netlify.com/projects/testcontainers-node/deploys/68b050a295874b0008eeb3d5
😎 Deploy Preview https://deploy-preview-1123--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 Aug 28, 2025
@cristianrgreco cristianrgreco merged commit c81b942 into main Aug 29, 2025
358 of 359 checks passed
@cristianrgreco cristianrgreco deleted the dependabot/npm_and_yarn/dependencies-689a32d894 branch August 29, 2025 08:06
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