@jayree/sfdx-plugin-manifest 6.0.18 → 6.0.20
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 +16 -0
- package/README.md +3 -3
- package/npm-shrinkwrap.json +17 -17
- package/oclif.lock +17 -17
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,19 @@
|
|
|
1
|
+
## [6.0.20](https://github.com/jayree/sfdx-plugin-manifest/compare/6.0.19...6.0.20) (2026-08-22)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump isomorphic-git from 1.41.7 to 1.41.8 ([5f56f42](https://github.com/jayree/sfdx-plugin-manifest/commit/5f56f42931f217c7f33c797c556c4095c575e72e))
|
|
7
|
+
* throw when TREE is given a ref that cannot be resolved ([#2407](https://github.com/isomorphic-git/isomorphic-git/issues/2407)) ([fe987eb](https://github.com/isomorphic-git/isomorphic-git/commit/fe987ebb2451d9495fd87c46e694336e7be5db95))
|
|
8
|
+
|
|
9
|
+
## [6.0.19](https://github.com/jayree/sfdx-plugin-manifest/compare/6.0.18...6.0.19) (2026-08-22)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
* **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))
|
|
15
|
+
* rejiggered eslint.config.mjs (W-23928423) ([cbaa635](https://github.com/forcedotcom/source-tracking/commit/cbaa635c4c96188164ba2cf6260d9130646bf93f))
|
|
16
|
+
|
|
1
17
|
## [6.0.18](https://github.com/jayree/sfdx-plugin-manifest/compare/6.0.17...6.0.18) (2026-08-22)
|
|
2
18
|
|
|
3
19
|
|
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.20/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.20/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.20/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": "6.0.
|
|
3
|
+
"version": "6.0.20",
|
|
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.20",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@jayree/changelog": "^1.2.39",
|
|
@@ -15,13 +15,13 @@
|
|
|
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",
|
|
22
22
|
"fs-extra": "^11.4.0",
|
|
23
23
|
"graceful-fs": "^4.2.11",
|
|
24
|
-
"isomorphic-git": "1.41.
|
|
24
|
+
"isomorphic-git": "1.41.8"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
"@oclif/plugin-command-snapshot": "^5.3.35",
|
|
@@ -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",
|
|
@@ -3879,15 +3879,15 @@
|
|
|
3879
3879
|
}
|
|
3880
3880
|
},
|
|
3881
3881
|
"node_modules/@salesforce/source-tracking": {
|
|
3882
|
-
"version": "8.1.
|
|
3883
|
-
"resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-8.1.
|
|
3884
|
-
"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==",
|
|
3885
3885
|
"license": "Apache-2.0",
|
|
3886
3886
|
"dependencies": {
|
|
3887
|
-
"@salesforce/core": "^9.1.
|
|
3887
|
+
"@salesforce/core": "^9.1.4",
|
|
3888
3888
|
"@salesforce/kit": "^4.0.0",
|
|
3889
|
-
"@salesforce/source-deploy-retrieve": "^13.
|
|
3890
|
-
"@salesforce/ts-types": "^3.0.
|
|
3889
|
+
"@salesforce/source-deploy-retrieve": "^13.2.0",
|
|
3890
|
+
"@salesforce/ts-types": "^3.0.1",
|
|
3891
3891
|
"fast-xml-parser": "^5.5.7",
|
|
3892
3892
|
"graceful-fs": "^4.2.11",
|
|
3893
3893
|
"isomorphic-git": "^1.34.2",
|
|
@@ -7095,9 +7095,9 @@
|
|
|
7095
7095
|
}
|
|
7096
7096
|
},
|
|
7097
7097
|
"node_modules/eslint": {
|
|
7098
|
-
"version": "10.
|
|
7099
|
-
"resolved": "https://registry.npmjs.org/eslint/-/eslint-10.
|
|
7100
|
-
"integrity": "sha512-
|
|
7098
|
+
"version": "10.9.0",
|
|
7099
|
+
"resolved": "https://registry.npmjs.org/eslint/-/eslint-10.9.0.tgz",
|
|
7100
|
+
"integrity": "sha512-5KeEOJZBfEVA47boFiBsf+6MmmJpffM7qEBg4pLla2e4nlKgdKlqCW0oSLOGsT8Wl5uCGJptLV1bkaiShj90Gw==",
|
|
7101
7101
|
"dev": true,
|
|
7102
7102
|
"license": "MIT",
|
|
7103
7103
|
"workspaces": [
|
|
@@ -9598,9 +9598,9 @@
|
|
|
9598
9598
|
"license": "ISC"
|
|
9599
9599
|
},
|
|
9600
9600
|
"node_modules/isomorphic-git": {
|
|
9601
|
-
"version": "1.41.
|
|
9602
|
-
"resolved": "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.41.
|
|
9603
|
-
"integrity": "sha512-
|
|
9601
|
+
"version": "1.41.8",
|
|
9602
|
+
"resolved": "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.41.8.tgz",
|
|
9603
|
+
"integrity": "sha512-oLpe4Jz0wq0vER734vnFDQ/F/dkrJeD2YMnhUs7hldJ0+1MRYYZXDNeTdzHXCslWY82qrWN+/+mm7UM3yTXGYA==",
|
|
9604
9604
|
"license": "MIT",
|
|
9605
9605
|
"dependencies": {
|
|
9606
9606
|
"async-lock": "^1.4.1",
|
package/oclif.lock
CHANGED
|
@@ -1405,7 +1405,7 @@
|
|
|
1405
1405
|
ts-retry-promise "^0.8.1"
|
|
1406
1406
|
zod "^4.1.12"
|
|
1407
1407
|
|
|
1408
|
-
"@salesforce/core@^9.1.
|
|
1408
|
+
"@salesforce/core@^9.1.4", "@salesforce/core@^9.1.5":
|
|
1409
1409
|
version "9.1.5"
|
|
1410
1410
|
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-9.1.5.tgz#3f9fd2c21e9019eae5ca79abd92214ece5b15b74"
|
|
1411
1411
|
integrity sha512-cRGhhZoEzozjqh9mntLhUOC9ncIW+Kj/XNrRXfHqwwBC8MRT3YiYP3SyMnyGCCcN7KPqN02E2XW3Cm4FR5bAxA==
|
|
@@ -1506,7 +1506,7 @@
|
|
|
1506
1506
|
cli-progress "^3.12.0"
|
|
1507
1507
|
terminal-link "^3.0.0"
|
|
1508
1508
|
|
|
1509
|
-
"@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":
|
|
1510
1510
|
version "13.2.0"
|
|
1511
1511
|
resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-13.2.0.tgz#03713452933546f2259021b6b2c59319a122b86a"
|
|
1512
1512
|
integrity sha512-4R3Sd6it/oX8IRm5JGvi6fba0318VVHz/bgsDFEchHo8ed73LU021nWJJ5hBcveHdW+MUJioO9rU7MCOYLh1uA==
|
|
@@ -1526,15 +1526,15 @@
|
|
|
1526
1526
|
proxy-agent "^6.5.0"
|
|
1527
1527
|
yaml "^2.9.0"
|
|
1528
1528
|
|
|
1529
|
-
"@salesforce/source-tracking@8.1.
|
|
1530
|
-
version "8.1.
|
|
1531
|
-
resolved "https://registry.yarnpkg.com/@salesforce/source-tracking/-/source-tracking-8.1.
|
|
1532
|
-
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==
|
|
1533
1533
|
dependencies:
|
|
1534
|
-
"@salesforce/core" "^9.1.
|
|
1534
|
+
"@salesforce/core" "^9.1.4"
|
|
1535
1535
|
"@salesforce/kit" "^4.0.0"
|
|
1536
|
-
"@salesforce/source-deploy-retrieve" "^13.
|
|
1537
|
-
"@salesforce/ts-types" "^3.0.
|
|
1536
|
+
"@salesforce/source-deploy-retrieve" "^13.2.0"
|
|
1537
|
+
"@salesforce/ts-types" "^3.0.1"
|
|
1538
1538
|
fast-xml-parser "^5.5.7"
|
|
1539
1539
|
graceful-fs "^4.2.11"
|
|
1540
1540
|
isomorphic-git "^1.34.2"
|
|
@@ -3762,10 +3762,10 @@ eslint-visitor-keys@^5.0.0, eslint-visitor-keys@^5.0.1:
|
|
|
3762
3762
|
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-5.0.1.tgz#9e3c9489697824d2d4ce3a8ad12628f91e9f59be"
|
|
3763
3763
|
integrity sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==
|
|
3764
3764
|
|
|
3765
|
-
eslint@^10.
|
|
3766
|
-
version "10.
|
|
3767
|
-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-10.
|
|
3768
|
-
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==
|
|
3769
3769
|
dependencies:
|
|
3770
3770
|
"@eslint-community/eslint-utils" "^4.8.0"
|
|
3771
3771
|
"@eslint-community/regexpp" "^4.12.2"
|
|
@@ -4928,10 +4928,10 @@ isexe@^2.0.0:
|
|
|
4928
4928
|
resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10"
|
|
4929
4929
|
integrity sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==
|
|
4930
4930
|
|
|
4931
|
-
isomorphic-git@1.41.
|
|
4932
|
-
version "1.41.
|
|
4933
|
-
resolved "https://registry.yarnpkg.com/isomorphic-git/-/isomorphic-git-1.41.
|
|
4934
|
-
integrity sha512-
|
|
4931
|
+
isomorphic-git@1.41.8, isomorphic-git@^1.34.2:
|
|
4932
|
+
version "1.41.8"
|
|
4933
|
+
resolved "https://registry.yarnpkg.com/isomorphic-git/-/isomorphic-git-1.41.8.tgz#ce24c452fea0518819529632081a3a8ae82e5d88"
|
|
4934
|
+
integrity sha512-oLpe4Jz0wq0vER734vnFDQ/F/dkrJeD2YMnhUs7hldJ0+1MRYYZXDNeTdzHXCslWY82qrWN+/+mm7UM3yTXGYA==
|
|
4935
4935
|
dependencies:
|
|
4936
4936
|
async-lock "^1.4.1"
|
|
4937
4937
|
clean-git-ref "^2.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 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.20",
|
|
5
5
|
"author": "jayree",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"bugs": "https://github.com/jayree/sfdx-plugin-manifest/issues",
|
|
@@ -12,13 +12,13 @@
|
|
|
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",
|
|
19
19
|
"fs-extra": "^11.4.0",
|
|
20
20
|
"graceful-fs": "^4.2.11",
|
|
21
|
-
"isomorphic-git": "1.41.
|
|
21
|
+
"isomorphic-git": "1.41.8"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"@oclif/plugin-command-snapshot": "^5.3.35",
|
|
@@ -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",
|