typescript 5.6.0-dev.20240716 → 5.6.0-dev.20240718

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.20240716",
5
+ "version": "5.6.0-dev.20240718",
6
6
  "license": "Apache-2.0",
7
7
  "description": "TypeScript is a language for application scale JavaScript development",
8
8
  "keywords": [
@@ -39,11 +39,11 @@
39
39
  "!**/.gitattributes"
40
40
  ],
41
41
  "devDependencies": {
42
- "@dprint/formatter": "^0.3.0",
43
- "@dprint/typescript": "0.91.1",
42
+ "@dprint/formatter": "^0.4.1",
43
+ "@dprint/typescript": "0.91.3",
44
44
  "@esfx/canceltoken": "^1.0.0",
45
45
  "@eslint/js": "^8.57.0",
46
- "@octokit/rest": "^21.0.0",
46
+ "@octokit/rest": "^21.0.1",
47
47
  "@types/chai": "^4.3.16",
48
48
  "@types/diff": "^5.2.1",
49
49
  "@types/minimist": "^1.2.5",
@@ -52,33 +52,34 @@
52
52
  "@types/node": "latest",
53
53
  "@types/source-map-support": "^0.5.10",
54
54
  "@types/which": "^3.0.4",
55
- "@typescript-eslint/utils": "^7.14.1",
55
+ "@typescript-eslint/utils": "^7.16.1",
56
56
  "azure-devops-node-api": "^14.0.1",
57
57
  "c8": "^10.1.2",
58
58
  "chai": "^4.4.1",
59
59
  "chalk": "^4.1.2",
60
60
  "chokidar": "^3.6.0",
61
61
  "diff": "^5.2.0",
62
- "dprint": "^0.46.3",
63
- "esbuild": "^0.22.0",
62
+ "dprint": "^0.47.2",
63
+ "esbuild": "^0.23.0",
64
64
  "eslint": "^8.57.0",
65
65
  "eslint-formatter-autolinkable-stylish": "^1.3.0",
66
66
  "fast-xml-parser": "^4.4.0",
67
- "glob": "^10.4.2",
67
+ "glob": "^10.4.5",
68
68
  "globals": "^13.24.0",
69
- "hereby": "^1.8.9",
69
+ "hereby": "^1.9.0",
70
70
  "jsonc-parser": "^3.3.1",
71
- "knip": "^5.25.1",
71
+ "knip": "^5.26.0",
72
72
  "minimist": "^1.2.8",
73
- "mocha": "^10.5.2",
73
+ "mocha": "^10.6.0",
74
74
  "mocha-fivemat-progress-reporter": "^0.1.0",
75
+ "monocart-coverage-reports": "^2.9.3",
75
76
  "ms": "^2.1.3",
76
77
  "node-fetch": "^3.3.2",
77
- "playwright": "^1.45.0",
78
+ "playwright": "^1.45.2",
78
79
  "source-map-support": "^0.5.21",
79
80
  "tslib": "^2.6.3",
80
- "typescript": "^5.5.2",
81
- "typescript-eslint": "^7.14.1",
81
+ "typescript": "^5.5.3",
82
+ "typescript-eslint": "^7.16.1",
82
83
  "which": "^3.0.1"
83
84
  },
84
85
  "overrides": {
@@ -113,5 +114,5 @@
113
114
  "node": "20.1.0",
114
115
  "npm": "8.19.4"
115
116
  },
116
- "gitHead": "ec446b6f19b44ed3db2d787b59d9c99a5b710283"
117
+ "gitHead": "14eca92fd77b101454c03181f084a8ecb9be8b76"
117
118
  }