typespec-vscode 0.66.0 → 0.67.0-dev.4

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.
@@ -11,7 +11,7 @@ granted herein, whether by implication, estoppel or otherwise.
11
11
  1. balanced-match version 1.0.2 (https://github.com/juliangruber/balanced-match)
12
12
  2. brace-expansion version 2.0.1 (https://github.com/juliangruber/brace-expansion)
13
13
  3. minimatch version 5.1.6 (https://github.com/isaacs/minimatch)
14
- 4. semver version 7.6.3 (https://github.com/npm/node-semver)
14
+ 4. semver version 7.7.1 (https://github.com/npm/node-semver)
15
15
  5. which version 5.0.0 (https://github.com/npm/node-which)
16
16
  6. yaml version 2.7.0 (github:eemeli/yaml)
17
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "typespec-vscode",
3
- "version": "0.66.0",
3
+ "version": "0.67.0-dev.4",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "TypeSpec language support for VS Code",
6
6
  "homepage": "https://typespec.io",
@@ -27,7 +27,7 @@
27
27
  "main": "./dist/src/extension.cjs",
28
28
  "browser": "./dist/src/web/extension.js",
29
29
  "engines": {
30
- "vscode": "^1.96.0"
30
+ "vscode": "^1.97.0"
31
31
  },
32
32
  "activationEvents": [
33
33
  "onLanguage:typespec",
@@ -226,29 +226,31 @@
226
226
  "devDependencies": {
227
227
  "@rollup/plugin-commonjs": "~28.0.2",
228
228
  "@rollup/plugin-node-resolve": "~16.0.0",
229
- "@rollup/plugin-typescript": "~12.1.0",
229
+ "@rollup/plugin-typescript": "~12.1.2",
230
230
  "@types/mocha": "^10.0.9",
231
- "@types/node": "~22.10.10",
231
+ "@types/node": "~22.13.9",
232
232
  "@types/semver": "^7.5.8",
233
- "@types/vscode": "~1.96.0",
233
+ "@types/vscode": "~1.97.0",
234
234
  "@types/which": "^3.0.4",
235
- "@vitest/coverage-v8": "^3.0.4",
236
- "@vitest/ui": "^3.0.3",
237
- "@vscode/test-web": "^0.0.65",
238
- "@vscode/vsce": "~3.2.1",
235
+ "@typespec/compiler": "~0.66.0 || >=0.67.0-dev <0.67.0",
236
+ "@typespec/internal-build-utils": "~0.66.0 || >=0.67.0-dev <0.67.0",
237
+ "@vitest/coverage-v8": "^3.0.7",
238
+ "@vitest/ui": "^3.0.7",
239
+ "@vscode/test-web": "^0.0.67",
240
+ "@vscode/vsce": "~3.2.2",
239
241
  "c8": "^10.1.3",
240
242
  "mocha": "^11.1.0",
241
243
  "rimraf": "~6.0.1",
242
- "rollup": "~4.31.0",
243
- "semver": "^7.6.3",
244
- "typescript": "~5.7.3",
245
- "vitest": "^3.0.5",
244
+ "rollup": "~4.34.9",
245
+ "semver": "^7.7.1",
246
+ "typescript": "~5.8.2",
247
+ "vitest": "^3.0.7",
246
248
  "vscode-languageclient": "~9.0.1",
247
249
  "which": "^5.0.0",
248
- "yaml": "~2.7.0",
249
- "@typespec/compiler": "~0.66.0",
250
- "@typespec/internal-build-utils": "~0.66.0"
250
+ "yaml": "~2.7.0"
251
251
  },
252
+ "dependencies": {},
253
+ "peerDependencies": {},
252
254
  "scripts": {
253
255
  "clean": "rimraf ./dist ./temp",
254
256
  "build": "npm run compile && npm run copy-tmlanguage && npm run generate-language-configuration && npm run generate-third-party-notices && npm run package-vsix",
Binary file