ts-jest 29.4.6 → 29.4.9

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
- 9c5723b3a80e42c2cca16e1fcb1e90b882759305
1
+ 58edfe49f3f9192570efa8fa26d9cbc324d1324e
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [29.4.7](https://github.com/kulshekhar/ts-jest/compare/v29.4.6...v29.4.7) (2026-04-01)
2
+
3
+
4
+ ### Features
5
+
6
+ * support TypeScript v6 ([eda517d](https://github.com/kulshekhar/ts-jest/commit/eda517d226389317d99572887d3c1aa93c81be87))
7
+
1
8
  ## [29.4.6](https://github.com/kulshekhar/ts-jest/compare/v29.4.5...v29.4.6) (2025-12-01)
2
9
 
3
10
 
@@ -184,7 +184,6 @@ class ConfigSet {
184
184
  emitDeclarationOnly: undefined,
185
185
  sourceRoot: undefined,
186
186
  tsBuildInfoFile: undefined,
187
- rewriteRelativeImportExtensions: false,
188
187
  };
189
188
  /**
190
189
  * @internal
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ts-jest",
3
- "version": "29.4.6",
3
+ "version": "29.4.9",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "type": "commonjs",
@@ -53,11 +53,11 @@
53
53
  "dependencies": {
54
54
  "bs-logger": "^0.2.6",
55
55
  "fast-json-stable-stringify": "^2.1.0",
56
- "handlebars": "^4.7.8",
56
+ "handlebars": "^4.7.9",
57
57
  "json5": "^2.2.3",
58
58
  "lodash.memoize": "^4.1.2",
59
59
  "make-error": "^1.3.6",
60
- "semver": "^7.7.3",
60
+ "semver": "^7.7.4",
61
61
  "type-fest": "^4.41.0",
62
62
  "yargs-parser": "^21.1.1"
63
63
  },
@@ -68,7 +68,7 @@
68
68
  "babel-jest": "^29.0.0 || ^30.0.0",
69
69
  "jest": "^29.0.0 || ^30.0.0",
70
70
  "jest-util": "^29.0.0 || ^30.0.0",
71
- "typescript": ">=4.3 <6"
71
+ "typescript": ">=4.3 <7"
72
72
  },
73
73
  "peerDependenciesMeta": {
74
74
  "@babel/core": {
@@ -94,11 +94,11 @@
94
94
  "@commitlint/cli": "^19.8.1",
95
95
  "@commitlint/config-angular": "^19.8.1",
96
96
  "@eslint/compat": "^1.4.1",
97
- "@eslint/eslintrc": "^3.3.1",
98
- "@eslint/js": "^9.39.1",
99
- "@jest/globals": "^30.2.0",
100
- "@jest/transform": "^30.2.0",
101
- "@jest/types": "^30.2.0",
97
+ "@eslint/eslintrc": "^3.3.5",
98
+ "@eslint/js": "^9.39.4",
99
+ "@jest/globals": "^30.3.0",
100
+ "@jest/transform": "^30.3.0",
101
+ "@jest/types": "^30.3.0",
102
102
  "@types/babel__core": "^7.20.5",
103
103
  "@types/fs-extra": "^11.0.4",
104
104
  "@types/jest": "^29.5.14",
@@ -107,17 +107,17 @@
107
107
  "@types/lodash.memoize": "^4.1.9",
108
108
  "@types/lodash.set": "^4.3.9",
109
109
  "@types/micromatch": "^4.0.10",
110
- "@types/node": "20.19.25",
110
+ "@types/node": "20.19.37",
111
111
  "@types/semver": "^7.7.1",
112
112
  "@types/yargs": "^17.0.35",
113
113
  "@types/yargs-parser": "21.0.3",
114
- "@typescript-eslint/eslint-plugin": "^8.48.0",
115
- "@typescript-eslint/parser": "^8.48.0",
116
- "babel-jest": "^30.2.0",
117
- "conventional-changelog-angular": "^8.1.0",
118
- "conventional-changelog": "^7.1.1",
119
- "esbuild": "~0.27.0",
120
- "eslint": "^9.39.1",
114
+ "@typescript-eslint/eslint-plugin": "^8.57.2",
115
+ "@typescript-eslint/parser": "^8.57.2",
116
+ "babel-jest": "^30.3.0",
117
+ "conventional-changelog-angular": "^8.3.0",
118
+ "conventional-changelog": "^7.2.0",
119
+ "esbuild": "~0.27.4",
120
+ "eslint": "^9.39.4",
121
121
  "eslint-config-prettier": "^10.1.8",
122
122
  "eslint-plugin-import": "^2.32.0",
123
123
  "eslint-plugin-jest": "^28.14.0",
@@ -125,18 +125,18 @@
125
125
  "eslint-plugin-prettier": "^4.2.5",
126
126
  "execa": "5.1.1",
127
127
  "fast-glob": "^3.3.3",
128
- "fs-extra": "^11.3.2",
128
+ "fs-extra": "^11.3.4",
129
129
  "globals": "^16.5.0",
130
130
  "husky": "^9.1.7",
131
- "jest": "^30.2.0",
131
+ "jest": "^30.3.0",
132
132
  "js-yaml": "^4.1.1",
133
133
  "lint-staged": "^15.5.2",
134
- "memfs": "^4.51.0",
134
+ "memfs": "^4.57.1",
135
135
  "prettier": "^2.8.8",
136
136
  "rimraf": "^5.0.10",
137
137
  "ts-node": "^10.9.2",
138
138
  "typescript": "~5.9.3",
139
- "typescript-eslint": "^8.48.0"
139
+ "typescript-eslint": "^8.57.2"
140
140
  },
141
141
  "engines": {
142
142
  "node": "^14.15.0 || ^16.10.0 || ^18.0.0 || >=20.0.0"