sfdx-jayree 4.8.44 → 4.8.45

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.45](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.44...v4.8.45) (2023-12-15)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** bump @jayree/sfdx-plugin-manifest from 3.1.41 to 3.1.42 ([#1134](https://github.com/jayree/sfdx-jayree-plugin/issues/1134)) ([fc74912](https://github.com/jayree/sfdx-jayree-plugin/commit/fc749129cd4f96c010ec88331f7e4e14d30edbcb))
7
+ * **deps:** bump @jayree/sfdx-plugin-org from 1.2.23 to 1.2.25 ([#1129](https://github.com/jayree/sfdx-jayree-plugin/issues/1129)) ([d5da6b4](https://github.com/jayree/sfdx-jayree-plugin/commit/d5da6b42e9c3e29824256e7f750c2d14a6d07fee))
8
+ * **deps:** bump @jayree/sfdx-plugin-prettier from 1.3.35 to 1.3.37 ([#1135](https://github.com/jayree/sfdx-jayree-plugin/issues/1135)) ([69fc003](https://github.com/jayree/sfdx-jayree-plugin/commit/69fc003dba15eb84da1c9921bdc7ae83659dac61))
9
+ * **deps:** bump @jayree/sfdx-plugin-source from 1.3.30 to 1.3.32 ([#1130](https://github.com/jayree/sfdx-jayree-plugin/issues/1130)) ([64534c1](https://github.com/jayree/sfdx-jayree-plugin/commit/64534c1b45f9a3c0305f7d92ce22cb874a926178))
10
+
1
11
  ## [4.8.44](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.43...v4.8.44) (2023-12-13)
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.23/src/commands/jayree/flow/get/coverage.ts)_
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)_
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.41/src/commands/jayree/manifest/cleanup.ts)_
91
+ _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.42/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.41/src/commands/jayree/manifest/generate.ts)_
128
+ _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.42/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.41/src/commands/jayree/manifest/git/diff.ts)_
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)_
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.23/src/commands/jayree/org/configure/index.ts)_
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)_
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.23/src/commands/jayree/org/configure/country.ts)_
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)_
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.23/src/commands/jayree/org/configure/state.ts)_
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)_
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.23/src/commands/jayree/org/get/settings.ts)_
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)_
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.23/src/commands/jayree/org/stream.ts)_
341
+ _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.25/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.30/src/commands/jayree/project/compare/snapshot.ts)_
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)_
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.30/src/commands/jayree/project/fix.ts)_
382
+ _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.32/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.30/src/commands/jayree/project/generate/snapshot.ts)_
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)_
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.30/src/commands/jayree/project/list/tracking.ts)_
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)_
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.30/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.32/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.30/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.32/src/commands/jayree/project/store/tracking/set.ts)_
484
484
  <!-- commandsstop -->
485
485
 
486
486
  ## Hooks
package/oclif.lock CHANGED
@@ -309,12 +309,12 @@
309
309
  resolve-global "1.0.0"
310
310
  yargs "^17.0.0"
311
311
 
312
- "@commitlint/config-conventional@^17.1.0":
313
- version "17.6.1"
314
- resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-17.6.1.tgz#ab07c82c88f99ffee89ae321f1f49f1798127fbb"
315
- integrity sha512-ng/ybaSLuTCH9F+7uavSOnEQ9EFMl7lHEjfAEgRh1hwmEe8SpLKpQeMo2aT1IWvHaGMuTb+gjfbzoRf2IR23NQ==
312
+ "@commitlint/config-conventional@^17.8.1":
313
+ version "17.8.1"
314
+ resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-17.8.1.tgz#e5bcf0cfec8da7ac50bc04dc92e0a4ea74964ce0"
315
+ integrity sha512-NxCOHx1kgneig3VLauWJcDWS40DVjg7nKOpBEEK9E5fjJpQqLCilcnKkIIjdBH98kEO1q3NpE5NSrZ2kl/QGJg==
316
316
  dependencies:
317
- conventional-changelog-conventionalcommits "^5.0.0"
317
+ conventional-changelog-conventionalcommits "^6.1.0"
318
318
 
319
319
  "@commitlint/config-validator@^17.4.4":
320
320
  version "17.4.4"
@@ -571,27 +571,27 @@
571
571
  resolved "https://registry.yarnpkg.com/@istanbuljs/schema/-/schema-0.1.3.tgz#e45e384e4b8ec16bce2fd903af78450f6bf7ec98"
572
572
  integrity sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==
573
573
 
574
- "@jayree/changelog@^1.1.8":
575
- version "1.1.8"
576
- resolved "https://registry.yarnpkg.com/@jayree/changelog/-/changelog-1.1.8.tgz#95bf5231bba0ce1a699937808339cb80beb8661a"
577
- integrity sha512-HUjyKmyBLqdaEnM09vry+NFsyjMhmz/S2WylqJkuUV7jv1f6Hg73JAEYMddmBsVWorOjzjUURxlezcKrGkp0Tg==
574
+ "@jayree/changelog@^1.1.9":
575
+ version "1.1.9"
576
+ resolved "https://registry.yarnpkg.com/@jayree/changelog/-/changelog-1.1.9.tgz#0e59f84a7b18f50e3b025fefbe54ae30d348d653"
577
+ integrity sha512-s8eiAW5bUi90duiAsQIy1JMBcuBJCzlELLDZc+B2qFEKIGsDqYvybJX9PWrnhnBcuFEUgndFpjBXyWiIKLEYBQ==
578
578
  dependencies:
579
579
  debug "^4.3.4"
580
- fs-extra "^11.1.1"
581
- marked "^10.0.0"
582
- marked-terminal "^6.1.0"
580
+ fs-extra "^11.2.0"
581
+ marked "^11.1.0"
582
+ marked-terminal "^6.2.0"
583
583
  semver "^7.5.4"
584
584
  semver-compare "^1.0.0"
585
585
 
586
- "@jayree/sfdx-plugin-manifest@^3.1.41":
587
- version "3.1.41"
588
- resolved "https://registry.yarnpkg.com/@jayree/sfdx-plugin-manifest/-/sfdx-plugin-manifest-3.1.41.tgz#966cf9d48d79c991134fa6a1ec801e5e75947093"
589
- integrity sha512-qeu7MrDsoVBtMcJD1oaMHp8Lz1b33RypGXo+RvZ3RhR5l1ahQp3JR5V07ISDAF2s/wbf6UYLd+ucqnWGyzkdqQ==
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==
590
590
  dependencies:
