Skip to content

Commit

Permalink
Update dependency testcontainers to v10.17.1 (#158)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[testcontainers](https://github.com/testcontainers/testcontainers-node)
| [`10.16.0` ->
`10.17.1`](https://renovatebot.com/diffs/npm/testcontainers/10.16.0/10.17.1)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/testcontainers/10.17.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/testcontainers/10.17.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/testcontainers/10.16.0/10.17.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/testcontainers/10.16.0/10.17.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

###
[`v10.17.1`](https://github.com/testcontainers/testcontainers-node/releases/tag/v10.17.1)

[Compare
Source](https://github.com/testcontainers/testcontainers-node/compare/v10.17.0...v10.17.1)

#### Changes

-   Fix EventstoreDB publish config

###
[`v10.17.0`](https://github.com/testcontainers/testcontainers-node/releases/tag/v10.17.0)

[Compare
Source](https://github.com/testcontainers/testcontainers-node/compare/v10.16.0...v10.17.0)

#### Changes

#### 🚀 Features

- Add EventStoreDB module
[@&#8203;botflux](https://github.com/botflux)
([#&#8203;894](https://github.com/testcontainers/testcontainers-node/issues/894))
- Add Toxiproxy module
[@&#8203;chriswiggins](https://github.com/chriswiggins)
([#&#8203;891](https://github.com/testcontainers/testcontainers-node/issues/891))
- Add MinIO module
[@&#8203;stscoundrel](https://github.com/stscoundrel)
([#&#8203;893](https://github.com/testcontainers/testcontainers-node/issues/893))
- Add Mockserver module
[@&#8203;botflux](https://github.com/botflux)
([#&#8203;892](https://github.com/testcontainers/testcontainers-node/issues/892))
- MySQL add `isRoot` parameter to `executeQuery`
[@&#8203;jeengbe](https://github.com/jeengbe)
([#&#8203;882](https://github.com/testcontainers/testcontainers-node/issues/882))
- Optimise file-lock retry options
[@&#8203;GiDW](https://github.com/GiDW)
([#&#8203;890](https://github.com/testcontainers/testcontainers-node/issues/890))

#### 🐛 Bug Fixes

- Support restart on 5 containers with previously fixed ports
[@&#8203;stscoundrel](https://github.com/stscoundrel)
([#&#8203;895](https://github.com/testcontainers/testcontainers-node/issues/895))

#### 🧹 Maintenance

- Update CodeQL action to V3
[@&#8203;stscoundrel](https://github.com/stscoundrel)
([#&#8203;896](https://github.com/testcontainers/testcontainers-node/issues/896))
- NPM audit
[@&#8203;cristianrgreco](https://github.com/cristianrgreco)
([#&#8203;888](https://github.com/testcontainers/testcontainers-node/issues/888))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, 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 was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/BSStudio/bss-web-graphql-backend).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 21, 2025
1 parent c736913 commit 3d9aa2d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"prettier": "3.4.2",
"semantic-release": "24.2.1",
"supertest": "7.0.0",
"testcontainers": "10.16.0",
"testcontainers": "10.17.1",
"vitest": "2.1.8"
},
"repository": {
Expand Down

0 comments on commit 3d9aa2d

Please sign in to comment.