sfdx-jayree 4.8.132 → 4.8.133

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,13 @@
1
+ ## [4.8.133](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.132...v4.8.133) (2025-05-02)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** bump @jayree/sfdx-plugin-manifest from 3.7.17 to 3.7.20 ([#1638](https://github.com/jayree/sfdx-jayree-plugin/issues/1638)) ([f7e3457](https://github.com/jayree/sfdx-jayree-plugin/commit/f7e345779542687ac4b0886b342943372989f0d1))
7
+ * **deps:** bump @jayree/sfdx-plugin-org from 1.2.110 to 1.2.111 ([#1639](https://github.com/jayree/sfdx-jayree-plugin/issues/1639)) ([1deba60](https://github.com/jayree/sfdx-jayree-plugin/commit/1deba60aa7bdd5af5e473e6401d341e596fe76f4))
8
+ * **deps:** bump @jayree/sfdx-plugin-prettier from 1.3.112 to 1.3.113 ([#1635](https://github.com/jayree/sfdx-jayree-plugin/issues/1635)) ([adf681d](https://github.com/jayree/sfdx-jayree-plugin/commit/adf681d2033b325d70baaff53af8d431f490baf2))
9
+ * **deps:** bump @jayree/sfdx-plugin-source from 1.3.107 to 1.3.108 ([#1636](https://github.com/jayree/sfdx-jayree-plugin/issues/1636)) ([087a5b4](https://github.com/jayree/sfdx-jayree-plugin/commit/087a5b40dc8427777114c3b0d4c208eae98faa04))
10
+
1
11
  ## [4.8.132](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.131...v4.8.132) (2025-04-25)
2
12
 
3
13
 
package/README.md CHANGED
@@ -61,7 +61,7 @@ EXAMPLES
61
61
  ...
62
62
  ```
63
63
 
64
- _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.110/src/commands/jayree/flow/get/coverage.ts)_
64
+ _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.111/src/commands/jayree/flow/get/coverage.ts)_
65
65
 
66
66
  ### `sfdx jayree manifest cleanup`
67
67
 
@@ -90,7 +90,7 @@ EXAMPLES
90
90
  $ sfdx jayree manifest cleanup --manifest=package.xml --file=packageignore.xml
91
91
  ```
92
92
 
93
- _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.7.17/src/commands/jayree/manifest/cleanup.ts)_
93
+ _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.7.20/src/commands/jayree/manifest/cleanup.ts)_
94
94
 
95
95
  ### `sfdx jayree manifest generate`
96
96
 
@@ -128,7 +128,7 @@ EXAMPLES
128
128
  <Package xmlns='http://soap.sforce.com/2006/04/metadata'>...</Package>
129
129
  ```
130
130
 
131
- _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.7.17/src/commands/jayree/manifest/generate.ts)_
131
+ _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.7.20/src/commands/jayree/manifest/generate.ts)_
132
132
 
133
133
  ### `sfdx jayree manifest git diff REF1 [REF2]`
134
134
 
@@ -211,7 +211,7 @@ FLAG DESCRIPTIONS
211
211
  Use this flag to create a 'destructiveChanges.xml' and a blank 'package.xml'.
212
212
  ```
213
213
 
214
- _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.7.17/src/commands/jayree/manifest/git/diff.ts)_
214
+ _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.7.20/src/commands/jayree/manifest/git/diff.ts)_
215
215
 
216
216
  ### `sfdx jayree org configure`
217
217
 
@@ -241,7 +241,7 @@ EXAMPLES
241
241
  $ sfdx jayree:org:configure --concurrent --tasks="Asset Settings","Activity Settings"
242
242
  ```
243
243
 
244
- _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.110/src/commands/jayree/org/configure/index.ts)_
244
+ _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.111/src/commands/jayree/org/configure/index.ts)_
245
245
 
246
246
  ### `sfdx jayree org configure country`
247
247
 
@@ -261,7 +261,7 @@ GLOBAL FLAGS
261
261
  --json Format output as json.
262
262
  ```
263
263
 
264
- _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.110/src/commands/jayree/org/configure/country.ts)_
264
+ _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.111/src/commands/jayree/org/configure/country.ts)_
265
265
 
266
266
  ### `sfdx jayree org configure state`
267
267
 
@@ -286,7 +286,7 @@ GLOBAL FLAGS
286
286
  --json Format output as json.
287
287
  ```
288
288
 
289
- _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.110/src/commands/jayree/org/configure/state.ts)_
289
+ _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.111/src/commands/jayree/org/configure/state.ts)_
290
290
 
291
291
  ### `sfdx jayree org get settings`
292
292
 
@@ -316,7 +316,7 @@ EXAMPLES
316
316
  $ sfdx jayree:org:settings -u MyTestOrg1 -w
317
317
  ```
318
318
 
