typespec-vscode 1.1.0 → 1.2.0-dev.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.
@@ -10,7 +10,7 @@ granted herein, whether by implication, estoppel or otherwise.
10
10
 
11
11
  1. ajv version 8.17.1 (ajv-validator/ajv)
12
12
  2. balanced-match version 1.0.2 (https://github.com/juliangruber/balanced-match)
13
- 3. brace-expansion version 2.0.1 (https://github.com/juliangruber/brace-expansion)
13
+ 3. brace-expansion version 2.0.2 (https://github.com/juliangruber/brace-expansion)
14
14
  4. change-case version 5.4.4 (https://github.com/blakeembrey/change-case)
15
15
  5. cross-spawn version 7.0.6 (git@github.com:moxystudio/node-cross-spawn)
16
16
  6. fast-deep-equal version 3.1.3 (https://github.com/epoberezkin/fast-deep-equal)
@@ -26,7 +26,7 @@ granted herein, whether by implication, estoppel or otherwise.
26
26
  16. shebang-regex version 3.0.0 (sindresorhus/shebang-regex)
27
27
  17. which version 2.0.2 (https://github.com/isaacs/node-which)
28
28
  18. which version 5.0.0 (https://github.com/npm/node-which)
29
- 19. yaml version 2.7.1 (github:eemeli/yaml)
29
+ 19. yaml version 2.8.0 (github:eemeli/yaml)
30
30
 
31
31
 
32
32
  %% ajv NOTICES AND INFORMATION BEGIN HERE
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "typespec-vscode",
3
- "version": "1.1.0",
3
+ "version": "1.2.0-dev.1",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "TypeSpec language support for VS Code",
6
6
  "homepage": "https://typespec.io",
@@ -246,18 +246,20 @@
246
246
  "devDependencies": {
247
247
  "@types/cross-spawn": "~6.0.6",
248
248
  "@types/mocha": "^10.0.9",
249
- "@types/node": "~22.13.11",
249
+ "@types/node": "~24.0.3",
250
250
  "@types/semver": "^7.5.8",
251
251
  "@types/vscode": "~1.100.0",
252
252
  "@types/which": "^3.0.4",
253
+ "@typespec/compiler": "^1.1.0",
254
+ "@typespec/internal-build-utils": "^0.71.0 || >=0.72.0-dev <0.72.0",
253
255
  "@vitest/coverage-v8": "^3.1.2",
254
256
  "@vitest/ui": "^3.1.2",
255
257
  "@vscode/extension-telemetry": "^1.0.0",
256
- "@vscode/test-web": "^0.0.69",
257
- "@vscode/vsce": "~3.3.0",
258
+ "@vscode/test-web": "^0.0.70",
259
+ "@vscode/vsce": "~3.5.0",
258
260
  "ajv": "~8.17.1",
259
- "cross-spawn": "^7.0.6",
260
261
  "c8": "^10.1.3",
262
+ "cross-spawn": "^7.0.6",
261
263
  "esbuild": "^0.25.1",
262
264
  "mocha": "^11.1.0",
263
265
  "playwright": "^1.51.1",
@@ -268,10 +270,10 @@
268
270
  "vitest": "^3.1.2",
269
271
  "vscode-languageclient": "~9.0.1",
270
272
  "which": "^5.0.0",
271
- "yaml": "~2.7.0",
272
- "@typespec/compiler": "^1.1.0",
273
- "@typespec/internal-build-utils": "^0.71.0"
273
+ "yaml": "~2.8.0"
274
274
  },
275
+ "dependencies": {},
276
+ "peerDependencies": {},
275
277
  "scripts": {
276
278
  "clean": "rimraf ./dist ./temp",
277
279
  "build": "pnpm compile && pnpm check && pnpm declaration-only && pnpm copy-templates && pnpm copy-tmlanguage && pnpm generate-language-configuration && pnpm generate-third-party-notices && pnpm package-vsix",
Binary file