Skip to content

Bump the dependencies group across 5 directories with 7 updates #1022

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
May 28, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 27, 2025

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

Package From To
lint-staged 16.0.0 16.1.0
typescript-eslint 8.32.1 8.33.0
chromadb 2.4.3 2.4.6
couchbase 4.4.0 4.4.6
@google-cloud/datastore 9.2.1 10.0.1
mongoose 8.15.0 8.15.1

Bumps the dependencies group with 1 update in the /packages/modules/chromadb directory: chromadb.
Bumps the dependencies group with 1 update in the /packages/modules/couchbase directory: couchbase.
Bumps the dependencies group with 1 update in the /packages/modules/gcloud directory: @google-cloud/datastore.
Bumps the dependencies group with 1 update in the /packages/modules/toxiproxy directory: @testcontainers/redis.

Updates lint-staged from 16.0.0 to 16.1.0

Release notes

Sourced from lint-staged's releases.

v16.1.0

Minor Changes

  • #1536 e729daa Thanks @​iiroj! - A new flag --no-revert has been introduced for when task modifications should be applied to the index before aborting the commit in case of errors. By default, lint-staged will clear all task modifications and revert to the original state.

  • #1550 b27fa3f Thanks @​iiroj! - Lint-staged now ignores symlinks and leaves them out from the list of staged files.

Patch Changes

Changelog

Sourced from lint-staged's changelog.

16.1.0

Minor Changes

  • #1536 e729daa Thanks @​iiroj! - A new flag --no-revert has been introduced for when task modifications should be applied to the index before aborting the commit in case of errors. By default, lint-staged will clear all task modifications and revert to the original state.

  • #1550 b27fa3f Thanks @​iiroj! - Lint-staged now ignores symlinks and leaves them out from the list of staged files.

Patch Changes

