Skip to content

chore(deps): update dependency ts-jest to v28.0.8 #942

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 21, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@types/node": "16.11.47",
"jest": "28.1.3",
"jest-environment-jsdom": "28.1.3",
"ts-jest": "28.0.7",
"ts-jest": "28.0.8",
"typescript": "4.7.4"
},
"engines": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@types/node": "16.11.47",
"jest": "28.1.3",
"jest-environment-jsdom": "28.1.3",
"ts-jest": "28.0.5",
"ts-jest": "28.0.8",
"typescript": "4.7.4",
"xhr-mock": "2.5.1"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"cross-fetch": "3.1.5",
"jest": "28.1.3",
"nock": "13.2.9",
"ts-jest": "28.0.5",
"ts-jest": "28.0.8",
"typescript": "4.7.4"
},
"engines": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@types/node": "16.11.47",
"jest": "28.1.3",
"nock": "13.2.9",
"ts-jest": "28.0.5",
"ts-jest": "28.0.8",
"typescript": "4.7.4"
},
"engines": {
Expand Down
27 changes: 15 additions & 12 deletions clients/algoliasearch-client-javascript/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ __metadata:
"@types/node": 16.11.47
jest: 28.1.3
jest-environment-jsdom: 28.1.3
ts-jest: 28.0.7
ts-jest: 28.0.8
typescript: 4.7.4
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -144,7 +144,7 @@ __metadata:
"@types/node": 16.11.47
jest: 28.1.3
jest-environment-jsdom: 28.1.3
ts-jest: 28.0.5
ts-jest: 28.0.8
typescript: 4.7.4
xhr-mock: 2.5.1
languageName: unknown
Expand All @@ -160,7 +160,7 @@ __metadata:
cross-fetch: 3.1.5
jest: 28.1.3
nock: 13.2.9
ts-jest: 28.0.5
ts-jest: 28.0.8
typescript: 4.7.4
languageName: unknown
linkType: soft
Expand All @@ -174,7 +174,7 @@ __metadata:
"@types/node": 16.11.47
jest: 28.1.3
nock: 13.2.9
ts-jest: 28.0.5
ts-jest: 28.0.8
typescript: 4.7.4
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -9762,9 +9762,9 @@ __metadata:
languageName: node
linkType: hard

"ts-jest@npm:28.0.5":
version: 28.0.5
resolution: "ts-jest@npm:28.0.5"
"ts-jest@npm:28.0.7":
version: 28.0.7
resolution: "ts-jest@npm:28.0.7"
dependencies:
bs-logger: 0.x
fast-json-stable-stringify: 2.x
Expand All @@ -9776,25 +9776,28 @@ __metadata:
yargs-parser: ^21.0.1
peerDependencies:
"@babel/core": ">=7.0.0-beta.0 <8"
"@jest/types": ^28.0.0
babel-jest: ^28.0.0
jest: ^28.0.0
typescript: ">=4.3"
peerDependenciesMeta:
"@babel/core":
optional: true
"@jest/types":
optional: true
babel-jest:
optional: true
esbuild:
optional: true
bin:
ts-jest: cli.js
checksum: 53e05db5b7e1e4f4137c47594f902f5caf585ebc73dda67c4552c1ed784d4fde532c5693a61d877d9462290c7965233c2124050b0f00fd4c85cde9bb1a51c974
checksum: be6ad6382e3b2e7b0c45d06616a4a02aeb6815bad2026fe8eeb4e0941205faa50ac3f5930adb7ba2fda5fea6a5739bfa507e2eac8764d2c729ddc8010681707a
languageName: node
linkType: hard

"ts-jest@npm:28.0.7":
version: 28.0.7
resolution: "ts-jest@npm:28.0.7"
"ts-jest@npm:28.0.8":
version: 28.0.8
resolution: "ts-jest@npm:28.0.8"
dependencies:
bs-logger: 0.x
fast-json-stable-stringify: 2.x
Expand All @@ -9821,7 +9824,7 @@ __metadata:
optional: true
bin:
ts-jest: cli.js
checksum: be6ad6382e3b2e7b0c45d06616a4a02aeb6815bad2026fe8eeb4e0941205faa50ac3f5930adb7ba2fda5fea6a5739bfa507e2eac8764d2c729ddc8010681707a
checksum: c72e9292709e77ce47ac7813cb24feaa9d01dc983598d29a821f224b5cc190dc7d67e17379cef089095404c00b9d582ee91c727916f9ec289cb1b723df408ae3
languageName: node
linkType: hard

Expand Down
2 changes: 1 addition & 1 deletion eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@types/jest": "28.1.7",
"eslint": "8.21.0",
"jest": "28.1.3",
"ts-jest": "28.0.7",
"ts-jest": "28.0.8",
"ts-node": "10.9.1",
"typescript": "4.7.4"
}
Expand Down
2 changes: 1 addition & 1 deletion scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"mustache": "4.2.0",
"ora-classic": "5.4.2",
"semver": "7.3.7",
"ts-jest": "28.0.7",
"ts-jest": "28.0.8",
"ts-node": "10.9.1",
"typescript": "4.7.4"
}
Expand Down
2 changes: 1 addition & 1 deletion templates/javascript/clients/package.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"@types/jest": "28.1.7",
"@types/node": "16.11.47",
"jest": "28.1.3",
"ts-jest": "28.0.7",
"ts-jest": "28.0.8",
"typescript": "4.7.4",
"rollup": "2.77.2"
},
Expand Down
2 changes: 1 addition & 1 deletion templates/javascript/tests/package.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@types/jest": "28.1.7",
"@types/node": "16.11.47",
"jest": "28.1.3",
"ts-jest": "28.0.7",
"ts-jest": "28.0.8",
"ts-node": "10.9.1",
"typescript": "4.7.4"
}
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4037,7 +4037,7 @@ __metadata:
"@types/jest": 28.1.7
eslint: 8.21.0
jest: 28.1.3
ts-jest: 28.0.7
ts-jest: 28.0.8
ts-node: 10.9.1
typescript: 4.7.4
languageName: unknown
Expand Down Expand Up @@ -7723,7 +7723,7 @@ __metadata:
mustache: 4.2.0
ora-classic: 5.4.2
semver: 7.3.7
ts-jest: 28.0.7
ts-jest: 28.0.8
ts-node: 10.9.1
typescript: 4.7.4
languageName: unknown
Expand Down Expand Up @@ -8308,9 +8308,9 @@ __metadata:
languageName: node
linkType: hard

"ts-jest@npm:28.0.7":
version: 28.0.7
resolution: "ts-jest@npm:28.0.7"
"ts-jest@npm:28.0.8":
version: 28.0.8
resolution: "ts-jest@npm:28.0.8"
dependencies:
bs-logger: 0.x
fast-json-stable-stringify: 2.x
Expand All @@ -8337,7 +8337,7 @@ __metadata:
optional: true
bin:
ts-jest: cli.js
checksum: be6ad6382e3b2e7b0c45d06616a4a02aeb6815bad2026fe8eeb4e0941205faa50ac3f5930adb7ba2fda5fea6a5739bfa507e2eac8764d2c729ddc8010681707a
checksum: c72e9292709e77ce47ac7813cb24feaa9d01dc983598d29a821f224b5cc190dc7d67e17379cef089095404c00b9d582ee91c727916f9ec289cb1b723df408ae3
languageName: node
linkType: hard

Expand Down