Skip to content

Commit d4f275b

Browse files
committed
chore: Revert ts-jest to v29.1.1
v29.1.2 introduces a breaking change, dropping support for Node 14. They don't follow SemVer in order to keep their major version number aligned with Jest. This repo needs updating to Node 18 (at a minimum), but this should not be a blocker for the 2.0.0 release.
1 parent 2047e2d commit d4f275b

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"jest": "^29.7.0",
3939
"nyc": "^15.1.0",
4040
"semantic-release": "^19.0.5",
41-
"ts-jest": "^29.1.2",
41+
"ts-jest": "29.1.1",
4242
"ts-node": "^10.9.2",
4343
"tsconfig-paths": "^4.2.0",
4444
"typescript": "^4.9.5"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6601,10 +6601,10 @@ triple-beam@^1.3.0:
66016601
resolved "https://registry.yarnpkg.com/triple-beam/-/triple-beam-1.3.0.tgz#a595214c7298db8339eeeee083e4d10bd8cb8dd9"
66026602
integrity sha512-XrHUvV5HpdLmIj4uVMxHggLbFSZYIn7HEWsqePZcI50pco+MPqJ50wMGY794X7AOOhxOBAjbkqfAbEe/QMp2Lw==
66036603

6604-
ts-jest@^29.1.2:
6605-
version "29.1.2"
6606-
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.1.2.tgz#7613d8c81c43c8cb312c6904027257e814c40e09"
6607-
integrity sha512-br6GJoH/WUX4pu7FbZXuWGKGNDuU7b8Uj77g/Sp7puZV6EXzuByl6JrECvm0MzVzSTkSHWTihsXt+5XYER5b+g==
6604+
ts-jest@29.1.1:
6605+
version "29.1.1"
6606+
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.1.1.tgz#f58fe62c63caf7bfcc5cc6472082f79180f0815b"
6607+
integrity sha512-D6xjnnbP17cC85nliwGiL+tpoKN0StpgE0TeOjXQTU6MVCfsB4v7aW05CgQ/1OywGb0x/oy9hHFnN+sczTiRaA==
66086608
dependencies:
66096609
bs-logger "0.x"
66106610
fast-json-stable-stringify "2.x"

0 commit comments

Comments
 (0)