typespec-vscode 0.65.0-dev.1 → 0.65.0-dev.2

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.
@@ -12,7 +12,7 @@ granted herein, whether by implication, estoppel or otherwise.
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
14
  4. semver version 7.6.3 (https://github.com/npm/node-semver)
15
- 5. yaml version 2.5.1 (github:eemeli/yaml)
15
+ 5. yaml version 2.7.0 (github:eemeli/yaml)
16
16
 
17
17
 
18
18
  %% balanced-match NOTICES AND INFORMATION BEGIN HERE
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "typespec-vscode",
3
- "version": "0.65.0-dev.1",
3
+ "version": "0.65.0-dev.2",
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.94.0"
30
+ "vscode": "^1.96.0"
31
31
  },
32
32
  "activationEvents": [
33
33
  "onLanguage:typespec",
@@ -220,28 +220,28 @@
220
220
  ]
221
221
  },
222
222
  "devDependencies": {
223
- "@rollup/plugin-commonjs": "~28.0.0",
224
- "@rollup/plugin-node-resolve": "~15.3.0",
223
+ "@rollup/plugin-commonjs": "~28.0.2",
224
+ "@rollup/plugin-node-resolve": "~16.0.0",
225
225
  "@rollup/plugin-typescript": "~12.1.0",
226
226
  "@types/mocha": "^10.0.9",
227
- "@types/node": "~22.7.9",
228
- "@types/vscode": "~1.94.0",
227
+ "@types/node": "~22.10.7",
228
+ "@types/vscode": "~1.96.0",
229
229
  "@types/semver": "^7.5.8",
230
230
  "@typespec/compiler": "~0.64.0 || >=0.65.0-dev <0.65.0",
231
231
  "@typespec/internal-build-utils": "~0.64.0 || >=0.65.0-dev <0.65.0",
232
- "@vitest/coverage-v8": "^2.1.5",
233
- "@vitest/ui": "^2.1.2",
232
+ "@vitest/coverage-v8": "^3.0.3",
233
+ "@vitest/ui": "^3.0.3",
234
234
  "@vscode/test-web": "^0.0.62",
235
- "@vscode/vsce": "~3.1.1",
236
- "c8": "^10.1.2",
237
- "mocha": "^10.7.3",
235
+ "@vscode/vsce": "~3.2.1",
236
+ "c8": "^10.1.3",
237
+ "mocha": "^11.1.0",
238
238
  "rimraf": "~6.0.1",
239
- "rollup": "~4.24.0",
240
- "typescript": "~5.6.3",
241
- "vitest": "^2.1.5",
242
- "vscode-languageclient": "~9.0.1",
239
+ "rollup": "~4.31.0",
243
240
  "semver": "^7.6.3",
244
- "yaml": "~2.5.1"
241
+ "typescript": "~5.7.3",
242
+ "vitest": "^3.0.3",
243
+ "vscode-languageclient": "~9.0.1",
244
+ "yaml": "~2.7.0"
245
245
  },
246
246
  "dependencies": {},
247
247
  "peerDependencies": {},
Binary file