generator-code 1.11.16 → 1.11.18

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.
@@ -34,15 +34,12 @@ extends:
34
34
  testPlatforms:
35
35
  - name: Linux
36
36
  nodeVersions:
37
- - 20.x
38
37
  - 22.x
39
38
  - name: MacOS
40
39
  nodeVersions:
41
- - 20.x
42
40
  - 22.x
43
41
  - name: Windows
44
42
  nodeVersions:
45
- - 20.x
46
43
  - 22.x
47
44
 
48
45
  testSteps:
@@ -7,31 +7,31 @@
7
7
  "@types/mocha": "^10.0.10",
8
8
  "@types/node": "22.x",
9
9
  "@types/assert": "^1.5.11",
10
- "typescript-eslint": "^8.52.0",
11
- "eslint": "^9.39.2",
12
- "glob": "^13.0.0",
10
+ "typescript-eslint": "^8.56.1",
11
+ "eslint": "^9.39.3",
12
+ "glob": "^13.0.6",
13
13
  "mocha": "^11.7.5",
14
14
  "typescript": "^5.9.3",
15
15
  "@vscode/test-cli": "^0.0.12",
16
16
  "@vscode/test-electron": "^2.5.2",
17
- "@vscode/test-web": "^0.0.78",
17
+ "@vscode/test-web": "^0.0.80",
18
18
  "@types/webpack-env": "^1.18.8",
19
19
  "@types/vscode-notebook-renderer": "^1.72.4",
20
20
  "concurrently": "^9.2.1",
21
- "css-loader": "^7.1.2",
21
+ "css-loader": "^7.1.4",
22
22
  "fork-ts-checker-webpack-plugin": "^9.1.0",
23
23
  "style-loader": "^4.0.0",
24
24
  "ts-loader": "^9.5.4",
25
25
  "vscode-dts": "^0.3.3",
26
26
  "vscode-notebook-error-overlay": "^1.1.0",
27
- "webpack": "^5.104.1",
27
+ "webpack": "^5.105.3",
28
28
  "util": "^0.12.5",
29
29
  "webpack-cli": "^6.0.1",
30
- "webpack-dev-server": "^5.2.2",
30
+ "webpack-dev-server": "^5.2.3",
31
31
  "assert": "^2.1.0",
32
32
  "process": "^0.11.10",
33
33
  "npm-run-all": "^4.1.5",
34
- "esbuild": "^0.27.2",
34
+ "esbuild": "^0.27.3",
35
35
  "@esbuild-plugins/node-globals-polyfill": "^0.2.3"
36
36
  }
37
37
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "generator-code",
3
- "version": "1.11.16",
3
+ "version": "1.11.18",
4
4
  "description": "Yeoman generator for Visual Studio Code extensions.",
5
5
  "keywords": [
6
6
  "yeoman-generator",
@@ -38,16 +38,17 @@
38
38
  "chalk": "^5.6.2",
39
39
  "fast-plist": "^0.1.3",
40
40
  "request-light": "^0.8.0",
41
- "which": "^6.0.0",
41
+ "which": "^6.0.1",
42
42
  "yeoman-generator": "^7.5.1",
43
43
  "yosay": "^3.0.0"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@types/mocha": "^10.0.10",
47
47
  "@types/node": "^20.x",
48
+ "@yeoman/adapter": "^3.1.1",
49
+ "jsonc-parser": "^3.3.1",
48
50
  "mocha": "^11.7.5",
49
- "yeoman-environment": "^5.1.2",
50
- "yeoman-test": "^11.2.0",
51
- "jsonc-parser": "^3.3.1"
51
+ "yeoman-environment": "^5.1.3",
52
+ "yeoman-test": "^11.2.0"
52
53
  }
53
54
  }