Skip to content

Commit 6039f50

Browse files
authored
chore(deps-dev): bump testcontainers from 11.11.0 to 11.12.0 in /e2e-studio [skip ci]
[//]: # (dependabot-start) ⚠️ \*\*Dependabot is rebasing this PR\*\* ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [testcontainers](https://github.com/testcontainers/testcontainers-node) from 11.11.0 to 11.12.0. Release notes *Sourced from [testcontainers's releases](https://github.com/testcontainers/testcontainers-node/releases).* > v11.12.0 > -------- > > Changes > ------- > > 🚀 Features > ---------- > > * Add SSL support for postgres containers [`@​cristianrgreco`](https://github.com/cristianrgreco) ([ArcadeData#1224](https://redirect.github.com/testcontainers/testcontainers-node/issues/1224)) > * Add Azurite support for HTTPS/OAuth configuration [`@​cristianrgreco`](https://github.com/cristianrgreco) ([ArcadeData#1228](https://redirect.github.com/testcontainers/testcontainers-node/issues/1228)) > * Support preserving UID/GID when copying archives to containers [`@​cristianrgreco`](https://github.com/cristianrgreco) ([ArcadeData#1234](https://redirect.github.com/testcontainers/testcontainers-node/issues/1234)) > * Follow symlinks when copying files into containers [`@​cristianrgreco`](https://github.com/cristianrgreco) ([ArcadeData#1235](https://redirect.github.com/testcontainers/testcontainers-node/issues/1235)) > * Warn when compose wait strategy names don't match containers [`@​cristianrgreco`](https://github.com/cristianrgreco) ([ArcadeData#1232](https://redirect.github.com/testcontainers/testcontainers-node/issues/1232)) > * Add support for GenericContainer security options [`@​cristianrgreco`](https://github.com/cristianrgreco) ([ArcadeData#1226](https://redirect.github.com/testcontainers/testcontainers-node/issues/1226)) > > 🐛 Bug Fixes > ----------- > > * Honor nested .dockerignore exclusions in Docker build context [`@​cristianrgreco`](https://github.com/cristianrgreco) ([ArcadeData#1229](https://redirect.github.com/testcontainers/testcontainers-node/issues/1229)) > * Fallback to new Reaper when reused Reaper is unreachable [`@​cristianrgreco`](https://github.com/cristianrgreco) ([ArcadeData#1233](https://redirect.github.com/testcontainers/testcontainers-node/issues/1233)) > > 📖 Documentation > --------------- > > * Add AGENTS.md: [ArcadeData#1225](https://redirect.github.com/testcontainers/testcontainers-node/issues/1225) > * Update AGENTS.md: [ArcadeData#1236](https://redirect.github.com/testcontainers/testcontainers-node/issues/1236), [ArcadeData#1231](https://redirect.github.com/testcontainers/testcontainers-node/issues/1231), [ArcadeData#1227](https://redirect.github.com/testcontainers/testcontainers-node/issues/1227) > > 🧹 Maintenance > ------------- > > * Restore compose warning test compile after naming simplification [`@​cristianrgreco`](https://github.com/cristianrgreco) ([ArcadeData#1239](https://redirect.github.com/testcontainers/testcontainers-node/issues/1239)) > * Simplify Docker Compose naming to v2-only format [`@​cristianrgreco`](https://github.com/cristianrgreco) ([ArcadeData#1238](https://redirect.github.com/testcontainers/testcontainers-node/issues/1238)) > * Docker event stream test helper matches both `status` and `Action` fields [`@​cristianrgreco`](https://github.com/cristianrgreco) ([ArcadeData#1230](https://redirect.github.com/testcontainers/testcontainers-node/issues/1230)) > > 📦 Dependency Updates > -------------------- > > * Bump dependencies: [ArcadeData#1222](https://redirect.github.com/testcontainers/testcontainers-node/issues/1222), [ArcadeData#1223](https://redirect.github.com/testcontainers/testcontainers-node/issues/1223), [ArcadeData#1220](https://redirect.github.com/testcontainers/testcontainers-node/issues/1220), [ArcadeData#1221](https://redirect.github.com/testcontainers/testcontainers-node/issues/1221), [ArcadeData#1212](https://redirect.github.com/testcontainers/testcontainers-node/issues/1212), [ArcadeData#1211](https://redirect.github.com/testcontainers/testcontainers-node/issues/1211), [ArcadeData#1208](https://redirect.github.com/testcontainers/testcontainers-node/issues/1208), [ArcadeData#1209](https://redirect.github.com/testcontainers/testcontainers-node/issues/1209) > * Bump mkdocs-material: [ArcadeData#1205](https://redirect.github.com/testcontainers/testcontainers-node/issues/1205) Commits * [`0481c58`](testcontainers/testcontainers-node@0481c58) Add SSL support for postgres containers ([ArcadeData#1224](https://redirect.github.com/testcontainers/testcontainers-node/issues/1224)) * [`746f96e`](testcontainers/testcontainers-node@746f96e) Add Azurite support for HTTPS/OAuth configuration ([ArcadeData#1228](https://redirect.github.com/testcontainers/testcontainers-node/issues/1228)) * [`ecd83c8`](testcontainers/testcontainers-node@ecd83c8) Fix stale composeContainerName reference in compose warning test ([ArcadeData#1239](https://redirect.github.com/testcontainers/testcontainers-node/issues/1239)) * [`f1a9a0b`](testcontainers/testcontainers-node@f1a9a0b) Support preserving UID/GID when copying archives to containers ([ArcadeData#1234](https://redirect.github.com/testcontainers/testcontainers-node/issues/1234)) * [`6274827`](testcontainers/testcontainers-node@6274827) Follow symlinks when copying files into containers ([ArcadeData#1235](https://redirect.github.com/testcontainers/testcontainers-node/issues/1235)) * [`5dc5293`](testcontainers/testcontainers-node@5dc5293) Simplify Compose naming to v2-only conventions ([ArcadeData#1238](https://redirect.github.com/testcontainers/testcontainers-node/issues/1238)) * [`975665b`](testcontainers/testcontainers-node@975665b) Honor nested .dockerignore exclusions in Docker build context ([ArcadeData#1229](https://redirect.github.com/testcontainers/testcontainers-node/issues/1229)) * [`d75a4ac`](testcontainers/testcontainers-node@d75a4ac) Fallback to new Reaper when reused one is unreachable ([ArcadeData#1233](https://redirect.github.com/testcontainers/testcontainers-node/issues/1233)) * [`84d0908`](testcontainers/testcontainers-node@84d0908) Warn when compose wait strategy names don't match containers ([ArcadeData#1232](https://redirect.github.com/testcontainers/testcontainers-node/issues/1232)) * [`c608c47`](testcontainers/testcontainers-node@c608c47) Update AGENTS.md ([ArcadeData#1236](https://redirect.github.com/testcontainers/testcontainers-node/issues/1236)) * Additional commits viewable in [compare view](testcontainers/testcontainers-node@v11.11.0...v11.12.0) [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=testcontainers&package-manager=npm\_and\_yarn&previous-version=11.11.0&new-version=11.12.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- 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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
2 parents e5082b4 + 40dfccc commit 6039f50

2 files changed

Lines changed: 47 additions & 30 deletions

File tree

e2e-studio/package-lock.json

Lines changed: 46 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

e2e-studio/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"devDependencies": {
1414
"@playwright/test": "^1.58.2",
15-
"testcontainers": "^11.11.0",
15+
"testcontainers": "^11.12.0",
1616
"@types/node": "^25.3.0",
1717
"typescript": "^5.9.3"
1818
},

0 commit comments

Comments
 (0)