@jayree/sfdx-plugin-manifest 5.0.107 → 5.0.109

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 CHANGED
@@ -1,3 +1,20 @@
1
+ ## [5.0.109](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.108...5.0.109) (2026-05-31)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** bump isomorphic-git from 1.38.1 to 1.38.3 ([#2267](https://github.com/jayree/sfdx-plugin-manifest/issues/2267)) ([e591119](https://github.com/jayree/sfdx-plugin-manifest/commit/e59111937422b66c68ba4180d5c6add17befc7db))
7
+ * Improve internal error reporting guidance ([#2345](https://github.com/isomorphic-git/isomorphic-git/issues/2345)) ([955acf3](https://github.com/isomorphic-git/isomorphic-git/commit/955acf37adb69e50b98e92addb468f241cfb62e7))
8
+ * add bot authoring to release commit ([#2329](https://github.com/isomorphic-git/isomorphic-git/issues/2329)) ([328b1ba](https://github.com/isomorphic-git/isomorphic-git/commit/328b1baba0e24c91143c6a26cf947c3e34d3752b))
9
+ * add Clever Cloud logo to Acknowledgments in README ([#2334](https://github.com/isomorphic-git/isomorphic-git/issues/2334)) ([89f441d](https://github.com/isomorphic-git/isomorphic-git/commit/89f441dce81190037c919e5885db192b88b3072a))
10
+
11
+ ## [5.0.108](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.107...5.0.108) (2026-05-28)
12
+
13
+
14
+ ### Bug Fixes
15
+
16
+ * **deps:** bump tmp from 0.2.5 to 0.2.7 ([#2266](https://github.com/jayree/sfdx-plugin-manifest/issues/2266)) ([f4b4186](https://github.com/jayree/sfdx-plugin-manifest/commit/f4b4186ddc9261d458bd9a019820fc583a080f00))
17
+
1
18
  ## [5.0.107](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.106...5.0.107) (2026-05-24)
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/5.0.107/src/commands/jayree/manifest/cleanup.ts)_
115
+ _See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/5.0.109/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.107/src/commands/jayree/manifest/generate.ts)_
153
+ _See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/5.0.109/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.107/src/commands/jayree/manifest/git/diff.ts)_
233
+ _See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/5.0.109/src/commands/jayree/manifest/git/diff.ts)_
234
234
  <!-- commandsstop -->
235
235
 
236
236
  ## Performance Testing
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@jayree/sfdx-plugin-manifest",
3
- "version": "5.0.107",
3
+ "version": "5.0.109",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@jayree/sfdx-plugin-manifest",
9
- "version": "5.0.107",
9
+ "version": "5.0.109",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@jayree/changelog": "^1.2.33",
@@ -21,7 +21,7 @@
21
21
  "fast-xml-parser": "^5.8.0",
22
22
  "fs-extra": "^11.3.4",
23
23
  "graceful-fs": "^4.2.11",
24
- "isomorphic-git": "1.38.1"
24
+ "isomorphic-git": "1.38.3"
25
25
  },
26
26
  "devDependencies": {
27
27
  "@oclif/plugin-command-snapshot": "^5.3.22",
@@ -13495,9 +13495,9 @@
13495
13495
  "license": "ISC"
13496
13496
  },
13497
13497
  "node_modules/isomorphic-git": {
13498
- "version": "1.38.1",
13499
- "resolved": "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.38.1.tgz",
13500
- "integrity": "sha512-Vd2u5qDLa04fA/h5nUMU5UuffPXqg+3D3bJIV3n7Sno2qS3XMinUXRvNHrGPVy2kkC1ad5SPCC3WcpXjn0L9oQ==",
13498
+ "version": "1.38.3",
13499
+ "resolved": "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.38.3.tgz",
13500
+ "integrity": "sha512-rOpt0yIW9HD1o6mA4w2f4XP5Lj42QnccbFbhzkby6L+t9c2klQxf9seqyrw5x8JcWWnbuPuN7v7YJ7yvHj9OPA==",
13501
13501
  "license": "MIT",
13502
13502
  "dependencies": {
13503
13503
  "async-lock": "^1.4.1",
@@ -18587,9 +18587,9 @@
18587
18587
  "license": "MIT"
18588
18588
  },
18589
18589
  "node_modules/tmp": {
18590
- "version": "0.2.5",
18591
- "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.2.5.tgz",
18592
- "integrity": "sha512-voyz6MApa1rQGUxT3E+BK7/ROe8itEx7vD8/HEvt4xwXucvQ5G5oeEiHkmHZJuBO21RpOf+YYm9MOivj709jow==",
18590
+ "version": "0.2.7",
18591
+ "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.2.7.tgz",
18592
+ "integrity": "sha512-e0votIpp4Uo2AJYSzVHV6xCcawuiez3DzqDAbrTc3YxBkplN6e+dM13ZeIcZnDg/QpSuU2zfZ3rzwY8ukEnaXw==",
18593
18593
  "dev": true,
18594
18594
  "license": "MIT",
18595
18595
  "engines": {
package/oclif.lock CHANGED
@@ -5998,10 +5998,10 @@ isexe@^2.0.0:
5998
5998
  resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10"
5999
5999
  integrity sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==
6000
6000
 
6001
- isomorphic-git@1.38.1, isomorphic-git@^1.34.2:
6002
- version "1.38.1"
6003
- resolved "https://registry.yarnpkg.com/isomorphic-git/-/isomorphic-git-1.38.1.tgz#c8eb586ea06fefc483a39c072679124217665618"
6004
- integrity sha512-Vd2u5qDLa04fA/h5nUMU5UuffPXqg+3D3bJIV3n7Sno2qS3XMinUXRvNHrGPVy2kkC1ad5SPCC3WcpXjn0L9oQ==
6001
+ isomorphic-git@1.38.3, isomorphic-git@^1.34.2:
6002
+ version "1.38.3"
6003
+ resolved "https://registry.yarnpkg.com/isomorphic-git/-/isomorphic-git-1.38.3.tgz#ff00a33423f40c7afbfa2a449c9829d523195df2"
6004
+ integrity sha512-rOpt0yIW9HD1o6mA4w2f4XP5Lj42QnccbFbhzkby6L+t9c2klQxf9seqyrw5x8JcWWnbuPuN7v7YJ7yvHj9OPA==
6005
6005
  dependencies:
6006
6006
  async-lock "^1.4.1"
6007
6007
  clean-git-ref "^2.0.1"
@@ -8877,9 +8877,9 @@ tldts@^7.0.5:
8877
8877
  tldts-core "^7.0.23"
8878
8878
 
8879
8879
  tmp@^0.2.4:
8880
- version "0.2.5"
8881
- resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.2.5.tgz#b06bcd23f0f3c8357b426891726d16015abfd8f8"
8882
- integrity sha512-voyz6MApa1rQGUxT3E+BK7/ROe8itEx7vD8/HEvt4xwXucvQ5G5oeEiHkmHZJuBO21RpOf+YYm9MOivj709jow==
8880
+ version "0.2.7"
8881
+ resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.2.7.tgz#26f4db11d1601ce8012dcb8a798ece1c06a99059"
8882
+ integrity sha512-e0votIpp4Uo2AJYSzVHV6xCcawuiez3DzqDAbrTc3YxBkplN6e+dM13ZeIcZnDg/QpSuU2zfZ3rzwY8ukEnaXw==
8883
8883
 
8884
8884
  to-buffer@^1.2.0:
8885
8885
  version "1.2.2"
@@ -267,5 +267,5 @@
267
267
  ]
268
268
  }
269
269
  },
270
- "version": "5.0.107"
270
+ "version": "5.0.109"
271
271
  }
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.107",
4
+ "version": "5.0.109",
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.8.0",
19
19
  "fs-extra": "^11.3.4",
20
20
  "graceful-fs": "^4.2.11",
21
- "isomorphic-git": "1.38.1"
21
+ "isomorphic-git": "1.38.3"
22
22
  },
23
23
  "devDependencies": {
24
24
  "@oclif/plugin-command-snapshot": "^5.3.22",