Skip to content

Commit 3da84d1

Browse files
authored
chore(release): 27.0.0-next.9 (#2464)
1 parent ccd7326 commit 3da84d1

File tree

3 files changed

+54
-33
lines changed

3 files changed

+54
-33
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [27.0.0-next.9](https://github.com/kulshekhar/ts-jest/compare/v27.0.0-next.8...v27.0.0-next.9) (2021-03-19)
2+
3+
4+
### Bug Fixes
5+
6+
* **compiler:** initialize compiler with `.ts`/`.tsx`/`.d.ts` files only ([#2458](https://github.com/kulshekhar/ts-jest/issues/2458)) ([a89f0e2](https://github.com/kulshekhar/ts-jest/commit/a89f0e2061e01440337dde4134639ff6a2d69936)), closes [#2445](https://github.com/kulshekhar/ts-jest/issues/2445)
7+
8+
9+
### Features
10+
11+
* adopt `[email protected]` ([#2450](https://github.com/kulshekhar/ts-jest/issues/2450)) ([b714da3](https://github.com/kulshekhar/ts-jest/commit/b714da36e2cb9fa7cc22591b12f301d904334a3f)), closes [#2459](https://github.com/kulshekhar/ts-jest/issues/2459)
12+
13+
14+
115
## [26.5.4](https://github.com/kulshekhar/ts-jest/compare/v26.5.3...v26.5.4) (2021-03-17)
216

317

package-lock.json

+35-28
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ts-jest",
3-
"version": "27.0.0-next.8",
3+
"version": "27.0.0-next.9",
44
"main": "dist/index.js",
55
"types": "dist/index.d.ts",
66
"bin": {
@@ -60,7 +60,7 @@
6060
"bs-logger": "0.x",
6161
"buffer-from": "1.x",
6262
"fast-json-stable-stringify": "2.x",
63-
"jest-util": "next",
63+
"jest-util": "27.0.0-next.3",
6464
"json5": "2.x",
6565
"lodash": "4.x",
6666
"make-error": "1.x",
@@ -82,8 +82,8 @@
8282
"devDependencies": {
8383
"@commitlint/cli": "12.x",
8484
"@commitlint/config-angular": "^12.0.0",
85-
"@jest/transform": "next",
86-
"@jest/types": "next",
85+
"@jest/transform": "27.0.0-next.5",
86+
"@jest/types": "27.0.0-next.3",
8787
"@types/babel__core": "7.x",
8888
"@types/buffer-from": "latest",
8989
"@types/cross-spawn": "latest",
@@ -114,7 +114,7 @@
114114
"fs-extra": "9.x",
115115
"glob-gitignore": "latest",
116116
"husky": "4.x",
117-
"jest": "next",
117+
"jest": "27.0.0-next.5",
118118
"js-yaml": "latest",
119119
"json-schema-to-typescript": "^10.1.3",
120120
"lint-staged": "latest",

0 commit comments

Comments
 (0)