@jayree/sfdx-plugin-manifest 5.0.38 → 5.0.40

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,20 @@
1
+ ## [5.0.40](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.39...5.0.40) (2026-03-20)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** bump @salesforce/source-deploy-retrieve ([#2141](https://github.com/jayree/sfdx-plugin-manifest/issues/2141)) ([c84e089](https://github.com/jayree/sfdx-plugin-manifest/commit/c84e08946eb548e8f4fece64f8d06c2631269b14))
7
+ * remove the prevention of the root-relative asset references ([#1708](https://github.com/forcedotcom/source-deploy-retrieve/issues/1708)) ([c196a8f](https://github.com/forcedotcom/source-deploy-retrieve/commit/c196a8f21161661255b6505090ef9558ffa9f357))
8
+ * **deps:** bump flatted from 3.2.7 to 3.4.2 ([#1712](https://github.com/forcedotcom/source-deploy-retrieve/issues/1712)) ([bd2e758](https://github.com/forcedotcom/source-deploy-retrieve/commit/bd2e7580e57339615e13aa40899e626f5b604330))
9
+
10
+ ## [5.0.39](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.38...5.0.39) (2026-03-20)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * **deps:** bump @salesforce/core from 8.27.0 to 8.27.1 ([#2142](https://github.com/jayree/sfdx-plugin-manifest/issues/2142)) ([8b7944c](https://github.com/jayree/sfdx-plugin-manifest/commit/8b7944c7bbe87d6ae75905b4119f47f7e6699b90))
16
+ * password complexity 4 behavior matches documentation @W-21055675@ ([#1268](https://github.com/forcedotcom/sfdx-core/issues/1268)) ([c90db97](https://github.com/forcedotcom/sfdx-core/commit/c90db9774f3eea56f73b68c7275e514ae5be76ff))
17
+
1
18
  ## [5.0.38](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.37...5.0.38) (2026-03-20)
2
19
 
3
20
 
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.38/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.40/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.38/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.40/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.38/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.40/src/commands/jayree/manifest/git/diff.ts)_
234
234
  <!-- commandsstop -->
235
235
 
236
236
  ## Performance Testing
@@ -1,20 +1,20 @@
1
1
  {
2
2
  "name": "@jayree/sfdx-plugin-manifest",
3
- "version": "5.0.38",
3
+ "version": "5.0.40",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@jayree/sfdx-plugin-manifest",
9
- "version": "5.0.38",
9
+ "version": "5.0.40",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@jayree/changelog": "^1.2.27",
13
13
  "@oclif/core": "^4.10.0",
14
- "@salesforce/core": "^8.26.3",
14
+ "@salesforce/core": "^8.27.1",
15
15
  "@salesforce/kit": "^3.2.4",
16
16
  "@salesforce/sf-plugins-core": "^12.2.6",
17
- "@salesforce/source-deploy-retrieve": "12.31.21",
17
+ "@salesforce/source-deploy-retrieve": "12.31.23",
18
18
  "@salesforce/source-tracking": "7.8.6",
19
19
  "@salesforce/ts-types": "^2.0.12",
20
20
  "fast-deep-equal": "^3.1.3",
@@ -35,7 +35,7 @@
35
35
  "eslint-config-salesforce-license": "^1.0.2",
36
36
  "eslint-plugin-prettier": "^5.5.5",
37
37
  "eslint-plugin-sf-plugin": "^1.20.33",
38
- "oclif": "^4.22.91",
38
+ "oclif": "^4.22.93",
39
39
  "patch-package": "^8.0.1",
40
40
  "prettier": "^3.8.1",
41
41
  "pretty-quick": "^4.2.2",
@@ -3721,14 +3721,14 @@
3721
3721
  }
3722
3722
  },
3723
3723
  "node_modules/@oclif/plugin-not-found": {
3724
- "version": "3.2.74",
3725
- "resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.2.74.tgz",
3726
- "integrity": "sha512-6RD/EuIUGxAYR45nMQg+nw+PqwCXUxkR6Eyn+1fvbVjtb9d+60OPwB77LCRUI4zKNI+n0LOFaMniEdSpb+A7kQ==",
3724
+ "version": "3.2.75",
3725
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.2.75.tgz",
3726
+ "integrity": "sha512-xBEf7fJoS/fIqzGBUe0i6yc7ozo23KTyusy50DHqh+oqay5gtMLPUfr1RbvJBGGwozzFAMMFXN9o+AvUDt/zTA==",
3727
3727
  "dev": true,
3728
3728
  "license": "MIT",
3729
3729
  "dependencies": {
3730
3730
  "@inquirer/prompts": "^7.10.1",
3731
- "@oclif/core": "^4.8.0",
3731
+ "@oclif/core": "^4.9.0",
3732
3732
  "ansis": "^3.17.0",
3733
3733
  "fast-levenshtein": "^3.0.0"
3734
3734
  },
@@ -4050,9 +4050,9 @@
4050
4050
  }
4051
4051
  },
4052
4052
  "node_modules/@salesforce/core": {
4053
- "version": "8.27.0",
4054
- "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.27.0.tgz",
4055
- "integrity": "sha512-Je//0ySHRJRTD16dFxdm6J624i+oufKNq+o8O1AoUNYlT/k4SJi/YGt+iGlKesZGxPf7X1zzUPY1S6C99c/UBA==",
4053
+ "version": "8.27.1",
4054
+ "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.27.1.tgz",
4055
+ "integrity": "sha512-1WpVt9tQAEINGzsQsSiVRmcmYUpKeK4P54624f9HvLIv7o7jTjdARwirJpOqivIihbDE8OJnYOdsr0vV5Dz93A==",
4056
4056
  "license": "BSD-3-Clause",
4057
4057
  "dependencies": {
4058
4058
  "@jsforce/jsforce-node": "^3.10.13",
@@ -4343,9 +4343,9 @@
4343
4343
  }
4344
4344
  },
4345
4345
  "node_modules/@salesforce/source-deploy-retrieve": {
4346
- "version": "12.31.21",
4347
- "resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.31.21.tgz",
4348
- "integrity": "sha512-NZsJlvIrfIIZF03P7iLLmewjYkMsGSIV83+O5k+HGBvDDU8c2IJge3MIV/N78GSAGYahtSE+yR4x75UY0Of7qw==",
4346
+ "version": "12.31.23",
4347
+ "resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.31.23.tgz",
4348
+ "integrity": "sha512-ODyPfTZvotEXhYzsAqgUIHvQdpfSvFQVhUv+NFjr0AZgxylQy+bZ3wiiyobOPOGhkHY0D8GcQK4K8qtJmBH4Kw==",
4349
4349
  "license": "Apache-2.0",
4350
4350
  "dependencies": {
4351
4351
  "@salesforce/core": "^8.27.0",
@@ -15426,9 +15426,9 @@
15426
15426
  }
15427
15427
  },
15428
15428
  "node_modules/oclif": {
15429
- "version": "4.22.91",
15430
- "resolved": "https://registry.npmjs.org/oclif/-/oclif-4.22.91.tgz",
15431
- "integrity": "sha512-eBkzZq6YNZoXGUUFt1tn1Zo+kGdGQiwSvDsHvEd6duR0i3tdd2Oa3rgOYCGiMiq4bIL4Uoo1iAomqS77/ww1rQ==",
15429
+ "version": "4.22.93",
15430
+ "resolved": "https://registry.npmjs.org/oclif/-/oclif-4.22.93.tgz",
15431
+ "integrity": "sha512-x7FjnZOTuKl4p6KsWFZ2nCH3jQv0EU7+fG+udUHgV+CnXx6xGgCGPfkkDv3jYzjlcW7v1P62f3Ab8hudR0zrnA==",
15432
15432
  "dev": true,
15433
15433
  "license": "MIT",
15434
15434
  "dependencies": {
@@ -15439,7 +15439,7 @@
15439
15439
  "@inquirer/select": "^2.5.0",
15440
15440
  "@oclif/core": "4.9.0",
15441
15441
  "@oclif/plugin-help": "^6.2.38",
15442
- "@oclif/plugin-not-found": "^3.2.74",
15442
+ "@oclif/plugin-not-found": "^3.2.75",
15443
15443
  "@oclif/plugin-warn-if-update-available": "^3.1.55",
15444
15444
  "ansis": "^3.16.0",
15445
15445
  "async-retry": "^1.3.3",
package/oclif.lock CHANGED
@@ -1531,7 +1531,7 @@
1531
1531
  wordwrap "^1.0.0"
1532
1532
  wrap-ansi "^7.0.0"
1533
1533
 
1534
- "@oclif/core@^4", "@oclif/core@^4.10.0", "@oclif/core@^4.5.2", "@oclif/core@^4.8.0":
1534
+ "@oclif/core@^4", "@oclif/core@^4.10.0", "@oclif/core@^4.5.2", "@oclif/core@^4.9.0":
1535
1535
  version "4.10.0"
1536
1536
  resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.10.0.tgz#1f144f5be59b5ab0d753571feadaaa4a989ce3d5"
1537
1537
  integrity sha512-T52mrztDvj7RXiURdA+6vd1B4yeYVpHF6DH/RshqEwIA6R63dhe4YoIBYWJi0H3LhCQTUTL84uWadrJAImu/vg==
@@ -1577,13 +1577,13 @@
1577
1577
  dependencies:
1578
1578
  "@oclif/core" "^4"
1579
1579
 
1580
- "@oclif/plugin-not-found@^3.2.74":
1581
- version "3.2.74"
1582
- resolved "https://registry.yarnpkg.com/@oclif/plugin-not-found/-/plugin-not-found-3.2.74.tgz#04ba56f036b3b416d626b25f62d5d712331c652f"
1583
- integrity sha512-6RD/EuIUGxAYR45nMQg+nw+PqwCXUxkR6Eyn+1fvbVjtb9d+60OPwB77LCRUI4zKNI+n0LOFaMniEdSpb+A7kQ==
1580
+ "@oclif/plugin-not-found@^3.2.75":
1581
+ version "3.2.75"
1582
+ resolved "https://registry.yarnpkg.com/@oclif/plugin-not-found/-/plugin-not-found-3.2.75.tgz#823998c4ab78309319afbed04776e29d0822fed8"
1583
+ integrity sha512-xBEf7fJoS/fIqzGBUe0i6yc7ozo23KTyusy50DHqh+oqay5gtMLPUfr1RbvJBGGwozzFAMMFXN9o+AvUDt/zTA==
1584
1584
  dependencies:
1585
1585
  "@inquirer/prompts" "^7.10.1"
1586
- "@oclif/core" "^4.8.0"
1586
+ "@oclif/core" "^4.9.0"
1587
1587
  ansis "^3.17.0"
1588
1588
  fast-levenshtein "^3.0.0"
1589
1589
 
@@ -1671,10 +1671,10 @@
1671
1671
  strip-ansi "6.0.1"
1672
1672
  ts-retry-promise "^0.8.1"
1673
1673
 
1674
- "@salesforce/core@^8.18.7", "@salesforce/core@^8.23.1", "@salesforce/core@^8.26.3", "@salesforce/core@^8.27.0", "@salesforce/core@^8.8.0":
1675
- version "8.27.0"
1676
- resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.27.0.tgz#171660a3d98770d3dd09b2ac16e49d139dff7578"
1677
- integrity sha512-Je//0ySHRJRTD16dFxdm6J624i+oufKNq+o8O1AoUNYlT/k4SJi/YGt+iGlKesZGxPf7X1zzUPY1S6C99c/UBA==
1674
+ "@salesforce/core@^8.18.7", "@salesforce/core@^8.23.1", "@salesforce/core@^8.27.0", "@salesforce/core@^8.27.1", "@salesforce/core@^8.8.0":
1675
+ version "8.27.1"
1676
+ resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.27.1.tgz#26b08b0d68dd1fc210d1dd7a7e3770e3b9f27e74"
1677
+ integrity sha512-1WpVt9tQAEINGzsQsSiVRmcmYUpKeK4P54624f9HvLIv7o7jTjdARwirJpOqivIihbDE8OJnYOdsr0vV5Dz93A==
1678
1678
  dependencies:
1679
1679
  "@jsforce/jsforce-node" "^3.10.13"
1680
1680
  "@salesforce/kit" "^3.2.4"
@@ -1761,10 +1761,10 @@
1761
1761
  cli-progress "^3.12.0"
1762
1762
  terminal-link "^3.0.0"
1763
1763
 
1764
- "@salesforce/source-deploy-retrieve@12.31.21", "@salesforce/source-deploy-retrieve@^12.31.20":
1765
- version "12.31.21"
1766
- resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.31.21.tgz#63432190be223192cdbf4310e5f51ac5c8a74f82"
1767
- integrity sha512-NZsJlvIrfIIZF03P7iLLmewjYkMsGSIV83+O5k+HGBvDDU8c2IJge3MIV/N78GSAGYahtSE+yR4x75UY0Of7qw==
1764
+ "@salesforce/source-deploy-retrieve@12.31.23", "@salesforce/source-deploy-retrieve@^12.31.20":
1765
+ version "12.31.23"
1766
+ resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.31.23.tgz#3aa617f5c2140f2e006ebcf9da7cc0e9bb8fcbff"
1767
+ integrity sha512-ODyPfTZvotEXhYzsAqgUIHvQdpfSvFQVhUv+NFjr0AZgxylQy+bZ3wiiyobOPOGhkHY0D8GcQK4K8qtJmBH4Kw==
1768
1768
  dependencies:
1769
1769
  "@salesforce/core" "^8.27.0"
1770
1770
  "@salesforce/kit" "^3.2.4"
@@ -7551,10 +7551,10 @@ object.values@^1.2.1:
7551
7551
  define-properties "^1.2.1"
7552
7552
  es-object-atoms "^1.0.0"
7553
7553
 
7554
- oclif@^4.22.91:
7555
- version "4.22.91"
7556
- resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.22.91.tgz#8c1640ae8a46f4b63833e418ca81099d12c79f6c"
7557
- integrity sha512-eBkzZq6YNZoXGUUFt1tn1Zo+kGdGQiwSvDsHvEd6duR0i3tdd2Oa3rgOYCGiMiq4bIL4Uoo1iAomqS77/ww1rQ==
7554
+ oclif@^4.22.93:
7555
+ version "4.22.93"
7556
+ resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.22.93.tgz#45a95adb76d4d0a29764b9affb5150c2b8df6cb1"
7557
+ integrity sha512-x7FjnZOTuKl4p6KsWFZ2nCH3jQv0EU7+fG+udUHgV+CnXx6xGgCGPfkkDv3jYzjlcW7v1P62f3Ab8hudR0zrnA==
7558
7558
  dependencies:
7559
7559
  "@aws-sdk/client-cloudfront" "3.1009.0"
7560
7560
  "@aws-sdk/client-s3" "3.1009.0"
@@ -7563,7 +7563,7 @@ oclif@^4.22.91:
7563
7563
  "@inquirer/select" "^2.5.0"
7564
7564
  "@oclif/core" "4.9.0"
7565
7565
  "@oclif/plugin-help" "^6.2.38"
7566
- "@oclif/plugin-not-found" "^3.2.74"
7566
+ "@oclif/plugin-not-found" "^3.2.75"
7567
7567
  "@oclif/plugin-warn-if-update-available" "^3.1.55"
7568
7568
  ansis "^3.16.0"
7569
7569
  async-retry "^1.3.3"
@@ -267,5 +267,5 @@
267
267
  ]
268
268
  }
269
269
  },
270
- "version": "5.0.38"
270
+ "version": "5.0.40"
271
271
  }
package/package.json CHANGED
@@ -1,17 +1,17 @@
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.38",
4
+ "version": "5.0.40",
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.27",
10
10
  "@oclif/core": "^4.10.0",
11
- "@salesforce/core": "^8.26.3",
11
+ "@salesforce/core": "^8.27.1",
12
12
  "@salesforce/kit": "^3.2.4",
13
13
  "@salesforce/sf-plugins-core": "^12.2.6",
14
- "@salesforce/source-deploy-retrieve": "12.31.21",
14
+ "@salesforce/source-deploy-retrieve": "12.31.23",
15
15
  "@salesforce/source-tracking": "7.8.6",
16
16
  "@salesforce/ts-types": "^2.0.12",
17
17
  "fast-deep-equal": "^3.1.3",
@@ -32,7 +32,7 @@
32
32
  "eslint-config-salesforce-license": "^1.0.2",
33
33
  "eslint-plugin-prettier": "^5.5.5",
34
34
  "eslint-plugin-sf-plugin": "^1.20.33",
35
- "oclif": "^4.22.91",
35
+ "oclif": "^4.22.93",
36
36
  "patch-package": "^8.0.1",
37
37
  "prettier": "^3.8.1",
38
38
  "pretty-quick": "^4.2.2",