sfdx-jayree 4.7.2 → 4.7.3

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
+ ## [4.7.3](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.7.2...v4.7.3) (2023-05-12)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** bump @jayree/sfdx-plugin-legacy from 1.1.37 to 1.1.38 ([#763](https://github.com/jayree/sfdx-jayree-plugin/issues/763)) ([357c891](https://github.com/jayree/sfdx-jayree-plugin/commit/357c8913b561369b735a1d16e6dd8ee8ee2411ef))
7
+ * **deps:** bump @jayree/sfdx-plugin-manifest from 3.0.14 to 3.0.16 ([#762](https://github.com/jayree/sfdx-jayree-plugin/issues/762)) ([2734f2c](https://github.com/jayree/sfdx-jayree-plugin/commit/2734f2c5d3fae667030d3f7b0db29de94115bfe2))
8
+ * **deps:** bump @jayree/sfdx-plugin-prettier from 1.2.39 to 1.3.1 ([#769](https://github.com/jayree/sfdx-jayree-plugin/issues/769)) ([af4a9d5](https://github.com/jayree/sfdx-jayree-plugin/commit/af4a9d565f830da9d38f8efbb41e5d0e4b7ebe3b))
9
+
1
10
  ## [4.7.2](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.7.1...v4.7.2) (2023-05-05)
2
11
 
3
12
 
package/README.md CHANGED
@@ -88,7 +88,7 @@ EXAMPLES
88
88
  ❯ ChangeSet1
89
89
  ```
90
90
 
91
- _See code: [@jayree/sfdx-plugin-legacy](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.37/src/commands/jayree/automation/changeset/deploy.ts)_
91
+ _See code: [@jayree/sfdx-plugin-legacy](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.38/src/commands/jayree/automation/changeset/deploy.ts)_
92
92
 
93
93
  ### `sfdx jayree:automation:changeset:list`
94
94
 
@@ -112,7 +112,7 @@ DESCRIPTION
112
112
  list incomming change sets of an org (beta)
113
113
  ```
114
114
 
115
- _See code: [@jayree/sfdx-plugin-legacy](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.37/src/commands/jayree/automation/changeset/list.ts)_
115
+ _See code: [@jayree/sfdx-plugin-legacy](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.38/src/commands/jayree/automation/changeset/list.ts)_
116
116
 
117
117
  ### `sfdx jayree:automation:ltngsync:status`
118
118
 
@@ -150,7 +150,7 @@ EXAMPLES
150
150
  userContacts/userEvents: Exchange to Salesforce sync status... Initial sync completed/Initial sync completed
151
151
  ```
152
152
 
153
- _See code: [@jayree/sfdx-plugin-legacy](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.37/src/commands/jayree/automation/ltngsync/status.ts)_
153
+ _See code: [@jayree/sfdx-plugin-legacy](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.38/src/commands/jayree/automation/ltngsync/status.ts)_
154
154
 
155
155
  ### `sfdx jayree:flowtestcoverage`
156
156
 
@@ -174,7 +174,7 @@ EXAMPLES
174
174
  ...
175
175
  ```
176
176
 
177
- _See code: [src/commands/jayree/flowtestcoverage.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.7.2/src/commands/jayree/flowtestcoverage.ts)_
177
+ _See code: [src/commands/jayree/flowtestcoverage.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.7.3/src/commands/jayree/flowtestcoverage.ts)_
178
178
 
179
179
  ### `sfdx jayree:manifest:cleanup`
180
180
 
@@ -202,7 +202,7 @@ EXAMPLES
202
202
  $ sfdx jayree:manifest:cleanup --manifest=package.xml --file=packageignore.xml
203
203
  ```
204
204
 
205
- _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.0.14/src/commands/jayree/manifest/cleanup.ts)_
205
+ _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.0.16/src/commands/jayree/manifest/cleanup.ts)_
206
206
 
207
207
  ### `sfdx jayree:manifest:generate`
208
208
 
@@ -238,7 +238,7 @@ EXAMPLES
238
238
  <Package xmlns='http://soap.sforce.com/2006/04/metadata'>...</Package>
239
239
  ```
240
240
 
241
- _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.0.14/src/commands/jayree/manifest/generate.ts)_
241
+ _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.0.16/src/commands/jayree/manifest/generate.ts)_
242
242
 
243
243
  ### `sfdx jayree:manifest:git:diff`
244
244
 
@@ -320,7 +320,7 @@ FLAG DESCRIPTIONS
320
320
  The location can be an absolute path or relative to the current working directory.
321
321
  ```
322
322
 
323
- _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.0.14/src/commands/jayree/manifest/git/diff.ts)_
323
+ _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.0.16/src/commands/jayree/manifest/git/diff.ts)_
324
324
 
325
325
  ### `sfdx jayree:manifest:legacy:git:diff`
326
326
 
@@ -398,7 +398,7 @@ FLAG DESCRIPTIONS
398
398
  The location can be an absolute path or relative to the current working directory.
399
399
  ```
400
400
 
401
- _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.0.14/src/commands/jayree/manifest/legacy/git/diff.ts)_
401
+ _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.0.16/src/commands/jayree/manifest/legacy/git/diff.ts)_
402
402
 