591
- "@jayree/changelog" "^1.1.8"
591
+ "@jayree/changelog" "^1.1.9"
592
592
  "@oclif/core" "^3.14.1"
593
- "@salesforce/core" "^6.4.0"
594
- "@salesforce/sf-plugins-core" "^5.0.8"
593
+ "@salesforce/core" "^6.4.1"
594
+ "@salesforce/sf-plugins-core" "^5.0.10"
595
595
  "@salesforce/source-deploy-retrieve" "^10.2.1"
596
596
  debug "^4.3.4"
597
597
  fast-deep-equal "^3.1.3"
@@ -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.23":
605
- version "1.2.23"
606
- resolved "https://registry.yarnpkg.com/@jayree/sfdx-plugin-org/-/sfdx-plugin-org-1.2.23.tgz#e95f5f90cd8a9fb13767b7c34bbb684c719e0b89"
607
- integrity sha512-t6TNl9rhjrDI50Gii9o5Br/YGhVlJiaCR+gaVgTfp7vvOFuuTLqbQU9H4/24iIrVfKxXsGH28sIfu2iQNgXntw==
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==
608
608
  dependencies:
609
- "@jayree/changelog" "^1.1.8"
609
+ "@jayree/changelog" "^1.1.9"
610
610
  "@listr2/prompt-adapter-enquirer" "^2.0.0"
611
611
  "@oclif/core" "^3.14.1"
612
- "@salesforce/sf-plugins-core" "^5.0.7"
613
- "@salesforce/source-deploy-retrieve" "^10.2.0"
612
+ "@salesforce/sf-plugins-core" "^5.0.10"
613
+ "@salesforce/source-deploy-retrieve" "^10.2.1"
614
614
  "@salesforce/ts-types" "^2.0.9"
615
615
  cli-truncate "^4.0.0"
616
616
  debug "^4.3.4"
@@ -625,33 +625,33 @@
625
625
  tslib "^2.6.1"
626
626
  wrap-ansi "^9.0.0"
627
627
 
628
- "@jayree/sfdx-plugin-prettier@^1.3.35":
629
- version "1.3.35"
630
- resolved "https://registry.yarnpkg.com/@jayree/sfdx-plugin-prettier/-/sfdx-plugin-prettier-1.3.35.tgz#072a3816379f608a9d12254e222bb01276555890"
631
- integrity sha512-I8Ib8p7qq1mk6qy2Q6qJ1VL1yHEigl3Lz3E0j0djRH6BVTAtM2Ccvz18x2Dt97TfvtIdsWBBCvjX/SboI4vkWA==
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==
632
632
  dependencies:
633
- "@jayree/changelog" "^1.1.8"
633
+ "@jayree/changelog" "^1.1.9"
634
634
  "@prettier/plugin-xml" "^3.2.2"
635
- "@salesforce/core" "^6.3.0"
636
- "@salesforce/sf-plugins-core" "^5.0.7"
637
- "@salesforce/source-deploy-retrieve" "^10.2.0"
635
+ "@salesforce/core" "^6.4.1"
636
+ "@salesforce/sf-plugins-core" "^5.0.10"
637
+ "@salesforce/source-deploy-retrieve" "^10.2.1"
638
638
  cli-progress "^3.12.0"
639
639
  debug "^4.3.4"
640
640
  fs-extra "^11.2.0"
641
641
  ignore "^5.3.0"
642
- prettier "^3.1.0"
642
+ prettier "^3.1.1"
643
643
  prettier-plugin-apex "^2.0.1"
644
644
  tslib "^2.6.1"
645
645
 
646
- "@jayree/sfdx-plugin-source@^1.3.30":
647
- version "1.3.30"
648
- resolved "https://registry.yarnpkg.com/@jayree/sfdx-plugin-source/-/sfdx-plugin-source-1.3.30.tgz#441d7c56218d7e5ef627d1e08867433149a680a7"
649
- integrity sha512-9o/JzI3fkdPRkGmRRLAdBqkI4YpW26o7/JY3Y8TDTFWpF92eOmPBgU/h8bmVRmM34KXi+3de+S14eDP6/zH9gA==
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==
650
650
  dependencies:
651
- "@jayree/changelog" "^1.1.8"
651
+ "@jayree/changelog" "^1.1.9"
652
652
  "@oclif/core" "^3.14.1"
653
- "@salesforce/sf-plugins-core" "^5.0.7"
654
- "@salesforce/source-tracking" "^5.1.2"
653
+ "@salesforce/sf-plugins-core" "^5.0.10"
654
+ "@salesforce/source-tracking" "^5.1.3"
655
655
  debug "^4.3.4"
656
656
  deep-object-diff "^1.1.9"
657
657
  fast-xml-parser "^4.3.2"
@@ -1120,31 +1120,7 @@
1120
1120
  dependencies:
1121
1121
  "@xml-tools/parser" "^1.0.11"
1122
1122
 
1123
- "@salesforce/core@^5.3.20":
1124
- version "5.3.20"
1125
- resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-5.3.20.tgz#4e934d4551bb70423cb1c4115615bc41cffca41e"
1126
- integrity sha512-y+O6O2c8OYFDrAy2qsG+pAcNxoyL14nmBXcBRRcYA7Huj8ikK+aLJK84PuVAYdQz+hNwImQF+69IWtDkpK4Irg==
1127
- dependencies:
1128
- "@salesforce/kit" "^3.0.15"
1129
- "@salesforce/schemas" "^1.6.1"
1130
- "@salesforce/ts-types" "^2.0.9"
1131
- "@types/semver" "^7.5.4"
1132
- ajv "^8.12.0"
1133
- change-case "^4.1.2"
1134
- faye "^1.4.0"
1135
- form-data "^4.0.0"
1136
- js2xmlparser "^4.0.1"
1137
- jsforce "^2.0.0-beta.28"
1138
- jsonwebtoken "9.0.2"
1139
- jszip "3.10.1"
1140
- pino "^8.16.0"
1141
- pino-abstract-transport "^1.0.0"
1142
- pino-pretty "^10.2.3"
1143
- proper-lockfile "^4.1.2"
1144
- semver "^7.5.4"
1145
- ts-retry-promise "^0.7.1"
1146
-
1147
- "@salesforce/core@^6.2.2", "@salesforce/core@^6.3.0", "@salesforce/core@^6.4.0":
1123
+ "@salesforce/core@^6.2.2", "@salesforce/core@^6.4.0", "@salesforce/core@^6.4.1":
1148
1124
  version "6.4.1"
