@jayree/sfdx-plugin-manifest 5.0.54 → 5.0.55

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,12 @@
1
+ ## [5.0.55](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.54...5.0.55) (2026-04-05)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** bump @oclif/core from 4.10.3 to 4.10.5 ([#2170](https://github.com/jayree/sfdx-plugin-manifest/issues/2170)) ([a0e6dce](https://github.com/jayree/sfdx-plugin-manifest/commit/a0e6dce0dbf8df04bbd70d11df2e72e0ba24efed))
7
+ * **deps:** bump lodash from 4.17.21 to 4.18.1 ([7db542d](https://github.com/oclif/core/commit/7db542db6998c5207f832f9119be152192dff110))
8
+ * **deps:** bump minimatch from 10.2.4 to 10.2.5 ([45ff39a](https://github.com/oclif/core/commit/45ff39afb97090296c2dbfb8f087ddcf0aed810f))
9
+
1
10
  ## [5.0.54](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.53...5.0.54) (2026-04-02)
2
11
 
3
12
 
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.54/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.55/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.54/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.55/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.54/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.55/src/commands/jayree/manifest/git/diff.ts)_
234
234
  <!-- commandsstop -->
235
235
 
236
236
  ## Performance Testing
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@jayree/sfdx-plugin-manifest",
3
- "version": "5.0.54",
3
+ "version": "5.0.55",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@jayree/sfdx-plugin-manifest",
9
- "version": "5.0.54",
9
+ "version": "5.0.55",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@jayree/changelog": "^1.2.28",
13
- "@oclif/core": "^4.10.3",
13
+ "@oclif/core": "^4.10.5",
14
14
  "@salesforce/core": "^8.28.1",
15
15
  "@salesforce/kit": "^3.2.6",
16
16
  "@salesforce/sf-plugins-core": "^12.2.6",
@@ -5391,9 +5391,9 @@
5391
5391
  }
5392
5392
  },
5393
5393
  "node_modules/@oclif/core": {
5394
- "version": "4.10.3",
5395
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.10.3.tgz",
5396
- "integrity": "sha512-0mD8vcrrX5uRsxzvI8tbWmSVGngvZA/Qo6O0ZGvLPAWEauSf5GFniwgirhY0SkszuHwu0S1J1ivj/jHmqtIDuA==",
5394
+ "version": "4.10.5",
5395
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.10.5.tgz",
5396
+ "integrity": "sha512-qcdCF7NrdWPfme6Kr34wwljRCXbCVpL1WVxiNy0Ep6vbWKjxAjFQwuhqkoyL0yjI+KdwtLcOCGn5z2yzdijc8w==",
5397
5397
  "license": "MIT",
5398
5398
  "dependencies": {
5399
5399
  "ansi-escapes": "^4.3.2",
@@ -5406,7 +5406,7 @@
5406
5406
  "indent-string": "^4.0.0",
5407
5407
  "is-wsl": "^2.2.0",
5408
5408
  "lilconfig": "^3.1.3",
5409
- "minimatch": "^10.2.4",
5409
+ "minimatch": "^10.2.5",
5410
5410
  "semver": "^7.7.3",
5411
5411
  "string-width": "^4.2.3",
5412
5412
  "supports-color": "^8",
@@ -5429,24 +5429,24 @@
5429
5429
  }
5430
5430
  },
5431
5431
  "node_modules/@oclif/core/node_modules/brace-expansion": {
5432
- "version": "5.0.2",
5433
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.2.tgz",
5434
- "integrity": "sha512-Pdk8c9poy+YhOgVWw1JNN22/HcivgKWwpxKq04M/jTmHyCZn12WPJebZxdjSa5TmBqISrUSgNYU3eRORljfCCw==",
5432
+ "version": "5.0.5",
5433
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.5.tgz",
5434
+ "integrity": "sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==",
5435
5435
  "license": "MIT",
5436
5436
  "dependencies": {
5437
5437
  "balanced-match": "^4.0.2"
5438
5438
  },
5439
5439
  "engines": {
5440
- "node": "20 || >=22"
5440
+ "node": "18 || 20 || >=22"
5441
5441
  }
5442
5442
  },
5443
5443
  "node_modules/@oclif/core/node_modules/minimatch": {
5444
- "version": "10.2.4",
5445
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.4.tgz",
5446
- "integrity": "sha512-oRjTw/97aTBN0RHbYCdtF1MQfvusSIBQM0IZEgzl6426+8jSC0nF1a/GmnVLpfB9yyr6g6FTqWqiZVbxrtaCIg==",
5444
+ "version": "10.2.5",
5445
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz",
5446
+ "integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==",
5447
5447
  "license": "BlueOak-1.0.0",
5448
5448
  "dependencies": {
5449
- "brace-expansion": "^5.0.2"
5449
+ "brace-expansion": "^5.0.5"
5450
5450
  },
5451
5451
  "engines": {
5452
5452
  "node": "18 || 20 || >=22"
@@ -8650,16 +8650,16 @@
8650
8650
  }
8651
8651
  },
8652
8652
  "node_modules/@typescript-eslint/typescript-estree/node_modules/brace-expansion": {
8653
- "version": "5.0.2",
8654
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.2.tgz",
8655
- "integrity": "sha512-Pdk8c9poy+YhOgVWw1JNN22/HcivgKWwpxKq04M/jTmHyCZn12WPJebZxdjSa5TmBqISrUSgNYU3eRORljfCCw==",
8653
+ "version": "5.0.5",
8654
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.5.tgz",
8655
+ "integrity": "sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==",
8656
8656
  "dev": true,
8657
8657
  "license": "MIT",
8658
8658
  "dependencies": {
8659
8659
  "balanced-match": "^4.0.2"
8660
8660
  },
8661
8661
  "engines": {
8662
- "node": "20 || >=22"
8662
+ "node": "18 || 20 || >=22"
8663
8663
  }
8664
8664
  },
8665
8665
  "node_modules/@typescript-eslint/typescript-estree/node_modules/eslint-visitor-keys": {
@@ -8676,13 +8676,13 @@
8676
8676
  }
8677
8677
  },
