@jayree/sfdx-plugin-legacy 1.1.51 → 1.1.52

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/CHANGELOG.md CHANGED
@@ -1,3 +1,12 @@
1
+ ## [1.1.52](https://github.com/jayree/sfdx-plugin-legacy/compare/v1.1.51...v1.1.52) (2023-08-04)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** bump @salesforce/source-deploy-retrieve from 9.5.0 to 9.7.1 ([#590](https://github.com/jayree/sfdx-plugin-legacy/issues/590)) ([2fc6bcb](https://github.com/jayree/sfdx-plugin-legacy/commit/2fc6bcb3ba3df825220f36d17f0b9271ee8760b3))
7
+ * **deps:** bump fast-xml-parser from 4.2.6 to 4.2.7 ([#592](https://github.com/jayree/sfdx-plugin-legacy/issues/592)) ([6f9523e](https://github.com/jayree/sfdx-plugin-legacy/commit/6f9523ee4b4d0b79cf1a39b3a926f935228352cd))
8
+ * **deps:** bump inquirer from 9.2.8 to 9.2.9 ([#600](https://github.com/jayree/sfdx-plugin-legacy/issues/600)) ([f83a713](https://github.com/jayree/sfdx-plugin-legacy/commit/f83a713190cc55014ec6d5988585891d461ae09c))
9
+
1
10
  ## [1.1.51](https://github.com/jayree/sfdx-plugin-legacy/compare/v1.1.50...v1.1.51) (2023-07-28)
2
11
 
3
12
 
package/README.md CHANGED
@@ -21,7 +21,7 @@ $ sfdx plugins:install @jayree/sfdx-plugin-legacy
21
21
  $ sfdx jayree:[COMMAND]
22
22
  running command...
23
23
  $ sfdx plugins
24
- @jayree/sfdx-plugin-legacy 1.1.51
24
+ @jayree/sfdx-plugin-legacy 1.1.52
25
25
  $ sfdx help jayree:[COMMAND]
26
26
  USAGE
27
27
  $ sfdx jayree:COMMAND
@@ -86,7 +86,7 @@ EXAMPLES
86
86
  ❯ ChangeSet1
87
87
  ```
88
88
 
89
- _See code: [src/commands/jayree/automation/changeset/deploy.ts](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.51/src/commands/jayree/automation/changeset/deploy.ts)_
89
+ _See code: [src/commands/jayree/automation/changeset/deploy.ts](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.52/src/commands/jayree/automation/changeset/deploy.ts)_
90
90
 
91
91
  ### `sfdx jayree:automation:changeset:list`
92
92
 
@@ -110,7 +110,7 @@ DESCRIPTION
110
110
  list incomming change sets of an org (beta)
111
111
  ```
112
112
 
113
- _See code: [src/commands/jayree/automation/changeset/list.ts](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.51/src/commands/jayree/automation/changeset/list.ts)_
113
+ _See code: [src/commands/jayree/automation/changeset/list.ts](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.52/src/commands/jayree/automation/changeset/list.ts)_
114
114
 
115
115
  ### `sfdx jayree:automation:ltngsync:status`
116
116
 
@@ -148,7 +148,7 @@ EXAMPLES
148
148
  userContacts/userEvents: Exchange to Salesforce sync status... Initial sync completed/Initial sync completed
149
149
  ```
150
150
 
151
- _See code: [src/commands/jayree/automation/ltngsync/status.ts](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.51/src/commands/jayree/automation/ltngsync/status.ts)_
151
+ _See code: [src/commands/jayree/automation/ltngsync/status.ts](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.52/src/commands/jayree/automation/ltngsync/status.ts)_
152
152
 
153
153
  ### `sfdx jayree:packagedescription:create`
154
154
 
@@ -173,7 +173,7 @@ EXAMPLES
173
173
  $ sfdx jayree:packagedescription:create --file FILENAME --description 'DESCRIPTION'
174
174
  ```
175
175
 
176
- _See code: [src/commands/jayree/packagedescription/create.ts](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.51/src/commands/jayree/packagedescription/create.ts)_
176
+ _See code: [src/commands/jayree/packagedescription/create.ts](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.52/src/commands/jayree/packagedescription/create.ts)_
177
177
 
178
178
  ### `sfdx jayree:packagedescription:get`
179
179
 
@@ -198,7 +198,7 @@ EXAMPLES
198
198
  Description of Package FILENAME
199
199
  ```
200
200
 
201
- _See code: [src/commands/jayree/packagedescription/get.ts](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.51/src/commands/jayree/packagedescription/get.ts)_
201
+ _See code: [src/commands/jayree/packagedescription/get.ts](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.52/src/commands/jayree/packagedescription/get.ts)_
202
202
 
203
203
  ### `sfdx jayree:packagedescription:remove`
204
204
 
@@ -222,7 +222,7 @@ EXAMPLES
222
222
  $ sfdx jayree:packagedescription:remove --file FILENAME
223
223
  ```
224
224
 
225
- _See code: [src/commands/jayree/packagedescription/remove.ts](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.51/src/commands/jayree/packagedescription/remove.ts)_
225
+ _See code: [src/commands/jayree/packagedescription/remove.ts](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.52/src/commands/jayree/packagedescription/remove.ts)_
226
226
 
227
227
  ### `sfdx jayree:packagedescription:set`
228
228
 
@@ -247,5 +247,5 @@ EXAMPLES
247
247
  $ sfdx jayree:packagedescription:set --file FILENAME --description 'NEW DESCRIPTION'
248
248
  ```
249
249
 
250
- _See code: [src/commands/jayree/packagedescription/set.ts](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.51/src/commands/jayree/packagedescription/set.ts)_
250
+ _See code: [src/commands/jayree/packagedescription/set.ts](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.52/src/commands/jayree/packagedescription/set.ts)_
251
251
  <!-- commandsstop -->
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.1.51",
2
+ "version": "1.1.52",
3
3
  "commands": {
4
4
  "jayree:packagedescription:create": {
5
5
  "id": "jayree:packagedescription:create",
package/package.json CHANGED
@@ -1,49 +1,49 @@
1
1
  {
2
2
  "name": "@jayree/sfdx-plugin-legacy",
3
3
  "description": "A Salesforce CLI plugin containing all jayree legacy commands.",
4
- "version": "1.1.51",
4
+ "version": "1.1.52",
5
5
  "author": "jayree",
6
6
  "bugs": "https://github.com/jayree/sfdx-plugin-legacy/issues",
7
7
  "type": "module",
8
8
  "dependencies": {
9
9
  "@jayree/changelog": "^1.1.4",
10
10
  "@salesforce/command": "^5.3.9",
11
- "@salesforce/source-deploy-retrieve": "^9.5.0",
11
+ "@salesforce/source-deploy-retrieve": "^9.7.1",
12
12
  "adm-zip": "^0.5.10",
13
13
  "debug": "^4.3.4",
14
- "fast-xml-parser": "^4.2.6",
14
+ "fast-xml-parser": "^4.2.7",
15
15
  "fs-extra": "^11.1.1",
16
- "inquirer": "^9.2.8",
16
+ "inquirer": "^9.2.9",
17
17
  "puppeteer": "^20.9.0",
18
18
  "tslib": "^2.6.0"
19
19
  },
20
20
  "devDependencies": {
21
21
  "@commitlint/cli": "^17.6.7",
22
22
  "@commitlint/config-conventional": "^17.6.7",
23
- "@oclif/plugin-command-snapshot": "^4.0.9",
24
- "@oclif/plugin-help": "^5.2.12",
23
+ "@oclif/plugin-command-snapshot": "^4.0.11",
24
+ "@oclif/plugin-help": "^5.2.15",
25
25
  "@salesforce/dev-config": "^4.0.1",
26
26
  "@salesforce/dev-scripts": "3.1.0",
27
27
  "@salesforce/prettier-config": "^0.0.3",
28
- "@salesforce/ts-sinon": "^1.4.12",
28
+ "@salesforce/ts-sinon": "^1.4.13",
29
29
  "@types/adm-zip": "^0.5.0",
30
30
  "@types/chai": "^4.3.5",
31
31
  "@types/fs-extra": "^11.0.1",
32
32
  "@types/inquirer": "^9.0.3",
33
33
  "@types/mocha": "^10.0.1",
34
- "@types/node": "^20.4.2",
35
- "@types/sinon": "^10.0.15",
34
+ "@types/node": "^20.4.5",
35
+ "@types/sinon": "^10.0.16",
36
36
  "@typescript-eslint/eslint-plugin": "^5.62.0",
37
37
  "@typescript-eslint/parser": "^5.62.0",
38
38
  "chai": "^4.3.7",
39
39
  "codecov": "^3.8.3",
40
40
  "deepmerge": "^4.3.1",
41
- "eslint": "^8.45.0",
41
+ "eslint": "^8.46.0",
42
42
  "eslint-config-prettier": "^8.9.0",
43
43
  "eslint-config-salesforce": "^2.0.2",
44
44
  "eslint-config-salesforce-typescript": "^1.1.2",
45
45
  "eslint-plugin-header": "^3.1.1",
46
- "eslint-plugin-import": "^2.27.5",
46
+ "eslint-plugin-import": "^2.28.0",
47
47
  "eslint-plugin-jsdoc": "^46.4.5",
48
48
  "eslint-plugin-prettier": "^5.0.0",
49
49
  "eslint-plugin-sf-plugin": "^1.15.3",
@@ -52,7 +52,7 @@
52
52
  "mocha": "^10.2.0",
53
53
  "nock": "^13.3.2",
54
54
  "nyc": "^15.1.0",
55
- "oclif": "^3.10.0",
55
+ "oclif": "^3.11.1",
56
56
  "patch-package": "^7.0.2",
57
57
  "pinst": "^3.0.0",
58
58
  "prettier": "^3.0.0",