sfdx-jayree 4.4.22 → 4.4.24

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,27 @@
1
+ ## [4.4.24](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.4.23...v4.4.24) (2023-02-03)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** bump @jayree/sfdx-plugin-legacy from 1.1.22 to 1.1.24 ([#563](https://github.com/jayree/sfdx-jayree-plugin/issues/563)) ([a63563f](https://github.com/jayree/sfdx-jayree-plugin/commit/a63563f50240dba1398fb4a16c642efd34004c34))
7
+ * **deps:** bump @jayree/sfdx-plugin-prettier from 1.2.22 to 1.2.24 ([#574](https://github.com/jayree/sfdx-jayree-plugin/issues/574)) ([7f76c6c](https://github.com/jayree/sfdx-jayree-plugin/commit/7f76c6cd1b980a2e11955cebd162875eddda318a))
8
+ * **deps:** bump @salesforce/source-tracking from 2.2.19 to 2.2.21 ([#561](https://github.com/jayree/sfdx-jayree-plugin/issues/561)) ([7414891](https://github.com/jayree/sfdx-jayree-plugin/commit/7414891c380e617d9e4d38373352bed89afc0d40))
9
+ * **deps:** bump http-cache-semantics from 4.1.0 to 4.1.1 ([#558](https://github.com/jayree/sfdx-jayree-plugin/issues/558)) ([504049f](https://github.com/jayree/sfdx-jayree-plugin/commit/504049f9bd010f43d760ef51a019cc71178f22e4))
10
+
11
+ ## [4.4.23](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.4.22...v4.4.23) (2023-01-27)
12
+
13
+
14
+ ### Bug Fixes
15
+
16
+ * **deps:** bump @jayree/sfdx-plugin-legacy from 1.1.20 to 1.1.22 ([#556](https://github.com/jayree/sfdx-jayree-plugin/issues/556)) ([200fa47](https://github.com/jayree/sfdx-jayree-plugin/commit/200fa47ce62df4d35bb2473b564a6091b919e2fa))
17
+ * **deps:** bump @jayree/sfdx-plugin-manifest from 2.7.3 to 2.7.4 ([#554](https://github.com/jayree/sfdx-jayree-plugin/issues/554)) ([5659dcf](https://github.com/jayree/sfdx-jayree-plugin/commit/5659dcf54d5db81eb9cbc744a1377ac9e1039b13))
18
+ * **deps:** bump @jayree/sfdx-plugin-prettier from 1.2.21 to 1.2.22 ([#557](https://github.com/jayree/sfdx-jayree-plugin/issues/557)) ([ff63200](https://github.com/jayree/sfdx-jayree-plugin/commit/ff63200235a5866f9e4d495fb21a1a6cfe1a2596))
19
+ * **deps:** bump @salesforce/command from 5.2.41 to 5.2.42 ([#552](https://github.com/jayree/sfdx-jayree-plugin/issues/552)) ([7b992ef](https://github.com/jayree/sfdx-jayree-plugin/commit/7b992ef4d0163f06139e139cb592f68e6e070c18))
20
+ * **deps:** bump @salesforce/source-tracking from 2.2.18 to 2.2.19 ([#547](https://github.com/jayree/sfdx-jayree-plugin/issues/547)) ([0f9deb3](https://github.com/jayree/sfdx-jayree-plugin/commit/0f9deb3c45d352ff2902476f50c13b6298687441))
21
+ * **deps:** bump fast-xml-parser from 4.0.13 to 4.0.15 ([#546](https://github.com/jayree/sfdx-jayree-plugin/issues/546)) ([4cc1e92](https://github.com/jayree/sfdx-jayree-plugin/commit/4cc1e92eae3f309fa67cf54a9d23b1ab53b1dd72))
22
+ * **deps:** bump puppeteer from 19.5.2 to 19.6.1 ([#543](https://github.com/jayree/sfdx-jayree-plugin/issues/543)) ([fc30af4](https://github.com/jayree/sfdx-jayree-plugin/commit/fc30af4f43ebd1f854fc2f6b9efd246c70dcdfcc))
23
+ * **deps:** bump tslib from 2.4.1 to 2.5.0 ([#544](https://github.com/jayree/sfdx-jayree-plugin/issues/544)) ([2a3cb99](https://github.com/jayree/sfdx-jayree-plugin/commit/2a3cb992a9e8f319a781ad3a1be32068391efcff))
24
+
1
25
  ## [4.4.22](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.4.21...v4.4.22) (2023-01-20)
2
26
 
3
27
 
package/README.md CHANGED
@@ -24,7 +24,7 @@ $ sfdx plugins:install sfdx-jayree
24
24
  $ sfdx jayree:[COMMAND]
25
25
  running command...
26
26
  $ sfdx plugins
27
- sfdx-jayree 4.4.22
27
+ sfdx-jayree 4.4.24
28
28
  $ sfdx help jayree:[COMMAND]
29
29
  USAGE
30
30
  $ sfdx jayree:COMMAND
@@ -103,7 +103,7 @@ EXAMPLES
103
103
  ❯ ChangeSet1
104
104
  ```
105
105
 
106
- _See code: [@jayree/sfdx-plugin-legacy](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.20/src/commands/jayree/automation/changeset/deploy.ts)_
106
+ _See code: [@jayree/sfdx-plugin-legacy](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.24/src/commands/jayree/automation/changeset/deploy.ts)_
107
107
 
108
108
  ### `sfdx jayree:automation:changeset:list`
109
109
 
@@ -127,7 +127,7 @@ DESCRIPTION
127
127
  list incomming change sets of an org (beta)
128
128
  ```
129
129
 
130
- _See code: [@jayree/sfdx-plugin-legacy](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.20/src/commands/jayree/automation/changeset/list.ts)_
130
+ _See code: [@jayree/sfdx-plugin-legacy](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.24/src/commands/jayree/automation/changeset/list.ts)_
131
131
 
132
132
  ### `sfdx jayree:automation:ltngsync:status`
133
133
 
@@ -165,7 +165,7 @@ EXAMPLES
165
165
  userContacts/userEvents: Exchange to Salesforce sync status... Initial sync completed/Initial sync completed
166
166
  ```
167
167
 
168
- _See code: [@jayree/sfdx-plugin-legacy](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.20/src/commands/jayree/automation/ltngsync/status.ts)_
168
+ _See code: [@jayree/sfdx-plugin-legacy](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.24/src/commands/jayree/automation/ltngsync/status.ts)_
169
169
 
170
170
  ### `sfdx jayree:flowtestcoverage`
171
171
 
@@ -195,7 +195,7 @@ EXAMPLES
195
195
  ...
196
196
  ```
197
197
 
198
- _See code: [src/commands/jayree/flowtestcoverage.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.22/src/commands/jayree/flowtestcoverage.ts)_
198
+ _See code: [src/commands/jayree/flowtestcoverage.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.24/src/commands/jayree/flowtestcoverage.ts)_
199
199
 
200
200
  ### `sfdx jayree:manifest:beta:git:diff`
201
201
 
@@ -274,7 +274,7 @@ FLAG DESCRIPTIONS
274
274
  The location can be an absolute path or relative to the current working directory.
275
275
  ```
276
276
 
277
- _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v2.7.3/src/commands/jayree/manifest/beta/git/diff.ts)_
277
+ _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v2.7.4/src/commands/jayree/manifest/beta/git/diff.ts)_
278
278
 
279
279
  ### `sfdx jayree:manifest:cleanup`
280
280
 
@@ -302,7 +302,7 @@ EXAMPLES
302
302
  $ sfdx jayree:manifest:cleanup --manifest=package.xml --file=packageignore.xml
303
303
  ```
304
304
 
305
- _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v2.7.3/src/commands/jayree/manifest/cleanup.ts)_
305
+ _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v2.7.4/src/commands/jayree/manifest/cleanup.ts)_
306
306
 
307
307
  ### `sfdx jayree:manifest:generate`
308
308
 
@@ -345,7 +345,7 @@ EXAMPLES
345
345
  <Package xmlns='http://soap.sforce.com/2006/04/metadata'>...</Package>
346
346
  ```
347
347
 
348
- _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v2.7.3/src/commands/jayree/manifest/generate.ts)_
348
+ _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v2.7.4/src/commands/jayree/manifest/generate.ts)_
349
349
 
350
350
  ### `sfdx jayree:manifest:git:diff`
351
351
 
@@ -399,7 +399,7 @@ EXAMPLES
399
399
  uses the diff of what is unique in branchB (REF2)
400
400
  ```
401
401
 
402
- _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v2.7.3/src/commands/jayree/manifest/git/diff.ts)_
402
+ _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v2.7.4/src/commands/jayree/manifest/git/diff.ts)_
403
403
 
404
404
  ### `sfdx jayree:org:configure`
405
405
 
@@ -434,7 +434,7 @@ EXAMPLES
434
434
  $ sfdx jayree:org:configure --concurrent --tasks="Asset Settings","Activity Settings"
435
435
  ```
436
436
 
437
- _See code: [src/commands/jayree/org/configure/index.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.22/src/commands/jayree/org/configure/index.ts)_
437
+ _See code: [src/commands/jayree/org/configure/index.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.24/src/commands/jayree/org/configure/index.ts)_
438
438
 
439
439
  ### `sfdx jayree:org:configure:country`
440
440
 
@@ -458,7 +458,7 @@ DESCRIPTION
458
458
  update country integration values in the State/Country Picklists
459
459
  ```
460
460
 
461
- _See code: [src/commands/jayree/org/configure/country.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.22/src/commands/jayree/org/configure/country.ts)_
461
+ _See code: [src/commands/jayree/org/configure/country.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.24/src/commands/jayree/org/configure/country.ts)_
462
462
 
463
463
  ### `sfdx jayree:org:configure:state`
464
464
 
@@ -487,7 +487,7 @@ DESCRIPTION
487
487
  import (create/update) states into the State/Country Picklists
488
488
  ```
489
489
 
490
- _See code: [src/commands/jayree/org/configure/state.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.22/src/commands/jayree/org/configure/state.ts)_
490
+ _See code: [src/commands/jayree/org/configure/state.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.24/src/commands/jayree/org/configure/state.ts)_
491
491
 
492
492
  ### `sfdx jayree:org:settings`
493
493
 
@@ -520,7 +520,7 @@ EXAMPLES
520
520
  $ sfdx jayree:org:settings -u MyTestOrg1 -w
521
521
  ```
522
522
 
523
- _See code: [src/commands/jayree/org/settings.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.22/src/commands/jayree/org/settings.ts)_
523
+ _See code: [src/commands/jayree/org/settings.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.24/src/commands/jayree/org/settings.ts)_
524
524
 
525
525
  ### `sfdx jayree:org:streaming`
526
526
 
@@ -549,7 +549,7 @@ EXAMPLES
549
549
  ...
550
550
  ```
551
551
 
552
- _See code: [src/commands/jayree/org/streaming.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.22/src/commands/jayree/org/streaming.ts)_
552
+ _See code: [src/commands/jayree/org/streaming.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.24/src/commands/jayree/org/streaming.ts)_
553
553
 
554
554
  ### `sfdx jayree:packagedescription:create`
555
555
 
@@ -574,7 +574,7 @@ EXAMPLES
574
574
  $ sfdx jayree:packagedescription:create --file FILENAME --description 'DESCRIPTION'
575
575
  ```
576
576
 
577
- _See code: [@jayree/sfdx-plugin-legacy](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.20/src/commands/jayree/packagedescription/create.ts)_
577
+ _See code: [@jayree/sfdx-plugin-legacy](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.24/src/commands/jayree/packagedescription/create.ts)_
578
578
 
579
579
  ### `sfdx jayree:packagedescription:get`
580
580
 
@@ -599,7 +599,7 @@ EXAMPLES
599
599
  Description of Package FILENAME
600
600
  ```
601
601
 
602
- _See code: [@jayree/sfdx-plugin-legacy](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.20/src/commands/jayree/packagedescription/get.ts)_
602
+ _See code: [@jayree/sfdx-plugin-legacy](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.24/src/commands/jayree/packagedescription/get.ts)_
603
603
 
604
604
  ### `sfdx jayree:packagedescription:remove`
605
605
 
@@ -623,7 +623,7 @@ EXAMPLES
623
623
  $ sfdx jayree:packagedescription:remove --file FILENAME
624
624
  ```
625
625
 
626
- _See code: [@jayree/sfdx-plugin-legacy](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.20/src/commands/jayree/packagedescription/remove.ts)_
626
+ _See code: [@jayree/sfdx-plugin-legacy](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.24/src/commands/jayree/packagedescription/remove.ts)_
627
627
 
628
628
  ### `sfdx jayree:packagedescription:set`
629
629
 
@@ -648,7 +648,7 @@ EXAMPLES
648
648
  $ sfdx jayree:packagedescription:set --file FILENAME --description 'NEW DESCRIPTION'
649
649
  ```
650
650
 
651
- _See code: [@jayree/sfdx-plugin-legacy](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.20/src/commands/jayree/packagedescription/set.ts)_
651
+ _See code: [@jayree/sfdx-plugin-legacy](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.24/src/commands/jayree/packagedescription/set.ts)_
652
652
 
653
653
  ### `sfdx jayree:source:fix`
654
654
 
@@ -676,7 +676,7 @@ DESCRIPTION
676
676
  (examples will follow)
677
677
  ```
678
678
 
679
- _See code: [src/commands/jayree/source/fix.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.22/src/commands/jayree/source/fix.ts)_
679
+ _See code: [src/commands/jayree/source/fix.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.24/src/commands/jayree/source/fix.ts)_
680
680
 
681
681
  ### `sfdx jayree:source:tracking:list`
682
682
 
@@ -707,7 +707,7 @@ EXAMPLES
707
707
  $ sfdx jayree:source:tracking:list -u me@my.org -r 101
708
708
  ```
709
709
 
710
- _See code: [src/commands/jayree/source/tracking/list.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.22/src/commands/jayree/source/tracking/list.ts)_
710
+ _See code: [src/commands/jayree/source/tracking/list.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.24/src/commands/jayree/source/tracking/list.ts)_
711
711
 
712
712
  ### `sfdx jayree:source:tracking:store:get`
713
713
 
@@ -735,7 +735,7 @@ EXAMPLES
735
735
  $ sfdx jayree:source:tracking:store:get -u me@my.org
736
736
  ```
737
737
 
738
- _See code: [src/commands/jayree/source/tracking/store/get.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.22/src/commands/jayree/source/tracking/store/get.ts)_
738
+ _See code: [src/commands/jayree/source/tracking/store/get.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.24/src/commands/jayree/source/tracking/store/get.ts)_
739
739
 
740
740
  ### `sfdx jayree:source:tracking:store:set`
741
741
 
@@ -766,7 +766,7 @@ EXAMPLES
766
766
  $ sfdx jayree:source:tracking:store:set -u MyTestOrg1 -r 101
767
767
  ```
768
768
 
769
- _See code: [src/commands/jayree/source/tracking/store/set.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.22/src/commands/jayree/source/tracking/store/set.ts)_
769
+ _See code: [src/commands/jayree/source/tracking/store/set.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.24/src/commands/jayree/source/tracking/store/set.ts)_
770
770
  <!-- commandsstop -->
771
771
 
772
772
  ## Hooks
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "4.4.22",
2
+ "version": "4.4.24",
3
3
  "commands": {
4
4
  "jayree:flowtestcoverage": {
5
5
  "id": "jayree:flowtestcoverage",
package/package.json CHANGED
@@ -1,22 +1,22 @@
1
1
  {
2
2
  "name": "sfdx-jayree",
3
3
  "description": "A Salesforce CLI plugin containing commands and hooks for Salesforce Application Lifecycle Management tasks.",
4
- "version": "4.4.22",
4
+ "version": "4.4.24",
5
5
  "author": "jayree <jayree.git@icloud.com>",
6
6
  "bugs": "https://github.com/jayree/sfdx-jayree-plugin/issues",
7
7
  "type": "module",
8
8
  "dependencies": {
9
- "@jayree/sfdx-plugin-legacy": "^1.1.20",
10
- "@jayree/sfdx-plugin-manifest": "^2.7.3",
11
- "@jayree/sfdx-plugin-prettier": "^1.2.21",
9
+ "@jayree/sfdx-plugin-legacy": "^1.1.24",
10
+ "@jayree/sfdx-plugin-manifest": "^2.7.4",
11
+ "@jayree/sfdx-plugin-prettier": "^1.2.24",
12
12
  "@oclif/core": "^1.24.0",
13
- "@salesforce/command": "^5.2.40",
13
+ "@salesforce/command": "^5.2.42",
14
14
  "@salesforce/kit": "^1.8.3",
15
15
  "@salesforce/source-deploy-retrieve": "^7.7.0",
16
- "@salesforce/source-tracking": "^2.2.18",
16
+ "@salesforce/source-tracking": "^2.2.21",
17
17
  "debug": "^4.3.4",
18
18
  "enquirer": "^2.3.6",
19
- "fast-xml-parser": "^4.0.13",
19
+ "fast-xml-parser": "^4.0.15",
20
20
  "fs-extra": "^10.1.0",
21
21
  "ignore": "^5.2.4",
22
22
  "is-docker": "^3.0.0",
@@ -26,20 +26,20 @@
26
26
  "marked-terminal": "^5.1.1",
27
27
  "mkdirp": "^1.0.4",
28
28
  "object-path": "^0.11.8",
29
- "puppeteer": "^19.5.2",
29
+ "puppeteer": "^19.6.1",
30
30
  "semver": "^7.3.8",
31
31
  "tabletojson": "^2.0.7",
32
- "tslib": "^2.4.0"
32
+ "tslib": "^2.5.0"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@commitlint/cli": "^17.4.2",
36
36
  "@commitlint/config-conventional": "^17.4.2",
37
- "@oclif/plugin-command-snapshot": "^3.2.16",
38
- "@oclif/plugin-help": "^5.2.0",
37
+ "@oclif/plugin-command-snapshot": "^3.3.1",
38
+ "@oclif/plugin-help": "^5.2.2",
39
39
  "@salesforce/dev-config": "^3.1.0",
40
40
  "@salesforce/dev-scripts": "3.1.0",
41
41
  "@salesforce/prettier-config": "^0.0.2",
42
- "@salesforce/ts-sinon": "^1.4.4",
42
+ "@salesforce/ts-sinon": "^1.4.5",
43
43
  "@types/chai": "^4.3.4",
44
44
  "@types/fs-extra": "^9.0.13",
45
45
  "@types/jsforce": "^1.11.0",
@@ -50,24 +50,24 @@
50
50
  "@types/node": "^18.11.18",
51
51
  "@types/semver": "^7.3.13",
52
52
  "@types/sinon": "^10.0.13",
53
- "@typescript-eslint/eslint-plugin": "^5.48.1",
54
- "@typescript-eslint/parser": "^5.48.2",
53
+ "@typescript-eslint/eslint-plugin": "^5.49.0",
54
+ "@typescript-eslint/parser": "^5.50.0",
55
55
  "chai": "^4.3.7",
56
- "eslint": "^8.32.0",
56
+ "eslint": "^8.33.0",
57
57
  "eslint-config-prettier": "^8.6.0",
58
- "eslint-config-salesforce": "^1.1.0",
58
+ "eslint-config-salesforce": "^1.1.1",
59
59
  "eslint-config-salesforce-typescript": "^1.1.1",
60
60
  "eslint-plugin-header": "^3.1.1",
61
61
  "eslint-plugin-import": "^2.27.5",
62
- "eslint-plugin-jsdoc": "^39.6.7",
62
+ "eslint-plugin-jsdoc": "^39.7.5",
63
63
  "eslint-plugin-prettier": "^4.2.1",
64
- "eslint-plugin-sf-plugin": "^1.6.3",
64
+ "eslint-plugin-sf-plugin": "^1.8.0",
65
65
  "husky": "^8.0.3",
66
66
  "is-ci": "^3.0.1",
67
67
  "mocha": "^10.2.0",
68
68
  "nock": "^13.3.0",
69
69
  "nyc": "^15.1.0",
70
- "oclif": "^3.6.0",
70
+ "oclif": "^3.6.2",
71
71
  "patch-package": "^6.5.1",
72
72
  "pinst": "^3.0.0",
73
73
  "prettier": "^2.8.2",
@@ -76,7 +76,7 @@
76
76
  "sinon": "^14.0.2",
77
77
  "source-map-support": "^0.5.21",
78
78
  "ts-node": "^10.9.1",
79
- "typescript": "^4.9.4"
79
+ "typescript": "^4.9.5"
80
80
  },
81
81
  "engines": {
82
82
  "node": ">=14.0.0"