1149
1125
  resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.4.1.tgz#27edd083b62ee96d6270b60da6dfb959bff1a0a5"
1150
1126
  integrity sha512-Bn/Pox5JLeVBg35zgSmtNU+f9wdOaa7a/hmCIvQibci1dpKtLGUmSpdHibWR6zHag8ZoRkueea7zuqEjYzECyA==
@@ -1173,13 +1149,13 @@
1173
1149
  resolved "https://registry.yarnpkg.com/@salesforce/dev-config/-/dev-config-4.1.0.tgz#e529576466d074e7a5f1441236510fef123da01e"
1174
1150
  integrity sha512-2iDDepiIwjXHS5IVY7pwv8jMo4xWosJ7p/UTj+lllpB/gnJiYLhjJPE4Z3FCGFKyvfg5jGaimCd8Ca6bLGsCQA==
1175
1151
 
1176
- "@salesforce/dev-scripts@^8.1.1":
1177
- version "8.1.1"
1178
- resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-8.1.1.tgz#a54733057712706b08fc5abcdccad336be01fea3"
1179
- integrity sha512-pYf8eMhv/OLTUtQcNZkUXMioInQTwNnHuiePGbhcMb2KR41Ynk63sdLWZoGDSc82c1FX0cJfY4yrNMIMpEGQjw==
1152
+ "@salesforce/dev-scripts@^8.1.2":
1153
+ version "8.1.2"
1154
+ resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-8.1.2.tgz#ec3e528328fe7c7b8b312688e970ea258913980b"
1155
+ integrity sha512-DQscqQPMuj2b1D8sfh77zAKQVEuo0SQ05XlFSbVKgvxO/yPrSpUK0LgHsbyG4Js88TWBqsf4K7mkdaryukSnSA==
1180
1156
  dependencies:
1181
1157
  "@commitlint/cli" "^17.1.2"
1182
- "@commitlint/config-conventional" "^17.1.0"
1158
+ "@commitlint/config-conventional" "^17.8.1"
1183
1159
  "@salesforce/dev-config" "^4.1.0"
1184
1160
  "@salesforce/prettier-config" "^0.0.3"
1185
1161
  "@types/chai" "^4.3.10"
@@ -1223,10 +1199,10 @@
1223
1199
  resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.6.1.tgz#7d1c071e1e509ca9d2d8a6e48ac7447dd67a534d"
1224
1200
  integrity sha512-eVy947ZMxCJReKJdgfddUIsBIbPTa/i8RwQGwxq4/ss38H5sLOAeSTaun9V7HpJ1hkpDznWKfgzYvjsst9K6ig==
1225
1201
 
1226
- "@salesforce/sf-plugins-core@^5.0.7", "@salesforce/sf-plugins-core@^5.0.8":
1227
- version "5.0.8"
1228
- resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-5.0.8.tgz#af023ba5c9182ab277d738e6836267aa874a4dcb"
1229
- integrity sha512-NvG3E61dVzORn86bPUh9cOPCmNZPfqzjS/ShMpyu2Cpjwr3zLYAlXSqH4kg0hQUW1D/M5sAck6XcUhwMpHh5yQ==
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==
1230
1206
  dependencies:
1231
1207
  "@oclif/core" "^3.14.1"
1232
1208
  "@salesforce/core" "^6.2.2"
@@ -1236,7 +1212,7 @@
1236
1212
  chalk "^4"
1237
1213
  inquirer "^8.2.5"
1238
1214
 
1239
- "@salesforce/source-deploy-retrieve@^10.0.3", "@salesforce/source-deploy-retrieve@^10.2.0", "@salesforce/source-deploy-retrieve@^10.2.1":
1215
+ "@salesforce/source-deploy-retrieve@^10.2.1":
1240
1216
  version "10.2.1"
1241
1217
  resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-10.2.1.tgz#fe5ba3006761ecc462b427c26619cdff26512e1e"
1242
1218
  integrity sha512-KaslYNh0oZTKGklECIPRM4SwciPIZqQdjOe/YttCLh0JDchVVeu/Qv8VCldHGnhGUpZ83bSvWG/YWXeEtoY/2w==
@@ -1254,15 +1230,15 @@
1254
1230
  minimatch "^5.1.6"
1255
1231
  proxy-agent "^6.3.1"
1256
1232
 
1257
- "@salesforce/source-tracking@^5.1.2":
1258
- version "5.1.2"
1259
- resolved "https://registry.yarnpkg.com/@salesforce/source-tracking/-/source-tracking-5.1.2.tgz#1c2594807fea0748a8b4cb665cc26cc91a29b529"
1260
- integrity sha512-rAeKDKEG2+v0jEjNNSNrz8mqLyTGEdN3+zmb/oWEJII4DctGcMbHqkIzt/16tO6w612uOindJtjTXu6SpePtAg==
1233
+ "@salesforce/source-tracking@^5.1.3":
1234
+ version "5.1.3"
1235
+ resolved "https://registry.yarnpkg.com/@salesforce/source-tracking/-/source-tracking-5.1.3.tgz#65dff11ffbd8f42ddd6477fe8342e338a9ec4f8f"
1236
+ integrity sha512-X4lHQmpc62RQaW6CiRn4M7rYQ2cftE+bCBaMvTp/HGKq5k+DQIOVQmDU+xYBGiaenxTBXZdX2zwiuXmv3WGImg==
1261
1237
  dependencies:
1262
1238
  "@oclif/core" "^3.10.8"
1263
- "@salesforce/core" "^6.2.2"
1239
+ "@salesforce/core" "^6.4.0"
1264
1240
  "@salesforce/kit" "^3.0.15"
1265
- "@salesforce/source-deploy-retrieve" "^10.0.3"
1241
+ "@salesforce/source-deploy-retrieve" "^10.2.1"
1266
1242
  "@salesforce/ts-types" "^2.0.9"
1267
1243
  fast-xml-parser "^4.2.5"
1268
1244
  graceful-fs "^4.2.11"
@@ -1302,12 +1278,7 @@
1302
1278
  resolved "https://registry.yarnpkg.com/@sideway/pinpoint/-/pinpoint-2.0.0.tgz#cff8ffadc372ad29fd3f78277aeb29e632cc70df"
