ts-jest 29.0.3 → 29.0.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 CHANGED
@@ -1 +1 @@
1
- 7378fcb54a209ca78cc5680b6d7f7243b480d5bb
1
+ c6798b4edfd61cc5fce7600e2bef31a7f377bf22
package/CHANGELOG.md CHANGED
@@ -1,3 +1,22 @@
1
+ ## [29.0.5](https://github.com/kulshekhar/ts-jest/compare/v29.0.4...v29.0.5) (2023-01-13)
2
+
3
+
4
+ ### Reverts
5
+
6
+ * Revert "fix(transformer): don't use cache when `tsJestConfig` is different (#3966)" ([185eb18](https://github.com/kulshekhar/ts-jest/commit/185eb189d7076c717a107066817d2d6959a8fe39)), closes [#3966](https://github.com/kulshekhar/ts-jest/issues/3966)
7
+
8
+
9
+
10
+ ## [29.0.4](https://github.com/kulshekhar/ts-jest/compare/v29.0.3...v29.0.4) (2023-01-10)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * **transformer:** don't use cache when `tsJestConfig` is different ([#3966](https://github.com/kulshekhar/ts-jest/issues/3966)) ([a445638](https://github.com/kulshekhar/ts-jest/commit/a445638ca631911e8ab1a896ffdfcd21506ce71a))
16
+ * bump `json5` to `2.2.3` ([#3976](https://github.com/kulshekhar/ts-jest/pull/3976))([b9f7809](https://github.com/kulshekhar/ts-jest/commit/b9f7809948309f92534aeba63f3ffb01cb7dc536))
17
+
18
+
19
+
1
20
  ## [29.0.3](https://github.com/kulshekhar/ts-jest/compare/v29.0.2...v29.0.3) (2022-09-28)
2
21
 
3
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ts-jest",
3
- "version": "29.0.3",
3
+ "version": "29.0.5",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "bin": {
@@ -54,7 +54,7 @@
54
54
  "bs-logger": "0.x",
55
55
  "fast-json-stable-stringify": "2.x",
56
56
  "jest-util": "^29.0.0",
57
- "json5": "^2.2.1",
57
+ "json5": "^2.2.3",
58
58
  "lodash.memoize": "4.x",
59
59
  "make-error": "1.x",
60
60
  "semver": "7.x",
@@ -90,9 +90,9 @@
90
90
  },
91
91
  "devDependencies": {
92
92
  "@commitlint/cli": "17.x",
93
- "@commitlint/config-angular": "^17.1.0",
94
- "@jest/transform": "^29.0.3",
95
- "@jest/types": "^29.0.3",
93
+ "@commitlint/config-angular": "^17.4.2",
94
+ "@jest/transform": "^29.1.2",
95
+ "@jest/types": "^29.1.2",
96
96
  "@types/babel__core": "7.x",
97
97
  "@types/cross-spawn": "latest",
98
98
  "@types/fs-extra": "latest",
@@ -101,20 +101,20 @@
101
101
  "@types/lodash.memoize": "4.x",
102
102
  "@types/lodash.set": "4.x",
103
103
  "@types/micromatch": "4.x",
104
- "@types/node": "17.0.35",
104
+ "@types/node": "18.11.18",
105
105
  "@types/node-fetch": "^3.0.3",
106
106
  "@types/react": "18.x",
107
107
  "@types/rimraf": "^3.0.2",
108
108
  "@types/semver": "latest",
109
109
  "@types/yargs": "latest",
110
110
  "@types/yargs-parser": "21.x",
111
- "@typescript-eslint/eslint-plugin": "^5.38.1",
112
- "@typescript-eslint/parser": "^5.38.1",
113
- "babel-jest": "^29.0.3",
111
+ "@typescript-eslint/eslint-plugin": "^5.48.1",
112
+ "@typescript-eslint/parser": "^5.48.1",
113
+ "babel-jest": "^29.1.2",
114
114
  "conventional-changelog-cli": "2.x",
115
115
  "cross-spawn": "latest",
116
- "esbuild": "~0.15.9",
117
- "eslint": "^8.24.0",
116
+ "esbuild": "~0.16.17",
117
+ "eslint": "^8.31.0",
118
118
  "eslint-config-prettier": "latest",
119
119
  "eslint-plugin-import": "latest",
120
120
  "eslint-plugin-jest": "latest",
@@ -122,20 +122,20 @@
122
122
  "eslint-plugin-prefer-arrow": "latest",
123
123
  "eslint-plugin-prettier": "latest",
124
124
  "execa": "5.1.1",
125
- "fs-extra": "10.x",
125
+ "fs-extra": "11.x",
126
126
  "glob": "^8.0.3",
127
127
  "glob-gitignore": "latest",
128
128
  "husky": "4.x",
129
- "jest": "^29.0.3",
129
+ "jest": "^29.1.2",
130
130
  "jest-snapshot-serializer-raw": "^1.2.0",
131
131
  "js-yaml": "latest",
132
132
  "json-schema-to-typescript": "^11.0.2",
133
133
  "lint-staged": "latest",
134
134
  "lodash.camelcase": "^4.3.0",
135
135
  "lodash.set": "^4.3.2",
136
- "node-fetch": "^3.2.10",
137
- "prettier": "^2.7.1",
138
- "typescript": "~4.8.3"
136
+ "node-fetch": "^3.3.0",
137
+ "prettier": "^2.8.2",
138
+ "typescript": "~4.8.4"
139
139
  },
140
140
  "lint-staged": {
141
141
  "*.{ts,tsx,js,jsx}": [