ts-jest 29.1.0 → 29.1.1

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
- f6e34109d41dee339b6e88923445c043034af30a
1
+ b3b0008986ac15bb8a6bdd80c9102577ea718871
package/CHANGELOG.md CHANGED
@@ -1,3 +1,12 @@
1
+ ## [29.1.1](https://github.com/kulshekhar/ts-jest/compare/v29.1.0...v29.1.1) (2023-06-23)
2
+
3
+
4
+ ### Security Fixes
5
+
6
+ * bump `semver` to `7.5.3`
7
+
8
+
9
+
1
10
  # [29.1.0](https://github.com/kulshekhar/ts-jest/compare/v29.0.5...v29.1.0) (2023-03-26)
2
11
 
3
12
 
@@ -41,4 +41,4 @@ exports.normalize = normalize;
41
41
  // eslint-disable-next-line @typescript-eslint/no-namespace
42
42
  (function (normalize) {
43
43
  normalize.cache = new Map();
44
- })(normalize = exports.normalize || (exports.normalize = {}));
44
+ })(normalize || (exports.normalize = normalize = {}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ts-jest",
3
- "version": "29.1.0",
3
+ "version": "29.1.1",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "bin": {
@@ -57,7 +57,7 @@
57
57
  "json5": "^2.2.3",
58
58
  "lodash.memoize": "4.x",
59
59
  "make-error": "1.x",
60
- "semver": "7.x",
60
+ "semver": "^7.5.3",
61
61
  "yargs-parser": "^21.0.1"
62
62
  },
63
63
  "peerDependencies": {
@@ -90,7 +90,7 @@
90
90
  },
91
91
  "devDependencies": {
92
92
  "@commitlint/cli": "17.x",
93
- "@commitlint/config-angular": "^17.4.4",
93
+ "@commitlint/config-angular": "^17.6.5",
94
94
  "@jest/transform": "^29.5.0",
95
95
  "@jest/types": "^29.5.0",
96
96
  "@types/babel__core": "7.x",
@@ -101,19 +101,19 @@
101
101
  "@types/lodash.memoize": "4.x",
102
102
  "@types/lodash.set": "4.x",
103
103
  "@types/micromatch": "4.x",
104
- "@types/node": "18.15.11",
104
+ "@types/node": "18.16.18",
105
105
  "@types/react": "18.x",
106
106
  "@types/rimraf": "^3.0.2",
107
107
  "@types/semver": "latest",
108
108
  "@types/yargs": "latest",
109
109
  "@types/yargs-parser": "21.x",
110
- "@typescript-eslint/eslint-plugin": "^5.57.0",
111
- "@typescript-eslint/parser": "^5.57.0",
110
+ "@typescript-eslint/eslint-plugin": "^5.60.0",
111
+ "@typescript-eslint/parser": "^5.60.0",
112
112
  "babel-jest": "^29.5.0",
113
113
  "conventional-changelog-cli": "2.x",
114
114
  "cross-spawn": "latest",
115
- "esbuild": "~0.17.14",
116
- "eslint": "^8.37.0",
115
+ "esbuild": "~0.17.19",
116
+ "eslint": "^8.42.0",
117
117
  "eslint-config-prettier": "latest",
118
118
  "eslint-plugin-import": "latest",
119
119
  "eslint-plugin-jest": "latest",
@@ -122,19 +122,19 @@
122
122
  "eslint-plugin-prettier": "latest",
123
123
  "execa": "5.1.1",
124
124
  "fs-extra": "11.x",
125
- "glob": "^9.3.2",
125
+ "glob": "^10.2.6",
126
126
  "glob-gitignore": "latest",
127
127
  "husky": "4.x",
128
128
  "jest": "^29.5.0",
129
129
  "jest-snapshot-serializer-raw": "^1.2.0",
130
130
  "js-yaml": "latest",
131
- "json-schema-to-typescript": "^12.0.0",
131
+ "json-schema-to-typescript": "^13.0.1",
132
132
  "lint-staged": "latest",
133
133
  "lodash.camelcase": "^4.3.0",
134
134
  "lodash.set": "^4.3.2",
135
135
  "node-fetch": "^3.3.1",
136
- "prettier": "^2.8.7",
137
- "typescript": "~5.0.2"
136
+ "prettier": "^2.8.8",
137
+ "typescript": "~5.1.3"
138
138
  },
139
139
  "lint-staged": {
140
140
  "*.{ts,tsx,js,jsx}": [