@jayree/sfdx-plugin-manifest 6.0.29 → 6.0.30

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,15 @@
1
+ ## [6.0.30](https://github.com/jayree/sfdx-plugin-manifest/compare/6.0.29...6.0.30) (2026-08-30)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** bump fast-xml-parser from 5.11.0 to 5.11.1 ([#2398](https://github.com/jayree/sfdx-plugin-manifest/issues/2398)) ([6923262](https://github.com/jayree/sfdx-plugin-manifest/commit/6923262a6ef1dc02c7aeaa666cf1700c90258dfe))
7
+ * Bump actions/checkout from 7.0.0 to 7.0.1 by @dependabot[bot] in https://github.com/NaturalIntelligence/fast-xml-parser/pull/858
8
+ * Bump zizmorcore/zizmor-action from 0.5.7 to 0.6.1 by @dependabot[bot] in https://github.com/NaturalIntelligence/fast-xml-parser/pull/856
9
+ * Bump actions/setup-node from 6.4.0 to 7.0.0 by @dependabot[bot] in https://github.com/NaturalIntelligence/fast-xml-parser/pull/854
10
+ * docs: fix two 404 documentation links by @rajanpanth in https://github.com/NaturalIntelligence/fast-xml-parser/pull/862
11
+ * @rajanpanth made their first contribution in https://github.com/NaturalIntelligence/fast-xml-parser/pull/862
12
+
1
13
  ## [6.0.29](https://github.com/jayree/sfdx-plugin-manifest/compare/6.0.28...6.0.29) (2026-08-30)
2
14
 
3
15
 
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/6.0.29/src/commands/jayree/manifest/cleanup.ts)_
115
+ _See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/6.0.30/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/6.0.29/src/commands/jayree/manifest/generate.ts)_
153
+ _See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/6.0.30/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/6.0.29/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/6.0.30/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": "6.0.29",
3
+ "version": "6.0.30",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@jayree/sfdx-plugin-manifest",
9
- "version": "6.0.29",
9
+ "version": "6.0.30",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@jayree/changelog": "^1.2.39",
@@ -18,7 +18,7 @@
18
18
  "@salesforce/source-tracking": "8.1.3",
19
19
  "@salesforce/ts-types": "^3.2.0",
20
20
  "fast-deep-equal": "^3.1.3",
21
- "fast-xml-parser": "^5.11.0",
21
+ "fast-xml-parser": "^5.11.1",
22
22
  "fs-extra": "^11.4.0",
23
23
  "graceful-fs": "^4.2.11",
24
24
  "isomorphic-git": "1.41.9"
@@ -8705,9 +8705,9 @@
8705
8705
  }
8706
8706
  },
8707
8707
  "node_modules/fast-xml-parser": {
8708
- "version": "5.11.0",
8709
- "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.11.0.tgz",
8710
- "integrity": "sha512-9IGxMqvqLOnqP+Egi1nqDHKv5k8aZ7r9n558enxcucmyVGEBNPAU+MOg/8jPIS7rO7sSq4gFm1/nHtiaubMruw==",
8708
+ "version": "5.11.1",
8709
+ "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.11.1.tgz",
8710
+ "integrity": "sha512-TBw6K/fxoQGGjCmZDw9w/ZwP3uDcnTM4YH/g+PFRWr8sbe5idXtxNN6vITh4+1ruCZaho6uBFurElsA7F0zzgw==",
8711
8711
  "funding": [
8712
8712
  {
8713
8713
  "type": "github",
package/oclif.lock CHANGED
@@ -4178,10 +4178,10 @@ fast-xml-builder@^1.2.0:
4178
4178
  path-expression-matcher "^1.6.2"
4179
4179
  xml-naming "^0.3.0"
4180
4180
 
4181
- fast-xml-parser@^5.11.0, fast-xml-parser@^5.5.7, fast-xml-parser@^5.7.3:
4182
- version "5.11.0"
4183
- resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.11.0.tgz#7cd9ea0e34c15619c1af0c7e2d8e183c891ee832"
4184
- integrity sha512-9IGxMqvqLOnqP+Egi1nqDHKv5k8aZ7r9n558enxcucmyVGEBNPAU+MOg/8jPIS7rO7sSq4gFm1/nHtiaubMruw==
4181
+ fast-xml-parser@^5.11.1, fast-xml-parser@^5.5.7, fast-xml-parser@^5.7.3:
4182
+ version "5.11.1"
4183
+ resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.11.1.tgz#0ee672fcce1710c38185b8290d77e98806ff0bfb"
4184
+ integrity sha512-TBw6K/fxoQGGjCmZDw9w/ZwP3uDcnTM4YH/g+PFRWr8sbe5idXtxNN6vITh4+1ruCZaho6uBFurElsA7F0zzgw==
4185
4185
  dependencies:
4186
4186
  "@nodable/entities" "^3.0.0"
4187
4187
  fast-xml-builder "^1.2.0"
@@ -267,5 +267,5 @@
267
267
  ]
268
268
  }
269
269
  },
270
- "version": "6.0.29"
270
+ "version": "6.0.30"
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": "6.0.29",
4
+ "version": "6.0.30",
5
5
  "author": "jayree",
6
6
  "type": "module",
7
7
  "bugs": "https://github.com/jayree/sfdx-plugin-manifest/issues",
@@ -15,7 +15,7 @@
15
15
  "@salesforce/source-tracking": "8.1.3",
16
16
  "@salesforce/ts-types": "^3.2.0",
17
17
  "fast-deep-equal": "^3.1.3",
18
- "fast-xml-parser": "^5.11.0",
18
+ "fast-xml-parser": "^5.11.1",
19
19
  "fs-extra": "^11.4.0",
20
20
  "graceful-fs": "^4.2.11",
21
21
  "isomorphic-git": "1.41.9"