sfdx-jayree 4.8.45 → 4.8.46

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.46](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.45...v4.8.46) (2023-12-22)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** bump @jayree/sfdx-plugin-manifest from 3.1.42 to 3.1.43 ([#1140](https://github.com/jayree/sfdx-jayree-plugin/issues/1140)) ([7ea1acc](https://github.com/jayree/sfdx-jayree-plugin/commit/7ea1accf7c31ee7f3562595a637549766c45a24b))
7
+ * **deps:** bump @jayree/sfdx-plugin-org from 1.2.25 to 1.2.26 ([#1141](https://github.com/jayree/sfdx-jayree-plugin/issues/1141)) ([f09d033](https://github.com/jayree/sfdx-jayree-plugin/commit/f09d033748ac80ad2602a827925f4bb4746284d0))
8
+ * **deps:** bump @jayree/sfdx-plugin-prettier from 1.3.37 to 1.3.38 ([#1138](https://github.com/jayree/sfdx-jayree-plugin/issues/1138)) ([1dff914](https://github.com/jayree/sfdx-jayree-plugin/commit/1dff91420d7ea0b5d40e0cf5041054334c6aae78))
9
+ * **deps:** bump @jayree/sfdx-plugin-source from 1.3.32 to 1.3.33 ([#1139](https://github.com/jayree/sfdx-jayree-plugin/issues/1139)) ([298df62](https://github.com/jayree/sfdx-jayree-plugin/commit/298df629f32a49bfe7d78143a95294ebb1dfdff6))
10
+
1
11
  ## [4.8.45](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.44...v4.8.45) (2023-12-15)
2
12
 
3
13
 
package/README.md CHANGED
@@ -60,7 +60,7 @@ EXAMPLES
60
60
  ...
61
61
  ```
62
62
 
63
- _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.25/src/commands/jayree/flow/get/coverage.ts)_
63
+ _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.26/src/commands/jayree/flow/get/coverage.ts)_
64
64
 
65
65
  ### `sfdx jayree:manifest:cleanup`
66
66
 
@@ -88,7 +88,7 @@ EXAMPLES
88
88
  $ sfdx jayree:manifest:cleanup --manifest=package.xml --file=packageignore.xml
89
89
  ```
90
90
 
91
- _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.42/src/commands/jayree/manifest/cleanup.ts)_
91
+ _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.43/src/commands/jayree/manifest/cleanup.ts)_
92
92
 
93
93
  ### `sfdx jayree:manifest:generate`
94
94
 
@@ -125,7 +125,7 @@ EXAMPLES
125
125
  <Package xmlns='http://soap.sforce.com/2006/04/metadata'>...</Package>
126
126
  ```
127
127
 
128
- _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.42/src/commands/jayree/manifest/generate.ts)_
128
+ _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.43/src/commands/jayree/manifest/generate.ts)_
129
129
 
130
130
  ### `sfdx jayree:manifest:git:diff`
131
131
 
@@ -207,7 +207,7 @@ FLAG DESCRIPTIONS
207
207
  The location can be an absolute path or relative to the current working directory.
208
208
  ```
209
209
 
210
- _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.42/src/commands/jayree/manifest/git/diff.ts)_
210
+ _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.43/src/commands/jayree/manifest/git/diff.ts)_
211
211
 
212
212
  ### `sfdx jayree:org:configure`
213
213
 
@@ -235,7 +235,7 @@ EXAMPLES
235
235
  $ sfdx jayree:org:configure --concurrent --tasks="Asset Settings","Activity Settings"
236
236
  ```
237
237
 
238
- _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.25/src/commands/jayree/org/configure/index.ts)_
238
+ _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.26/src/commands/jayree/org/configure/index.ts)_
239
239
 
240
240
  ### `sfdx jayree:org:configure:country`
241
241
 
@@ -254,7 +254,7 @@ GLOBAL FLAGS
254
254
  --json Format output as json.
255
255
  ```
256
256
 
257
- _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.25/src/commands/jayree/org/configure/country.ts)_
257
+ _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.26/src/commands/jayree/org/configure/country.ts)_
258
258
 
259
259
  ### `sfdx jayree:org:configure:state`
260
260
 
@@ -278,7 +278,7 @@ GLOBAL FLAGS
278
278
  --json Format output as json.
279
279
  ```
280
280
 
281
- _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.25/src/commands/jayree/org/configure/state.ts)_
281
+ _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.26/src/commands/jayree/org/configure/state.ts)_
282
282
 
283
283
  ### `sfdx jayree:org:get:settings`
284
284
 
@@ -307,7 +307,7 @@ EXAMPLES
307
307
  $ sfdx jayree:org:settings -u MyTestOrg1 -w
308
308
  ```
309
309
 
310
- _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.25/src/commands/jayree/org/get/settings.ts)_
310
+ _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.26/src/commands/jayree/org/get/settings.ts)_
311
311
 
312
312
  ### `sfdx jayree:org:stream`
313
313
 
@@ -338,7 +338,7 @@ EXAMPLES
338
338
  ...
339
339
  ```
340
340
 
341
- _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.25/src/commands/jayree/org/stream.ts)_
341
+ _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.26/src/commands/jayree/org/stream.ts)_
342
342
 
343
343
  ### `sfdx jayree:project:compare:snapshot`
344
344
 
@@ -358,7 +358,7 @@ ALIASES
358
358
  $ sfdx jayree:source:snapshot:compare
359
359
  ```
360
360
 
361
- _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.32/src/commands/jayree/project/compare/snapshot.ts)_
361
+ _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.33/src/commands/jayree/project/compare/snapshot.ts)_
362
362
 
363
363
  ### `sfdx jayree:project:fix`
364
364
 
@@ -379,7 +379,7 @@ ALIASES
379
379
  $ sfdx jayree:source:fix
380
380
  ```
381
381
 
382
- _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.32/src/commands/jayree/project/fix.ts)_
382
+ _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.33/src/commands/jayree/project/fix.ts)_
383
383
 
384
384
  ### `sfdx jayree:project:generate:snapshot`
385
385
 
@@ -399,7 +399,7 @@ ALIASES
399
399
  $ sfdx jayree:source:snapshot:generate
400
400
  ```
401
401
 
402
- _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.32/src/commands/jayree/project/generate/snapshot.ts)_
402
+ _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.33/src/commands/jayree/project/generate/snapshot.ts)_
403
403
 
404
404
  ### `sfdx jayree:project:list:tracking`
405
405
 
@@ -427,7 +427,7 @@ EXAMPLES
427
427
  $ sfdx jayree:source:tracking:list -u me@my.org -r 101
428
428
  ```
429
429
 
430
- _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.32/src/commands/jayree/project/list/tracking.ts)_
430
+ _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.33/src/commands/jayree/project/list/tracking.ts)_
431
431
 
432
432
  ### `sfdx jayree:project:store:tracking:get`
433
433
 
@@ -452,7 +452,7 @@ EXAMPLES
452
452
  $ sfdx jayree:source:tracking:store:get -u me@my.org
453
453
  ```
454
454
 
455
- _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.32/src/commands/jayree/project/store/tracking/get.ts)_
455
+ _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.33/src/commands/jayree/project/store/tracking/get.ts)_
456
456
 
457
457
  ### `sfdx jayree:project:store:tracking:set`
458
458
 
@@ -480,7 +480,7 @@ EXAMPLES
480
480
  $ sfdx jayree:source:tracking:store:set -u MyTestOrg1 -r 101
