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

Commit

Permalink
bump(deps): update dependency testcontainers to ^8.16.0 (#126)
Browse files Browse the repository at this point in the history
[![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://togithub.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://togithub.com/testcontainers/testcontainers-node/releases/tag/v8.16.0)

[Compare
Source](https://togithub.com/testcontainers/testcontainers-node/compare/v8.15.0...v8.16.0)

#### Changes

#### 🚀 Features

- Implement setting ulimits and capabilities
[@&#8203;cristianrgreco](https://togithub.com/cristianrgreco)
([#&#8203;403](https://togithub.com/testcontainers/testcontainers-node/issues/403))
- Provide logger for container exec output
[@&#8203;cristianrgreco](https://togithub.com/cristianrgreco)
([#&#8203;404](https://togithub.com/testcontainers/testcontainers-node/issues/404))
- Implement setting cache when building an image
[@&#8203;cristianrgreco](https://togithub.com/cristianrgreco)
([#&#8203;402](https://togithub.com/testcontainers/testcontainers-node/issues/402))
- Add options for docker-compose down
[@&#8203;cristianrgreco](https://togithub.com/cristianrgreco)
([#&#8203;401](https://togithub.com/testcontainers/testcontainers-node/issues/401))
- Implement setting entrypoint
[@&#8203;cristianrgreco](https://togithub.com/cristianrgreco)
([#&#8203;400](https://togithub.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>
  • Loading branch information
renovate[bot] committed Oct 31, 2022
1 parent 2abbab6 commit b2e1fe1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/testcontainers/package.json
Expand Up @@ -28,7 +28,7 @@
"dependencies": {
"@defimetachain/network": "workspace:*",
"ethers": "^5.7.0",
"testcontainers": "^8.15.0"
"testcontainers": "^8.16.0"
},
"devDependencies": {
"@birthdayresearch/sticky-turbo-jest": "0.2.0",
Expand Down
12 changes: 6 additions & 6 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ts-tests/package.json
Expand Up @@ -16,6 +16,6 @@
"@polkadot/api": "^9.6.2",
"ethers": "^5.4.6",
"hardhat": "^2.11.1",
"testcontainers": "^8.15.0"
"testcontainers": "^8.16.0"
}
}

0 comments on commit b2e1fe1

Please sign in to comment.