@terafina/tffa-sfdx-plugin 14.1.0 → 15.0.0-rc.10
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 +7 -7
- package/bin/pmd/apex_ruleset.xml +58 -2
- package/lib/commands/tffa/lint.js +10 -3
- package/lib/commands/tffa/lint.js.map +1 -1
- package/lib/services/lint/eslint-scan.d.ts +13 -0
- package/lib/services/lint/eslint-scan.js +138 -0
- package/lib/services/lint/eslint-scan.js.map +1 -0
- package/lib/services/lint/stylelint-scan.d.ts +13 -0
- package/lib/services/lint/stylelint-scan.js +119 -0
- package/lib/services/lint/stylelint-scan.js.map +1 -0
- package/oclif.manifest.json +1 -1
- package/package.json +16 -15
- package/yarn.lock +8170 -0
package/package.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
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": "
|
|
4
|
+
"version": "15.0.0-rc.10",
|
|
5
5
|
"author": "Terafina Inc",
|
|
6
6
|
"bugs": "https://github.com/terafinainc/tffa-sfdx-plugin/issues",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@oclif/core": "1.
|
|
8
|
+
"@oclif/core": "1.14.2",
|
|
9
9
|
"@oclif/plugin-help": "5.1.12",
|
|
10
10
|
"@oclif/plugin-plugins": "2.1.0",
|
|
11
|
-
"@oclif/plugin-version": "1.1.
|
|
11
|
+
"@oclif/plugin-version": "1.1.2",
|
|
12
12
|
"@oclif/plugin-warn-if-update-available": "2.0.4",
|
|
13
|
-
"@salesforce/command": "5.2.
|
|
13
|
+
"@salesforce/command": "5.2.5",
|
|
14
14
|
"@salesforce/core": "2.37.1",
|
|
15
15
|
"find-java-home": "1.2.2",
|
|
16
16
|
"cheerio": "1.0.0-rc.12",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"@commitlint/cli": "17.0.3",
|
|
29
29
|
"@commitlint/config-angular": "17.0.3",
|
|
30
|
-
"@oclif/test": "2.1.
|
|
30
|
+
"@oclif/test": "2.1.1",
|
|
31
31
|
"@salesforce/dev-config": "3.1.0",
|
|
32
32
|
"@salesforce/ts-sinon": "1.3.21",
|
|
33
33
|
"@types/chai": "4",
|
|
@@ -35,21 +35,21 @@
|
|
|
35
35
|
"@types/fs-extra": "9.0.13",
|
|
36
36
|
"@types/js-yaml": "4.0.5",
|
|
37
37
|
"@types/mocha": "9.1.1",
|
|
38
|
-
"@types/node": "18.
|
|
39
|
-
"@types/recursive-readdir": "
|
|
38
|
+
"@types/node": "18.7.11",
|
|
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.34.0",
|
|
42
|
+
"@typescript-eslint/parser": "5.34.0",
|
|
43
43
|
"chai": "4",
|
|
44
|
-
"eslint": "8.
|
|
44
|
+
"eslint": "8.22.0",
|
|
45
45
|
"eslint-config-prettier": "8.5.0",
|
|
46
46
|
"eslint-plugin-deprecation": "1.3.2",
|
|
47
47
|
"eslint-plugin-header": "3.1.1",
|
|
48
48
|
"eslint-plugin-import": "2.26.0",
|
|
49
|
-
"eslint-plugin-jest": "26.7
|
|
50
|
-
"eslint-plugin-jsdoc": "39.3.
|
|
49
|
+
"eslint-plugin-jest": "26.8.7",
|
|
50
|
+
"eslint-plugin-jsdoc": "39.3.6",
|
|
51
51
|
"eslint-plugin-prefer-arrow": "1.2.3",
|
|
52
|
-
"eslint-plugin-sonarjs": "0.
|
|
52
|
+
"eslint-plugin-sonarjs": "0.15.0",
|
|
53
53
|
"globby": "11.0.1",
|
|
54
54
|
"htmlparser2": "8.0.1",
|
|
55
55
|
"husky": "8.0.1",
|
|
@@ -76,6 +76,7 @@
|
|
|
76
76
|
"/bin",
|
|
77
77
|
"/messages",
|
|
78
78
|
"/npm-shrinkwrap.json",
|
|
79
|
+
"/yarn.lock",
|
|
79
80
|
"/oclif.manifest.json"
|
|
80
81
|
],
|
|
81
82
|
"homepage": "https://bitbucket.org/terafina/tffa-sfdx-plugin",
|
|
@@ -111,8 +112,8 @@
|
|
|
111
112
|
"prepack": "rimraf lib && tsc -b && oclif manifest && oclif readme",
|
|
112
113
|
"test": "nyc --extension .ts mocha --forbid-only \"test/**/*.test.ts\"",
|
|
113
114
|
"version": "oclif readme && git add README.md",
|
|
114
|
-
"publish": "git push --follow-tags origin
|
|
115
|
-
"publish_rc": "git push --follow-tags origin
|
|
115
|
+
"publish": "git push --follow-tags origin develop && npm run package && npm publish terafina-tffa-sfdx-plugin-$npm_package_version.tgz && npm dist-tag add @terafina/tffa-sfdx-plugin@$npm_package_version r$npm_config_tffa_version",
|
|
116
|
+
"publish_rc": "git push --follow-tags origin develop && npm run package && npm publish --tag next terafina-tffa-sfdx-plugin-$npm_package_version.tgz && npm dist-tag add @terafina/tffa-sfdx-plugin@$npm_package_version r$npm_config_tffa_version",
|
|
116
117
|
"package": "npm pack ",
|
|
117
118
|
"release": "standard-version --commit-all",
|
|
118
119
|
"release_rc": "npm run release -- --prerelease rc",
|