Skip to content

Update dependency testcontainers to v11 #206

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

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 27, 2025

This PR contains the following updates:

Package Change Age Confidence
testcontainers 10.28.0 -> 11.5.1 age confidence

Release Notes

testcontainers/testcontainers-node (testcontainers)

v11.5.1

Compare Source

Changes
🐛 Bug Fixes
🧹 Maintenance
📦 Dependency Updates

v11.5.0

Compare Source

Changes

🚀 Features

🐛 Bug Fixes

🧹 Maintenance

📦 Dependency Updates

v11.4.0

Compare Source

Changes
🚀 Features
🐛 Bug Fixes

v11.3.2

Compare Source

Changes

📦 Dependency Updates

v11.3.1

Compare Source

Changes

🐛 Bug Fixes

v11.3.0

Compare Source

Changes

🚀 Features

🧹 Maintenance

📦 Dependency Updates

v11.2.1

Compare Source

Changes
🐛 Bug Fixes

v11.2.0

Compare Source

Changes

🚀 Features

🧹 Maintenance

📦 Dependency Updates

v11.1.0

Compare Source

Changes
🚀 Features

v11.0.3

Compare Source

Changes

🐛 Bug Fixes

📦 Dependency Updates

v11.0.2

Compare Source

Changes
🐛 Bug Fixes

v11.0.1

Compare Source

🐛 Bug Fixes
📦 Dependency Updates

v11.0.0

Compare Source

🚨 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.

Default module images
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
nats nats:2.8.4-alpine
neo4j neo4j:4.4.12
ollama ollama/ollama:0.1.44
postgresql postgres:13.3-alpine
qdrant qdrant/qdrant:v1.13.4
rabbitmq rabbitmq:3.12.11-management-alpine
redis redis:7.2
redpanda docker.redpanda.com/redpandadata/redpanda:v23.3.10
scylladb scylladb/scylla:6.2.0
selenium selenium/standalone-chrome:112.0
toxiproxy ghcr.io/shopify/toxiproxy:2.11.0
valkey valkey/valkey:8.0
weaviate semitechnologies/weaviate:1.24.5

3. Dropped support for Docker Compose v1 (EOL July 2023).


4. Docker compose version no longer available via ComposeClient

const { compose } = await getContainerRuntimeClient();
compose.version; // no longer available

5. Container stop timeouts have changed from seconds to milliseconds

Previously:

await container.stop({ timeout: 10 }); // 10 seconds

Now:

await container.stop({ timeout: 10_000 }); // 10 seconds

6. EventStoreDB has been renamed to KurrentDB

Previously:

import { EventStoreDBContainer } from "@​testcontainers/eventstoredb";
new EventStoreDBContainer("eventstore/eventstore:24.10").start();

Now:

import { KurrentDbContainer } from "@​testcontainers/kurrentdb";
new KurrentDbContainer("kurrentplatform/kurrentdb:25.0").start();

  1. RandomUniquePortGenerator replaced by RandomPortGenerator

Changes
🧹 Maintenance
📦 Dependency Updates

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

coderabbitai bot commented May 27, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

Support

Need help? Join our Discord community for assistance with any issues or questions.

CodeRabbit Commands (Invoked using PR/Issue comments)

Type @coderabbitai help to get the list of available commands.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Status, Documentation and Community

  • Visit our Status Page to check the current availability of CodeRabbit.
  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link

codecov bot commented May 27, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (5c9a040) to head (67b09f2).

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #206   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           11        11           
  Lines           94        94           
  Branches        10        10           
=========================================
  Hits            94        94           
Flag Coverage Δ
unit 100.00% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovate renovate bot force-pushed the renovate/major-testcontainers-node-monorepo branch 3 times, most recently from 124590f to a3c17b0 Compare June 10, 2025 13:44
@renovate renovate bot force-pushed the renovate/major-testcontainers-node-monorepo branch 2 times, most recently from 2da5051 to d5ec465 Compare June 14, 2025 13:58
@renovate renovate bot force-pushed the renovate/major-testcontainers-node-monorepo branch 5 times, most recently from 506387c to e26e70f Compare June 27, 2025 18:35
@renovate renovate bot force-pushed the renovate/major-testcontainers-node-monorepo branch 3 times, most recently from b614f14 to 88acc05 Compare July 7, 2025 20:15
@renovate renovate bot force-pushed the renovate/major-testcontainers-node-monorepo branch 12 times, most recently from d2c68b4 to 9d37603 Compare July 24, 2025 22:58
@renovate renovate bot force-pushed the renovate/major-testcontainers-node-monorepo branch 3 times, most recently from 67b09f2 to 12321e1 Compare August 2, 2025 12:08
@renovate renovate bot force-pushed the renovate/major-testcontainers-node-monorepo branch 2 times, most recently from 5af38e4 to e7d392a Compare August 10, 2025 13:32
@renovate renovate bot force-pushed the renovate/major-testcontainers-node-monorepo branch from e7d392a to bd61a44 Compare August 19, 2025 17:09
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants