sfdx-jayree 4.8.32 → 4.8.33

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.33](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.32...v4.8.33) (2023-10-06)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** bump @jayree/sfdx-plugin-manifest from 3.1.29 to 3.1.30 ([#1024](https://github.com/jayree/sfdx-jayree-plugin/issues/1024)) ([818cff3](https://github.com/jayree/sfdx-jayree-plugin/commit/818cff340f4311fcd39aa05533e3f7e728f87b06))
7
+ * **deps:** bump @jayree/sfdx-plugin-org from 1.2.12 to 1.2.13 ([#1028](https://github.com/jayree/sfdx-jayree-plugin/issues/1028)) ([a50cf6a](https://github.com/jayree/sfdx-jayree-plugin/commit/a50cf6ae41e7d9c78a0b7e14c5b80e1b4e3c857d))
8
+ * **deps:** bump @jayree/sfdx-plugin-prettier from 1.3.24 to 1.3.25 ([#1026](https://github.com/jayree/sfdx-jayree-plugin/issues/1026)) ([c740193](https://github.com/jayree/sfdx-jayree-plugin/commit/c740193afd514f76cee16573f593bbb430345537))
9
+ * **deps:** bump @jayree/sfdx-plugin-source from 1.3.20 to 1.3.21 ([#1030](https://github.com/jayree/sfdx-jayree-plugin/issues/1030)) ([10e5699](https://github.com/jayree/sfdx-jayree-plugin/commit/10e56994715bdb9c32d2aa8d91de8b7a0e01731e))
10
+
1
11
  ## [4.8.32](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.31...v4.8.32) (2023-09-29)
2
12
 
3
13
 
package/README.md CHANGED
@@ -59,7 +59,7 @@ EXAMPLES
59
59
  ...
60
60
  ```
61
61
 
62
- _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.12/src/commands/jayree/flow/get/coverage.ts)_
62
+ _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.13/src/commands/jayree/flow/get/coverage.ts)_
63
63
 
64
64
  ### `sfdx jayree:manifest:cleanup`
65
65
 
@@ -87,7 +87,7 @@ EXAMPLES
87
87
  $ sfdx jayree:manifest:cleanup --manifest=package.xml --file=packageignore.xml
88
88
  ```
89
89
 
90
- _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.29/src/commands/jayree/manifest/cleanup.ts)_
90
+ _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.30/src/commands/jayree/manifest/cleanup.ts)_
91
91
 
92
92
  ### `sfdx jayree:manifest:generate`
93
93
 
@@ -123,7 +123,7 @@ EXAMPLES
123
123
  <Package xmlns='http://soap.sforce.com/2006/04/metadata'>...</Package>
124
124
  ```
125
125
 
126
- _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.29/src/commands/jayree/manifest/generate.ts)_
126
+ _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.30/src/commands/jayree/manifest/generate.ts)_
127
127
 
128
128
  ### `sfdx jayree:manifest:git:diff`
129
129
 
@@ -205,7 +205,7 @@ FLAG DESCRIPTIONS
205
205
  The location can be an absolute path or relative to the current working directory.
206
206
  ```
207
207
 
208
- _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.29/src/commands/jayree/manifest/git/diff.ts)_
208
+ _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.30/src/commands/jayree/manifest/git/diff.ts)_
209
209
 
210
210
  ### `sfdx jayree:org:configure`
211
211
 
@@ -232,7 +232,7 @@ EXAMPLES
232
232
  $ sfdx jayree:org:configure --concurrent --tasks="Asset Settings","Activity Settings"
233
233
  ```
234
234
 
235
- _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.12/src/commands/jayree/org/configure/index.ts)_
235
+ _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.13/src/commands/jayree/org/configure/index.ts)_
236
236
 
237
237
  ### `sfdx jayree:org:configure:country`
238
238
 
@@ -250,7 +250,7 @@ GLOBAL FLAGS
250
250
  --json Format output as json.
251
251
  ```
252
252
 
253
- _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.12/src/commands/jayree/org/configure/country.ts)_
253
+ _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.13/src/commands/jayree/org/configure/country.ts)_
254
254
 
255
255
  ### `sfdx jayree:org:configure:state`
256
256
 
@@ -273,7 +273,7 @@ GLOBAL FLAGS
273
273
  --json Format output as json.
274
274
  ```
275
275
 
276
- _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.12/src/commands/jayree/org/configure/state.ts)_
276
+ _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.13/src/commands/jayree/org/configure/state.ts)_
277
277
 
278
278
  ### `sfdx jayree:org:get:settings`
279
279
 
@@ -301,7 +301,7 @@ EXAMPLES
301
301
  $ sfdx jayree:org:settings -u MyTestOrg1 -w
302
302
  ```
303
303
 
304
- _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.12/src/commands/jayree/org/get/settings.ts)_
304
+ _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.13/src/commands/jayree/org/get/settings.ts)_
305
305
 
306
306
  ### `sfdx jayree:org:stream`
307
307
 
@@ -331,7 +331,7 @@ EXAMPLES
331
331
  ...
332
332
  ```
333
333
 
334
- _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.12/src/commands/jayree/org/stream.ts)_
334
+ _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.13/src/commands/jayree/org/stream.ts)_
335
335
 
336
336
  ### `sfdx jayree:project:compare:snapshot`
337
337
 
@@ -351,7 +351,7 @@ ALIASES
351
351
  $ sfdx jayree:source:snapshot:compare
352
352
  ```
353
353
 
354
- _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.20/src/commands/jayree/project/compare/snapshot.ts)_
354
+ _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.21/src/commands/jayree/project/compare/snapshot.ts)_
355
355
 
356
356
  ### `sfdx jayree:project:fix`
357
357
 
@@ -372,7 +372,7 @@ ALIASES
372
372
  $ sfdx jayree:source:fix
373
373
  ```
374
374
 
375
- _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.20/src/commands/jayree/project/fix.ts)_
375
+ _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.21/src/commands/jayree/project/fix.ts)_
376
376
 
377
377
  ### `sfdx jayree:project:generate:snapshot`
378
378
 
@@ -392,7 +392,7 @@ ALIASES
392
392
  $ sfdx jayree:source:snapshot:generate
393
393
  ```
394
394
 
395
- _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.20/src/commands/jayree/project/generate/snapshot.ts)_
395
+ _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.21/src/commands/jayree/project/generate/snapshot.ts)_
396
396
 
397
397
  ### `sfdx jayree:project:list:tracking`
398
398
 
@@ -419,7 +419,7 @@ EXAMPLES
419
419
  $ sfdx jayree:source:tracking:list -u me@my.org -r 101
420
420
  ```
421
421
 
422
- _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.20/src/commands/jayree/project/list/tracking.ts)_
422
+ _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.21/src/commands/jayree/project/list/tracking.ts)_
423
423
 
424
424
  ### `sfdx jayree:project:store:tracking:get`
425
425
 
@@ -443,7 +443,7 @@ EXAMPLES
443
443
  $ sfdx jayree:source:tracking:store:get -u me@my.org
444
444
  ```
445
445
 
446
- _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.20/src/commands/jayree/project/store/tracking/get.ts)_
446
+ _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.21/src/commands/jayree/project/store/tracking/get.ts)_
447
447
 
448
448
  ### `sfdx jayree:project:store:tracking:set`