403
403
  ### `sfdx jayree:org:configure`
404
404
 
@@ -506,7 +506,7 @@ EXAMPLES
506
506
  $ sfdx jayree:org:settings -u MyTestOrg1 -w
507
507
  ```
508
508
 
509
- _See code: [src/commands/jayree/org/settings.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.7.2/src/commands/jayree/org/settings.ts)_
509
+ _See code: [src/commands/jayree/org/settings.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.7.3/src/commands/jayree/org/settings.ts)_
510
510
 
511
511
  ### `sfdx jayree:org:streaming`
512
512
 
@@ -529,7 +529,7 @@ EXAMPLES
529
529
  ...
530
530
  ```
531
531
 
532
- _See code: [src/commands/jayree/org/streaming.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.7.2/src/commands/jayree/org/streaming.ts)_
532
+ _See code: [src/commands/jayree/org/streaming.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.7.3/src/commands/jayree/org/streaming.ts)_
533
533
 
534
534
  ### `sfdx jayree:packagedescription:create`
535
535
 
@@ -554,7 +554,7 @@ EXAMPLES
554
554
  $ sfdx jayree:packagedescription:create --file FILENAME --description 'DESCRIPTION'
555
555
  ```
556
556
 
557
- _See code: [@jayree/sfdx-plugin-legacy](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.37/src/commands/jayree/packagedescription/create.ts)_
557
+ _See code: [@jayree/sfdx-plugin-legacy](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.38/src/commands/jayree/packagedescription/create.ts)_
558
558
 
559
559
  ### `sfdx jayree:packagedescription:get`
560
560
 
@@ -579,7 +579,7 @@ EXAMPLES
579
579
  Description of Package FILENAME
580
580
  ```
581
581
 
582
- _See code: [@jayree/sfdx-plugin-legacy](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.37/src/commands/jayree/packagedescription/get.ts)_
582
+ _See code: [@jayree/sfdx-plugin-legacy](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.38/src/commands/jayree/packagedescription/get.ts)_
583
583
 
584
584
  ### `sfdx jayree:packagedescription:remove`
585
585
 
@@ -603,7 +603,7 @@ EXAMPLES
603
603
  $ sfdx jayree:packagedescription:remove --file FILENAME
604
604
  ```
605
605
 
606
- _See code: [@jayree/sfdx-plugin-legacy](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.37/src/commands/jayree/packagedescription/remove.ts)_
606
+ _See code: [@jayree/sfdx-plugin-legacy](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.38/src/commands/jayree/packagedescription/remove.ts)_
607
607
 
608
608
  ### `sfdx jayree:packagedescription:set`
609
609
 
@@ -628,7 +628,7 @@ EXAMPLES
628
628
  $ sfdx jayree:packagedescription:set --file FILENAME --description 'NEW DESCRIPTION'
629
629
  ```
630
630
 
