@jayree/sfdx-plugin-manifest 6.0.17 → 6.0.19
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 +17 -0
- package/README.md +3 -3
- package/npm-shrinkwrap.json +17 -38
- package/oclif.lock +17 -32
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,20 @@
|
|
|
1
|
+
## [6.0.19](https://github.com/jayree/sfdx-plugin-manifest/compare/6.0.18...6.0.19) (2026-08-22)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump @salesforce/source-tracking from 8.1.0 to 8.1.1 ([#2387](https://github.com/jayree/sfdx-plugin-manifest/issues/2387)) ([f1f93fe](https://github.com/jayree/sfdx-plugin-manifest/commit/f1f93fe9f0893ffba2c7d78a57d71210ff179387))
|
|
7
|
+
* rejiggered eslint.config.mjs (W-23928423) ([cbaa635](https://github.com/forcedotcom/source-tracking/commit/cbaa635c4c96188164ba2cf6260d9130646bf93f))
|
|
8
|
+
|
|
9
|
+
## [6.0.18](https://github.com/jayree/sfdx-plugin-manifest/compare/6.0.17...6.0.18) (2026-08-22)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
* **deps:** bump @salesforce/core from 9.1.4 to 9.1.5 ([#2388](https://github.com/jayree/sfdx-plugin-manifest/issues/2388)) ([e6190e7](https://github.com/jayree/sfdx-plugin-manifest/commit/e6190e7531421d6174cd988bb633db0d7b91c2af))
|
|
15
|
+
* mitigated SAST findings ([15dc4f8](https://github.com/forcedotcom/sfdx-core/commit/15dc4f822f00b49794a85d6e127513c81be403ce))
|
|
16
|
+
* rejiggered eslint.config.mjs (W-23928423) ([b88b99f](https://github.com/forcedotcom/sfdx-core/commit/b88b99f534264b01b272652bb6da9b93d791f607))
|
|
17
|
+
|
|
1
18
|
## [6.0.17](https://github.com/jayree/sfdx-plugin-manifest/compare/6.0.16...6.0.17) (2026-08-20)
|
|
2
19
|
|
|
3
20
|
|
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/6.0.
|
|
115
|
+
_See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/6.0.19/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/6.0.
|
|
153
|
+
_See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/6.0.19/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/6.0.
|
|
233
|
+
_See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/6.0.19/src/commands/jayree/manifest/git/diff.ts)_
|
|
234
234
|
<!-- commandsstop -->
|
|
235
235
|
|
|
236
236
|
## Performance Testing
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jayree/sfdx-plugin-manifest",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.19",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@jayree/sfdx-plugin-manifest",
|
|
9
|
-
"version": "6.0.
|
|
9
|
+
"version": "6.0.19",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@jayree/changelog": "^1.2.39",
|
|
13
13
|
"@oclif/core": "^4.14.0",
|
|
14
|
-
"@salesforce/core": "^9.1.
|
|
14
|
+
"@salesforce/core": "^9.1.5",
|
|
15
15
|
"@salesforce/kit": "^4.0.0",
|
|
16
16
|
"@salesforce/sf-plugins-core": "^13.0.3",
|
|
17
17
|
"@salesforce/source-deploy-retrieve": "13.2.0",
|
|
18
|
-
"@salesforce/source-tracking": "8.1.
|
|
18
|
+
"@salesforce/source-tracking": "8.1.1",
|
|
19
19
|
"@salesforce/ts-types": "^3.0.1",
|
|
20
20
|
"fast-deep-equal": "^3.1.3",
|
|
21
21
|
"fast-xml-parser": "^5.11.0",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"@types/node": "^26",
|
|
36
36
|
"@types/sinon": "^22.0.0",
|
|
37
37
|
"c8": "^12.0.0",
|
|
38
|
-
"eslint": "^10.
|
|
38
|
+
"eslint": "^10.9.0",
|
|
39
39
|
"eslint-config-salesforce-typescript": "^6.0.0",
|
|
40
40
|
"oclif": "^4.23.30",
|
|
41
41
|
"patch-package": "^8.0.1",
|
|
@@ -3202,27 +3202,6 @@
|
|
|
3202
3202
|
"node": ">=16.0.0"
|
|
3203
3203
|
}
|
|
3204
3204
|
},
|
|
3205
|
-
"node_modules/@salesforce/cli-plugins-testkit/node_modules/@jsforce/jsforce-node": {
|
|
3206
|
-
"version": "3.10.19",
|
|
3207
|
-
"resolved": "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.10.19.tgz",
|
|
3208
|
-
"integrity": "sha512-k7i2Tntu1fLvkMtRcKDFU64/Fr2M692ECtbwIGX6hcOh5mj+jrMa1tlvcdwffxAMl+lPYCXnY2bjErxWmP84zA==",
|
|
3209
|
-
"dev": true,
|
|
3210
|
-
"license": "MIT",
|
|
3211
|
-
"dependencies": {
|
|
3212
|
-
"@sindresorhus/is": "^4",
|
|
3213
|
-
"base64url": "^3.0.1",
|
|
3214
|
-
"csv-parse": "^5.5.2",
|
|
3215
|
-
"csv-stringify": "^6.6.0",
|
|
3216
|
-
"faye": "^1.4.0",
|
|
3217
|
-
"form-data": "^4.0.4",
|
|
3218
|
-
"multistream": "^3.1.0",
|
|
3219
|
-
"undici": "^8.5.0",
|
|
3220
|
-
"xml2js": "^0.6.2"
|
|
3221
|
-
},
|
|
3222
|
-
"engines": {
|
|
3223
|
-
"node": ">=22"
|
|
3224
|
-
}
|
|
3225
|
-
},
|
|
3226
3205
|
"node_modules/@salesforce/cli-plugins-testkit/node_modules/@salesforce/core": {
|
|
3227
3206
|
"version": "8.32.6",
|
|
3228
3207
|
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.32.6.tgz",
|
|
@@ -3373,9 +3352,9 @@
|
|
|
3373
3352
|
}
|
|
3374
3353
|
},
|
|
3375
3354
|
"node_modules/@salesforce/core": {
|
|
3376
|
-
"version": "9.1.
|
|
3377
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-9.1.
|
|
3378
|
-
"integrity": "sha512-
|
|
3355
|
+
"version": "9.1.5",
|
|
3356
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-9.1.5.tgz",
|
|
3357
|
+
"integrity": "sha512-cRGhhZoEzozjqh9mntLhUOC9ncIW+Kj/XNrRXfHqwwBC8MRT3YiYP3SyMnyGCCcN7KPqN02E2XW3Cm4FR5bAxA==",
|
|
3379
3358
|
"license": "Apache-2.0",
|
|
3380
3359
|
"dependencies": {
|
|
3381
3360
|
"@jsforce/jsforce-node": "^3.10.22",
|
|
@@ -3900,15 +3879,15 @@
|
|
|
3900
3879
|
}
|
|
3901
3880
|
},
|
|
3902
3881
|
"node_modules/@salesforce/source-tracking": {
|
|
3903
|
-
"version": "8.1.
|
|
3904
|
-
"resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-8.1.
|
|
3905
|
-
"integrity": "sha512-
|
|
3882
|
+
"version": "8.1.1",
|
|
3883
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-8.1.1.tgz",
|
|
3884
|
+
"integrity": "sha512-ih8btm91ig3CLHiWXx52mgYF1KalFONH/AQDMMpG1L+svIiPM0HYY0k4JiT4Hulz/0f0trj0SAqcuj2aFiz9KQ==",
|
|
3906
3885
|
"license": "Apache-2.0",
|
|
3907
3886
|
"dependencies": {
|
|
3908
|
-
"@salesforce/core": "^9.1.
|
|
3887
|
+
"@salesforce/core": "^9.1.4",
|
|
3909
3888
|
"@salesforce/kit": "^4.0.0",
|
|
3910
|
-
"@salesforce/source-deploy-retrieve": "^13.
|
|
3911
|
-
"@salesforce/ts-types": "^3.0.
|
|
3889
|
+
"@salesforce/source-deploy-retrieve": "^13.2.0",
|
|
3890
|
+
"@salesforce/ts-types": "^3.0.1",
|
|
3912
3891
|
"fast-xml-parser": "^5.5.7",
|
|
3913
3892
|
"graceful-fs": "^4.2.11",
|
|
3914
3893
|
"isomorphic-git": "^1.34.2",
|
|
@@ -7116,9 +7095,9 @@
|
|
|
7116
7095
|
}
|
|
7117
7096
|
},
|
|
7118
7097
|
"node_modules/eslint": {
|
|
7119
|
-
"version": "10.
|
|
7120
|
-
"resolved": "https://registry.npmjs.org/eslint/-/eslint-10.
|
|
7121
|
-
"integrity": "sha512-
|
|
7098
|
+
"version": "10.9.0",
|
|
7099
|
+
"resolved": "https://registry.npmjs.org/eslint/-/eslint-10.9.0.tgz",
|
|
7100
|
+
"integrity": "sha512-5KeEOJZBfEVA47boFiBsf+6MmmJpffM7qEBg4pLla2e4nlKgdKlqCW0oSLOGsT8Wl5uCGJptLV1bkaiShj90Gw==",
|
|
7122
7101
|
"dev": true,
|
|
7123
7102
|
"license": "MIT",
|
|
7124
7103
|
"workspaces": [
|
package/oclif.lock
CHANGED
|
@@ -1151,22 +1151,7 @@
|
|
|
1151
1151
|
"@jridgewell/resolve-uri" "^3.1.0"
|
|
1152
1152
|
"@jridgewell/sourcemap-codec" "^1.4.14"
|
|
1153
1153
|
|
|
1154
|
-
"@jsforce/jsforce-node@^3.10.17":
|
|
1155
|
-
version "3.10.19"
|
|
1156
|
-
resolved "https://registry.yarnpkg.com/@jsforce/jsforce-node/-/jsforce-node-3.10.19.tgz#ccbc539c12f4f7dff9cfdcc6cfb8f07bd840f731"
|
|
1157
|
-
integrity sha512-k7i2Tntu1fLvkMtRcKDFU64/Fr2M692ECtbwIGX6hcOh5mj+jrMa1tlvcdwffxAMl+lPYCXnY2bjErxWmP84zA==
|
|
1158
|
-
dependencies:
|
|
1159
|
-
"@sindresorhus/is" "^4"
|
|
1160
|
-
base64url "^3.0.1"
|
|
1161
|
-
csv-parse "^5.5.2"
|
|
1162
|
-
csv-stringify "^6.6.0"
|
|
1163
|
-
faye "^1.4.0"
|
|
1164
|
-
form-data "^4.0.4"
|
|
1165
|
-
multistream "^3.1.0"
|
|
1166
|
-
undici "^8.5.0"
|
|
1167
|
-
xml2js "^0.6.2"
|
|
1168
|
-
|
|
1169
|
-
"@jsforce/jsforce-node@^3.10.22":
|
|
1154
|
+
"@jsforce/jsforce-node@^3.10.17", "@jsforce/jsforce-node@^3.10.22":
|
|
1170
1155
|
version "3.10.22"
|
|
1171
1156
|
resolved "https://registry.yarnpkg.com/@jsforce/jsforce-node/-/jsforce-node-3.10.22.tgz#b15d0bfa8280dff3d2b6d5a833a6febb6bef138c"
|
|
1172
1157
|
integrity sha512-4TLjnvTlBW59NmNSsRRV5dDEepQGfBKVD0WWQlJUJwkU0d5FFxo8GbfNmCOXkjjYAe1wv7SuvMzJKcLZHU6qyw==
|
|
@@ -1420,10 +1405,10 @@
|
|
|
1420
1405
|
ts-retry-promise "^0.8.1"
|
|
1421
1406
|
zod "^4.1.12"
|
|
1422
1407
|
|
|
1423
|
-
"@salesforce/core@^9.1.
|
|
1424
|
-
version "9.1.
|
|
1425
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-9.1.
|
|
1426
|
-
integrity sha512-
|
|
1408
|
+
"@salesforce/core@^9.1.4", "@salesforce/core@^9.1.5":
|
|
1409
|
+
version "9.1.5"
|
|
1410
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-9.1.5.tgz#3f9fd2c21e9019eae5ca79abd92214ece5b15b74"
|
|
1411
|
+
integrity sha512-cRGhhZoEzozjqh9mntLhUOC9ncIW+Kj/XNrRXfHqwwBC8MRT3YiYP3SyMnyGCCcN7KPqN02E2XW3Cm4FR5bAxA==
|
|
1427
1412
|
dependencies:
|
|
1428
1413
|
"@jsforce/jsforce-node" "^3.10.22"
|
|
1429
1414
|
"@salesforce/kit" "^4.0.0"
|
|
@@ -1521,7 +1506,7 @@
|
|
|
1521
1506
|
cli-progress "^3.12.0"
|
|
1522
1507
|
terminal-link "^3.0.0"
|
|
1523
1508
|
|
|
1524
|
-
"@salesforce/source-deploy-retrieve@13.2.0", "@salesforce/source-deploy-retrieve@^13.
|
|
1509
|
+
"@salesforce/source-deploy-retrieve@13.2.0", "@salesforce/source-deploy-retrieve@^13.2.0":
|
|
1525
1510
|
version "13.2.0"
|
|
1526
1511
|
resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-13.2.0.tgz#03713452933546f2259021b6b2c59319a122b86a"
|
|
1527
1512
|
integrity sha512-4R3Sd6it/oX8IRm5JGvi6fba0318VVHz/bgsDFEchHo8ed73LU021nWJJ5hBcveHdW+MUJioO9rU7MCOYLh1uA==
|
|
@@ -1541,15 +1526,15 @@
|
|
|
1541
1526
|
proxy-agent "^6.5.0"
|
|
1542
1527
|
yaml "^2.9.0"
|
|
1543
1528
|
|
|
1544
|
-
"@salesforce/source-tracking@8.1.
|
|
1545
|
-
version "8.1.
|
|
1546
|
-
resolved "https://registry.yarnpkg.com/@salesforce/source-tracking/-/source-tracking-8.1.
|
|
1547
|
-
integrity sha512-
|
|
1529
|
+
"@salesforce/source-tracking@8.1.1":
|
|
1530
|
+
version "8.1.1"
|
|
1531
|
+
resolved "https://registry.yarnpkg.com/@salesforce/source-tracking/-/source-tracking-8.1.1.tgz#4f2a7e72a48b420571d184ea440da6d1736b2b1b"
|
|
1532
|
+
integrity sha512-ih8btm91ig3CLHiWXx52mgYF1KalFONH/AQDMMpG1L+svIiPM0HYY0k4JiT4Hulz/0f0trj0SAqcuj2aFiz9KQ==
|
|
1548
1533
|
dependencies:
|
|
1549
|
-
"@salesforce/core" "^9.1.
|
|
1534
|
+
"@salesforce/core" "^9.1.4"
|
|
1550
1535
|
"@salesforce/kit" "^4.0.0"
|
|
1551
|
-
"@salesforce/source-deploy-retrieve" "^13.
|
|
1552
|
-
"@salesforce/ts-types" "^3.0.
|
|
1536
|
+
"@salesforce/source-deploy-retrieve" "^13.2.0"
|
|
1537
|
+
"@salesforce/ts-types" "^3.0.1"
|
|
1553
1538
|
fast-xml-parser "^5.5.7"
|
|
1554
1539
|
graceful-fs "^4.2.11"
|
|
1555
1540
|
isomorphic-git "^1.34.2"
|
|
@@ -3777,10 +3762,10 @@ eslint-visitor-keys@^5.0.0, eslint-visitor-keys@^5.0.1:
|
|
|
3777
3762
|
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-5.0.1.tgz#9e3c9489697824d2d4ce3a8ad12628f91e9f59be"
|
|
3778
3763
|
integrity sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==
|
|
3779
3764
|
|
|
3780
|
-
eslint@^10.
|
|
3781
|
-
version "10.
|
|
3782
|
-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-10.
|
|
3783
|
-
integrity sha512-
|
|
3765
|
+
eslint@^10.9.0:
|
|
3766
|
+
version "10.9.0"
|
|
3767
|
+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-10.9.0.tgz#3d86068a06c6c78161a4062e69874d38f59d498b"
|
|
3768
|
+
integrity sha512-5KeEOJZBfEVA47boFiBsf+6MmmJpffM7qEBg4pLla2e4nlKgdKlqCW0oSLOGsT8Wl5uCGJptLV1bkaiShj90Gw==
|
|
3784
3769
|
dependencies:
|
|
3785
3770
|
"@eslint-community/eslint-utils" "^4.8.0"
|
|
3786
3771
|
"@eslint-community/regexpp" "^4.12.2"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jayree/sfdx-plugin-manifest",
|
|
3
3
|
"description": "A powerful Salesforce CLI plugin and Node.js library to effortlessly generate, clean up, and manage package.xml and destructiveChanges.xml manifests directly from your Salesforce orgs or from Git changes in your SF projects. Unlock faster, safer, and smarter Salesforce deployments.",
|
|
4
|
-
"version": "6.0.
|
|
4
|
+
"version": "6.0.19",
|
|
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.39",
|
|
10
10
|
"@oclif/core": "^4.14.0",
|
|
11
|
-
"@salesforce/core": "^9.1.
|
|
11
|
+
"@salesforce/core": "^9.1.5",
|
|
12
12
|
"@salesforce/kit": "^4.0.0",
|
|
13
13
|
"@salesforce/sf-plugins-core": "^13.0.3",
|
|
14
14
|
"@salesforce/source-deploy-retrieve": "13.2.0",
|
|
15
|
-
"@salesforce/source-tracking": "8.1.
|
|
15
|
+
"@salesforce/source-tracking": "8.1.1",
|
|
16
16
|
"@salesforce/ts-types": "^3.0.1",
|
|
17
17
|
"fast-deep-equal": "^3.1.3",
|
|
18
18
|
"fast-xml-parser": "^5.11.0",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"@types/node": "^26",
|
|
33
33
|
"@types/sinon": "^22.0.0",
|
|
34
34
|
"c8": "^12.0.0",
|
|
35
|
-
"eslint": "^10.
|
|
35
|
+
"eslint": "^10.9.0",
|
|
36
36
|
"eslint-config-salesforce-typescript": "^6.0.0",
|
|
37
37
|
"oclif": "^4.23.30",
|
|
38
38
|
"patch-package": "^8.0.1",
|