1303
1279
  integrity sha512-RNiOoTPkptFtSVzQevY/yWtZwf/RxyVnPy/OcA9HBM3MlGDnBEYL5B41H0MTn0Uec8Hi+2qUtTfG2WWZBmMejQ==
1304
1280
 
1305
- "@sindresorhus/is@^3.1.2":
1306
- version "3.1.2"
1307
- resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-3.1.2.tgz#548650de521b344e3781fbdb0ece4aa6f729afb8"
1308
- integrity sha512-JiX9vxoKMmu8Y3Zr2RVathBL1Cdu4Nt4MuNWemt1Nc06A0RAin9c5FArkhGsyMBWfCu4zj+9b+GxtjAnE4qqLQ==
1309
-
1310
- "@sindresorhus/is@^4.0.0":
1281
+ "@sindresorhus/is@^4.0.0", "@sindresorhus/is@^4.6.0":
1311
1282
  version "4.6.0"
1312
1283
  resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-4.6.0.tgz#3c7c9c46e678feefe7a2e5bb609d3dbd665ffb3f"
1313
1284
  integrity sha512-t09vSN3MdfsyCHoFcTRCH/iUtG7OJ0CsjzB8cjAmKc/va/kIgeDI/TxsigdncE/4be734m0cvIYwNaV4i2XqAw==
@@ -1461,11 +1432,6 @@
1461
1432
  resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.12.tgz#d70faba7039d5fca54c83c7dbab41051d2b6f6cb"
1462
1433
  integrity sha512-Hr5Jfhc9eYOQNPYO5WLDq/n4jqijdHNlDXjuAQkkt+mWdQR+XJToOHrsD4cPaMXpn6KO7y2+wM8AZEs8VpBLVA==
1463
1434
 
1464
- "@types/json-schema@^7.0.9":
1465
- version "7.0.11"
1466
- resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.11.tgz#d421b6c527a3037f7c84433fd2c4229e016863d3"
1467
- integrity sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==
1468
-
1469
1435
  "@types/json5@^0.0.29":
1470
1436
  version "0.0.29"
1471
1437
  resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
@@ -1527,21 +1493,11 @@
1527
1493
  dependencies:
1528
1494
  "@types/node" "*"
1529
1495
 
1530
- "@types/semver@^7.3.12":
1531
- version "7.3.13"
1532
- resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.3.13.tgz#da4bfd73f49bd541d28920ab0e2bf0ee80f71c91"
1533
- integrity sha512-21cFJr9z3g5dW8B0CVI9g2O9beqaThGQ6ZFBqHfwhzLDKUxaqTIy3vnfah/UPkfOiF2pLq+tGz+W8RyCskuslw==
1534
-
1535
1496
  "@types/semver@^7.5.0":
1536
1497
  version "7.5.0"
1537
1498
  resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.0.tgz#591c1ce3a702c45ee15f47a42ade72c2fd78978a"
1538
1499
  integrity sha512-G8hZ6XJiHnuhQKR7ZmysCeJWE08o8T0AXtk5darsCaTVsYZhhgUrq53jizaR2FvsoeCwJhlmwTjkXBY5Pn/ZHw==
1539
1500
 
1540
- "@types/semver@^7.5.4":
1541
- version "7.5.5"
1542
- resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.5.tgz#deed5ab7019756c9c90ea86139106b0346223f35"
1543
- integrity sha512-+d+WYC1BxJ6yVOgUgzK8gWvp5qF8ssV5r4nsDcZWKRWcDQLQ619tvWAxJQYGgBrO1MnLJC7a5GtiYsAoQ47dJg==
1544
-
1545
1501
  "@types/semver@^7.5.6":
1546
1502
  version "7.5.6"
1547
1503
  resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.6.tgz#c65b2bfce1bec346582c07724e3f8c1017a20339"
@@ -1602,14 +1558,6 @@
1602
1558
  "@typescript-eslint/visitor-keys" "6.10.0"
1603
1559
  debug "^4.3.4"
1604
1560
 
1605
- "@typescript-eslint/scope-manager@5.62.0":
1606
- version "5.62.0"
1607
- resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.62.0.tgz#d9457ccc6a0b8d6b37d0eb252a23022478c5460c"
1608
- integrity sha512-VXuvVvZeQCQb5Zgf4HAxc04q5j+WrNAtNh9OwCsCgpKqESMTu3tF/jhZ3xG6T4NZwWl65Bg8KuS2uEvhSfLl0w==
1609
- dependencies:
1610
- "@typescript-eslint/types" "5.62.0"
1611
- "@typescript-eslint/visitor-keys" "5.62.0"
1612
-
1613
1561
  "@typescript-eslint/scope-manager@6.10.0":
1614
1562
  version "6.10.0"
1615
1563
  resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.10.0.tgz#b0276118b13d16f72809e3cecc86a72c93708540"
@@ -1618,6 +1566,14 @@
1618
1566
  "@typescript-eslint/types" "6.10.0"
1619
1567
  "@typescript-eslint/visitor-keys" "6.10.0"
1620
1568
 
1569
+ "@typescript-eslint/scope-manager@6.14.0":
1570
+ version "6.14.0"
1571
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.14.0.tgz#53d24363fdb5ee0d1d8cda4ed5e5321272ab3d48"
1572
+ integrity sha512-VT7CFWHbZipPncAZtuALr9y3EuzY1b1t1AEkIq2bTXUPKw+pHoXflGNG5L+Gv6nKul1cz1VH8fz16IThIU0tdg==
1573
+ dependencies:
1574
+ "@typescript-eslint/types" "6.14.0"
1575
+ "@typescript-eslint/visitor-keys" "6.14.0"
1576
+
1621
1577
  "@typescript-eslint/type-utils@6.10.0":
1622
1578
  version "6.10.0"
1623
1579
  resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.10.0.tgz#1007faede067c78bdbcef2e8abb31437e163e2e1"
@@ -1628,28 +1584,15 @@
1628
1584
  debug "^4.3.4"
1629
1585
  ts-api-utils "^1.0.1"
1630
1586
 
1631
- "@typescript-eslint/types@5.62.0":
1632
- version "5.62.0"
1633
- resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
1634
- integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
1635
-
1636
1587
  "@typescript-eslint/types@6.10.0":
1637
1588
  version "6.10.0"