319
- _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.110/src/commands/jayree/org/get/settings.ts)_
319
+ _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.111/src/commands/jayree/org/get/settings.ts)_
320
320
 
321
321
  ### `sfdx jayree org stream`
322
322
 
@@ -348,7 +348,7 @@ EXAMPLES
348
348
  ...
349
349
  ```
350
350
 
351
- _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.110/src/commands/jayree/org/stream.ts)_
351
+ _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.111/src/commands/jayree/org/stream.ts)_
352
352
 
353
353
  ### `sfdx jayree project compare snapshot`
354
354
 
@@ -369,7 +369,7 @@ ALIASES
369
369
  $ sfdx jayree source snapshot compare
370
370
  ```
371
371
 
372
- _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.107/src/commands/jayree/project/compare/snapshot.ts)_
372
+ _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.108/src/commands/jayree/project/compare/snapshot.ts)_
373
373
 
374
374
  ### `sfdx jayree project fix`
375
375
 
@@ -391,7 +391,7 @@ ALIASES
391
391
  $ sfdx jayree source fix
392
392
  ```
393
393
 
394
- _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.107/src/commands/jayree/project/fix.ts)_
394
+ _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.108/src/commands/jayree/project/fix.ts)_
395
395
 
396
396
  ### `sfdx jayree project generate snapshot`
397
397
 
@@ -412,7 +412,7 @@ ALIASES
412
412
  $ sfdx jayree source snapshot generate
413
413
  ```
414
414
 
415
- _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.107/src/commands/jayree/project/generate/snapshot.ts)_
415
+ _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.108/src/commands/jayree/project/generate/snapshot.ts)_
416
416
 
417
417
  ### `sfdx jayree project list tracking`
418
418
 
@@ -441,7 +441,7 @@ EXAMPLES
441
441
  $ sfdx jayree:source:tracking:list -u me@my.org -r 101
442
442
  ```
443
443
 
444
- _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.107/src/commands/jayree/project/list/tracking.ts)_
444
+ _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.108/src/commands/jayree/project/list/tracking.ts)_
445
445
 
446
446
  ### `sfdx jayree project store tracking get`
447
447
 
@@ -467,7 +467,7 @@ EXAMPLES
467
467
  $ sfdx jayree:source:tracking:store:get -u me@my.org
468
468
  ```
469
469
 
470
- _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.107/src/commands/jayree/project/store/tracking/get.ts)_
470
+ _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.108/src/commands/jayree/project/store/tracking/get.ts)_
471
471
 
472
472
  ### `sfdx jayree project store tracking set`
473
473
 
@@ -497,7 +497,7 @@ EXAMPLES
497
497
  $ sfdx jayree:source:tracking:store:set -u MyTestOrg1 -r 101
