build(deps-dev): Bump the testcontainers group with 2 updates
Type: Pull Request
State: Open
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 0
(4 months ago)
(about 2 months ago)
dependencies javascript
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
4aaf380
Refactor workflows (#1016)1002460
Bump the dependencies group across 3 directories with 27 updates (#1015)cb974df
Bump the actions group with 3 updates (#1014)069ce51
Specify dependabot labels42ca6d1
Remove eventstoredb from dependabot749bf2e
Add dependabot (#1013)4e1bb74
Rename EventStoreDB to KurrentDB (#901)c97e35d
Don't log compose version (#1012)7f0501c
Container stop timeouts should be in milliseconds (#962)c9ded05
Remove default images. Min node version 20. Update major deps (#938)- Additional commits viewable in compare view
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
4aaf380
Refactor workflows (#1016)1002460
Bump the dependencies group across 3 directories with 27 updates (#1015)cb974df
Bump the actions group with 3 updates (#1014)069ce51
Specify dependabot labels42ca6d1
Remove eventstoredb from dependabot749bf2e
Add dependabot (#1013)4e1bb74
Rename EventStoreDB to KurrentDB (#901)c97e35d
Don't log compose version (#1012)7f0501c
Container stop timeouts should be in milliseconds (#962)c9ded05
Remove default images. Min node version 20. Update major deps (#938)- Additional commits viewable in compare view
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
Pull Request Statistics
1
2
+727
-250
Package Dependencies
@testcontainers/postgresql
npm
10.9.0 → 11.0.0
Major
Technical Details
ID: | 849814 |
UUID: | 2564124647 |
Node ID: | PR_kwDOHgsrLM6Y1W_n |
Host: | GitHub |
Repository: | HSLdevcom/transitdata-partial-apc-expander-combiner |
Mergeable: | Yes |
Merge State: | Clean |
Rebaseable: | Yes |