449
449
 
@@ -470,7 +470,7 @@ EXAMPLES
470
470
  $ sfdx jayree:source:tracking:store:set -u MyTestOrg1 -r 101
471
471
  ```
472
472
 
473
- _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.20/src/commands/jayree/project/store/tracking/set.ts)_
473
+ _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.21/src/commands/jayree/project/store/tracking/set.ts)_
474
474
  <!-- commandsstop -->
475
475
 
476
476
  ## Hooks
package/oclif.lock CHANGED
@@ -496,42 +496,42 @@
496
496
  resolved "https://registry.yarnpkg.com/@istanbuljs/schema/-/schema-0.1.3.tgz#e45e384e4b8ec16bce2fd903af78450f6bf7ec98"
497
497
  integrity sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==
498
498
 
499
- "@jayree/changelog@^1.1.5":
500
- version "1.1.5"
501
- resolved "https://registry.yarnpkg.com/@jayree/changelog/-/changelog-1.1.5.tgz#5d4256d6d9d745713366d2487d2a8cc5178b4c05"
502
- integrity sha512-thiTivp3i9qvbFBiymFnA257ZYdzg3IY/gHcQyLk2cziFgJXKZxPvjwRNfknGQNdCsjXTuI9PwkocD/pgXWhvw==
499
+ "@jayree/changelog@^1.1.6":
500
+ version "1.1.7"
501
+ resolved "https://registry.yarnpkg.com/@jayree/changelog/-/changelog-1.1.7.tgz#3b2175e25b8d2624c9214a7776925140f813fd8a"
502
+ integrity sha512-YxTlf2c5uoqrIcEg7AwNT/Pn60h5RSbqK15PhElTX5d+R7/SHle2OV1ZBmlJR/S3gUFSY0MILcUpYJa6eeiuGg==
503
503
  dependencies:
504
504
  debug "^4.3.4"
505
505
  fs-extra "^11.1.1"
506
- marked "^5.1.2"
507
- marked-terminal "^5.2.0"
506
+ marked "^9.1.0"
507
+ marked-terminal "^6.0.0"
508
508
  semver "^7.5.4"
509
509
  semver-compare "^1.0.0"
510
510
 
511
- "@jayree/sfdx-plugin-manifest@^3.1.29":
512
- version "3.1.29"
513
- resolved "https://registry.yarnpkg.com/@jayree/sfdx-plugin-manifest/-/sfdx-plugin-manifest-3.1.29.tgz#4752c962003429806a825b84d287e13471f418fd"
514
- integrity sha512-SZoHZ7NAtwSCH4e1TZcnucrf48/Mw/j7yo/AP3hQlFnpndA6UVuLpGmjQoM0vvEFcSP/iD8+r3YLfFGCQBAT0Q==
511
+ "@jayree/sfdx-plugin-manifest@^3.1.30":
512
+ version "3.1.30"
513
+ resolved "https://registry.yarnpkg.com/@jayree/sfdx-plugin-manifest/-/sfdx-plugin-manifest-3.1.30.tgz#07a393e583a6919a994940212abe3838275f7c4d"
514
+ integrity sha512-S4mKSPKQOdvLdiYwCO88oDd1hMFF9AFd76Xx6fJYVdYrip9d4DtNQcvh3OKe7R/VWpPFTtgdbefoUg+6nyTQWw==
515
515
  dependencies:
516
- "@jayree/changelog" "^1.1.5"
516
+ "@jayree/changelog" "^1.1.6"
517
517
  "@salesforce/sf-plugins-core" "^3.1.25"
518
- "@salesforce/source-deploy-retrieve" "^9.7.18"
518
+ "@salesforce/source-deploy-retrieve" "^9.7.22"
519
519
  debug "^4.3.4"
520
520
  fast-deep-equal "^3.1.3"
521
- fast-xml-parser "^4.3.1"
521
+ fast-xml-parser "^4.3.2"
522
522
  fs-extra "^11.1.1"
523
523
  graceful-fs "^4.2.11"
524
524
  isomorphic-git "1.24.5"
525
525
  tslib "^2.6.2"
526
526
 
527
- "@jayree/sfdx-plugin-org@^1.2.12":
528
- version "1.2.12"
529
- resolved "https://registry.yarnpkg.com/@jayree/sfdx-plugin-org/-/sfdx-plugin-org-1.2.12.tgz#dbd3115e5c19f1af197272c3be3a59168d3a3d8a"
530
- integrity sha512-fjs16hjqi7+F9zX771SutPdttdyH/dtFsrloq/393RCAlj+92KQk4WPYQ7RO8rDGlCYs090vjJWHJNGleteIGA==
527
+ "@jayree/sfdx-plugin-org@^1.2.13":
528
+ version "1.2.13"
529
+ resolved "https://registry.yarnpkg.com/@jayree/sfdx-plugin-org/-/sfdx-plugin-org-1.2.13.tgz#708626135e53aa5497e91e0a122f4c24265edb63"
530
+ integrity sha512-IdqCP0cTNtRH51X8cFmvsos33905m61JTW6QVzdLfrhksZHWQXRimAUpkzrXAamMwaCAdZhgvj8uJfGiuXTshw==
531
531
  dependencies:
532
- "@jayree/changelog" "^1.1.5"
532
+ "@jayree/changelog" "^1.1.6"
533
533
  "@salesforce/sf-plugins-core" "^3.1.25"
534
- "@salesforce/source-deploy-retrieve" "^9.7.18"
534
+ "@salesforce/source-deploy-retrieve" "^9.7.22"
535
535
  "@salesforce/ts-types" "^2.0.8"
536
536
  cli-truncate "^3.1.0"
537
537
  debug "^4.3.4"
@@ -546,15 +546,15 @@
546
546
  tslib "^2.6.1"
547
547
  wrap-ansi "^8.1.0"
548
548
 
549
- "@jayree/sfdx-plugin-prettier@^1.3.24":
550
- version "1.3.24"
551
- resolved "https://registry.yarnpkg.com/@jayree/sfdx-plugin-prettier/-/sfdx-plugin-prettier-1.3.24.tgz#2cf498a4c793f3842ee5eb836705a8e69555e789"
552
- integrity sha512-KKffgY2aNFrJSDCYz2ex86vfJaY7gkUWJXEUOzhSEWg3lLJp9OY/vqRG1GixbIF8sEULILs7JqlY/39ygqypLA==
549
+ "@jayree/sfdx-plugin-prettier@^1.3.25":
550
+ version "1.3.25"
551
+ resolved "https://registry.yarnpkg.com/@jayree/sfdx-plugin-prettier/-/sfdx-plugin-prettier-1.3.25.tgz#2711201ed803255d263332e98f475473b4158ca7"
552
+ integrity sha512-mnX4oYGxefDQMwFTJz/TOv3CaPh2HOq9qWf57RVvlLl2UAH5582JFhAaij+joKFN99qP86xMCSX9o/FhRDP29A==
553
553
  dependencies:
554
- "@jayree/changelog" "^1.1.5"
554
+ "@jayree/changelog" "^1.1.6"
555
555
  "@prettier/plugin-xml" "^3.2.1"
556
556
  "@salesforce/sf-plugins-core" "^3.1.25"
557
- "@salesforce/source-deploy-retrieve" "^9.7.18"
557
+ "@salesforce/source-deploy-retrieve" "^9.7.22"
558
558
  cli-progress "^3.12.0"
559
559
  debug "^4.3.4"
560
560
  fs-extra "^11.1.1"
@@ -563,17 +563,17 @@
563
563
  prettier-plugin-apex "^2.0.1"
564
564
  tslib "^2.6.1"
565
565
 
566
- "@jayree/sfdx-plugin-source@^1.3.20":
567
- version "1.3.20"
568
- resolved "https://registry.yarnpkg.com/@jayree/sfdx-plugin-source/-/sfdx-plugin-source-1.3.20.tgz#9ac08d82ca286a4903cfe82c9cde2e68264ac74a"
569
- integrity sha512-URkzoMuYbztKQ+yJYs698ZwTYlQTk99UhMTz3WSY7XFpT/O4kQjSr+KJweK2kMsv/Urwpu+mC/Lc3gb1Ogr0rA==
566
+ "@jayree/sfdx-plugin-source@^1.3.21":
567
+ version "1.3.21"
568
+ resolved "https://registry.yarnpkg.com/@jayree/sfdx-plugin-source/-/sfdx-plugin-source-1.3.21.tgz#feadcc5bd9782c9456613ddbc23cca79192a414a"
569
+ integrity sha512-KJlF6+Kmz5JSOIvIiIL7igElwonKD8pVw2XggOmbTKZSW2Rc56GyIeYJkC1fcLX7lp3BjOTqnf5BO0++dFlA0w==
570
570
  dependencies:
571
- "@jayree/changelog" "^1.1.5"
571
+ "@jayree/changelog" "^1.1.6"
572
572
  "@salesforce/sf-plugins-core" "^3.1.25"
573
- "@salesforce/source-tracking" "^4.2.14"
573
+ "@salesforce/source-tracking" "^4.2.16"
574
574
  debug "^4.3.4"
575
575
  deep-object-diff "^1.1.9"
576
- fast-xml-parser "^4.3.1"
576
+ fast-xml-parser "^4.3.2"
577
577
  fs-extra "^11.1.1"
578
578
  globby "^13.2.2"
579
579
  ignore "^5.2.4"
@@ -991,14 +991,14 @@
991
991
  dependencies:
992
992
  "@xml-tools/parser" "^1.0.11"
993
993
 
994
- "@salesforce/core@^5.2.0", "@salesforce/core@^5.2.10":
995
- version "5.3.1"
996
- resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-5.3.1.tgz#93c49760faa7b503bbfea8376d80a66815065e4a"
997
- integrity sha512-LEQ3Yp7GxexsGXxT85Pp4AgOzzqY9Y3kol8ByVsHpHGvs8XLRbKl44IPxTXBdMB2roFM+Iosd46i0KbTuh2MQg==
994
+ "@salesforce/core@^5.2.10", "@salesforce/core@^5.3.1", "@salesforce/core@^5.3.3":
995
+ version "5.3.4"
996
+ resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-5.3.4.tgz#bbf87238a4a6f31c07c8d01d4913c552fe0d0443"
997
+ integrity sha512-FV5QG0+W/15IaWtaZCxzAZ1K6bonlzkv5v9vuicH2VeEltruGUYYf8Bq7hkoul1xHk3Kl4+9cXx7aGp8Z0kGzQ==
998
998
  dependencies:
999
- "@salesforce/kit" "^3.0.11"
999
+ "@salesforce/kit" "^3.0.12"
1000
1000
  "@salesforce/schemas" "^1.6.0"
1001
- "@salesforce/ts-types" "^2.0.7"
1001
+ "@salesforce/ts-types" "^2.0.8"
1002
1002
  "@types/semver" "^7.5.2"
1003
1003
  ajv "^8.12.0"
1004
1004
  change-case "^4.1.2"
@@ -1067,13 +1067,13 @@
1067
1067
  "@salesforce/ts-types" "^2.0.7"
1068
1068
  tslib "^2.6.2"
1069
1069
 
1070
- "@salesforce/kit@^3.0.9":
1071
- version "3.0.9"
1072
- resolved "https://registry.yarnpkg.com/@salesforce/kit/-/kit-3.0.9.tgz#6674559e27914a9c79dd4283eb94eaea6177fe87"
1073
- integrity sha512-L9xeKGdwT4q40JOZteUWgyul+xpRENNIVg336cgXYrFWs+/+7hrWlV4YZdMkLg9WRCZb1HjERJ9gHNiEKXXriA==
1070
+ "@salesforce/kit@^3.0.12", "@salesforce/kit@^3.0.13":
1071
+ version "3.0.13"
1072
+ resolved "https://registry.yarnpkg.com/@salesforce/kit/-/kit-3.0.13.tgz#10b47ad6e0e27c3a9f97eb6a5cdcfffa9ba1f163"
1073
+ integrity sha512-HLQ5L5bBi0tsMeH5ZHJAhHUpvNUNPQoNJt2O82Jf6C60GGsrlzwzQ5ONAHGNBgKSZ7HLr0UGL5xaA+hE9uOcgw==
1074
1074
  dependencies:
1075
- "@salesforce/ts-types" "^2.0.6"
1076
- tslib "^2.6.1"
1075
+ "@salesforce/ts-types" "^2.0.8"
1076
+ tslib "^2.6.2"
1077
1077
 
1078
1078
  "@salesforce/prettier-config@^0.0.3":
1079
1079
  version "0.0.3"
@@ -1097,12 +1097,12 @@
1097
1097
  chalk "^4"
1098
1098
  inquirer "^8.2.5"
1099
1099
 
1100
- "@salesforce/source-deploy-retrieve@^9.7.15", "@salesforce/source-deploy-retrieve@^9.7.18":
1101
- version "9.7.18"
1102
- resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-9.7.18.tgz#38b1577eec7ae08c3ed627c7a38f59c87632b01d"
1103
- integrity sha512-kdnX8P/cjUwgKnDF60kXlvm4zwP2xXpFqEB3KniSrvuvbzXKrPbaa05cJvHVnTohAcYTNPHiM+LNkTgZuENNmA==
1100
+ "@salesforce/source-deploy-retrieve@^9.7.20", "@salesforce/source-deploy-retrieve@^9.7.22":
1101
+ version "9.7.22"
1102
+ resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-9.7.22.tgz#22462311640cc34b46b66d06b6180f261d656891"
1103
+ integrity sha512-RsAanMSmgEuQar9rPH/Qp/rBt3q9WCyrBdYLZW+oewswoDagFCkHdiwLOkzuk6F0my61EEglDK5OQm2MBEu5Yg==
1104
1104
  dependencies:
1105
- "@salesforce/core" "^5.2.10"
1105
+ "@salesforce/core" "^5.3.1"
1106
1106
  "@salesforce/kit" "^3.0.11"
1107
1107
  "@salesforce/ts-types" "^2.0.7"
1108
1108
  fast-levenshtein "^3.0.0"
@@ -1116,30 +1116,30 @@
1116
1116
  proxy-agent "^6.3.1"
1117
1117
  unzipper "0.10.14"
1118
1118
 
1119
- "@salesforce/source-tracking@^4.2.14":
1120
- version "4.2.14"
1121
- resolved "https://registry.yarnpkg.com/@salesforce/source-tracking/-/source-tracking-4.2.14.tgz#27772df901efc81aa1f1c0a9f08d427d5c25b2ef"
1122
- integrity sha512-Oa9StBkvNlA5ER+n6hbgmQY991c6Pv0ms8SLMKh9s4EIA8lfZfqzSCNXOskMdO4zPnoJKPRfZNG0119krfbuhQ==
1119
+ "@salesforce/source-tracking@^4.2.16":
1120
+ version "4.2.16"
1121
+ resolved "https://registry.yarnpkg.com/@salesforce/source-tracking/-/source-tracking-4.2.16.tgz#e64a7eeeb122045b61588b44c8c2e533ba5aa92a"
1122
+ integrity sha512-HAuLaY+RrdKvWjx9FVYMrYlIUW4JyQtF/TA5hbDpy4Rw8IUOgrYyt+IaoiAAtMyRqU8En8fJBUqiq4qFvhdpCA==
1123
1123
  dependencies:
1124
- "@salesforce/core" "^5.2.0"
1125
- "@salesforce/kit" "^3.0.9"
1126
- "@salesforce/source-deploy-retrieve" "^9.7.15"
1127
- "@salesforce/ts-types" "^2.0.6"
1124
+ "@salesforce/core" "^5.3.3"
1125
+ "@salesforce/kit" "^3.0.13"
1126
+ "@salesforce/source-deploy-retrieve" "^9.7.20"
1127
+ "@salesforce/ts-types" "^2.0.8"
1128
1128
  fast-xml-parser "^4.2.5"
1129
1129
  graceful-fs "^4.2.11"
1130
1130
  isomorphic-git "1.23.0"
1131
1131
  ts-retry-promise "^0.7.0"
1132
1132
 
1133
- "@salesforce/ts-sinon@^1.4.16":
1134
- version "1.4.16"
1135
- resolved "https://registry.yarnpkg.com/@salesforce/ts-sinon/-/ts-sinon-1.4.16.tgz#44ca058279d4009d7cc5d2de04d0ff764897f7c2"
1136
- integrity sha512-nl/zQ0z+W3C5VUgOh5i7N9ZgI7cEboDGBfPk7JXIz1R3U8yjSr3IIrJgmB3XSHFRNOQ/BjxdO8XSeuOehlaX3g==
1133
+ "@salesforce/ts-sinon@^1.4.17":
1134
+ version "1.4.17"
1135
+ resolved "https://registry.yarnpkg.com/@salesforce/ts-sinon/-/ts-sinon-1.4.17.tgz#e4454cd6f2edb54425a6336c5f8a7062b9e6d22c"
1136
+ integrity sha512-hJi+0oE7F70AFtru+KF1AKSin1lzvrU/aXkxPzqJ3obR6Q86Q4LgIl/ekiXv2u2k4GN21KPpkhBEQJuf3qiI8Q==
1137
1137
  dependencies:
1138
- "@salesforce/ts-types" "^2.0.7"
1138
+ "@salesforce/ts-types" "^2.0.8"
1139
1139
  sinon "^5.1.1"
1140
1140
  tslib "^2.6.1"
1141
1141
 
1142
- "@salesforce/ts-types@^2.0.6", "@salesforce/ts-types@^2.0.7", "@salesforce/ts-types@^2.0.8":
1142
+ "@salesforce/ts-types@^2.0.7", "@salesforce/ts-types@^2.0.8":
1143
1143
  version "2.0.8"
1144
1144
  resolved "https://registry.yarnpkg.com/@salesforce/ts-types/-/ts-types-2.0.8.tgz#e732b5a42cbec6bda79c089a0633fc643daf8bca"
1145
1145
  integrity sha512-vuzLcxtThBhpuhmnoh8GFrVU8XjdoNyQm9gPtmcjUyUD/9nQIBTAX8oGoUvCiiq93c4LFEmSua+xm3yu0bbNfg==
@@ -1163,6 +1163,11 @@
1163
1163
  resolved "https://registry.yarnpkg.com/@sideway/pinpoint/-/pinpoint-2.0.0.tgz#cff8ffadc372ad29fd3f78277aeb29e632cc70df"
1164
1164
  integrity sha512-RNiOoTPkptFtSVzQevY/yWtZwf/RxyVnPy/OcA9HBM3MlGDnBEYL5B41H0MTn0Uec8Hi+2qUtTfG2WWZBmMejQ==
1165
1165
 
1166
+ "@sindresorhus/is@^3.1.2":
1167
+ version "3.1.2"
1168
+ resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-3.1.2.tgz#548650de521b344e3781fbdb0ece4aa6f729afb8"
1169
+ integrity sha512-JiX9vxoKMmu8Y3Zr2RVathBL1Cdu4Nt4MuNWemt1Nc06A0RAin9c5FArkhGsyMBWfCu4zj+9b+GxtjAnE4qqLQ==
1170
+
1166
1171
  "@sindresorhus/is@^4.0.0":
1167
1172
  version "4.6.0"
1168
1173
  resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-4.6.0.tgz#3c7c9c46e678feefe7a2e5bb609d3dbd665ffb3f"
@@ -1433,16 +1438,16 @@
1433
1438
  "@types/expect" "^1.20.4"
1434
1439
  "@types/node" "*"
1435
1440
 
1436
- "@typescript-eslint/eslint-plugin@^6.7.3":
1437
- version "6.7.3"
1438
- resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.7.3.tgz#d98046e9f7102d49a93d944d413c6055c47fafd7"
1439
- integrity sha512-vntq452UHNltxsaaN+L9WyuMch8bMd9CqJ3zhzTPXXidwbf5mqqKCVXEuvRZUqLJSTLeWE65lQwyXsRGnXkCTA==
1441
+ "@typescript-eslint/eslint-plugin@^6.7.4":
1442
+ version "6.7.4"
1443
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.7.4.tgz#057338df21b6062c2f2fc5999fbea8af9973ac6d"
1444
+ integrity sha512-DAbgDXwtX+pDkAHwiGhqP3zWUGpW49B7eqmgpPtg+BKJXwdct79ut9+ifqOFPJGClGKSHXn2PTBatCnldJRUoA==
1440
1445
  dependencies:
1441
1446
  "@eslint-community/regexpp" "^4.5.1"
1442
- "@typescript-eslint/scope-manager" "6.7.3"
1443
- "@typescript-eslint/type-utils" "6.7.3"
1444
- "@typescript-eslint/utils" "6.7.3"
1445
- "@typescript-eslint/visitor-keys" "6.7.3"
1447
+ "@typescript-eslint/scope-manager" "6.7.4"
1448
+ "@typescript-eslint/type-utils" "6.7.4"
1449
+ "@typescript-eslint/utils" "6.7.4"
1450
+ "@typescript-eslint/visitor-keys" "6.7.4"
1446
1451
  debug "^4.3.4"
1447
1452
  graphemer "^1.4.0"
1448
1453
  ignore "^5.2.4"
@@ -1450,15 +1455,15 @@
1450
1455
  semver "^7.5.4"
1451
1456
  ts-api-utils "^1.0.1"
1452
1457
 
1453
- "@typescript-eslint/parser@^6.7.3":
1454
- version "6.7.3"
1455
- resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.7.3.tgz#aaf40092a32877439e5957e18f2d6a91c82cc2fd"
1456
- integrity sha512-TlutE+iep2o7R8Lf+yoer3zU6/0EAUc8QIBB3GYBc1KGz4c4TRm83xwXUZVPlZ6YCLss4r77jbu6j3sendJoiQ==
1458
+ "@typescript-eslint/parser@^6.7.4":
1459
+ version "6.7.4"
1460
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.7.4.tgz#23d1dd4fe5d295c7fa2ab651f5406cd9ad0bd435"
1461
+ integrity sha512-I5zVZFY+cw4IMZUeNCU7Sh2PO5O57F7Lr0uyhgCJmhN/BuTlnc55KxPonR4+EM3GBdfiCyGZye6DgMjtubQkmA==
1457
1462
  dependencies:
1458
- "@typescript-eslint/scope-manager" "6.7.3"
1459
- "@typescript-eslint/types" "6.7.3"
1460
- "@typescript-eslint/typescript-estree" "6.7.3"
1461
- "@typescript-eslint/visitor-keys" "6.7.3"
1463
+ "@typescript-eslint/scope-manager" "6.7.4"
1464
+ "@typescript-eslint/types" "6.7.4"
1465
+ "@typescript-eslint/typescript-estree" "6.7.4"
1466
+ "@typescript-eslint/visitor-keys" "6.7.4"
1462
1467
  debug "^4.3.4"
1463
1468
 
1464
1469
  "@typescript-eslint/scope-manager@5.62.0":
@@ -1469,21 +1474,21 @@
1469
1474
  "@typescript-eslint/types" "5.62.0"
1470
1475
  "@typescript-eslint/visitor-keys" "5.62.0"
1471
1476
 
1472
- "@typescript-eslint/scope-manager@6.7.3":
1473
- version "6.7.3"
1474
- resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.7.3.tgz#07e5709c9bdae3eaf216947433ef97b3b8b7d755"
1475
- integrity sha512-wOlo0QnEou9cHO2TdkJmzF7DFGvAKEnB82PuPNHpT8ZKKaZu6Bm63ugOTn9fXNJtvuDPanBc78lGUGGytJoVzQ==
1477
+ "@typescript-eslint/scope-manager@6.7.4":
1478
+ version "6.7.4"
1479
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.7.4.tgz#a484a17aa219e96044db40813429eb7214d7b386"
1480
+ integrity sha512-SdGqSLUPTXAXi7c3Ob7peAGVnmMoGzZ361VswK2Mqf8UOYcODiYvs8rs5ILqEdfvX1lE7wEZbLyELCW+Yrql1A==
1476
1481
  dependencies:
1477
- "@typescript-eslint/types" "6.7.3"
1478
- "@typescript-eslint/visitor-keys" "6.7.3"
1482
+ "@typescript-eslint/types" "6.7.4"
1483
+ "@typescript-eslint/visitor-keys" "6.7.4"
1479
1484
 
1480
- "@typescript-eslint/type-utils@6.7.3":
1481
- version "6.7.3"
1482
- resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.7.3.tgz#c2c165c135dda68a5e70074ade183f5ad68f3400"
1483
- integrity sha512-Fc68K0aTDrKIBvLnKTZ5Pf3MXK495YErrbHb1R6aTpfK5OdSFj0rVN7ib6Tx6ePrZ2gsjLqr0s98NG7l96KSQw==
1485
+ "@typescript-eslint/type-utils@6.7.4":
1486
+ version "6.7.4"
1487
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.7.4.tgz#847cd3b59baf948984499be3e0a12ff07373e321"
1488
+ integrity sha512-n+g3zi1QzpcAdHFP9KQF+rEFxMb2KxtnJGID3teA/nxKHOVi3ylKovaqEzGBbVY2pBttU6z85gp0D00ufLzViQ==
1484
1489
  dependencies:
1485
- "@typescript-eslint/typescript-estree" "6.7.3"
1486
- "@typescript-eslint/utils" "6.7.3"
1490
+ "@typescript-eslint/typescript-estree" "6.7.4"
1491
+ "@typescript-eslint/utils" "6.7.4"
1487
1492
  debug "^4.3.4"
1488
1493
  ts-api-utils "^1.0.1"
1489
1494
 
@@ -1492,10 +1497,10 @@
1492
1497
  resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
1493
1498
  integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
1494
1499
 
1495
- "@typescript-eslint/types@6.7.3":
1496
- version "6.7.3"
1497
- resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.7.3.tgz#0402b5628a63f24f2dc9d4a678e9a92cc50ea3e9"
1498
- integrity sha512-4g+de6roB2NFcfkZb439tigpAMnvEIg3rIjWQ+EM7IBaYt/CdJt6em9BJ4h4UpdgaBWdmx2iWsafHTrqmgIPNw==
1500
+ "@typescript-eslint/types@6.7.4":
1501
+ version "6.7.4"
1502
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.7.4.tgz#5d358484d2be986980c039de68e9f1eb62ea7897"
1503
+ integrity sha512-o9XWK2FLW6eSS/0r/tgjAGsYasLAnOWg7hvZ/dGYSSNjCh+49k5ocPN8OmG5aZcSJ8pclSOyVKP2x03Sj+RrCA==
1499
1504
 
1500
1505
  "@typescript-eslint/typescript-estree@5.62.0":
1501
1506
  version "5.62.0"
@@ -1510,30 +1515,30 @@
1510
1515
  semver "^7.3.7"
1511
1516
  tsutils "^3.21.0"
1512
1517
 
1513
- "@typescript-eslint/typescript-estree@6.7.3":
1514
- version "6.7.3"
1515
- resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.7.3.tgz#ec5bb7ab4d3566818abaf0e4a8fa1958561b7279"
1516
- integrity sha512-YLQ3tJoS4VxLFYHTw21oe1/vIZPRqAO91z6Uv0Ss2BKm/Ag7/RVQBcXTGcXhgJMdA4U+HrKuY5gWlJlvoaKZ5g==
1518
+ "@typescript-eslint/typescript-estree@6.7.4":
1519
+ version "6.7.4"
1520
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.7.4.tgz#f2baece09f7bb1df9296e32638b2e1130014ef1a"
1521
+ integrity sha512-ty8b5qHKatlNYd9vmpHooQz3Vki3gG+3PchmtsA4TgrZBKWHNjWfkQid7K7xQogBqqc7/BhGazxMD5vr6Ha+iQ==
1517
1522
  dependencies:
1518
- "@typescript-eslint/types" "6.7.3"
1519
- "@typescript-eslint/visitor-keys" "6.7.3"
1523
+ "@typescript-eslint/types" "6.7.4"
1524
+ "@typescript-eslint/visitor-keys" "6.7.4"
1520
1525
  debug "^4.3.4"
1521
1526
  globby "^11.1.0"
1522
1527
  is-glob "^4.0.3"
1523
1528
  semver "^7.5.4"
1524
1529
  ts-api-utils "^1.0.1"
1525
1530
 
1526
- "@typescript-eslint/utils@6.7.3":
1527
- version "6.7.3"
1528
- resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.7.3.tgz#96c655816c373135b07282d67407cb577f62e143"
1529
- integrity sha512-vzLkVder21GpWRrmSR9JxGZ5+ibIUSudXlW52qeKpzUEQhRSmyZiVDDj3crAth7+5tmN1ulvgKaCU2f/bPRCzg==
1531
+ "@typescript-eslint/utils@6.7.4":
1532
+ version "6.7.4"
1533
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.7.4.tgz#2236f72b10e38277ee05ef06142522e1de470ff2"
1534
+ integrity sha512-PRQAs+HUn85Qdk+khAxsVV+oULy3VkbH3hQ8hxLRJXWBEd7iI+GbQxH5SEUSH7kbEoTp6oT1bOwyga24ELALTA==
1530
1535
  dependencies:
1531
1536
  "@eslint-community/eslint-utils" "^4.4.0"
1532
1537
  "@types/json-schema" "^7.0.12"
1533
1538
  "@types/semver" "^7.5.0"
1534
- "@typescript-eslint/scope-manager" "6.7.3"
1535
- "@typescript-eslint/types" "6.7.3"
1536
- "@typescript-eslint/typescript-estree" "6.7.3"
1539
+ "@typescript-eslint/scope-manager" "6.7.4"
1540
+ "@typescript-eslint/types" "6.7.4"
1541
+ "@typescript-eslint/typescript-estree" "6.7.4"
1537
1542
  semver "^7.5.4"
1538
1543
 
1539
1544
  "@typescript-eslint/utils@^5.59.11":
@@ -1558,12 +1563,12 @@
1558
1563
  "@typescript-eslint/types" "5.62.0"
1559
1564
  eslint-visitor-keys "^3.3.0"
1560
1565
 
1561
- "@typescript-eslint/visitor-keys@6.7.3":
1562
- version "6.7.3"
1563
- resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.7.3.tgz#83809631ca12909bd2083558d2f93f5747deebb2"
1564
- integrity sha512-HEVXkU9IB+nk9o63CeICMHxFWbHWr3E1mpilIQBe9+7L/lH97rleFLVtYsfnWB+JVMaiFnEaxvknvmIzX+CqVg==
1566
+ "@typescript-eslint/visitor-keys@6.7.4":
1567
+ version "6.7.4"
1568
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.7.4.tgz#80dfecf820fc67574012375859085f91a4dff043"
1569
+ integrity sha512-pOW37DUhlTZbvph50x5zZCkFn3xzwkGtNoJHzIM3svpiSkJzwOYr/kVBaXmf+RAQiUDs1AHEZVNPg6UJCJpwRA==
1565
1570
  dependencies:
1566
- "@typescript-eslint/types" "6.7.3"
1571
+ "@typescript-eslint/types" "6.7.4"
1567
1572
  eslint-visitor-keys "^3.4.1"
1568
1573
 
1569
1574
  "@ungap/promise-all-settled@1.1.2":
@@ -2368,10 +2373,10 @@ chalk@^4, chalk@^4.0.0, chalk@^4.0.2, chalk@^4.1.0, chalk@^4.1.1, chalk@^4.1.2:
2368
2373
  ansi-styles "^4.1.0"
2369
2374
  supports-color "^7.1.0"
2370
2375
 
2371
- chalk@^5.2.0:
2372
- version "5.2.0"
2373
- resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.2.0.tgz#249623b7d66869c673699fb66d65723e54dfcfb3"
2374
- integrity sha512-ree3Gqw/nazQAPuJJEy+avdl7QfZMcUvmHIKgEZkGL+xOBzRvup5Hxo6LHuMceSxOabuJLJm5Yp/92R9eMmMvA==
2376
+ chalk@^5.3.0:
2377
+ version "5.3.0"
2378
+ resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.3.0.tgz#67c20a7ebef70e7f3970a01f90fa210cb6860385"
2379
+ integrity sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==
2375
2380
 
2376
2381
  change-case@^4.1.2:
2377
2382
  version "4.1.2"
@@ -2391,6 +2396,11 @@ change-case@^4.1.2:
2391
2396
  snake-case "^3.0.4"
2392
2397
  tslib "^2.0.3"
2393
2398
 
2399
+ char-regex@^1.0.2:
2400
+ version "1.0.2"
2401
+ resolved "https://registry.yarnpkg.com/char-regex/-/char-regex-1.0.2.tgz#d744358226217f981ed58f479b1d6bcc29545dcf"
2402
+ integrity sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==
2403
+
2394
2404
  chardet@^0.7.0:
2395
2405
  version "0.7.0"
2396
2406
  resolved "https://registry.yarnpkg.com/chardet/-/chardet-0.7.0.tgz#90094849f0937f2eedc2425d0d28a9e5f0cbad9e"
@@ -3180,6 +3190,11 @@ emoji-regex@^9.2.2:
3180
3190
  resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-9.2.2.tgz#840c8803b0d8047f4ff0cf963176b32d4ef3ed72"
3181
3191
  integrity sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==
3182
3192
 
3193
+ emojilib@^2.4.0:
3194
+ version "2.4.0"
3195
+ resolved "https://registry.yarnpkg.com/emojilib/-/emojilib-2.4.0.tgz#ac518a8bb0d5f76dda57289ccb2fdf9d39ae721e"
3196
+ integrity sha512-5U0rVMU5Y2n2+ykNLQqMoqklN9ICBT/KsvC1Gz6vqHbz2AXXGkG+Pm5rMWk/8Vjrr/mY9985Hi8DYzn1F09Nyw==
3197
+
3183
3198
  encoding@^0.1.12, encoding@^0.1.13:
3184
3199
  version "0.1.13"
3185
3200
  resolved "https://registry.yarnpkg.com/encoding/-/encoding-0.1.13.tgz#56574afdd791f54a8e9b2785c0582a2d26210fa9"
@@ -3481,12 +3496,12 @@ eslint-plugin-prettier@^5.0.0:
3481
3496
  prettier-linter-helpers "^1.0.0"
3482
3497
  synckit "^0.8.5"
3483
3498
 
3484
- eslint-plugin-sf-plugin@^1.16.7:
3485
- version "1.16.7"
3486
- resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.16.7.tgz#dc3e7c451fea0cf642b7c45ec0c6d9ee1e53ae54"
3487
- integrity sha512-GS0/ylGA7ksr0aBB1DSVxW9NOu0QKFq/e0yJ/gSmZ33VP6Sx6LpwJ8uE2c3IY0KWLQ4D7zOR+jOJnxwjVlMGtA==
3499
+ eslint-plugin-sf-plugin@^1.16.8:
3500
+ version "1.16.8"
3501
+ resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.16.8.tgz#3509bbd79aceae106eafbef0f4dbbcdb2fc90154"
3502
+ integrity sha512-vPnJgZcAiqIHw1UJSfaA+aIrJXKfZxKurfxkn+WIU3LWJBPkp/nKOYEAXURcH9Qte3PH4J7WgkQXfJY09Hs9Yg==
3488
3503
  dependencies:
3489
- "@salesforce/core" "^5.2.10"
3504
+ "@salesforce/core" "^5.3.1"
3490
3505
  "@typescript-eslint/utils" "^5.59.11"
3491
3506
 
3492
3507
  eslint-scope@^5.1.1:
@@ -3728,10 +3743,10 @@ fast-safe-stringify@^2.1.1:
3728
3743
  resolved "https://registry.yarnpkg.com/fast-safe-stringify/-/fast-safe-stringify-2.1.1.tgz#c406a83b6e70d9e35ce3b30a81141df30aeba884"
3729
3744
  integrity sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==
3730
3745
 
3731
- fast-xml-parser@^4.2.5, fast-xml-parser@^4.2.7, fast-xml-parser@^4.3.1:
3732
- version "4.3.1"
3733
- resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-4.3.1.tgz#4f89c31e4c392d6e3d68b299733cad0c2d50d495"
3734
- integrity sha512-viVv3xb8D+SiS1W4cv4tva3bni08kAkx0gQnWrykMM8nXPc1FxqZPU00dCEVjkiCg4HoXd2jC4x29Nzg/l2DAA==
3746
+ fast-xml-parser@^4.2.5, fast-xml-parser@^4.2.7, fast-xml-parser@^4.3.2:
3747
+ version "4.3.2"
3748
+ resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-4.3.2.tgz#761e641260706d6e13251c4ef8e3f5694d4b0d79"
3749
+ integrity sha512-rmrXUXwbJedoXkStenj1kkljNF7ugn5ZjR9FJcwmCfcCbtOMDghPajbc+Tck6vE6F5XsDmx+Pr2le9fw8+pXBg==
3735
3750
  dependencies:
3736
3751
  strnum "^1.0.5"
3737
3752
 
@@ -5571,27 +5586,27 @@ map-obj@^4.0.0:
5571
5586
  resolved "https://registry.yarnpkg.com/map-obj/-/map-obj-4.3.0.tgz#9304f906e93faae70880da102a9f1df0ea8bb05a"
5572
5587
  integrity sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ==
5573
5588
 
5574
- marked-terminal@^5.2.0:
5575
- version "5.2.0"
5576
- resolved "https://registry.yarnpkg.com/marked-terminal/-/marked-terminal-5.2.0.tgz#c5370ec2bae24fb2b34e147b731c94fa933559d3"
5577
- integrity sha512-Piv6yNwAQXGFjZSaiNljyNFw7jKDdGrw70FSbtxEyldLsyeuV5ZHm/1wW++kWbrOF1VPnUgYOhB2oLL0ZpnekA==
5589
+ marked-terminal@^6.0.0:
5590
+ version "6.0.0"
5591
+ resolved "https://registry.yarnpkg.com/marked-terminal/-/marked-terminal-6.0.0.tgz#450fe39209fd1fb342bd1384c9ec71345e20b6aa"
5592
+ integrity sha512-6rruICvqRfA4N+Mvdc0UyDbLA0A0nI5omtARIlin3P2F+aNc3EbW91Rd9HTuD0v9qWyHmNIu8Bt40gAnPfldsg==
5578
5593
  dependencies:
5579
5594
  ansi-escapes "^6.2.0"
5580
5595
  cardinal "^2.1.1"
5581
- chalk "^5.2.0"
5596
+ chalk "^5.3.0"
5582
5597
  cli-table3 "^0.6.3"
5583
- node-emoji "^1.11.0"
5584
- supports-hyperlinks "^2.3.0"
5598
+ node-emoji "^2.1.0"
5599
+ supports-hyperlinks "^3.0.0"
5585
5600
 
5586
5601
  marked@^4.0.19:
5587
5602
  version "4.3.0"
5588
5603
  resolved "https://registry.yarnpkg.com/marked/-/marked-4.3.0.tgz#796362821b019f734054582038b116481b456cf3"
5589
5604
  integrity sha512-PRsaiG84bK+AMvxziE/lCFss8juXjNaWzVbN5tXAm4XjeaS9NAHhop+PjQxz2A9h8Q4M/xGmzP8vqNwy6JeK0A==
5590
5605
 
5591
- marked@^5.1.2:
5592
- version "5.1.2"
5593
- resolved "https://registry.yarnpkg.com/marked/-/marked-5.1.2.tgz#62b5ccfc75adf72ca3b64b2879b551d89e77677f"
5594
- integrity sha512-ahRPGXJpjMjwSOlBoTMZAK7ATXkli5qCPxZ21TG44rx1KEo44bii4ekgTDQPNRQ4Kh7JMb9Ub1PVk1NxRSsorg==
5606
+ marked@^9.1.0:
5607
+ version "9.1.0"
5608
+ resolved "https://registry.yarnpkg.com/marked/-/marked-9.1.0.tgz#7a085c7d46730dee2b801f1c1b35c5745479e270"
5609
+ integrity sha512-VZjm0PM5DMv7WodqOUps3g6Q7dmxs9YGiFUZ7a2majzQTTCgX+6S6NAJHPvOhgFBzYz8s4QZKWWMfZKFmsfOgA==
5595
5610
 
5596
5611
  "mem-fs-editor@^8.1.2 || ^9.0.0", mem-fs-editor@^9.0.0:
5597
5612
  version "9.7.0"
@@ -6044,12 +6059,15 @@ nock@^13.3.3:
6044
6059
  lodash "^4.17.21"
6045
6060
  propagate "^2.0.0"
6046
6061
 
6047
- node-emoji@^1.11.0:
6048
- version "1.11.0"
6049
- resolved "https://registry.yarnpkg.com/node-emoji/-/node-emoji-1.11.0.tgz#69a0150e6946e2f115e9d7ea4df7971e2628301c"
6050
- integrity sha512-wo2DpQkQp7Sjm2A0cq+sN7EHKO6Sl0ctXeBdFZrL9T9+UywORbufTcTZxom8YqpLQt/FqNMUkOpkZrJVYSKD3A==
6062
+ node-emoji@^2.1.0:
6063
+ version "2.1.0"
6064
+ resolved "https://registry.yarnpkg.com/node-emoji/-/node-emoji-2.1.0.tgz#93c99b0d3dfe7d5e37c056aded389e013c72d0c5"
6065
+ integrity sha512-tcsBm9C6FmPN5Wo7OjFi9lgMyJjvkAeirmjR/ax8Ttfqy4N8PoFic26uqFTIgayHPNI5FH4ltUvfh9kHzwcK9A==
6051
6066
  dependencies:
6052
- lodash "^4.17.21"
6067
+ "@sindresorhus/is" "^3.1.2"
6068
+ char-regex "^1.0.2"
6069
+ emojilib "^2.4.0"
6070
+ skin-tone "^2.0.0"
6053
6071
 
6054
6072
  node-fetch@^2.6.1, node-fetch@^2.6.7:
6055
6073
  version "2.6.9"
@@ -7547,10 +7565,10 @@ sinon@10.0.0:
7547
7565
  nise "^4.1.0"
7548
7566
  supports-color "^7.1.0"
7549
7567
 
7550
- sinon@^16.0.0:
7551
- version "16.0.0"
7552
- resolved "https://registry.yarnpkg.com/sinon/-/sinon-16.0.0.tgz#06da4e63624b946c9d7e67cce21c2f67f40f23a9"
7553
- integrity sha512-B8AaZZm9CT5pqe4l4uWJztfD/mOTa7dL8Qo0W4+s+t74xECOgSZDDQCBjNgIK3+n4kyxQrSTv2V5ul8K25qkiQ==
7568
+ sinon@^16.1.0:
7569
+ version "16.1.0"
7570
+ resolved "https://registry.yarnpkg.com/sinon/-/sinon-16.1.0.tgz#645b836563c9bedb21defdbe48831cb2afb687f2"
7571
+ integrity sha512-ZSgzF0vwmoa8pq0GEynqfdnpEDyP1PkYmEChnkjW0Vyh8IDlyFEJ+fkMhCP0il6d5cJjPl2PUsnUSAuP5sttOQ==
7554
7572
  dependencies:
7555
7573
  "@sinonjs/commons" "^3.0.0"
7556
7574
  "@sinonjs/fake-timers" "^10.3.0"
@@ -7572,6 +7590,13 @@ sinon@^5.1.1:
7572
7590
  supports-color "^5.4.0"
7573
7591
  type-detect "^4.0.8"
7574
7592
 
7593
+ skin-tone@^2.0.0:
7594
+ version "2.0.0"
7595
+ resolved "https://registry.yarnpkg.com/skin-tone/-/skin-tone-2.0.0.tgz#4e3933ab45c0d4f4f781745d64b9f4c208e41237"
7596
+ integrity sha512-kUMbT1oBJCpgrnKoSr0o6wPtvRWT9W9UKvGLwfJYO2WuahZRHOpEyL1ckyMGgMWh0UdpmaoFqKKD29WTomNEGA==
7597
+ dependencies:
7598
+ unicode-emoji-modifier-base "^1.0.0"
7599
+
7575
7600
  slash@^2.0.0:
7576
7601
  version "2.0.0"
7577
7602
  resolved "https://registry.yarnpkg.com/slash/-/slash-2.0.0.tgz#de552851a1759df3a8f206535442f5ec4ddeab44"
@@ -7906,7 +7931,7 @@ supports-color@^7.0.0, supports-color@^7.1.0, supports-color@^7.2.0:
7906
7931
  dependencies:
7907
7932
  has-flag "^4.0.0"
7908
7933
 
7909
- supports-hyperlinks@^2.2.0, supports-hyperlinks@^2.3.0:
7934
+ supports-hyperlinks@^2.2.0:
7910
7935
  version "2.3.0"
7911
7936
  resolved "https://registry.yarnpkg.com/supports-hyperlinks/-/supports-hyperlinks-2.3.0.tgz#3943544347c1ff90b15effb03fc14ae45ec10624"
7912
7937
  integrity sha512-RpsAZlpWcDwOPQA22aCH4J0t7L8JmAvsCxfOSEwm7cQs3LshN36QaTkwd70DnBOXDWGssw2eUoc8CaRWT0XunA==
@@ -7914,6 +7939,14 @@ supports-hyperlinks@^2.2.0, supports-hyperlinks@^2.3.0:
7914
7939
  has-flag "^4.0.0"
7915
7940
  supports-color "^7.0.0"
7916
7941
 
7942
+ supports-hyperlinks@^3.0.0:
7943
+ version "3.0.0"
7944
+ resolved "https://registry.yarnpkg.com/supports-hyperlinks/-/supports-hyperlinks-3.0.0.tgz#c711352a5c89070779b4dad54c05a2f14b15c94b"
7945
+ integrity sha512-QBDPHyPQDRTy9ku4URNGY5Lah8PAaXs6tAAwp55sL5WCsSW7GIfdf6W5ixfziW+t7wh3GVvHyHHyQ1ESsoRvaA==
7946
+ dependencies:
7947
+ has-flag "^4.0.0"
7948
+ supports-color "^7.0.0"
7949
+
7917
7950
  supports-preserve-symlinks-flag@^1.0.0:
7918
7951
  version "1.0.0"
7919
7952
  resolved "https://registry.yarnpkg.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz#6eda4bd344a3c94aea376d4cc31bc77311039e09"
@@ -8245,6 +8278,11 @@ unbox-primitive@^1.0.2:
8245
8278
  has-symbols "^1.0.3"
8246
8279
  which-boxed-primitive "^1.0.2"
8247
8280
 
8281
+ unicode-emoji-modifier-base@^1.0.0:
8282
+ version "1.0.0"
8283
+ resolved "https://registry.yarnpkg.com/unicode-emoji-modifier-base/-/unicode-emoji-modifier-base-1.0.0.tgz#dbbd5b54ba30f287e2a8d5a249da6c0cef369459"
8284
+ integrity sha512-yLSH4py7oFH3oG/9K+XWrz1pSi3dfUrWEnInbxMfArOfc1+33BlGPQtLsOYwvdMy11AwUBetYuaRxSPqgkq+8g==
8285
+
8248
8286
  unique-filename@^1.1.1:
8249
8287
  version "1.1.1"
8250
8288
  resolved "https://registry.yarnpkg.com/unique-filename/-/unique-filename-1.1.1.tgz#1d69769369ada0583103a1e6ae87681b56573230"
@@ -1,4 +1,4 @@
1
1
  {
2
- "version": "4.8.32",
2
+ "version": "4.8.33",
3
3
  "commands": {}
4
4
  }
package/package.json CHANGED
@@ -1,24 +1,24 @@
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.32",
4
+ "version": "4.8.33",
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.29",
10
- "@jayree/sfdx-plugin-org": "^1.2.12",
11
- "@jayree/sfdx-plugin-prettier": "^1.3.24",
12
- "@jayree/sfdx-plugin-source": "^1.3.20"
9
+ "@jayree/sfdx-plugin-manifest": "^3.1.30",
10
+ "@jayree/sfdx-plugin-org": "^1.2.13",
11
+ "@jayree/sfdx-plugin-prettier": "^1.3.25",
12
+ "@jayree/sfdx-plugin-source": "^1.3.21"
13
13
  },
14
14
  "devDependencies": {
15
15
  "@oclif/plugin-help": "^5.2.20",
16
16
  "@salesforce/dev-config": "^4.0.1",
17
17
  "@salesforce/dev-scripts": "^5.10.0",
18
18
  "@salesforce/prettier-config": "^0.0.3",
19
- "@salesforce/ts-sinon": "^1.4.16",
20
- "@typescript-eslint/eslint-plugin": "^6.7.3",
21
- "@typescript-eslint/parser": "^6.7.3",
19
+ "@salesforce/ts-sinon": "^1.4.17",
20
+ "@typescript-eslint/eslint-plugin": "^6.7.4",
21
+ "@typescript-eslint/parser": "^6.7.4",
22
22
  "c8": "^8.0.1",
23
23
  "chai": "^4.3.10",
24
24
  "eslint": "^8.50.0",
@@ -29,7 +29,7 @@
29
29
  "eslint-plugin-import": "^2.28.1",
30
30
  "eslint-plugin-jsdoc": "^46.8.2",
31
31
  "eslint-plugin-prettier": "^5.0.0",
32
- "eslint-plugin-sf-plugin": "^1.16.7",
32
+ "eslint-plugin-sf-plugin": "^1.16.8",
33
33
  "husky": "^8.0.3",
34
34
  "mocha": "^10.2.0",
35
35
  "nock": "^13.3.3",
@@ -40,7 +40,7 @@
40
40
  "prettier": "^3.0.3",
41
41
  "pretty-quick": "^3.1.3",
42
42
  "shx": "^0.3.4",
43
- "sinon": "^16.0.0",
43
+ "sinon": "^16.1.0",
44
44
  "ts-node": "^10.9.1",
45
45
  "typescript": "^5.2.2",
46
46
  "wireit": "^0.14.0"