1638
1589
  resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.10.0.tgz#f4f0a84aeb2ac546f21a66c6e0da92420e921367"
1639
1590
  integrity sha512-36Fq1PWh9dusgo3vH7qmQAj5/AZqARky1Wi6WpINxB6SkQdY5vQoT2/7rW7uBIsPDcvvGCLi4r10p0OJ7ITAeg==
1640
1591
 
1641
- "@typescript-eslint/typescript-estree@5.62.0":
1642
- version "5.62.0"
1643
- resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz#7d17794b77fabcac615d6a48fb143330d962eb9b"
1644
- integrity sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA==
1645
- dependencies:
1646
- "@typescript-eslint/types" "5.62.0"
1647
- "@typescript-eslint/visitor-keys" "5.62.0"
1648
- debug "^4.3.4"
1649
- globby "^11.1.0"
1650
- is-glob "^4.0.3"
1651
- semver "^7.3.7"
1652
- tsutils "^3.21.0"
1592
+ "@typescript-eslint/types@6.14.0":
1593
+ version "6.14.0"
1594
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.14.0.tgz#935307f7a931016b7a5eb25d494ea3e1f613e929"
1595
+ integrity sha512-uty9H2K4Xs8E47z3SnXEPRNDfsis8JO27amp2GNCnzGETEW3yTqEIVg5+AI7U276oGF/tw6ZA+UesxeQ104ceA==
1653
1596
 
1654
1597
  "@typescript-eslint/typescript-estree@6.10.0":
1655
1598
  version "6.10.0"
@@ -1664,7 +1607,20 @@
1664
1607
  semver "^7.5.4"
1665
1608
  ts-api-utils "^1.0.1"
1666
1609
 
1667
- "@typescript-eslint/utils@6.10.0", "@typescript-eslint/utils@^6.6.0":
1610
+ "@typescript-eslint/typescript-estree@6.14.0":
1611
+ version "6.14.0"
1612
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.14.0.tgz#90c7ddd45cd22139adf3d4577580d04c9189ac13"
1613
+ integrity sha512-yPkaLwK0yH2mZKFE/bXkPAkkFgOv15GJAUzgUVonAbv0Hr4PK/N2yaA/4XQbTZQdygiDkpt5DkxPELqHguNvyw==
1614
+ dependencies:
1615
+ "@typescript-eslint/types" "6.14.0"
1616
+ "@typescript-eslint/visitor-keys" "6.14.0"
1617
+ debug "^4.3.4"
1618
+ globby "^11.1.0"
1619
+ is-glob "^4.0.3"
1620
+ semver "^7.5.4"
1621
+ ts-api-utils "^1.0.1"
1622
+
1623
+ "@typescript-eslint/utils@6.10.0":
1668
1624
  version "6.10.0"
1669
1625
  resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.10.0.tgz#4d76062d94413c30e402c9b0df8c14aef8d77336"
1670
1626
  integrity sha512-v+pJ1/RcVyRc0o4wAGux9x42RHmAjIGzPRo538Z8M1tVx6HOnoQBCX/NoadHQlZeC+QO2yr4nNSFWOoraZCAyg==
@@ -1677,27 +1633,18 @@
1677
1633
  "@typescript-eslint/typescript-estree" "6.10.0"
1678
1634
  semver "^7.5.4"
1679
1635
 
1680
- "@typescript-eslint/utils@^5.59.11":
1681
- version "5.62.0"
1682
- resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.62.0.tgz#141e809c71636e4a75daa39faed2fb5f4b10df86"
1683
- integrity sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==
1636
+ "@typescript-eslint/utils@^6.13.2", "@typescript-eslint/utils@^6.6.0":
1637
+ version "6.14.0"
1638
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.14.0.tgz#856a9e274367d99ffbd39c48128b93a86c4261e3"
1639
+ integrity sha512-XwRTnbvRr7Ey9a1NT6jqdKX8y/atWG+8fAIu3z73HSP8h06i3r/ClMhmaF/RGWGW1tHJEwij1uEg2GbEmPYvYg==
1684
1640
  dependencies:
1685
- "@eslint-community/eslint-utils" "^4.2.0"
1686
- "@types/json-schema" "^7.0.9"
1687
- "@types/semver" "^7.3.12"
1688
- "@typescript-eslint/scope-manager" "5.62.0"
1689
- "@typescript-eslint/types" "5.62.0"
1690
- "@typescript-eslint/typescript-estree" "5.62.0"
1691
- eslint-scope "^5.1.1"
1692
- semver "^7.3.7"
1693
-
1694
- "@typescript-eslint/visitor-keys@5.62.0":
1695
- version "5.62.0"
1696
- resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz#2174011917ce582875954ffe2f6912d5931e353e"
1697
- integrity sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw==
1698
- dependencies:
1699
- "@typescript-eslint/types" "5.62.0"
1700
- eslint-visitor-keys "^3.3.0"
1641
+ "@eslint-community/eslint-utils" "^4.4.0"
1642
+ "@types/json-schema" "^7.0.12"
1643
+ "@types/semver" "^7.5.0"
1644
+ "@typescript-eslint/scope-manager" "6.14.0"
1645
+ "@typescript-eslint/types" "6.14.0"
1646
+ "@typescript-eslint/typescript-estree" "6.14.0"
1647
+ semver "^7.5.4"
1701
1648
 
1702
1649
  "@typescript-eslint/visitor-keys@6.10.0":
1703
1650
  version "6.10.0"
@@ -1707,6 +1654,14 @@
1707
1654
  "@typescript-eslint/types" "6.10.0"
1708
1655
  eslint-visitor-keys "^3.4.1"
1709
1656
 
1657
+ "@typescript-eslint/visitor-keys@6.14.0":
1658
+ version "6.14.0"
1659
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.14.0.tgz#1d1d486581819287de824a56c22f32543561138e"
1660
+ integrity sha512-fB5cw6GRhJUz03MrROVuj5Zm/Q+XWlVdIsFj+Zb1Hvqouc8t+XP2H5y53QYU/MGtd2dPg6/vJJlhoX3xc2ehfw==
1661
+ dependencies:
1662
+ "@typescript-eslint/types" "6.14.0"
1663
+ eslint-visitor-keys "^3.4.1"
1664
+
1710
1665
  "@ungap/structured-clone@^1.2.0":
1711
1666
  version "1.2.0"
1712
1667
  resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