631
- _See code: [@jayree/sfdx-plugin-legacy](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.37/src/commands/jayree/packagedescription/set.ts)_
631
+ _See code: [@jayree/sfdx-plugin-legacy](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.38/src/commands/jayree/packagedescription/set.ts)_
632
632
 
633
633
  ### `sfdx jayree:source:fix`
634
634
 
@@ -652,7 +652,7 @@ FLAG DESCRIPTIONS
652
652
  log output to console
653
653
  ```
654
654
 
655
- _See code: [src/commands/jayree/source/fix.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.7.2/src/commands/jayree/source/fix.ts)_
655
+ _See code: [src/commands/jayree/source/fix.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.7.3/src/commands/jayree/source/fix.ts)_
656
656
 
657
657
  ### `sfdx jayree:source:snapshot:compare`
658
658
 
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "4.7.2",
2
+ "version": "4.7.3",
3
3
  "commands": {
4
4
  "jayree:flowtestcoverage": {
5
5
  "id": "jayree:flowtestcoverage",
package/package.json CHANGED
@@ -1,16 +1,16 @@
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.7.2",
4
+ "version": "4.7.3",
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
9
  "@jayree/changelog": "^1.1.0",
10
- "@jayree/sfdx-plugin-legacy": "^1.1.37",
11
- "@jayree/sfdx-plugin-manifest": "^3.0.14",
10
+ "@jayree/sfdx-plugin-legacy": "^1.1.38",
11
+ "@jayree/sfdx-plugin-manifest": "^3.0.16",
12
12
  "@jayree/sfdx-plugin-org": "^1.0.3",
13
- "@jayree/sfdx-plugin-prettier": "^1.2.39",
13
+ "@jayree/sfdx-plugin-prettier": "^1.3.1",
14
14
  "@jayree/sfdx-plugin-source": "^1.1.2",
15
15
  "@oclif/core": "^2.8.2",
16
16
  "@salesforce/kit": "^1.9.2",
@@ -25,7 +25,7 @@
25
25
  "tslib": "^2.5.0"
26
26
  },
27
27
  "devDependencies": {
28
- "@oclif/plugin-command-snapshot": "^3.3.13",
28
+ "@oclif/plugin-command-snapshot": "^3.3.14",
29
29
  "@oclif/plugin-help": "^5.2.9",
30
30
  "@salesforce/dev-config": "^3.1.0",
31
31
  "@salesforce/dev-scripts": "^4.3.0",
@@ -34,20 +34,20 @@
34
34
  "@types/fs-extra": "^11.0.1",
35
35
  "@types/jsforce": "^1.11.0",
36
36
  "@types/mkdirp": "^1.0.2",
37
- "@typescript-eslint/eslint-plugin": "^5.59.2",
38
- "@typescript-eslint/parser": "^5.59.2",
37
+ "@typescript-eslint/eslint-plugin": "^5.59.5",
38
+ "@typescript-eslint/parser": "^5.59.5",
39
39
  "c8": "^7.12.0",
40
40
  "chai": "^4.3.7",
41
- "eslint": "^8.39.0",
41
+ "eslint": "^8.40.0",
42
42
  "eslint-config-prettier": "^8.8.0",
43
43
  "eslint-config-salesforce": "^1.2.0",
44
44
  "eslint-config-salesforce-license": "^0.2.0",
45
45
  "eslint-config-salesforce-typescript": "^1.1.1",
46
46
  "eslint-plugin-header": "^3.1.1",
47
47
  "eslint-plugin-import": "^2.27.5",
48
- "eslint-plugin-jsdoc": "^43.1.1",
48
+ "eslint-plugin-jsdoc": "^43.2.0",
49
49
  "eslint-plugin-prettier": "^4.2.1",
50
- "eslint-plugin-sf-plugin": "^1.15.1",
50
+ "eslint-plugin-sf-plugin": "^1.15.2",
51
51
  "husky": "^8.0.3",
52
52
  "is-ci": "^3.0.1",
53
53
  "mocha": "^10.2.0",