@jayree/sfdx-plugin-manifest 4.0.111 → 4.0.112

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,11 @@
1
+ ## [4.0.112](https://github.com/jayree/sfdx-plugin-manifest/compare/4.0.111...4.0.112) (2025-12-09)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** bump isomorphic-git from 1.35.1 to 1.36.0 ([#2038](https://github.com/jayree/sfdx-plugin-manifest/issues/2038)) ([9fd4aa1](https://github.com/jayree/sfdx-plugin-manifest/commit/9fd4aa1dbb2b3fc008c109d0a09bf95dd1ba7bb5))
7
+ * Support git commands run in submodules ([#2090](https://github.com/isomorphic-git/isomorphic-git/issues/2090)) ([8e331cc](https://github.com/isomorphic-git/isomorphic-git/commit/8e331cccbfeb69dce2a9ea3ace26e3ea6d79a5fd))
8
+
1
9
  ## [4.0.111](https://github.com/jayree/sfdx-plugin-manifest/compare/4.0.110...4.0.111) (2025-12-07)
2
10
 
3
11
 
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.111/src/commands/jayree/manifest/cleanup.ts)_
115
+ _See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/4.0.112/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.111/src/commands/jayree/manifest/generate.ts)_
153
+ _See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/4.0.112/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.111/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/4.0.112/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": "4.0.111",
3
+ "version": "4.0.112",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@jayree/sfdx-plugin-manifest",
9
- "version": "4.0.111",
9
+ "version": "4.0.112",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@jayree/changelog": "^1.2.21",
@@ -21,7 +21,7 @@
21
21
  "fast-xml-parser": "^5.3.2",
22
22
  "fs-extra": "^11.3.2",
23
23
  "graceful-fs": "^4.2.11",
24
- "isomorphic-git": "1.35.1"
24
+ "isomorphic-git": "1.36.0"
25
25
  },
26
26
  "devDependencies": {
27
27
  "@oclif/plugin-command-snapshot": "^5.3.8",
@@ -38,7 +38,7 @@
38
38
  "eslint-plugin-sf-plugin": "^1.20.33",
39
39
  "oclif": "^4.22.52",
40
40
  "patch-package": "^8.0.1",
41
- "prettier": "^3.7.3",
41
+ "prettier": "^3.7.4",
42
42
  "pretty-quick": "^4.2.2",
43
43
  "ts-node": "^10.9.2",
44
44
  "typescript": "^5.9.3"
@@ -13512,9 +13512,9 @@
13512
13512
  "license": "ISC"
13513
13513
  },
13514
13514
  "node_modules/isomorphic-git": {
13515
- "version": "1.35.1",
13516
- "resolved": "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.35.1.tgz",
13517
- "integrity": "sha512-XNWd4cIwiGhkMs3C4mK21ch/frfzwFKtJuyv1gf0M4gK/2oZf5PTouwim8cp3Z6rkGbpSpQPaI6jGbV/C+048Q==",
13515
+ "version": "1.36.0",
13516
+ "resolved": "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.36.0.tgz",
13517
+ "integrity": "sha512-22tU165ptowHYoDEwYJy5EKRzpHiuLMliaR01fH9ZwaUj1z/IqE++tGpjw/pD6eCWoxiOp6TPWX434aJ9zA4Lg==",
13518
13518
  "license": "MIT",
13519
13519
  "dependencies": {
13520
13520
  "async-lock": "^1.4.1",
@@ -16426,9 +16426,9 @@
16426
16426
  }
16427
16427
  },
