@jayree/sfdx-plugin-manifest 4.0.26 → 4.0.27
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 +9 -0
- package/README.md +3 -3
- package/npm-shrinkwrap.json +73 -580
- package/oclif.lock +22 -78
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,12 @@
|
|
1
|
+
## [4.0.27](https://github.com/jayree/sfdx-plugin-manifest/compare/4.0.26...4.0.27) (2025-06-21)
|
2
|
+
|
3
|
+
|
4
|
+
### Bug Fixes
|
5
|
+
|
6
|
+
* **deps:** bump @salesforce/source-tracking from 7.4.4 to 7.4.6 ([#1829](https://github.com/jayree/sfdx-plugin-manifest/issues/1829)) ([8069fe6](https://github.com/jayree/sfdx-plugin-manifest/commit/8069fe67f7162a26d2e72c5416a0a00140fee22e))
|
7
|
+
* **deps:** bump @salesforce/source-deploy-retrieve ([1b98aa9](https://github.com/forcedotcom/source-tracking/commit/1b98aa9e70589b8895d1d78029d7bbc86a3e55cb))
|
8
|
+
* **deps:** bump @oclif/core from 4.3.3 to 4.4.0 ([c1a4d58](https://github.com/forcedotcom/source-tracking/commit/c1a4d581faa15302c0442c7e5e5cde3d061fb8b4))
|
9
|
+
|
1
10
|
## [4.0.26](https://github.com/jayree/sfdx-plugin-manifest/compare/4.0.25...4.0.26) (2025-06-19)
|
2
11
|
|
3
12
|
|
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/4.0.
|
115
|
+
_See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/4.0.27/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/4.0.
|
153
|
+
_See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/4.0.27/src/commands/jayree/manifest/generate.ts)_
|
154
154
|
|
155
155
|
### `sf jayree manifest git diff REF1 [REF2]`
|
156
156
|
|
@@ -230,7 +230,7 @@ FLAG DESCRIPTIONS
|
|
230
230
|
Use this flag to create a 'destructiveChanges.xml' and a blank 'package.xml'.
|
231
231
|
```
|
232
232
|
|
233
|
-
_See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/4.0.
|
233
|
+
_See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/4.0.27/src/commands/jayree/manifest/git/diff.ts)_
|
234
234
|
<!-- commandsstop -->
|
235
235
|
|
236
236
|
## Performance Testing
|
package/npm-shrinkwrap.json
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
{
|
2
2
|
"name": "@jayree/sfdx-plugin-manifest",
|
3
|
-
"version": "4.0.
|
3
|
+
"version": "4.0.27",
|
4
4
|
"lockfileVersion": 3,
|
5
5
|
"requires": true,
|
6
6
|
"packages": {
|
7
7
|
"": {
|
8
8
|
"name": "@jayree/sfdx-plugin-manifest",
|
9
|
-
"version": "4.0.
|
9
|
+
"version": "4.0.27",
|
10
10
|
"license": "Apache-2.0",
|
11
11
|
"dependencies": {
|
12
12
|
"@jayree/changelog": "^1.2.10",
|
@@ -15,7 +15,7 @@
|
|
15
15
|
"@salesforce/kit": "^3.2.3",
|
16
16
|
"@salesforce/sf-plugins-core": "^12.2.2",
|
17
17
|
"@salesforce/source-deploy-retrieve": "12.20.1",
|
18
|
-
"@salesforce/source-tracking": "7.4.
|
18
|
+
"@salesforce/source-tracking": "7.4.6",
|
19
19
|
"@salesforce/ts-types": "^2.0.12",
|
20
20
|
"fast-deep-equal": "^3.1.3",
|
21
21
|
"fast-xml-parser": "^5.2.5",
|
@@ -34,8 +34,8 @@
|
|
34
34
|
"c8": "^10.1.3",
|
35
35
|
"eslint-config-oclif": "^6.0.72",
|
36
36
|
"eslint-config-salesforce-license": "^1.0.1",
|
37
|
-
"eslint-plugin-prettier": "^5.
|
38
|
-
"eslint-plugin-sf-plugin": "^1.20.
|
37
|
+
"eslint-plugin-prettier": "^5.5.0",
|
38
|
+
"eslint-plugin-sf-plugin": "^1.20.26",
|
39
39
|
"oclif": "^4.19.0",
|
40
40
|
"patch-package": "^8.0.0",
|
41
41
|
"prettier": "^3.5.3",
|
@@ -2042,6 +2042,20 @@
|
|
2042
2042
|
"node": ">=18"
|
2043
2043
|
}
|
2044
2044
|
},
|
2045
|
+
"node_modules/@es-joy/jsdoccomment/node_modules/@typescript-eslint/types": {
|
2046
|
+
"version": "8.33.0",
|
2047
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.33.0.tgz",
|
2048
|
+
"integrity": "sha512-DKuXOKpM5IDT1FA2g9x9x1Ug81YuKrzf4mYX8FAVSNu5Wo/LELHWQyM1pQaDkI42bX15PWl0vNPt1uGiIFUOpg==",
|
2049
|
+
"dev": true,
|
2050
|
+
"license": "MIT",
|
2051
|
+
"engines": {
|
2052
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
2053
|
+
},
|
2054
|
+
"funding": {
|
2055
|
+
"type": "opencollective",
|
2056
|
+
"url": "https://opencollective.com/typescript-eslint"
|
2057
|
+
}
|
2058
|
+
},
|
2045
2059
|
"node_modules/@eslint-community/eslint-utils": {
|
2046
2060
|
"version": "4.4.1",
|
2047
2061
|
"resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.1.tgz",
|
@@ -4135,15 +4149,15 @@
|
|
4135
4149
|
}
|
4136
4150
|
},
|
4137
4151
|
"node_modules/@salesforce/source-tracking": {
|
4138
|
-
"version": "7.4.
|
4139
|
-
"resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.4.
|
4140
|
-
"integrity": "sha512-
|
4152
|
+
"version": "7.4.6",
|
4153
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.4.6.tgz",
|
4154
|
+
"integrity": "sha512-RPbFBmldj7vR+xzfi2Xmw0V4nO+etudQ/e0W9fpWgU8RbhA3WPIp5KlTlCWoMW4ET7cmjGjXi/LWla00oYclBw==",
|
4141
4155
|
"license": "Apache-2.0",
|
4142
4156
|
"dependencies": {
|
4143
|
-
"@oclif/core": "^4.
|
4157
|
+
"@oclif/core": "^4.4.0",
|
4144
4158
|
"@salesforce/core": "^8.14.0",
|
4145
4159
|
"@salesforce/kit": "^3.2.3",
|
4146
|
-
"@salesforce/source-deploy-retrieve": "^12.
|
4160
|
+
"@salesforce/source-deploy-retrieve": "^12.20.1",
|
4147
4161
|
"@salesforce/ts-types": "^2.0.12",
|
4148
4162
|
"fast-xml-parser": "^4.5.3",
|
4149
4163
|
"graceful-fs": "^4.2.11",
|
@@ -5550,60 +5564,6 @@
|
|
5550
5564
|
"typescript": ">=4.8.4 <5.9.0"
|
5551
5565
|
}
|
5552
5566
|
},
|
5553
|
-
"node_modules/@typescript-eslint/eslint-plugin/node_modules/@eslint-community/eslint-utils": {
|
5554
|
-
"version": "4.7.0",
|
5555
|
-
"resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz",
|
5556
|
-
"integrity": "sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==",
|
5557
|
-
"dev": true,
|
5558
|
-
"license": "MIT",
|
5559
|
-
"dependencies": {
|
5560
|
-
"eslint-visitor-keys": "^3.4.3"
|
5561
|
-
},
|
5562
|
-
"engines": {
|
5563
|
-
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
5564
|
-
},
|
5565
|
-
"funding": {
|
5566
|
-
"url": "https://opencollective.com/eslint"
|
5567
|
-
},
|
5568
|
-
"peerDependencies": {
|
5569
|
-
"eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
|
5570
|
-
}
|
5571
|
-
},
|
5572
|
-
"node_modules/@typescript-eslint/eslint-plugin/node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": {
|
5573
|
-
"version": "3.4.3",
|
5574
|
-
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
|
5575
|
-
"integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
|
5576
|
-
"dev": true,
|
5577
|
-
"license": "Apache-2.0",
|
5578
|
-
"engines": {
|
5579
|
-
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
5580
|
-
},
|
5581
|
-
"funding": {
|
5582
|
-
"url": "https://opencollective.com/eslint"
|
5583
|
-
}
|
5584
|
-
},
|
5585
|
-
"node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/project-service": {
|
5586
|
-
"version": "8.34.0",
|
5587
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.34.0.tgz",
|
5588
|
-
"integrity": "sha512-iEgDALRf970/B2YExmtPMPF54NenZUf4xpL3wsCRx/lgjz6ul/l13R81ozP/ZNuXfnLCS+oPmG7JIxfdNYKELw==",
|
5589
|
-
"dev": true,
|
5590
|
-
"license": "MIT",
|
5591
|
-
"dependencies": {
|
5592
|
-
"@typescript-eslint/tsconfig-utils": "^8.34.0",
|
5593
|
-
"@typescript-eslint/types": "^8.34.0",
|
5594
|
-
"debug": "^4.3.4"
|
5595
|
-
},
|
5596
|
-
"engines": {
|
5597
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
5598
|
-
},
|
5599
|
-
"funding": {
|
5600
|
-
"type": "opencollective",
|
5601
|
-
"url": "https://opencollective.com/typescript-eslint"
|
5602
|
-
},
|
5603
|
-
"peerDependencies": {
|
5604
|
-
"typescript": ">=4.8.4 <5.9.0"
|
5605
|
-
}
|
5606
|
-
},
|
5607
5567
|
"node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/scope-manager": {
|
5608
5568
|
"version": "8.34.0",
|
5609
5569
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.34.0.tgz",
|
@@ -5622,90 +5582,6 @@
|
|
5622
5582
|
"url": "https://opencollective.com/typescript-eslint"
|
5623
5583
|
}
|
5624
5584
|
},
|
5625
|
-
"node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/tsconfig-utils": {
|
5626
|
-
"version": "8.34.0",
|
5627
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.34.0.tgz",
|
5628
|
-
"integrity": "sha512-+W9VYHKFIzA5cBeooqQxqNriAP0QeQ7xTiDuIOr71hzgffm3EL2hxwWBIIj4GuofIbKxGNarpKqIq6Q6YrShOA==",
|
5629
|
-
"dev": true,
|
5630
|
-
"license": "MIT",
|
5631
|
-
"engines": {
|
5632
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
5633
|
-
},
|
5634
|
-
"funding": {
|
5635
|
-
"type": "opencollective",
|
5636
|
-
"url": "https://opencollective.com/typescript-eslint"
|
5637
|
-
},
|
5638
|
-
"peerDependencies": {
|
5639
|
-
"typescript": ">=4.8.4 <5.9.0"
|
5640
|
-
}
|
5641
|
-
},
|
5642
|
-
"node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/types": {
|
5643
|
-
"version": "8.34.0",
|
5644
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.34.0.tgz",
|
5645
|
-
"integrity": "sha512-9V24k/paICYPniajHfJ4cuAWETnt7Ssy+R0Rbcqo5sSFr3QEZ/8TSoUi9XeXVBGXCaLtwTOKSLGcInCAvyZeMA==",
|
5646
|
-
"dev": true,
|
5647
|
-
"license": "MIT",
|
5648
|
-
"engines": {
|
5649
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
5650
|
-
},
|
5651
|
-
"funding": {
|
5652
|
-
"type": "opencollective",
|
5653
|
-
"url": "https://opencollective.com/typescript-eslint"
|
5654
|
-
}
|
5655
|
-
},
|
5656
|
-
"node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/typescript-estree": {
|
5657
|
-
"version": "8.34.0",
|
5658
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.34.0.tgz",
|
5659
|
-
"integrity": "sha512-rOi4KZxI7E0+BMqG7emPSK1bB4RICCpF7QD3KCLXn9ZvWoESsOMlHyZPAHyG04ujVplPaHbmEvs34m+wjgtVtg==",
|
5660
|
-
"dev": true,
|
5661
|
-
"license": "MIT",
|
5662
|
-
"dependencies": {
|
5663
|
-
"@typescript-eslint/project-service": "8.34.0",
|
5664
|
-
"@typescript-eslint/tsconfig-utils": "8.34.0",
|
5665
|
-
"@typescript-eslint/types": "8.34.0",
|
5666
|
-
"@typescript-eslint/visitor-keys": "8.34.0",
|
5667
|
-
"debug": "^4.3.4",
|
5668
|
-
"fast-glob": "^3.3.2",
|
5669
|
-
"is-glob": "^4.0.3",
|
5670
|
-
"minimatch": "^9.0.4",
|
5671
|
-
"semver": "^7.6.0",
|
5672
|
-
"ts-api-utils": "^2.1.0"
|
5673
|
-
},
|
5674
|
-
"engines": {
|
5675
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
5676
|
-
},
|
5677
|
-
"funding": {
|
5678
|
-
"type": "opencollective",
|
5679
|
-
"url": "https://opencollective.com/typescript-eslint"
|
5680
|
-
},
|
5681
|
-
"peerDependencies": {
|
5682
|
-
"typescript": ">=4.8.4 <5.9.0"
|
5683
|
-
}
|
5684
|
-
},
|
5685
|
-
"node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/utils": {
|
5686
|
-
"version": "8.34.0",
|
5687
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.34.0.tgz",
|
5688
|
-
"integrity": "sha512-8L4tWatGchV9A1cKbjaavS6mwYwp39jql8xUmIIKJdm+qiaeHy5KMKlBrf30akXAWBzn2SqKsNOtSENWUwg7XQ==",
|
5689
|
-
"dev": true,
|
5690
|
-
"license": "MIT",
|
5691
|
-
"dependencies": {
|
5692
|
-
"@eslint-community/eslint-utils": "^4.7.0",
|
5693
|
-
"@typescript-eslint/scope-manager": "8.34.0",
|
5694
|
-
"@typescript-eslint/types": "8.34.0",
|
5695
|
-
"@typescript-eslint/typescript-estree": "8.34.0"
|
5696
|
-
},
|
5697
|
-
"engines": {
|
5698
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
5699
|
-
},
|
5700
|
-
"funding": {
|
5701
|
-
"type": "opencollective",
|
5702
|
-
"url": "https://opencollective.com/typescript-eslint"
|
5703
|
-
},
|
5704
|
-
"peerDependencies": {
|
5705
|
-
"eslint": "^8.57.0 || ^9.0.0",
|
5706
|
-
"typescript": ">=4.8.4 <5.9.0"
|
5707
|
-
}
|
5708
|
-
},
|
5709
5585
|
"node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/visitor-keys": {
|
5710
5586
|
"version": "8.34.0",
|
5711
5587
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.34.0.tgz",
|
@@ -5747,22 +5623,6 @@
|
|
5747
5623
|
"node": ">= 4"
|
5748
5624
|
}
|
5749
5625
|
},
|
5750
|
-
"node_modules/@typescript-eslint/eslint-plugin/node_modules/minimatch": {
|
5751
|
-
"version": "9.0.5",
|
5752
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
|
5753
|
-
"integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
|
5754
|
-
"dev": true,
|
5755
|
-
"license": "ISC",
|
5756
|
-
"dependencies": {
|
5757
|
-
"brace-expansion": "^2.0.1"
|
5758
|
-
},
|
5759
|
-
"engines": {
|
5760
|
-
"node": ">=16 || 14 >=14.17"
|
5761
|
-
},
|
5762
|
-
"funding": {
|
5763
|
-
"url": "https://github.com/sponsors/isaacs"
|
5764
|
-
}
|
5765
|
-
},
|
5766
5626
|
"node_modules/@typescript-eslint/eslint-plugin/node_modules/ts-api-utils": {
|
5767
5627
|
"version": "2.1.0",
|
5768
5628
|
"resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.1.0.tgz",
|
@@ -5801,28 +5661,6 @@
|
|
5801
5661
|
"typescript": ">=4.8.4 <5.9.0"
|
5802
5662
|
}
|
5803
5663
|
},
|
5804
|
-
"node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/project-service": {
|
5805
|
-
"version": "8.34.0",
|
5806
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.34.0.tgz",
|
5807
|
-
"integrity": "sha512-iEgDALRf970/B2YExmtPMPF54NenZUf4xpL3wsCRx/lgjz6ul/l13R81ozP/ZNuXfnLCS+oPmG7JIxfdNYKELw==",
|
5808
|
-
"dev": true,
|
5809
|
-
"license": "MIT",
|
5810
|
-
"dependencies": {
|
5811
|
-
"@typescript-eslint/tsconfig-utils": "^8.34.0",
|
5812
|
-
"@typescript-eslint/types": "^8.34.0",
|
5813
|
-
"debug": "^4.3.4"
|
5814
|
-
},
|
5815
|
-
"engines": {
|
5816
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
5817
|
-
},
|
5818
|
-
"funding": {
|
5819
|
-
"type": "opencollective",
|
5820
|
-
"url": "https://opencollective.com/typescript-eslint"
|
5821
|
-
},
|
5822
|
-
"peerDependencies": {
|
5823
|
-
"typescript": ">=4.8.4 <5.9.0"
|
5824
|
-
}
|
5825
|
-
},
|
5826
5664
|
"node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/scope-manager": {
|
5827
5665
|
"version": "8.34.0",
|
5828
5666
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.34.0.tgz",
|
@@ -5841,37 +5679,6 @@
|
|
5841
5679
|
"url": "https://opencollective.com/typescript-eslint"
|
5842
5680
|
}
|
5843
5681
|
},
|
5844
|
-
"node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/tsconfig-utils": {
|
5845
|
-
"version": "8.34.0",
|
5846
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.34.0.tgz",
|
5847
|
-
"integrity": "sha512-+W9VYHKFIzA5cBeooqQxqNriAP0QeQ7xTiDuIOr71hzgffm3EL2hxwWBIIj4GuofIbKxGNarpKqIq6Q6YrShOA==",
|
5848
|
-
"dev": true,
|
5849
|
-
"license": "MIT",
|
5850
|
-
"engines": {
|
5851
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
5852
|
-
},
|
5853
|
-
"funding": {
|
5854
|
-
"type": "opencollective",
|
5855
|
-
"url": "https://opencollective.com/typescript-eslint"
|
5856
|
-
},
|
5857
|
-
"peerDependencies": {
|
5858
|
-
"typescript": ">=4.8.4 <5.9.0"
|
5859
|
-
}
|
5860
|
-
},
|
5861
|
-
"node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/types": {
|
5862
|
-
"version": "8.34.0",
|
5863
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.34.0.tgz",
|
5864
|
-
"integrity": "sha512-9V24k/paICYPniajHfJ4cuAWETnt7Ssy+R0Rbcqo5sSFr3QEZ/8TSoUi9XeXVBGXCaLtwTOKSLGcInCAvyZeMA==",
|
5865
|
-
"dev": true,
|
5866
|
-
"license": "MIT",
|
5867
|
-
"engines": {
|
5868
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
5869
|
-
},
|
5870
|
-
"funding": {
|
5871
|
-
"type": "opencollective",
|
5872
|
-
"url": "https://opencollective.com/typescript-eslint"
|
5873
|
-
}
|
5874
|
-
},
|
5875
5682
|
"node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/typescript-estree": {
|
5876
5683
|
"version": "8.34.0",
|
5877
5684
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.34.0.tgz",
|
@@ -5962,14 +5769,14 @@
|
|
5962
5769
|
}
|
5963
5770
|
},
|
5964
5771
|
"node_modules/@typescript-eslint/project-service": {
|
5965
|
-
"version": "8.
|
5966
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.
|
5967
|
-
"integrity": "sha512-
|
5772
|
+
"version": "8.34.0",
|
5773
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.34.0.tgz",
|
5774
|
+
"integrity": "sha512-iEgDALRf970/B2YExmtPMPF54NenZUf4xpL3wsCRx/lgjz6ul/l13R81ozP/ZNuXfnLCS+oPmG7JIxfdNYKELw==",
|
5968
5775
|
"dev": true,
|
5969
5776
|
"license": "MIT",
|
5970
5777
|
"dependencies": {
|
5971
|
-
"@typescript-eslint/tsconfig-utils": "^8.
|
5972
|
-
"@typescript-eslint/types": "^8.
|
5778
|
+
"@typescript-eslint/tsconfig-utils": "^8.34.0",
|
5779
|
+
"@typescript-eslint/types": "^8.34.0",
|
5973
5780
|
"debug": "^4.3.4"
|
5974
5781
|
},
|
5975
5782
|
"engines": {
|
@@ -5978,6 +5785,9 @@
|
|
5978
5785
|
"funding": {
|
5979
5786
|
"type": "opencollective",
|
5980
5787
|
"url": "https://opencollective.com/typescript-eslint"
|
5788
|
+
},
|
5789
|
+
"peerDependencies": {
|
5790
|
+
"typescript": ">=4.8.4 <5.9.0"
|
5981
5791
|
}
|
5982
5792
|
},
|
5983
5793
|
"node_modules/@typescript-eslint/scope-manager": {
|
@@ -6013,9 +5823,9 @@
|
|
6013
5823
|
}
|
6014
5824
|
},
|
6015
5825
|
"node_modules/@typescript-eslint/tsconfig-utils": {
|
6016
|
-
"version": "8.
|
6017
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.
|
6018
|
-
"integrity": "sha512
|
5826
|
+
"version": "8.34.0",
|
5827
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.34.0.tgz",
|
5828
|
+
"integrity": "sha512-+W9VYHKFIzA5cBeooqQxqNriAP0QeQ7xTiDuIOr71hzgffm3EL2hxwWBIIj4GuofIbKxGNarpKqIq6Q6YrShOA==",
|
6019
5829
|
"dev": true,
|
6020
5830
|
"license": "MIT",
|
6021
5831
|
"engines": {
|
@@ -6040,107 +5850,17 @@
|
|
6040
5850
|
"@typescript-eslint/utils": "8.34.0",
|
6041
5851
|
"debug": "^4.3.4",
|
6042
5852
|
"ts-api-utils": "^2.1.0"
|
6043
|
-
},
|
6044
|
-
"engines": {
|
6045
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
6046
|
-
},
|
6047
|
-
"funding": {
|
6048
|
-
"type": "opencollective",
|
6049
|
-
"url": "https://opencollective.com/typescript-eslint"
|
6050
|
-
},
|
6051
|
-
"peerDependencies": {
|
6052
|
-
"eslint": "^8.57.0 || ^9.0.0",
|
6053
|
-
"typescript": ">=4.8.4 <5.9.0"
|
6054
|
-
}
|
6055
|
-
},
|
6056
|
-
"node_modules/@typescript-eslint/type-utils/node_modules/@eslint-community/eslint-utils": {
|
6057
|
-
"version": "4.7.0",
|
6058
|
-
"resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz",
|
6059
|
-
"integrity": "sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==",
|
6060
|
-
"dev": true,
|
6061
|
-
"license": "MIT",
|
6062
|
-
"dependencies": {
|
6063
|
-
"eslint-visitor-keys": "^3.4.3"
|
6064
|
-
},
|
6065
|
-
"engines": {
|
6066
|
-
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
6067
|
-
},
|
6068
|
-
"funding": {
|
6069
|
-
"url": "https://opencollective.com/eslint"
|
6070
|
-
},
|
6071
|
-
"peerDependencies": {
|
6072
|
-
"eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
|
6073
|
-
}
|
6074
|
-
},
|
6075
|
-
"node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/project-service": {
|
6076
|
-
"version": "8.34.0",
|
6077
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.34.0.tgz",
|
6078
|
-
"integrity": "sha512-iEgDALRf970/B2YExmtPMPF54NenZUf4xpL3wsCRx/lgjz6ul/l13R81ozP/ZNuXfnLCS+oPmG7JIxfdNYKELw==",
|
6079
|
-
"dev": true,
|
6080
|
-
"license": "MIT",
|
6081
|
-
"dependencies": {
|
6082
|
-
"@typescript-eslint/tsconfig-utils": "^8.34.0",
|
6083
|
-
"@typescript-eslint/types": "^8.34.0",
|
6084
|
-
"debug": "^4.3.4"
|
6085
|
-
},
|
6086
|
-
"engines": {
|
6087
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
6088
|
-
},
|
6089
|
-
"funding": {
|
6090
|
-
"type": "opencollective",
|
6091
|
-
"url": "https://opencollective.com/typescript-eslint"
|
6092
|
-
},
|
6093
|
-
"peerDependencies": {
|
6094
|
-
"typescript": ">=4.8.4 <5.9.0"
|
6095
|
-
}
|
6096
|
-
},
|
6097
|
-
"node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/scope-manager": {
|
6098
|
-
"version": "8.34.0",
|
6099
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.34.0.tgz",
|
6100
|
-
"integrity": "sha512-9Ac0X8WiLykl0aj1oYQNcLZjHgBojT6cW68yAgZ19letYu+Hxd0rE0veI1XznSSst1X5lwnxhPbVdwjDRIomRw==",
|
6101
|
-
"dev": true,
|
6102
|
-
"license": "MIT",
|
6103
|
-
"dependencies": {
|
6104
|
-
"@typescript-eslint/types": "8.34.0",
|
6105
|
-
"@typescript-eslint/visitor-keys": "8.34.0"
|
6106
|
-
},
|
6107
|
-
"engines": {
|
6108
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
6109
|
-
},
|
6110
|
-
"funding": {
|
6111
|
-
"type": "opencollective",
|
6112
|
-
"url": "https://opencollective.com/typescript-eslint"
|
6113
|
-
}
|
6114
|
-
},
|
6115
|
-
"node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/tsconfig-utils": {
|
6116
|
-
"version": "8.34.0",
|
6117
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.34.0.tgz",
|
6118
|
-
"integrity": "sha512-+W9VYHKFIzA5cBeooqQxqNriAP0QeQ7xTiDuIOr71hzgffm3EL2hxwWBIIj4GuofIbKxGNarpKqIq6Q6YrShOA==",
|
6119
|
-
"dev": true,
|
6120
|
-
"license": "MIT",
|
6121
|
-
"engines": {
|
6122
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
6123
|
-
},
|
6124
|
-
"funding": {
|
6125
|
-
"type": "opencollective",
|
6126
|
-
"url": "https://opencollective.com/typescript-eslint"
|
6127
|
-
},
|
6128
|
-
"peerDependencies": {
|
6129
|
-
"typescript": ">=4.8.4 <5.9.0"
|
6130
|
-
}
|
6131
|
-
},
|
6132
|
-
"node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/types": {
|
6133
|
-
"version": "8.34.0",
|
6134
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.34.0.tgz",
|
6135
|
-
"integrity": "sha512-9V24k/paICYPniajHfJ4cuAWETnt7Ssy+R0Rbcqo5sSFr3QEZ/8TSoUi9XeXVBGXCaLtwTOKSLGcInCAvyZeMA==",
|
6136
|
-
"dev": true,
|
6137
|
-
"license": "MIT",
|
5853
|
+
},
|
6138
5854
|
"engines": {
|
6139
5855
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
6140
5856
|
},
|
6141
5857
|
"funding": {
|
6142
5858
|
"type": "opencollective",
|
6143
5859
|
"url": "https://opencollective.com/typescript-eslint"
|
5860
|
+
},
|
5861
|
+
"peerDependencies": {
|
5862
|
+
"eslint": "^8.57.0 || ^9.0.0",
|
5863
|
+
"typescript": ">=4.8.4 <5.9.0"
|
6144
5864
|
}
|
6145
5865
|
},
|
6146
5866
|
"node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/typescript-estree": {
|
@@ -6172,30 +5892,6 @@
|
|
6172
5892
|
"typescript": ">=4.8.4 <5.9.0"
|
6173
5893
|
}
|
6174
5894
|
},
|
6175
|
-
"node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/utils": {
|
6176
|
-
"version": "8.34.0",
|
6177
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.34.0.tgz",
|
6178
|
-
"integrity": "sha512-8L4tWatGchV9A1cKbjaavS6mwYwp39jql8xUmIIKJdm+qiaeHy5KMKlBrf30akXAWBzn2SqKsNOtSENWUwg7XQ==",
|
6179
|
-
"dev": true,
|
6180
|
-
"license": "MIT",
|
6181
|
-
"dependencies": {
|
6182
|
-
"@eslint-community/eslint-utils": "^4.7.0",
|
6183
|
-
"@typescript-eslint/scope-manager": "8.34.0",
|
6184
|
-
"@typescript-eslint/types": "8.34.0",
|
6185
|
-
"@typescript-eslint/typescript-estree": "8.34.0"
|
6186
|
-
},
|
6187
|
-
"engines": {
|
6188
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
6189
|
-
},
|
6190
|
-
"funding": {
|
6191
|
-
"type": "opencollective",
|
6192
|
-
"url": "https://opencollective.com/typescript-eslint"
|
6193
|
-
},
|
6194
|
-
"peerDependencies": {
|
6195
|
-
"eslint": "^8.57.0 || ^9.0.0",
|
6196
|
-
"typescript": ">=4.8.4 <5.9.0"
|
6197
|
-
}
|
6198
|
-
},
|
6199
5895
|
"node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/visitor-keys": {
|
6200
5896
|
"version": "8.34.0",
|
6201
5897
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.34.0.tgz",
|
@@ -6214,7 +5910,7 @@
|
|
6214
5910
|
"url": "https://opencollective.com/typescript-eslint"
|
6215
5911
|
}
|
6216
5912
|
},
|
6217
|
-
"node_modules/@typescript-eslint/type-utils/node_modules
|
5913
|
+
"node_modules/@typescript-eslint/type-utils/node_modules/eslint-visitor-keys": {
|
6218
5914
|
"version": "4.2.0",
|
6219
5915
|
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz",
|
6220
5916
|
"integrity": "sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==",
|
@@ -6257,9 +5953,9 @@
|
|
6257
5953
|
}
|
6258
5954
|
},
|
6259
5955
|
"node_modules/@typescript-eslint/types": {
|
6260
|
-
"version": "8.
|
6261
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.
|
6262
|
-
"integrity": "sha512-
|
5956
|
+
"version": "8.34.0",
|
5957
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.34.0.tgz",
|
5958
|
+
"integrity": "sha512-9V24k/paICYPniajHfJ4cuAWETnt7Ssy+R0Rbcqo5sSFr3QEZ/8TSoUi9XeXVBGXCaLtwTOKSLGcInCAvyZeMA==",
|
6263
5959
|
"dev": true,
|
6264
5960
|
"license": "MIT",
|
6265
5961
|
"engines": {
|
@@ -6330,16 +6026,16 @@
|
|
6330
6026
|
}
|
6331
6027
|
},
|
6332
6028
|
"node_modules/@typescript-eslint/utils": {
|
6333
|
-
"version": "8.
|
6334
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.
|
6335
|
-
"integrity": "sha512-
|
6029
|
+
"version": "8.34.0",
|
6030
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.34.0.tgz",
|
6031
|
+
"integrity": "sha512-8L4tWatGchV9A1cKbjaavS6mwYwp39jql8xUmIIKJdm+qiaeHy5KMKlBrf30akXAWBzn2SqKsNOtSENWUwg7XQ==",
|
6336
6032
|
"dev": true,
|
6337
6033
|
"license": "MIT",
|
6338
6034
|
"dependencies": {
|
6339
6035
|
"@eslint-community/eslint-utils": "^4.7.0",
|
6340
|
-
"@typescript-eslint/scope-manager": "8.
|
6341
|
-
"@typescript-eslint/types": "8.
|
6342
|
-
"@typescript-eslint/typescript-estree": "8.
|
6036
|
+
"@typescript-eslint/scope-manager": "8.34.0",
|
6037
|
+
"@typescript-eslint/types": "8.34.0",
|
6038
|
+
"@typescript-eslint/typescript-estree": "8.34.0"
|
6343
6039
|
},
|
6344
6040
|
"engines": {
|
6345
6041
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
@@ -6373,14 +6069,14 @@
|
|
6373
6069
|
}
|
6374
6070
|
},
|
6375
6071
|
"node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/scope-manager": {
|
6376
|
-
"version": "8.
|
6377
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.
|
6378
|
-
"integrity": "sha512-
|
6072
|
+
"version": "8.34.0",
|
6073
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.34.0.tgz",
|
6074
|
+
"integrity": "sha512-9Ac0X8WiLykl0aj1oYQNcLZjHgBojT6cW68yAgZ19letYu+Hxd0rE0veI1XznSSst1X5lwnxhPbVdwjDRIomRw==",
|
6379
6075
|
"dev": true,
|
6380
6076
|
"license": "MIT",
|
6381
6077
|
"dependencies": {
|
6382
|
-
"@typescript-eslint/types": "8.
|
6383
|
-
"@typescript-eslint/visitor-keys": "8.
|
6078
|
+
"@typescript-eslint/types": "8.34.0",
|
6079
|
+
"@typescript-eslint/visitor-keys": "8.34.0"
|
6384
6080
|
},
|
6385
6081
|
"engines": {
|
6386
6082
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
@@ -6391,16 +6087,16 @@
|
|
6391
6087
|
}
|
6392
6088
|
},
|
6393
6089
|
"node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/typescript-estree": {
|
6394
|
-
"version": "8.
|
6395
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.
|
6396
|
-
"integrity": "sha512-
|
6090
|
+
"version": "8.34.0",
|
6091
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.34.0.tgz",
|
6092
|
+
"integrity": "sha512-rOi4KZxI7E0+BMqG7emPSK1bB4RICCpF7QD3KCLXn9ZvWoESsOMlHyZPAHyG04ujVplPaHbmEvs34m+wjgtVtg==",
|
6397
6093
|
"dev": true,
|
6398
6094
|
"license": "MIT",
|
6399
6095
|
"dependencies": {
|
6400
|
-
"@typescript-eslint/project-service": "8.
|
6401
|
-
"@typescript-eslint/tsconfig-utils": "8.
|
6402
|
-
"@typescript-eslint/types": "8.
|
6403
|
-
"@typescript-eslint/visitor-keys": "8.
|
6096
|
+
"@typescript-eslint/project-service": "8.34.0",
|
6097
|
+
"@typescript-eslint/tsconfig-utils": "8.34.0",
|
6098
|
+
"@typescript-eslint/types": "8.34.0",
|
6099
|
+
"@typescript-eslint/visitor-keys": "8.34.0",
|
6404
6100
|
"debug": "^4.3.4",
|
6405
6101
|
"fast-glob": "^3.3.2",
|
6406
6102
|
"is-glob": "^4.0.3",
|
@@ -6420,13 +6116,13 @@
|
|
6420
6116
|
}
|
6421
6117
|
},
|
6422
6118
|
"node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/visitor-keys": {
|
6423
|
-
"version": "8.
|
6424
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.
|
6425
|
-
"integrity": "sha512-
|
6119
|
+
"version": "8.34.0",
|
6120
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.34.0.tgz",
|
6121
|
+
"integrity": "sha512-qHV7pW7E85A0x6qyrFn+O+q1k1p3tQCsqIZ1KZ5ESLXY57aTvUd3/a4rdPTeXisvhXn2VQG0VSKUqs8KHF2zcA==",
|
6426
6122
|
"dev": true,
|
6427
6123
|
"license": "MIT",
|
6428
6124
|
"dependencies": {
|
6429
|
-
"@typescript-eslint/types": "8.
|
6125
|
+
"@typescript-eslint/types": "8.34.0",
|
6430
6126
|
"eslint-visitor-keys": "^4.2.0"
|
6431
6127
|
},
|
6432
6128
|
"engines": {
|
@@ -10189,9 +9885,9 @@
|
|
10189
9885
|
}
|
10190
9886
|
},
|
10191
9887
|
"node_modules/eslint-plugin-prettier": {
|
10192
|
-
"version": "5.
|
10193
|
-
"resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-5.
|
10194
|
-
"integrity": "sha512-
|
9888
|
+
"version": "5.5.0",
|
9889
|
+
"resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-5.5.0.tgz",
|
9890
|
+
"integrity": "sha512-8qsOYwkkGrahrgoUv76NZi23koqXOGiiEzXMrT8Q7VcYaUISR+5MorIUxfWqYXN0fN/31WbSrxCxFkVQ43wwrA==",
|
10195
9891
|
"dev": true,
|
10196
9892
|
"license": "MIT",
|
10197
9893
|
"dependencies": {
|
@@ -10220,13 +9916,13 @@
|
|
10220
9916
|
}
|
10221
9917
|
},
|
10222
9918
|
"node_modules/eslint-plugin-sf-plugin": {
|
10223
|
-
"version": "1.20.
|
10224
|
-
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.
|
10225
|
-
"integrity": "sha512-
|
9919
|
+
"version": "1.20.26",
|
9920
|
+
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.26.tgz",
|
9921
|
+
"integrity": "sha512-kK1Kj+PpkVaGHWR+/FGdSW4lT7nbD+g2mSLkYFFQ4X9L9VnDSGI2mbNfByCeJ0RELC2GxM0jhw/T1pgSKc7aQw==",
|
10226
9922
|
"dev": true,
|
10227
9923
|
"license": "BSD-3-Clause",
|
10228
9924
|
"dependencies": {
|
10229
|
-
"@salesforce/core": "^8.
|
9925
|
+
"@salesforce/core": "^8.14.0",
|
10230
9926
|
"@typescript-eslint/utils": "^7.18.0"
|
10231
9927
|
},
|
10232
9928
|
"engines": {
|
@@ -18345,209 +18041,6 @@
|
|
18345
18041
|
"typescript": ">=4.8.4 <5.9.0"
|
18346
18042
|
}
|
18347
18043
|
},
|
18348
|
-
"node_modules/typescript-eslint/node_modules/@eslint-community/eslint-utils": {
|
18349
|
-
"version": "4.7.0",
|
18350
|
-
"resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz",
|
18351
|
-
"integrity": "sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==",
|
18352
|
-
"dev": true,
|
18353
|
-
"license": "MIT",
|
18354
|
-
"dependencies": {
|
18355
|
-
"eslint-visitor-keys": "^3.4.3"
|
18356
|
-
},
|
18357
|
-
"engines": {
|
18358
|
-
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
18359
|
-
},
|
18360
|
-
"funding": {
|
18361
|
-
"url": "https://opencollective.com/eslint"
|
18362
|
-
},
|
18363
|
-
"peerDependencies": {
|
18364
|
-
"eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
|
18365
|
-
}
|
18366
|
-
},
|
18367
|
-
"node_modules/typescript-eslint/node_modules/@typescript-eslint/project-service": {
|
18368
|
-
"version": "8.34.0",
|
18369
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.34.0.tgz",
|
18370
|
-
"integrity": "sha512-iEgDALRf970/B2YExmtPMPF54NenZUf4xpL3wsCRx/lgjz6ul/l13R81ozP/ZNuXfnLCS+oPmG7JIxfdNYKELw==",
|
18371
|
-
"dev": true,
|
18372
|
-
"license": "MIT",
|
18373
|
-
"dependencies": {
|
18374
|
-
"@typescript-eslint/tsconfig-utils": "^8.34.0",
|
18375
|
-
"@typescript-eslint/types": "^8.34.0",
|
18376
|
-
"debug": "^4.3.4"
|
18377
|
-
},
|
18378
|
-
"engines": {
|
18379
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
18380
|
-
},
|
18381
|
-
"funding": {
|
18382
|
-
"type": "opencollective",
|
18383
|
-
"url": "https://opencollective.com/typescript-eslint"
|
18384
|
-
},
|
18385
|
-
"peerDependencies": {
|
18386
|
-
"typescript": ">=4.8.4 <5.9.0"
|
18387
|
-
}
|
18388
|
-
},
|
18389
|
-
"node_modules/typescript-eslint/node_modules/@typescript-eslint/scope-manager": {
|
18390
|
-
"version": "8.34.0",
|
18391
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.34.0.tgz",
|
18392
|
-
"integrity": "sha512-9Ac0X8WiLykl0aj1oYQNcLZjHgBojT6cW68yAgZ19letYu+Hxd0rE0veI1XznSSst1X5lwnxhPbVdwjDRIomRw==",
|
18393
|
-
"dev": true,
|
18394
|
-
"license": "MIT",
|
18395
|
-
"dependencies": {
|
18396
|
-
"@typescript-eslint/types": "8.34.0",
|
18397
|
-
"@typescript-eslint/visitor-keys": "8.34.0"
|
18398
|
-
},
|
18399
|
-
"engines": {
|
18400
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
18401
|
-
},
|
18402
|
-
"funding": {
|
18403
|
-
"type": "opencollective",
|
18404
|
-
"url": "https://opencollective.com/typescript-eslint"
|
18405
|
-
}
|
18406
|
-
},
|
18407
|
-
"node_modules/typescript-eslint/node_modules/@typescript-eslint/tsconfig-utils": {
|
18408
|
-
"version": "8.34.0",
|
18409
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.34.0.tgz",
|
18410
|
-
"integrity": "sha512-+W9VYHKFIzA5cBeooqQxqNriAP0QeQ7xTiDuIOr71hzgffm3EL2hxwWBIIj4GuofIbKxGNarpKqIq6Q6YrShOA==",
|
18411
|
-
"dev": true,
|
18412
|
-
"license": "MIT",
|
18413
|
-
"engines": {
|
18414
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
18415
|
-
},
|
18416
|
-
"funding": {
|
18417
|
-
"type": "opencollective",
|
18418
|
-
"url": "https://opencollective.com/typescript-eslint"
|
18419
|
-
},
|
18420
|
-
"peerDependencies": {
|
18421
|
-
"typescript": ">=4.8.4 <5.9.0"
|
18422
|
-
}
|
18423
|
-
},
|
18424
|
-
"node_modules/typescript-eslint/node_modules/@typescript-eslint/types": {
|
18425
|
-
"version": "8.34.0",
|
18426
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.34.0.tgz",
|
18427
|
-
"integrity": "sha512-9V24k/paICYPniajHfJ4cuAWETnt7Ssy+R0Rbcqo5sSFr3QEZ/8TSoUi9XeXVBGXCaLtwTOKSLGcInCAvyZeMA==",
|
18428
|
-
"dev": true,
|
18429
|
-
"license": "MIT",
|
18430
|
-
"engines": {
|
18431
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
18432
|
-
},
|
18433
|
-
"funding": {
|
18434
|
-
"type": "opencollective",
|
18435
|
-
"url": "https://opencollective.com/typescript-eslint"
|
18436
|
-
}
|
18437
|
-
},
|
18438
|
-
"node_modules/typescript-eslint/node_modules/@typescript-eslint/typescript-estree": {
|
18439
|
-
"version": "8.34.0",
|
18440
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.34.0.tgz",
|
18441
|
-
"integrity": "sha512-rOi4KZxI7E0+BMqG7emPSK1bB4RICCpF7QD3KCLXn9ZvWoESsOMlHyZPAHyG04ujVplPaHbmEvs34m+wjgtVtg==",
|
18442
|
-
"dev": true,
|
18443
|
-
"license": "MIT",
|
18444
|
-
"dependencies": {
|
18445
|
-
"@typescript-eslint/project-service": "8.34.0",
|
18446
|
-
"@typescript-eslint/tsconfig-utils": "8.34.0",
|
18447
|
-
"@typescript-eslint/types": "8.34.0",
|
18448
|
-
"@typescript-eslint/visitor-keys": "8.34.0",
|
18449
|
-
"debug": "^4.3.4",
|
18450
|
-
"fast-glob": "^3.3.2",
|
18451
|
-
"is-glob": "^4.0.3",
|
18452
|
-
"minimatch": "^9.0.4",
|
18453
|
-
"semver": "^7.6.0",
|
18454
|
-
"ts-api-utils": "^2.1.0"
|
18455
|
-
},
|
18456
|
-
"engines": {
|
18457
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
18458
|
-
},
|
18459
|
-
"funding": {
|
18460
|
-
"type": "opencollective",
|
18461
|
-
"url": "https://opencollective.com/typescript-eslint"
|
18462
|
-
},
|
18463
|
-
"peerDependencies": {
|
18464
|
-
"typescript": ">=4.8.4 <5.9.0"
|
18465
|
-
}
|
18466
|
-
},
|
18467
|
-
"node_modules/typescript-eslint/node_modules/@typescript-eslint/utils": {
|
18468
|
-
"version": "8.34.0",
|
18469
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.34.0.tgz",
|
18470
|
-
"integrity": "sha512-8L4tWatGchV9A1cKbjaavS6mwYwp39jql8xUmIIKJdm+qiaeHy5KMKlBrf30akXAWBzn2SqKsNOtSENWUwg7XQ==",
|
18471
|
-
"dev": true,
|
18472
|
-
"license": "MIT",
|
18473
|
-
"dependencies": {
|
18474
|
-
"@eslint-community/eslint-utils": "^4.7.0",
|
18475
|
-
"@typescript-eslint/scope-manager": "8.34.0",
|
18476
|
-
"@typescript-eslint/types": "8.34.0",
|
18477
|
-
"@typescript-eslint/typescript-estree": "8.34.0"
|
18478
|
-
},
|
18479
|
-
"engines": {
|
18480
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
18481
|
-
},
|
18482
|
-
"funding": {
|
18483
|
-
"type": "opencollective",
|
18484
|
-
"url": "https://opencollective.com/typescript-eslint"
|
18485
|
-
},
|
18486
|
-
"peerDependencies": {
|
18487
|
-
"eslint": "^8.57.0 || ^9.0.0",
|
18488
|
-
"typescript": ">=4.8.4 <5.9.0"
|
18489
|
-
}
|
18490
|
-
},
|
18491
|
-
"node_modules/typescript-eslint/node_modules/@typescript-eslint/visitor-keys": {
|
18492
|
-
"version": "8.34.0",
|
18493
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.34.0.tgz",
|
18494
|
-
"integrity": "sha512-qHV7pW7E85A0x6qyrFn+O+q1k1p3tQCsqIZ1KZ5ESLXY57aTvUd3/a4rdPTeXisvhXn2VQG0VSKUqs8KHF2zcA==",
|
18495
|
-
"dev": true,
|
18496
|
-
"license": "MIT",
|
18497
|
-
"dependencies": {
|
18498
|
-
"@typescript-eslint/types": "8.34.0",
|
18499
|
-
"eslint-visitor-keys": "^4.2.0"
|
18500
|
-
},
|
18501
|
-
"engines": {
|
18502
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
18503
|
-
},
|
18504
|
-
"funding": {
|
18505
|
-
"type": "opencollective",
|
18506
|
-
"url": "https://opencollective.com/typescript-eslint"
|
18507
|
-
}
|
18508
|
-
},
|
18509
|
-
"node_modules/typescript-eslint/node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys": {
|
18510
|
-
"version": "4.2.0",
|
18511
|
-
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz",
|
18512
|
-
"integrity": "sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==",
|
18513
|
-
"dev": true,
|
18514
|
-
"license": "Apache-2.0",
|
18515
|
-
"engines": {
|
18516
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
18517
|
-
},
|
18518
|
-
"funding": {
|
18519
|
-
"url": "https://opencollective.com/eslint"
|
18520
|
-
}
|
18521
|
-
},
|
18522
|
-
"node_modules/typescript-eslint/node_modules/minimatch": {
|
18523
|
-
"version": "9.0.5",
|
18524
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
|
18525
|
-
"integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
|
18526
|
-
"dev": true,
|
18527
|
-
"license": "ISC",
|
18528
|
-
"dependencies": {
|
18529
|
-
"brace-expansion": "^2.0.1"
|
18530
|
-
},
|
18531
|
-
"engines": {
|
18532
|
-
"node": ">=16 || 14 >=14.17"
|
18533
|
-
},
|
18534
|
-
"funding": {
|
18535
|
-
"url": "https://github.com/sponsors/isaacs"
|
18536
|
-
}
|
18537
|
-
},
|
18538
|
-
"node_modules/typescript-eslint/node_modules/ts-api-utils": {
|
18539
|
-
"version": "2.1.0",
|
18540
|
-
"resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.1.0.tgz",
|
18541
|
-
"integrity": "sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==",
|
18542
|
-
"dev": true,
|
18543
|
-
"license": "MIT",
|
18544
|
-
"engines": {
|
18545
|
-
"node": ">=18.12"
|
18546
|
-
},
|
18547
|
-
"peerDependencies": {
|
18548
|
-
"typescript": ">=4.8.4"
|
18549
|
-
}
|
18550
|
-
},
|
18551
18044
|
"node_modules/uc.micro": {
|
18552
18045
|
"version": "2.1.0",
|
18553
18046
|
"resolved": "https://registry.npmjs.org/uc.micro/-/uc.micro-2.1.0.tgz",
|
package/oclif.lock
CHANGED
@@ -1693,7 +1693,7 @@
|
|
1693
1693
|
cli-progress "^3.12.0"
|
1694
1694
|
terminal-link "^3.0.0"
|
1695
1695
|
|
1696
|
-
"@salesforce/source-deploy-retrieve@12.20.1", "@salesforce/source-deploy-retrieve@^12.
|
1696
|
+
"@salesforce/source-deploy-retrieve@12.20.1", "@salesforce/source-deploy-retrieve@^12.20.1":
|
1697
1697
|
version "12.20.1"
|
1698
1698
|
resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.20.1.tgz#7514d98bd5a54e7a6b992cdb30305eef8288312f"
|
1699
1699
|
integrity sha512-pCGTgR90MRcpCS7WswMd7CHAgqK6DBssLuu+hL5KMiuthgfFjO8XNTGeHqZBc4xTYYzxm8h5vlN8aqElI4ppXA==
|
@@ -1714,15 +1714,15 @@
|
|
1714
1714
|
proxy-agent "^6.4.0"
|
1715
1715
|
yaml "^2.7.1"
|
1716
1716
|
|
1717
|
-
"@salesforce/source-tracking@7.4.
|
1718
|
-
version "7.4.
|
1719
|
-
resolved "https://registry.yarnpkg.com/@salesforce/source-tracking/-/source-tracking-7.4.
|
1720
|
-
integrity sha512-
|
1717
|
+
"@salesforce/source-tracking@7.4.6":
|
1718
|
+
version "7.4.6"
|
1719
|
+
resolved "https://registry.yarnpkg.com/@salesforce/source-tracking/-/source-tracking-7.4.6.tgz#3a46075e334137c9337da30cbc0b0335ea63b929"
|
1720
|
+
integrity sha512-RPbFBmldj7vR+xzfi2Xmw0V4nO+etudQ/e0W9fpWgU8RbhA3WPIp5KlTlCWoMW4ET7cmjGjXi/LWla00oYclBw==
|
1721
1721
|
dependencies:
|
1722
|
-
"@oclif/core" "^4.
|
1722
|
+
"@oclif/core" "^4.4.0"
|
1723
1723
|
"@salesforce/core" "^8.14.0"
|
1724
1724
|
"@salesforce/kit" "^3.2.3"
|
1725
|
-
"@salesforce/source-deploy-retrieve" "^12.
|
1725
|
+
"@salesforce/source-deploy-retrieve" "^12.20.1"
|
1726
1726
|
"@salesforce/ts-types" "^2.0.12"
|
1727
1727
|
fast-xml-parser "^4.5.3"
|
1728
1728
|
graceful-fs "^4.2.11"
|
@@ -2705,15 +2705,6 @@
|
|
2705
2705
|
"@typescript-eslint/visitor-keys" "6.21.0"
|
2706
2706
|
debug "^4.3.4"
|
2707
2707
|
|
2708
|
-
"@typescript-eslint/project-service@8.33.0":
|
2709
|
-
version "8.33.0"
|
2710
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.33.0.tgz#71f37ef9010de47bf20963914743c5cbef851e08"
|
2711
|
-
integrity sha512-d1hz0u9l6N+u/gcrk6s6gYdl7/+pp8yHheRTqP6X5hVDKALEaTn8WfGiit7G511yueBEL3OpOEpD+3/MBdoN+A==
|
2712
|
-
dependencies:
|
2713
|
-
"@typescript-eslint/tsconfig-utils" "^8.33.0"
|
2714
|
-
"@typescript-eslint/types" "^8.33.0"
|
2715
|
-
debug "^4.3.4"
|
2716
|
-
|
2717
2708
|
"@typescript-eslint/project-service@8.34.0":
|
2718
2709
|
version "8.34.0"
|
2719
2710
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.34.0.tgz#449119b72fe9fae185013a6bdbaf1ffbfee6bcaf"
|
@@ -2739,14 +2730,6 @@
|
|
2739
2730
|
"@typescript-eslint/types" "7.18.0"
|
2740
2731
|
"@typescript-eslint/visitor-keys" "7.18.0"
|
2741
2732
|
|
2742
|
-
"@typescript-eslint/scope-manager@8.33.0":
|
2743
|
-
version "8.33.0"
|
2744
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.33.0.tgz#459cf0c49d410800b1a023b973c62d699b09bf4c"
|
2745
|
-
integrity sha512-LMi/oqrzpqxyO72ltP+dBSP6V0xiUb4saY7WLtxSfiNEBI8m321LLVFU9/QDJxjDQG9/tjSqKz/E3380TEqSTw==
|
2746
|
-
dependencies:
|
2747
|
-
"@typescript-eslint/types" "8.33.0"
|
2748
|
-
"@typescript-eslint/visitor-keys" "8.33.0"
|
2749
|
-
|
2750
2733
|
"@typescript-eslint/scope-manager@8.34.0":
|
2751
2734
|
version "8.34.0"
|
2752
2735
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.34.0.tgz#9fedaec02370cf79c018a656ab402eb00dc69e67"
|
@@ -2755,11 +2738,6 @@
|
|
2755
2738
|
"@typescript-eslint/types" "8.34.0"
|
2756
2739
|
"@typescript-eslint/visitor-keys" "8.34.0"
|
2757
2740
|
|
2758
|
-
"@typescript-eslint/tsconfig-utils@8.33.0", "@typescript-eslint/tsconfig-utils@^8.33.0":
|
2759
|
-
version "8.33.0"
|
2760
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.33.0.tgz#316adab038bbdc43e448781d5a816c2973eab73e"
|
2761
|
-
integrity sha512-sTkETlbqhEoiFmGr1gsdq5HyVbSOF0145SYDJ/EQmXHtKViCaGvnyLqWFFHtEXoS0J1yU8Wyou2UGmgW88fEug==
|
2762
|
-
|
2763
2741
|
"@typescript-eslint/tsconfig-utils@8.34.0", "@typescript-eslint/tsconfig-utils@^8.34.0":
|
2764
2742
|
version "8.34.0"
|
2765
2743
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.34.0.tgz#97d0a24e89a355e9308cebc8e23f255669bf0979"
|
@@ -2795,16 +2773,16 @@
|
|
2795
2773
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.18.0.tgz#b90a57ccdea71797ffffa0321e744f379ec838c9"
|
2796
2774
|
integrity sha512-iZqi+Ds1y4EDYUtlOOC+aUmxnE9xS/yCigkjA7XpTKV6nCBd3Hp/PRGGmdwnfkV2ThMyYldP1wRpm/id99spTQ==
|
2797
2775
|
|
2798
|
-
"@typescript-eslint/types@8.33.0", "@typescript-eslint/types@^8.11.0", "@typescript-eslint/types@^8.33.0":
|
2799
|
-
version "8.33.0"
|
2800
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.33.0.tgz#02a7dbba611a8abf1ad2a9e00f72f7b94b5ab0ee"
|
2801
|
-
integrity sha512-DKuXOKpM5IDT1FA2g9x9x1Ug81YuKrzf4mYX8FAVSNu5Wo/LELHWQyM1pQaDkI42bX15PWl0vNPt1uGiIFUOpg==
|
2802
|
-
|
2803
2776
|
"@typescript-eslint/types@8.34.0", "@typescript-eslint/types@^8.34.0":
|
2804
2777
|
version "8.34.0"
|
2805
2778
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.34.0.tgz#18000f205c59c9aff7f371fc5426b764cf2890fb"
|
2806
2779
|
integrity sha512-9V24k/paICYPniajHfJ4cuAWETnt7Ssy+R0Rbcqo5sSFr3QEZ/8TSoUi9XeXVBGXCaLtwTOKSLGcInCAvyZeMA==
|
2807
2780
|
|
2781
|
+
"@typescript-eslint/types@^8.11.0":
|
2782
|
+
version "8.33.0"
|
2783
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.33.0.tgz#02a7dbba611a8abf1ad2a9e00f72f7b94b5ab0ee"
|
2784
|
+
integrity sha512-DKuXOKpM5IDT1FA2g9x9x1Ug81YuKrzf4mYX8FAVSNu5Wo/LELHWQyM1pQaDkI42bX15PWl0vNPt1uGiIFUOpg==
|
2785
|
+
|
2808
2786
|
"@typescript-eslint/types@^8.24.0":
|
2809
2787
|
version "8.25.0"
|
2810
2788
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.25.0.tgz#f91512c2f532b1d6a8826cadd0b0e5cd53cf97e0"
|
@@ -2838,22 +2816,6 @@
|
|
2838
2816
|
semver "^7.6.0"
|
2839
2817
|
ts-api-utils "^1.3.0"
|
2840
2818
|
|
2841
|
-
"@typescript-eslint/typescript-estree@8.33.0":
|
2842
|
-
version "8.33.0"
|
2843
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.33.0.tgz#abcc1d3db75a8e9fd2e274ee8c4099fa2399abfd"
|
2844
|
-
integrity sha512-vegY4FQoB6jL97Tu/lWRsAiUUp8qJTqzAmENH2k59SJhw0Th1oszb9Idq/FyyONLuNqT1OADJPXfyUNOR8SzAQ==
|
2845
|
-
dependencies:
|
2846
|
-
"@typescript-eslint/project-service" "8.33.0"
|
2847
|
-
"@typescript-eslint/tsconfig-utils" "8.33.0"
|
2848
|
-
"@typescript-eslint/types" "8.33.0"
|
2849
|
-
"@typescript-eslint/visitor-keys" "8.33.0"
|
2850
|
-
debug "^4.3.4"
|
2851
|
-
fast-glob "^3.3.2"
|
2852
|
-
is-glob "^4.0.3"
|
2853
|
-
minimatch "^9.0.4"
|
2854
|
-
semver "^7.6.0"
|
2855
|
-
ts-api-utils "^2.1.0"
|
2856
|
-
|
2857
2819
|
"@typescript-eslint/typescript-estree@8.34.0":
|
2858
2820
|
version "8.34.0"
|
2859
2821
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.34.0.tgz#c9f3feec511339ef64e9e4884516c3e558f1b048"
|
@@ -2883,7 +2845,7 @@
|
|
2883
2845
|
"@typescript-eslint/typescript-estree" "6.21.0"
|
2884
2846
|
semver "^7.5.4"
|
2885
2847
|
|
2886
|
-
"@typescript-eslint/utils@8.34.0":
|
2848
|
+
"@typescript-eslint/utils@8.34.0", "@typescript-eslint/utils@^8.13.0", "@typescript-eslint/utils@^8.24.0", "@typescript-eslint/utils@^8.32.1":
|
2887
2849
|
version "8.34.0"
|
2888
2850
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.34.0.tgz#7844beebc1153b4d3ec34135c2da53a91e076f8d"
|
2889
2851
|
integrity sha512-8L4tWatGchV9A1cKbjaavS6mwYwp39jql8xUmIIKJdm+qiaeHy5KMKlBrf30akXAWBzn2SqKsNOtSENWUwg7XQ==
|
@@ -2903,16 +2865,6 @@
|
|
2903
2865
|
"@typescript-eslint/types" "7.18.0"
|
2904
2866
|
"@typescript-eslint/typescript-estree" "7.18.0"
|
2905
2867
|
|
2906
|
-
"@typescript-eslint/utils@^8.13.0", "@typescript-eslint/utils@^8.24.0", "@typescript-eslint/utils@^8.32.1":
|
2907
|
-
version "8.33.0"
|
2908
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.33.0.tgz#574ad5edee371077b9e28ca6fb804f2440f447c1"
|
2909
|
-
integrity sha512-lPFuQaLA9aSNa7D5u2EpRiqdAUhzShwGg/nhpBlc4GR6kcTABttCuyjFs8BcEZ8VWrjCBof/bePhP3Q3fS+Yrw==
|
2910
|
-
dependencies:
|
2911
|
-
"@eslint-community/eslint-utils" "^4.7.0"
|
2912
|
-
"@typescript-eslint/scope-manager" "8.33.0"
|
2913
|
-
"@typescript-eslint/types" "8.33.0"
|
2914
|
-
"@typescript-eslint/typescript-estree" "8.33.0"
|
2915
|
-
|
2916
2868
|
"@typescript-eslint/visitor-keys@6.21.0":
|
2917
2869
|
version "6.21.0"
|
2918
2870
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.21.0.tgz#87a99d077aa507e20e238b11d56cc26ade45fe47"
|
@@ -2929,14 +2881,6 @@
|
|
2929
2881
|
"@typescript-eslint/types" "7.18.0"
|
2930
2882
|
eslint-visitor-keys "^3.4.3"
|
2931
2883
|
|
2932
|
-
"@typescript-eslint/visitor-keys@8.33.0":
|
2933
|
-
version "8.33.0"
|
2934
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.33.0.tgz#fbae16fd3594531f8cad95d421125d634e9974fe"
|
2935
|
-
integrity sha512-7RW7CMYoskiz5OOGAWjJFxgb7c5UNjTG292gYhWeOAcFmYCtVCSqjqSBj5zMhxbXo2JOW95YYrUWJfU0zrpaGQ==
|
2936
|
-
dependencies:
|
2937
|
-
"@typescript-eslint/types" "8.33.0"
|
2938
|
-
eslint-visitor-keys "^4.2.0"
|
2939
|
-
|
2940
2884
|
"@typescript-eslint/visitor-keys@8.34.0":
|
2941
2885
|
version "8.34.0"
|
2942
2886
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.34.0.tgz#c7a149407be31d755dba71980617d638a40ac099"
|
@@ -4759,20 +4703,20 @@ eslint-plugin-perfectionist@^4:
|
|
4759
4703
|
"@typescript-eslint/utils" "^8.24.0"
|
4760
4704
|
natural-orderby "^5.0.0"
|
4761
4705
|
|
4762
|
-
eslint-plugin-prettier@^5.
|
4763
|
-
version "5.
|
4764
|
-
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.
|
4765
|
-
integrity sha512-
|
4706
|
+
eslint-plugin-prettier@^5.5.0:
|
4707
|
+
version "5.5.0"
|
4708
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.5.0.tgz#cf763962f90bad035db03ca008ffb0c9b359fb16"
|
4709
|
+
integrity sha512-8qsOYwkkGrahrgoUv76NZi23koqXOGiiEzXMrT8Q7VcYaUISR+5MorIUxfWqYXN0fN/31WbSrxCxFkVQ43wwrA==
|
4766
4710
|
dependencies:
|
4767
4711
|
prettier-linter-helpers "^1.0.0"
|
4768
4712
|
synckit "^0.11.7"
|
4769
4713
|
|
4770
|
-
eslint-plugin-sf-plugin@^1.20.
|
4771
|
-
version "1.20.
|
4772
|
-
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.
|
4773
|
-
integrity sha512-
|
4714
|
+
eslint-plugin-sf-plugin@^1.20.26:
|
4715
|
+
version "1.20.26"
|
4716
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.26.tgz#3ffada40ee1aeab70384c16ed717769946b1473e"
|
4717
|
+
integrity sha512-kK1Kj+PpkVaGHWR+/FGdSW4lT7nbD+g2mSLkYFFQ4X9L9VnDSGI2mbNfByCeJ0RELC2GxM0jhw/T1pgSKc7aQw==
|
4774
4718
|
dependencies:
|
4775
|
-
"@salesforce/core" "^8.
|
4719
|
+
"@salesforce/core" "^8.14.0"
|
4776
4720
|
"@typescript-eslint/utils" "^7.18.0"
|
4777
4721
|
|
4778
4722
|
eslint-plugin-unicorn@^48.0.1:
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
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": "4.0.
|
4
|
+
"version": "4.0.27",
|
5
5
|
"author": "jayree",
|
6
6
|
"type": "module",
|
7
7
|
"bugs": "https://github.com/jayree/sfdx-plugin-manifest/issues",
|
@@ -12,7 +12,7 @@
|
|
12
12
|
"@salesforce/kit": "^3.2.3",
|
13
13
|
"@salesforce/sf-plugins-core": "^12.2.2",
|
14
14
|
"@salesforce/source-deploy-retrieve": "12.20.1",
|
15
|
-
"@salesforce/source-tracking": "7.4.
|
15
|
+
"@salesforce/source-tracking": "7.4.6",
|
16
16
|
"@salesforce/ts-types": "^2.0.12",
|
17
17
|
"fast-deep-equal": "^3.1.3",
|
18
18
|
"fast-xml-parser": "^5.2.5",
|
@@ -31,8 +31,8 @@
|
|
31
31
|
"c8": "^10.1.3",
|
32
32
|
"eslint-config-oclif": "^6.0.72",
|
33
33
|
"eslint-config-salesforce-license": "^1.0.1",
|
34
|
-
"eslint-plugin-prettier": "^5.
|
35
|
-
"eslint-plugin-sf-plugin": "^1.20.
|
34
|
+
"eslint-plugin-prettier": "^5.5.0",
|
35
|
+
"eslint-plugin-sf-plugin": "^1.20.26",
|
36
36
|
"oclif": "^4.19.0",
|
37
37
|
"patch-package": "^8.0.0",
|
38
38
|
"prettier": "^3.5.3",
|