@jayree/sfdx-plugin-manifest 5.0.124 → 5.0.126

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,23 @@
1
+ ## [5.0.126](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.125...5.0.126) (2026-06-20)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** bump actions/checkout from 6 to 7 ([#2300](https://github.com/jayree/sfdx-plugin-manifest/issues/2300)) ([f90dc4a](https://github.com/jayree/sfdx-plugin-manifest/commit/f90dc4a7a3b008a00ed395d6da0766628cc4ad9d))
7
+
8
+ ## [5.0.125](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.124...5.0.125) (2026-06-20)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * **deps:** bump @oclif/core from 4.11.4 to 4.11.7 ([#2297](https://github.com/jayree/sfdx-plugin-manifest/issues/2297)) ([6eef8fd](https://github.com/jayree/sfdx-plugin-manifest/commit/6eef8fda5bb18152b9756e8f5044d9c81b629c5f))
14
+ * include error message in --json output ([2cb3a76](https://github.com/oclif/core/commit/2cb3a7620eb2e11d11a155bb51d6bf91cca9384f)), closes [#1608](https://github.com/oclif/core/issues/1608)
15
+ * refactored shell identification code ([a33c256](https://github.com/oclif/core/commit/a33c25607551960ce0ea6351f89260b7863adacd))
16
+ * test failure ([a6ebe3e](https://github.com/oclif/core/commit/a6ebe3e1171919360256e01f55f48011dd1e6104))
17
+ * typo in powershell command ([e8b6efa](https://github.com/oclif/core/commit/e8b6efa4f87222e2d4e83cee23cd98c3b758b555))
18
+ * windows shell identification is more reliable @W-22969497@ ([ee8376d](https://github.com/oclif/core/commit/ee8376d6136d606ecc5500d1404928231b2ebe64))
19
+ * causative errors are now also pretty-printed. @W-22797799@ ([e4dd03c](https://github.com/oclif/core/commit/e4dd03c70d212bf0d1736358b2bca073d5e49f12))
20
+
1
21
  ## [5.0.124](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.123...5.0.124) (2026-06-20)
2
22
 
3
23
 
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.124/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.126/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.124/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.126/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.124/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.126/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.124",
3
+ "version": "5.0.126",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@jayree/sfdx-plugin-manifest",
9
- "version": "5.0.124",
9
+ "version": "5.0.126",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@jayree/changelog": "^1.2.36",
13
- "@oclif/core": "^4.11.4",
13
+ "@oclif/core": "^4.11.7",
14
14
  "@salesforce/core": "^8.31.2",
15
15
  "@salesforce/kit": "^3.2.6",
16
16
  "@salesforce/sf-plugins-core": "^12.2.24",
@@ -25,7 +25,7 @@
25
25
  },
26
26
  "devDependencies": {
27
27
  "@oclif/plugin-command-snapshot": "^5.3.27",
28
- "@salesforce/cli-plugins-testkit": "^5.3.59",
28
+ "@salesforce/cli-plugins-testkit": "^5.3.62",
29
29
  "@salesforce/dev-scripts": "^11.0.4",
30
30
  "@salesforce/ts-sinon": "^1.4.36",
31
31
  "@types/fs-extra": "^11.0.4",
@@ -3065,9 +3065,9 @@
3065
3065
  }
3066
3066
  },
3067
3067
  "node_modules/@oclif/core": {
3068
- "version": "4.11.4",
3069
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.11.4.tgz",
3070
- "integrity": "sha512-URwiQ5ALx/sJ2iH4vzXEd+H4K6NAI7LRs6Jag3hrgKEpGmaE6alfRC8qjO4GIgb6A3ACaJumqP9twi/M9ywdHQ==",
3068
+ "version": "4.11.7",
3069
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.11.7.tgz",
3070
+ "integrity": "sha512-LHii7kSaLvv5bpbS09I7BlI1AQa3Kak/QDyyZOik79ET8tQyt1U5O38al+sYkMxi139105w5gS+aWe+5BlJ0yQ==",
3071
3071
  "license": "MIT",
3072
3072
  "dependencies": {
3073
3073
  "ansi-escapes": "^4.3.2",
@@ -3497,13 +3497,13 @@
3497
3497
  "license": "MIT"
3498
3498
  },
3499
3499
  "node_modules/@salesforce/cli-plugins-testkit": {
3500
- "version": "5.3.59",
3501
- "resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.59.tgz",
3502
- "integrity": "sha512-1bOSsuwZkIbbvQMCAVK2jxUnuarVtEQsGiluZjRTTYUKr15IgLFVZbxBPabve3FgCSKc+UDX2XB6OgeaqBJaIw==",
3500
+ "version": "5.3.62",
3501
+ "resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.62.tgz",
3502
+ "integrity": "sha512-f6Kj64IqOhT5LhmtwEidx8riftVPorOiSdKRqOOQRiFCJR1lfmAZEKiZc3yo0xRT7RmavRUKupBwklT7+rsIbg==",
3503
3503
  "dev": true,
3504
3504
  "license": "Apache-2.0",
3505
3505
  "dependencies": {
3506
- "@salesforce/core": "^8.31.1",
3506
+ "@salesforce/core": "^8.31.2",
3507
3507
  "@salesforce/kit": "^3.2.6",
3508
3508
  "@salesforce/ts-types": "^2.0.11",
3509
3509
  "@types/shelljs": "^0.10.0",
package/oclif.lock CHANGED
@@ -1309,10 +1309,10 @@
1309
1309
  resolved "https://registry.yarnpkg.com/@nolyfill/is-core-module/-/is-core-module-1.0.39.tgz#3dc35ba0f1e66b403c00b39344f870298ebb1c8e"
1310
1310
  integrity sha512-nn5ozdjYQpUCZlWGuxcJY/KpxkWQs4DcbMCmKojjyrYDEAGy4Ce19NN4v5MduafTwJlbKc99UA8YhSVqq9yPZA==
1311
1311
 
1312
- "@oclif/core@^4", "@oclif/core@^4.11.4":
1313
- version "4.11.4"
1314
- resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.11.4.tgz#14082760c0b8e677331aeba3f32e6bf75e2556c0"
1315
- integrity sha512-URwiQ5ALx/sJ2iH4vzXEd+H4K6NAI7LRs6Jag3hrgKEpGmaE6alfRC8qjO4GIgb6A3ACaJumqP9twi/M9ywdHQ==
1312
+ "@oclif/core@^4", "@oclif/core@^4.11.4", "@oclif/core@^4.11.7":
1313
+ version "4.11.7"
1314
+ resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.11.7.tgz#40dbe261aca1eb9e7ac8bc8f1bbb837017c4db96"
1315
+ integrity sha512-LHii7kSaLvv5bpbS09I7BlI1AQa3Kak/QDyyZOik79ET8tQyt1U5O38al+sYkMxi139105w5gS+aWe+5BlJ0yQ==
1316
1316
  dependencies:
1317
1317
  ansi-escapes "^4.3.2"
1318
1318
  ansis "^3.17.0"
@@ -1439,12 +1439,12 @@
1439
1439
  resolved "https://registry.yarnpkg.com/@rtsao/scc/-/scc-1.1.0.tgz#927dd2fae9bc3361403ac2c7a00c32ddce9ad7e8"
1440
1440
  integrity sha512-zt6OdqaDoOnJ1ZYsCYGt9YmWzDXl4vQdKTyJev62gFhRGKdx7mcT54V9KIjg+d2wi9EXsPvAPKe7i7WjfVWB8g==
1441
1441
 
1442
- "@salesforce/cli-plugins-testkit@^5.3.59":
1443
- version "5.3.59"
1444
- resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.59.tgz#536b0a2337dba3e6bdc8c8f66142014336e44f84"
1445
- integrity sha512-1bOSsuwZkIbbvQMCAVK2jxUnuarVtEQsGiluZjRTTYUKr15IgLFVZbxBPabve3FgCSKc+UDX2XB6OgeaqBJaIw==
1442
+ "@salesforce/cli-plugins-testkit@^5.3.62":
1443
+ version "5.3.62"
1444
+ resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.62.tgz#05fef477ef8804c8c4ae4144d22bcf59ace3a129"
1445
+ integrity sha512-f6Kj64IqOhT5LhmtwEidx8riftVPorOiSdKRqOOQRiFCJR1lfmAZEKiZc3yo0xRT7RmavRUKupBwklT7+rsIbg==
1446
1446
  dependencies:
1447
- "@salesforce/core" "^8.31.1"
1447
+ "@salesforce/core" "^8.31.2"
1448
1448
  "@salesforce/kit" "^3.2.6"
1449
1449
  "@salesforce/ts-types" "^2.0.11"
1450
1450
  "@types/shelljs" "^0.10.0"
@@ -1455,7 +1455,7 @@
1455
1455
  strip-ansi "6.0.1"
1456
1456
  ts-retry-promise "^0.8.1"
1457
1457
 
1458
- "@salesforce/core@^8.23.1", "@salesforce/core@^8.30.0", "@salesforce/core@^8.31.0", "@salesforce/core@^8.31.1", "@salesforce/core@^8.31.2":
1458
+ "@salesforce/core@^8.23.1", "@salesforce/core@^8.30.0", "@salesforce/core@^8.31.0", "@salesforce/core@^8.31.2":
1459
1459
  version "8.31.2"
1460
1460
  resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.31.2.tgz#968448f423b553f726f42c27da6b55c4ec7eb93a"
1461
1461
  integrity sha512-naqnq7Z+gbl1LdnyNvrGrNUoeMUQtCOsnrS6DfqeuLMJTFqcL9Dq0/od+xcuqi0+l7HTyH0/gU1BQitWpd1rag==
@@ -267,5 +267,5 @@
267
267
  ]
268
268
  }
269
269
  },
270
- "version": "5.0.124"
270
+ "version": "5.0.126"
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.124",
4
+ "version": "5.0.126",
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.36",
10
- "@oclif/core": "^4.11.4",
10
+ "@oclif/core": "^4.11.7",
11
11
  "@salesforce/core": "^8.31.2",
12
12
  "@salesforce/kit": "^3.2.6",
13
13
  "@salesforce/sf-plugins-core": "^12.2.24",
@@ -22,7 +22,7 @@
22
22
  },
23
23
  "devDependencies": {
24
24
  "@oclif/plugin-command-snapshot": "^5.3.27",
25
- "@salesforce/cli-plugins-testkit": "^5.3.59",
25
+ "@salesforce/cli-plugins-testkit": "^5.3.62",
26
26
  "@salesforce/dev-scripts": "^11.0.4",
27
27
  "@salesforce/ts-sinon": "^1.4.36",
28
28
  "@types/fs-extra": "^11.0.4",