@@ -2860,14 +2815,12 @@ conventional-changelog-angular@^5.0.11:
2860
2815
  compare-func "^2.0.0"
2861
2816
  q "^1.5.1"
2862
2817
 
2863
- conventional-changelog-conventionalcommits@^5.0.0:
2864
- version "5.0.0"
2865
- resolved "https://registry.yarnpkg.com/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-5.0.0.tgz#41bdce54eb65a848a4a3ffdca93e92fa22b64a86"
2866
- integrity sha512-lCDbA+ZqVFQGUj7h9QBKoIpLhl8iihkO0nCTyRNzuXtcd7ubODpYB04IFy31JloiJgG0Uovu8ot8oxRzn7Nwtw==
2818
+ conventional-changelog-conventionalcommits@^6.1.0:
2819
+ version "6.1.0"
2820
+ resolved "https://registry.yarnpkg.com/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-6.1.0.tgz#3bad05f4eea64e423d3d90fc50c17d2c8cf17652"
2821
+ integrity sha512-3cS3GEtR78zTfMzk0AizXKKIdN4OvSh7ibNz6/DPbhWWQu7LqE/8+/GqSodV+sywUR2gpJAdP/1JFf4XtN7Zpw==
2867
2822
  dependencies:
2868
2823
  compare-func "^2.0.0"
2869
- lodash "^4.17.15"
2870
- q "^1.5.1"
2871
2824
 
2872
2825
  conventional-commits-parser@^3.2.2:
2873
2826
  version "3.2.4"
@@ -3578,13 +3531,13 @@ eslint-plugin-prettier@^5.0.1:
3578
3531
  prettier-linter-helpers "^1.0.0"
3579
3532
  synckit "^0.8.5"
3580
3533
 
3581
- eslint-plugin-sf-plugin@^1.16.15:
3582
- version "1.16.15"
3583
- resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.16.15.tgz#99d0b522bb7eebefc8e456aa4b725f6fbbf2fa01"
3584
- integrity sha512-Vog0xc8DwLOCoPbwFx9GxaXHqpG0FvlpITkGzp//SdjcV7wqVW4CT76JES8IGenGv6mAecW5VqSyQzsIHFZGew==
3534
+ eslint-plugin-sf-plugin@^1.17.0:
3535
+ version "1.17.0"
3536
+ resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.17.0.tgz#9a7e81cb63bc6f36aae7c7797f95e2179def7fd3"
3537
+ integrity sha512-grW7leP0FJbKQZgDjBZanLSTYrus0itKaEmoflEuqTZSyqH4feP53rHby5ysbOnw9OvgZfuq9NSc0a/CzcIbtQ==
3585
3538
  dependencies:
3586
- "@salesforce/core" "^5.3.20"
3587
- "@typescript-eslint/utils" "^5.59.11"
3539
+ "@salesforce/core" "^6.4.0"
3540
+ "@typescript-eslint/utils" "^6.13.2"
3588
3541
 
3589
3542
  eslint-plugin-unicorn@^49.0.0:
3590
3543
  version "49.0.0"
@@ -3606,14 +3559,6 @@ eslint-plugin-unicorn@^49.0.0:
3606
3559
  semver "^7.5.4"
3607
3560
  strip-indent "^3.0.0"
3608
3561
 
3609
- eslint-scope@^5.1.1:
3610
- version "5.1.1"
3611
- resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.1.tgz#e786e59a66cb92b3f6c1fb0d508aab174848f48c"
3612
- integrity sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==
3613
- dependencies:
3614
- esrecurse "^4.3.0"
3615
- estraverse "^4.1.1"
3616
-
3617
3562
  eslint-scope@^7.2.2:
3618
3563
  version "7.2.2"
3619
3564
  resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-7.2.2.tgz#deb4f92563390f32006894af62a22dba1c46423f"
@@ -3699,11 +3644,6 @@ esrecurse@^4.3.0:
3699
3644
  dependencies:
3700
3645
  estraverse "^5.2.0"
3701
3646
 
3702
- estraverse@^4.1.1:
3703
- version "4.3.0"
3704
- resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-4.3.0.tgz#398ad3f3c5a24948be7725e83d11a7de28cdbd1d"
3705
- integrity sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==
3706
-
3707
3647
  estraverse@^5.1.0, estraverse@^5.2.0:
3708
3648
  version "5.3.0"
3709
3649
  resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.3.0.tgz#2eea5290702f26ab8fe5370370ff86c965d21123"
@@ -4035,7 +3975,7 @@ fromentries@^1.2.0:
4035
3975
  resolved "https://registry.yarnpkg.com/fromentries/-/fromentries-1.3.2.tgz#e4bca6808816bf8f93b52750f1127f5a6fd86e3a"
4036
3976
  integrity sha512-cHEpEQHUg0f8XdtZCc2ZAhrHzKzT0MrFUTcvx+hfxYu7rGMDc5SKoXFh+n4YigxsHXRzc6OrCshdR1bWH6HHyg==
4037
3977
 
4038
- fs-extra@^11.0.0, fs-extra@^11.1.1, fs-extra@^11.2.0:
3978
+ fs-extra@^11.0.0, fs-extra@^11.2.0:
4039
3979
  version "11.2.0"
4040
3980
  resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.2.0.tgz#e70e17dfad64232287d01929399e0ea7c86b0e5b"
4041
3981
  integrity sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw==
@@ -5294,32 +5234,6 @@ jsesc@~0.5.0:
5294
5234
  resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-0.5.0.tgz#e7dee66e35d6fc16f710fe91d5cf69f70f08911d"
5295
5235
  integrity sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==
5296
5236
 
5297
- jsforce@^2.0.0-beta.28:
5298
- version "2.0.0-beta.28"
5299
- resolved "https://registry.yarnpkg.com/jsforce/-/jsforce-2.0.0-beta.28.tgz#5fd8d9b8e5efc798698793b147e00371f3d74e8f"
5300
- integrity sha512-tTmKRhr4yWNinhmurY/tiiltLFQq9RQ+gpYAt3wjFdCGjzd49/wqYQIFw4SsI3+iLjxXnc0uTgGwdAkDjxDWnA==
5301
- dependencies:
5302
- "@babel/runtime" "^7.12.5"
5303
- "@babel/runtime-corejs3" "^7.12.5"
5304
- "@types/node" "^12.19.9"
5305
- abort-controller "^3.0.0"
5306
- base64url "^3.0.1"
5307
- commander "^4.0.1"
5308
- core-js "^3.6.4"
5309
- csv-parse "^4.8.2"
5310
- csv-stringify "^5.3.4"
5311
- faye "^1.4.0"
5312
- form-data "^4.0.0"
5313
- fs-extra "^8.1.0"
5314
- https-proxy-agent "^5.0.0"
5315
- inquirer "^7.0.0"
5316
- multistream "^3.1.0"
5317
- node-fetch "^2.6.1"
5318
- open "^7.0.0"
5319
- regenerator-runtime "^0.13.3"
5320
- strip-ansi "^6.0.0"
5321
- xml2js "^0.5.0"
5322
-
5323
5237
  jsforce@^2.0.0-beta.29:
