Skip to content

Commit

Permalink
chore(release): 27.0.0-next.9 (#2464)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnpnl committed Mar 19, 2021
1 parent ccd7326 commit 3da84d1
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 33 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,17 @@
# [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)


### Bug Fixes

* **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)


### Features

* adopt `jest@27.0.0-next.5` ([#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)



## [26.5.4](https://github.com/kulshekhar/ts-jest/compare/v26.5.3...v26.5.4) (2021-03-17)


Expand Down
63 changes: 35 additions & 28 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "ts-jest",
"version": "27.0.0-next.8",
"version": "27.0.0-next.9",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"bin": {
Expand Down Expand Up @@ -60,7 +60,7 @@
"bs-logger": "0.x",
"buffer-from": "1.x",
"fast-json-stable-stringify": "2.x",
"jest-util": "next",
"jest-util": "27.0.0-next.3",
"json5": "2.x",
"lodash": "4.x",
"make-error": "1.x",
Expand All @@ -82,8 +82,8 @@
"devDependencies": {
"@commitlint/cli": "12.x",
"@commitlint/config-angular": "^12.0.0",
"@jest/transform": "next",
"@jest/types": "next",
"@jest/transform": "27.0.0-next.5",
"@jest/types": "27.0.0-next.3",
"@types/babel__core": "7.x",
"@types/buffer-from": "latest",
"@types/cross-spawn": "latest",
Expand Down Expand Up @@ -114,7 +114,7 @@
"fs-extra": "9.x",
"glob-gitignore": "latest",
"husky": "4.x",
"jest": "next",
"jest": "27.0.0-next.5",
"js-yaml": "latest",
"json-schema-to-typescript": "^10.1.3",
"lint-staged": "latest",
Expand Down

0 comments on commit 3da84d1

Please sign in to comment.