Skip to content

Commit

Permalink
chore(deps-dev): bump ts-jest from 29.1.2 to 29.2.2
Browse files Browse the repository at this point in the history
Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 29.1.2 to 29.2.2.
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
- [Commits](kulshekhar/ts-jest@v29.1.2...v29.2.2)

---
updated-dependencies:
- dependency-name: ts-jest
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 15, 2024
1 parent 24857ed commit 403aa81
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"prettier": "3.2.5",
"semantic-release": "23.0.8",
"semantic-release-yarn": "3.0.2",
"ts-jest": "29.1.2",
"ts-jest": "29.2.2",
"ts-node": "10.9.2",
"tsd": "0.31.0",
"typescript": "5.4.5"
Expand Down
59 changes: 52 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2244,6 +2244,13 @@ __metadata:
languageName: node
linkType: hard

"async@npm:^3.2.3":
version: 3.2.5
resolution: "async@npm:3.2.5"
checksum: 5ec77f1312301dee02d62140a6b1f7ee0edd2a0f983b6fd2b0849b969f245225b990b47b8243e7b9ad16451a53e7f68e753700385b706198ced888beedba3af4
languageName: node
linkType: hard

"async@npm:^3.2.4":
version: 3.2.4
resolution: "async@npm:3.2.4"
Expand Down Expand Up @@ -2362,7 +2369,7 @@ __metadata:
semantic-release: 23.0.8
semantic-release-yarn: 3.0.2
string-argv: ^0.3.1
ts-jest: 29.1.2
ts-jest: 29.2.2
ts-node: 10.9.2
tsd: 0.31.0
typed-emitter: ^2.1.0
Expand Down Expand Up @@ -2628,7 +2635,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 @@ -3321,6 +3328,17 @@ __metadata:
languageName: node
linkType: hard

"ejs@npm:^3.0.0":
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.118":
version: 1.4.137
resolution: "electron-to-chromium@npm:1.4.137"
Expand Down Expand Up @@ -3698,6 +3716,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.0.1":
version: 7.0.1
resolution: "fill-range@npm:7.0.1"
Expand Down Expand Up @@ -4821,6 +4848,20 @@ __metadata:
languageName: node
linkType: hard

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

"java-properties@npm:^1.0.2":
version: 1.0.2
resolution: "java-properties@npm:1.0.2"
Expand Down Expand Up @@ -6248,7 +6289,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 Down Expand Up @@ -8730,11 +8771,12 @@ __metadata:
languageName: node
linkType: hard

"ts-jest@npm:29.1.2":
version: 29.1.2
resolution: "ts-jest@npm:29.1.2"
"ts-jest@npm:29.2.2":
version: 29.2.2
resolution: "ts-jest@npm:29.2.2"
dependencies:
bs-logger: 0.x
ejs: ^3.0.0
fast-json-stable-stringify: 2.x
jest-util: ^29.0.0
json5: ^2.2.3
Expand All @@ -8744,13 +8786,16 @@ __metadata:
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:
Expand All @@ -8759,7 +8804,7 @@ __metadata:
optional: true
bin:
ts-jest: cli.js
checksum: a0ce0affc1b716c78c9ab55837829c42cb04b753d174a5c796bb1ddf9f0379fc20647b76fbe30edb30d9b23181908138d6b4c51ef2ae5e187b66635c295cefd5
checksum: e8e20167ecab9d164215691ea60e946774519fd602809599d1f2abf8321a767310e9ee2cf377a346a3d6de7b8a8ac619180bb0ab06f3813e51f82973f5a94b82
languageName: node
linkType: hard

Expand Down

0 comments on commit 403aa81

Please sign in to comment.