Commits
  • f92caaa chore(changeset): release
  • e729daa feat: add "--no-revert" flag to disable reverting to original state in case o...
  • c37dc38 fix: lower minimum required Node.js version to 20.17
  • 48f778f build(deps): update dependencies
  • b27fa3f feat: leave out symlinks from list of staged files
  • a941f2c docs: add table of contents section to README.md (#1555)
  • See full diff in compare view

Updates typescript-eslint from 8.32.1 to 8.33.0

Release notes

Sourced from typescript-eslint's releases.

v8.33.0

8.33.0 (2025-05-26)

🚀 Features

  • create standalone project-service, tsconfig-utils packages (#11182)

❤️ Thank You

  • Josh Goldberg ✨

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

Changelog

Sourced from typescript-eslint's changelog.

8.33.0 (2025-05-26)

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

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

Commits

Updates chromadb from 2.4.3 to 2.4.6

Updates couchbase from 4.4.0 to 4.4.6

Commits
  • e44a23e Update C++ core to 1.0.7
  • 81ef7eb JSCBC-1348: Transactions - Provide error message where possible
  • c64b62e JSCBC-1347: Allow experimental use of the Electron runtime
  • 2bbbbb0 Apply npm audit fix updates
  • 3d0d4da JSCBC-1344: Collection management createCollection() should omit
  • 77c9087 JSCBC-1335: Add CAS to Append & Prepend Options
  • 4e20e91 JSCBC-1341: Disable console logger if file logger specified
  • fc50db3 Bumped version to 4.4.6-dev
  • b55ec40 Update C++ core
  • 57b869d JSCBC-1325: Fix prebuild script to allow space-delimited command-line
  • Additional commits viewable in compare view

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 mongoose from 8.15.0 to 8.15.1

Release notes

Sourced from mongoose's releases.

8.15.1 / 2025-05-26

Changelog

Sourced from mongoose's changelog.

8.15.1 / 2025-05-26

Commits
  • 0c5f56f chore: release 8.15.1
  • 7f00685 Merge branch '7.x'
  • 15e7743 chore: bump tsd
  • a45ed3e Merge branch '6.x' into 7.x
  • b331eac Merge pull request #15434 from Automattic/vkarpov15/gh-15427
  • 2097837 chore: remove upload-artifact
  • 8045783 chore: bump ubuntu versions in GitHub actions
  • 5235028 docs(compatibility): add note that Mongoose ^6.5 works with MongoDB server 7.x
  • 49bad32 Merge pull request #15430 from Automattic/vkarpov15/mongoose-lean-getters-44
  • 37134b0 Merge pull request #15433 from SethFalco/patch-1
  • Additional commits viewable in compare view

Updates chromadb from 2.4.3 to 2.4.6

Updates couchbase from 4.4.0 to 4.4.6

Commits
  • e44a23e Update C++ core to 1.0.7
  • 81ef7eb JSCBC-1348: Transactions - Provide error message where possible
  • c64b62e JSCBC-1347: Allow experimental use of the Electron runtime
  • 2bbbbb0 Apply npm audit fix updates
  • 3d0d4da JSCBC-1344: Collection management createCollection() should omit
  • 77c9087 JSCBC-1335: Add CAS to Append & Prepend Options
  • 4e20e91 JSCBC-1341: Disable console logger if file logger specified
  • fc50db3 Bumped version to 4.4.6-dev
  • b55ec40 Update C++ core
  • 57b869d JSCBC-1325: Fix prebuild script to allow space-delimited command-line
  • Additional commits viewable in compare view

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 @testcontainers/redis from 10.28.0 to 11.0.0

Release notes

Sourced from @​testcontainers/redis's releases.

v11.0.0

🚨 Breaking Changes


1. Minimum Node engine requirement set to 20.


2. Default module images have been removed.

Previously:

await new PostgreSqlContainer().start();

Now:

await new PostgreSqlContainer("postgres:13.3-alpine").start();

For convenience, here is a table of all the previous default values, which you could just copy/paste to get back working again, but have a think about which version you actually need. Some of these are quite old and need to be updated.

Module Image
arangodb arangodb:3.10.0
azurecosmosdb mcr.microsoft.com/cosmosdb/linux/azure-cosmos-emulator:vnext-EN20250228
azurite mcr.microsoft.com/azure-storage/azurite:3.33.0
cassandra cassandra:5.0.2
chromadb chromadb/chroma:0.6.3
clickhouse clickhouse/clickhouse-server:25.3-alpine
cockroachdb cockroachdb/cockroach:v24.3.5
couchbase couchbase/server:6.5.1
elasticsearch elasticsearch:7.17.7
etcd quay.io/coreos/etcd:v3.6.0
eventstoredb eventstore/eventstore:24.10
gcloud gcr.io/google.com/cloudsdktool/cloud-sdk:517.0.0-emulators
hivemq hivemq/hivemq-ce:2023.5
k3s rancher/k3s:v1.31.2-k3s1
kafka confluentinc/cp-kafka:7.2.2
localstack localstack/localstack:2.2.0
mariadb mariadb:11.5.2
minio minio/minio:RELEASE.2024-12-13T22-19-12Z
mockserver mockserver/mockserver:5.15.0
mongodb mongo:4.0.1
mssqlserver mcr.microsoft.com/mssql/server:2022-CU13-ubuntu-22.04
mysql mysql:8.0.31

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

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

| Package | From | To |
| --- | --- | --- |
| [lint-staged](https://github.com/lint-staged/lint-staged) | `16.0.0` | `16.1.0` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.32.1` | `8.33.0` |
| chromadb | `2.4.3` | `2.4.6` |
| [couchbase](https://github.com/couchbase/couchnode) | `4.4.0` | `4.4.6` |
| [@google-cloud/datastore](https://github.com/googleapis/nodejs-datastore) | `9.2.1` | `10.0.1` |
| [mongoose](https://github.com/Automattic/mongoose) | `8.15.0` | `8.15.1` |

Bumps the dependencies group with 1 update in the /packages/modules/chromadb directory: chromadb.
Bumps the dependencies group with 1 update in the /packages/modules/couchbase directory: [couchbase](https://github.com/couchbase/couchnode).
Bumps the dependencies group with 1 update in the /packages/modules/gcloud directory: [@google-cloud/datastore](https://github.com/googleapis/nodejs-datastore).
Bumps the dependencies group with 1 update in the /packages/modules/toxiproxy directory: [@testcontainers/redis](https://github.com/testcontainers/testcontainers-node).


Updates `lint-staged` from 16.0.0 to 16.1.0
- [Release notes](https://github.com/lint-staged/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md)
- [Commits](lint-staged/lint-staged@v16.0.0...v16.1.0)

Updates `typescript-eslint` from 8.32.1 to 8.33.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.33.0/packages/typescript-eslint)

Updates `chromadb` from 2.4.3 to 2.4.6

Updates `couchbase` from 4.4.0 to 4.4.6
- [Release notes](https://github.com/couchbase/couchnode/releases)
- [Commits](couchbase/couchnode@v4.4.0...v4.4.6)

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 `mongoose` from 8.15.0 to 8.15.1
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md)
- [Commits](Automattic/mongoose@8.15.0...8.15.1)

Updates `chromadb` from 2.4.3 to 2.4.6

Updates `couchbase` from 4.4.0 to 4.4.6
- [Release notes](https://github.com/couchbase/couchnode/releases)
- [Commits](couchbase/couchnode@v4.4.0...v4.4.6)

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 `@testcontainers/redis` from 10.28.0 to 11.0.0
- [Release notes](https://github.com/testcontainers/testcontainers-node/releases)
- [Commits](v10.28.0...v11.0.0)

---
updated-dependencies:
- dependency-name: lint-staged
  dependency-version: 16.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: typescript-eslint
  dependency-version: 8.33.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: chromadb
  dependency-version: 2.4.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: couchbase
  dependency-version: 4.4.6
  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: mongoose
  dependency-version: 8.15.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: chromadb
  dependency-version: 2.4.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: couchbase
  dependency-version: 4.4.6
  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: "@testcontainers/redis"
  dependency-version: 11.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  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 May 27, 2025
Copy link

netlify bot commented May 27, 2025

Deploy Preview for testcontainers-node ready!

Name Link
🔨 Latest commit eae5b06
🔍 Latest deploy log https://app.netlify.com/projects/testcontainers-node/deploys/6836f3ed6184d50008bd0304
😎 Deploy Preview https://deploy-preview-1022--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.

Client library upgrade requires Docker image upgrade.
Docker image upgrade changed persistence location, test updated.
@cristianrgreco
Copy link
Collaborator

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github May 28, 2025

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@cristianrgreco
Copy link
Collaborator

Blocked on googleapis/nodejs-datastore#1393

@cristianrgreco cristianrgreco merged commit f5b7b46 into main May 28, 2025
300 checks passed
@cristianrgreco cristianrgreco deleted the dependabot/npm_and_yarn/dependencies-ad056aafa2 branch May 28, 2025 12:04
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