@typespec/compiler 0.63.0-dev.5 → 0.63.0-dev.6
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/dist/manifest.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@typespec/compiler",
|
|
3
|
-
"version": "0.63.0-dev.
|
|
3
|
+
"version": "0.63.0-dev.6",
|
|
4
4
|
"description": "TypeSpec Compiler Preview",
|
|
5
5
|
"author": "Microsoft Corporation",
|
|
6
6
|
"license": "MIT",
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"change-case": "~5.4.4",
|
|
72
72
|
"globby": "~14.0.2",
|
|
73
73
|
"mustache": "~4.2.0",
|
|
74
|
-
"picocolors": "~1.1.
|
|
74
|
+
"picocolors": "~1.1.1",
|
|
75
75
|
"prettier": "~3.3.3",
|
|
76
76
|
"prompts": "~2.4.2",
|
|
77
77
|
"semver": "^7.6.3",
|
|
@@ -84,12 +84,12 @@
|
|
|
84
84
|
"devDependencies": {
|
|
85
85
|
"@types/babel__code-frame": "~7.0.6",
|
|
86
86
|
"@types/mustache": "~4.2.5",
|
|
87
|
-
"@types/node": "~22.7.
|
|
87
|
+
"@types/node": "~22.7.9",
|
|
88
88
|
"@types/prompts": "~2.4.9",
|
|
89
89
|
"@types/semver": "^7.5.8",
|
|
90
90
|
"@types/yargs": "~17.0.33",
|
|
91
91
|
"@typespec/internal-build-utils": "~0.62.0 || >=0.63.0-dev <0.63.0",
|
|
92
|
-
"@vitest/coverage-v8": "^2.1.
|
|
92
|
+
"@vitest/coverage-v8": "^2.1.5",
|
|
93
93
|
"@vitest/ui": "^2.1.2",
|
|
94
94
|
"c8": "^10.1.2",
|
|
95
95
|
"grammarkdown": "~3.3.2",
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
"source-map-support": "~0.5.21",
|
|
98
98
|
"tmlanguage-generator": "~0.5.10 || >=0.6.0-dev <0.6.0",
|
|
99
99
|
"typescript": "~5.6.3",
|
|
100
|
-
"vitest": "^2.1.
|
|
100
|
+
"vitest": "^2.1.5",
|
|
101
101
|
"vscode-oniguruma": "~2.0.1",
|
|
102
102
|
"vscode-textmate": "~9.1.0"
|
|
103
103
|
},
|
|
@@ -18,12 +18,12 @@
|
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"@types/node": "latest",
|
|
21
|
-
"@typescript-eslint/eslint-plugin": "^
|
|
22
|
-
"@typescript-eslint/parser": "^
|
|
21
|
+
"@typescript-eslint/eslint-plugin": "^8.15.0",
|
|
22
|
+
"@typescript-eslint/parser": "^8.15.0",
|
|
23
|
+
"eslint": "^9.15.0",
|
|
23
24
|
"@typespec/compiler": "latest",
|
|
24
|
-
"eslint": "^8.45.0",
|
|
25
25
|
"typescript": "^5.3.3",
|
|
26
|
-
"prettier": "^3.
|
|
26
|
+
"prettier": "^3.3.3"
|
|
27
27
|
},
|
|
28
28
|
"scripts": {
|
|
29
29
|
"build": "tsc",
|
|
@@ -19,12 +19,12 @@
|
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
21
|
"@types/node": "latest",
|
|
22
|
-
"@typescript-eslint/eslint-plugin": "^
|
|
23
|
-
"@typescript-eslint/parser": "^
|
|
22
|
+
"@typescript-eslint/eslint-plugin": "^8.15.0",
|
|
23
|
+
"@typescript-eslint/parser": "^8.15.0",
|
|
24
24
|
"@typespec/compiler": "latest",
|
|
25
25
|
"@typespec/library-linter": "latest",
|
|
26
|
-
"eslint": "^
|
|
27
|
-
"prettier": "^3.
|
|
26
|
+
"eslint": "^9.15.0",
|
|
27
|
+
"prettier": "^3.3.3",
|
|
28
28
|
"typescript": "^5.3.3"
|
|
29
29
|
},
|
|
30
30
|
"scripts": {
|
|
@@ -18,12 +18,12 @@
|
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"@types/node": "latest",
|
|
21
|
-
"@typescript-eslint/eslint-plugin": "^
|
|
22
|
-
"@typescript-eslint/parser": "^
|
|
21
|
+
"@typescript-eslint/eslint-plugin": "^8.15.0",
|
|
22
|
+
"@typescript-eslint/parser": "^8.15.0",
|
|
23
|
+
"eslint": "^9.15.0",
|
|
23
24
|
"@typespec/compiler": "latest",
|
|
24
|
-
"eslint": "^8.45.0",
|
|
25
25
|
"typescript": "^5.3.3",
|
|
26
|
-
"prettier": "^3.
|
|
26
|
+
"prettier": "^3.3.3"
|
|
27
27
|
},
|
|
28
28
|
"scripts": {
|
|
29
29
|
"build": "tsc",
|
|
@@ -19,12 +19,12 @@
|
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
21
|
"@types/node": "latest",
|
|
22
|
-
"@typescript-eslint/eslint-plugin": "^
|
|
23
|
-
"@typescript-eslint/parser": "^
|
|
22
|
+
"@typescript-eslint/eslint-plugin": "^8.15.0",
|
|
23
|
+
"@typescript-eslint/parser": "^8.15.0",
|
|
24
24
|
"@typespec/compiler": "latest",
|
|
25
25
|
"@typespec/library-linter": "latest",
|
|
26
|
-
"eslint": "^
|
|
27
|
-
"prettier": "^3.
|
|
26
|
+
"eslint": "^9.15.0",
|
|
27
|
+
"prettier": "^3.3.3",
|
|
28
28
|
"typescript": "^5.3.3"
|
|
29
29
|
},
|
|
30
30
|
"scripts": {
|