Skip to content

Commit

Permalink
bump(deps): update dependency testcontainers to ^9.1.0 (#59)
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)
| [`^9.0.1` ->
`^9.1.0`](https://renovatebot.com/diffs/npm/testcontainers/9.0.1/9.1.0)
|
[![age](https://badges.renovateapi.com/packages/npm/testcontainers/9.1.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/testcontainers/9.1.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/testcontainers/9.1.0/compatibility-slim/9.0.1)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/testcontainers/9.1.0/confidence-slim/9.0.1)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>testcontainers/testcontainers-node</summary>

###
[`v9.1.0`](https://togithub.com/testcontainers/testcontainers-node/releases/tag/v9.1.0)

[Compare
Source](https://togithub.com/testcontainers/testcontainers-node/compare/v9.0.1...v9.1.0)

#### Changes

#### 🚀 Features

- Implement StartupCheckStrategy
[@&#8203;cristianrgreco](https://togithub.com/cristianrgreco)
([#&#8203;419](https://togithub.com/testcontainers/testcontainers-node/issues/419))
- Implement HttpWaitStrategy
[@&#8203;cristianrgreco](https://togithub.com/cristianrgreco)
([#&#8203;418](https://togithub.com/testcontainers/testcontainers-node/issues/418))

</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 this update
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/BirthdayResearch/sticky).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC41NC4yIiwidXBkYXRlZEluVmVyIjoiMzQuNTQuMiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Dec 15, 2022
1 parent 623b453 commit d845872
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/sticky-testcontainers/package.json
Expand Up @@ -26,7 +26,7 @@
"preset": "@birthdayresearch/sticky-turbo-jest"
},
"dependencies": {
"testcontainers": "^9.0.1",
"testcontainers": "^9.1.0",
"uuid": "^9.0.0"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

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

0 comments on commit d845872

Please sign in to comment.