ts-jest 28.0.2 → 28.0.3

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
- 8007ad9f9353d20ce73d8e3f7fa082461be9f084
1
+ 159743cd9897e435c297560fc7e873b39bceb367
package/CHANGELOG.md CHANGED
@@ -1,3 +1,12 @@
1
+ ## [28.0.3](https://github.com/kulshekhar/ts-jest/compare/v28.0.2...v28.0.3) (2022-05-23)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **security:** update version of `json5` ([#3528](https://github.com/kulshekhar/ts-jest/issues/3528)) ([b31f5ba](https://github.com/kulshekhar/ts-jest/commit/b31f5bab142466fd8b6157ec03eff7316584e51d))
7
+
8
+
9
+
1
10
  ## [28.0.2](https://github.com/kulshekhar/ts-jest/compare/v28.0.1...v28.0.2) (2022-05-07)
2
11
 
3
12
 
@@ -51,6 +60,15 @@
51
60
 
52
61
 
53
62
 
63
+ ## [27.1.5](https://github.com/kulshekhar/ts-jest/compare/v27.1.3...v27.1.4) (2022-05-17)
64
+
65
+
66
+ ### Bug Fixes
67
+
68
+ * **transformers** use `Array.sort` in hoisting transformer ([#3498](https://github.com/kulshekhar/ts-jest/pull/3498)) ([e400a6e](https://github.com/kulshekhar/ts-jest/commit/e400a6ec0e4706f606ae9b1e2897b0bb1cff6343)), fixes [#3476](https://github.com/kulshekhar/ts-jest/issues/3476)
69
+
70
+
71
+
54
72
  ## [27.1.4](https://github.com/kulshekhar/ts-jest/compare/v27.1.3...v27.1.4) (2022-03-24)
55
73
 
56
74
 
@@ -834,7 +852,7 @@ import { mocked, createJestPreset, pathsToModuleNameMapper` } from 'ts-jest/util
834
852
  ### BREAKING CHANGES
835
853
 
836
854
  * Requires a minimum of TypeScript v3.8
837
- * Drop support for Node 8
855
+ * Drop support for Node 8
838
856
 
839
857
 
840
858
  <a name="25.5.1"></a>
package/README.md CHANGED
@@ -39,7 +39,7 @@ These instructions will get you setup to use `ts-jest` in your project. For more
39
39
  | **Prerequisites** | `npm i -D jest typescript` | `yarn add --dev jest typescript` |
40
40
  | **Installing** | `npm i -D ts-jest @types/jest` | `yarn add --dev ts-jest @types/jest` |
41
41
  | **Creating config** | `npx ts-jest config:init` | `yarn ts-jest config:init` |
42
- | **Running tests** | `npm t` or `npx jest` | `yarn test` or `yarn jest` |
42
+ | **Running tests** | `npm test` or `npx jest` | `yarn test` or `yarn jest` |
43
43
 
44
44
  ## Built With
45
45
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ts-jest",
3
- "version": "28.0.2",
3
+ "version": "28.0.3",
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": "^28.0.0",
57
- "json5": "2.x",
57
+ "json5": "^2.2.1",
58
58
  "lodash.memoize": "4.x",
59
59
  "make-error": "1.x",
60
60
  "semver": "7.x",
@@ -89,8 +89,8 @@
89
89
  }
90
90
  },
91
91
  "devDependencies": {
92
- "@commitlint/cli": "16.x",
93
- "@commitlint/config-angular": "^16.0.0",
92
+ "@commitlint/cli": "17.x",
93
+ "@commitlint/config-angular": "^17.0.0",
94
94
  "@jest/transform": "^28.0.0",
95
95
  "@jest/types": "^28.0.0",
96
96
  "@types/babel__core": "7.x",
@@ -102,7 +102,7 @@
102
102
  "@types/lodash.memoize": "4.x",
103
103
  "@types/lodash.set": "4.x",
104
104
  "@types/micromatch": "4.x",
105
- "@types/node": "17.0.31",
105
+ "@types/node": "17.0.35",
106
106
  "@types/node-fetch": "^3.0.3",
107
107
  "@types/react": "18.x",
108
108
  "@types/rimraf": "^3.0.2",