@jayree/sfdx-plugin-manifest 3.6.62 → 3.6.64
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 +18 -0
- package/README.md +3 -3
- package/npm-shrinkwrap.json +47 -299
- package/oclif.lock +28 -68
- package/oclif.manifest.json +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,21 @@
|
|
1
|
+
## [3.6.64](https://github.com/jayree/sfdx-plugin-manifest/compare/3.6.63...3.6.64) (2025-03-10)
|
2
|
+
|
3
|
+
|
4
|
+
### Bug Fixes
|
5
|
+
|
6
|
+
* **deps:** bump @oclif/core from 4.2.8 to 4.2.9 ([#1691](https://github.com/jayree/sfdx-plugin-manifest/issues/1691)) ([db43086](https://github.com/jayree/sfdx-plugin-manifest/commit/db430869209e34582b5126c34344b56e829e5c17))
|
7
|
+
|
8
|
+
|
9
|
+
|
10
|
+
## [3.6.63](https://github.com/jayree/sfdx-plugin-manifest/compare/3.6.62...3.6.63) (2025-03-10)
|
11
|
+
|
12
|
+
|
13
|
+
### Bug Fixes
|
14
|
+
|
15
|
+
* **deps:** bump @salesforce/source-deploy-retrieve ([#1692](https://github.com/jayree/sfdx-plugin-manifest/issues/1692)) ([4e4b898](https://github.com/jayree/sfdx-plugin-manifest/commit/4e4b898e4c5a84aa4f9c845f8a881ab921ff2721))
|
16
|
+
|
17
|
+
|
18
|
+
|
1
19
|
## [3.6.62](https://github.com/jayree/sfdx-plugin-manifest/compare/3.6.61...3.6.62) (2025-03-10)
|
2
20
|
|
3
21
|
|
package/README.md
CHANGED
@@ -112,7 +112,7 @@ EXAMPLES
|
|
112
112
|
$ sf jayree manifest cleanup --manifest=package.xml --file=packageignore.xml
|
113
113
|
```
|
114
114
|
|
115
|
-
_See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.6.
|
115
|
+
_See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.6.64/src/commands/jayree/manifest/cleanup.ts)_
|
116
116
|
|
117
117
|
### `sf jayree manifest generate`
|
118
118
|
|
@@ -150,7 +150,7 @@ EXAMPLES
|
|
150
150
|
<Package xmlns='http://soap.sforce.com/2006/04/metadata'>...</Package>
|
151
151
|
```
|
152
152
|
|
153
|
-
_See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.6.
|
153
|
+
_See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.6.64/src/commands/jayree/manifest/generate.ts)_
|
154
154
|
|
155
155
|
### `sf jayree manifest git diff REF1 [REF2]`
|
156
156
|
|
@@ -233,7 +233,7 @@ FLAG DESCRIPTIONS
|
|
233
233
|
Use this flag to create a 'destructiveChanges.xml' and a blank 'package.xml'.
|
234
234
|
```
|
235
235
|
|
236
|
-
_See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.6.
|
236
|
+
_See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.6.64/src/commands/jayree/manifest/git/diff.ts)_
|
237
237
|
<!-- commandsstop -->
|
238
238
|
|
239
239
|
## Performance Testing
|
package/npm-shrinkwrap.json
CHANGED
@@ -1,20 +1,20 @@
|
|
1
1
|
{
|
2
2
|
"name": "@jayree/sfdx-plugin-manifest",
|
3
|
-
"version": "3.6.
|
3
|
+
"version": "3.6.64",
|
4
4
|
"lockfileVersion": 3,
|
5
5
|
"requires": true,
|
6
6
|
"packages": {
|
7
7
|
"": {
|
8
8
|
"name": "@jayree/sfdx-plugin-manifest",
|
9
|
-
"version": "3.6.
|
9
|
+
"version": "3.6.64",
|
10
10
|
"license": "BSD-3-Clause",
|
11
11
|
"dependencies": {
|
12
12
|
"@jayree/changelog": "^1.2.6",
|
13
|
-
"@oclif/core": "^4.2.
|
13
|
+
"@oclif/core": "^4.2.9",
|
14
14
|
"@salesforce/core": "^8.8.5",
|
15
15
|
"@salesforce/kit": "^3.2.3",
|
16
16
|
"@salesforce/sf-plugins-core": "^12.2.0",
|
17
|
-
"@salesforce/source-deploy-retrieve": "12.16.
|
17
|
+
"@salesforce/source-deploy-retrieve": "12.16.5",
|
18
18
|
"@salesforce/source-tracking": "7.3.16",
|
19
19
|
"@salesforce/ts-types": "^2.0.12",
|
20
20
|
"fast-deep-equal": "^3.1.3",
|
@@ -24,7 +24,7 @@
|
|
24
24
|
"isomorphic-git": "1.29.0"
|
25
25
|
},
|
26
26
|
"devDependencies": {
|
27
|
-
"@oclif/plugin-command-snapshot": "^5.2.
|
27
|
+
"@oclif/plugin-command-snapshot": "^5.2.37",
|
28
28
|
"@oclif/plugin-help": "^6.2.26",
|
29
29
|
"@salesforce/cli-plugins-testkit": "^5.3.39",
|
30
30
|
"@salesforce/dev-scripts": "^10.2.12",
|
@@ -35,7 +35,7 @@
|
|
35
35
|
"c8": "^10.1.3",
|
36
36
|
"eslint-config-oclif": "^6.0",
|
37
37
|
"eslint-plugin-prettier": "^5.2.3",
|
38
|
-
"eslint-plugin-sf-plugin": "^1.20.
|
38
|
+
"eslint-plugin-sf-plugin": "^1.20.16",
|
39
39
|
"oclif": "^4.17.34",
|
40
40
|
"patch-package": "^8.0.0",
|
41
41
|
"prettier": "^3.5.3",
|
@@ -2965,13 +2965,13 @@
|
|
2965
2965
|
}
|
2966
2966
|
},
|
2967
2967
|
"node_modules/@oclif/core": {
|
2968
|
-
"version": "4.2.
|
2969
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.2.
|
2970
|
-
"integrity": "sha512-
|
2968
|
+
"version": "4.2.9",
|
2969
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.2.9.tgz",
|
2970
|
+
"integrity": "sha512-cIlvpefLtorcyvnvJiOmYBqn6J6qdp/06tk54p2MddGEr0gnA7EIaQXM2UtRjf4ryDVCbIo+8IFRsW8Flt0uGA==",
|
2971
2971
|
"license": "MIT",
|
2972
2972
|
"dependencies": {
|
2973
2973
|
"ansi-escapes": "^4.3.2",
|
2974
|
-
"ansis": "^3.
|
2974
|
+
"ansis": "^3.17.0",
|
2975
2975
|
"clean-stack": "^3.0.1",
|
2976
2976
|
"cli-spinners": "^2.9.2",
|
2977
2977
|
"debug": "^4.4.0",
|
@@ -3056,14 +3056,14 @@
|
|
3056
3056
|
}
|
3057
3057
|
},
|
3058
3058
|
"node_modules/@oclif/plugin-command-snapshot": {
|
3059
|
-
"version": "5.2.
|
3060
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.
|
3061
|
-
"integrity": "sha512-
|
3059
|
+
"version": "5.2.37",
|
3060
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.37.tgz",
|
3061
|
+
"integrity": "sha512-22wbylGE6oMNHZD17SEdSU8kAadk4ILIeyoExvyrPWWfLMaBPVCo4ExTYdsF94wzkWCAjTCpNEbmZ2ZmuFBwkw==",
|
3062
3062
|
"dev": true,
|
3063
3063
|
"license": "MIT",
|
3064
3064
|
"dependencies": {
|
3065
3065
|
"@oclif/core": "^4",
|
3066
|
-
"ansis": "^3.
|
3066
|
+
"ansis": "^3.17.0",
|
3067
3067
|
"globby": "^14.1.0",
|
3068
3068
|
"just-diff": "^5.2.0",
|
3069
3069
|
"lodash.difference": "^4.5.0",
|
@@ -3769,12 +3769,12 @@
|
|
3769
3769
|
}
|
3770
3770
|
},
|
3771
3771
|
"node_modules/@salesforce/source-deploy-retrieve": {
|
3772
|
-
"version": "12.16.
|
3773
|
-
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.16.
|
3774
|
-
"integrity": "sha512-
|
3772
|
+
"version": "12.16.5",
|
3773
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.16.5.tgz",
|
3774
|
+
"integrity": "sha512-icrdVRPnBJkxe2cAqvoi5BAps4BNaUQtWPy7R59tBK+dbzMq/980hiashZfnFBZ2kEljZlcj5LApUMm9zQghJA==",
|
3775
3775
|
"license": "BSD-3-Clause",
|
3776
3776
|
"dependencies": {
|
3777
|
-
"@salesforce/core": "^8.8.
|
3777
|
+
"@salesforce/core": "^8.8.5",
|
3778
3778
|
"@salesforce/kit": "^3.2.3",
|
3779
3779
|
"@salesforce/ts-types": "^2.0.12",
|
3780
3780
|
"@salesforce/types": "^1.3.0",
|
@@ -5289,57 +5289,6 @@
|
|
5289
5289
|
"url": "https://opencollective.com/typescript-eslint"
|
5290
5290
|
}
|
5291
5291
|
},
|
5292
|
-
"node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/typescript-estree": {
|
5293
|
-
"version": "8.26.0",
|
5294
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.26.0.tgz",
|
5295
|
-
"integrity": "sha512-tiJ1Hvy/V/oMVRTbEOIeemA2XoylimlDQ03CgPPNaHYZbpsc78Hmngnt+WXZfJX1pjQ711V7g0H7cSJThGYfPQ==",
|
5296
|
-
"dev": true,
|
5297
|
-
"license": "MIT",
|
5298
|
-
"dependencies": {
|
5299
|
-
"@typescript-eslint/types": "8.26.0",
|
5300
|
-
"@typescript-eslint/visitor-keys": "8.26.0",
|
5301
|
-
"debug": "^4.3.4",
|
5302
|
-
"fast-glob": "^3.3.2",
|
5303
|
-
"is-glob": "^4.0.3",
|
5304
|
-
"minimatch": "^9.0.4",
|
5305
|
-
"semver": "^7.6.0",
|
5306
|
-
"ts-api-utils": "^2.0.1"
|
5307
|
-
},
|
5308
|
-
"engines": {
|
5309
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
5310
|
-
},
|
5311
|
-
"funding": {
|
5312
|
-
"type": "opencollective",
|
5313
|
-
"url": "https://opencollective.com/typescript-eslint"
|
5314
|
-
},
|
5315
|
-
"peerDependencies": {
|
5316
|
-
"typescript": ">=4.8.4 <5.9.0"
|
5317
|
-
}
|
5318
|
-
},
|
5319
|
-
"node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/utils": {
|
5320
|
-
"version": "8.26.0",
|
5321
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.26.0.tgz",
|
5322
|
-
"integrity": "sha512-2L2tU3FVwhvU14LndnQCA2frYC8JnPDVKyQtWFPf8IYFMt/ykEN1bPolNhNbCVgOmdzTlWdusCTKA/9nKrf8Ig==",
|
5323
|
-
"dev": true,
|
5324
|
-
"license": "MIT",
|
5325
|
-
"dependencies": {
|
5326
|
-
"@eslint-community/eslint-utils": "^4.4.0",
|
5327
|
-
"@typescript-eslint/scope-manager": "8.26.0",
|
5328
|
-
"@typescript-eslint/types": "8.26.0",
|
5329
|
-
"@typescript-eslint/typescript-estree": "8.26.0"
|
5330
|
-
},
|
5331
|
-
"engines": {
|
5332
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
5333
|
-
},
|
5334
|
-
"funding": {
|
5335
|
-
"type": "opencollective",
|
5336
|
-
"url": "https://opencollective.com/typescript-eslint"
|
5337
|
-
},
|
5338
|
-
"peerDependencies": {
|
5339
|
-
"eslint": "^8.57.0 || ^9.0.0",
|
5340
|
-
"typescript": ">=4.8.4 <5.9.0"
|
5341
|
-
}
|
5342
|
-
},
|
5343
5292
|
"node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/visitor-keys": {
|
5344
5293
|
"version": "8.26.0",
|
5345
5294
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.26.0.tgz",
|
@@ -5371,22 +5320,6 @@
|
|
5371
5320
|
"url": "https://opencollective.com/eslint"
|
5372
5321
|
}
|
5373
5322
|
},
|
5374
|
-
"node_modules/@typescript-eslint/eslint-plugin/node_modules/minimatch": {
|
5375
|
-
"version": "9.0.5",
|
5376
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
|
5377
|
-
"integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
|
5378
|
-
"dev": true,
|
5379
|
-
"license": "ISC",
|
5380
|
-
"dependencies": {
|
5381
|
-
"brace-expansion": "^2.0.1"
|
5382
|
-
},
|
5383
|
-
"engines": {
|
5384
|
-
"node": ">=16 || 14 >=14.17"
|
5385
|
-
},
|
5386
|
-
"funding": {
|
5387
|
-
"url": "https://github.com/sponsors/isaacs"
|
5388
|
-
}
|
5389
|
-
},
|
5390
5323
|
"node_modules/@typescript-eslint/eslint-plugin/node_modules/ts-api-utils": {
|
5391
5324
|
"version": "2.0.1",
|
5392
5325
|
"resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.0.1.tgz",
|
@@ -5586,24 +5519,6 @@
|
|
5586
5519
|
"typescript": ">=4.8.4 <5.9.0"
|
5587
5520
|
}
|
5588
5521
|
},
|
5589
|
-
"node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/scope-manager": {
|
5590
|
-
"version": "8.26.0",
|
5591
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.26.0.tgz",
|
5592
|
-
"integrity": "sha512-E0ntLvsfPqnPwng8b8y4OGuzh/iIOm2z8U3S9zic2TeMLW61u5IH2Q1wu0oSTkfrSzwbDJIB/Lm8O3//8BWMPA==",
|
5593
|
-
"dev": true,
|
5594
|
-
"license": "MIT",
|
5595
|
-
"dependencies": {
|
5596
|
-
"@typescript-eslint/types": "8.26.0",
|
5597
|
-
"@typescript-eslint/visitor-keys": "8.26.0"
|
5598
|
-
},
|
5599
|
-
"engines": {
|
5600
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
5601
|
-
},
|
5602
|
-
"funding": {
|
5603
|
-
"type": "opencollective",
|
5604
|
-
"url": "https://opencollective.com/typescript-eslint"
|
5605
|
-
}
|
5606
|
-
},
|
5607
5522
|
"node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/types": {
|
5608
5523
|
"version": "8.26.0",
|
5609
5524
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.26.0.tgz",
|
@@ -5645,30 +5560,6 @@
|
|
5645
5560
|
"typescript": ">=4.8.4 <5.9.0"
|
5646
5561
|
}
|
5647
5562
|
},
|
5648
|
-
"node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/utils": {
|
5649
|
-
"version": "8.26.0",
|
5650
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.26.0.tgz",
|
5651
|
-
"integrity": "sha512-2L2tU3FVwhvU14LndnQCA2frYC8JnPDVKyQtWFPf8IYFMt/ykEN1bPolNhNbCVgOmdzTlWdusCTKA/9nKrf8Ig==",
|
5652
|
-
"dev": true,
|
5653
|
-
"license": "MIT",
|
5654
|
-
"dependencies": {
|
5655
|
-
"@eslint-community/eslint-utils": "^4.4.0",
|
5656
|
-
"@typescript-eslint/scope-manager": "8.26.0",
|
5657
|
-
"@typescript-eslint/types": "8.26.0",
|
5658
|
-
"@typescript-eslint/typescript-estree": "8.26.0"
|
5659
|
-
},
|
5660
|
-
"engines": {
|
5661
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
5662
|
-
},
|
5663
|
-
"funding": {
|
5664
|
-
"type": "opencollective",
|
5665
|
-
"url": "https://opencollective.com/typescript-eslint"
|
5666
|
-
},
|
5667
|
-
"peerDependencies": {
|
5668
|
-
"eslint": "^8.57.0 || ^9.0.0",
|
5669
|
-
"typescript": ">=4.8.4 <5.9.0"
|
5670
|
-
}
|
5671
|
-
},
|
5672
5563
|
"node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/visitor-keys": {
|
5673
5564
|
"version": "8.26.0",
|
5674
5565
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.26.0.tgz",
|
@@ -5789,16 +5680,16 @@
|
|
5789
5680
|
}
|
5790
5681
|
},
|
5791
5682
|
"node_modules/@typescript-eslint/utils": {
|
5792
|
-
"version": "8.
|
5793
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.
|
5794
|
-
"integrity": "sha512-
|
5683
|
+
"version": "8.26.0",
|
5684
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.26.0.tgz",
|
5685
|
+
"integrity": "sha512-2L2tU3FVwhvU14LndnQCA2frYC8JnPDVKyQtWFPf8IYFMt/ykEN1bPolNhNbCVgOmdzTlWdusCTKA/9nKrf8Ig==",
|
5795
5686
|
"dev": true,
|
5796
5687
|
"license": "MIT",
|
5797
5688
|
"dependencies": {
|
5798
5689
|
"@eslint-community/eslint-utils": "^4.4.0",
|
5799
|
-
"@typescript-eslint/scope-manager": "8.
|
5800
|
-
"@typescript-eslint/types": "8.
|
5801
|
-
"@typescript-eslint/typescript-estree": "8.
|
5690
|
+
"@typescript-eslint/scope-manager": "8.26.0",
|
5691
|
+
"@typescript-eslint/types": "8.26.0",
|
5692
|
+
"@typescript-eslint/typescript-estree": "8.26.0"
|
5802
5693
|
},
|
5803
5694
|
"engines": {
|
5804
5695
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
@@ -5809,18 +5700,18 @@
|
|
5809
5700
|
},
|
5810
5701
|
"peerDependencies": {
|
5811
5702
|
"eslint": "^8.57.0 || ^9.0.0",
|
5812
|
-
"typescript": ">=4.8.4 <5.
|
5703
|
+
"typescript": ">=4.8.4 <5.9.0"
|
5813
5704
|
}
|
5814
5705
|
},
|
5815
5706
|
"node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/scope-manager": {
|
5816
|
-
"version": "8.
|
5817
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.
|
5818
|
-
"integrity": "sha512-
|
5707
|
+
"version": "8.26.0",
|
5708
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.26.0.tgz",
|
5709
|
+
"integrity": "sha512-E0ntLvsfPqnPwng8b8y4OGuzh/iIOm2z8U3S9zic2TeMLW61u5IH2Q1wu0oSTkfrSzwbDJIB/Lm8O3//8BWMPA==",
|
5819
5710
|
"dev": true,
|
5820
5711
|
"license": "MIT",
|
5821
5712
|
"dependencies": {
|
5822
|
-
"@typescript-eslint/types": "8.
|
5823
|
-
"@typescript-eslint/visitor-keys": "8.
|
5713
|
+
"@typescript-eslint/types": "8.26.0",
|
5714
|
+
"@typescript-eslint/visitor-keys": "8.26.0"
|
5824
5715
|
},
|
5825
5716
|
"engines": {
|
5826
5717
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
@@ -5831,9 +5722,9 @@
|
|
5831
5722
|
}
|
5832
5723
|
},
|
5833
5724
|
"node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/types": {
|
5834
|
-
"version": "8.
|
5835
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.
|
5836
|
-
"integrity": "sha512
|
5725
|
+
"version": "8.26.0",
|
5726
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.26.0.tgz",
|
5727
|
+
"integrity": "sha512-89B1eP3tnpr9A8L6PZlSjBvnJhWXtYfZhECqlBl1D9Lme9mHO6iWlsprBtVenQvY1HMhax1mWOjhtL3fh/u+pA==",
|
5837
5728
|
"dev": true,
|
5838
5729
|
"license": "MIT",
|
5839
5730
|
"engines": {
|
@@ -5845,14 +5736,14 @@
|
|
5845
5736
|
}
|
5846
5737
|
},
|
5847
5738
|
"node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/typescript-estree": {
|
5848
|
-
"version": "8.
|
5849
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.
|
5850
|
-
"integrity": "sha512-
|
5739
|
+
"version": "8.26.0",
|
5740
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.26.0.tgz",
|
5741
|
+
"integrity": "sha512-tiJ1Hvy/V/oMVRTbEOIeemA2XoylimlDQ03CgPPNaHYZbpsc78Hmngnt+WXZfJX1pjQ711V7g0H7cSJThGYfPQ==",
|
5851
5742
|
"dev": true,
|
5852
5743
|
"license": "MIT",
|
5853
5744
|
"dependencies": {
|
5854
|
-
"@typescript-eslint/types": "8.
|
5855
|
-
"@typescript-eslint/visitor-keys": "8.
|
5745
|
+
"@typescript-eslint/types": "8.26.0",
|
5746
|
+
"@typescript-eslint/visitor-keys": "8.26.0",
|
5856
5747
|
"debug": "^4.3.4",
|
5857
5748
|
"fast-glob": "^3.3.2",
|
5858
5749
|
"is-glob": "^4.0.3",
|
@@ -5868,17 +5759,17 @@
|
|
5868
5759
|
"url": "https://opencollective.com/typescript-eslint"
|
5869
5760
|
},
|
5870
5761
|
"peerDependencies": {
|
5871
|
-
"typescript": ">=4.8.4 <5.
|
5762
|
+
"typescript": ">=4.8.4 <5.9.0"
|
5872
5763
|
}
|
5873
5764
|
},
|
5874
5765
|
"node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/visitor-keys": {
|
5875
|
-
"version": "8.
|
5876
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.
|
5877
|
-
"integrity": "sha512-
|
5766
|
+
"version": "8.26.0",
|
5767
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.26.0.tgz",
|
5768
|
+
"integrity": "sha512-2z8JQJWAzPdDd51dRQ/oqIJxe99/hoLIqmf8RMCAJQtYDc535W/Jt2+RTP4bP0aKeBG1F65yjIZuczOXCmbWwg==",
|
5878
5769
|
"dev": true,
|
5879
5770
|
"license": "MIT",
|
5880
5771
|
"dependencies": {
|
5881
|
-
"@typescript-eslint/types": "8.
|
5772
|
+
"@typescript-eslint/types": "8.26.0",
|
5882
5773
|
"eslint-visitor-keys": "^4.2.0"
|
5883
5774
|
},
|
5884
5775
|
"engines": {
|
@@ -9593,13 +9484,13 @@
|
|
9593
9484
|
}
|
9594
9485
|
},
|
9595
9486
|
"node_modules/eslint-plugin-sf-plugin": {
|
9596
|
-
"version": "1.20.
|
9597
|
-
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.
|
9598
|
-
"integrity": "sha512-
|
9487
|
+
"version": "1.20.16",
|
9488
|
+
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.16.tgz",
|
9489
|
+
"integrity": "sha512-NbWW2J6eO70m4C/ab9ZOVqpSW97+C/xNwHc4c10GV3mi8brxA9OWKo7vDfd2nGKrZ0EzA1BHujnu9ItV3HhrJQ==",
|
9599
9490
|
"dev": true,
|
9600
9491
|
"license": "BSD-3-Clause",
|
9601
9492
|
"dependencies": {
|
9602
|
-
"@salesforce/core": "^8.8.
|
9493
|
+
"@salesforce/core": "^8.8.5",
|
9603
9494
|
"@typescript-eslint/utils": "^7.18.0"
|
9604
9495
|
},
|
9605
9496
|
"engines": {
|
@@ -17748,149 +17639,6 @@
|
|
17748
17639
|
"typescript": ">=4.8.4 <5.9.0"
|
17749
17640
|
}
|
17750
17641
|
},
|
17751
|
-
"node_modules/typescript-eslint/node_modules/@typescript-eslint/scope-manager": {
|
17752
|
-
"version": "8.26.0",
|
17753
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.26.0.tgz",
|
17754
|
-
"integrity": "sha512-E0ntLvsfPqnPwng8b8y4OGuzh/iIOm2z8U3S9zic2TeMLW61u5IH2Q1wu0oSTkfrSzwbDJIB/Lm8O3//8BWMPA==",
|
17755
|
-
"dev": true,
|
17756
|
-
"license": "MIT",
|
17757
|
-
"dependencies": {
|
17758
|
-
"@typescript-eslint/types": "8.26.0",
|
17759
|
-
"@typescript-eslint/visitor-keys": "8.26.0"
|
17760
|
-
},
|
17761
|
-
"engines": {
|
17762
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
17763
|
-
},
|
17764
|
-
"funding": {
|
17765
|
-
"type": "opencollective",
|
17766
|
-
"url": "https://opencollective.com/typescript-eslint"
|
17767
|
-
}
|
17768
|
-
},
|
17769
|
-
"node_modules/typescript-eslint/node_modules/@typescript-eslint/types": {
|
17770
|
-
"version": "8.26.0",
|
17771
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.26.0.tgz",
|
17772
|
-
"integrity": "sha512-89B1eP3tnpr9A8L6PZlSjBvnJhWXtYfZhECqlBl1D9Lme9mHO6iWlsprBtVenQvY1HMhax1mWOjhtL3fh/u+pA==",
|
17773
|
-
"dev": true,
|
17774
|
-
"license": "MIT",
|
17775
|
-
"engines": {
|
17776
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
17777
|
-
},
|
17778
|
-
"funding": {
|
17779
|
-
"type": "opencollective",
|
17780
|
-
"url": "https://opencollective.com/typescript-eslint"
|
17781
|
-
}
|
17782
|
-
},
|
17783
|
-
"node_modules/typescript-eslint/node_modules/@typescript-eslint/typescript-estree": {
|
17784
|
-
"version": "8.26.0",
|
17785
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.26.0.tgz",
|
17786
|
-
"integrity": "sha512-tiJ1Hvy/V/oMVRTbEOIeemA2XoylimlDQ03CgPPNaHYZbpsc78Hmngnt+WXZfJX1pjQ711V7g0H7cSJThGYfPQ==",
|
17787
|
-
"dev": true,
|
17788
|
-
"license": "MIT",
|
17789
|
-
"dependencies": {
|
17790
|
-
"@typescript-eslint/types": "8.26.0",
|
17791
|
-
"@typescript-eslint/visitor-keys": "8.26.0",
|
17792
|
-
"debug": "^4.3.4",
|
17793
|
-
"fast-glob": "^3.3.2",
|
17794
|
-
"is-glob": "^4.0.3",
|
17795
|
-
"minimatch": "^9.0.4",
|
17796
|
-
"semver": "^7.6.0",
|
17797
|
-
"ts-api-utils": "^2.0.1"
|
17798
|
-
},
|
17799
|
-
"engines": {
|
17800
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
17801
|
-
},
|
17802
|
-
"funding": {
|
17803
|
-
"type": "opencollective",
|
17804
|
-
"url": "https://opencollective.com/typescript-eslint"
|
17805
|
-
},
|
17806
|
-
"peerDependencies": {
|
17807
|
-
"typescript": ">=4.8.4 <5.9.0"
|
17808
|
-
}
|
17809
|
-
},
|
17810
|
-
"node_modules/typescript-eslint/node_modules/@typescript-eslint/utils": {
|
17811
|
-
"version": "8.26.0",
|
17812
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.26.0.tgz",
|
17813
|
-
"integrity": "sha512-2L2tU3FVwhvU14LndnQCA2frYC8JnPDVKyQtWFPf8IYFMt/ykEN1bPolNhNbCVgOmdzTlWdusCTKA/9nKrf8Ig==",
|
17814
|
-
"dev": true,
|
17815
|
-
"license": "MIT",
|
17816
|
-
"dependencies": {
|
17817
|
-
"@eslint-community/eslint-utils": "^4.4.0",
|
17818
|
-
"@typescript-eslint/scope-manager": "8.26.0",
|
17819
|
-
"@typescript-eslint/types": "8.26.0",
|
17820
|
-
"@typescript-eslint/typescript-estree": "8.26.0"
|
17821
|
-
},
|
17822
|
-
"engines": {
|
17823
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
17824
|
-
},
|
17825
|
-
"funding": {
|
17826
|
-
"type": "opencollective",
|
17827
|
-
"url": "https://opencollective.com/typescript-eslint"
|
17828
|
-
},
|
17829
|
-
"peerDependencies": {
|
17830
|
-
"eslint": "^8.57.0 || ^9.0.0",
|
17831
|
-
"typescript": ">=4.8.4 <5.9.0"
|
17832
|
-
}
|
17833
|
-
},
|
17834
|
-
"node_modules/typescript-eslint/node_modules/@typescript-eslint/visitor-keys": {
|
17835
|
-
"version": "8.26.0",
|
17836
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.26.0.tgz",
|
17837
|
-
"integrity": "sha512-2z8JQJWAzPdDd51dRQ/oqIJxe99/hoLIqmf8RMCAJQtYDc535W/Jt2+RTP4bP0aKeBG1F65yjIZuczOXCmbWwg==",
|
17838
|
-
"dev": true,
|
17839
|
-
"license": "MIT",
|
17840
|
-
"dependencies": {
|
17841
|
-
"@typescript-eslint/types": "8.26.0",
|
17842
|
-
"eslint-visitor-keys": "^4.2.0"
|
17843
|
-
},
|
17844
|
-
"engines": {
|
17845
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
17846
|
-
},
|
17847
|
-
"funding": {
|
17848
|
-
"type": "opencollective",
|
17849
|
-
"url": "https://opencollective.com/typescript-eslint"
|
17850
|
-
}
|
17851
|
-
},
|
17852
|
-
"node_modules/typescript-eslint/node_modules/eslint-visitor-keys": {
|
17853
|
-
"version": "4.2.0",
|
17854
|
-
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz",
|
17855
|
-
"integrity": "sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==",
|
17856
|
-
"dev": true,
|
17857
|
-
"license": "Apache-2.0",
|
17858
|
-
"engines": {
|
17859
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
17860
|
-
},
|
17861
|
-
"funding": {
|
17862
|
-
"url": "https://opencollective.com/eslint"
|
17863
|
-
}
|
17864
|
-
},
|
17865
|
-
"node_modules/typescript-eslint/node_modules/minimatch": {
|
17866
|
-
"version": "9.0.5",
|
17867
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
|
17868
|
-
"integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
|
17869
|
-
"dev": true,
|
17870
|
-
"license": "ISC",
|
17871
|
-
"dependencies": {
|
17872
|
-
"brace-expansion": "^2.0.1"
|
17873
|
-
},
|
17874
|
-
"engines": {
|
17875
|
-
"node": ">=16 || 14 >=14.17"
|
17876
|
-
},
|
17877
|
-
"funding": {
|
17878
|
-
"url": "https://github.com/sponsors/isaacs"
|
17879
|
-
}
|
17880
|
-
},
|
17881
|
-
"node_modules/typescript-eslint/node_modules/ts-api-utils": {
|
17882
|
-
"version": "2.0.1",
|
17883
|
-
"resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.0.1.tgz",
|
17884
|
-
"integrity": "sha512-dnlgjFSVetynI8nzgJ+qF62efpglpWRk8isUEWZGWlJYySCTD6aKvbUDu+zbPeDakk3bg5H4XpitHukgfL1m9w==",
|
17885
|
-
"dev": true,
|
17886
|
-
"license": "MIT",
|
17887
|
-
"engines": {
|
17888
|
-
"node": ">=18.12"
|
17889
|
-
},
|
17890
|
-
"peerDependencies": {
|
17891
|
-
"typescript": ">=4.8.4"
|
17892
|
-
}
|
17893
|
-
},
|
17894
17642
|
"node_modules/uc.micro": {
|
17895
17643
|
"version": "2.1.0",
|
17896
17644
|
"resolved": "https://registry.npmjs.org/uc.micro/-/uc.micro-2.1.0.tgz",
|
package/oclif.lock
CHANGED
@@ -1350,13 +1350,13 @@
|
|
1350
1350
|
resolved "https://registry.yarnpkg.com/@nolyfill/is-core-module/-/is-core-module-1.0.39.tgz#3dc35ba0f1e66b403c00b39344f870298ebb1c8e"
|
1351
1351
|
integrity sha512-nn5ozdjYQpUCZlWGuxcJY/KpxkWQs4DcbMCmKojjyrYDEAGy4Ce19NN4v5MduafTwJlbKc99UA8YhSVqq9yPZA==
|
1352
1352
|
|
1353
|
-
"@oclif/core@^4", "@oclif/core@^4.2.4", "@oclif/core@^4.2.7", "@oclif/core@^4.2.8":
|
1354
|
-
version "4.2.
|
1355
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.2.
|
1356
|
-
integrity sha512-
|
1353
|
+
"@oclif/core@^4", "@oclif/core@^4.2.4", "@oclif/core@^4.2.7", "@oclif/core@^4.2.8", "@oclif/core@^4.2.9":
|
1354
|
+
version "4.2.9"
|
1355
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.2.9.tgz#6eab4a3651fa433df700ec33f7006f6971eb1c2d"
|
1356
|
+
integrity sha512-cIlvpefLtorcyvnvJiOmYBqn6J6qdp/06tk54p2MddGEr0gnA7EIaQXM2UtRjf4ryDVCbIo+8IFRsW8Flt0uGA==
|
1357
1357
|
dependencies:
|
1358
1358
|
ansi-escapes "^4.3.2"
|
1359
|
-
ansis "^3.
|
1359
|
+
ansis "^3.17.0"
|
1360
1360
|
clean-stack "^3.0.1"
|
1361
1361
|
cli-spinners "^2.9.2"
|
1362
1362
|
debug "^4.4.0"
|
@@ -1374,13 +1374,13 @@
|
|
1374
1374
|
wordwrap "^1.0.0"
|
1375
1375
|
wrap-ansi "^7.0.0"
|
1376
1376
|
|
1377
|
-
"@oclif/plugin-command-snapshot@^5.2.
|
1378
|
-
version "5.2.
|
1379
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.
|
1380
|
-
integrity sha512-
|
1377
|
+
"@oclif/plugin-command-snapshot@^5.2.37":
|
1378
|
+
version "5.2.37"
|
1379
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.37.tgz#7ad347cbaa1b4afba60b19588cb4987b78d72993"
|
1380
|
+
integrity sha512-22wbylGE6oMNHZD17SEdSU8kAadk4ILIeyoExvyrPWWfLMaBPVCo4ExTYdsF94wzkWCAjTCpNEbmZ2ZmuFBwkw==
|
1381
1381
|
dependencies:
|
1382
1382
|
"@oclif/core" "^4"
|
1383
|
-
ansis "^3.
|
1383
|
+
ansis "^3.17.0"
|
1384
1384
|
globby "^14.1.0"
|
1385
1385
|
just-diff "^5.2.0"
|
1386
1386
|
lodash.difference "^4.5.0"
|
@@ -1485,7 +1485,7 @@
|
|
1485
1485
|
strip-ansi "6.0.1"
|
1486
1486
|
ts-retry-promise "^0.8.1"
|
1487
1487
|
|
1488
|
-
"@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0", "@salesforce/core@^8.8.2", "@salesforce/core@^8.8.
|
1488
|
+
"@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0", "@salesforce/core@^8.8.2", "@salesforce/core@^8.8.5":
|
1489
1489
|
version "8.8.5"
|
1490
1490
|
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.8.5.tgz#4004e22523e4e45b42631733d06dc8aec9fdc23d"
|
1491
1491
|
integrity sha512-eCiiO4NptvKkz04A4ivBVLzEBy/6IIFmaXoZ4tnF1FcD5MESvC+Xuc+0RFSRiYmPi5oloKNl6njrfVCKAho2zQ==
|
@@ -1579,12 +1579,12 @@
|
|
1579
1579
|
cli-progress "^3.12.0"
|
1580
1580
|
terminal-link "^3.0.0"
|
1581
1581
|
|
1582
|
-
"@salesforce/source-deploy-retrieve@12.16.
|
1583
|
-
version "12.16.
|
1584
|
-
resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.16.
|
1585
|
-
integrity sha512-
|
1582
|
+
"@salesforce/source-deploy-retrieve@12.16.5", "@salesforce/source-deploy-retrieve@^12.15.0":
|
1583
|
+
version "12.16.5"
|
1584
|
+
resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.16.5.tgz#1aeefbacaa277e299578574fbb307d6120f77a3d"
|
1585
|
+
integrity sha512-icrdVRPnBJkxe2cAqvoi5BAps4BNaUQtWPy7R59tBK+dbzMq/980hiashZfnFBZ2kEljZlcj5LApUMm9zQghJA==
|
1586
1586
|
dependencies:
|
1587
|
-
"@salesforce/core" "^8.8.
|
1587
|
+
"@salesforce/core" "^8.8.5"
|
1588
1588
|
"@salesforce/kit" "^3.2.3"
|
1589
1589
|
"@salesforce/ts-types" "^2.0.12"
|
1590
1590
|
"@salesforce/types" "^1.3.0"
|
@@ -2603,14 +2603,6 @@
|
|
2603
2603
|
"@typescript-eslint/types" "7.18.0"
|
2604
2604
|
"@typescript-eslint/visitor-keys" "7.18.0"
|
2605
2605
|
|
2606
|
-
"@typescript-eslint/scope-manager@8.25.0":
|
2607
|
-
version "8.25.0"
|
2608
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.25.0.tgz#ac3805077aade898e98ca824294c998545597df3"
|
2609
|
-
integrity sha512-6PPeiKIGbgStEyt4NNXa2ru5pMzQ8OYKO1hX1z53HMomrmiSB+R5FmChgQAP1ro8jMtNawz+TRQo/cSXrauTpg==
|
2610
|
-
dependencies:
|
2611
|
-
"@typescript-eslint/types" "8.25.0"
|
2612
|
-
"@typescript-eslint/visitor-keys" "8.25.0"
|
2613
|
-
|
2614
2606
|
"@typescript-eslint/scope-manager@8.26.0":
|
2615
2607
|
version "8.26.0"
|
2616
2608
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.26.0.tgz#b06623fad54a3a77fadab5f652ef75ed3780b545"
|
@@ -2649,16 +2641,16 @@
|
|
2649
2641
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.18.0.tgz#b90a57ccdea71797ffffa0321e744f379ec838c9"
|
2650
2642
|
integrity sha512-iZqi+Ds1y4EDYUtlOOC+aUmxnE9xS/yCigkjA7XpTKV6nCBd3Hp/PRGGmdwnfkV2ThMyYldP1wRpm/id99spTQ==
|
2651
2643
|
|
2652
|
-
"@typescript-eslint/types@8.25.0", "@typescript-eslint/types@^8.24.0":
|
2653
|
-
version "8.25.0"
|
2654
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.25.0.tgz#f91512c2f532b1d6a8826cadd0b0e5cd53cf97e0"
|
2655
|
-
integrity sha512-+vUe0Zb4tkNgznQwicsvLUJgZIRs6ITeWSCclX1q85pR1iOiaj+4uZJIUp//Z27QWu5Cseiw3O3AR8hVpax7Aw==
|
2656
|
-
|
2657
2644
|
"@typescript-eslint/types@8.26.0":
|
2658
2645
|
version "8.26.0"
|
2659
2646
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.26.0.tgz#c4e93a8faf3a38a8d8adb007dc7834f1c89ee7bf"
|
2660
2647
|
integrity sha512-89B1eP3tnpr9A8L6PZlSjBvnJhWXtYfZhECqlBl1D9Lme9mHO6iWlsprBtVenQvY1HMhax1mWOjhtL3fh/u+pA==
|
2661
2648
|
|
2649
|
+
"@typescript-eslint/types@^8.24.0":
|
2650
|
+
version "8.25.0"
|
2651
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.25.0.tgz#f91512c2f532b1d6a8826cadd0b0e5cd53cf97e0"
|
2652
|
+
integrity sha512-+vUe0Zb4tkNgznQwicsvLUJgZIRs6ITeWSCclX1q85pR1iOiaj+4uZJIUp//Z27QWu5Cseiw3O3AR8hVpax7Aw==
|
2653
|
+
|
2662
2654
|
"@typescript-eslint/typescript-estree@6.21.0":
|
2663
2655
|
version "6.21.0"
|
2664
2656
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.21.0.tgz#c47ae7901db3b8bddc3ecd73daff2d0895688c46"
|
@@ -2687,20 +2679,6 @@
|
|
2687
2679
|
semver "^7.6.0"
|
2688
2680
|
ts-api-utils "^1.3.0"
|
2689
2681
|
|
2690
|
-
"@typescript-eslint/typescript-estree@8.25.0":
|
2691
|
-
version "8.25.0"
|
2692
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.25.0.tgz#d8409c63abddd4cf5b93c031b24b9edc1c7c1299"
|
2693
|
-
integrity sha512-ZPaiAKEZ6Blt/TPAx5Ot0EIB/yGtLI2EsGoY6F7XKklfMxYQyvtL+gT/UCqkMzO0BVFHLDlzvFqQzurYahxv9Q==
|
2694
|
-
dependencies:
|
2695
|
-
"@typescript-eslint/types" "8.25.0"
|
2696
|
-
"@typescript-eslint/visitor-keys" "8.25.0"
|
2697
|
-
debug "^4.3.4"
|
2698
|
-
fast-glob "^3.3.2"
|
2699
|
-
is-glob "^4.0.3"
|
2700
|
-
minimatch "^9.0.4"
|
2701
|
-
semver "^7.6.0"
|
2702
|
-
ts-api-utils "^2.0.1"
|
2703
|
-
|
2704
2682
|
"@typescript-eslint/typescript-estree@8.26.0":
|
2705
2683
|
version "8.26.0"
|
2706
2684
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.26.0.tgz#128972172005a7376e34ed2ecba4e29363b0cad1"
|
@@ -2728,7 +2706,7 @@
|
|
2728
2706
|
"@typescript-eslint/typescript-estree" "6.21.0"
|
2729
2707
|
semver "^7.5.4"
|
2730
2708
|
|
2731
|
-
"@typescript-eslint/utils@8.26.0":
|
2709
|
+
"@typescript-eslint/utils@8.26.0", "@typescript-eslint/utils@^8.13.0", "@typescript-eslint/utils@^8.24.0":
|
2732
2710
|
version "8.26.0"
|
2733
2711
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.26.0.tgz#845d20ed8378a5594e6445f54e53b972aee7b3e6"
|
2734
2712
|
integrity sha512-2L2tU3FVwhvU14LndnQCA2frYC8JnPDVKyQtWFPf8IYFMt/ykEN1bPolNhNbCVgOmdzTlWdusCTKA/9nKrf8Ig==
|
@@ -2748,16 +2726,6 @@
|
|
2748
2726
|
"@typescript-eslint/types" "7.18.0"
|
2749
2727
|
"@typescript-eslint/typescript-estree" "7.18.0"
|
2750
2728
|
|
2751
|
-
"@typescript-eslint/utils@^8.13.0", "@typescript-eslint/utils@^8.24.0":
|
2752
|
-
version "8.25.0"
|
2753
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.25.0.tgz#3ea2f9196a915ef4daa2c8eafd44adbd7d56d08a"
|
2754
|
-
integrity sha512-syqRbrEv0J1wywiLsK60XzHnQe/kRViI3zwFALrNEgnntn1l24Ra2KvOAWwWbWZ1lBZxZljPDGOq967dsl6fkA==
|
2755
|
-
dependencies:
|
2756
|
-
"@eslint-community/eslint-utils" "^4.4.0"
|
2757
|
-
"@typescript-eslint/scope-manager" "8.25.0"
|
2758
|
-
"@typescript-eslint/types" "8.25.0"
|
2759
|
-
"@typescript-eslint/typescript-estree" "8.25.0"
|
2760
|
-
|
2761
2729
|
"@typescript-eslint/visitor-keys@6.21.0":
|
2762
2730
|
version "6.21.0"
|
2763
2731
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.21.0.tgz#87a99d077aa507e20e238b11d56cc26ade45fe47"
|
@@ -2774,14 +2742,6 @@
|
|
2774
2742
|
"@typescript-eslint/types" "7.18.0"
|
2775
2743
|
eslint-visitor-keys "^3.4.3"
|
2776
2744
|
|
2777
|
-
"@typescript-eslint/visitor-keys@8.25.0":
|
2778
|
-
version "8.25.0"
|
2779
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.25.0.tgz#e8646324cd1793f96e02669cb717a05319403164"
|
2780
|
-
integrity sha512-kCYXKAum9CecGVHGij7muybDfTS2sD3t0L4bJsEZLkyrXUImiCTq1M3LG2SRtOhiHFwMR9wAFplpT6XHYjTkwQ==
|
2781
|
-
dependencies:
|
2782
|
-
"@typescript-eslint/types" "8.25.0"
|
2783
|
-
eslint-visitor-keys "^4.2.0"
|
2784
|
-
|
2785
2745
|
"@typescript-eslint/visitor-keys@8.26.0":
|
2786
2746
|
version "8.26.0"
|
2787
2747
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.26.0.tgz#a4876216756c69130ea958df3b77222c2ad95290"
|
@@ -2920,7 +2880,7 @@ ansi-styles@^6.0.0, ansi-styles@^6.1.0, ansi-styles@^6.2.1:
|
|
2920
2880
|
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-6.2.1.tgz#0e62320cf99c21afff3b3012192546aacbfb05c5"
|
2921
2881
|
integrity sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==
|
2922
2882
|
|
2923
|
-
ansis@^3.10.0, ansis@^3.16.0, ansis@^3.3.2:
|
2883
|
+
ansis@^3.10.0, ansis@^3.16.0, ansis@^3.17.0, ansis@^3.3.2:
|
2924
2884
|
version "3.17.0"
|
2925
2885
|
resolved "https://registry.yarnpkg.com/ansis/-/ansis-3.17.0.tgz#fa8d9c2a93fe7d1177e0c17f9eeb562a58a832d7"
|
2926
2886
|
integrity sha512-0qWUglt9JEqLFr3w1I1pbrChn1grhaiAR2ocX1PP/flRmxgtwTzPFFFnfIlD6aMOLQZgSuCRlidD70lvx8yhzg==
|
@@ -4524,12 +4484,12 @@ eslint-plugin-prettier@^5.2.3:
|
|
4524
4484
|
prettier-linter-helpers "^1.0.0"
|
4525
4485
|
synckit "^0.9.1"
|
4526
4486
|
|
4527
|
-
eslint-plugin-sf-plugin@^1.20.
|
4528
|
-
version "1.20.
|
4529
|
-
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.
|
4530
|
-
integrity sha512-
|
4487
|
+
eslint-plugin-sf-plugin@^1.20.16:
|
4488
|
+
version "1.20.16"
|
4489
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.16.tgz#bdaa21ba896bad98c45bfd5c2626cddcc9ba3595"
|
4490
|
+
integrity sha512-NbWW2J6eO70m4C/ab9ZOVqpSW97+C/xNwHc4c10GV3mi8brxA9OWKo7vDfd2nGKrZ0EzA1BHujnu9ItV3HhrJQ==
|
4531
4491
|
dependencies:
|
4532
|
-
"@salesforce/core" "^8.8.
|
4492
|
+
"@salesforce/core" "^8.8.5"
|
4533
4493
|
"@typescript-eslint/utils" "^7.18.0"
|
4534
4494
|
|
4535
4495
|
eslint-plugin-unicorn@^48.0.1:
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
@@ -1,17 +1,17 @@
|
|
1
1
|
{
|
2
2
|
"name": "@jayree/sfdx-plugin-manifest",
|
3
3
|
"description": "A Salesforce CLI plugin containing commands for creating manifest files from Salesforce orgs or git commits of sfdx projects.",
|
4
|
-
"version": "3.6.
|
4
|
+
"version": "3.6.64",
|
5
5
|
"author": "jayree",
|
6
6
|
"type": "module",
|
7
7
|
"bugs": "https://github.com/jayree/sfdx-plugin-manifest/issues",
|
8
8
|
"dependencies": {
|
9
9
|
"@jayree/changelog": "^1.2.6",
|
10
|
-
"@oclif/core": "^4.2.
|
10
|
+
"@oclif/core": "^4.2.9",
|
11
11
|
"@salesforce/core": "^8.8.5",
|
12
12
|
"@salesforce/kit": "^3.2.3",
|
13
13
|
"@salesforce/sf-plugins-core": "^12.2.0",
|
14
|
-
"@salesforce/source-deploy-retrieve": "12.16.
|
14
|
+
"@salesforce/source-deploy-retrieve": "12.16.5",
|
15
15
|
"@salesforce/source-tracking": "7.3.16",
|
16
16
|
"@salesforce/ts-types": "^2.0.12",
|
17
17
|
"fast-deep-equal": "^3.1.3",
|
@@ -21,7 +21,7 @@
|
|
21
21
|
"isomorphic-git": "1.29.0"
|
22
22
|
},
|
23
23
|
"devDependencies": {
|
24
|
-
"@oclif/plugin-command-snapshot": "^5.2.
|
24
|
+
"@oclif/plugin-command-snapshot": "^5.2.37",
|
25
25
|
"@oclif/plugin-help": "^6.2.26",
|
26
26
|
"@salesforce/cli-plugins-testkit": "^5.3.39",
|
27
27
|
"@salesforce/dev-scripts": "^10.2.12",
|
@@ -32,7 +32,7 @@
|
|
32
32
|
"c8": "^10.1.3",
|
33
33
|
"eslint-config-oclif": "^6.0",
|
34
34
|
"eslint-plugin-prettier": "^5.2.3",
|
35
|
-
"eslint-plugin-sf-plugin": "^1.20.
|
35
|
+
"eslint-plugin-sf-plugin": "^1.20.16",
|
36
36
|
"oclif": "^4.17.34",
|
37
37
|
"patch-package": "^8.0.0",
|
38
38
|
"prettier": "^3.5.3",
|