ts-jest 29.1.4 → 29.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.ts-jest-digest +1 -1
- package/CHANGELOG.md +11 -2
- package/package.json +8 -9
package/.ts-jest-digest
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
fe39dee3cf86e90246fb615ac0e030c5cd17b1ee
|
package/CHANGELOG.md
CHANGED
|
@@ -1,14 +1,23 @@
|
|
|
1
|
+
## [29.1.5](https://github.com/kulshekhar/ts-jest/compare/v29.1.4...v29.1.5) (2024-06-16)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* build(deps-dev): bump braces ([5560334](https://github.com/kulshekhar/ts-jest/commit/5560334)), ([59026b4](https://github.com/kulshekhar/ts-jest/commit/59026b4)), ([0d9e359](https://github.com/kulshekhar/ts-jest/commit/0d9e359))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
1
10
|
## [29.1.4](https://github.com/kulshekhar/ts-jest/compare/v29.1.3...v29.1.4) (2024-05-28)
|
|
2
11
|
|
|
3
12
|
|
|
4
13
|
### Bug Fixes
|
|
5
14
|
|
|
6
|
-
* fix(transformer): allow transforming of .cts/.mts extensions. (
|
|
15
|
+
* fix(transformer): allow transforming of .cts/.mts extensions. ([b8f6eaa](https://github.com/kulshekhar/ts-jest/commit/b8f6eaa)), closes [#3996](https://github.com/kulshekhar/ts-jest/issues/3996)
|
|
7
16
|
|
|
8
17
|
|
|
9
18
|
### Features
|
|
10
19
|
|
|
11
|
-
* feat: make cli generate esm config based on `type: "module"` (
|
|
20
|
+
* feat: make cli generate esm config based on `type: "module"` ([81a5f64](https://github.com/kulshekhar/ts-jest/commit/81a5f64)), closes [#4210](https://github.com/kulshekhar/ts-jest/issues/4210) [#4012](https://github.com/kulshekhar/ts-jest/issues/4012)
|
|
12
21
|
|
|
13
22
|
|
|
14
23
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ts-jest",
|
|
3
|
-
"version": "29.1.
|
|
3
|
+
"version": "29.1.5",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"bin": {
|
|
@@ -105,23 +105,22 @@
|
|
|
105
105
|
"@types/lodash.memoize": "4.1.9",
|
|
106
106
|
"@types/lodash.set": "4.3.9",
|
|
107
107
|
"@types/micromatch": "4.0.7",
|
|
108
|
-
"@types/node": "20.
|
|
108
|
+
"@types/node": "20.14.2",
|
|
109
109
|
"@types/react": "18.x",
|
|
110
|
-
"@types/rimraf": "^4.0.5",
|
|
111
110
|
"@types/semver": "latest",
|
|
112
111
|
"@types/yargs": "latest",
|
|
113
112
|
"@types/yargs-parser": "21.0.3",
|
|
114
|
-
"@typescript-eslint/eslint-plugin": "^7.
|
|
115
|
-
"@typescript-eslint/parser": "^7.
|
|
113
|
+
"@typescript-eslint/eslint-plugin": "^7.13.0",
|
|
114
|
+
"@typescript-eslint/parser": "^7.13.0",
|
|
116
115
|
"babel-jest": "^29.7.0",
|
|
117
116
|
"conventional-changelog-cli": "^5.0.0",
|
|
118
117
|
"cross-spawn": "latest",
|
|
119
|
-
"esbuild": "~0.21.
|
|
118
|
+
"esbuild": "~0.21.5",
|
|
120
119
|
"eslint": "^8.57.0",
|
|
121
120
|
"eslint-config-prettier": "^9.1.0",
|
|
122
121
|
"eslint-plugin-import": "^2.29.1",
|
|
123
|
-
"eslint-plugin-jest": "^28.
|
|
124
|
-
"eslint-plugin-jsdoc": "^48.2.
|
|
122
|
+
"eslint-plugin-jest": "^28.6.0",
|
|
123
|
+
"eslint-plugin-jsdoc": "^48.2.12",
|
|
125
124
|
"eslint-plugin-prefer-arrow": "^1.2.3",
|
|
126
125
|
"eslint-plugin-prettier": "^5.1.3",
|
|
127
126
|
"execa": "5.1.1",
|
|
@@ -137,7 +136,7 @@
|
|
|
137
136
|
"lodash.camelcase": "^4.3.0",
|
|
138
137
|
"lodash.set": "^4.3.2",
|
|
139
138
|
"node-fetch": "^3.3.2",
|
|
140
|
-
"prettier": "^3.2
|
|
139
|
+
"prettier": "^3.3.2",
|
|
141
140
|
"typescript": "~5.1.3"
|
|
142
141
|
},
|
|
143
142
|
"lint-staged": {
|