8678
8678
  "node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch": {
8679
- "version": "10.2.4",
8680
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.4.tgz",
8681
- "integrity": "sha512-oRjTw/97aTBN0RHbYCdtF1MQfvusSIBQM0IZEgzl6426+8jSC0nF1a/GmnVLpfB9yyr6g6FTqWqiZVbxrtaCIg==",
8679
+ "version": "10.2.5",
8680
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz",
8681
+ "integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==",
8682
8682
  "dev": true,
8683
8683
  "license": "BlueOak-1.0.0",
8684
8684
  "dependencies": {
8685
- "brace-expansion": "^5.0.2"
8685
+ "brace-expansion": "^5.0.5"
8686
8686
  },
8687
8687
  "engines": {
8688
8688
  "node": "18 || 20 || >=22"
@@ -17612,16 +17612,16 @@
17612
17612
  }
17613
17613
  },
17614
17614
  "node_modules/oclif/node_modules/brace-expansion": {
17615
- "version": "5.0.2",
17616
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.2.tgz",
17617
- "integrity": "sha512-Pdk8c9poy+YhOgVWw1JNN22/HcivgKWwpxKq04M/jTmHyCZn12WPJebZxdjSa5TmBqISrUSgNYU3eRORljfCCw==",
17615
+ "version": "5.0.5",
17616
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.5.tgz",
17617
+ "integrity": "sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==",
17618
17618
  "dev": true,
17619
17619
  "license": "MIT",
17620
17620
  "dependencies": {
17621
17621
  "balanced-match": "^4.0.2"
17622
17622
  },
17623
17623
  "engines": {
17624
- "node": "20 || >=22"
17624
+ "node": "18 || 20 || >=22"
17625
17625
  }
17626
17626
  },