481
481
  ```
482
482
 
483
- _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.32/src/commands/jayree/project/store/tracking/set.ts)_
483
+ _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.33/src/commands/jayree/project/store/tracking/set.ts)_
484
484
  <!-- commandsstop -->
485
485
 
486
486
  ## Hooks
package/oclif.lock CHANGED
@@ -583,16 +583,16 @@
583
583
  semver "^7.5.4"
584
584
  semver-compare "^1.0.0"
585
585
 
586
- "@jayree/sfdx-plugin-manifest@^3.1.42":
587
- version "3.1.42"
588
- resolved "https://registry.yarnpkg.com/@jayree/sfdx-plugin-manifest/-/sfdx-plugin-manifest-3.1.42.tgz#700a275a324ca92af4dfb047ac0d614d20cb04eb"
589
- integrity sha512-b1FTwPvESqyDH0+Kb//3QeF6X+kSuXDpl+IrVyUzu1yZHHoDh2Z2ZXcqMYvpm93b4b3yuAttuHzZr766ueSuXg==
586
+ "@jayree/sfdx-plugin-manifest@^3.1.43":
587
+ version "3.1.43"
588
+ resolved "https://registry.yarnpkg.com/@jayree/sfdx-plugin-manifest/-/sfdx-plugin-manifest-3.1.43.tgz#40a53ae4f30ab77c18f6cba543421ec356f66ae3"
589
+ integrity sha512-LrKnQb2/HaHcMySjaOdwAAVw6y8uiYWHD55mueBTIecjswZNGgjSp8OXY0JTGUp+1kyk2BLKc4QCH/lnJYbxxQ==
590
590
  dependencies:
591
591
  "@jayree/changelog" "^1.1.9"
592
- "@oclif/core" "^3.14.1"
593
- "@salesforce/core" "^6.4.1"
594
- "@salesforce/sf-plugins-core" "^5.0.10"
595
- "@salesforce/source-deploy-retrieve" "^10.2.1"
592
+ "@oclif/core" "^3.15.0"
593
+ "@salesforce/core" "^6.4.2"
594
+ "@salesforce/sf-plugins-core" "^5.0.12"
595
+ "@salesforce/source-deploy-retrieve" "^10.2.4"
596
596
  debug "^4.3.4"
597
597
  fast-deep-equal "^3.1.3"
598
598
  fast-xml-parser "^4.3.2"
@@ -601,16 +601,16 @@
601
601
  isomorphic-git "1.25.1"
602
602
  tslib "^2.6.2"
603
603
 
604
- "@jayree/sfdx-plugin-org@^1.2.25":
605
- version "1.2.25"
606
- resolved "https://registry.yarnpkg.com/@jayree/sfdx-plugin-org/-/sfdx-plugin-org-1.2.25.tgz#4bfc5c5e8746ee68bf10f74df2e9b280cc6fff28"
607
- integrity sha512-htEi8ASnKACzdMvuY6X6c2ITNuaQGuwId9enPFdwgao9jv1Cj01G4X+Fi5UIEzZZ5hpuxu6DPlXRKouGrsp0wg==
604
+ "@jayree/sfdx-plugin-org@^1.2.26":
605
+ version "1.2.26"
606
+ resolved "https://registry.yarnpkg.com/@jayree/sfdx-plugin-org/-/sfdx-plugin-org-1.2.26.tgz#0b4681ac518780fd9008c3cd07b32c5def919e20"
607
+ integrity sha512-DyBKcdKXGqvEIYM1dddCDjR586omHf/i0CS5zBGEJ/7V/eM4tnY4118bJtEfYY32ZUj3ZtpEBW9zj3GLTws8Hg==
608
608
  dependencies:
609
609
  "@jayree/changelog" "^1.1.9"
610
- "@listr2/prompt-adapter-enquirer" "^2.0.0"
610
+ "@listr2/prompt-adapter-enquirer" "^2.0.1"
611
611
  "@oclif/core" "^3.14.1"
612
- "@salesforce/sf-plugins-core" "^5.0.10"
613
- "@salesforce/source-deploy-retrieve" "^10.2.1"
612
+ "@salesforce/sf-plugins-core" "^5.0.12"
613
+ "@salesforce/source-deploy-retrieve" "^10.2.4"
614
614
  "@salesforce/ts-types" "^2.0.9"
615
615
  cli-truncate "^4.0.0"
616
616
  debug "^4.3.4"
@@ -618,23 +618,23 @@
618
618
  fs-extra "^11.2.0"
619
619
  is-docker "^3.0.0"
620
620
  is-wsl "^3.1.0"
621
- listr2 "^8.0.0"
621
+ listr2 "^8.0.1"
622
622
  log-update "^6.0.0"
623
623
  playwright-chromium "^1.40.1"
624
624
  tabletojson "4.0.1"
625
625
  tslib "^2.6.1"
626
626
  wrap-ansi "^9.0.0"
627
627
 
628
- "@jayree/sfdx-plugin-prettier@^1.3.37":
629
- version "1.3.37"
630
- resolved "https://registry.yarnpkg.com/@jayree/sfdx-plugin-prettier/-/sfdx-plugin-prettier-1.3.37.tgz#86a9144f82b6b4ea0aa4335ff8b771c8eed763b3"
631
- integrity sha512-MxlNXLEAq7J3UOX/eJxFGfVCaDiEZ+v4CWuDN0YyMLBDIJrLkilciiJQZMMCVv4gdhLi3O1PF0PRwXRrCLz4bg==
628
+ "@jayree/sfdx-plugin-prettier@^1.3.38":
629
+ version "1.3.38"
630
+ resolved "https://registry.yarnpkg.com/@jayree/sfdx-plugin-prettier/-/sfdx-plugin-prettier-1.3.38.tgz#b16d2884dc1f9478d4a54840197e3efa07220786"
631
+ integrity sha512-DGycBwFhH9hVqjX4C3V5ima9wF++oD93rPhBdmeoRy0Alk3dET0yAGNPmtH5rSFd2/AWEeSttq0VSfnHiSXXJw==
632
632
  dependencies:
633
633
  "@jayree/changelog" "^1.1.9"
634
634
  "@prettier/plugin-xml" "^3.2.2"
635
- "@salesforce/core" "^6.4.1"
636
- "@salesforce/sf-plugins-core" "^5.0.10"
637
- "@salesforce/source-deploy-retrieve" "^10.2.1"
635
+ "@salesforce/core" "^6.4.2"
636
+ "@salesforce/sf-plugins-core" "^5.0.12"
637
+ "@salesforce/source-deploy-retrieve" "^10.2.4"
638
638
  cli-progress "^3.12.0"
639
639
  debug "^4.3.4"
640
640
  fs-extra "^11.2.0"
@@ -643,14 +643,14 @@
643
643
  prettier-plugin-apex "^2.0.1"
644
644
  tslib "^2.6.1"
645
645
 
646
- "@jayree/sfdx-plugin-source@^1.3.32":
647
- version "1.3.32"
648
- resolved "https://registry.yarnpkg.com/@jayree/sfdx-plugin-source/-/sfdx-plugin-source-1.3.32.tgz#f54746c4f8742b00f2b141dff0aea71abcfead04"
649
- integrity sha512-rlQYu0Xp84cTVd1/MvFhnUyFZIA5cqNsXt3YceCH7Z7rs/4koHxQoL8Xc/g3feMJucuuLGExtz26SKY2IOdDJw==
646
+ "@jayree/sfdx-plugin-source@^1.3.33":
647
+ version "1.3.33"
648
+ resolved "https://registry.yarnpkg.com/@jayree/sfdx-plugin-source/-/sfdx-plugin-source-1.3.33.tgz#1e124c8a651d5b7911eadcc11d799b7c80ef2f99"
649
+ integrity sha512-61rQsnynxlYyL2U1upwkqz8cmNZ/h6mMnjy9Z6rQqQK9USL7UEv9PqdFjuCApGB/jc8J5MF8TTmYgT2whP/TQg==
650
650
  dependencies:
651
651
  "@jayree/changelog" "^1.1.9"
652
652
  "@oclif/core" "^3.14.1"
653
- "@salesforce/sf-plugins-core" "^5.0.10"
653
+ "@salesforce/sf-plugins-core" "^5.0.12"
654
654
  "@salesforce/source-tracking" "^5.1.3"
655
655
  debug "^4.3.4"
656
656
  deep-object-diff "^1.1.9"
@@ -711,10 +711,10 @@
711
711
  "@jridgewell/resolve-uri" "3.1.0"
712
712
  "@jridgewell/sourcemap-codec" "1.4.14"
713
713
 
714
- "@listr2/prompt-adapter-enquirer@^2.0.0":
715
- version "2.0.0"
716
- resolved "https://registry.yarnpkg.com/@listr2/prompt-adapter-enquirer/-/prompt-adapter-enquirer-2.0.0.tgz#35d72fc9bf07266895bd6292ba85b5641c4545b2"
717
- integrity sha512-041w06I7nubqKzH6L3DAAlPJRtdA2ygl+OuajMIuClK+kKN+Bu3sFplG6oTN6Gv4WDtZDXqhj3vPCSAc5pg7MA==
714
+ "@listr2/prompt-adapter-enquirer@^2.0.1":
715
+ version "2.0.1"
716
+ resolved "https://registry.yarnpkg.com/@listr2/prompt-adapter-enquirer/-/prompt-adapter-enquirer-2.0.1.tgz#827acd01e4236aa5bffc01f6fa41543fd837d204"
717
+ integrity sha512-vRAa2raxKfpcUkh4ihszcb6vNb931sfz7af85zQn7oyJxQOffqr2QRwk0T2nBmKAk3dRD48b8nl3v0qoZ4sbyA==
718
718
 
719
719
  "@nodelib/fs.scandir@2.1.5":
720
720
  version "2.1.5"
@@ -928,10 +928,10 @@
928
928
  wordwrap "^1.0.0"
929
929
  wrap-ansi "^7.0.0"
930
930
 
931
- "@oclif/core@^3.0.4", "@oclif/core@^3.10.8", "@oclif/core@^3.14.1", "@oclif/core@^3.3.1":
932
- version "3.14.1"
933
- resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.14.1.tgz#634fc96124068e47b720d62f3b278d818a07495e"
934
- integrity sha512-HLFL2s45DFdqYI2CFjVS/CIQ4cQ4yZqH0XqO9nnwcRWYboz2rEW/vLmidjIYGDjh6xA/k5psiAL3O1KEjqSHuQ==
931
+ "@oclif/core@^3.0.4", "@oclif/core@^3.10.8", "@oclif/core@^3.14.1", "@oclif/core@^3.15.0", "@oclif/core@^3.3.1":
932
+ version "3.15.0"
933
+ resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.15.0.tgz#28405012137fa92efcc5a2c4d61336dd64c697cb"
934
+ integrity sha512-A1EVh4gv7mqAJ9OGVxLugaLcHvQnGwvOnPToP8OT9AldJ0LwVExOwhhlnOstYca33MIpGH00twYxWMS5nxMuDQ==
935
935
  dependencies:
936
936
  ansi-escapes "^4.3.2"
937
937
  ansi-styles "^4.3.0"
@@ -968,12 +968,12 @@
968
968
  dependencies:
969
969
  "@oclif/core" "^2.15.0"
970
970
 
971
- "@oclif/plugin-help@^6.0.8":
972
- version "6.0.8"
973
- resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.0.8.tgz#9ad196f9ddbeae1f5353448d16e0cb68463bac31"
974
- integrity sha512-q7OWy0JSrsZVynPkWQxmd3dEFA2czym9FdqS06YteRldIH/Csvovst+35KneM4iD8ewqPbY8KAMYZMkMavao0g==
971
+ "@oclif/plugin-help@^6.0.9":
972
+ version "6.0.9"
973
+ resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.0.9.tgz#87bbf624372b9afe5dc183a13f52c929d6b022cf"
974
+ integrity sha512-O9zHzjsj8G3DWV+Ju4prrBwHUmwT1pcq7AJNxguedMk8jGZhwKWrcQHdZX6kjC+7QbupSzgjcvXvXpYVR1y3ow==
975
975
  dependencies:
976
- "@oclif/core" "^3.14.1"
976
+ "@oclif/core" "^3.15.0"
977
977
 
978
978
  "@oclif/plugin-not-found@^2.3.32":
979
979
  version "2.3.32"
@@ -1120,10 +1120,10 @@
1120
1120
  dependencies:
1121
1121
  "@xml-tools/parser" "^1.0.11"
1122
1122
 
1123
- "@salesforce/core@^6.2.2", "@salesforce/core@^6.4.0", "@salesforce/core@^6.4.1":
1124
- version "6.4.1"
1125
- resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.4.1.tgz#27edd083b62ee96d6270b60da6dfb959bff1a0a5"
1126
- integrity sha512-Bn/Pox5JLeVBg35zgSmtNU+f9wdOaa7a/hmCIvQibci1dpKtLGUmSpdHibWR6zHag8ZoRkueea7zuqEjYzECyA==
1123
+ "@salesforce/core@^6.4.0", "@salesforce/core@^6.4.1", "@salesforce/core@^6.4.2":
1124
+ version "6.4.2"
1125
+ resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.4.2.tgz#e6e5e2d5e6ad17f1cbe0feb5a0e55e8b74c91e3c"
1126
+ integrity sha512-ZtLwgI18f1th6SY0fKmuiyVGGwTXPy4nI+KfXzkww/vqdPxDhAfoHwqvFeo4tjFE2rldK7IPiIIYdtpsaI8d5g==
1127
1127
  dependencies:
1128
1128
  "@salesforce/kit" "^3.0.15"
1129
1129
  "@salesforce/schemas" "^1.6.1"
@@ -1139,7 +1139,7 @@
1139
1139
  jszip "3.10.1"
1140
1140
  pino "^8.16.2"
1141
1141
  pino-abstract-transport "^1.1.0"
1142
- pino-pretty "^10.2.3"
1142
+ pino-pretty "^10.3.0"
1143
1143
  proper-lockfile "^4.1.2"
1144
1144
  semver "^7.5.4"
1145
1145
  ts-retry-promise "^0.7.1"
@@ -1199,25 +1199,25 @@
1199
1199
  resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.6.1.tgz#7d1c071e1e509ca9d2d8a6e48ac7447dd67a534d"
1200
1200
  integrity sha512-eVy947ZMxCJReKJdgfddUIsBIbPTa/i8RwQGwxq4/ss38H5sLOAeSTaun9V7HpJ1hkpDznWKfgzYvjsst9K6ig==
1201
1201
 
1202
- "@salesforce/sf-plugins-core@^5.0.10":
1203
- version "5.0.10"
1204
- resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-5.0.10.tgz#f13cc406100f9aba3a9d5ddea361854068fc7e7d"
1205
- integrity sha512-fp0f6Lbf7HDdglvU4pWmwnWt9HlgMOIdkQ0LeT7M0zbuu6tOMwGKcC6ewkXQ9lQvcSAUrtvvvpf9t4PzkN8o+w==
1202
+ "@salesforce/sf-plugins-core@^5.0.12":
1203
+ version "5.0.12"
1204
+ resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-5.0.12.tgz#f638a8091316b70b4cb981b0847326fd8c32c2f4"
1205
+ integrity sha512-2ZuD++T+c0mGmLep0K54ucA3GIjlRWdR0L+oMLlcTYcf6rxEV72D9MMszS3syVabSJeNGrKIgsO3kP9c13PCAQ==
1206
1206
  dependencies:
1207
- "@oclif/core" "^3.14.1"
1208
- "@salesforce/core" "^6.2.2"
1207
+ "@oclif/core" "^3.15.0"
1208
+ "@salesforce/core" "^6.4.1"
1209
1209
  "@salesforce/kit" "^3.0.15"
1210
1210
  "@salesforce/ts-types" "^2.0.9"
1211
1211
  "@types/inquirer" "^8.2.3"
1212
1212
  chalk "^4"
1213
1213
  inquirer "^8.2.5"
1214
1214
 
1215
- "@salesforce/source-deploy-retrieve@^10.2.1":
1216
- version "10.2.1"
1217
- resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-10.2.1.tgz#fe5ba3006761ecc462b427c26619cdff26512e1e"
1218
- integrity sha512-KaslYNh0oZTKGklECIPRM4SwciPIZqQdjOe/YttCLh0JDchVVeu/Qv8VCldHGnhGUpZ83bSvWG/YWXeEtoY/2w==
1215
+ "@salesforce/source-deploy-retrieve@^10.2.1", "@salesforce/source-deploy-retrieve@^10.2.4":
1216
+ version "10.2.4"
1217
+ resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-10.2.4.tgz#664e8ba8587c06de355d3e6cc0053e096f5c60e3"
1218
+ integrity sha512-0+JOvYoPEhsINC0O+rPxwnEKgmlSUGWFuf/24qJXv+nu763BNa1c7k+nB3AmWPelN5xxwrouGPt8MHR58qOz7Q==
1219
1219
  dependencies:
1220
- "@salesforce/core" "^6.4.0"
1220
+ "@salesforce/core" "^6.4.1"
1221
1221
  "@salesforce/kit" "^3.0.15"
1222
1222
  "@salesforce/ts-types" "^2.0.9"
1223
1223
  fast-levenshtein "^3.0.0"
@@ -1229,6 +1229,7 @@
1229
1229
  mime "2.6.0"
1230
1230
  minimatch "^5.1.6"
1231
1231
  proxy-agent "^6.3.1"
1232
+ ts-retry-promise "^0.7.1"
1232
1233
 
1233
1234
  "@salesforce/source-tracking@^5.1.3":
1234
1235
  version "5.1.3"
@@ -3523,10 +3524,10 @@ eslint-plugin-perfectionist@^2.1.0:
3523
3524
  minimatch "^9.0.3"
3524
3525
  natural-compare-lite "^1.4.0"
3525
3526
 
3526
- eslint-plugin-prettier@^5.0.1:
3527
- version "5.0.1"
3528
- resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.0.1.tgz#a3b399f04378f79f066379f544e42d6b73f11515"
3529
- integrity sha512-m3u5RnR56asrwV/lDC4GHorlW75DsFfmUcjfCYylTUs85dBRnB7VM6xG8eCMJdeDRnppzmxZVf1GEPJvl1JmNg==
3527
+ eslint-plugin-prettier@^5.1.1:
3528
+ version "5.1.1"
3529
+ resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.1.1.tgz#ab7d9823788b557ff7ccdd50a5849d7760cb8bef"
3530
+ integrity sha512-WQpV3mSmIobb77s4qiCZu3dBrZZ0rj8ckSfBtRrgNK9Wnh2s3eiaxNTWloz1LJ1WtvqZES/PAI7PLvsrGt/CEA==
3530
3531
  dependencies:
3531
3532
  prettier-linter-helpers "^1.0.0"
3532
3533
  synckit "^0.8.5"
@@ -4240,7 +4241,7 @@ glob@^7.0.0, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6:
4240
4241
  once "^1.3.0"
4241
4242
  path-is-absolute "^1.0.0"
4242
4243
 
4243
- glob@^8.0.0, glob@^8.0.1:
4244
+ glob@^8.0.1:
4244
4245
  version "8.1.0"
4245
4246
  resolved "https://registry.yarnpkg.com/glob/-/glob-8.1.0.tgz#d388f656593ef708ee3e34640fdfb99a9fd1c33e"
4246
4247
  integrity sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==
@@ -4424,13 +4425,10 @@ header-case@^2.0.4:
4424
4425
  capital-case "^1.0.4"
4425
4426
  tslib "^2.0.3"
4426
4427
 
4427
- help-me@^4.0.1:
4428
- version "4.2.0"
4429
- resolved "https://registry.yarnpkg.com/help-me/-/help-me-4.2.0.tgz#50712bfd799ff1854ae1d312c36eafcea85b0563"
4430
- integrity sha512-TAOnTB8Tz5Dw8penUuzHVrKNKlCIbwwbHnXraNJxPwf8LRtE2HlM84RYuezMFcwOJmoYOCWVDyJ8TQGxn9PgxA==
4431
- dependencies:
4432
- glob "^8.0.0"
4433
- readable-stream "^3.6.0"
4428
+ help-me@^5.0.0:
4429
+ version "5.0.0"
4430
+ resolved "https://registry.yarnpkg.com/help-me/-/help-me-5.0.0.tgz#b1ebe63b967b74060027c2ac61f9be12d354a6f6"
4431
+ integrity sha512-7xgomUX6ADmcYzFik0HzAxh/73YlKR9bmFzf51CZwR+b6YtzU2m0u49hQCqV6SvlqIqsaxovfwdvbnsw3b/zpg==
4434
4432
 
4435
4433
  hosted-git-info@^2.1.4:
4436
4434
  version "2.8.9"
@@ -5463,10 +5461,10 @@ linkinator@^6.0.2:
5463
5461
  server-destroy "^1.0.1"
5464
5462
  srcset "^5.0.0"
5465
5463
 
5466
- listr2@^8.0.0:
5467
- version "8.0.0"
5468
- resolved "https://registry.yarnpkg.com/listr2/-/listr2-8.0.0.tgz#aa7c230995f8ce378585f7c96c0c6d1cefa4700d"
5469
- integrity sha512-u8cusxAcyqAiQ2RhYvV7kRKNLgUvtObIbhOX2NCXqvp1UU32xIg5CT22ykS2TPKJXZWJwtK3IKLiqAGlGNE+Zg==
5464
+ listr2@^8.0.1:
5465
+ version "8.0.1"
5466
+ resolved "https://registry.yarnpkg.com/listr2/-/listr2-8.0.1.tgz#4d3f50ae6cec3c62bdf0e94f5c2c9edebd4b9c34"
5467
+ integrity sha512-ovJXBXkKGfq+CwmKTjluEqFi3p4h8xvkxGQQAQan22YCgef4KZ1mKGjzfGh6PL6AW5Csw0QiQPNuQyH+6Xk3hA==
5470
5468
  dependencies:
5471
5469
  cli-truncate "^4.0.0"
5472
5470
  colorette "^2.0.20"
@@ -6947,16 +6945,16 @@ pino-abstract-transport@^1.1.0, pino-abstract-transport@v1.1.0:
6947
6945
  readable-stream "^4.0.0"
6948
6946
  split2 "^4.0.0"
6949
6947
 
6950
- pino-pretty@^10.2.3:
6951
- version "10.2.3"
6952
- resolved "https://registry.yarnpkg.com/pino-pretty/-/pino-pretty-10.2.3.tgz#db539c796a1421fd4d130734fa994f5a26027783"
6953
- integrity sha512-4jfIUc8TC1GPUfDyMSlW1STeORqkoxec71yhxIpLDQapUu8WOuoz2TTCoidrIssyz78LZC69whBMPIKCMbi3cw==
6948
+ pino-pretty@^10.3.0:
6949
+ version "10.3.0"
6950
+ resolved "https://registry.yarnpkg.com/pino-pretty/-/pino-pretty-10.3.0.tgz#483ff78b98d277c33d00e0419c00601d9152bc7e"
6951
+ integrity sha512-JthvQW289q3454mhM3/38wFYGWPiBMR28T3CpDNABzoTQOje9UKS7XCJQSnjWF9LQGQkGd8D7h0oq+qwiM3jFA==
6954
6952
  dependencies:
6955
6953
  colorette "^2.0.7"
6956
6954
  dateformat "^4.6.3"
6957
6955
  fast-copy "^3.0.0"
6958
6956
  fast-safe-stringify "^2.1.1"
6959
- help-me "^4.0.1"
6957
+ help-me "^5.0.0"
6960
6958
  joycon "^3.1.1"
6961
6959
  minimist "^1.2.6"
6962
6960
  on-exit-leak-free "^2.1.0"
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "commands": {},
3
- "version": "4.8.45"
3
+ "version": "4.8.46"
4
4
  }
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.8.45",
4
+ "version": "4.8.46",
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.1.42",
10
- "@jayree/sfdx-plugin-org": "^1.2.25",
11
- "@jayree/sfdx-plugin-prettier": "^1.3.37",
12
- "@jayree/sfdx-plugin-source": "^1.3.32"
9
+ "@jayree/sfdx-plugin-manifest": "^3.1.43",
10
+ "@jayree/sfdx-plugin-org": "^1.2.26",
11
+ "@jayree/sfdx-plugin-prettier": "^1.3.38",
12
+ "@jayree/sfdx-plugin-source": "^1.3.33"
13
13
  },
14
14
  "devDependencies": {
15
- "@oclif/plugin-help": "^6.0.8",
15
+ "@oclif/plugin-help": "^6.0.9",
16
16
  "@salesforce/dev-scripts": "^8.1.2",
17
17
  "@salesforce/ts-sinon": "^1.4.19",
18
18
  "c8": "^8.0.1",
19
- "eslint-plugin-prettier": "^5.0.1",
19
+ "eslint-plugin-prettier": "^5.1.1",
20
20
  "eslint-plugin-sf-plugin": "^1.17.0",
21
21
  "nock": "^13.4.0",
22
22
  "oclif": "^4.1.0",