16428
16428
  "node_modules/prettier": {
16429
- "version": "3.7.3",
16430
- "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.7.3.tgz",
16431
- "integrity": "sha512-QgODejq9K3OzoBbuyobZlUhznP5SKwPqp+6Q6xw6o8gnhr4O85L2U915iM2IDcfF2NPXVaM9zlo9tdwipnYwzg==",
16429
+ "version": "3.7.4",
16430
+ "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.7.4.tgz",
16431
+ "integrity": "sha512-v6UNi1+3hSlVvv8fSaoUbggEM5VErKmmpGA7Pl3HF8V6uKY7rvClBOJlH6yNwQtfTueNkGVpOv/mtWL9L4bgRA==",
16432
16432
  "dev": true,
16433
16433
  "license": "MIT",
16434
16434
  "peer": true,
package/oclif.lock CHANGED
@@ -6463,10 +6463,10 @@ isexe@^2.0.0:
6463
6463
  resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10"
6464
6464
  integrity sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==
6465
6465
 
6466
- isomorphic-git@1.35.1, isomorphic-git@^1.34.2:
6467
- version "1.35.1"
6468
- resolved "https://registry.yarnpkg.com/isomorphic-git/-/isomorphic-git-1.35.1.tgz#ff6ef9e1c1182f891e8ab7157a47f0acff9d04b7"
6469
- integrity sha512-XNWd4cIwiGhkMs3C4mK21ch/frfzwFKtJuyv1gf0M4gK/2oZf5PTouwim8cp3Z6rkGbpSpQPaI6jGbV/C+048Q==
6466
+ isomorphic-git@1.36.0, isomorphic-git@^1.34.2:
6467
+ version "1.36.0"
6468
+ resolved "https://registry.yarnpkg.com/isomorphic-git/-/isomorphic-git-1.36.0.tgz#3c51339ada18ccac58e8f7c1869b38971d42d003"
6469
+ integrity sha512-22tU165ptowHYoDEwYJy5EKRzpHiuLMliaR01fH9ZwaUj1z/IqE++tGpjw/pD6eCWoxiOp6TPWX434aJ9zA4Lg==
6470
6470
  dependencies:
6471
6471
  async-lock "^1.4.1"
6472
6472
  clean-git-ref "^2.0.1"
@@ -8070,10 +8070,10 @@ prettier@^2.8.8:
8070
8070
  resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.8.tgz#e8c5d7e98a4305ffe3de2e1fc4aca1a71c28b1da"
8071
8071
  integrity sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==
8072
8072
 
8073
- prettier@^3.7.3:
8074
- version "3.7.3"
8075
- resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.7.3.tgz#99a8891f6c990cfa54bcff2a0d276e6f845e59ab"
8076
- integrity sha512-QgODejq9K3OzoBbuyobZlUhznP5SKwPqp+6Q6xw6o8gnhr4O85L2U915iM2IDcfF2NPXVaM9zlo9tdwipnYwzg==
8073
+ prettier@^3.7.4:
8074
+ version "3.7.4"
8075
+ resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.7.4.tgz#d2f8335d4b1cec47e1c8098645411b0c9dff9c0f"
8076
+ integrity sha512-v6UNi1+3hSlVvv8fSaoUbggEM5VErKmmpGA7Pl3HF8V6uKY7rvClBOJlH6yNwQtfTueNkGVpOv/mtWL9L4bgRA==
8077
8077
 
8078
8078
  pretty-quick@^3.3.1:
8079
8079
  version "3.3.1"
@@ -267,5 +267,5 @@
267
267
  ]
268
268
  }
269
269
  },
270
- "version": "4.0.111"
270
+ "version": "4.0.112"
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": "4.0.111",
4
+ "version": "4.0.112",
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.3.2",
19
19
  "fs-extra": "^11.3.2",
20
20
  "graceful-fs": "^4.2.11",
21
- "isomorphic-git": "1.35.1"
21
+ "isomorphic-git": "1.36.0"
22
22
  },
23
23
  "devDependencies": {
24
24
  "@oclif/plugin-command-snapshot": "^5.3.8",
@@ -35,7 +35,7 @@
35
35
  "eslint-plugin-sf-plugin": "^1.20.33",
36
36
  "oclif": "^4.22.52",
37
37
  "patch-package": "^8.0.1",
38
- "prettier": "^3.7.3",
38
+ "prettier": "^3.7.4",
39
39
  "pretty-quick": "^4.2.2",
40
40
  "ts-node": "^10.9.2",
41
41
  "typescript": "^5.9.3"