@jayree/sfdx-plugin-manifest 5.0.69 → 5.0.71

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,18 @@
1
+ ## [5.0.71](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.70...5.0.71) (2026-04-19)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** bump @salesforce/source-deploy-retrieve ([#2196](https://github.com/jayree/sfdx-plugin-manifest/issues/2196)) ([0d50cb0](https://github.com/jayree/sfdx-plugin-manifest/commit/0d50cb0b972175a764a3ce1163e94f38e2da61bc))
7
+ * **deps:** bump basic-ftp from 5.2.2 to 5.3.0 ([#1742](https://github.com/forcedotcom/source-deploy-retrieve/issues/1742)) ([891bc3f](https://github.com/forcedotcom/source-deploy-retrieve/commit/891bc3fc9f9308f0c3936d3fe1be93487bd3d657))
8
+
9
+ ## [5.0.70](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.69...5.0.70) (2026-04-19)
10
+
11
+
12
+ ### Bug Fixes
13
+
14
+ * **deps:** bump fast-xml-parser from 5.5.12 to 5.7.1 ([#2200](https://github.com/jayree/sfdx-plugin-manifest/issues/2200)) ([d0bc5da](https://github.com/jayree/sfdx-plugin-manifest/commit/d0bc5da35182ab937f772ff880dbf21d75765bc3))
15
+
1
16
  ## [5.0.69](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.68...5.0.69) (2026-04-19)
2
17
 
3
18
 
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.69/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.71/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.69/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.71/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.69/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.71/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.69",
3
+ "version": "5.0.71",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@jayree/sfdx-plugin-manifest",
9
- "version": "5.0.69",
9
+ "version": "5.0.71",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@jayree/changelog": "^1.2.29",
@@ -14,18 +14,18 @@
14
14
  "@salesforce/core": "^8.28.1",
15
15
  "@salesforce/kit": "^3.2.6",
16
16
  "@salesforce/sf-plugins-core": "^12.2.6",
17
- "@salesforce/source-deploy-retrieve": "12.32.7",
17
+ "@salesforce/source-deploy-retrieve": "12.32.8",
18
18
  "@salesforce/source-tracking": "7.8.12",
19
19
  "@salesforce/ts-types": "^2.0.12",
20
20
  "fast-deep-equal": "^3.1.3",
21
- "fast-xml-parser": "^5.5.12",
21
+ "fast-xml-parser": "^5.7.1",
22
22
  "fs-extra": "^11.3.4",
23
23
  "graceful-fs": "^4.2.11",
24
24
  "isomorphic-git": "1.37.5"
25
25
  },
26
26
  "devDependencies": {
27
27
  "@oclif/plugin-command-snapshot": "^5.3.15",
28
- "@salesforce/cli-plugins-testkit": "^5.3.52",
28
+ "@salesforce/cli-plugins-testkit": "^5.3.53",
29
29
  "@salesforce/dev-scripts": "^11.0.4",
30
30
  "@salesforce/ts-sinon": "^1.4.34",
31
31
  "@types/fs-extra": "^11.0.4",
@@ -37,10 +37,10 @@
37
37
  "eslint-plugin-sf-plugin": "^1.20.33",
38
38
  "oclif": "^4.23.0",
39
39
  "patch-package": "^8.0.1",
40
- "prettier": "^3.8.2",
40
+ "prettier": "^3.8.3",
41
41
  "pretty-quick": "^4.2.2",
42
42
  "ts-node": "^10.9.2",
43
- "typescript": "^6.0.2"
43
+ "typescript": "^6.0.3"
44
44
  },
45
45
  "engines": {
46
46
  "node": ">=16.0.0"
@@ -5342,6 +5342,18 @@
5342
5342
  "tslib": "2"
5343
5343
  }
5344
5344
  },
5345
+ "node_modules/@nodable/entities": {
5346
+ "version": "2.1.0",
5347
+ "resolved": "https://registry.npmjs.org/@nodable/entities/-/entities-2.1.0.tgz",
5348
+ "integrity": "sha512-nyT7T3nbMyBI/lvr6L5TyWbFJAI9FTgVRakNoBqCD+PmID8DzFrrNdLLtHMwMszOtqZa8PAOV24ZqDnQrhQINA==",
5349
+ "funding": [
5350
+ {
5351
+ "type": "github",
5352
+ "url": "https://github.com/sponsors/nodable"
5353
+ }
5354
+ ],
5355
+ "license": "MIT"
5356
+ },
5345
5357
  "node_modules/@nodelib/fs.scandir": {
5346
5358
  "version": "2.1.5",
5347
5359
  "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
@@ -5774,13 +5786,13 @@
5774
5786
  "license": "MIT"
5775
5787
  },
5776
5788
  "node_modules/@salesforce/cli-plugins-testkit": {
5777
- "version": "5.3.52",
5778
- "resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.52.tgz",
5779
- "integrity": "sha512-je/iynPTb5VcDhzPfr+jN+ydapFox0A+0CdE2fkg1ZXws3tZZnyMd+y0i79CchpdtrMUD/Jzkcx0KjvxWF7oTw==",
5789
+ "version": "5.3.53",
5790
+ "resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.53.tgz",
5791
+ "integrity": "sha512-tOMbLXZLrHLvK/qtmTNaTsDW1RC6/vpvXCbodejtMdyiDUf0rY3oROeboFA6VCy5iu71aumetLm1EBlvcyh7hw==",
5780
5792
  "dev": true,
5781
5793
  "license": "Apache-2.0",
5782
5794
  "dependencies": {
5783
- "@salesforce/core": "^8.28.1",
5795
+ "@salesforce/core": "^8.28.3",
5784
5796
  "@salesforce/kit": "^3.2.6",
5785
5797
  "@salesforce/ts-types": "^2.0.11",
5786
5798
  "@types/shelljs": "^0.10.0",
@@ -5894,9 +5906,9 @@
5894
5906
  }
5895
5907
  },
5896
5908
  "node_modules/@salesforce/core": {
5897
- "version": "8.28.1",
5898
- "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.28.1.tgz",
5899
- "integrity": "sha512-k9lPsULo+lOEZvpm1J1nJOFwKp5O5IfNqya7pw627QdKGcsWZm6v9caVHKUX9IjyB+S3dasNqaZT5O7l76C4oQ==",
5909
+ "version": "8.28.3",
5910
+ "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.28.3.tgz",
5911
+ "integrity": "sha512-DDAeHVwDO8wUlqEGwfp8Vuu7Vp7K+hpubKu6baWkHAXiO1u7ZbQkvwCbpPz9JiYEXVUBvP11JtBQ7zOUIPShlQ==",
5900
5912
  "license": "BSD-3-Clause",
5901
5913
  "dependencies": {
5902
5914
  "@jsforce/jsforce-node": "^3.10.13",
@@ -6295,9 +6307,9 @@
6295
6307
  }
6296
6308
  },
6297
6309
  "node_modules/@salesforce/source-deploy-retrieve": {
6298
- "version": "12.32.7",
6299
- "resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.32.7.tgz",
6300
- "integrity": "sha512-nxrMUYyLi171EllPssXKfr/D3+DBeTeeV+VUSqHVgTyRrGVVvlV86dVgyWaC7d5E8C6wgLMKiMu43zs4GRb9XQ==",
6310
+ "version": "12.32.8",
6311
+ "resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.32.8.tgz",
6312
+ "integrity": "sha512-1vTWVGmrrDZSixJjDOb2NfrIsbio9xuUaVcGZpxCfTgcEnggekxMkzq0vSqebgbi9cibLn/3BUkSSuEhsDK8Rw==",
6301
6313
  "license": "Apache-2.0",
6302
6314
  "dependencies": {
6303
6315
  "@salesforce/core": "^8.27.1",
@@ -13202,9 +13214,9 @@
13202
13214
  "license": "BSD-3-Clause"
13203
13215
  },
13204
13216
  "node_modules/fast-xml-builder": {
13205
- "version": "1.1.4",
13206
- "resolved": "https://registry.npmjs.org/fast-xml-builder/-/fast-xml-builder-1.1.4.tgz",
13207
- "integrity": "sha512-f2jhpN4Eccy0/Uz9csxh3Nu6q4ErKxf0XIsasomfOihuSUa3/xw6w8dnOtCDgEItQFJG8KyXPzQXzcODDrrbOg==",
13217
+ "version": "1.1.5",
13218
+ "resolved": "https://registry.npmjs.org/fast-xml-builder/-/fast-xml-builder-1.1.5.tgz",
13219
+ "integrity": "sha512-4TJn/8FKLeslLAH3dnohXqE3QSoxkhvaMzepOIZytwJXZO69Bfz0HBdDHzOTOon6G59Zrk6VQ2bEiv1t61rfkA==",
13208
13220
  "funding": [
13209
13221
  {
13210
13222
  "type": "github",
@@ -13217,9 +13229,9 @@
13217
13229
  }
13218
13230
  },
13219
13231
  "node_modules/fast-xml-parser": {
13220
- "version": "5.5.12",
13221
- "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.5.12.tgz",
13222
- "integrity": "sha512-nUR0q8PPfoA/svPM43Gup7vLOZWppaNrYgGmrVqrAVJa7cOH4hMG6FX9M4mQ8dZA1/ObGZHzES7Ed88hxEBSJg==",
13232
+ "version": "5.7.1",
13233
+ "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.7.1.tgz",
13234
+ "integrity": "sha512-8Cc3f8GUGUULg34pBch/KGyPLglS+OFs05deyOlY7fL2MTagYPKrVQNmR1fLF/yJ9PH5ZSTd3YDF6pnmeZU+zA==",
13223
13235
  "funding": [
13224
13236
  {
13225
13237
  "type": "github",
@@ -13228,7 +13240,8 @@
13228
13240
  ],
13229
13241
  "license": "MIT",
13230
13242
  "dependencies": {
13231
- "fast-xml-builder": "^1.1.4",
13243
+ "@nodable/entities": "^2.1.0",
13244
+ "fast-xml-builder": "^1.1.5",
13232
13245
  "path-expression-matcher": "^1.5.0",
13233
13246
  "strnum": "^2.2.3"
13234
13247
  },
@@ -18452,9 +18465,9 @@
18452
18465
  }
18453
18466
  },
18454
18467
  "node_modules/prettier": {
18455
- "version": "3.8.2",
18456
- "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.8.2.tgz",
18457
- "integrity": "sha512-8c3mgTe0ASwWAJK+78dpviD+A8EqhndQPUBpNUIPt6+xWlIigCwfN01lWr9MAede4uqXGTEKeQWTvzb3vjia0Q==",
18468
+ "version": "3.8.3",
18469
+ "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.8.3.tgz",
18470
+ "integrity": "sha512-7igPTM53cGHMW8xWuVTydi2KO233VFiTNyF5hLJqpilHfmn8C8gPf+PS7dUT64YcXFbiMGZxS9pCSxL/Dxm/Jw==",
18458
18471
  "dev": true,
18459
18472
  "license": "MIT",
18460
18473
  "bin": {
@@ -21049,9 +21062,9 @@
21049
21062
  }
21050
21063
  },
21051
21064
  "node_modules/typescript": {
21052
- "version": "6.0.2",
21053
- "resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.2.tgz",
21054
- "integrity": "sha512-bGdAIrZ0wiGDo5l8c++HWtbaNCWTS4UTv7RaTH/ThVIgjkveJt83m74bBHMJkuCbslY8ixgLBVZJIOiQlQTjfQ==",
21065
+ "version": "6.0.3",
21066
+ "resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.3.tgz",
21067
+ "integrity": "sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==",
21055
21068
  "dev": true,
21056
21069
  "license": "Apache-2.0",
21057
21070
  "bin": {
package/oclif.lock CHANGED
@@ -1716,6 +1716,11 @@
1716
1716
  "@emnapi/runtime" "^1.4.3"
1717
1717
  "@tybys/wasm-util" "^0.10.0"
1718
1718
 
1719
+ "@nodable/entities@^2.1.0":
1720
+ version "2.1.0"
1721
+ resolved "https://registry.yarnpkg.com/@nodable/entities/-/entities-2.1.0.tgz#f543e5c6446720d4cf9e498a83019dd159973bc2"
1722
+ integrity sha512-nyT7T3nbMyBI/lvr6L5TyWbFJAI9FTgVRakNoBqCD+PmID8DzFrrNdLLtHMwMszOtqZa8PAOV24ZqDnQrhQINA==
1723
+
1719
1724
  "@nodelib/fs.scandir@2.1.5":
1720
1725
  version "2.1.5"
1721
1726
  resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz#7619c2eb21b25483f6d167548b4cfd5a7488c3d5"
@@ -1890,12 +1895,12 @@
1890
1895
  resolved "https://registry.yarnpkg.com/@rtsao/scc/-/scc-1.1.0.tgz#927dd2fae9bc3361403ac2c7a00c32ddce9ad7e8"
1891
1896
  integrity sha512-zt6OdqaDoOnJ1ZYsCYGt9YmWzDXl4vQdKTyJev62gFhRGKdx7mcT54V9KIjg+d2wi9EXsPvAPKe7i7WjfVWB8g==
1892
1897
 
1893
- "@salesforce/cli-plugins-testkit@^5.3.52":
1894
- version "5.3.52"
1895
- resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.52.tgz#105b2a9304bd25b6324232839afda063b2d1e95f"
1896
- integrity sha512-je/iynPTb5VcDhzPfr+jN+ydapFox0A+0CdE2fkg1ZXws3tZZnyMd+y0i79CchpdtrMUD/Jzkcx0KjvxWF7oTw==
1898
+ "@salesforce/cli-plugins-testkit@^5.3.53":
1899
+ version "5.3.53"
1900
+ resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.53.tgz#acb60f5f50cf7f3211eaf7c70c3dff726b5e1571"
1901
+ integrity sha512-tOMbLXZLrHLvK/qtmTNaTsDW1RC6/vpvXCbodejtMdyiDUf0rY3oROeboFA6VCy5iu71aumetLm1EBlvcyh7hw==
1897
1902
  dependencies:
1898
- "@salesforce/core" "^8.28.1"
1903
+ "@salesforce/core" "^8.28.3"
1899
1904
  "@salesforce/kit" "^3.2.6"
1900
1905
  "@salesforce/ts-types" "^2.0.11"
1901
1906
  "@types/shelljs" "^0.10.0"
@@ -1906,10 +1911,10 @@
1906
1911
  strip-ansi "6.0.1"
1907
1912
  ts-retry-promise "^0.8.1"
1908
1913
 
1909
- "@salesforce/core@^8.18.7", "@salesforce/core@^8.23.1", "@salesforce/core@^8.27.1", "@salesforce/core@^8.28.1":
1910
- version "8.28.1"
1911
- resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.28.1.tgz#d83f8d0a8a83057c5a363aa6b5211b583fb9206b"
1912
- integrity sha512-k9lPsULo+lOEZvpm1J1nJOFwKp5O5IfNqya7pw627QdKGcsWZm6v9caVHKUX9IjyB+S3dasNqaZT5O7l76C4oQ==
1914
+ "@salesforce/core@^8.18.7", "@salesforce/core@^8.23.1", "@salesforce/core@^8.27.1", "@salesforce/core@^8.28.1", "@salesforce/core@^8.28.3":
1915
+ version "8.28.3"
1916
+ resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.28.3.tgz#1344dc408833fb2a6ac19e6c4c09f846b6593ce3"
1917
+ integrity sha512-DDAeHVwDO8wUlqEGwfp8Vuu7Vp7K+hpubKu6baWkHAXiO1u7ZbQkvwCbpPz9JiYEXVUBvP11JtBQ7zOUIPShlQ==
1913
1918
  dependencies:
1914
1919
  "@jsforce/jsforce-node" "^3.10.13"
1915
1920
  "@salesforce/kit" "^3.2.4"
@@ -1996,10 +2001,10 @@
1996
2001
  cli-progress "^3.12.0"
1997
2002
  terminal-link "^3.0.0"
1998
2003
 
1999
- "@salesforce/source-deploy-retrieve@12.32.7", "@salesforce/source-deploy-retrieve@^12.32.4":
2000
- version "12.32.7"
2001
- resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.32.7.tgz#acc2377987095fc9abd0f5256442d5042b54dd68"
2002
- integrity sha512-nxrMUYyLi171EllPssXKfr/D3+DBeTeeV+VUSqHVgTyRrGVVvlV86dVgyWaC7d5E8C6wgLMKiMu43zs4GRb9XQ==
2004
+ "@salesforce/source-deploy-retrieve@12.32.8", "@salesforce/source-deploy-retrieve@^12.32.4":
2005
+ version "12.32.8"
2006
+ resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.32.8.tgz#8103036aee22f56275db64203ff4845eed0b4e1b"
2007
+ integrity sha512-1vTWVGmrrDZSixJjDOb2NfrIsbio9xuUaVcGZpxCfTgcEnggekxMkzq0vSqebgbi9cibLn/3BUkSSuEhsDK8Rw==
2003
2008
  dependencies:
2004
2009
  "@salesforce/core" "^8.27.1"
2005
2010
  "@salesforce/kit" "^3.2.4"
@@ -5540,10 +5545,10 @@ fast-uri@^3.0.1:
5540
5545
  resolved "https://registry.yarnpkg.com/fast-uri/-/fast-uri-3.1.0.tgz#66eecff6c764c0df9b762e62ca7edcfb53b4edfa"
5541
5546
  integrity sha512-iPeeDKJSWf4IEOasVVrknXpaBV0IApz/gp7S2bb7Z4Lljbl2MGJRqInZiUrQwV16cpzw/D3S5j5Julj/gT52AA==
5542
5547
 
5543
- fast-xml-builder@^1.0.0, fast-xml-builder@^1.1.4:
5544
- version "1.1.4"
5545
- resolved "https://registry.yarnpkg.com/fast-xml-builder/-/fast-xml-builder-1.1.4.tgz#0c407a1d9d5996336c0cd76f7ff785cac6413017"
5546
- integrity sha512-f2jhpN4Eccy0/Uz9csxh3Nu6q4ErKxf0XIsasomfOihuSUa3/xw6w8dnOtCDgEItQFJG8KyXPzQXzcODDrrbOg==
5548
+ fast-xml-builder@^1.0.0, fast-xml-builder@^1.1.4, fast-xml-builder@^1.1.5:
5549
+ version "1.1.5"
5550
+ resolved "https://registry.yarnpkg.com/fast-xml-builder/-/fast-xml-builder-1.1.5.tgz#50188e1452a5fa095f415d3e63dcac0a1dbcbf11"
5551
+ integrity sha512-4TJn/8FKLeslLAH3dnohXqE3QSoxkhvaMzepOIZytwJXZO69Bfz0HBdDHzOTOon6G59Zrk6VQ2bEiv1t61rfkA==
5547
5552
  dependencies:
5548
5553
  path-expression-matcher "^1.1.3"
5549
5554
 
@@ -5564,12 +5569,13 @@ fast-xml-parser@5.5.8:
5564
5569
  path-expression-matcher "^1.2.0"
5565
5570
  strnum "^2.2.0"
5566
5571
 
5567
- fast-xml-parser@^5.5.11, fast-xml-parser@^5.5.12, fast-xml-parser@^5.5.7:
5568
- version "5.5.12"
5569
- resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.5.12.tgz#6e50e5a5bbb03c1dc72a9268a9bfe677b1b623b2"
5570
- integrity sha512-nUR0q8PPfoA/svPM43Gup7vLOZWppaNrYgGmrVqrAVJa7cOH4hMG6FX9M4mQ8dZA1/ObGZHzES7Ed88hxEBSJg==
5572
+ fast-xml-parser@^5.5.11, fast-xml-parser@^5.5.7, fast-xml-parser@^5.7.1:
5573
+ version "5.7.1"
5574
+ resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.7.1.tgz#17697550bdd2a0a0d47cdc4b456c009c4cbe8a06"
5575
+ integrity sha512-8Cc3f8GUGUULg34pBch/KGyPLglS+OFs05deyOlY7fL2MTagYPKrVQNmR1fLF/yJ9PH5ZSTd3YDF6pnmeZU+zA==
5571
5576
  dependencies:
5572
- fast-xml-builder "^1.1.4"
5577
+ "@nodable/entities" "^2.1.0"
5578
+ fast-xml-builder "^1.1.5"
5573
5579
  path-expression-matcher "^1.5.0"
5574
5580
  strnum "^2.2.3"
5575
5581
 
@@ -8377,10 +8383,10 @@ prettier@^2.8.8:
8377
8383
  resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.8.tgz#e8c5d7e98a4305ffe3de2e1fc4aca1a71c28b1da"
8378
8384
  integrity sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==
8379
8385
 
8380
- prettier@^3.8.2:
8381
- version "3.8.2"
8382
- resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.8.2.tgz#4f52e502193c9aa5b384c3d00852003e551bbd9f"
8383
- integrity sha512-8c3mgTe0ASwWAJK+78dpviD+A8EqhndQPUBpNUIPt6+xWlIigCwfN01lWr9MAede4uqXGTEKeQWTvzb3vjia0Q==
8386
+ prettier@^3.8.3:
8387
+ version "3.8.3"
8388
+ resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.8.3.tgz#560f2de55bf01b4c0503bc629d5df99b9a1d09b0"
8389
+ integrity sha512-7igPTM53cGHMW8xWuVTydi2KO233VFiTNyF5hLJqpilHfmn8C8gPf+PS7dUT64YcXFbiMGZxS9pCSxL/Dxm/Jw==
8384
8390
 
8385
8391
  pretty-quick@^3.3.1:
8386
8392
  version "3.3.1"
@@ -9878,10 +9884,10 @@ typescript-eslint@^8.58.2:
9878
9884
  resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.9.3.tgz#5b4f59e15310ab17a216f5d6cf53ee476ede670f"
9879
9885
  integrity sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==
9880
9886
 
9881
- typescript@^6.0.2:
9882
- version "6.0.2"
9883
- resolved "https://registry.yarnpkg.com/typescript/-/typescript-6.0.2.tgz#0b1bfb15f68c64b97032f3d78abbf98bdbba501f"
9884
- integrity sha512-bGdAIrZ0wiGDo5l8c++HWtbaNCWTS4UTv7RaTH/ThVIgjkveJt83m74bBHMJkuCbslY8ixgLBVZJIOiQlQTjfQ==
9887
+ typescript@^6.0.3:
9888
+ version "6.0.3"
9889
+ resolved "https://registry.yarnpkg.com/typescript/-/typescript-6.0.3.tgz#90251dc007916e972786cb94d74d15b185577d21"
9890
+ integrity sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==
9885
9891
 
9886
9892
  typescript@~5.4.2:
9887
9893
  version "5.4.5"
@@ -267,5 +267,5 @@
267
267
  ]
268
268
  }
269
269
  },
270
- "version": "5.0.69"
270
+ "version": "5.0.71"
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.69",
4
+ "version": "5.0.71",
5
5
  "author": "jayree",
6
6
  "type": "module",
7
7
  "bugs": "https://github.com/jayree/sfdx-plugin-manifest/issues",
@@ -11,18 +11,18 @@
11
11
  "@salesforce/core": "^8.28.1",
12
12
  "@salesforce/kit": "^3.2.6",
13
13
  "@salesforce/sf-plugins-core": "^12.2.6",
14
- "@salesforce/source-deploy-retrieve": "12.32.7",
14
+ "@salesforce/source-deploy-retrieve": "12.32.8",
15
15
  "@salesforce/source-tracking": "7.8.12",
16
16
  "@salesforce/ts-types": "^2.0.12",
17
17
  "fast-deep-equal": "^3.1.3",
18
- "fast-xml-parser": "^5.5.12",
18
+ "fast-xml-parser": "^5.7.1",
19
19
  "fs-extra": "^11.3.4",
20
20
  "graceful-fs": "^4.2.11",
21
21
  "isomorphic-git": "1.37.5"
22
22
  },
23
23
  "devDependencies": {
24
24
  "@oclif/plugin-command-snapshot": "^5.3.15",
25
- "@salesforce/cli-plugins-testkit": "^5.3.52",
25
+ "@salesforce/cli-plugins-testkit": "^5.3.53",
26
26
  "@salesforce/dev-scripts": "^11.0.4",
27
27
  "@salesforce/ts-sinon": "^1.4.34",
28
28
  "@types/fs-extra": "^11.0.4",
@@ -34,10 +34,10 @@
34
34
  "eslint-plugin-sf-plugin": "^1.20.33",
35
35
  "oclif": "^4.23.0",
36
36
  "patch-package": "^8.0.1",
37
- "prettier": "^3.8.2",
37
+ "prettier": "^3.8.3",
38
38
  "pretty-quick": "^4.2.2",
39
39
  "ts-node": "^10.9.2",
40
- "typescript": "^6.0.2"
40
+ "typescript": "^6.0.3"
41
41
  },
42
42
  "engines": {
43
43
  "node": ">=16.0.0"