@jayree/sfdx-plugin-legacy 1.0.0 → 1.1.0

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/package.json CHANGED
@@ -1,74 +1,76 @@
1
1
  {
2
2
  "name": "@jayree/sfdx-plugin-legacy",
3
- "description": "jayree sfdx legacy commands",
4
- "version": "1.0.0",
3
+ "description": "A Salesforce CLI plugin containing all jayree legacy commands.",
4
+ "version": "1.1.0",
5
5
  "author": "jayree",
6
6
  "bugs": "https://github.com/jayree/sfdx-plugin-legacy/issues",
7
+ "type": "module",
7
8
  "dependencies": {
8
- "@oclif/core": "^1.9.0",
9
- "@salesforce/command": "^5.1.3",
10
- "@salesforce/core": "^3.19.1",
9
+ "@oclif/core": "^1.16.1",
10
+ "@salesforce/command": "^5.2.6",
11
+ "@salesforce/source-deploy-retrieve": "^6.7.0",
11
12
  "adm-zip": "^0.5.9",
12
13
  "debug": "^4.3.4",
13
- "fast-xml-parser": "^4.0.8",
14
+ "fast-xml-parser": "^4.0.9",
14
15
  "fs-extra": "^10.1.0",
15
- "inquirer": "^8.2.4",
16
- "marked": "^4.0.16",
17
- "marked-terminal": "^4.2.0",
18
- "puppeteer": "^14.2.1",
16
+ "inquirer": "^9.1.1",
17
+ "marked": "^4.1.0",
18
+ "marked-terminal": "^5.1.1",
19
+ "puppeteer": "^17.1.3",
19
20
  "semver": "^7.3.7",
20
21
  "tslib": "^2.4.0"
21
22
  },
22
23
  "devDependencies": {
23
- "@commitlint/cli": "^17.0.2",
24
- "@commitlint/config-conventional": "^17.0.2",
24
+ "@commitlint/cli": "^17.1.2",
25
+ "@commitlint/config-conventional": "^17.1.0",
25
26
  "@oclif/plugin-command-snapshot": "^3",
26
27
  "@oclif/plugin-help": "^5.1.12",
27
- "@salesforce/dev-config": "^3.0.1",
28
- "@salesforce/dev-scripts": "2.0.2",
28
+ "@salesforce/dev-config": "^3.1.0",
29
+ "@salesforce/dev-scripts": "3.1.0",
29
30
  "@salesforce/prettier-config": "^0.0.2",
30
31
  "@salesforce/ts-sinon": "^1.3.21",
31
32
  "@types/adm-zip": "^0.5.0",
32
- "@types/chai": "^4.3.1",
33
+ "@types/chai": "^4.3.3",
33
34
  "@types/fs-extra": "^9.0.13",
34
- "@types/inquirer": "^8.2.1",
35
- "@types/marked": "^4.0.3",
35
+ "@types/inquirer": "^9.0.1",
36
+ "@types/marked": "^4.0.7",
36
37
  "@types/marked-terminal": "^3.1.3",
37
38
  "@types/mocha": "^9.1.1",
38
- "@types/node": "^17.0.39",
39
- "@types/semver": "^7.3.9",
40
- "@types/sinon": "^10.0.11",
41
- "@typescript-eslint/eslint-plugin": "^5.27.0",
42
- "@typescript-eslint/parser": "^5.27.0",
39
+ "@types/node": "^18.7.16",
40
+ "@types/semver": "^7.3.12",
41
+ "@types/sinon": "^10.0.13",
42
+ "@typescript-eslint/eslint-plugin": "^5.36.2",
43
+ "@typescript-eslint/parser": "^5.36.2",
43
44
  "chai": "^4.3.6",
44
45
  "codecov": "^3.8.3",
45
46
  "deepmerge": "^4.2.2",
46
- "eslint": "^8.17.0",
47
+ "eslint": "^8.23.0",
47
48
  "eslint-config-prettier": "^8.5.0",
48
- "eslint-config-salesforce": "^0.1.6",
49
- "eslint-config-salesforce-typescript": "^0.2.8",
49
+ "eslint-config-salesforce": "^1.1.0",
50
+ "eslint-config-salesforce-typescript": "^1.1.1",
50
51
  "eslint-plugin-header": "^3.1.1",
51
52
  "eslint-plugin-import": "^2.26.0",
52
- "eslint-plugin-jsdoc": "^39.3.2",
53
- "eslint-plugin-prettier": "^4.0.0",
53
+ "eslint-plugin-jsdoc": "^39.3.6",
54
+ "eslint-plugin-prettier": "^4.2.1",
55
+ "eslint-plugin-sf-plugin": "^1.1.0",
54
56
  "husky": "^8.0.1",
55
57
  "is-ci": "^3.0.1",
56
58
  "mocha": "^10.0.0",
57
- "nock": "^13.2.6",
59
+ "nock": "^13.2.9",
58
60
  "nyc": "^15.1.0",
59
- "oclif": "^3.0.1",
61
+ "oclif": "^3.2.0",
60
62
  "patch-package": "^6.4.7",
61
63
  "pinst": "^3.0.0",
62
- "prettier": "^2.6.2",
64
+ "prettier": "^2.7.1",
63
65
  "pretty-quick": "^3.1.3",
64
66
  "shx": "^0.3.4",
65
67
  "sinon": "^14.0.0",
66
68
  "source-map-support": "^0.5.21",
67
- "ts-node": "^10.8.1",
68
- "typescript": "^4.7.3"
69
+ "ts-node": "^10.9.1",
70
+ "typescript": "^4.8.3"
69
71
  },
70
72
  "engines": {
71
- "node": ">=14.17.1"
73
+ "node": ">=14.0.0"
72
74
  },
73
75
  "files": [
74
76
  "/lib",
@@ -145,7 +147,7 @@
145
147
  "prepublishOnly": "pinst --disable",
146
148
  "pretest": "sf-compile-test",
147
149
  "test": "sf-test",
148
- "test:deprecation-policy": "./bin/run snapshot:compare",
150
+ "test:deprecation-policy": "./bin/dev.js snapshot:compare",
149
151
  "version": "oclif readme"
150
152
  },
151
153
  "publishConfig": {