@terafina/tffa-sfdx-plugin 16.0.0-rc.2 → 16.0.0-rc.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.
- package/README.md +52 -20
- package/assets/homepage.html +1 -1
- package/lib/commands/tffa/apexdoc.js +1 -1
- package/lib/commands/tffa/apexdoc.js.map +1 -1
- package/lib/commands/tffa/meta.js +2 -2
- package/lib/commands/tffa/meta.js.map +1 -1
- package/lib/services/apexdoc/common/line-reader.js +1 -1
- package/lib/services/apexdoc/common/line-reader.js.map +1 -1
- package/lib/services/apexdoc/engine/generators/models/source-markup-generator.js +12 -1
- package/lib/services/apexdoc/engine/generators/models/source-markup-generator.js.map +1 -1
- package/lib/services/lint/rules.js +2 -2
- package/lib/services/lint/rules.js.map +1 -1
- package/lib/utils/ignored-files.js +1 -0
- package/lib/utils/ignored-files.js.map +1 -1
- package/messages/apexdoc.json +1 -1
- package/messages/lint.js +31 -0
- package/messages/ping.json +1 -1
- package/oclif.manifest.json +1 -1
- package/package.json +28 -28
- package/yarn.lock +556 -386
- package/messages/lint.json +0 -5
package/package.json
CHANGED
|
@@ -1,71 +1,71 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@terafina/tffa-sfdx-plugin",
|
|
3
3
|
"description": "sfdx plugin from Terafina containing tools for scanning and extending digital applications for the financial services industry.",
|
|
4
|
-
"version": "16.0.0-rc.
|
|
4
|
+
"version": "16.0.0-rc.4",
|
|
5
5
|
"author": "Terafina Inc",
|
|
6
6
|
"bugs": "https://github.com/terafinainc/tffa-sfdx-plugin/issues",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@oclif/core": "1.
|
|
9
|
-
"@oclif/plugin-help": "5.1.
|
|
10
|
-
"@oclif/plugin-plugins": "2.1.
|
|
11
|
-
"@oclif/plugin-version": "1.1.
|
|
12
|
-
"@oclif/plugin-warn-if-update-available": "2.0.
|
|
13
|
-
"@salesforce/command": "5.2.
|
|
14
|
-
"@salesforce/core": "3.
|
|
8
|
+
"@oclif/core": "1.20.4",
|
|
9
|
+
"@oclif/plugin-help": "5.1.19",
|
|
10
|
+
"@oclif/plugin-plugins": "2.1.7",
|
|
11
|
+
"@oclif/plugin-version": "1.1.3",
|
|
12
|
+
"@oclif/plugin-warn-if-update-available": "2.0.14",
|
|
13
|
+
"@salesforce/command": "5.2.24",
|
|
14
|
+
"@salesforce/core": "3.31.19",
|
|
15
15
|
"find-java-home": "1.2.2",
|
|
16
16
|
"cheerio": "1.0.0-rc.12",
|
|
17
|
-
"csv-stringify": "6.2.
|
|
17
|
+
"csv-stringify": "6.2.1",
|
|
18
18
|
"fs-extra": "10.1.0",
|
|
19
19
|
"lodash.escape": "4.0.1",
|
|
20
20
|
"pretty": "2.0.0",
|
|
21
21
|
"rimraf": "3.0.2",
|
|
22
|
-
"tslib": "2.4.
|
|
22
|
+
"tslib": "2.4.1",
|
|
23
23
|
"xml2js": "0.4.23",
|
|
24
|
-
"recursive-readdir": "2.2.
|
|
24
|
+
"recursive-readdir": "2.2.3",
|
|
25
25
|
"replace-in-file": "6.3.5"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
|
-
"@commitlint/cli": "17.
|
|
29
|
-
"@commitlint/config-angular": "17.
|
|
30
|
-
"@oclif/test": "2.2.
|
|
28
|
+
"@commitlint/cli": "17.2.0",
|
|
29
|
+
"@commitlint/config-angular": "17.2.0",
|
|
30
|
+
"@oclif/test": "2.2.10",
|
|
31
31
|
"@salesforce/dev-config": "3.1.0",
|
|
32
|
-
"@salesforce/ts-sinon": "1.4.
|
|
32
|
+
"@salesforce/ts-sinon": "1.4.2",
|
|
33
33
|
"@types/chai": "4",
|
|
34
34
|
"@types/cheerio": "0.22.31",
|
|
35
35
|
"@types/fs-extra": "9.0.13",
|
|
36
36
|
"@types/js-yaml": "4.0.5",
|
|
37
37
|
"@types/mocha": "10.0.0",
|
|
38
|
-
"@types/node": "18.
|
|
38
|
+
"@types/node": "18.11.9",
|
|
39
39
|
"@types/recursive-readdir": "2.2.1",
|
|
40
40
|
"@types/xml2js": "0.4.11",
|
|
41
|
-
"@typescript-eslint/eslint-plugin": "5.
|
|
42
|
-
"@typescript-eslint/parser": "5.
|
|
41
|
+
"@typescript-eslint/eslint-plugin": "5.43.0",
|
|
42
|
+
"@typescript-eslint/parser": "5.43.0",
|
|
43
43
|
"chai": "4",
|
|
44
|
-
"eslint": "8.
|
|
44
|
+
"eslint": "8.27.0",
|
|
45
45
|
"eslint-config-prettier": "8.5.0",
|
|
46
|
-
"eslint-plugin-deprecation": "1.3.
|
|
46
|
+
"eslint-plugin-deprecation": "1.3.3",
|
|
47
47
|
"eslint-plugin-header": "3.1.1",
|
|
48
48
|
"eslint-plugin-import": "2.26.0",
|
|
49
|
-
"eslint-plugin-jest": "27.
|
|
50
|
-
"eslint-plugin-jsdoc": "39.
|
|
49
|
+
"eslint-plugin-jest": "27.1.5",
|
|
50
|
+
"eslint-plugin-jsdoc": "39.6.2",
|
|
51
51
|
"eslint-plugin-prefer-arrow": "1.2.3",
|
|
52
|
-
"eslint-plugin-sonarjs": "0.
|
|
52
|
+
"eslint-plugin-sonarjs": "0.16.0",
|
|
53
53
|
"globby": "11.0.1",
|
|
54
54
|
"htmlparser2": "8.0.1",
|
|
55
|
-
"husky": "8.0.
|
|
55
|
+
"husky": "8.0.2",
|
|
56
56
|
"mem-fs": "2.2.1",
|
|
57
57
|
"mem-fs-editor": "9.5.0",
|
|
58
|
-
"mocha": "10.
|
|
58
|
+
"mocha": "10.1.0",
|
|
59
59
|
"nyc": "15.1.0",
|
|
60
|
-
"oclif": "3.2.
|
|
60
|
+
"oclif": "3.2.27",
|
|
61
61
|
"prettier": "2.7.1",
|
|
62
|
-
"prettier-plugin-apex": "1.
|
|
62
|
+
"prettier-plugin-apex": "1.11.0",
|
|
63
63
|
"properties-parser": "0.3.1",
|
|
64
64
|
"properties-reader": "2.2.0",
|
|
65
65
|
"standard-version": "9.5.0",
|
|
66
66
|
"ts-node": "10",
|
|
67
67
|
"typescript": "4.8.4",
|
|
68
|
-
"yargs": "17.
|
|
68
|
+
"yargs": "17.6.2"
|
|
69
69
|
},
|
|
70
70
|
"engines": {
|
|
71
71
|
"node": ">=16.0.0"
|