@jayree/sfdx-plugin-manifest 5.0.154 → 5.0.156
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 +18 -0
- package/README.md +3 -3
- package/npm-shrinkwrap.json +13 -13
- package/oclif.lock +11 -11
- package/oclif.manifest.json +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,21 @@
|
|
|
1
|
+
## [5.0.156](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.155...5.0.156) (2026-07-24)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump fast-uri from 3.1.2 to 3.1.4 ([#2351](https://github.com/jayree/sfdx-plugin-manifest/issues/2351)) ([446c8d3](https://github.com/jayree/sfdx-plugin-manifest/commit/446c8d3d569f69dbdecb77fd02e323999222b3e9))
|
|
7
|
+
* Fixes: https://github.com/fastify/fast-uri/security/advisories/GHSA-4c8g-83qw-93j6
|
|
8
|
+
|
|
9
|
+
## [5.0.155](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.154...5.0.155) (2026-07-24)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
* **deps:** bump isomorphic-git from 1.38.9 to 1.40.0 ([#2347](https://github.com/jayree/sfdx-plugin-manifest/issues/2347)) ([04555eb](https://github.com/jayree/sfdx-plugin-manifest/commit/04555ebab0fddeeaeabd59c24a468979e4f37486))
|
|
15
|
+
* **commit:** add disallowEmpty option ([#2384](https://github.com/isomorphic-git/isomorphic-git/issues/2384)) ([bb1c7c2](https://github.com/isomorphic-git/isomorphic-git/commit/bb1c7c2190394f475c2d29489511f51351a992b5))
|
|
16
|
+
* **log:** include changed file object ids ([#2385](https://github.com/isomorphic-git/isomorphic-git/issues/2385)) ([5aff8af](https://github.com/isomorphic-git/isomorphic-git/commit/5aff8afa3135eb15b8507619ea3cd30526ebbe69))
|
|
17
|
+
* **statusMatrix:** do not traverse symlinks in GitWalkerFs ([#1215](https://github.com/isomorphic-git/isomorphic-git/issues/1215)) ([#2382](https://github.com/isomorphic-git/isomorphic-git/issues/2382)) ([90ea101](https://github.com/isomorphic-git/isomorphic-git/commit/90ea101d329daa84b99cc0140a6275896ebbaf68))
|
|
18
|
+
|
|
1
19
|
## [5.0.154](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.153...5.0.154) (2026-07-24)
|
|
2
20
|
|
|
3
21
|
|
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.156/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.156/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.156/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.156",
|
|
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.156",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@jayree/changelog": "^1.2.39",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"fast-xml-parser": "^5.10.1",
|
|
22
22
|
"fs-extra": "^11.4.0",
|
|
23
23
|
"graceful-fs": "^4.2.11",
|
|
24
|
-
"isomorphic-git": "1.
|
|
24
|
+
"isomorphic-git": "1.40.0"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
"@oclif/plugin-command-snapshot": "^5.3.31",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"eslint-config-salesforce-license": "^1.0.2",
|
|
36
36
|
"eslint-plugin-prettier": "^5.5.6",
|
|
37
37
|
"eslint-plugin-sf-plugin": "^1.20.33",
|
|
38
|
-
"oclif": "^4.23.
|
|
38
|
+
"oclif": "^4.23.28",
|
|
39
39
|
"patch-package": "^8.0.1",
|
|
40
40
|
"prettier": "^3.9.6",
|
|
41
41
|
"pretty-quick": "^4.2.2",
|
|
@@ -9604,9 +9604,9 @@
|
|
|
9604
9604
|
}
|
|
9605
9605
|
},
|
|
9606
9606
|
"node_modules/fast-uri": {
|
|
9607
|
-
"version": "3.1.
|
|
9608
|
-
"resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.
|
|
9609
|
-
"integrity": "sha512-
|
|
9607
|
+
"version": "3.1.4",
|
|
9608
|
+
"resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.4.tgz",
|
|
9609
|
+
"integrity": "sha512-8JnbkQ4juDyvYs4mgFGQqg4yCYtFDtUtmp2QIQq11ZZe5CFQ5wcqm1rqDgAh/QdMySuBnPzMUiJUNZG5N/AiQw==",
|
|
9610
9610
|
"funding": [
|
|
9611
9611
|
{
|
|
9612
9612
|
"type": "github",
|
|
@@ -11820,9 +11820,9 @@
|
|
|
11820
11820
|
"license": "ISC"
|
|
11821
11821
|
},
|
|
11822
11822
|
"node_modules/isomorphic-git": {
|
|
11823
|
-
"version": "1.
|
|
11824
|
-
"resolved": "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.
|
|
11825
|
-
"integrity": "sha512
|
|
11823
|
+
"version": "1.40.0",
|
|
11824
|
+
"resolved": "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.40.0.tgz",
|
|
11825
|
+
"integrity": "sha512-/CbnxwZqIm17y3c/z0INbkgEKSvFerXtO/NGgaRxZ8nvL3eoMtbjuAS7f4Pj7lZzj8HaultvDD1ClJTBVDl89g==",
|
|
11826
11826
|
"license": "MIT",
|
|
11827
11827
|
"dependencies": {
|
|
11828
11828
|
"async-lock": "^1.4.1",
|
|
@@ -13968,9 +13968,9 @@
|
|
|
13968
13968
|
}
|
|
13969
13969
|
},
|
|
13970
13970
|
"node_modules/oclif": {
|
|
13971
|
-
"version": "4.23.
|
|
13972
|
-
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.23.
|
|
13973
|
-
"integrity": "sha512-
|
|
13971
|
+
"version": "4.23.28",
|
|
13972
|
+
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.23.28.tgz",
|
|
13973
|
+
"integrity": "sha512-u0Jo1RAo5zrZUhrTTxGGicjZ606L7dYV+L1VoFstA5RfV7pktEE6lVs3ueELQcNUgkUvofAiZqleocZCBA/Hqg==",
|
|
13974
13974
|
"dev": true,
|
|
13975
13975
|
"license": "MIT",
|
|
13976
13976
|
"dependencies": {
|
package/oclif.lock
CHANGED
|
@@ -4333,9 +4333,9 @@ fast-string-width@^3.0.2:
|
|
|
4333
4333
|
fast-string-truncated-width "^3.0.2"
|
|
4334
4334
|
|
|
4335
4335
|
fast-uri@^3.0.1:
|
|
4336
|
-
version "3.1.
|
|
4337
|
-
resolved "https://registry.yarnpkg.com/fast-uri/-/fast-uri-3.1.
|
|
4338
|
-
integrity sha512-
|
|
4336
|
+
version "3.1.4"
|
|
4337
|
+
resolved "https://registry.yarnpkg.com/fast-uri/-/fast-uri-3.1.4.tgz#3b3daf9ce68f41f956df0b505132c0cfce9ec7af"
|
|
4338
|
+
integrity sha512-8JnbkQ4juDyvYs4mgFGQqg4yCYtFDtUtmp2QIQq11ZZe5CFQ5wcqm1rqDgAh/QdMySuBnPzMUiJUNZG5N/AiQw==
|
|
4339
4339
|
|
|
4340
4340
|
fast-wrap-ansi@^0.2.0:
|
|
4341
4341
|
version "0.2.0"
|
|
@@ -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.
|
|
5545
|
-
version "1.
|
|
5546
|
-
resolved "https://registry.yarnpkg.com/isomorphic-git/-/isomorphic-git-1.
|
|
5547
|
-
integrity sha512
|
|
5544
|
+
isomorphic-git@1.40.0, isomorphic-git@^1.34.2:
|
|
5545
|
+
version "1.40.0"
|
|
5546
|
+
resolved "https://registry.yarnpkg.com/isomorphic-git/-/isomorphic-git-1.40.0.tgz#50659827b6dc3d97ccd9d6b6a10cf91266dc3581"
|
|
5547
|
+
integrity sha512-/CbnxwZqIm17y3c/z0INbkgEKSvFerXtO/NGgaRxZ8nvL3eoMtbjuAS7f4Pj7lZzj8HaultvDD1ClJTBVDl89g==
|
|
5548
5548
|
dependencies:
|
|
5549
5549
|
async-lock "^1.4.1"
|
|
5550
5550
|
clean-git-ref "^2.0.1"
|
|
@@ -6696,10 +6696,10 @@ object.values@^1.2.1:
|
|
|
6696
6696
|
define-properties "^1.2.1"
|
|
6697
6697
|
es-object-atoms "^1.0.0"
|
|
6698
6698
|
|
|
6699
|
-
oclif@^4.23.
|
|
6700
|
-
version "4.23.
|
|
6701
|
-
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.23.
|
|
6702
|
-
integrity sha512-
|
|
6699
|
+
oclif@^4.23.28:
|
|
6700
|
+
version "4.23.28"
|
|
6701
|
+
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.23.28.tgz#866ac0cbf2f1fbe3d484b4919b5721dea47e14b5"
|
|
6702
|
+
integrity sha512-u0Jo1RAo5zrZUhrTTxGGicjZ606L7dYV+L1VoFstA5RfV7pktEE6lVs3ueELQcNUgkUvofAiZqleocZCBA/Hqg==
|
|
6703
6703
|
dependencies:
|
|
6704
6704
|
"@aws-sdk/client-cloudfront" "^3.1079.0"
|
|
6705
6705
|
"@aws-sdk/client-s3" "^3.1079.0"
|
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.156",
|
|
5
5
|
"author": "jayree",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"bugs": "https://github.com/jayree/sfdx-plugin-manifest/issues",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"fast-xml-parser": "^5.10.1",
|
|
19
19
|
"fs-extra": "^11.4.0",
|
|
20
20
|
"graceful-fs": "^4.2.11",
|
|
21
|
-
"isomorphic-git": "1.
|
|
21
|
+
"isomorphic-git": "1.40.0"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"@oclif/plugin-command-snapshot": "^5.3.31",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"eslint-config-salesforce-license": "^1.0.2",
|
|
33
33
|
"eslint-plugin-prettier": "^5.5.6",
|
|
34
34
|
"eslint-plugin-sf-plugin": "^1.20.33",
|
|
35
|
-
"oclif": "^4.23.
|
|
35
|
+
"oclif": "^4.23.28",
|
|
36
36
|
"patch-package": "^8.0.1",
|
|
37
37
|
"prettier": "^3.9.6",
|
|
38
38
|
"pretty-quick": "^4.2.2",
|