@jayree/sfdx-plugin-manifest 4.0.30 → 4.0.32
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 +19 -19
- package/oclif.lock +17 -17
- package/oclif.manifest.json +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,19 @@
|
|
1
|
+
## [4.0.32](https://github.com/jayree/sfdx-plugin-manifest/compare/4.0.31...4.0.32) (2025-06-29)
|
2
|
+
|
3
|
+
|
4
|
+
### Bug Fixes
|
5
|
+
|
6
|
+
* **deps:** bump isomorphic-git from 1.32.0 to 1.32.1 ([#1839](https://github.com/jayree/sfdx-plugin-manifest/issues/1839)) ([4d05a7f](https://github.com/jayree/sfdx-plugin-manifest/commit/4d05a7fdb234c73963d9efb793579cb46a45bcc2))
|
7
|
+
* mergeTree handles modifications in both trees ([#2122](https://github.com/isomorphic-git/isomorphic-git/issues/2122)) ([186b428](https://github.com/isomorphic-git/isomorphic-git/commit/186b42824afcdfb1f4ff392727f2cb58e9244ecf))
|
8
|
+
|
9
|
+
## [4.0.31](https://github.com/jayree/sfdx-plugin-manifest/compare/4.0.30...4.0.31) (2025-06-29)
|
10
|
+
|
11
|
+
|
12
|
+
### Bug Fixes
|
13
|
+
|
14
|
+
* **deps:** bump @salesforce/source-tracking from 7.4.6 to 7.4.7 ([#1841](https://github.com/jayree/sfdx-plugin-manifest/issues/1841)) ([8d01078](https://github.com/jayree/sfdx-plugin-manifest/commit/8d01078c47fdb33359bfbd4a0e10ae3025720349))
|
15
|
+
* **deps:** bump @salesforce/core from 8.14.0 to 8.15.0 ([5013f3c](https://github.com/forcedotcom/source-tracking/commit/5013f3cd590e9a24ecab4da1375bd55f73dfd566))
|
16
|
+
|
1
17
|
## [4.0.30](https://github.com/jayree/sfdx-plugin-manifest/compare/4.0.29...4.0.30) (2025-06-27)
|
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/4.0.
|
115
|
+
_See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/4.0.32/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.32/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.32/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.32",
|
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.32",
|
10
10
|
"license": "Apache-2.0",
|
11
11
|
"dependencies": {
|
12
12
|
"@jayree/changelog": "^1.2.10",
|
@@ -15,13 +15,13 @@
|
|
15
15
|
"@salesforce/kit": "^3.2.3",
|
16
16
|
"@salesforce/sf-plugins-core": "^12.2.3",
|
17
17
|
"@salesforce/source-deploy-retrieve": "12.20.1",
|
18
|
-
"@salesforce/source-tracking": "7.4.
|
18
|
+
"@salesforce/source-tracking": "7.4.7",
|
19
19
|
"@salesforce/ts-types": "^2.0.12",
|
20
20
|
"fast-deep-equal": "^3.1.3",
|
21
21
|
"fast-xml-parser": "^5.2.5",
|
22
22
|
"fs-extra": "^11.3.0",
|
23
23
|
"graceful-fs": "^4.2.11",
|
24
|
-
"isomorphic-git": "1.32.
|
24
|
+
"isomorphic-git": "1.32.1"
|
25
25
|
},
|
26
26
|
"devDependencies": {
|
27
27
|
"@oclif/plugin-command-snapshot": "^5.3.2",
|
@@ -34,11 +34,11 @@
|
|
34
34
|
"c8": "^10.1.3",
|
35
35
|
"eslint-config-oclif": "^6.0.76",
|
36
36
|
"eslint-config-salesforce-license": "^1.0.1",
|
37
|
-
"eslint-plugin-prettier": "^5.5.
|
37
|
+
"eslint-plugin-prettier": "^5.5.1",
|
38
38
|
"eslint-plugin-sf-plugin": "^1.20.26",
|
39
39
|
"oclif": "^4.20.1",
|
40
40
|
"patch-package": "^8.0.0",
|
41
|
-
"prettier": "^3.6.
|
41
|
+
"prettier": "^3.6.2",
|
42
42
|
"pretty-quick": "^4.2.2",
|
43
43
|
"ts-node": "^10.9.2",
|
44
44
|
"typescript": "^5.8.3"
|
@@ -4149,13 +4149,13 @@
|
|
4149
4149
|
}
|
4150
4150
|
},
|
4151
4151
|
"node_modules/@salesforce/source-tracking": {
|
4152
|
-
"version": "7.4.
|
4153
|
-
"resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.4.
|
4154
|
-
"integrity": "sha512-
|
4152
|
+
"version": "7.4.7",
|
4153
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.4.7.tgz",
|
4154
|
+
"integrity": "sha512-ysv7loc8Qboi5jroKYeYFrXCuRFJT0k+g3lpefT8NfQwZNm8GyoUlKOw2AlfeE3gIorHUq3N7oWxjX8xUDDa4g==",
|
4155
4155
|
"license": "Apache-2.0",
|
4156
4156
|
"dependencies": {
|
4157
4157
|
"@oclif/core": "^4.4.0",
|
4158
|
-
"@salesforce/core": "^8.
|
4158
|
+
"@salesforce/core": "^8.15.0",
|
4159
4159
|
"@salesforce/kit": "^3.2.3",
|
4160
4160
|
"@salesforce/source-deploy-retrieve": "^12.20.1",
|
4161
4161
|
"@salesforce/ts-types": "^2.0.12",
|
@@ -10697,9 +10697,9 @@
|
|
10697
10697
|
}
|
10698
10698
|
},
|
10699
10699
|
"node_modules/eslint-plugin-prettier": {
|
10700
|
-
"version": "5.5.
|
10701
|
-
"resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-5.5.
|
10702
|
-
"integrity": "sha512-
|
10700
|
+
"version": "5.5.1",
|
10701
|
+
"resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-5.5.1.tgz",
|
10702
|
+
"integrity": "sha512-dobTkHT6XaEVOo8IO90Q4DOSxnm3Y151QxPJlM/vKC0bVy+d6cVWQZLlFiuZPP0wS6vZwSKeJgKkcS+KfMBlRw==",
|
10703
10703
|
"dev": true,
|
10704
10704
|
"license": "MIT",
|
10705
10705
|
"dependencies": {
|
@@ -13462,9 +13462,9 @@
|
|
13462
13462
|
"license": "ISC"
|
13463
13463
|
},
|
13464
13464
|
"node_modules/isomorphic-git": {
|
13465
|
-
"version": "1.32.
|
13466
|
-
"resolved": "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.32.
|
13467
|
-
"integrity": "sha512-
|
13465
|
+
"version": "1.32.1",
|
13466
|
+
"resolved": "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.32.1.tgz",
|
13467
|
+
"integrity": "sha512-NZCS7qpLkCZ1M/IrujYBD31sM6pd/fMVArK4fz4I7h6m0rUW2AsYU7S7zXeABuHL6HIfW6l53b4UQ/K441CQjg==",
|
13468
13468
|
"license": "MIT",
|
13469
13469
|
"dependencies": {
|
13470
13470
|
"async-lock": "^1.4.1",
|
@@ -16395,9 +16395,9 @@
|
|
16395
16395
|
}
|
16396
16396
|
},
|
16397
16397
|
"node_modules/prettier": {
|
16398
|
-
"version": "3.6.
|
16399
|
-
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.6.
|
16400
|
-
"integrity": "sha512-
|
16398
|
+
"version": "3.6.2",
|
16399
|
+
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.6.2.tgz",
|
16400
|
+
"integrity": "sha512-I7AIg5boAr5R0FFtJ6rCfD+LFsWHp81dolrFD8S79U9tb8Az2nGrJncnMSnys+bpQJfRUzqs9hnA81OAA3hCuQ==",
|
16401
16401
|
"dev": true,
|
16402
16402
|
"license": "MIT",
|
16403
16403
|
"bin": {
|
package/oclif.lock
CHANGED
@@ -1714,13 +1714,13 @@
|
|
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.7":
|
1718
|
+
version "7.4.7"
|
1719
|
+
resolved "https://registry.yarnpkg.com/@salesforce/source-tracking/-/source-tracking-7.4.7.tgz#daa44ad1eeaf9f4dff36069c47c536062ab0eeb3"
|
1720
|
+
integrity sha512-ysv7loc8Qboi5jroKYeYFrXCuRFJT0k+g3lpefT8NfQwZNm8GyoUlKOw2AlfeE3gIorHUq3N7oWxjX8xUDDa4g==
|
1721
1721
|
dependencies:
|
1722
1722
|
"@oclif/core" "^4.4.0"
|
1723
|
-
"@salesforce/core" "^8.
|
1723
|
+
"@salesforce/core" "^8.15.0"
|
1724
1724
|
"@salesforce/kit" "^3.2.3"
|
1725
1725
|
"@salesforce/source-deploy-retrieve" "^12.20.1"
|
1726
1726
|
"@salesforce/ts-types" "^2.0.12"
|
@@ -4837,10 +4837,10 @@ eslint-plugin-perfectionist@^4:
|
|
4837
4837
|
"@typescript-eslint/utils" "^8.24.0"
|
4838
4838
|
natural-orderby "^5.0.0"
|
4839
4839
|
|
4840
|
-
eslint-plugin-prettier@^5.5.
|
4841
|
-
version "5.5.
|
4842
|
-
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.5.
|
4843
|
-
integrity sha512-
|
4840
|
+
eslint-plugin-prettier@^5.5.1:
|
4841
|
+
version "5.5.1"
|
4842
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.5.1.tgz#470820964de9aedb37e9ce62c3266d2d26d08d15"
|
4843
|
+
integrity sha512-dobTkHT6XaEVOo8IO90Q4DOSxnm3Y151QxPJlM/vKC0bVy+d6cVWQZLlFiuZPP0wS6vZwSKeJgKkcS+KfMBlRw==
|
4844
4844
|
dependencies:
|
4845
4845
|
prettier-linter-helpers "^1.0.0"
|
4846
4846
|
synckit "^0.11.7"
|
@@ -6360,10 +6360,10 @@ isexe@^2.0.0:
|
|
6360
6360
|
resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10"
|
6361
6361
|
integrity sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==
|
6362
6362
|
|
6363
|
-
isomorphic-git@1.32.
|
6364
|
-
version "1.32.
|
6365
|
-
resolved "https://registry.yarnpkg.com/isomorphic-git/-/isomorphic-git-1.32.
|
6366
|
-
integrity sha512-
|
6363
|
+
isomorphic-git@1.32.1, isomorphic-git@^1.30.1:
|
6364
|
+
version "1.32.1"
|
6365
|
+
resolved "https://registry.yarnpkg.com/isomorphic-git/-/isomorphic-git-1.32.1.tgz#08669563c35a4255a26e772ff16cce7a342949a2"
|
6366
|
+
integrity sha512-NZCS7qpLkCZ1M/IrujYBD31sM6pd/fMVArK4fz4I7h6m0rUW2AsYU7S7zXeABuHL6HIfW6l53b4UQ/K441CQjg==
|
6367
6367
|
dependencies:
|
6368
6368
|
async-lock "^1.4.1"
|
6369
6369
|
clean-git-ref "^2.0.1"
|
@@ -7957,10 +7957,10 @@ prettier@^2.8.8:
|
|
7957
7957
|
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.8.tgz#e8c5d7e98a4305ffe3de2e1fc4aca1a71c28b1da"
|
7958
7958
|
integrity sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==
|
7959
7959
|
|
7960
|
-
prettier@^3.6.
|
7961
|
-
version "3.6.
|
7962
|
-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.6.
|
7963
|
-
integrity sha512-
|
7960
|
+
prettier@^3.6.2:
|
7961
|
+
version "3.6.2"
|
7962
|
+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.6.2.tgz#ccda02a1003ebbb2bfda6f83a074978f608b9393"
|
7963
|
+
integrity sha512-I7AIg5boAr5R0FFtJ6rCfD+LFsWHp81dolrFD8S79U9tb8Az2nGrJncnMSnys+bpQJfRUzqs9hnA81OAA3hCuQ==
|
7964
7964
|
|
7965
7965
|
pretty-quick@^3.3.1:
|
7966
7966
|
version "3.3.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": "4.0.
|
4
|
+
"version": "4.0.32",
|
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": "^3.2.3",
|
13
13
|
"@salesforce/sf-plugins-core": "^12.2.3",
|
14
14
|
"@salesforce/source-deploy-retrieve": "12.20.1",
|
15
|
-
"@salesforce/source-tracking": "7.4.
|
15
|
+
"@salesforce/source-tracking": "7.4.7",
|
16
16
|
"@salesforce/ts-types": "^2.0.12",
|
17
17
|
"fast-deep-equal": "^3.1.3",
|
18
18
|
"fast-xml-parser": "^5.2.5",
|
19
19
|
"fs-extra": "^11.3.0",
|
20
20
|
"graceful-fs": "^4.2.11",
|
21
|
-
"isomorphic-git": "1.32.
|
21
|
+
"isomorphic-git": "1.32.1"
|
22
22
|
},
|
23
23
|
"devDependencies": {
|
24
24
|
"@oclif/plugin-command-snapshot": "^5.3.2",
|
@@ -31,11 +31,11 @@
|
|
31
31
|
"c8": "^10.1.3",
|
32
32
|
"eslint-config-oclif": "^6.0.76",
|
33
33
|
"eslint-config-salesforce-license": "^1.0.1",
|
34
|
-
"eslint-plugin-prettier": "^5.5.
|
34
|
+
"eslint-plugin-prettier": "^5.5.1",
|
35
35
|
"eslint-plugin-sf-plugin": "^1.20.26",
|
36
36
|
"oclif": "^4.20.1",
|
37
37
|
"patch-package": "^8.0.0",
|
38
|
-
"prettier": "^3.6.
|
38
|
+
"prettier": "^3.6.2",
|
39
39
|
"pretty-quick": "^4.2.2",
|
40
40
|
"ts-node": "^10.9.2",
|
41
41
|
"typescript": "^5.8.3"
|