typescript 5.6.0-dev.20240626 → 5.6.0-dev.20240628

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/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "typescript",
3
3
  "author": "Microsoft Corp.",
4
4
  "homepage": "https://www.typescriptlang.org/",
5
- "version": "5.6.0-dev.20240626",
5
+ "version": "5.6.0-dev.20240628",
6
6
  "license": "Apache-2.0",
7
7
  "description": "TypeScript is a language for application scale JavaScript development",
8
8
  "keywords": [
@@ -42,19 +42,18 @@
42
42
  "@dprint/formatter": "^0.3.0",
43
43
  "@dprint/typescript": "0.91.1",
44
44
  "@esfx/canceltoken": "^1.0.0",
45
- "@octokit/rest": "^20.1.1",
45
+ "@eslint/js": "^8.57.0",
46
+ "@octokit/rest": "^21.0.0",
46
47
  "@types/chai": "^4.3.16",
47
48
  "@types/diff": "^5.2.1",
48
49
  "@types/minimist": "^1.2.5",
49
- "@types/mocha": "^10.0.6",
50
+ "@types/mocha": "^10.0.7",
50
51
  "@types/ms": "^0.7.34",
51
52
  "@types/node": "latest",
52
53
  "@types/source-map-support": "^0.5.10",
53
54
  "@types/which": "^3.0.4",
54
- "@typescript-eslint/eslint-plugin": "^7.13.1",
55
- "@typescript-eslint/parser": "^7.13.1",
56
- "@typescript-eslint/utils": "^7.13.1",
57
- "azure-devops-node-api": "^13.0.0",
55
+ "@typescript-eslint/utils": "^7.14.1",
56
+ "azure-devops-node-api": "^14.0.1",
58
57
  "c8": "^10.1.2",
59
58
  "chai": "^4.4.1",
60
59
  "chalk": "^4.1.2",
@@ -64,20 +63,22 @@
64
63
  "esbuild": "^0.21.5",
65
64
  "eslint": "^8.57.0",
66
65
  "eslint-formatter-autolinkable-stylish": "^1.3.0",
67
- "eslint-plugin-local": "^4.2.2",
68
66
  "fast-xml-parser": "^4.4.0",
69
- "glob": "^10.4.1",
67
+ "glob": "^10.4.2",
68
+ "globals": "^13.24.0",
70
69
  "hereby": "^1.8.9",
71
- "jsonc-parser": "^3.2.1",
70
+ "jsonc-parser": "^3.3.1",
71
+ "knip": "^5.23.1",
72
72
  "minimist": "^1.2.8",
73
- "mocha": "^10.4.0",
73
+ "mocha": "^10.5.2",
74
74
  "mocha-fivemat-progress-reporter": "^0.1.0",
75
75
  "ms": "^2.1.3",
76
76
  "node-fetch": "^3.3.2",
77
- "playwright": "^1.44.1",
77
+ "playwright": "^1.45.0",
78
78
  "source-map-support": "^0.5.21",
79
79
  "tslib": "^2.6.3",
80
80
  "typescript": "^5.5.2",
81
+ "typescript-eslint": "^7.14.1",
81
82
  "which": "^3.0.1"
82
83
  },
83
84
  "overrides": {
@@ -93,6 +94,7 @@
93
94
  "clean": "hereby clean",
94
95
  "gulp": "hereby",
95
96
  "lint": "hereby lint",
97
+ "knip": "hereby knip",
96
98
  "format": "dprint fmt",
97
99
  "setup-hooks": "node scripts/link-hooks.mjs"
98
100
  },
@@ -111,5 +113,5 @@
111
113
  "node": "20.1.0",
112
114
  "npm": "8.19.4"
113
115
  },
114
- "gitHead": "ef339af12801c1f88ff4e01d4d4e602addfcca98"
116
+ "gitHead": "9a23924d55367a3de89368f187318954fe40c439"
115
117
  }