17627
17627
  "node_modules/oclif/node_modules/cacheable-lookup": {
@@ -17726,13 +17726,13 @@
17726
17726
  }
17727
17727
  },
17728
17728
  "node_modules/oclif/node_modules/minimatch": {
17729
- "version": "10.2.4",
17730
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.4.tgz",
17731
- "integrity": "sha512-oRjTw/97aTBN0RHbYCdtF1MQfvusSIBQM0IZEgzl6426+8jSC0nF1a/GmnVLpfB9yyr6g6FTqWqiZVbxrtaCIg==",
17729
+ "version": "10.2.5",
17730
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz",
17731
+ "integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==",
17732
17732
  "dev": true,
17733
17733
  "license": "BlueOak-1.0.0",
17734
17734
  "dependencies": {
17735
- "brace-expansion": "^5.0.2"
17735
+ "brace-expansion": "^5.0.5"
17736
17736
  },
17737
17737
  "engines": {
17738
17738
  "node": "18 || 20 || >=22"
@@ -20358,16 +20358,16 @@
20358
20358
  }
20359
20359
  },
20360
20360
  "node_modules/test-exclude/node_modules/brace-expansion": {
20361
- "version": "5.0.2",
20362
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.2.tgz",
20363
- "integrity": "sha512-Pdk8c9poy+YhOgVWw1JNN22/HcivgKWwpxKq04M/jTmHyCZn12WPJebZxdjSa5TmBqISrUSgNYU3eRORljfCCw==",
20361
+ "version": "5.0.5",
20362
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.5.tgz",
20363
+ "integrity": "sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==",
20364
20364
  "dev": true,
20365
20365
  "license": "MIT",
20366
20366
  "dependencies": {
20367
20367
  "balanced-match": "^4.0.2"
20368
20368
  },
20369
20369
  "engines": {
20370
- "node": "20 || >=22"
20370
+ "node": "18 || 20 || >=22"
20371
20371
  }
20372
20372
  },
20373
20373
  "node_modules/test-exclude/node_modules/glob": {
@@ -20399,13 +20399,13 @@
20399
20399
  }
20400
20400
  },
