generator-code 1.7.2 → 1.7.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.
@@ -33,15 +33,12 @@ extends:
33
33
  testPlatforms:
34
34
  - name: Linux
35
35
  nodeVersions:
36
- - 14.x
37
36
  - 16.x
38
37
  - name: MacOS
39
38
  nodeVersions:
40
- - 14.x
41
39
  - 16.x
42
40
  - name: Windows
43
41
  nodeVersions:
44
- - 14.x
45
42
  - 16.x
46
43
 
47
44
  testSteps:
@@ -4,29 +4,29 @@
4
4
  "version": "0.0.0",
5
5
  "private": true,
6
6
  "dependencies": {
7
- "@types/glob": "^8.0.0",
7
+ "@types/glob": "^8.1.0",
8
8
  "@types/mocha": "^10.0.1",
9
9
  "@types/node": "16.x",
10
- "@typescript-eslint/eslint-plugin": "^5.45.0",
11
- "@typescript-eslint/parser": "^5.45.0",
12
- "eslint": "^8.28.0",
13
- "glob": "^8.0.3",
14
- "mocha": "^10.1.0",
15
- "typescript": "^4.9.3",
16
- "@vscode/test-electron": "^2.2.0",
17
- "@vscode/test-web": "^0.0.33",
10
+ "@typescript-eslint/eslint-plugin": "^5.53.0",
11
+ "@typescript-eslint/parser": "^5.53.0",
12
+ "eslint": "^8.34.0",
13
+ "glob": "^8.1.0",
14
+ "mocha": "^10.2.0",
15
+ "typescript": "^4.9.5",
16
+ "@vscode/test-electron": "^2.2.3",
17
+ "@vscode/test-web": "^0.0.35",
18
18
  "@types/webpack-env": "^1.18.0",
19
19
  "@types/vscode-notebook-renderer": "^1.72.0",
20
20
  "concurrently": "^5.3.0",
21
21
  "css-loader": "^4.2.0",
22
22
  "fork-ts-checker-webpack-plugin": "^5.0.14",
23
23
  "style-loader": "^1.2.1",
24
- "ts-loader": "^9.4.1",
24
+ "ts-loader": "^9.4.2",
25
25
  "vscode-dts": "^0.3.3",
26
26
  "vscode-notebook-error-overlay": "^1.0.1",
27
27
  "webpack": "^5.75.0",
28
28
  "util": "^0.12.5",
29
- "webpack-cli": "^5.0.0",
29
+ "webpack-cli": "^5.0.1",
30
30
  "webpack-dev-server": "^4.11.1",
31
31
  "assert": "^2.0.0",
32
32
  "process": "^0.11.10"
@@ -9,9 +9,7 @@
9
9
  "categories": [
10
10
  "Other"
11
11
  ],
12
- "activationEvents": [
13
- <%- JSON.stringify(`onCommand:${name}.helloWorld`) %>
14
- ],
12
+ "activationEvents": [],
15
13
  "main": "./extension.js",
16
14
  "contributes": {
17
15
  "commands": [{
@@ -15,7 +15,7 @@ async function main() {
15
15
  // Download VS Code, unzip it and run the integration test
16
16
  await runTests({ extensionDevelopmentPath, extensionTestsPath });
17
17
  } catch (err) {
18
- console.error('Failed to run tests');
18
+ console.error('Failed to run tests', err);
19
19
  process.exit(1);
20
20
  }
21
21
  }
@@ -9,9 +9,7 @@
9
9
  "categories": [
10
10
  "Other"
11
11
  ],
12
- "activationEvents": [
13
- <%- JSON.stringify(`onCommand:${name}.helloWorld`) %>
14
- ],
12
+ "activationEvents": [],
15
13
  "main": "./out/extension.js",<% if (insiders) { %>
16
14
  "enabledApiProposals": [],<% } %>
17
15
  "contributes": {
@@ -15,7 +15,7 @@ async function main() {
15
15
  // Download VS Code, unzip it and run the integration test
16
16
  await runTests({ extensionDevelopmentPath, extensionTestsPath });
17
17
  } catch (err) {
18
- console.error('Failed to run tests');
18
+ console.error('Failed to run tests', err);
19
19
  process.exit(1);
20
20
  }
21
21
  }
@@ -9,9 +9,7 @@
9
9
  "categories": [
10
10
  "Other"
11
11
  ],
12
- "activationEvents": [
13
- <%- JSON.stringify(`onCommand:${name}.helloWorld`) %>
14
- ],
12
+ "activationEvents": [],
15
13
  "main": "./dist/extension.js",<% if (insiders) { %>
16
14
  "enabledApiProposals": [],<% } %>
17
15
  "contributes": {
@@ -9,9 +9,7 @@
9
9
  "categories": [
10
10
  "Other"
11
11
  ],
12
- "activationEvents": [
13
- <%- JSON.stringify(`onCommand:${name}.helloWorld`) %>
14
- ],
12
+ "activationEvents": [],
15
13
  "browser": "./dist/web/extension.js",
16
14
  "contributes": {
17
15
  "commands": [
@@ -15,7 +15,7 @@ async function main() {
15
15
  // Download VS Code, unzip it and run the integration test
16
16
  await runTests({ extensionDevelopmentPath, extensionTestsPath });
17
17
  } catch (err) {
18
- console.error('Failed to run tests');
18
+ console.error('Failed to run tests', err);
19
19
  process.exit(1);
20
20
  }
21
21
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "generator-code",
3
- "version": "1.7.2",
3
+ "version": "1.7.4",
4
4
  "description": "Yeoman generator for Visual Studio Code extensions.",
5
5
  "keywords": [
6
6
  "yeoman-generator",
@@ -36,19 +36,18 @@
36
36
  "dependencies": {
37
37
  "chalk": "^4.1.2",
38
38
  "fast-plist": "^0.1.3",
39
- "request-light": "^0.6.0",
39
+ "request-light": "^0.7.0",
40
40
  "sanitize-filename": "^1.6.3",
41
41
  "which": "^3.0.0",
42
- "yeoman-generator": "^5.7.0",
42
+ "yeoman-generator": "^5.8.0",
43
43
  "yosay": "^2.0.2"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@types/mocha": "^10.0.1",
47
47
  "@types/node": "^16.x",
48
48
  "@types/yeoman-generator": "^5.2.11",
49
- "@types/yeoman-test": "^4.0.3",
50
- "mocha": "^10.1.0",
51
- "yeoman-environment": "^3.12.1",
52
- "yeoman-test": "^6.3.0"
49
+ "mocha": "^10.2.0",
50
+ "yeoman-environment": "^3.15.1",
51
+ "yeoman-test": "^7.3.0"
53
52
  }
54
53
  }