Update testcontainers-node monorepo to v12#432
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
Contributor
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the
Comment |
4df06e6 to
6d7595e
Compare
5f9b689 to
c52e8b0
Compare
03e1cfc to
6958dbf
Compare
b4cd882 to
7d6aa74
Compare
b5b6998 to
05a962c
Compare
02affc3 to
0ff5a00
Compare
d60fc5d to
a0713c8
Compare
Owner
|
@copilot fix the tests please |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^10.17.1→^12.0.0Release Notes
testcontainers/testcontainers-node (testcontainers)
v12.0.1Compare Source
Changes
🐛 Bug Fixes
🧹 Maintenance
📦 Dependency Updates
v12.0.0Compare Source
🚨 Breaking Changes
Node 20 is EOL. Minimum engine requirement is now
>= 22.22, matching the constraints from our dependencies.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:Changes
🚀 Features
🐛 Bug Fixes
RYUK_CONTAINER_IMAGElazily so dotenv / other runtime overrides work @dvirarad (#1323)/tmpfor Kafka startup script @cristianrgreco (#1302)📖 Documentation
🧹 Maintenance
📦 Dependency Updates
v11.14.0Compare Source
Changes
🚀 Features
📖 Documentation
🧹 Maintenance
repository.urlin package.json @cristianrgreco (#1273)📦 Dependency Updates
v11.13.0Compare Source
Changes
🚀 Features
📖 Documentation
🧹 Maintenance
📦 Dependency Updates
v11.12.0Compare Source
Changes
🚀 Features
🐛 Bug Fixes
📖 Documentation
🧹 Maintenance
statusandActionfields @cristianrgreco (#1230)📦 Dependency Updates
v11.11.0Compare Source
Changes
🚀 Features
🐛 Bug Fixes
identityTokenwhen present inauths@jwhite-sds (#1197)🧹 Maintenance
📦 Dependency Updates
v11.10.0Compare Source
Changes
🚀 Features
🧹 Maintenance
📦 Dependency Updates
v11.9.0Compare Source
Changes
🚀 Features
📦 Dependency Updates
v11.8.1Compare Source
Changes
🐛 Bug Fixes
📦 Dependency Updates
v11.8.0Compare Source
Changes
🚀 Features
TESTCONTAINERS_RYUK_RECONNECTION_TIMEOUT@abendi (#1168)📦 Dependency Updates
v11.7.2Compare Source
Changes
🧹 Maintenance
awaitto cassandra test @cristianrgreco (#1154)📦 Dependency Updates
v11.7.1Compare Source
Changes
🐛 Bug Fixes
v11.7.0Compare Source
Changes
🚀 Features
🐛 Bug Fixes
📦 Dependency Updates
v11.6.0Compare Source
Changes
🚀 Features
📖 Documentation
📦 Dependency Updates
v11.5.1Compare Source
Changes
🐛 Bug Fixes
redpanda.yaml.hbs@cristianrgreco (#1105)🧹 Maintenance
📦 Dependency Updates
v11.5.0Compare Source
Changes
🚀 Features
🐛 Bug Fixes
🧹 Maintenance
📦 Dependency Updates
v11.4.0Compare Source
Changes
🚀 Features
🐛 Bug Fixes
v11.3.2Compare Source
Changes
📦 Dependency Updates
v11.3.1Compare Source
Changes
🐛 Bug Fixes
v11.3.0Compare Source
Changes
🚀 Features
AsyncDisposableto support TS 5.2'susing@cristianrgreco (#1080)🧹 Maintenance
📦 Dependency Updates
v11.2.1Compare Source
Changes
🐛 Bug Fixes
v11.2.0Compare Source
Changes
🚀 Features
getSecureUrlin mockserver's module @botflux (#1059)🧹 Maintenance
📦 Dependency Updates
v11.1.0Compare Source
Changes
🚀 Features
esdbtokurrentdb@botflux (#1051)v11.0.3Compare Source
Changes
🐛 Bug Fixes
📦 Dependency Updates
v11.0.2Compare Source
Changes
🐛 Bug Fixes
v11.0.1Compare Source
🐛 Bug Fixes
📦 Dependency Updates
v11.0.0Compare Source
🚨 Breaking Changes
1. Minimum Node engine requirement set to 20.
2. Default module images have been removed.
Previously:
Now:
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
3. Dropped support for Docker Compose v1 (EOL July 2023).
4. Docker compose version no longer available via ComposeClient
5. Container stop timeouts have changed from seconds to milliseconds
Previously:
Now:
6. EventStoreDB has been renamed to KurrentDB
Previously:
Now:
RandomUniquePortGeneratorreplaced byRandomPortGeneratorChanges
🧹 Maintenance
📦 Dependency Updates
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ 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.
This PR was generated by Mend Renovate. View the repository job log.