Skip to content

Bump uuid, @testcontainers/clickhouse and testcontainers#35

Merged
alex-clickhouse merged 1 commit into
mainfrom
dependabot/npm_and_yarn/multi-32d5d8413d
Jun 12, 2026
Merged

Bump uuid, @testcontainers/clickhouse and testcontainers#35
alex-clickhouse merged 1 commit into
mainfrom
dependabot/npm_and_yarn/multi-32d5d8413d

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 25, 2026

Copy link
Copy Markdown
Contributor

Removes uuid. It's no longer used after updating ancestor dependencies uuid, @testcontainers/clickhouse and testcontainers. These dependencies need to be updated together.

Removes uuid

Updates @testcontainers/clickhouse from 11.11.0 to 12.0.1

Release notes

Sourced from @​testcontainers/clickhouse's releases.

v12.0.1

Changes

🐛 Bug Fixes

🧹 Maintenance

📦 Dependency Updates

v12.0.0

🚨 Breaking Changes

  1. Node 20 is EOL. Minimum engine requirement is now >= 22.22, matching the constraints from our dependencies.

  2. Previously, when no wait strategy was configured, Testcontainers defaulted to Wait.forListeningPorts().

    The new default wait strategy uses a Docker healthcheck when one is configured on the container image or service, falling back to Wait.forListeningPorts() when no healthcheck is available.

    To keep the previous behaviour, configure Wait.forListeningPorts() explicitly:

    import { DockerComposeEnvironment, GenericContainer, Wait } from "testcontainers";
    // Container: opt back into the previous default of waiting for listening ports
    const container = await new GenericContainer("my-image:latest")
    .withExposedPorts(8080)
    .withWaitStrategy(Wait.forListeningPorts())
    .start();
    // Compose: apply the previous default to all services
    const environment = await new DockerComposeEnvironment(composeFilePath, "docker-compose.yml")
    .withDefaultWaitStrategy(Wait.forListeningPorts())
    .up();
    // Compose: or apply it to a specific compose container

... (truncated)

Commits

Updates testcontainers from 11.11.0 to 12.0.1

Release notes

Sourced from testcontainers's releases.

v12.0.1

Changes

🐛 Bug Fixes

🧹 Maintenance

📦 Dependency Updates

v12.0.0

🚨 Breaking Changes

  1. Node 20 is EOL. Minimum engine requirement is now >= 22.22, matching the constraints from our dependencies.

  2. Previously, when no wait strategy was configured, Testcontainers defaulted to Wait.forListeningPorts().

    The new default wait strategy uses a Docker healthcheck when one is configured on the container image or service, falling back to Wait.forListeningPorts() when no healthcheck is available.

    To keep the previous behaviour, configure Wait.forListeningPorts() explicitly:

    import { DockerComposeEnvironment, GenericContainer, Wait } from "testcontainers";
    // Container: opt back into the previous default of waiting for listening ports
    const container = await new GenericContainer("my-image:latest")
    .withExposedPorts(8080)
    .withWaitStrategy(Wait.forListeningPorts())
    .start();
    // Compose: apply the previous default to all services
    const environment = await new DockerComposeEnvironment(composeFilePath, "docker-compose.yml")
    .withDefaultWaitStrategy(Wait.forListeningPorts())
    .up();
    // Compose: or apply it to a specific compose container

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 25, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/multi-32d5d8413d branch from 3acb495 to b8c45ff Compare June 12, 2026 08:12
Removes [uuid](https://github.com/uuidjs/uuid). It's no longer used after updating ancestor dependencies [uuid](https://github.com/uuidjs/uuid), [@testcontainers/clickhouse](https://github.com/testcontainers/testcontainers-node) and [testcontainers](https://github.com/testcontainers/testcontainers-node). These dependencies need to be updated together.


Removes `uuid`

Updates `@testcontainers/clickhouse` from 11.11.0 to 12.0.1
- [Release notes](https://github.com/testcontainers/testcontainers-node/releases)
- [Commits](testcontainers/testcontainers-node@v11.11.0...v12.0.1)

Updates `testcontainers` from 11.11.0 to 12.0.1
- [Release notes](https://github.com/testcontainers/testcontainers-node/releases)
- [Commits](testcontainers/testcontainers-node@v11.11.0...v12.0.1)

---
updated-dependencies:
- dependency-name: "@testcontainers/clickhouse"
  dependency-version: 12.0.0
  dependency-type: direct:development
- dependency-name: testcontainers
  dependency-version: 12.0.0
  dependency-type: direct:development
- dependency-name: uuid
  dependency-version:
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/multi-32d5d8413d branch from b8c45ff to fd03c00 Compare June 12, 2026 11:24
@alex-clickhouse alex-clickhouse merged commit 4e6bd09 into main Jun 12, 2026
1 check passed
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/multi-32d5d8413d branch June 12, 2026 11:30
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.

1 participant