@vscode/test-web 0.0.71 → 0.0.73

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/eslint.config.mjs CHANGED
@@ -43,7 +43,11 @@ export default [{
43
43
  "header/header": [
44
44
  2,
45
45
  "block",
46
- ["---------------------------------------------------------------------------------------------\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *--------------------------------------------------------------------------------------------"],
46
+ [
47
+ "---------------------------------------------------------------------------------------------",
48
+ " * Copyright (c) Microsoft Corporation. All rights reserved.",
49
+ " * Licensed under the MIT License. See License.txt in the project root for license information.",
50
+ " *--------------------------------------------------------------------------------------------"],
47
51
  ],
48
52
  },
49
53
  }];
@@ -1 +1 @@
1
- {"root":["../../../src/browser/main.ts","../../../src/browser/workbench.api.d.ts"],"version":"5.8.3"}
1
+ {"root":["../../../src/browser/main.ts","../../../src/browser/workbench.api.d.ts"],"version":"5.9.2"}
@@ -1 +1 @@
1
- {"root":["../../../src/browser/main.ts","../../../src/browser/workbench.api.d.ts"],"version":"5.8.3"}
1
+ {"root":["../../../src/browser/main.ts","../../../src/browser/workbench.api.d.ts"],"version":"5.9.2"}
@@ -25,7 +25,7 @@ function configureMounts(config, app) {
25
25
  }
26
26
  function fileOps(mountPrefix, folderMountPath) {
27
27
  const router = new Router();
28
- router.get(`${mountPrefix}(/.*)?`, async (ctx, next) => {
28
+ router.get(`${mountPrefix}{/*path}`, async (ctx, next) => {
29
29
  if (ctx.query.stat !== undefined) {
30
30
  const p = path.join(folderMountPath, decodeURIComponent(ctx.path.substring(mountPrefix.length)));
31
31
  try {
@@ -1 +1 @@
1
- {"root":["../../src/server/app.ts","../../src/server/download.ts","../../src/server/extensions.ts","../../src/server/index.ts","../../src/server/main.ts","../../src/server/mounts.ts","../../src/server/workbench.ts"],"version":"5.8.3"}
1
+ {"root":["../../src/server/app.ts","../../src/server/download.ts","../../src/server/extensions.ts","../../src/server/index.ts","../../src/server/main.ts","../../src/server/mounts.ts","../../src/server/workbench.ts"],"version":"5.9.2"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vscode/test-web",
3
- "version": "0.0.71",
3
+ "version": "0.0.73",
4
4
  "scripts": {
5
5
  "install-extensions": "npm i --prefix=fs-provider && npm i --prefix=sample",
6
6
  "compile": "tsc -b ./ && npm run compile-fs-provider",
@@ -20,30 +20,30 @@
20
20
  "vscode-test-web": "./out/server/index.js"
21
21
  },
22
22
  "engines": {
23
- "node": ">=16"
23
+ "node": ">=20"
24
24
  },
25
25
  "dependencies": {
26
26
  "@koa/cors": "^5.0.0",
27
- "@koa/router": "^13.1.0",
28
- "@playwright/browser-chromium": "^1.53.1",
27
+ "@koa/router": "^14.0.0",
28
+ "@playwright/browser-chromium": "^1.55.0",
29
29
  "tinyglobby": "0.2.14",
30
30
  "gunzip-maybe": "^1.4.2",
31
31
  "http-proxy-agent": "^7.0.2",
32
32
  "https-proxy-agent": "^7.0.6",
33
- "koa": "^3.0.0",
33
+ "koa": "^3.0.1",
34
34
  "koa-morgan": "^1.0.1",
35
35
  "koa-mount": "^4.2.0",
36
36
  "koa-static": "^5.0.0",
37
37
  "minimist": "^1.2.8",
38
- "playwright": "^1.53.1",
38
+ "playwright": "^1.55.0",
39
39
  "tar-fs": "^3.1.0",
40
40
  "vscode-uri": "^3.1.0"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@eslint/eslintrc": "^3.3.1",
44
- "@eslint/js": "^9.30.0",
44
+ "@eslint/js": "^9.34.0",
45
45
  "@types/gunzip-maybe": "^1.4.2",
46
- "@types/koa": "^2.15.0",
46
+ "@types/koa": "^3.0.0",
47
47
  "@types/koa__router": "^12.0.4",
48
48
  "@types/koa-morgan": "^1.0.8",
49
49
  "@types/koa-mount": "^4.0.5",
@@ -51,11 +51,11 @@
51
51
  "@types/minimist": "^1.2.5",
52
52
  "@types/node": "^20.16.13",
53
53
  "@types/tar-fs": "^2.0.4",
54
- "@typescript-eslint/eslint-plugin": "^8.35.1",
55
- "@typescript-eslint/parser": "^8.35.1",
56
- "eslint": "^9.30.0",
54
+ "@typescript-eslint/eslint-plugin": "^8.42.0",
55
+ "@typescript-eslint/parser": "^8.42.0",
56
+ "eslint": "^9.34.0",
57
57
  "@tony.ganchev/eslint-plugin-header": "^3.1.3",
58
- "typescript": "^5.8.3"
58
+ "typescript": "^5.9.2"
59
59
  },
60
60
  "license": "MIT",
61
61
  "author": "Visual Studio Code Team",
@@ -1 +1 @@
1
- {"fileNames":[],"fileInfos":[],"root":[],"options":{"composite":true},"version":"5.8.2"}
1
+ {"fileNames":[],"fileInfos":[],"root":[],"options":{"composite":true},"version":"5.9.2"}