Skip to content

chore(deps): update dependency ts-jest to v29.2.4 #3462

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 3, 2024
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 @@ -29,7 +29,7 @@
"@types/node": "20.14.11",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"ts-jest": "29.2.3",
"ts-jest": "29.2.4",
"typescript": "5.5.4"
},
"engines": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@types/node": "20.14.11",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"ts-jest": "29.2.3",
"ts-jest": "29.2.4",
"typescript": "5.5.4",
"xhr-mock": "2.5.1"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"cross-fetch": "4.0.0",
"jest": "29.7.0",
"nock": "13.5.4",
"ts-jest": "29.2.3",
"ts-jest": "29.2.4",
"typescript": "5.5.4"
},
"engines": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@types/node": "20.14.11",
"jest": "29.7.0",
"nock": "13.5.4",
"ts-jest": "29.2.3",
"ts-jest": "29.2.4",
"typescript": "5.5.4"
},
"engines": {
Expand Down
16 changes: 8 additions & 8 deletions clients/algoliasearch-client-javascript/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ __metadata:
"@types/node": "npm:20.14.11"
jest: "npm:29.7.0"
jest-environment-jsdom: "npm:29.7.0"
ts-jest: "npm:29.2.3"
ts-jest: "npm:29.2.4"
typescript: "npm:5.5.4"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -161,7 +161,7 @@ __metadata:
"@types/node": "npm:20.14.11"
jest: "npm:29.7.0"
jest-environment-jsdom: "npm:29.7.0"
ts-jest: "npm:29.2.3"
ts-jest: "npm:29.2.4"
typescript: "npm:5.5.4"
xhr-mock: "npm:2.5.1"
languageName: unknown
Expand All @@ -179,7 +179,7 @@ __metadata:
cross-fetch: "npm:4.0.0"
jest: "npm:29.7.0"
nock: "npm:13.5.4"
ts-jest: "npm:29.2.3"
ts-jest: "npm:29.2.4"
typescript: "npm:5.5.4"
languageName: unknown
linkType: soft
Expand All @@ -195,7 +195,7 @@ __metadata:
"@types/node": "npm:20.14.11"
jest: "npm:29.7.0"
nock: "npm:13.5.4"
ts-jest: "npm:29.2.3"
ts-jest: "npm:29.2.4"
typescript: "npm:5.5.4"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -9343,9 +9343,9 @@ __metadata:
languageName: node
linkType: hard

"ts-jest@npm:29.2.3":
version: 29.2.3
resolution: "ts-jest@npm:29.2.3"
"ts-jest@npm:29.2.4":
version: 29.2.4
resolution: "ts-jest@npm:29.2.4"
dependencies:
bs-logger: "npm:0.x"
ejs: "npm:^3.1.10"
Expand Down Expand Up @@ -9376,7 +9376,7 @@ __metadata:
optional: true
bin:
ts-jest: cli.js
checksum: 10/d3c3388cea8ea4a7f52c7c97e34a1abf1d83152fa0625ddea7b82c0e3599a786185b95d3e12a09eb27521adedc90780a3dc9df29156ca83f1094e163113ede62
checksum: 10/69db25e06b93f4ea4e454a54afc4e49c59b71f7efdef94fe728f4d62b8c475364d0fed7253212c5394669dcd143516ab6f630f4b139b2f9c37119245cf5a963c
languageName: node
linkType: hard

Expand Down
Loading