Skip to content

Commit

Permalink
chore(deps): update dependency ts-jest to v29.2.3 (#1830)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 24, 2024
1 parent a05bf0a commit bce0254
Show file tree
Hide file tree
Showing 2 changed files with 86 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"lint-staged": "^15.0.0",
"lodash": "^4.17.15",
"prettier": "^3.0.0",
"ts-jest": "29.1.5"
"ts-jest": "29.2.3"
},
"lint-staged": {
"*.{js,ts,html,md}": [
Expand Down
90 changes: 85 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5024,7 +5024,7 @@ __metadata:
lint-staged: ^15.0.0
lodash: ^4.17.15
prettier: ^3.0.0
ts-jest: 29.1.5
ts-jest: 29.2.3
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -5240,7 +5240,7 @@ __metadata:
languageName: node
linkType: hard

"async@npm:^3.2.0":
"async@npm:^3.2.0, async@npm:^3.2.3":
version: 3.2.5
resolution: "async@npm:3.2.5"
checksum: 5ec77f1312301dee02d62140a6b1f7ee0edd2a0f983b6fd2b0849b969f245225b990b47b8243e7b9ad16451a53e7f68e753700385b706198ced888beedba3af4
Expand Down Expand Up @@ -5847,7 +5847,7 @@ __metadata:
languageName: node
linkType: hard

"chalk@npm:^4.0.0, chalk@npm:^4.1.0":
"chalk@npm:^4.0.0, chalk@npm:^4.0.2, chalk@npm:^4.1.0":
version: 4.1.2
resolution: "chalk@npm:4.1.2"
dependencies:
Expand Down Expand Up @@ -7384,6 +7384,17 @@ __metadata:
languageName: node
linkType: hard

"ejs@npm:^3.1.10":
version: 3.1.10
resolution: "ejs@npm:3.1.10"
dependencies:
jake: ^10.8.5
bin:
ejs: bin/cli.js
checksum: ce90637e9c7538663ae023b8a7a380b2ef7cc4096de70be85abf5a3b9641912dde65353211d05e24d56b1f242d71185c6d00e02cb8860701d571786d92c71f05
languageName: node
linkType: hard

"electron-to-chromium@npm:^1.4.820":
version: 1.4.829
resolution: "electron-to-chromium@npm:1.4.829"
Expand Down Expand Up @@ -8133,6 +8144,15 @@ __metadata:
languageName: node
linkType: hard

"filelist@npm:^1.0.4":
version: 1.0.4
resolution: "filelist@npm:1.0.4"
dependencies:
minimatch: ^5.0.1
checksum: a303573b0821e17f2d5e9783688ab6fbfce5d52aaac842790ae85e704a6f5e4e3538660a63183d6453834dedf1e0f19a9dadcebfa3e926c72397694ea11f5160
languageName: node
linkType: hard

"fill-range@npm:^7.1.1":
version: 7.1.1
resolution: "fill-range@npm:7.1.1"
Expand Down Expand Up @@ -9860,6 +9880,20 @@ __metadata:
languageName: node
linkType: hard

"jake@npm:^10.8.5":
version: 10.9.2
resolution: "jake@npm:10.9.2"
dependencies:
async: ^3.2.3
chalk: ^4.0.2
filelist: ^1.0.4
minimatch: ^3.1.2
bin:
jake: bin/cli.js
checksum: f2dc4a086b4f58446d02cb9be913c39710d9ea570218d7681bb861f7eeaecab7b458256c946aeaa7e548c5e0686cc293e6435501e4047174a3b6a504dcbfcaae
languageName: node
linkType: hard

"jasmine-core@npm:5.1.2":
version: 5.1.2
resolution: "jasmine-core@npm:5.1.2"
Expand Down Expand Up @@ -11487,7 +11521,7 @@ __metadata:
languageName: node
linkType: hard

"minimatch@npm:^3.0.4, minimatch@npm:^3.1.1":
"minimatch@npm:^3.0.4, minimatch@npm:^3.1.1, minimatch@npm:^3.1.2":
version: 3.1.2
resolution: "minimatch@npm:3.1.2"
dependencies:
Expand All @@ -11496,6 +11530,15 @@ __metadata:
languageName: node
linkType: hard

"minimatch@npm:^5.0.1":
version: 5.1.6
resolution: "minimatch@npm:5.1.6"
dependencies:
brace-expansion: ^2.0.1
checksum: 7564208ef81d7065a370f788d337cd80a689e981042cb9a1d0e6580b6c6a8c9279eba80010516e258835a988363f99f54a6f711a315089b8b42694f5da9d0d77
languageName: node
linkType: hard

"minimatch@npm:^9.0.0, minimatch@npm:^9.0.3, minimatch@npm:^9.0.4, minimatch@npm:^9.0.5":
version: 9.0.5
resolution: "minimatch@npm:9.0.5"
Expand Down Expand Up @@ -15476,7 +15519,44 @@ __metadata:
languageName: node
linkType: hard

"ts-jest@npm:29.1.5, ts-jest@npm:^29.0.0":
"ts-jest@npm:29.2.3":
version: 29.2.3
resolution: "ts-jest@npm:29.2.3"
dependencies:
bs-logger: 0.x
ejs: ^3.1.10
fast-json-stable-stringify: 2.x
jest-util: ^29.0.0
json5: ^2.2.3
lodash.memoize: 4.x
make-error: 1.x
semver: ^7.5.3
yargs-parser: ^21.0.1
peerDependencies:
"@babel/core": ">=7.0.0-beta.0 <8"
"@jest/transform": ^29.0.0
"@jest/types": ^29.0.0
babel-jest: ^29.0.0
jest: ^29.0.0
typescript: ">=4.3 <6"
peerDependenciesMeta:
"@babel/core":
optional: true
"@jest/transform":
optional: true
"@jest/types":
optional: true
babel-jest:
optional: true
esbuild:
optional: true
bin:
ts-jest: cli.js
checksum: b405fe2f5f9b8aee8ec83520e91ce61a43b3025069dc59809cfbee7255ac1710d694a6bdfecc5bba5f365b9605d0520d62855d0c1bbf0665096e12a71ed3a642
languageName: node
linkType: hard

"ts-jest@npm:^29.0.0":
version: 29.1.5
resolution: "ts-jest@npm:29.1.5"
dependencies:
Expand Down

0 comments on commit bce0254

Please sign in to comment.