Skip to content

Commit 66ada2d

Browse files
Update all jest (#902)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3ede9f9 commit 66ada2d

File tree

3 files changed

+33
-32
lines changed

3 files changed

+33
-32
lines changed

package-lock.json

Lines changed: 22 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@
3232
"@typescript-eslint/parser": "7.2.0",
3333
"array-unique": "0.3.2",
3434
"eslint-config-prettier": "9.1.0",
35-
"eslint-plugin-jest": "28.11.0",
35+
"eslint-plugin-jest": "28.13.3",
3636
"eslint-plugin-prettier": "5.4.1",
3737
"eslint": "8.57.1",
3838
"jest": "29.7.0",
3939
"npm-run-all2": "6.2.6",
4040
"prettier": "3.5.3",
4141
"rimraf": "5.0.10",
42-
"ts-jest": "29.3.4",
42+
"ts-jest": "29.4.0",
4343
"typescript": "5.6.3"
4444
},
4545
"jest": {

yarn.lock

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1390,10 +1390,10 @@ [email protected]:
13901390
resolved "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-9.1.0.tgz"
13911391
integrity sha512-NSWl5BFQWEPi1j4TjVNItzYV7dZXZ+wP6I6ZhrBGpChQhZRUaElihE9uRRkcbRnNb76UMKDF3r+WTmNcGPKsqw==
13921392

1393-
eslint-plugin-jest@28.11.0:
1394-
version "28.11.0"
1395-
resolved "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-28.11.0.tgz"
1396-
integrity sha512-QAfipLcNCWLVocVbZW8GimKn5p5iiMcgGbRzz8z/P5q7xw+cNEpYqyzFMtIF/ZgF2HLOyy+dYBut+DoYolvqig==
1393+
eslint-plugin-jest@28.13.3:
1394+
version "28.13.3"
1395+
resolved "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-28.13.3.tgz"
1396+
integrity sha512-BwC7TkFKn59tyfi6Zd9p/bcVVYOjWqp80jeaQvMy1fNFo8iDF8D5XvoSMM7CPaL6lQXPXCgD+RD4onlSsFelIw==
13971397
dependencies:
13981398
"@typescript-eslint/utils" "^6.0.0 || ^7.0.0 || ^8.0.0"
13991399

@@ -2232,7 +2232,7 @@ jest-snapshot@^29.7.0:
22322232
pretty-format "^29.7.0"
22332233
semver "^7.5.3"
22342234

2235-
jest-util@^29.0.0, jest-util@^29.7.0:
2235+
jest-util@^29.7.0:
22362236
version "29.7.0"
22372237
resolved "https://registry.npmjs.org/jest-util/-/jest-util-29.7.0.tgz"
22382238
integrity sha512-z6EbKajIpqGKU56y5KBUgy1dt1ihhQJgWzUlZHArA/+X2ad7Cb5iF+AK1EWVL/Bo7Rz9uurpqw6SiBCefUbCGA==
@@ -2987,15 +2987,14 @@ ts-api-utils@^1.0.1:
29872987
resolved "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-1.2.1.tgz"
29882988
integrity sha512-RIYA36cJn2WiH9Hy77hdF9r7oEwxAtB/TS9/S4Qd90Ap4z5FSiin5zEiTL44OII1Y3IIlEvxwxFUVgrHSZ/UpA==
29892989

2990-
ts-jest@29.3.4:
2991-
version "29.3.4"
2992-
resolved "https://registry.npmjs.org/ts-jest/-/ts-jest-29.3.4.tgz"
2993-
integrity sha512-Iqbrm8IXOmV+ggWHOTEbjwyCf2xZlUMv5npExksXohL+tk8va4Fjhb+X2+Rt9NBmgO7bJ8WpnMLOwih/DnMlFA==
2990+
ts-jest@29.4.0:
2991+
version "29.4.0"
2992+
resolved "https://registry.npmjs.org/ts-jest/-/ts-jest-29.4.0.tgz"
2993+
integrity sha512-d423TJMnJGu80/eSgfQ5w/R+0zFJvdtTxwtF9KzFFunOpSeD+79lHJQIiAhluJoyGRbvj9NZJsl9WjCUo0ND7Q==
29942994
dependencies:
29952995
bs-logger "^0.2.6"
29962996
ejs "^3.1.10"
29972997
fast-json-stable-stringify "^2.1.0"
2998-
jest-util "^29.0.0"
29992998
json5 "^2.2.3"
30002999
lodash.memoize "^4.1.2"
30013000
make-error "^1.3.6"

0 commit comments

Comments
 (0)