498
498
  ```
499
499
 
500
- _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.107/src/commands/jayree/project/store/tracking/set.ts)_
500
+ _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.108/src/commands/jayree/project/store/tracking/set.ts)_
501
501
  <!-- commandsstop -->
502
502
 
503
503
  ## Hooks
@@ -1,18 +1,18 @@
1
1
  {
2
2
  "name": "sfdx-jayree",
3
- "version": "4.8.132",
3
+ "version": "4.8.133",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "sfdx-jayree",
9
- "version": "4.8.132",
9
+ "version": "4.8.133",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
- "@jayree/sfdx-plugin-manifest": "^3.7.17",
13
- "@jayree/sfdx-plugin-org": "^1.2.110",
14
- "@jayree/sfdx-plugin-prettier": "^1.3.112",
15
- "@jayree/sfdx-plugin-source": "^1.3.107"
12
+ "@jayree/sfdx-plugin-manifest": "^3.7.20",
13
+ "@jayree/sfdx-plugin-org": "^1.2.111",
14
+ "@jayree/sfdx-plugin-prettier": "^1.3.113",
15
+ "@jayree/sfdx-plugin-source": "^1.3.108"
16
16
  },
17
17
  "devDependencies": {
18
18
  "@oclif/plugin-help": "^6.2.27",
@@ -20,7 +20,7 @@
20
20
  "@salesforce/ts-sinon": "^1.4.30",
21
21
  "c8": "^10.1.3",
22
22
  "eslint-plugin-prettier": "^5.2.6",
23
- "eslint-plugin-sf-plugin": "^1.20.20",
23
+ "eslint-plugin-sf-plugin": "^1.20.21",
24
24
  "nock": "^14.0.4",
25
25
  "oclif": "^4.17.46",
26
26
  "patch-package": "^8.0.0",
@@ -4362,18 +4362,18 @@
4362
4362
  }
4363
4363
  },
4364
4364
  "node_modules/@jayree/sfdx-plugin-manifest": {
4365
- "version": "3.7.17",
4366
- "resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-manifest/-/sfdx-plugin-manifest-3.7.17.tgz",
4367
- "integrity": "sha512-kN7GN3eF1Yxp8FiZCXrV1DaKAFYkfNG6jdfbk1bbrSLanG6iXB8AuZOiy/9i6kdbXO6dDc81YXd9s3Ck/JQsAg==",
4365
+ "version": "3.7.20",
4366
+ "resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-manifest/-/sfdx-plugin-manifest-3.7.20.tgz",
4367
+ "integrity": "sha512-W7rP3TJKC3DG3kb8QxUo8TJSXmVMrBphbUzBjxa5Diuu+JLuIep9SERnJI+HFyLWZXZhih4IuCnPFbIhHcaYEA==",
4368
4368
  "license": "BSD-3-Clause",
4369
4369
  "dependencies": {
4370
4370
  "@jayree/changelog": "^1.2.8",
4371
- "@oclif/core": "^4.2.10",
4372
- "@salesforce/core": "^8.9.1",
4371
+ "@oclif/core": "^4.3.0",
4372
+ "@salesforce/core": "^8.10.1",
4373
4373
  "@salesforce/kit": "^3.2.3",
4374
4374
  "@salesforce/sf-plugins-core": "^12.2.1",
4375
4375
  "@salesforce/source-deploy-retrieve": "12.19.3",
4376
- "@salesforce/source-tracking": "7.3.22",
4376
+ "@salesforce/source-tracking": "7.3.23",
4377
4377
  "@salesforce/ts-types": "^2.0.12",
4378
4378
  "fast-deep-equal": "^3.1.3",
4379
4379
  "fast-xml-parser": "^5.2.1",
@@ -4437,16 +4437,16 @@
4437
4437
  "license": "MIT"
4438
4438
  },
4439
4439
  "node_modules/@jayree/sfdx-plugin-org": {
4440
- "version": "1.2.110",
4441
- "resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-org/-/sfdx-plugin-org-1.2.110.tgz",
4442
- "integrity": "sha512-il1ftrrc0zoZlSGFEQmq+MNkhjPdFsb6x0XNSNW6X7phZWsb3XxxK0vxLlmL4t33dzB0HrNTFw4k30uI4hivdw==",
4440
+ "version": "1.2.111",
4441
+ "resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-org/-/sfdx-plugin-org-1.2.111.tgz",
4442
+ "integrity": "sha512-QgZaW0K4e2jGxfTT0bZLUPht/p7FOZgcVrFVUp761/Ot8xhqkJ1jsxTYnDE8mkuyF1EXhqJyUNCI3aFyYBLIwg==",
4443
4443
  "license": "BSD-3-Clause",
4444
4444
  "dependencies": {
4445
4445
  "@jayree/changelog": "^1.2.8",
4446
- "@jsforce/jsforce-node": "^3.8.0",
4446
+ "@jsforce/jsforce-node": "^3.8.1",
4447
4447
  "@listr2/prompt-adapter-enquirer": "^2.0.15",
4448
- "@oclif/core": "^4.2.10",
4449
- "@salesforce/core": "^8.9.1",
4448
+ "@oclif/core": "^4.3.0",
4449
+ "@salesforce/core": "^8.10.1",
4450
4450
  "@salesforce/sf-plugins-core": "^11.3.12",
4451
4451
  "@salesforce/source-deploy-retrieve": "^12.19.3",
4452
4452
  "@salesforce/ts-types": "^2.0.12",
@@ -4512,13 +4512,13 @@
4512
4512
  }
4513
4513
  },
4514
4514
  "node_modules/@jayree/sfdx-plugin-prettier": {
4515
- "version": "1.3.112",
4516
- "resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-prettier/-/sfdx-plugin-prettier-1.3.112.tgz",
4517
- "integrity": "sha512-4iq4H+4+hMaSqg8NxQdVpm0iFpVjX9PVNejHlVbAoC/xKHnScEFoKkVPjZeLzguF5iiNGFvKmsjEfGCVNqb+Vw==",
4515
+ "version": "1.3.113",
4516
+ "resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-prettier/-/sfdx-plugin-prettier-1.3.113.tgz",
4517
+ "integrity": "sha512-DaK8VcGPz4xf0uD1saMV3CJoMyP+y1hbTr4hXQev2xzz6kiGvZfczxX99xCytF/Qft/JhKMqyXQLHNKZI0FTAA==",
4518
4518
  "license": "BSD-3-Clause",
4519
4519
  "dependencies": {
4520
4520
  "@jayree/changelog": "^1.2.8",
4521
- "@oclif/core": "^4.2.10",
4521
+ "@oclif/core": "^4.3.0",
4522
4522
  "@prettier/plugin-xml": "^3.4.1",
4523
4523
  "@salesforce/core": "^8.9.1",
4524
4524
  "@salesforce/kit": "^3.2.3",
@@ -4567,18 +4567,18 @@
4567
4567
  }
4568
4568
  },
4569
4569
  "node_modules/@jayree/sfdx-plugin-source": {
4570
- "version": "1.3.107",
4571
- "resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-source/-/sfdx-plugin-source-1.3.107.tgz",
4572
- "integrity": "sha512-At/3KnShtHz3fYil8cN/IVP0gGPymGl1INOOaj8kHoTbag+B7wvy4fie8PVbdbIEkVo51eD79TyZj3v/X2gF/g==",
4570
+ "version": "1.3.108",
4571
+ "resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-source/-/sfdx-plugin-source-1.3.108.tgz",
4572
+ "integrity": "sha512-8+SSgqJ7YvWu9QcJm9MDkvPbzkflaS3V9dUTVdNf4Fy3WJE5kq/Kh0yFQZrhB983FR5hhuj0JBS6ylxS6iqZTw==",
4573
4573
  "license": "BSD-3-Clause",
4574
4574
  "dependencies": {
4575
4575
  "@jayree/changelog": "^1.2.8",
4576
- "@oclif/core": "^4.2.10",
4577
- "@salesforce/core": "^8.9.1",
4576
+ "@oclif/core": "^4.3.0",
4577
+ "@salesforce/core": "^8.10.1",
4578
4578
  "@salesforce/kit": "^3.2.3",
4579
4579
  "@salesforce/sf-plugins-core": "^11.3.12",
4580
4580
  "@salesforce/source-deploy-retrieve": "^12.15.0",
4581
- "@salesforce/source-tracking": "^7.3.22",
4581
+ "@salesforce/source-tracking": "^7.3.23",
4582
4582
  "@salesforce/ts-types": "^2.0.11",
4583
4583
  "ansis": "^3.17.0",
4584
4584
  "debug": "^4.3.7",
@@ -4710,9 +4710,9 @@
4710
4710
  }
4711
4711
  },
4712
4712
  "node_modules/@jsforce/jsforce-node": {
4713
- "version": "3.8.0",
4714
- "resolved": "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.8.0.tgz",
4715
- "integrity": "sha512-oiPovVNSQHk54i5G/xauufSzzuU4ElRvsnWVAiAJq20SOiHNR9LUye7nhUy4Cfgje1asXBc+CCs8g+Vv+x54AA==",
4713
+ "version": "3.8.1",
4714
+ "resolved": "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.8.1.tgz",
4715
+ "integrity": "sha512-+IZZC7VfNjhkTyeAspBc4Z35Y5eAP0RIWQnyfKahsbY/aLjiFRIM9ejl1YbWbrbabf5ODFSUgBGmOiEYLW3f7Q==",
4716
4716
  "license": "MIT",
4717
4717
  "dependencies": {
4718
4718
  "@sindresorhus/is": "^4",
@@ -4821,9 +4821,9 @@
4821
4821
  }
4822
4822
  },
4823
4823
  "node_modules/@oclif/core": {
4824
- "version": "4.2.10",
4825
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.2.10.tgz",
4826
- "integrity": "sha512-fAqcXgqkUm4v5FYy7qWP4w1HaOlVSVJveah+yVTo5Nm5kTiXhmD5mQQ7+knGeBaStyrtQy6WardoC2xSic9rlQ==",
4824
+ "version": "4.3.0",
4825
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.3.0.tgz",
4826
+ "integrity": "sha512-lIzHY+JMP6evrS5E/sGijNnwrCoNtGy8703jWXcMuPOYKiFhWoAqnIm1BGgoRgmxczkbSfRsHUL/lwsSgh74Lw==",
4827
4827
  "license": "MIT",
4828
4828
  "dependencies": {
4829
4829
  "ansi-escapes": "^4.3.2",
@@ -5131,9 +5131,9 @@
5131
5131
  }
5132
5132
  },
5133
5133
  "node_modules/@salesforce/core": {
5134
- "version": "8.9.1",
5135
- "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.9.1.tgz",
5136
- "integrity": "sha512-Q1evH4WD7IYWgbcIYCUDi3FTEMgy1KLVg4Xa4GacKLNcOBfom5s6whNsz3gUFESqjndGDwV5Pbgpi0ImC17PfQ==",
5134
+ "version": "8.10.1",
5135
+ "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.10.1.tgz",
5136
+ "integrity": "sha512-2Pk8MUlO9HTUo6K9bpFxLyc7KUxuIIgmGrFliCQJiUW2N85uvMdB8F+WJD2b8ZOH+6bQ575qynmJlbKmfcLAtQ==",
5137
5137
  "license": "BSD-3-Clause",
5138
5138
  "dependencies": {
5139
5139
  "@jsforce/jsforce-node": "^3.7.0",
@@ -5600,15 +5600,15 @@
5600
5600
  }
5601
5601
  },
5602
5602
  "node_modules/@salesforce/source-tracking": {
5603
- "version": "7.3.22",
5604
- "resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.3.22.tgz",
5605
- "integrity": "sha512-LglpbMzktqtAHpsHYhUFk0RZwOiPXWPaKsMjZ0D1Q9adQc92RXaTvxNl5X/OjFiwKV8pAfGHM0OSPDvW8v8J+g==",
5606
- "license": "BSD-3-Clause",
5603
+ "version": "7.3.23",
5604
+ "resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.3.23.tgz",
5605
+ "integrity": "sha512-6p8Iujpr3ctEcBX/DgHUMslCA3PcJKc0t7RKRubFsG03Zk1HlK4n0LptwAIHQM3LdQr/875oN2ZafWPtWVjd6A==",
5606
+ "license": "Apache-2.0",
5607
5607
  "dependencies": {
5608
5608
  "@oclif/core": "^4.2.10",
5609
- "@salesforce/core": "^8.8.7",
5609
+ "@salesforce/core": "^8.9.1",
5610
5610
  "@salesforce/kit": "^3.2.3",
5611
- "@salesforce/source-deploy-retrieve": "^12.19.0",
5611
+ "@salesforce/source-deploy-retrieve": "^12.19.3",
5612
5612
  "@salesforce/ts-types": "^2.0.12",
5613
5613
  "fast-xml-parser": "^4.5.3",
5614
5614
  "graceful-fs": "^4.2.11",
@@ -9881,13 +9881,13 @@
9881
9881
  }
9882
9882
  },
9883
9883
  "node_modules/eslint-plugin-sf-plugin": {
9884
- "version": "1.20.20",
9885
- "resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.20.tgz",
9886
- "integrity": "sha512-JoYnjalq/SuFP3v+hOMpXGZAAfCW64cuCZRXrcy6PZZRn4nxCXZQKfPM/RQ+nI2Viie8WUL9uKq6xI4tFCVMSw==",
9884
+ "version": "1.20.21",
9885
+ "resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.21.tgz",
9886
+ "integrity": "sha512-jHfKga2kLLA3XjCxO8dc27yGbhFiR5gfsnESmSuBSKZGTMpbrWUNZutRdIn0nNL2ZXlLV0TRQaaiz7nEEw43tg==",
9887
9887
  "dev": true,
9888
9888
  "license": "BSD-3-Clause",
9889
9889
  "dependencies": {
9890
- "@salesforce/core": "^8.9.1",
9890
+ "@salesforce/core": "^8.10.0",
9891
9891
  "@typescript-eslint/utils": "^7.18.0"
9892
9892
  },
9893
9893
  "engines": {
package/oclif.lock CHANGED
@@ -1567,18 +1567,18 @@
1567
1567
  semver "^7.7.1"
1568
1568
  semver-compare "^1.0.0"
1569
1569
 
1570
- "@jayree/sfdx-plugin-manifest@^3.7.17":
1571
- version "3.7.17"
1572
- resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-manifest/-/sfdx-plugin-manifest-3.7.17.tgz"
1573
- integrity sha512-kN7GN3eF1Yxp8FiZCXrV1DaKAFYkfNG6jdfbk1bbrSLanG6iXB8AuZOiy/9i6kdbXO6dDc81YXd9s3Ck/JQsAg==
1570
+ "@jayree/sfdx-plugin-manifest@^3.7.20":
1571
+ version "3.7.20"
1572
+ resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-manifest/-/sfdx-plugin-manifest-3.7.20.tgz"
1573
+ integrity sha512-W7rP3TJKC3DG3kb8QxUo8TJSXmVMrBphbUzBjxa5Diuu+JLuIep9SERnJI+HFyLWZXZhih4IuCnPFbIhHcaYEA==
1574
1574
  dependencies:
1575
1575
  "@jayree/changelog" "^1.2.8"
1576
- "@oclif/core" "^4.2.10"
1577
- "@salesforce/core" "^8.9.1"
1576
+ "@oclif/core" "^4.3.0"
1577
+ "@salesforce/core" "^8.10.1"
1578
1578
  "@salesforce/kit" "^3.2.3"
1579
1579
  "@salesforce/sf-plugins-core" "^12.2.1"
1580
1580
  "@salesforce/source-deploy-retrieve" "12.19.3"
1581
- "@salesforce/source-tracking" "7.3.22"
1581
+ "@salesforce/source-tracking" "7.3.23"
1582
1582
  "@salesforce/ts-types" "^2.0.12"
1583
1583
  fast-deep-equal "^3.1.3"
1584
1584
  fast-xml-parser "^5.2.1"
@@ -1586,16 +1586,16 @@
1586
1586
  graceful-fs "^4.2.11"
1587
1587
  isomorphic-git "1.30.1"
1588
1588
 
1589
- "@jayree/sfdx-plugin-org@^1.2.110":
1590
- version "1.2.110"
1591
- resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-org/-/sfdx-plugin-org-1.2.110.tgz"
1592
- integrity sha512-il1ftrrc0zoZlSGFEQmq+MNkhjPdFsb6x0XNSNW6X7phZWsb3XxxK0vxLlmL4t33dzB0HrNTFw4k30uI4hivdw==
1589
+ "@jayree/sfdx-plugin-org@^1.2.111":
1590
+ version "1.2.111"
1591
+ resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-org/-/sfdx-plugin-org-1.2.111.tgz"
1592
+ integrity sha512-QgZaW0K4e2jGxfTT0bZLUPht/p7FOZgcVrFVUp761/Ot8xhqkJ1jsxTYnDE8mkuyF1EXhqJyUNCI3aFyYBLIwg==
1593
1593
  dependencies:
1594
1594
  "@jayree/changelog" "^1.2.8"
1595
- "@jsforce/jsforce-node" "^3.8.0"
1595
+ "@jsforce/jsforce-node" "^3.8.1"
1596
1596
  "@listr2/prompt-adapter-enquirer" "^2.0.15"
1597
- "@oclif/core" "^4.2.10"
1598
- "@salesforce/core" "^8.9.1"
1597
+ "@oclif/core" "^4.3.0"
1598
+ "@salesforce/core" "^8.10.1"
1599
1599
  "@salesforce/sf-plugins-core" "^11.3.12"
1600
1600
  "@salesforce/source-deploy-retrieve" "^12.19.3"
1601
1601
  "@salesforce/ts-types" "^2.0.12"
@@ -1614,13 +1614,13 @@
1614
1614
  tslib "^2.8.1"
1615
1615
  wrap-ansi "^9.0.0"
1616
1616
 
1617
- "@jayree/sfdx-plugin-prettier@^1.3.112":
1618
- version "1.3.112"
1619
- resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-prettier/-/sfdx-plugin-prettier-1.3.112.tgz"
1620
- integrity sha512-4iq4H+4+hMaSqg8NxQdVpm0iFpVjX9PVNejHlVbAoC/xKHnScEFoKkVPjZeLzguF5iiNGFvKmsjEfGCVNqb+Vw==
1617
+ "@jayree/sfdx-plugin-prettier@^1.3.113":
1618
+ version "1.3.113"
1619
+ resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-prettier/-/sfdx-plugin-prettier-1.3.113.tgz"
1620
+ integrity sha512-DaK8VcGPz4xf0uD1saMV3CJoMyP+y1hbTr4hXQev2xzz6kiGvZfczxX99xCytF/Qft/JhKMqyXQLHNKZI0FTAA==
1621
1621
  dependencies:
1622
1622
  "@jayree/changelog" "^1.2.8"
1623
- "@oclif/core" "^4.2.10"
1623
+ "@oclif/core" "^4.3.0"
1624
1624
  "@prettier/plugin-xml" "^3.4.1"
1625
1625
  "@salesforce/core" "^8.9.1"
1626
1626
  "@salesforce/kit" "^3.2.3"
@@ -1634,18 +1634,18 @@
1634
1634
  prettier-plugin-apex "^2.2.6"
1635
1635
  tslib "^2.8.1"
1636
1636
 
1637
- "@jayree/sfdx-plugin-source@^1.3.107":
1638
- version "1.3.107"
1639
- resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-source/-/sfdx-plugin-source-1.3.107.tgz"
1640
- integrity sha512-At/3KnShtHz3fYil8cN/IVP0gGPymGl1INOOaj8kHoTbag+B7wvy4fie8PVbdbIEkVo51eD79TyZj3v/X2gF/g==
1637
+ "@jayree/sfdx-plugin-source@^1.3.108":
1638
+ version "1.3.108"
1639
+ resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-source/-/sfdx-plugin-source-1.3.108.tgz"
1640
+ integrity sha512-8+SSgqJ7YvWu9QcJm9MDkvPbzkflaS3V9dUTVdNf4Fy3WJE5kq/Kh0yFQZrhB983FR5hhuj0JBS6ylxS6iqZTw==
1641
1641
  dependencies:
1642
1642
  "@jayree/changelog" "^1.2.8"
1643
- "@oclif/core" "^4.2.10"
1644
- "@salesforce/core" "^8.9.1"
1643
+ "@oclif/core" "^4.3.0"
1644
+ "@salesforce/core" "^8.10.1"
1645
1645
  "@salesforce/kit" "^3.2.3"
1646
1646
  "@salesforce/sf-plugins-core" "^11.3.12"
1647
1647
  "@salesforce/source-deploy-retrieve" "^12.15.0"
1648
- "@salesforce/source-tracking" "^7.3.22"
1648
+ "@salesforce/source-tracking" "^7.3.23"
1649
1649
  "@salesforce/ts-types" "^2.0.11"
1650
1650
  ansis "^3.17.0"
1651
1651
  debug "^4.3.7"
@@ -1697,10 +1697,10 @@
1697
1697
  "@jridgewell/resolve-uri" "^3.0.3"
1698
1698
  "@jridgewell/sourcemap-codec" "^1.4.10"
1699
1699
 
1700
- "@jsforce/jsforce-node@^3.7.0", "@jsforce/jsforce-node@^3.8.0":
1701
- version "3.8.0"
1702
- resolved "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.8.0.tgz"
1703
- integrity sha512-oiPovVNSQHk54i5G/xauufSzzuU4ElRvsnWVAiAJq20SOiHNR9LUye7nhUy4Cfgje1asXBc+CCs8g+Vv+x54AA==
1700
+ "@jsforce/jsforce-node@^3.7.0", "@jsforce/jsforce-node@^3.8.1":
1701
+ version "3.8.1"
1702
+ resolved "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.8.1.tgz"
1703
+ integrity sha512-+IZZC7VfNjhkTyeAspBc4Z35Y5eAP0RIWQnyfKahsbY/aLjiFRIM9ejl1YbWbrbabf5ODFSUgBGmOiEYLW3f7Q==
1704
1704
  dependencies:
1705
1705
  "@sindresorhus/is" "^4"
1706
1706
  base64url "^3.0.1"
@@ -1751,10 +1751,10 @@
1751
1751
  "@nodelib/fs.scandir" "2.1.5"
1752
1752
  fastq "^1.6.0"
1753
1753
 
1754
- "@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.2.10":
1755
- version "4.2.10"
1756
- resolved "https://registry.npmjs.org/@oclif/core/-/core-4.2.10.tgz"
1757
- integrity sha512-fAqcXgqkUm4v5FYy7qWP4w1HaOlVSVJveah+yVTo5Nm5kTiXhmD5mQQ7+knGeBaStyrtQy6WardoC2xSic9rlQ==
1754
+ "@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.2.10", "@oclif/core@^4.3.0":
1755
+ version "4.3.0"
1756
+ resolved "https://registry.npmjs.org/@oclif/core/-/core-4.3.0.tgz"
1757
+ integrity sha512-lIzHY+JMP6evrS5E/sGijNnwrCoNtGy8703jWXcMuPOYKiFhWoAqnIm1BGgoRgmxczkbSfRsHUL/lwsSgh74Lw==
1758
1758
  dependencies:
1759
1759
  ansi-escapes "^4.3.2"
1760
1760
  ansis "^3.17.0"
@@ -1880,10 +1880,10 @@
1880
1880
  dependencies:
1881
1881
  "@xml-tools/parser" "^1.0.11"
1882
1882
 
1883
- "@salesforce/core@^8.5.1", "@salesforce/core@^8.8.5", "@salesforce/core@^8.8.7", "@salesforce/core@^8.9.1":
1884
- version "8.9.1"
1885
- resolved "https://registry.npmjs.org/@salesforce/core/-/core-8.9.1.tgz"
1886
- integrity sha512-Q1evH4WD7IYWgbcIYCUDi3FTEMgy1KLVg4Xa4GacKLNcOBfom5s6whNsz3gUFESqjndGDwV5Pbgpi0ImC17PfQ==
1883
+ "@salesforce/core@^8.10.0", "@salesforce/core@^8.10.1", "@salesforce/core@^8.5.1", "@salesforce/core@^8.8.5", "@salesforce/core@^8.8.7", "@salesforce/core@^8.9.1":
1884
+ version "8.10.1"
1885
+ resolved "https://registry.npmjs.org/@salesforce/core/-/core-8.10.1.tgz"
1886
+ integrity sha512-2Pk8MUlO9HTUo6K9bpFxLyc7KUxuIIgmGrFliCQJiUW2N85uvMdB8F+WJD2b8ZOH+6bQ575qynmJlbKmfcLAtQ==
1887
1887
  dependencies:
1888
1888
  "@jsforce/jsforce-node" "^3.7.0"
1889
1889
  "@salesforce/kit" "^3.2.2"
@@ -1992,7 +1992,7 @@
1992
1992
  cli-progress "^3.12.0"
1993
1993
  terminal-link "^3.0.0"
1994
1994
 
1995
- "@salesforce/source-deploy-retrieve@^12.15.0", "@salesforce/source-deploy-retrieve@^12.19.0", "@salesforce/source-deploy-retrieve@^12.19.3", "@salesforce/source-deploy-retrieve@12.19.3":
1995
+ "@salesforce/source-deploy-retrieve@^12.15.0", "@salesforce/source-deploy-retrieve@^12.19.3", "@salesforce/source-deploy-retrieve@12.19.3":
1996
1996
  version "12.19.3"
1997
1997
  resolved "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.19.3.tgz"
1998
1998
  integrity sha512-rvdEfi2beJmVbN4NQ3Ve4dULq+wMFuLKBKpmNBIb9udXNVZd8Q0P7TO9pM/tzfeAfwfdTE7swXaYe2Qv5UAd+g==
@@ -2013,15 +2013,15 @@
2013
2013
  proxy-agent "^6.4.0"
2014
2014
  yaml "^2.7.1"
2015
2015
 
2016
- "@salesforce/source-tracking@^7.3.22", "@salesforce/source-tracking@7.3.22":
2017
- version "7.3.22"
2018
- resolved "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.3.22.tgz"
2019
- integrity sha512-LglpbMzktqtAHpsHYhUFk0RZwOiPXWPaKsMjZ0D1Q9adQc92RXaTvxNl5X/OjFiwKV8pAfGHM0OSPDvW8v8J+g==
2016
+ "@salesforce/source-tracking@^7.3.23", "@salesforce/source-tracking@7.3.23":
2017
+ version "7.3.23"
2018
+ resolved "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.3.23.tgz"
2019
+ integrity sha512-6p8Iujpr3ctEcBX/DgHUMslCA3PcJKc0t7RKRubFsG03Zk1HlK4n0LptwAIHQM3LdQr/875oN2ZafWPtWVjd6A==
2020
2020
  dependencies:
2021
2021
  "@oclif/core" "^4.2.10"
2022
- "@salesforce/core" "^8.8.7"
2022
+ "@salesforce/core" "^8.9.1"
2023
2023
  "@salesforce/kit" "^3.2.3"
2024
- "@salesforce/source-deploy-retrieve" "^12.19.0"
2024
+ "@salesforce/source-deploy-retrieve" "^12.19.3"
2025
2025
  "@salesforce/ts-types" "^2.0.12"
2026
2026
  fast-xml-parser "^4.5.3"
2027
2027
  graceful-fs "^4.2.11"
@@ -4586,12 +4586,12 @@ eslint-plugin-prettier@^5.2.6:
4586
4586
  prettier-linter-helpers "^1.0.0"
4587
4587
  synckit "^0.11.0"
4588
4588
 
4589
- eslint-plugin-sf-plugin@^1.20.20:
4590
- version "1.20.20"
4591
- resolved "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.20.tgz"
4592
- integrity sha512-JoYnjalq/SuFP3v+hOMpXGZAAfCW64cuCZRXrcy6PZZRn4nxCXZQKfPM/RQ+nI2Viie8WUL9uKq6xI4tFCVMSw==
4589
+ eslint-plugin-sf-plugin@^1.20.21:
4590
+ version "1.20.21"
4591
+ resolved "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.21.tgz"
4592
+ integrity sha512-jHfKga2kLLA3XjCxO8dc27yGbhFiR5gfsnESmSuBSKZGTMpbrWUNZutRdIn0nNL2ZXlLV0TRQaaiz7nEEw43tg==
4593
4593
  dependencies:
4594
- "@salesforce/core" "^8.9.1"
4594
+ "@salesforce/core" "^8.10.0"
4595
4595
  "@typescript-eslint/utils" "^7.18.0"
4596
4596
 
4597
4597
  eslint-plugin-unicorn@^50.0.1:
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "commands": {},
3
- "version": "4.8.132"
3
+ "version": "4.8.133"
4
4
  }
package/package.json CHANGED
@@ -1,15 +1,15 @@
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.8.132",
4
+ "version": "4.8.133",
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-manifest": "^3.7.17",
10
- "@jayree/sfdx-plugin-org": "^1.2.110",
11
- "@jayree/sfdx-plugin-prettier": "^1.3.112",
12
- "@jayree/sfdx-plugin-source": "^1.3.107"
9
+ "@jayree/sfdx-plugin-manifest": "^3.7.20",
10
+ "@jayree/sfdx-plugin-org": "^1.2.111",
11
+ "@jayree/sfdx-plugin-prettier": "^1.3.113",
12
+ "@jayree/sfdx-plugin-source": "^1.3.108"
13
13
  },
14
14
  "devDependencies": {
15
15
  "@oclif/plugin-help": "^6.2.27",
@@ -17,7 +17,7 @@
17
17
  "@salesforce/ts-sinon": "^1.4.30",
18
18
  "c8": "^10.1.3",
19
19
  "eslint-plugin-prettier": "^5.2.6",
20
- "eslint-plugin-sf-plugin": "^1.20.20",
20
+ "eslint-plugin-sf-plugin": "^1.20.21",
21
21
  "nock": "^14.0.4",
22
22
  "oclif": "^4.17.46",
23
23
  "patch-package": "^8.0.0",