@jayree/sfdx-plugin-manifest 5.0.134 → 5.0.136

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,21 @@
1
+ ## [5.0.136](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.135...5.0.136) (2026-07-06)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** bump @oclif/core from 4.11.11 to 4.11.14 ([#2316](https://github.com/jayree/sfdx-plugin-manifest/issues/2316)) ([2c38f48](https://github.com/jayree/sfdx-plugin-manifest/commit/2c38f48d3669d1b277a1b01589a5149caa8158ab))
7
+ * **deps:** bump @sigstore/verify from 3.1.0 to 3.1.1 ([e00068f](https://github.com/oclif/core/commit/e00068f19a0a4a1ae6cb8ab7c2cb39cf504f0f36))
8
+ * **deps:** bump sigstore from 4.1.0 to 4.1.1 ([5d7fe54](https://github.com/oclif/core/commit/5d7fe5425b666451ad6573859d34a4d55b830850))
9
+ * **deps:** bump @sigstore/core from 3.2.0 to 3.2.1 ([b45271f](https://github.com/oclif/core/commit/b45271f2816313df69b292778b46c317a7c629a1))
10
+
11
+ ## [5.0.135](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.134...5.0.135) (2026-07-06)
12
+
13
+
14
+ ### Bug Fixes
15
+
16
+ * **deps:** bump isomorphic-git from 1.38.5 to 1.38.6 ([#2323](https://github.com/jayree/sfdx-plugin-manifest/issues/2323)) ([3c52555](https://github.com/jayree/sfdx-plugin-manifest/commit/3c525554cb95c71da6162bd3274922be8a6df4b9))
17
+ * fixing git internals ([#2370](https://github.com/isomorphic-git/isomorphic-git/issues/2370)) ([823843d](https://github.com/isomorphic-git/isomorphic-git/commit/823843d1cd19182df79bc907c767f5bcecb39a0b))
18
+
1
19
  ## [5.0.134](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.133...5.0.134) (2026-07-06)
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.134/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.136/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.134/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.136/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.134/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.136/src/commands/jayree/manifest/git/diff.ts)_
234
234
  <!-- commandsstop -->
235
235
 
236
236
  ## Performance Testing
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@jayree/sfdx-plugin-manifest",
3
- "version": "5.0.134",
3
+ "version": "5.0.136",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@jayree/sfdx-plugin-manifest",
9
- "version": "5.0.134",
9
+ "version": "5.0.136",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@jayree/changelog": "^1.2.38",
13
- "@oclif/core": "^4.11.11",
13
+ "@oclif/core": "^4.11.14",
14
14
  "@salesforce/core": "^8.31.4",
15
15
  "@salesforce/kit": "^3.2.6",
16
16
  "@salesforce/sf-plugins-core": "^12.2.25",
@@ -21,7 +21,7 @@
21
21
  "fast-xml-parser": "^5.9.3",
22
22
  "fs-extra": "^11.3.4",
23
23
  "graceful-fs": "^4.2.11",
24
- "isomorphic-git": "1.38.5"
24
+ "isomorphic-git": "1.38.6"
25
25
  },
26
26
  "devDependencies": {
27
27
  "@oclif/plugin-command-snapshot": "^5.3.29",
@@ -37,7 +37,7 @@
37
37
  "eslint-plugin-sf-plugin": "^1.20.33",
38
38
  "oclif": "^4.23.23",
39
39
  "patch-package": "^8.0.1",
40
- "prettier": "^3.9.1",
40
+ "prettier": "^3.9.4",
41
41
  "pretty-quick": "^4.2.2",
42
42
  "ts-node": "^10.9.2",
43
43
  "typescript": "^6.0.3"
@@ -3016,9 +3016,9 @@
3016
3016
  }
3017
3017
  },
3018
3018
  "node_modules/@oclif/core": {
3019
- "version": "4.11.11",
3020
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.11.11.tgz",
3021
- "integrity": "sha512-LoGzrvkH9I8dwhxuLafcf90MAp+fYfAiAhpyixaVAWaclIgs+vXeMMQwBG90/wqjdygIKcFAqNnNJrfl3s3X8Q==",
3019
+ "version": "4.11.14",
3020
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.11.14.tgz",
3021
+ "integrity": "sha512-cZ5Ktd+rT0PO+o7KBH4vRFTgg+xMLf8F41WK39p8MkXEViZA/Qqe+4lzZT6102zgUxMORET1HtF9t5w8CB3tnQ==",
3022
3022
  "license": "MIT",
3023
3023
  "dependencies": {
3024
3024
  "ansi-escapes": "^4.3.2",
@@ -12094,9 +12094,9 @@
12094
12094
  "license": "ISC"
12095
12095
  },
12096
12096
  "node_modules/isomorphic-git": {
12097
- "version": "1.38.5",
12098
- "resolved": "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.38.5.tgz",
12099
- "integrity": "sha512-4HBmx1UB+SdRaQh7+zN7lvFQxc4zl7s0oIM/1+5xveu6+QrOeFfx5QDeRNpqCzFHICISEdbK7GilsTsrgE006Q==",
12097
+ "version": "1.38.6",
12098
+ "resolved": "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.38.6.tgz",
12099
+ "integrity": "sha512-lCmZ1m2R0LqbZ4QATtLCxhwNBQPNJc74R81dfyF90yLqP8xs2DZLedcnkVuRj6th/L2HYoIvWP5lBpS1ooAagw==",
12100
12100
  "license": "MIT",
12101
12101
  "dependencies": {
12102
12102
  "async-lock": "^1.4.1",
@@ -15133,9 +15133,9 @@
15133
15133
  }
15134
15134
  },
15135
15135
  "node_modules/prettier": {
15136
- "version": "3.9.1",
15137
- "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.9.1.tgz",
15138
- "integrity": "sha512-ppiDo2CSwexck1eyZUwJHg/N3nf1+6IRCv7W/VJ5vaLnVCmB7+3CdRfMwoCHBBX6xTrREDTksZ4OZl5SSf4zXA==",
15136
+ "version": "3.9.4",
15137
+ "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.9.4.tgz",
15138
+ "integrity": "sha512-yWG/o/4oJfo036EKAfK6ACAoDOfHeRHx4tuxkfBZiauURiaSmYwlpOr5LQqKtIkRD2z1PLteme2WoxEnj4tHTg==",
15139
15139
  "dev": true,
15140
15140
  "license": "MIT",
15141
15141
  "bin": {
package/oclif.lock CHANGED
@@ -1307,10 +1307,10 @@
1307
1307
  resolved "https://registry.yarnpkg.com/@nolyfill/is-core-module/-/is-core-module-1.0.39.tgz#3dc35ba0f1e66b403c00b39344f870298ebb1c8e"
1308
1308
  integrity sha512-nn5ozdjYQpUCZlWGuxcJY/KpxkWQs4DcbMCmKojjyrYDEAGy4Ce19NN4v5MduafTwJlbKc99UA8YhSVqq9yPZA==
1309
1309
 
1310
- "@oclif/core@^4", "@oclif/core@^4.11.11", "@oclif/core@^4.11.4":
1311
- version "4.11.11"
1312
- resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.11.11.tgz#bd5c7d79285c12a43e5830b3362773dbe6048878"
1313
- integrity sha512-LoGzrvkH9I8dwhxuLafcf90MAp+fYfAiAhpyixaVAWaclIgs+vXeMMQwBG90/wqjdygIKcFAqNnNJrfl3s3X8Q==
1310
+ "@oclif/core@^4", "@oclif/core@^4.11.14", "@oclif/core@^4.11.4":
1311
+ version "4.11.14"
1312
+ resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.11.14.tgz#45cc28d78a5ea2ac9d1586c57e537771394da44c"
1313
+ integrity sha512-cZ5Ktd+rT0PO+o7KBH4vRFTgg+xMLf8F41WK39p8MkXEViZA/Qqe+4lzZT6102zgUxMORET1HtF9t5w8CB3tnQ==
1314
1314
  dependencies:
1315
1315
  ansi-escapes "^4.3.2"
1316
1316
  ansis "^3.17.0"
@@ -5664,10 +5664,10 @@ isexe@^2.0.0:
5664
5664
  resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10"
5665
5665
  integrity sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==
5666
5666
 
5667
- isomorphic-git@1.38.5, isomorphic-git@^1.34.2:
5668
- version "1.38.5"
5669
- resolved "https://registry.yarnpkg.com/isomorphic-git/-/isomorphic-git-1.38.5.tgz#958ab2a79e044108f3a4d55c6055fa8f85140bc9"
5670
- integrity sha512-4HBmx1UB+SdRaQh7+zN7lvFQxc4zl7s0oIM/1+5xveu6+QrOeFfx5QDeRNpqCzFHICISEdbK7GilsTsrgE006Q==
5667
+ isomorphic-git@1.38.6, isomorphic-git@^1.34.2:
5668
+ version "1.38.6"
5669
+ resolved "https://registry.yarnpkg.com/isomorphic-git/-/isomorphic-git-1.38.6.tgz#326cf48d472b9edc5cd81d6a7267dcfae44e029d"
5670
+ integrity sha512-lCmZ1m2R0LqbZ4QATtLCxhwNBQPNJc74R81dfyF90yLqP8xs2DZLedcnkVuRj6th/L2HYoIvWP5lBpS1ooAagw==
5671
5671
  dependencies:
5672
5672
  async-lock "^1.4.1"
5673
5673
  clean-git-ref "^2.0.1"
@@ -7289,10 +7289,10 @@ prettier@^2.8.8:
7289
7289
  resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.8.tgz#e8c5d7e98a4305ffe3de2e1fc4aca1a71c28b1da"
7290
7290
  integrity sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==
7291
7291
 
7292
- prettier@^3.9.1:
7293
- version "3.9.1"
7294
- resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.9.1.tgz#5868bcf16456bfe145ddbfa107c623b6f39e332c"
7295
- integrity sha512-ppiDo2CSwexck1eyZUwJHg/N3nf1+6IRCv7W/VJ5vaLnVCmB7+3CdRfMwoCHBBX6xTrREDTksZ4OZl5SSf4zXA==
7292
+ prettier@^3.9.4:
7293
+ version "3.9.4"
7294
+ resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.9.4.tgz#a9c477cf1614376bd1f6bbc593d8c0d414bcec87"
7295
+ integrity sha512-yWG/o/4oJfo036EKAfK6ACAoDOfHeRHx4tuxkfBZiauURiaSmYwlpOr5LQqKtIkRD2z1PLteme2WoxEnj4tHTg==
7296
7296
 
7297
7297
  pretty-quick@^3.3.1:
7298
7298
  version "3.3.1"
@@ -267,5 +267,5 @@
267
267
  ]
268
268
  }
269
269
  },
270
- "version": "5.0.134"
270
+ "version": "5.0.136"
271
271
  }
package/package.json CHANGED
@@ -1,13 +1,13 @@
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.134",
4
+ "version": "5.0.136",
5
5
  "author": "jayree",
6
6
  "type": "module",
7
7
  "bugs": "https://github.com/jayree/sfdx-plugin-manifest/issues",
8
8
  "dependencies": {
9
9
  "@jayree/changelog": "^1.2.38",
10
- "@oclif/core": "^4.11.11",
10
+ "@oclif/core": "^4.11.14",
11
11
  "@salesforce/core": "^8.31.4",
12
12
  "@salesforce/kit": "^3.2.6",
13
13
  "@salesforce/sf-plugins-core": "^12.2.25",
@@ -18,7 +18,7 @@
18
18
  "fast-xml-parser": "^5.9.3",
19
19
  "fs-extra": "^11.3.4",
20
20
  "graceful-fs": "^4.2.11",
21
- "isomorphic-git": "1.38.5"
21
+ "isomorphic-git": "1.38.6"
22
22
  },
23
23
  "devDependencies": {
24
24
  "@oclif/plugin-command-snapshot": "^5.3.29",
@@ -34,7 +34,7 @@
34
34
  "eslint-plugin-sf-plugin": "^1.20.33",
35
35
  "oclif": "^4.23.23",
36
36
  "patch-package": "^8.0.1",
37
- "prettier": "^3.9.1",
37
+ "prettier": "^3.9.4",
38
38
  "pretty-quick": "^4.2.2",
39
39
  "ts-node": "^10.9.2",
40
40
  "typescript": "^6.0.3"