@jayree/sfdx-plugin-manifest 5.0.120 → 5.0.122

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.122](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.121...5.0.122) (2026-06-20)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** bump fast-xml-parser from 5.8.0 to 5.9.3 ([#2298](https://github.com/jayree/sfdx-plugin-manifest/issues/2298)) ([2aeef47](https://github.com/jayree/sfdx-plugin-manifest/commit/2aeef47467bc599132bbdfd46003689d8ee3de48))
7
+ * Harden GitHub Actions workflows by @martincostello in https://github.com/NaturalIntelligence/fast-xml-parser/pull/841
8
+ * GitHub Actions workflow fixes by @martincostello in https://github.com/NaturalIntelligence/fast-xml-parser/pull/844
9
+ * @martincostello made their first contribution in https://github.com/NaturalIntelligence/fast-xml-parser/pull/841
10
+
11
+ ## [5.0.121](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.120...5.0.121) (2026-06-20)
12
+
13
+
14
+ ### Bug Fixes
15
+
16
+ * **deps:** bump isomorphic-git from 1.38.4 to 1.38.5 ([#2294](https://github.com/jayree/sfdx-plugin-manifest/issues/2294)) ([c7f9fc1](https://github.com/jayree/sfdx-plugin-manifest/commit/c7f9fc11891590d2e5338ee04b2cdeb43371639c))
17
+ * Support windows file paths in utils/join.js ([#2302](https://github.com/isomorphic-git/isomorphic-git/issues/2302)) ([1395431](https://github.com/isomorphic-git/isomorphic-git/commit/1395431bc1ee8770e6936eeb26da3ec34ca0ae7b))
18
+
1
19
  ## [5.0.120](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.119...5.0.120) (2026-06-20)
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.120/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.122/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.120/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.122/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.120/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.122/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.120",
3
+ "version": "5.0.122",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@jayree/sfdx-plugin-manifest",
9
- "version": "5.0.120",
9
+ "version": "5.0.122",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@jayree/changelog": "^1.2.35",
@@ -18,10 +18,10 @@
18
18
  "@salesforce/source-tracking": "7.8.16",
19
19
  "@salesforce/ts-types": "^2.0.12",
20
20
  "fast-deep-equal": "^3.1.3",
21
- "fast-xml-parser": "^5.8.0",
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.4"
24
+ "isomorphic-git": "1.38.5"
25
25
  },
26
26
  "devDependencies": {
27
27
  "@oclif/plugin-command-snapshot": "^5.3.25",
@@ -3005,9 +3005,9 @@
3005
3005
  }
3006
3006
  },
3007
3007
  "node_modules/@nodable/entities": {
3008
- "version": "2.1.0",
3009
- "resolved": "https://registry.npmjs.org/@nodable/entities/-/entities-2.1.0.tgz",
3010
- "integrity": "sha512-nyT7T3nbMyBI/lvr6L5TyWbFJAI9FTgVRakNoBqCD+PmID8DzFrrNdLLtHMwMszOtqZa8PAOV24ZqDnQrhQINA==",
3008
+ "version": "2.2.0",
3009
+ "resolved": "https://registry.npmjs.org/@nodable/entities/-/entities-2.2.0.tgz",
3010
+ "integrity": "sha512-9uGyhaQavEUMC8AIddIjau4NsnsXhou+j5sBAGojCM1oxmQpVKTWR/9JxABD6UAv12vpIms55fPZKFQEhG6uBg==",
3011
3011
  "funding": [
3012
3012
  {
3013
3013
  "type": "github",
@@ -5922,6 +5922,18 @@
5922
5922
  "url": "https://github.com/sponsors/jonschlinkert"
5923
5923
  }
5924
5924
  },
5925
+ "node_modules/anynum": {
5926
+ "version": "1.0.1",
5927
+ "resolved": "https://registry.npmjs.org/anynum/-/anynum-1.0.1.tgz",
5928
+ "integrity": "sha512-N6//FLET/tXYNM/F6ABca1oH6fWB+KlTt909Le28WMDBk8oaT4vY17DCrwg2MvmuqUKt3Ni4N5dGJ/EoBgcO6A==",
5929
+ "funding": [
5930
+ {
5931
+ "type": "github",
5932
+ "url": "https://github.com/sponsors/NaturalIntelligence"
5933
+ }
5934
+ ],
5935
+ "license": "MIT"
5936
+ },
5925
5937
  "node_modules/append-transform": {
5926
5938
  "version": "2.0.0",
5927
5939
  "resolved": "https://registry.npmjs.org/append-transform/-/append-transform-2.0.0.tgz",
@@ -9971,9 +9983,9 @@
9971
9983
  }
9972
9984
  },
9973
9985
  "node_modules/fast-xml-parser": {
9974
- "version": "5.8.0",
9975
- "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.8.0.tgz",
9976
- "integrity": "sha512-6bIM7fsJxeo3uXv7OncQYsBAMPJ7V16Slahl/6M98C/i2q+vB1+4a0MtrvYwDFEUrwDSbAmeLDRXsOBwrL7yAg==",
9986
+ "version": "5.9.3",
9987
+ "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.9.3.tgz",
9988
+ "integrity": "sha512-brCNCeScma/kqa54J4PIDriSSSLssRkuYaUCpvHJulGc3HGI/xxKUCTDcYkAdqJsyb//ydpbxecjC3hB9+tb/g==",
9977
9989
  "funding": [
9978
9990
  {
9979
9991
  "type": "github",
@@ -9982,10 +9994,11 @@
9982
9994
  ],
9983
9995
  "license": "MIT",
9984
9996
  "dependencies": {
9985
- "@nodable/entities": "^2.1.0",
9997
+ "@nodable/entities": "^2.2.0",
9986
9998
  "fast-xml-builder": "^1.2.0",
9999
+ "is-unsafe": "^1.0.1",
9987
10000
  "path-expression-matcher": "^1.5.0",
9988
- "strnum": "^2.3.0",
10001
+ "strnum": "^2.4.1",
9989
10002
  "xml-naming": "^0.1.0"
9990
10003
  },
9991
10004
  "bin": {
@@ -12036,6 +12049,18 @@
12036
12049
  "url": "https://github.com/sponsors/sindresorhus"
12037
12050
  }
12038
12051
  },
12052
+ "node_modules/is-unsafe": {
12053
+ "version": "1.0.1",
12054
+ "resolved": "https://registry.npmjs.org/is-unsafe/-/is-unsafe-1.0.1.tgz",
12055
+ "integrity": "sha512-CLK2+VdgERgD96EYm5lUQssZYlRg2tkZnbsxZoacmSiRxiFJ4Nk4SzjCl+Ur+v3kXIY9dTIdb3IH22y1mZ56LA==",
12056
+ "funding": [
12057
+ {
12058
+ "type": "github",
12059
+ "url": "https://github.com/sponsors/NaturalIntelligence"
12060
+ }
12061
+ ],
12062
+ "license": "MIT"
12063
+ },
12039
12064
  "node_modules/is-weakmap": {
12040
12065
  "version": "2.0.2",
12041
12066
  "resolved": "https://registry.npmjs.org/is-weakmap/-/is-weakmap-2.0.2.tgz",
@@ -12118,9 +12143,9 @@
12118
12143
  "license": "ISC"
12119
12144
  },
12120
12145
  "node_modules/isomorphic-git": {
12121
- "version": "1.38.4",
12122
- "resolved": "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.38.4.tgz",
12123
- "integrity": "sha512-Ud5vs6Ac+ET+iOZWZB1j2RruVeGQSQc7U7QUhPq6iGqzifaqOVHCgRpG/8c0LwIP39R+Mr+lzR4escmCuhjONQ==",
12146
+ "version": "1.38.5",
12147
+ "resolved": "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.38.5.tgz",
12148
+ "integrity": "sha512-4HBmx1UB+SdRaQh7+zN7lvFQxc4zl7s0oIM/1+5xveu6+QrOeFfx5QDeRNpqCzFHICISEdbK7GilsTsrgE006Q==",
12124
12149
  "license": "MIT",
12125
12150
  "dependencies": {
12126
12151
  "async-lock": "^1.4.1",
@@ -16860,16 +16885,19 @@
16860
16885
  }
16861
16886
  },
16862
16887
  "node_modules/strnum": {
16863
- "version": "2.3.0",
16864
- "resolved": "https://registry.npmjs.org/strnum/-/strnum-2.3.0.tgz",
16865
- "integrity": "sha512-ums3KNd42PGyx5xaoVTO1mjU1bH3NpY4vsrVlnv9PNGqQj8wd7rJ6nEypLrJ7z5vxK5RP0yMLo6J/Gsm62DI5Q==",
16888
+ "version": "2.4.1",
16889
+ "resolved": "https://registry.npmjs.org/strnum/-/strnum-2.4.1.tgz",
16890
+ "integrity": "sha512-M9eUSMT2dCB2cTNPG7UYj6KuK7RJR2SN2+yCV/fTW3xzTCS6EaGZ5pSMgDIjB7r8zSfTGk+dvvn9rTjpVS9Mwg==",
16866
16891
  "funding": [
16867
16892
  {
16868
16893
  "type": "github",
16869
16894
  "url": "https://github.com/sponsors/NaturalIntelligence"
16870
16895
  }
16871
16896
  ],
16872
- "license": "MIT"
16897
+ "license": "MIT",
16898
+ "dependencies": {
16899
+ "anynum": "^1.0.1"
16900
+ }
16873
16901
  },
16874
16902
  "node_modules/supports-color": {
16875
16903
  "version": "7.2.0",
package/oclif.lock CHANGED
@@ -1278,10 +1278,10 @@
1278
1278
  "@emnapi/runtime" "^1.4.3"
1279
1279
  "@tybys/wasm-util" "^0.10.0"
1280
1280
 
1281
- "@nodable/entities@^2.1.0":
1282
- version "2.1.0"
1283
- resolved "https://registry.yarnpkg.com/@nodable/entities/-/entities-2.1.0.tgz#f543e5c6446720d4cf9e498a83019dd159973bc2"
1284
- integrity sha512-nyT7T3nbMyBI/lvr6L5TyWbFJAI9FTgVRakNoBqCD+PmID8DzFrrNdLLtHMwMszOtqZa8PAOV24ZqDnQrhQINA==
1281
+ "@nodable/entities@^2.1.0", "@nodable/entities@^2.2.0":
1282
+ version "2.2.0"
1283
+ resolved "https://registry.yarnpkg.com/@nodable/entities/-/entities-2.2.0.tgz#a1d45a992b022591b1c2b03a77935c939375b642"
1284
+ integrity sha512-9uGyhaQavEUMC8AIddIjau4NsnsXhou+j5sBAGojCM1oxmQpVKTWR/9JxABD6UAv12vpIms55fPZKFQEhG6uBg==
1285
1285
 
1286
1286
  "@nodelib/fs.scandir@2.1.5":
1287
1287
  version "2.1.5"
@@ -2612,6 +2612,11 @@ anymatch@~3.1.2:
2612
2612
  normalize-path "^3.0.0"
2613
2613
  picomatch "^2.0.4"
2614
2614
 
2615
+ anynum@^1.0.1:
2616
+ version "1.0.1"
2617
+ resolved "https://registry.yarnpkg.com/anynum/-/anynum-1.0.1.tgz#2aac00e08dfad3726c1d462e60dbc2f831659a44"
2618
+ integrity sha512-N6//FLET/tXYNM/F6ABca1oH6fWB+KlTt909Le28WMDBk8oaT4vY17DCrwg2MvmuqUKt3Ni4N5dGJ/EoBgcO6A==
2619
+
2615
2620
  append-transform@^2.0.0:
2616
2621
  version "2.0.0"
2617
2622
  resolved "https://registry.yarnpkg.com/append-transform/-/append-transform-2.0.0.tgz#99d9d29c7b38391e6f428d28ce136551f0b77e12"
@@ -4489,15 +4494,16 @@ fast-xml-parser@5.7.3:
4489
4494
  path-expression-matcher "^1.5.0"
4490
4495
  strnum "^2.2.3"
4491
4496
 
4492
- fast-xml-parser@^5.5.7, fast-xml-parser@^5.7.3, fast-xml-parser@^5.8.0:
4493
- version "5.8.0"
4494
- resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.8.0.tgz#64d71f0f8d4bf23621dffd762aef7e98c1884fc1"
4495
- integrity sha512-6bIM7fsJxeo3uXv7OncQYsBAMPJ7V16Slahl/6M98C/i2q+vB1+4a0MtrvYwDFEUrwDSbAmeLDRXsOBwrL7yAg==
4497
+ fast-xml-parser@^5.5.7, fast-xml-parser@^5.7.3, fast-xml-parser@^5.9.3:
4498
+ version "5.9.3"
4499
+ resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.9.3.tgz#9db7a6dba7ac6f8dc1ee924d69547b2d4750d60c"
4500
+ integrity sha512-brCNCeScma/kqa54J4PIDriSSSLssRkuYaUCpvHJulGc3HGI/xxKUCTDcYkAdqJsyb//ydpbxecjC3hB9+tb/g==
4496
4501
  dependencies:
4497
- "@nodable/entities" "^2.1.0"
4502
+ "@nodable/entities" "^2.2.0"
4498
4503
  fast-xml-builder "^1.2.0"
4504
+ is-unsafe "^1.0.1"
4499
4505
  path-expression-matcher "^1.5.0"
4500
- strnum "^2.3.0"
4506
+ strnum "^2.4.1"
4501
4507
  xml-naming "^0.1.0"
4502
4508
 
4503
4509
  fastest-levenshtein@^1.0.7:
@@ -5628,6 +5634,11 @@ is-unicode-supported@^0.1.0:
5628
5634
  resolved "https://registry.yarnpkg.com/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz#3f26c76a809593b52bfa2ecb5710ed2779b522a7"
5629
5635
  integrity sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==
5630
5636
 
5637
+ is-unsafe@^1.0.1:
5638
+ version "1.0.1"
5639
+ resolved "https://registry.yarnpkg.com/is-unsafe/-/is-unsafe-1.0.1.tgz#ce89b55dec0034364f5beda41e10481efa8fa317"
5640
+ integrity sha512-CLK2+VdgERgD96EYm5lUQssZYlRg2tkZnbsxZoacmSiRxiFJ4Nk4SzjCl+Ur+v3kXIY9dTIdb3IH22y1mZ56LA==
5641
+
5631
5642
  is-weakmap@^2.0.2:
5632
5643
  version "2.0.2"
5633
5644
  resolved "https://registry.yarnpkg.com/is-weakmap/-/is-weakmap-2.0.2.tgz#bf72615d649dfe5f699079c54b83e47d1ae19cfd"
@@ -5680,10 +5691,10 @@ isexe@^2.0.0:
5680
5691
  resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10"
5681
5692
  integrity sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==
5682
5693
 
5683
- isomorphic-git@1.38.4, isomorphic-git@^1.34.2:
5684
- version "1.38.4"
5685
- resolved "https://registry.yarnpkg.com/isomorphic-git/-/isomorphic-git-1.38.4.tgz#7b82bcda17ef28f996f88f2710cf439e048b7827"
5686
- integrity sha512-Ud5vs6Ac+ET+iOZWZB1j2RruVeGQSQc7U7QUhPq6iGqzifaqOVHCgRpG/8c0LwIP39R+Mr+lzR4escmCuhjONQ==
5694
+ isomorphic-git@1.38.5, isomorphic-git@^1.34.2:
5695
+ version "1.38.5"
5696
+ resolved "https://registry.yarnpkg.com/isomorphic-git/-/isomorphic-git-1.38.5.tgz#958ab2a79e044108f3a4d55c6055fa8f85140bc9"
5697
+ integrity sha512-4HBmx1UB+SdRaQh7+zN7lvFQxc4zl7s0oIM/1+5xveu6+QrOeFfx5QDeRNpqCzFHICISEdbK7GilsTsrgE006Q==
5687
5698
  dependencies:
5688
5699
  async-lock "^1.4.1"
5689
5700
  clean-git-ref "^2.0.1"
@@ -8362,10 +8373,12 @@ strip-json-comments@^3.1.1:
8362
8373
  resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz#31f1281b3832630434831c310c01cccda8cbe006"
8363
8374
  integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==
8364
8375
 
8365
- strnum@^2.2.3, strnum@^2.3.0:
8366
- version "2.3.0"
8367
- resolved "https://registry.yarnpkg.com/strnum/-/strnum-2.3.0.tgz#81bfbfef53db8c3217ea62a98c026886ec4a2761"
8368
- integrity sha512-ums3KNd42PGyx5xaoVTO1mjU1bH3NpY4vsrVlnv9PNGqQj8wd7rJ6nEypLrJ7z5vxK5RP0yMLo6J/Gsm62DI5Q==
8376
+ strnum@^2.2.3, strnum@^2.4.1:
8377
+ version "2.4.1"
8378
+ resolved "https://registry.yarnpkg.com/strnum/-/strnum-2.4.1.tgz#85417f683113badea0fe7e17227676f889ff7e58"
8379
+ integrity sha512-M9eUSMT2dCB2cTNPG7UYj6KuK7RJR2SN2+yCV/fTW3xzTCS6EaGZ5pSMgDIjB7r8zSfTGk+dvvn9rTjpVS9Mwg==
8380
+ dependencies:
8381
+ anynum "^1.0.1"
8369
8382
 
8370
8383
  supports-color@^5.4.0:
8371
8384
  version "5.5.0"
@@ -267,5 +267,5 @@
267
267
  ]
268
268
  }
269
269
  },
270
- "version": "5.0.120"
270
+ "version": "5.0.122"
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.120",
4
+ "version": "5.0.122",
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.16",
16
16
  "@salesforce/ts-types": "^2.0.12",
17
17
  "fast-deep-equal": "^3.1.3",
18
- "fast-xml-parser": "^5.8.0",
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.4"
21
+ "isomorphic-git": "1.38.5"
22
22
  },
23
23
  "devDependencies": {
24
24
  "@oclif/plugin-command-snapshot": "^5.3.25",