Skip to content
This repository was archived by the owner on Aug 24, 2023. It is now read-only.

Commit b2e1fe1

Browse files
bump(deps): update dependency testcontainers to ^8.16.0 (#126)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [testcontainers](https://github.com/testcontainers/testcontainers-node) | [`^8.15.0` -> `^8.16.0`](https://renovatebot.com/diffs/npm/testcontainers/8.15.0/8.16.0) | [![age](https://badges.renovateapi.com/packages/npm/testcontainers/8.16.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/testcontainers/8.16.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/testcontainers/8.16.0/compatibility-slim/8.15.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/testcontainers/8.16.0/confidence-slim/8.15.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>testcontainers/testcontainers-node</summary> ### [`v8.16.0`](https://github.com/testcontainers/testcontainers-node/releases/tag/v8.16.0) [Compare Source](https://github.com/testcontainers/testcontainers-node/compare/v8.15.0...v8.16.0) #### Changes #### 🚀 Features - Implement setting ulimits and capabilities [@&#8203;cristianrgreco](https://github.com/cristianrgreco) ([#&#8203;403](https://github.com/testcontainers/testcontainers-node/issues/403)) - Provide logger for container exec output [@&#8203;cristianrgreco](https://github.com/cristianrgreco) ([#&#8203;404](https://github.com/testcontainers/testcontainers-node/issues/404)) - Implement setting cache when building an image [@&#8203;cristianrgreco](https://github.com/cristianrgreco) ([#&#8203;402](https://github.com/testcontainers/testcontainers-node/issues/402)) - Add options for docker-compose down [@&#8203;cristianrgreco](https://github.com/cristianrgreco) ([#&#8203;401](https://github.com/testcontainers/testcontainers-node/issues/401)) - Implement setting entrypoint [@&#8203;cristianrgreco](https://github.com/cristianrgreco) ([#&#8203;400](https://github.com/testcontainers/testcontainers-node/issues/400)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/DeFiCh/metachain). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC45LjEiLCJ1cGRhdGVkSW5WZXIiOiIzNC45LjEifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2abbab6 commit b2e1fe1

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

packages/testcontainers/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"dependencies": {
2929
"@defimetachain/network": "workspace:*",
3030
"ethers": "^5.7.0",
31-
"testcontainers": "^8.15.0"
31+
"testcontainers": "^8.16.0"
3232
},
3333
"devDependencies": {
3434
"@birthdayresearch/sticky-turbo-jest": "0.2.0",

pnpm-lock.yaml

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ts-tests/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
"@polkadot/api": "^9.6.2",
1717
"ethers": "^5.4.6",
1818
"hardhat": "^2.11.1",
19-
"testcontainers": "^8.15.0"
19+
"testcontainers": "^8.16.0"
2020
}
2121
}

0 commit comments

Comments
 (0)