@vscode/test-web 0.0.69 → 0.0.71

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.
@@ -28,31 +28,31 @@
28
28
  },
29
29
  "..": {
30
30
  "name": "@vscode/test-web",
31
- "version": "0.0.67",
31
+ "version": "0.0.70",
32
32
  "license": "MIT",
33
33
  "dependencies": {
34
34
  "@koa/cors": "^5.0.0",
35
35
  "@koa/router": "^13.1.0",
36
- "@playwright/browser-chromium": "^1.50.1",
37
- "glob": "^11.0.1",
36
+ "@playwright/browser-chromium": "^1.52.0",
38
37
  "gunzip-maybe": "^1.4.2",
39
38
  "http-proxy-agent": "^7.0.2",
40
39
  "https-proxy-agent": "^7.0.6",
41
- "koa": "^2.15.4",
40
+ "koa": "^3.0.0",
42
41
  "koa-morgan": "^1.0.1",
43
- "koa-mount": "^4.0.0",
42
+ "koa-mount": "^4.2.0",
44
43
  "koa-static": "^5.0.0",
45
44
  "minimist": "^1.2.8",
46
- "playwright": "^1.50.1",
47
- "tar-fs": "^3.0.8",
45
+ "playwright": "^1.52.0",
46
+ "tar-fs": "^3.0.9",
47
+ "tinyglobby": "0.2.14",
48
48
  "vscode-uri": "^3.1.0"
49
49
  },
50
50
  "bin": {
51
51
  "vscode-test-web": "out/server/index.js"
52
52
  },
53
53
  "devDependencies": {
54
- "@eslint/eslintrc": "^3.3.0",
55
- "@eslint/js": "^9.21.0",
54
+ "@eslint/eslintrc": "^3.3.1",
55
+ "@eslint/js": "^9.25.1",
56
56
  "@tony.ganchev/eslint-plugin-header": "^3.1.2",
57
57
  "@types/gunzip-maybe": "^1.4.2",
58
58
  "@types/koa": "^2.15.0",
@@ -63,10 +63,10 @@
63
63
  "@types/minimist": "^1.2.5",
64
64
  "@types/node": "^20.16.13",
65
65
  "@types/tar-fs": "^2.0.4",
66
- "@typescript-eslint/eslint-plugin": "^8.25.0",
67
- "@typescript-eslint/parser": "^8.25.0",
68
- "eslint": "^9.21.0",
69
- "typescript": "^5.7.3"
66
+ "@typescript-eslint/eslint-plugin": "^8.31.1",
67
+ "@typescript-eslint/parser": "^8.31.1",
68
+ "eslint": "^9.25.1",
69
+ "typescript": "^5.8.3"
70
70
  },
71
71
  "engines": {
72
72
  "node": ">=16"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vscode/test-web",
3
- "version": "0.0.69",
3
+ "version": "0.0.71",
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",
@@ -25,8 +25,8 @@
25
25
  "dependencies": {
26
26
  "@koa/cors": "^5.0.0",
27
27
  "@koa/router": "^13.1.0",
28
- "@playwright/browser-chromium": "^1.52.0",
29
- "tinyglobby": "0.2.13",
28
+ "@playwright/browser-chromium": "^1.53.1",
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",
@@ -35,13 +35,13 @@
35
35
  "koa-mount": "^4.2.0",
36
36
  "koa-static": "^5.0.0",
37
37
  "minimist": "^1.2.8",
38
- "playwright": "^1.52.0",
39
- "tar-fs": "^3.0.8",
38
+ "playwright": "^1.53.1",
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.25.1",
44
+ "@eslint/js": "^9.30.0",
45
45
  "@types/gunzip-maybe": "^1.4.2",
46
46
  "@types/koa": "^2.15.0",
47
47
  "@types/koa__router": "^12.0.4",
@@ -51,10 +51,10 @@
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.31.1",
55
- "@typescript-eslint/parser": "^8.31.1",
56
- "eslint": "^9.25.1",
57
- "@tony.ganchev/eslint-plugin-header": "^3.1.2",
54
+ "@typescript-eslint/eslint-plugin": "^8.35.1",
55
+ "@typescript-eslint/parser": "^8.35.1",
56
+ "eslint": "^9.30.0",
57
+ "@tony.ganchev/eslint-plugin-header": "^3.1.3",
58
58
  "typescript": "^5.8.3"
59
59
  },
60
60
  "license": "MIT",