Skip to content

Commit b39673f

Browse files
authored
chore(release): 27.1.2 (#3148)
1 parent b818e00 commit b39673f

File tree

3 files changed

+36
-73
lines changed

3 files changed

+36
-73
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,19 @@
1+
## [27.1.2](https://github.com/kulshekhar/ts-jest/compare/v27.1.1...v27.1.2) (2021-12-15)
2+
3+
4+
### Bug Fixes
5+
6+
* stimulate `esbuild` type to avoid importing `esbuild` directly ([#3147](https://github.com/kulshekhar/ts-jest/issues/3147)) ([9ace0a9](https://github.com/kulshekhar/ts-jest/commit/9ace0a9991da8bcb0f04a2e603f7601d6fb630e7))
7+
8+
9+
110
## [27.1.1](https://github.com/kulshekhar/ts-jest/compare/v27.1.0...v27.1.1) (2021-12-07)
211

312

413
### Bug Fixes
514

615
* bring back `afterProcess` hook ([#3132](https://github.com/kulshekhar/ts-jest/issues/3132)) ([2b6b86e](https://github.com/kulshekhar/ts-jest/commit/2b6b86e01dcd3d9d9906f24fe3db5cadb799146a))
7-
* make `esbuild` as optional peer dependency ([#3129](https://github.com/kulshekhar/ts-jest/issues/3129)) ([20258de](https://github.com/kulshekhar/ts-jest/commit/20258de54c9c10f8d2495bda174f9865a3cebc91))
16+
* make `esbuild` as optional peer dependency ([#3129](https://github.com/kulshekhar/ts-jest/pull/3129)) ([20258de](https://github.com/kulshekhar/ts-jest/commit/20258de54c9c10f8d2495bda174f9865a3cebc91))
817

918

1019

package-lock.json

Lines changed: 24 additions & 69 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ts-jest",
3-
"version": "27.1.1",
3+
"version": "27.1.2",
44
"main": "dist/index.js",
55
"types": "dist/index.d.ts",
66
"bin": {
@@ -115,7 +115,7 @@
115115
"conventional-changelog-cli": "2.x",
116116
"cross-spawn": "latest",
117117
"esbuild": "~0.14.2",
118-
"eslint": "8.4.1",
118+
"eslint": "^8.4.1",
119119
"eslint-config-prettier": "latest",
120120
"eslint-plugin-import": "latest",
121121
"eslint-plugin-jest": "latest",
@@ -136,7 +136,6 @@
136136
"lodash.set": "^4.3.2",
137137
"node-fetch": "^3.0.0",
138138
"prettier": "^2.4.0",
139-
"react": "^17.0.2",
140139
"typescript": "~4.5.2"
141140
},
142141
"lint-staged": {

0 commit comments

Comments
 (0)