Go to file
RenovateBot c24cfc3463
All checks were successful
continuous-integration/drone/push Build is passing
Update dependency jest to v29.7.0 (#41)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [jest](https://jestjs.io/) ([source](https://github.com/jestjs/jest)) | dependencies | minor | [`29.6.2` -> `29.7.0`](https://renovatebot.com/diffs/npm/jest/29.6.2/29.7.0) |
| [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jest) ([source](https://github.com/DefinitelyTyped/DefinitelyTyped)) | dependencies | patch | [`29.5.3` -> `29.5.5`](https://renovatebot.com/diffs/npm/@types%2fjest/29.5.3/29.5.5) |

---

### Release Notes

<details>
<summary>jestjs/jest (jest)</summary>

### [`v29.7.0`](55cd6a0aaf...4e56991693)

[Compare Source](55cd6a0aaf...4e56991693)

### [`v29.6.4`](fb7d95c8af...55cd6a0aaf)

[Compare Source](fb7d95c8af...55cd6a0aaf)

### [`v29.6.3`](0fd5b1c375...fb7d95c8af)

[Compare Source](0fd5b1c375...fb7d95c8af)

</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 [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi44OS4wIiwidXBkYXRlZEluVmVyIjoiMzcuMC4wIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCJ9-->

Reviewed-on: https://gitea.vylpes.xyz/External/card-drop/pulls/41
Co-authored-by: Renovate Bot <renovate@vylpes.com>
Co-committed-by: Renovate Bot <renovate@vylpes.com>
2023-10-16 19:19:13 +01:00
.gitea Create initial bot framework (#7) 2023-08-19 16:56:22 +01:00
database Add dates to migration script 2023-09-13 18:57:20 +01:00
scripts Add deployment scripts (#18) 2023-09-03 20:52:55 +01:00
src Allow user to be able to see who claimed what card (#57) 2023-10-14 17:09:24 +01:00
tests Create initial bot framework (#7) 2023-08-19 16:56:22 +01:00
.dev.env Add ability to register commands and events to specific environments (#50) 2023-10-14 17:07:28 +01:00
.drone.yml Fix drone script 2023-09-09 18:54:29 +01:00
.gitignore Create timer function to initialise card database from filesystem (#14) 2023-09-03 17:26:45 +01:00
.prod.env Add ability to register commands and events to specific environments (#50) 2023-10-14 17:07:28 +01:00
.stage.env Add ability to register commands and events to specific environments (#50) 2023-10-14 17:07:28 +01:00
docker-compose.prod.yml Create initial bot framework (#7) 2023-08-19 16:56:22 +01:00
docker-compose.stage.yml Create initial bot framework (#7) 2023-08-19 16:56:22 +01:00
docker-compose.yml Create initial bot framework (#7) 2023-08-19 16:56:22 +01:00
jest.config.json Create initial bot framework (#7) 2023-08-19 16:56:22 +01:00
jest.setup.js Create initial bot framework (#7) 2023-08-19 16:56:22 +01:00
package.json Update dependency @discordjs/rest to v2 (#21) 2023-10-09 11:55:47 +01:00
README.md Initial commit 2023-08-19 14:09:24 +01:00
renovate.json Create initial bot framework (#7) 2023-08-19 16:56:22 +01:00
tsconfig.json Create initial bot framework (#7) 2023-08-19 16:56:22 +01:00
yarn.lock Update dependency jest to v29.7.0 (#41) 2023-10-16 19:19:13 +01:00

card-drop