typespec-vscode 1.7.0-dev.0 → 1.7.0

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.
@@ -30,7 +30,7 @@ granted herein, whether by implication, estoppel or otherwise.
30
30
  20. shebang-command version 2.0.0 (kevva/shebang-command)
31
31
  21. shebang-regex version 3.0.0 (sindresorhus/shebang-regex)
32
32
  22. which version 2.0.2 (https://github.com/isaacs/node-which)
33
- 23. which version 5.0.0 (https://github.com/npm/node-which)
33
+ 23. which version 6.0.0 (https://github.com/npm/node-which)
34
34
  24. yaml version 2.8.1 (github:eemeli/yaml)
35
35
 
36
36
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "typespec-vscode",
3
- "version": "1.7.0-dev.0",
3
+ "version": "1.7.0",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "TypeSpec language support for VS Code",
6
6
  "homepage": "https://typespec.io",
@@ -26,7 +26,7 @@
26
26
  "main": "./dist/src/extension.cjs",
27
27
  "browser": "./dist/src/web/extension.js",
28
28
  "engines": {
29
- "vscode": "^1.105.0"
29
+ "vscode": "^1.106.0"
30
30
  },
31
31
  "exports": {
32
32
  ".": {
@@ -264,35 +264,33 @@
264
264
  "devDependencies": {
265
265
  "@types/cross-spawn": "~6.0.6",
266
266
  "@types/mocha": "^10.0.9",
267
- "@types/node": "~24.9.1",
267
+ "@types/node": "~24.10.1",
268
268
  "@types/semver": "^7.5.8",
269
- "@types/vscode": "~1.105.0",
269
+ "@types/vscode": "~1.106.1",
270
270
  "@types/which": "^3.0.4",
271
- "@typespec/compiler": "^1.6.0",
272
- "@typespec/internal-build-utils": "^0.76.0 || >=0.77.0-dev <0.77.0",
273
271
  "@vitest/coverage-v8": "^4.0.4",
274
272
  "@vitest/ui": "^4.0.4",
275
273
  "@vscode/extension-telemetry": "^1.0.0",
276
274
  "@vscode/test-electron": "^2.3.9",
277
- "@vscode/test-web": "^0.0.74",
278
- "@vscode/vsce": "~3.6.0",
275
+ "@vscode/test-web": "^0.0.75",
276
+ "@vscode/vsce": "~3.7.0",
279
277
  "ajv": "~8.17.1",
280
278
  "c8": "^10.1.3",
281
279
  "cross-spawn": "^7.0.6",
282
- "esbuild": "^0.25.1",
280
+ "esbuild": "^0.27.0",
283
281
  "mocha": "^11.1.0",
284
282
  "playwright": "^1.51.1",
285
- "rimraf": "~6.0.1",
283
+ "rimraf": "~6.1.2",
286
284
  "semver": "^7.7.1",
287
285
  "swagger-ui-dist": "^5.20.1",
288
286
  "typescript": "~5.9.2",
289
287
  "vitest": "^4.0.4",
290
288
  "vscode-languageclient": "~9.0.1",
291
- "which": "^5.0.0",
292
- "yaml": "~2.8.0"
289
+ "which": "^6.0.0",
290
+ "yaml": "~2.8.0",
291
+ "@typespec/compiler": "^1.7.0",
292
+ "@typespec/internal-build-utils": "^0.77.0"
293
293
  },
294
- "dependencies": {},
295
- "peerDependencies": {},
296
294
  "scripts": {
297
295
  "clean": "rimraf ./dist ./temp",
298
296
  "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",
index 32c85eb..261d339 100644
Binary file