20401
20401
  "node_modules/test-exclude/node_modules/minimatch": {
20402
- "version": "10.2.4",
20403
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.4.tgz",
20404
- "integrity": "sha512-oRjTw/97aTBN0RHbYCdtF1MQfvusSIBQM0IZEgzl6426+8jSC0nF1a/GmnVLpfB9yyr6g6FTqWqiZVbxrtaCIg==",
20402
+ "version": "10.2.5",
20403
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz",
20404
+ "integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==",
20405
20405
  "dev": true,
20406
20406
  "license": "BlueOak-1.0.0",
20407
20407
  "dependencies": {
20408
- "brace-expansion": "^5.0.2"
20408
+ "brace-expansion": "^5.0.5"
20409
20409
  },
20410
20410
  "engines": {
20411
20411
  "node": "18 || 20 || >=22"
package/oclif.lock CHANGED
@@ -1766,10 +1766,10 @@
1766
1766
  wordwrap "^1.0.0"
1767
1767
  wrap-ansi "^7.0.0"
1768
1768
 
1769
- "@oclif/core@^4", "@oclif/core@^4.10.2", "@oclif/core@^4.10.3", "@oclif/core@^4.5.2":
1770
- version "4.10.3"
1771
- resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.10.3.tgz#8b817320a593a003698ed928c17f99a9ff6963fb"
1772
- integrity sha512-0mD8vcrrX5uRsxzvI8tbWmSVGngvZA/Qo6O0ZGvLPAWEauSf5GFniwgirhY0SkszuHwu0S1J1ivj/jHmqtIDuA==
1769
+ "@oclif/core@^4", "@oclif/core@^4.10.2", "@oclif/core@^4.10.5", "@oclif/core@^4.5.2":
1770
+ version "4.10.5"
1771
+ resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.10.5.tgz#bcf7c5bb783849ccdce2fd2b5d691a247082ba51"
1772
+ integrity sha512-qcdCF7NrdWPfme6Kr34wwljRCXbCVpL1WVxiNy0Ep6vbWKjxAjFQwuhqkoyL0yjI+KdwtLcOCGn5z2yzdijc8w==
1773
1773
  dependencies:
1774
1774
  ansi-escapes "^4.3.2"
1775
1775
  ansis "^3.17.0"
@@ -1781,7 +1781,7 @@
1781
1781
  indent-string "^4.0.0"
1782
1782
  is-wsl "^2.2.0"
1783
1783
  lilconfig "^3.1.3"
1784
- minimatch "^10.2.4"
1784
+ minimatch "^10.2.5"
1785
1785
  semver "^7.7.3"
1786
1786
  string-width "^4.2.3"
1787
1787
  supports-color "^8"
@@ -3874,10 +3874,10 @@ brace-expansion@^4.0.0:
3874
3874
  dependencies:
3875
3875
  balanced-match "^3.0.0"
3876
3876
 
3877
- brace-expansion@^5.0.2:
3878
- version "5.0.2"
3879
- resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-5.0.2.tgz#b6c16d0791087af6c2bc463f52a8142046c06b6f"
3880
- integrity sha512-Pdk8c9poy+YhOgVWw1JNN22/HcivgKWwpxKq04M/jTmHyCZn12WPJebZxdjSa5TmBqISrUSgNYU3eRORljfCCw==
3877
+ brace-expansion@^5.0.5:
3878
+ version "5.0.5"
3879
+ resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-5.0.5.tgz#dcc3a37116b79f3e1b46db994ced5d570e930fdb"
3880
+ integrity sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==
3881
3881
  dependencies:
3882
3882
  balanced-match "^4.0.2"
3883
3883
 
@@ -7554,12 +7554,12 @@ minimatch@9.0.3:
7554
7554
  dependencies:
7555
7555
  brace-expansion "^2.0.1"
7556
7556
 
7557
- minimatch@^10.2.2, minimatch@^10.2.4:
7558
- version "10.2.4"
7559
- resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.2.4.tgz#465b3accbd0218b8281f5301e27cedc697f96fde"
7560
- integrity sha512-oRjTw/97aTBN0RHbYCdtF1MQfvusSIBQM0IZEgzl6426+8jSC0nF1a/GmnVLpfB9yyr6g6FTqWqiZVbxrtaCIg==
7557
+ minimatch@^10.2.2, minimatch@^10.2.4, minimatch@^10.2.5:
7558
+ version "10.2.5"
7559
+ resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.2.5.tgz#bd48687a0be38ed2961399105600f832095861d1"
7560
+ integrity sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==
7561
7561
  dependencies:
7562
- brace-expansion "^5.0.2"
7562
+ brace-expansion "^5.0.5"
7563
7563
 
7564
7564
  minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2, minimatch@^3.1.5:
7565
7565
  version "3.1.5"
@@ -267,5 +267,5 @@
267
267
  ]
268
268
  }
269
269
  },
270
- "version": "5.0.54"
270
+ "version": "5.0.55"
271
271
  }
package/package.json CHANGED
@@ -1,13 +1,13 @@
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.54",
4
+ "version": "5.0.55",
5
5
  "author": "jayree",
6
6
  "type": "module",
7
7
  "bugs": "https://github.com/jayree/sfdx-plugin-manifest/issues",
8
8
  "dependencies": {
9
9
  "@jayree/changelog": "^1.2.28",
10
- "@oclif/core": "^4.10.3",
10
+ "@oclif/core": "^4.10.5",
11
11
  "@salesforce/core": "^8.28.1",
12
12
  "@salesforce/kit": "^3.2.6",
13
13
  "@salesforce/sf-plugins-core": "^12.2.6",