Skip to content

Commit c710b5c

Browse files
chore(deps): update dependency @types/jest to ^29.5.12 (#521)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [@types/jest](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jest) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest)) | [`^29.5.0` -> `^29.5.12`](https://renovatebot.com/diffs/npm/@types%2fjest/29.5.12/29.5.14) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fjest/29.5.14?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fjest/29.5.12/29.5.14?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### 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 --- ## Need help? You can ask for more help in the following Slack channel: #proj-renovate-self-hosted. In that channel you can also find ADR and FAQ docs in the Resources section. <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzguNSIsInVwZGF0ZWRJblZlciI6IjQxLjEzOC41IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJ1cGRhdGUtcGF0Y2giXX0=--> Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent 6235be3 commit c710b5c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@testing-library/react": "14.0.0",
5050
"@testing-library/user-event": "^14.5.1",
5151
"@types/glob": "^8.0.0",
52-
"@types/jest": "^29.5.0",
52+
"@types/jest": "^29.5.12",
5353
"@types/lodash": "^4.14.194",
5454
"@types/node": "^20.8.7",
5555
"@types/react": "18.3.24",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3275,13 +3275,13 @@ __metadata:
32753275
languageName: node
32763276
linkType: hard
32773277

3278-
"@types/jest@npm:*, @types/jest@npm:^29.5.0":
3279-
version: 29.5.12
3280-
resolution: "@types/jest@npm:29.5.12"
3278+
"@types/jest@npm:*, @types/jest@npm:^29.5.12":
3279+
version: 29.5.14
3280+
resolution: "@types/jest@npm:29.5.14"
32813281
dependencies:
32823282
expect: "npm:^29.0.0"
32833283
pretty-format: "npm:^29.0.0"
3284-
checksum: 10c0/25fc8e4c611fa6c4421e631432e9f0a6865a8cb07c9815ec9ac90d630271cad773b2ee5fe08066f7b95bebd18bb967f8ce05d018ee9ab0430f9dfd1d84665b6f
3284+
checksum: 10c0/18e0712d818890db8a8dab3d91e9ea9f7f19e3f83c2e50b312f557017dc81466207a71f3ed79cf4428e813ba939954fa26ffa0a9a7f153181ba174581b1c2aed
32853285
languageName: node
32863286
linkType: hard
32873287

@@ -7284,7 +7284,7 @@ __metadata:
72847284
"@testing-library/react": "npm:14.0.0"
72857285
"@testing-library/user-event": "npm:^14.5.1"
72867286
"@types/glob": "npm:^8.0.0"
7287-
"@types/jest": "npm:^29.5.0"
7287+
"@types/jest": "npm:^29.5.12"
72887288
"@types/lodash": "npm:^4.14.194"
72897289
"@types/node": "npm:^20.8.7"
72907290
"@types/react": "npm:18.3.24"

0 commit comments

Comments
 (0)