@jayree/sfdx-plugin-manifest 5.0.52 → 5.0.54
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 +20 -0
- package/README.md +3 -3
- package/npm-shrinkwrap.json +16 -10
- package/oclif.lock +9 -9
- package/oclif.manifest.json +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,23 @@
|
|
|
1
|
+
## [5.0.54](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.53...5.0.54) (2026-04-02)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump lodash from 4.17.23 to 4.18.1 ([#2169](https://github.com/jayree/sfdx-plugin-manifest/issues/2169)) ([fb335a7](https://github.com/jayree/sfdx-plugin-manifest/commit/fb335a70ffed3e6b01dc91c5e6ee8f8e74399b53))
|
|
7
|
+
* `lodash`: [https://github.com/lodash/lodash/compare/4.18.0-npm...4.18.1-npm](https://github.com/lodash/lodash/compare/4.18.0-npm...4.18.1-npm)
|
|
8
|
+
* `lodash-es`: [https://github.com/lodash/lodash/compare/4.18.0-es...4.18.1-es](https://github.com/lodash/lodash/compare/4.18.0-es...4.18.1-es)
|
|
9
|
+
* `lodash-amd`: [https://github.com/lodash/lodash/compare/4.18.0-amd...4.18.1-amd](https://github.com/lodash/lodash/compare/4.18.0-amd...4.18.1-amd)
|
|
10
|
+
* `lodash.template`[https://github.com/lodash/lodash/compare/4.18.0-npm-packages...4.18.1-npm-packages](https://github.com/lodash/lodash/compare/4.18.0-npm-packages...4.18.1-npm-packages)
|
|
11
|
+
|
|
12
|
+
## [5.0.53](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.52...5.0.53) (2026-04-02)
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### Bug Fixes
|
|
16
|
+
|
|
17
|
+
* **deps:** bump @salesforce/source-tracking from 7.8.7 to 7.8.9 ([#2165](https://github.com/jayree/sfdx-plugin-manifest/issues/2165)) ([1dbe392](https://github.com/jayree/sfdx-plugin-manifest/commit/1dbe392c59abcf055a4c9c2888bc17da7bfe6330))
|
|
18
|
+
* bump sdr ([44218b4](https://github.com/forcedotcom/source-tracking/commit/44218b42b2823760f8a435fa736f9ec1dada0430))
|
|
19
|
+
* **deps:** bump yaml from 2.8.1 to 2.8.3 ([20ba771](https://github.com/forcedotcom/source-tracking/commit/20ba7712812f5a6cfa9b977bb50a31e635cef313))
|
|
20
|
+
|
|
1
21
|
## [5.0.52](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.51...5.0.52) (2026-04-02)
|
|
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.
|
|
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)_
|
|
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.
|
|
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)_
|
|
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.
|
|
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)_
|
|
234
234
|
<!-- commandsstop -->
|
|
235
235
|
|
|
236
236
|
## Performance Testing
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jayree/sfdx-plugin-manifest",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.54",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@jayree/sfdx-plugin-manifest",
|
|
9
|
-
"version": "5.0.
|
|
9
|
+
"version": "5.0.54",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@jayree/changelog": "^1.2.28",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"@salesforce/kit": "^3.2.6",
|
|
16
16
|
"@salesforce/sf-plugins-core": "^12.2.6",
|
|
17
17
|
"@salesforce/source-deploy-retrieve": "12.32.1",
|
|
18
|
-
"@salesforce/source-tracking": "7.8.
|
|
18
|
+
"@salesforce/source-tracking": "7.8.9",
|
|
19
19
|
"@salesforce/ts-types": "^2.0.12",
|
|
20
20
|
"fast-deep-equal": "^3.1.3",
|
|
21
21
|
"fast-xml-parser": "^5.5.9",
|
|
@@ -6344,14 +6344,14 @@
|
|
|
6344
6344
|
}
|
|
6345
6345
|
},
|
|
6346
6346
|
"node_modules/@salesforce/source-tracking": {
|
|
6347
|
-
"version": "7.8.
|
|
6348
|
-
"resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.8.
|
|
6349
|
-
"integrity": "sha512-
|
|
6347
|
+
"version": "7.8.9",
|
|
6348
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.8.9.tgz",
|
|
6349
|
+
"integrity": "sha512-ykXZQvjeG+r0LNxaGGvM4e9Mnn1SHx5KuaXP9ROOHfMqo6D9mxjNuI+VQprPbxOYPsH+ahmlrBaB/Ar3zZ8+Jg==",
|
|
6350
6350
|
"license": "Apache-2.0",
|
|
6351
6351
|
"dependencies": {
|
|
6352
6352
|
"@salesforce/core": "^8.27.1",
|
|
6353
6353
|
"@salesforce/kit": "^3.2.4",
|
|
6354
|
-
"@salesforce/source-deploy-retrieve": "^12.
|
|
6354
|
+
"@salesforce/source-deploy-retrieve": "^12.32.1",
|
|
6355
6355
|
"@salesforce/ts-types": "^2.0.12",
|
|
6356
6356
|
"fast-xml-parser": "^5.5.7",
|
|
6357
6357
|
"graceful-fs": "^4.2.11",
|
|
@@ -8838,6 +8838,9 @@
|
|
|
8838
8838
|
"x64"
|
|
8839
8839
|
],
|
|
8840
8840
|
"dev": true,
|
|
8841
|
+
"libc": [
|
|
8842
|
+
"glibc"
|
|
8843
|
+
],
|
|
8841
8844
|
"license": "MIT",
|
|
8842
8845
|
"optional": true,
|
|
8843
8846
|
"os": [
|
|
@@ -8852,6 +8855,9 @@
|
|
|
8852
8855
|
"x64"
|
|
8853
8856
|
],
|
|
8854
8857
|
"dev": true,
|
|
8858
|
+
"libc": [
|
|
8859
|
+
"musl"
|
|
8860
|
+
],
|
|
8855
8861
|
"license": "MIT",
|
|
8856
8862
|
"optional": true,
|
|
8857
8863
|
"os": [
|
|
@@ -16085,9 +16091,9 @@
|
|
|
16085
16091
|
}
|
|
16086
16092
|
},
|
|
16087
16093
|
"node_modules/lodash": {
|
|
16088
|
-
"version": "4.
|
|
16089
|
-
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.
|
|
16090
|
-
"integrity": "sha512-
|
|
16094
|
+
"version": "4.18.1",
|
|
16095
|
+
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz",
|
|
16096
|
+
"integrity": "sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==",
|
|
16091
16097
|
"license": "MIT"
|
|
16092
16098
|
},
|
|
16093
16099
|
"node_modules/lodash.camelcase": {
|
package/oclif.lock
CHANGED
|
@@ -1996,7 +1996,7 @@
|
|
|
1996
1996
|
cli-progress "^3.12.0"
|
|
1997
1997
|
terminal-link "^3.0.0"
|
|
1998
1998
|
|
|
1999
|
-
"@salesforce/source-deploy-retrieve@12.32.1", "@salesforce/source-deploy-retrieve@^12.
|
|
1999
|
+
"@salesforce/source-deploy-retrieve@12.32.1", "@salesforce/source-deploy-retrieve@^12.32.1":
|
|
2000
2000
|
version "12.32.1"
|
|
2001
2001
|
resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.32.1.tgz#9d027b0fb9e1ef61ebb896af804109518f71bd19"
|
|
2002
2002
|
integrity sha512-q3u6bxgv3b4UscVvtWXCllgf5WouQd86IG7Kg76kyFryTTMBoSJIygRXNm5EMwlsHwBvfJhTn8zdpesJ1HkgPQ==
|
|
@@ -2016,14 +2016,14 @@
|
|
|
2016
2016
|
proxy-agent "^6.5.0"
|
|
2017
2017
|
yaml "^2.8.3"
|
|
2018
2018
|
|
|
2019
|
-
"@salesforce/source-tracking@7.8.
|
|
2020
|
-
version "7.8.
|
|
2021
|
-
resolved "https://registry.yarnpkg.com/@salesforce/source-tracking/-/source-tracking-7.8.
|
|
2022
|
-
integrity sha512-
|
|
2019
|
+
"@salesforce/source-tracking@7.8.9":
|
|
2020
|
+
version "7.8.9"
|
|
2021
|
+
resolved "https://registry.yarnpkg.com/@salesforce/source-tracking/-/source-tracking-7.8.9.tgz#b40cd1b2c42a1a5f22294c17c7fc2ef779a8c1ca"
|
|
2022
|
+
integrity sha512-ykXZQvjeG+r0LNxaGGvM4e9Mnn1SHx5KuaXP9ROOHfMqo6D9mxjNuI+VQprPbxOYPsH+ahmlrBaB/Ar3zZ8+Jg==
|
|
2023
2023
|
dependencies:
|
|
2024
2024
|
"@salesforce/core" "^8.27.1"
|
|
2025
2025
|
"@salesforce/kit" "^3.2.4"
|
|
2026
|
-
"@salesforce/source-deploy-retrieve" "^12.
|
|
2026
|
+
"@salesforce/source-deploy-retrieve" "^12.32.1"
|
|
2027
2027
|
"@salesforce/ts-types" "^2.0.12"
|
|
2028
2028
|
fast-xml-parser "^5.5.7"
|
|
2029
2029
|
graceful-fs "^4.2.11"
|
|
@@ -7233,9 +7233,9 @@ lodash.upperfirst@^4.3.1:
|
|
|
7233
7233
|
integrity sha512-sReKOYJIJf74dhJONhU4e0/shzi1trVbSWDOhKYE5XV2O+H7Sb2Dihwuc7xWxVl+DgFPyTqIN3zMfT9cq5iWDg==
|
|
7234
7234
|
|
|
7235
7235
|
lodash@^4.17.15, lodash@^4.17.21, lodash@^4.17.23:
|
|
7236
|
-
version "4.
|
|
7237
|
-
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.
|
|
7238
|
-
integrity sha512-
|
|
7236
|
+
version "4.18.1"
|
|
7237
|
+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.18.1.tgz#ff2b66c1f6326d59513de2407bf881439812771c"
|
|
7238
|
+
integrity sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==
|
|
7239
7239
|
|
|
7240
7240
|
log-symbols@^4.1.0:
|
|
7241
7241
|
version "4.1.0"
|
package/oclif.manifest.json
CHANGED
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.
|
|
4
|
+
"version": "5.0.54",
|
|
5
5
|
"author": "jayree",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"bugs": "https://github.com/jayree/sfdx-plugin-manifest/issues",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"@salesforce/kit": "^3.2.6",
|
|
13
13
|
"@salesforce/sf-plugins-core": "^12.2.6",
|
|
14
14
|
"@salesforce/source-deploy-retrieve": "12.32.1",
|
|
15
|
-
"@salesforce/source-tracking": "7.8.
|
|
15
|
+
"@salesforce/source-tracking": "7.8.9",
|
|
16
16
|
"@salesforce/ts-types": "^2.0.12",
|
|
17
17
|
"fast-deep-equal": "^3.1.3",
|
|
18
18
|
"fast-xml-parser": "^5.5.9",
|