@jayree/sfdx-plugin-manifest 4.0.115 → 4.0.117

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,19 @@
1
+ ## [4.0.117](https://github.com/jayree/sfdx-plugin-manifest/compare/4.0.116...4.0.117) (2025-12-14)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** bump fast-xml-parser from 5.3.2 to 5.3.3 ([#2041](https://github.com/jayree/sfdx-plugin-manifest/issues/2041)) ([9275a06](https://github.com/jayree/sfdx-plugin-manifest/commit/9275a06321fa698cb1f373b07791f2bb2decddb2))
7
+ * fix [#775](https://redirect.github.com/NaturalIntelligence/fast-xml-parser/issues/775): transformTagName with allowBooleanAttributes adds an unnecessary attribute
8
+
9
+ ## [4.0.116](https://github.com/jayree/sfdx-plugin-manifest/compare/4.0.115...4.0.116) (2025-12-14)
10
+
11
+
12
+ ### Bug Fixes
13
+
14
+ * **deps:** bump isomorphic-git from 1.36.0 to 1.36.1 ([#2039](https://github.com/jayree/sfdx-plugin-manifest/issues/2039)) ([ffb44c4](https://github.com/jayree/sfdx-plugin-manifest/commit/ffb44c41432918688998651e2ca28f06936cdd08))
15
+ * In FileSystem.js, special-case the cp command ([#2264](https://github.com/isomorphic-git/isomorphic-git/issues/2264)) ([dd54d92](https://github.com/isomorphic-git/isomorphic-git/commit/dd54d92a4f4db6f828ed85acf3cbc697b643e14c))
16
+
1
17
  ## [4.0.115](https://github.com/jayree/sfdx-plugin-manifest/compare/4.0.114...4.0.115) (2025-12-09)
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/4.0.115/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.117/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.115/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.117/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.115/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.117/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.115",
3
+ "version": "4.0.117",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@jayree/sfdx-plugin-manifest",
9
- "version": "4.0.115",
9
+ "version": "4.0.117",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@jayree/changelog": "^1.2.22",
@@ -18,10 +18,10 @@
18
18
  "@salesforce/source-tracking": "7.8.0",
19
19
  "@salesforce/ts-types": "^2.0.12",
20
20
  "fast-deep-equal": "^3.1.3",
21
- "fast-xml-parser": "^5.3.2",
21
+ "fast-xml-parser": "^5.3.3",
22
22
  "fs-extra": "^11.3.2",
23
23
  "graceful-fs": "^4.2.11",
24
- "isomorphic-git": "1.36.0"
24
+ "isomorphic-git": "1.36.1"
25
25
  },
26
26
  "devDependencies": {
27
27
  "@oclif/plugin-command-snapshot": "^5.3.8",
@@ -11391,9 +11391,9 @@
11391
11391
  "license": "BSD-3-Clause"
11392
11392
  },
11393
11393
  "node_modules/fast-xml-parser": {
11394
- "version": "5.3.2",
11395
- "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.3.2.tgz",
11396
- "integrity": "sha512-n8v8b6p4Z1sMgqRmqLJm3awW4NX7NkaKPfb3uJIBTSH7Pdvufi3PQ3/lJLQrvxcMYl7JI2jnDO90siPEpD8JBA==",
11394
+ "version": "5.3.3",
11395
+ "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.3.3.tgz",
11396
+ "integrity": "sha512-2O3dkPAAC6JavuMm8+4+pgTk+5hoAs+CjZ+sWcQLkX9+/tHRuTkQh/Oaifr8qDmZ8iEHb771Ea6G8CdwkrgvYA==",
11397
11397
  "funding": [
11398
11398
  {
11399
11399
  "type": "github",
@@ -13511,9 +13511,9 @@
13511
13511
  "license": "ISC"
13512
13512
  },
13513
13513
  "node_modules/isomorphic-git": {
13514
- "version": "1.36.0",
13515
- "resolved": "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.36.0.tgz",
13516
- "integrity": "sha512-22tU165ptowHYoDEwYJy5EKRzpHiuLMliaR01fH9ZwaUj1z/IqE++tGpjw/pD6eCWoxiOp6TPWX434aJ9zA4Lg==",
13514
+ "version": "1.36.1",
13515
+ "resolved": "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.36.1.tgz",
13516
+ "integrity": "sha512-fC8SRT8MwoaXDK8G4z5biPEbqf2WyEJUb2MJ2ftSd39/UIlsnoZxLGux+lae0poLZO4AEcx6aUVOh5bV+P8zFA==",
13517
13517
  "license": "MIT",
13518
13518
  "dependencies": {
13519
13519
  "async-lock": "^1.4.1",
package/oclif.lock CHANGED
@@ -5274,10 +5274,10 @@ fast-xml-parser@^4.5.3:
5274
5274
  dependencies:
5275
5275
  strnum "^1.1.1"
5276
5276
 
5277
- fast-xml-parser@^5.3.2:
5278
- version "5.3.2"
5279
- resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.3.2.tgz#78a51945fbf7312e1ff6726cb173f515b4ea11d8"
5280
- integrity sha512-n8v8b6p4Z1sMgqRmqLJm3awW4NX7NkaKPfb3uJIBTSH7Pdvufi3PQ3/lJLQrvxcMYl7JI2jnDO90siPEpD8JBA==
5277
+ fast-xml-parser@^5.3.3:
5278
+ version "5.3.3"
5279
+ resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.3.3.tgz#84b678e44eb81207c8585795152b4b1c94738b4d"
5280
+ integrity sha512-2O3dkPAAC6JavuMm8+4+pgTk+5hoAs+CjZ+sWcQLkX9+/tHRuTkQh/Oaifr8qDmZ8iEHb771Ea6G8CdwkrgvYA==
5281
5281
  dependencies:
5282
5282
  strnum "^2.1.0"
5283
5283
 
@@ -6462,10 +6462,10 @@ isexe@^2.0.0:
6462
6462
  resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10"
6463
6463
  integrity sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==
6464
6464
 
6465
- isomorphic-git@1.36.0, isomorphic-git@^1.34.2:
6466
- version "1.36.0"
6467
- resolved "https://registry.yarnpkg.com/isomorphic-git/-/isomorphic-git-1.36.0.tgz#3c51339ada18ccac58e8f7c1869b38971d42d003"
6468
- integrity sha512-22tU165ptowHYoDEwYJy5EKRzpHiuLMliaR01fH9ZwaUj1z/IqE++tGpjw/pD6eCWoxiOp6TPWX434aJ9zA4Lg==
6465
+ isomorphic-git@1.36.1, isomorphic-git@^1.34.2:
6466
+ version "1.36.1"
6467
+ resolved "https://registry.yarnpkg.com/isomorphic-git/-/isomorphic-git-1.36.1.tgz#e73bcca745bfb66154921c4d3b2afdc40a6573a7"
6468
+ integrity sha512-fC8SRT8MwoaXDK8G4z5biPEbqf2WyEJUb2MJ2ftSd39/UIlsnoZxLGux+lae0poLZO4AEcx6aUVOh5bV+P8zFA==
6469
6469
  dependencies:
6470
6470
  async-lock "^1.4.1"
6471
6471
  clean-git-ref "^2.0.1"
@@ -267,5 +267,5 @@
267
267
  ]
268
268
  }
269
269
  },
270
- "version": "4.0.115"
270
+ "version": "4.0.117"
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.115",
4
+ "version": "4.0.117",
5
5
  "author": "jayree",
6
6
  "type": "module",
7
7
  "bugs": "https://github.com/jayree/sfdx-plugin-manifest/issues",
@@ -15,10 +15,10 @@
15
15
  "@salesforce/source-tracking": "7.8.0",
16
16
  "@salesforce/ts-types": "^2.0.12",
17
17
  "fast-deep-equal": "^3.1.3",
18
- "fast-xml-parser": "^5.3.2",
18
+ "fast-xml-parser": "^5.3.3",
19
19
  "fs-extra": "^11.3.2",
20
20
  "graceful-fs": "^4.2.11",
21
- "isomorphic-git": "1.36.0"
21
+ "isomorphic-git": "1.36.1"
22
22
  },
23
23
  "devDependencies": {
24
24
  "@oclif/plugin-command-snapshot": "^5.3.8",