Skip to content
This repository was archived by the owner on Mar 23, 2021. It is now read-only.

Commit bbab527

Browse files
Merge #1750
1750: Bump testcontainers from 2.1.0 to 2.2.0 in /api_tests r=mergify[bot] a=dependabot-preview[bot] Bumps [testcontainers](https://github.com/testcontainers/testcontainers-node) from 2.1.0 to 2.2.0. <details> <summary>Commits</summary> - [`99d9ed2`](testcontainers/testcontainers-node@99d9ed2) 2.2.0 - [`73449d6`](testcontainers/testcontainers-node@73449d6) Update readme - [`d53558d`](testcontainers/testcontainers-node@d53558d) Add Common Issues to the README - [`215461f`](testcontainers/testcontainers-node@215461f) Revert "Log a warning when Docker's free space is less than 2GB" - [`cce71e1`](testcontainers/testcontainers-node@cce71e1) Update README - See full diff in [compare view](testcontainers/testcontainers-node@v2.1.0...v2.2.0) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=testcontainers&package-manager=npm_and_yarn&previous-version=2.1.0&new-version=2.2.0)](https://dependabot.com/compatibility-score.html?dependency-name=testcontainers&package-manager=npm_and_yarn&previous-version=2.1.0&new-version=2.2.0) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 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) - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in the `.dependabot/config.yml` file in this repo: - Update frequency - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2 parents 24db506 + 1ad8491 commit bbab527

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

api_tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"rimraf": "^3.0.0",
5757
"satoshi-bitcoin": "^1.0.4",
5858
"temp-write": "^4.0.0",
59-
"testcontainers": "^2.1.0",
59+
"testcontainers": "^2.2.0",
6060
"tmp": "^0.1.0",
6161
"ts-node": "^8.5.4",
6262
"tslint": "^5.20.1",

api_tests/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2934,10 +2934,10 @@ tempfile@*:
29342934
temp-dir "^2.0.0"
29352935
uuid "^3.3.2"
29362936

2937-
testcontainers@^2.1.0:
2938-
version "2.1.0"
2939-
resolved "https://registry.yarnpkg.com/testcontainers/-/testcontainers-2.1.0.tgz#126885d3afdcddd4ed8b241960fa67f0275f6ad3"
2940-
integrity sha512-c/q4XTxZ8wozovbadnyHwnvCMuGuCmi0nNEMkkC5AC1xCC62FP0JKgDiovZsOwOCXkG/DbK13uxd5awZifPRHw==
2937+
testcontainers@^2.2.0:
2938+
version "2.2.0"
2939+
resolved "https://registry.yarnpkg.com/testcontainers/-/testcontainers-2.2.0.tgz#d7461260d935824320c025d3259d925197d6fa5f"
2940+
integrity sha512-SFj2LVj+MWA7YNQ2YS+istdW2P+NSZLHeVFH6Lsp4h8ZQy+fH+lEk7JXcNLt8j54M6zUDXzmQLTSCRpuCZ9v7Q==
29412941
dependencies:
29422942
byline "^5.0.0"
29432943
debug "^4.1.1"

0 commit comments

Comments
 (0)