5324
5238
  version "2.0.0-beta.29"
5325
5239
  resolved "https://registry.yarnpkg.com/jsforce/-/jsforce-2.0.0-beta.29.tgz#0b59b026eb0b90dfb199a53656af32a4c8acc48f"
@@ -5852,16 +5766,16 @@ map-obj@^4.0.0:
5852
5766
  resolved "https://registry.yarnpkg.com/map-obj/-/map-obj-4.3.0.tgz#9304f906e93faae70880da102a9f1df0ea8bb05a"
5853
5767
  integrity sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ==
5854
5768
 
5855
- marked-terminal@^6.1.0:
5856
- version "6.1.0"
5857
- resolved "https://registry.yarnpkg.com/marked-terminal/-/marked-terminal-6.1.0.tgz#ad54dc034d40c532f9708a2b4c128a83919fe0de"
5858
- integrity sha512-QaCSF6NV82oo6K0szEnmc65ooDeW0T/Adcyf0fcW+Hto2GT1VADFg8dn1zaeHqzj65fqDH1hMNChGNRaC/lbkA==
5769
+ marked-terminal@^6.2.0:
5770
+ version "6.2.0"
5771
+ resolved "https://registry.yarnpkg.com/marked-terminal/-/marked-terminal-6.2.0.tgz#82928d7967af486185a64ea927be723aadd4755f"
5772
+ integrity sha512-ubWhwcBFHnXsjYNsu+Wndpg0zhY4CahSpPlA70PlO0rR9r2sZpkyU+rkCsOWH+KMEkx847UpALON+HWgxowFtw==
5859
5773
  dependencies:
5860
5774
  ansi-escapes "^6.2.0"
5861
5775
  cardinal "^2.1.1"
5862
5776
  chalk "^5.3.0"
5863
5777
  cli-table3 "^0.6.3"
5864
- node-emoji "^2.1.0"
5778
+ node-emoji "^2.1.3"
5865
5779
  supports-hyperlinks "^3.0.0"
5866
5780
 
5867
5781
  marked@^10.0.0:
@@ -5869,6 +5783,11 @@ marked@^10.0.0:
5869
5783
  resolved "https://registry.yarnpkg.com/marked/-/marked-10.0.0.tgz#7fe1805bb908433d760e2de0fcc8841a2b2d745c"
5870
5784
  integrity sha512-YiGcYcWj50YrwBgNzFoYhQ1hT6GmQbFG8SksnYJX1z4BXTHSOrz1GB5/Jm2yQvMg4nN1FHP4M6r03R10KrVUiA==
5871
5785
 
5786
+ marked@^11.1.0:
5787
+ version "11.1.0"
5788
+ resolved "https://registry.yarnpkg.com/marked/-/marked-11.1.0.tgz#f2d12323e80ba8a97cc8262fe7e94fcc007476ab"
5789
+ integrity sha512-fvKJWAPEafVj1dwGwcPI5mBB/0pvViL6NlCbNDG1HOIRwwAU/jeMoFxfbRLuirO1wRH7m4yPvBqD/O1wyWvayw==
5790
+
5872
5791
  marked@^4.3.0:
5873
5792
  version "4.3.0"
5874
5793
  resolved "https://registry.yarnpkg.com/marked/-/marked-4.3.0.tgz#796362821b019f734054582038b116481b456cf3"
@@ -6291,12 +6210,12 @@ nock@^13.4.0:
6291
6210
  json-stringify-safe "^5.0.1"
6292
6211
  propagate "^2.0.0"
6293
6212
 
6294
- node-emoji@^2.1.0:
6295
- version "2.1.0"
6296
- resolved "https://registry.yarnpkg.com/node-emoji/-/node-emoji-2.1.0.tgz#93c99b0d3dfe7d5e37c056aded389e013c72d0c5"
6297
- integrity sha512-tcsBm9C6FmPN5Wo7OjFi9lgMyJjvkAeirmjR/ax8Ttfqy4N8PoFic26uqFTIgayHPNI5FH4ltUvfh9kHzwcK9A==
6213
+ node-emoji@^2.1.3:
6214
+ version "2.1.3"
6215
+ resolved "https://registry.yarnpkg.com/node-emoji/-/node-emoji-2.1.3.tgz#93cfabb5cc7c3653aa52f29d6ffb7927d8047c06"
6216
+ integrity sha512-E2WEOVsgs7O16zsURJ/eH8BqhF029wGpEOnv7Urwdo2wmQanOACwJQh0devF9D9RhoZru0+9JXIS0dBXIAz+lA==
6298
6217
  dependencies:
6299
- "@sindresorhus/is" "^3.1.2"
6218
+ "@sindresorhus/is" "^4.6.0"
6300
6219
  char-regex "^1.0.2"
6301
6220
  emojilib "^2.4.0"
6302
6221
  skin-tone "^2.0.0"
@@ -6587,10 +6506,10 @@ object.values@^1.1.7:
6587
6506
  define-properties "^1.2.0"
6588
6507
  es-abstract "^1.22.1"
6589
6508
 
6590
- oclif@^4.0.4:
6591
- version "4.0.4"
6592
- resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.0.4.tgz#ee05d5339fa1aad8fb6a303e53f4618feba86a5e"
6593
- integrity sha512-2rebdu1Ow9/TRolMI7s1IsJmKH7RpwlBzIKZFtE8eFiDmGenX6GEsWaxSEtgMXmzCSSQ1DbCRDv0hwcwVGIJuA==
6509
+ oclif@^4.1.0:
6510
+ version "4.1.0"
6511
+ resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.1.0.tgz#486004caf6da8af9f5bdda681a616b5b2c180b45"
6512
+ integrity sha512-4E6z1HOdUYXHu/cbbSv0gnbFJfR9BGc9Oa+e9l8SkRoicGnrEPMpuZyY2vxWPGwMndN6ijxxuFlVmw1/j+MJpg==
6594
6513
  dependencies:
6595
6514
  "@oclif/core" "^3.0.4"
6596
6515
  "@oclif/plugin-help" "^5.2.14"
@@ -7053,23 +6972,6 @@ pino-std-serializers@^6.0.0:
7053
6972
  resolved "https://registry.yarnpkg.com/pino-std-serializers/-/pino-std-serializers-6.2.2.tgz#d9a9b5f2b9a402486a5fc4db0a737570a860aab3"
7054
6973
  integrity sha512-cHjPPsE+vhj/tnhCy/wiMh3M3z3h/j15zHQX+S9GkTBgqJuTuJzYJ4gUyACLhDaJ7kk9ba9iRDmbH2tJU03OiA==
7055
6974
 
7056
- pino@^8.16.0:
7057
- version "8.16.1"
7058
- resolved "https://registry.yarnpkg.com/pino/-/pino-8.16.1.tgz#dcaf82764b1a27f24101317cdd6453e96290f1d9"
7059
- integrity sha512-3bKsVhBmgPjGV9pyn4fO/8RtoVDR8ssW1ev819FsRXlRNgW8gR/9Kx+gCK4UPWd4JjrRDLWpzd/pb1AyWm3MGA==
7060
- dependencies:
7061
- atomic-sleep "^1.0.0"
7062
- fast-redact "^3.1.1"
7063
- on-exit-leak-free "^2.1.0"
7064
- pino-abstract-transport v1.1.0
7065
- pino-std-serializers "^6.0.0"
7066
- process-warning "^2.0.0"
7067
- quick-format-unescaped "^4.0.3"
7068
- real-require "^0.2.0"
7069
- safe-stable-stringify "^2.3.1"
7070
- sonic-boom "^3.7.0"
7071
- thread-stream "^2.0.0"
7072
-
7073
6975
  pino@^8.16.2:
7074
6976
  version "8.16.2"
7075
6977
  resolved "https://registry.yarnpkg.com/pino/-/pino-8.16.2.tgz#7a906f2d9a8c5b4c57412c9ca95d6820bd2090cd"
@@ -7151,7 +7053,7 @@ prettier@^2.8.8:
7151
7053
  resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.8.tgz#e8c5d7e98a4305ffe3de2e1fc4aca1a71c28b1da"
7152
7054
  integrity sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==
7153
7055
 
7154
- prettier@^3.1.0, prettier@^3.1.1:
7056
+ prettier@^3.1.1:
7155
7057
  version "3.1.1"
7156
7058
  resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.1.1.tgz#6ba9f23165d690b6cbdaa88cb0807278f7019848"
7157
7059
  integrity sha512-22UbSzg8luF4UuZtzgiUOfcGM8s4tjBv6dJRT7j275NXsy2jb4aJa4NNveul5x4eqlF1wuhuR2RElK71RvmVaw==
@@ -7721,7 +7623,7 @@ semver@^6.0.0, semver@^6.3.0, semver@^6.3.1:
7721
7623
  resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
7722
7624
  integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
7723
7625
 
7724
- semver@^7.1.1, semver@^7.1.3, semver@^7.2.1, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5, semver@^7.3.7, semver@^7.3.8, semver@^7.5.3, semver@^7.5.4:
7626
+ semver@^7.1.1, semver@^7.1.3, semver@^7.2.1, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5, semver@^7.3.8, semver@^7.5.3, semver@^7.5.4:
7725
7627
  version "7.5.4"
7726
7628
  resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.4.tgz#483986ec4ed38e1c6c48c34894a9182dbff68a6e"
7727
7629
  integrity sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==
@@ -8461,7 +8363,7 @@ tsconfig-paths@^3.14.2:
8461
8363
  minimist "^1.2.6"
8462
8364
  strip-bom "^3.0.0"
8463
8365
 
8464
- tslib@^1.8.1, tslib@^1.9.0:
8366
+ tslib@^1.9.0:
8465
8367
  version "1.14.1"
8466
8368
  resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
8467
8369
  integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
@@ -8471,13 +8373,6 @@ tslib@^2, tslib@^2.0.1, tslib@^2.0.3, tslib@^2.1.0, tslib@^2.5.0, tslib@^2.6.0,
8471
8373
  resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.2.tgz#703ac29425e7b37cd6fd456e92404d46d1f3e4ae"
8472
8374
  integrity sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==
8473
8375
 
8474
- tsutils@^3.21.0:
8475
- version "3.21.0"
8476
- resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623"
8477
- integrity sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==
8478
- dependencies:
8479
- tslib "^1.8.1"
8480
-
8481
8376
  tunnel-agent@*, tunnel-agent@^0.6.0:
8482
8377
  version "0.6.0"
8483
8378
  resolved "https://registry.yarnpkg.com/tunnel-agent/-/tunnel-agent-0.6.0.tgz#27a5dea06b36b04a0a9966774b290868f0fc40fd"
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "commands": {},
3
- "version": "4.8.44"
3
+ "version": "4.8.45"
4
4
  }
package/package.json CHANGED
@@ -1,25 +1,25 @@
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.44",
4
+ "version": "4.8.45",
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.41",
10
- "@jayree/sfdx-plugin-org": "^1.2.23",
11
- "@jayree/sfdx-plugin-prettier": "^1.3.35",
12
- "@jayree/sfdx-plugin-source": "^1.3.30"
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"
13
13
  },
14
14
  "devDependencies": {
15
15
  "@oclif/plugin-help": "^6.0.8",
16
- "@salesforce/dev-scripts": "^8.1.1",
16
+ "@salesforce/dev-scripts": "^8.1.2",
17
17
  "@salesforce/ts-sinon": "^1.4.19",
18
18
  "c8": "^8.0.1",
19
19
  "eslint-plugin-prettier": "^5.0.1",
20
- "eslint-plugin-sf-plugin": "^1.16.15",
20
+ "eslint-plugin-sf-plugin": "^1.17.0",
21
21
  "nock": "^13.4.0",
22
- "oclif": "^4.0.4",
22
+ "oclif": "^4.1.0",
23
23
  "patch-package": "^8.0.0",
24
24
  "pinst": "^3.0.0",
25
25
  "prettier": "^3.1.1",