Skip to content

build(deps-dev): Bump the testcontainers group with 2 updates #241

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 3, 2025

Bumps the testcontainers group with 2 updates: @testcontainers/postgresql and testcontainers.

Updates @testcontainers/postgresql from 10.9.0 to 11.0.0

Release notes

Sourced from @​testcontainers/postgresql'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

Updates testcontainers from 10.9.0 to 11.0.0

Release notes

Sourced from testcontainers'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

You can trigger a rebase of this PR 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

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 3, 2025
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I approve this pull request because it includes a major update of a dependency used only in development.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/testcontainers-70c1c56e63 branch from 0a6f99a to 948b005 Compare June 3, 2025 22:22
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I approve this pull request because it includes a major update of a dependency used only in development.

@github-actions github-actions bot enabled auto-merge June 3, 2025 22:22
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/testcontainers-70c1c56e63 branch from 948b005 to 8a01d28 Compare June 3, 2025 23:49
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I approve this pull request because it includes a major update of a dependency used only in development.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/testcontainers-70c1c56e63 branch from 8a01d28 to df6b42a Compare June 4, 2025 23:03
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I approve this pull request because it includes a major update of a dependency used only in development.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/testcontainers-70c1c56e63 branch from df6b42a to 2b3efb6 Compare June 4, 2025 23:14
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I approve this pull request because it includes a major update of a dependency used only in development.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/testcontainers-70c1c56e63 branch from 2b3efb6 to 460e01b Compare June 4, 2025 23:26
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I approve this pull request because it includes a major update of a dependency used only in development.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/testcontainers-70c1c56e63 branch from 460e01b to 0556ba3 Compare June 4, 2025 23:37
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I approve this pull request because it includes a major update of a dependency used only in development.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/testcontainers-70c1c56e63 branch from 0556ba3 to e6ecf3c Compare June 4, 2025 23:49
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I approve this pull request because it includes a major update of a dependency used only in development.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/testcontainers-70c1c56e63 branch from e6ecf3c to aa79814 Compare June 5, 2025 00:01
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I approve this pull request because it includes a major update of a dependency used only in development.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/testcontainers-70c1c56e63 branch from aa79814 to 7e7af5b Compare June 5, 2025 00:12
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I approve this pull request because it includes a major update of a dependency used only in development.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/testcontainers-70c1c56e63 branch from 7e7af5b to ffcbf2a Compare June 5, 2025 05:59
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I approve this pull request because it includes a major update of a dependency used only in development.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/testcontainers-70c1c56e63 branch from ffcbf2a to 5153dcd Compare June 5, 2025 06:10
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I approve this pull request because it includes a major update of a dependency used only in development.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/testcontainers-70c1c56e63 branch from 5153dcd to 5321951 Compare June 5, 2025 06:22
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I approve this pull request because it includes a major update of a dependency used only in development.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/testcontainers-70c1c56e63 branch from 5321951 to 423bd49 Compare June 9, 2025 10:33
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I approve this pull request because it includes a major update of a dependency used only in development.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/testcontainers-70c1c56e63 branch from 423bd49 to f98284f Compare June 10, 2025 02:32
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I approve this pull request because it includes a major update of a dependency used only in development.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/testcontainers-70c1c56e63 branch from f98284f to f2b0e73 Compare June 10, 2025 02:44
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I approve this pull request because it includes a major update of a dependency used only in development.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/testcontainers-70c1c56e63 branch from f2b0e73 to 9f98154 Compare June 10, 2025 03:22
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I approve this pull request because it includes a major update of a dependency used only in development.

Bumps the testcontainers group with 2 updates: [@testcontainers/postgresql](https://github.com/testcontainers/testcontainers-node) and [testcontainers](https://github.com/testcontainers/testcontainers-node).


Updates `@testcontainers/postgresql` from 10.9.0 to 11.0.0
- [Release notes](https://github.com/testcontainers/testcontainers-node/releases)
- [Commits](testcontainers/testcontainers-node@v10.9.0...v11.0.0)

Updates `testcontainers` from 10.9.0 to 11.0.0
- [Release notes](https://github.com/testcontainers/testcontainers-node/releases)
- [Commits](testcontainers/testcontainers-node@v10.9.0...v11.0.0)

---
updated-dependencies:
- dependency-name: "@testcontainers/postgresql"
  dependency-version: 11.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: testcontainers
- dependency-name: testcontainers
  dependency-version: 11.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: testcontainers
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/testcontainers-70c1c56e63 branch from 9f98154 to 79851d2 Compare August 11, 2025 15:49
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I approve this pull request because it includes a major update of a dependency used only in development.

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.

0 participants