@jayree/sfdx-plugin-manifest 5.0.148 → 5.0.150
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 +10 -10
- package/oclif.lock +8 -8
- package/oclif.manifest.json +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,19 @@
|
|
|
1
|
+
## [5.0.150](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.149...5.0.150) (2026-07-24)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump fs-extra from 11.3.6 to 11.4.0 ([#2344](https://github.com/jayree/sfdx-plugin-manifest/issues/2344)) ([81acfe4](https://github.com/jayree/sfdx-plugin-manifest/commit/81acfe4510ba1a3442c6662adb414868ab13aba0))
|
|
7
|
+
* Proper `EEXIST` error when trying to create a symlink and the dest already exists as a broken symlink ([#925](https://redirect.github.com/jprichardson/node-fs-extra/issues/925), [#1076](https://redirect.github.com/jprichardson/node-fs-extra/pull/1076))
|
|
8
|
+
|
|
9
|
+
## [5.0.149](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.148...5.0.149) (2026-07-20)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
* **deps:** bump isomorphic-git from 1.38.8 to 1.38.9 ([#2343](https://github.com/jayree/sfdx-plugin-manifest/issues/2343)) ([69c210e](https://github.com/jayree/sfdx-plugin-manifest/commit/69c210eb906b87cd319f3a1a22ec8a66a9167679))
|
|
15
|
+
* Preserve binary files when writing conflicted working tree ([#2380](https://github.com/isomorphic-git/isomorphic-git/issues/2380)) ([b41b1ab](https://github.com/isomorphic-git/isomorphic-git/commit/b41b1abc3df87326e639b49d0694915540d6dfb5))
|
|
16
|
+
|
|
1
17
|
## [5.0.148](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.147...5.0.148) (2026-07-20)
|
|
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/5.0.
|
|
115
|
+
_See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/5.0.150/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/5.0.
|
|
153
|
+
_See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/5.0.150/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/5.0.
|
|
233
|
+
_See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/5.0.150/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": "5.0.
|
|
3
|
+
"version": "5.0.150",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@jayree/sfdx-plugin-manifest",
|
|
9
|
-
"version": "5.0.
|
|
9
|
+
"version": "5.0.150",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@jayree/changelog": "^1.2.39",
|
|
@@ -19,9 +19,9 @@
|
|
|
19
19
|
"@salesforce/ts-types": "^2.0.12",
|
|
20
20
|
"fast-deep-equal": "^3.1.3",
|
|
21
21
|
"fast-xml-parser": "^5.10.1",
|
|
22
|
-
"fs-extra": "^11.
|
|
22
|
+
"fs-extra": "^11.4.0",
|
|
23
23
|
"graceful-fs": "^4.2.11",
|
|
24
|
-
"isomorphic-git": "1.38.
|
|
24
|
+
"isomorphic-git": "1.38.9"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
"@oclif/plugin-command-snapshot": "^5.3.31",
|
|
@@ -9956,9 +9956,9 @@
|
|
|
9956
9956
|
"license": "MIT"
|
|
9957
9957
|
},
|
|
9958
9958
|
"node_modules/fs-extra": {
|
|
9959
|
-
"version": "11.
|
|
9960
|
-
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.
|
|
9961
|
-
"integrity": "sha512-
|
|
9959
|
+
"version": "11.4.0",
|
|
9960
|
+
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.4.0.tgz",
|
|
9961
|
+
"integrity": "sha512-EQsFzMUJkCKGr1ePqlYADkIUmHW1s3ZXr5Yqy6wbGrfUCphpl2maM/kyOIRA2HpP3AaFQTZXD4ldjek+nccddA==",
|
|
9962
9962
|
"license": "MIT",
|
|
9963
9963
|
"dependencies": {
|
|
9964
9964
|
"graceful-fs": "^4.2.0",
|
|
@@ -11820,9 +11820,9 @@
|
|
|
11820
11820
|
"license": "ISC"
|
|
11821
11821
|
},
|
|
11822
11822
|
"node_modules/isomorphic-git": {
|
|
11823
|
-
"version": "1.38.
|
|
11824
|
-
"resolved": "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.38.
|
|
11825
|
-
"integrity": "sha512-
|
|
11823
|
+
"version": "1.38.9",
|
|
11824
|
+
"resolved": "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.38.9.tgz",
|
|
11825
|
+
"integrity": "sha512-3nwGo1UIScJUW2/W4KzTGA/V7Bf/AivBF4KuZGfxU+Bcz2oJo2emuxJK8hP2saZ3XfLOBqbKs+x9CLsFrn8vAg==",
|
|
11826
11826
|
"license": "MIT",
|
|
11827
11827
|
"dependencies": {
|
|
11828
11828
|
"async-lock": "^1.4.1",
|
package/oclif.lock
CHANGED
|
@@ -4525,10 +4525,10 @@ fs-extra@^10.0.0:
|
|
|
4525
4525
|
jsonfile "^6.0.1"
|
|
4526
4526
|
universalify "^2.0.0"
|
|
4527
4527
|
|
|
4528
|
-
fs-extra@^11.0.0, fs-extra@^11.3.
|
|
4529
|
-
version "11.
|
|
4530
|
-
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.
|
|
4531
|
-
integrity sha512-
|
|
4528
|
+
fs-extra@^11.0.0, fs-extra@^11.3.6, fs-extra@^11.4.0:
|
|
4529
|
+
version "11.4.0"
|
|
4530
|
+
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.4.0.tgz#f88ed6d180ac9e14b61b08e679468f0b1b6b4730"
|
|
4531
|
+
integrity sha512-EQsFzMUJkCKGr1ePqlYADkIUmHW1s3ZXr5Yqy6wbGrfUCphpl2maM/kyOIRA2HpP3AaFQTZXD4ldjek+nccddA==
|
|
4532
4532
|
dependencies:
|
|
4533
4533
|
graceful-fs "^4.2.0"
|
|
4534
4534
|
jsonfile "^6.0.1"
|
|
@@ -5541,10 +5541,10 @@ isexe@^2.0.0:
|
|
|
5541
5541
|
resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10"
|
|
5542
5542
|
integrity sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==
|
|
5543
5543
|
|
|
5544
|
-
isomorphic-git@1.38.
|
|
5545
|
-
version "1.38.
|
|
5546
|
-
resolved "https://registry.yarnpkg.com/isomorphic-git/-/isomorphic-git-1.38.
|
|
5547
|
-
integrity sha512-
|
|
5544
|
+
isomorphic-git@1.38.9, isomorphic-git@^1.34.2:
|
|
5545
|
+
version "1.38.9"
|
|
5546
|
+
resolved "https://registry.yarnpkg.com/isomorphic-git/-/isomorphic-git-1.38.9.tgz#2ab44d32b701bbb3c826128fe9fd190c2f9782d6"
|
|
5547
|
+
integrity sha512-3nwGo1UIScJUW2/W4KzTGA/V7Bf/AivBF4KuZGfxU+Bcz2oJo2emuxJK8hP2saZ3XfLOBqbKs+x9CLsFrn8vAg==
|
|
5548
5548
|
dependencies:
|
|
5549
5549
|
async-lock "^1.4.1"
|
|
5550
5550
|
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": "5.0.
|
|
4
|
+
"version": "5.0.150",
|
|
5
5
|
"author": "jayree",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"bugs": "https://github.com/jayree/sfdx-plugin-manifest/issues",
|
|
@@ -16,9 +16,9 @@
|
|
|
16
16
|
"@salesforce/ts-types": "^2.0.12",
|
|
17
17
|
"fast-deep-equal": "^3.1.3",
|
|
18
18
|
"fast-xml-parser": "^5.10.1",
|
|
19
|
-
"fs-extra": "^11.
|
|
19
|
+
"fs-extra": "^11.4.0",
|
|
20
20
|
"graceful-fs": "^4.2.11",
|
|
21
|
-
"isomorphic-git": "1.38.
|
|
21
|
+
"isomorphic-git": "1.38.9"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"@oclif/plugin-command-snapshot": "^5.3.31",
|