@jayree/sfdx-plugin-manifest 5.0.151 → 5.0.153
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 +17 -0
- package/README.md +3 -3
- package/npm-shrinkwrap.json +13 -13
- package/oclif.lock +11 -11
- package/oclif.manifest.json +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,20 @@
|
|
|
1
|
+
## [5.0.153](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.152...5.0.153) (2026-07-24)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump linkify-it from 5.0.1 to 5.0.2 ([#2352](https://github.com/jayree/sfdx-plugin-manifest/issues/2352)) ([0d234a0](https://github.com/jayree/sfdx-plugin-manifest/commit/0d234a03f33b17fff5228cc09ff2354bf8084ca2))
|
|
7
|
+
* Fixed DoS in `mailto:` links (restrict user name to 64 chars).
|
|
8
|
+
* Restricted user/pass part length in links.
|
|
9
|
+
|
|
10
|
+
## [5.0.152](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.151...5.0.152) (2026-07-24)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* **deps:** bump @salesforce/sf-plugins-core from 12.2.26 to 12.2.27 ([#2348](https://github.com/jayree/sfdx-plugin-manifest/issues/2348)) ([0a5fb8a](https://github.com/jayree/sfdx-plugin-manifest/commit/0a5fb8a63bfefb714ad3a0fac9bd84e54ab154c1))
|
|
16
|
+
* **deps:** bump linkify-it from 5.0.0 to 5.0.2 ([b7464d2](https://github.com/salesforcecli/sf-plugins-core/commit/b7464d20d76d9d7f7ae0eb6670d4a47e7e953ef9))
|
|
17
|
+
|
|
1
18
|
## [5.0.151](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.150...5.0.151) (2026-07-24)
|
|
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.
|
|
115
|
+
_See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/5.0.153/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.153/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.153/src/commands/jayree/manifest/git/diff.ts)_
|
|
234
234
|
<!-- commandsstop -->
|
|
235
235
|
|
|
236
236
|
## Performance Testing
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jayree/sfdx-plugin-manifest",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.153",
|
|
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.153",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@jayree/changelog": "^1.2.39",
|
|
13
13
|
"@oclif/core": "^4.11.14",
|
|
14
14
|
"@salesforce/core": "^8.32.6",
|
|
15
15
|
"@salesforce/kit": "^3.2.6",
|
|
16
|
-
"@salesforce/sf-plugins-core": "^12.2.
|
|
16
|
+
"@salesforce/sf-plugins-core": "^12.2.27",
|
|
17
17
|
"@salesforce/source-deploy-retrieve": "12.37.2",
|
|
18
18
|
"@salesforce/source-tracking": "7.8.19",
|
|
19
19
|
"@salesforce/ts-types": "^2.0.12",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"eslint-plugin-sf-plugin": "^1.20.33",
|
|
38
38
|
"oclif": "^4.23.27",
|
|
39
39
|
"patch-package": "^8.0.1",
|
|
40
|
-
"prettier": "^3.9.
|
|
40
|
+
"prettier": "^3.9.6",
|
|
41
41
|
"pretty-quick": "^4.2.2",
|
|
42
42
|
"ts-node": "^10.9.2",
|
|
43
43
|
"typescript": "^6.0.3"
|
|
@@ -3654,9 +3654,9 @@
|
|
|
3654
3654
|
"license": "BSD-3-Clause"
|
|
3655
3655
|
},
|
|
3656
3656
|
"node_modules/@salesforce/sf-plugins-core": {
|
|
3657
|
-
"version": "12.2.
|
|
3658
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.
|
|
3659
|
-
"integrity": "sha512-
|
|
3657
|
+
"version": "12.2.27",
|
|
3658
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.27.tgz",
|
|
3659
|
+
"integrity": "sha512-sUPrZX1YXxOdzqDjNzGjAHW1Ef0CWlmztEDrrOH7pPpqT3pR9jfYZny6mkzGW1Xnwh1+8nnsCY605K8FSz8nuQ==",
|
|
3660
3660
|
"license": "Apache-2.0",
|
|
3661
3661
|
"dependencies": {
|
|
3662
3662
|
"@inquirer/confirm": "^6.1.1",
|
|
@@ -12411,9 +12411,9 @@
|
|
|
12411
12411
|
"license": "MIT"
|
|
12412
12412
|
},
|
|
12413
12413
|
"node_modules/linkify-it": {
|
|
12414
|
-
"version": "5.0.
|
|
12415
|
-
"resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-5.0.
|
|
12416
|
-
"integrity": "sha512-
|
|
12414
|
+
"version": "5.0.2",
|
|
12415
|
+
"resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-5.0.2.tgz",
|
|
12416
|
+
"integrity": "sha512-ONTm2jCMAVZjgQa/Fy1kScXsuOoF5NPTsoFBdE1KVIZ2vAh/r9+Bqo+0jINCBYnavTPQZz38QzFTme79ENoN3Q==",
|
|
12417
12417
|
"dev": true,
|
|
12418
12418
|
"funding": [
|
|
12419
12419
|
{
|
|
@@ -14859,9 +14859,9 @@
|
|
|
14859
14859
|
}
|
|
14860
14860
|
},
|
|
14861
14861
|
"node_modules/prettier": {
|
|
14862
|
-
"version": "3.9.
|
|
14863
|
-
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.9.
|
|
14864
|
-
"integrity": "sha512
|
|
14862
|
+
"version": "3.9.6",
|
|
14863
|
+
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.9.6.tgz",
|
|
14864
|
+
"integrity": "sha512-OpN0zzVdiaiAhxpuuj5efpIS4sY9j7bY6uR5mnj5yPzGkdkjNKSJeUThPb60Jw29QuAZgA4o+/iB49kFiaBX6g==",
|
|
14865
14865
|
"dev": true,
|
|
14866
14866
|
"license": "MIT",
|
|
14867
14867
|
"bin": {
|
package/oclif.lock
CHANGED
|
@@ -1426,10 +1426,10 @@
|
|
|
1426
1426
|
resolved "https://registry.yarnpkg.com/@salesforce/prettier-config/-/prettier-config-0.0.3.tgz#ba648d4886bb38adabe073dbea0b3a91b3753bb0"
|
|
1427
1427
|
integrity sha512-hYOhoPTCSYMDYn+U1rlEk16PoBeAJPkrdg4/UtAzupM1mRRJOwEPMG1d7U8DxJFKuXW3DMEYWr2MwAIBDaHmFg==
|
|
1428
1428
|
|
|
1429
|
-
"@salesforce/sf-plugins-core@^12.2.
|
|
1430
|
-
version "12.2.
|
|
1431
|
-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.
|
|
1432
|
-
integrity sha512-
|
|
1429
|
+
"@salesforce/sf-plugins-core@^12.2.27":
|
|
1430
|
+
version "12.2.27"
|
|
1431
|
+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.27.tgz#c10ebb1ff77a6bc61663e33ae62dd9ca01399187"
|
|
1432
|
+
integrity sha512-sUPrZX1YXxOdzqDjNzGjAHW1Ef0CWlmztEDrrOH7pPpqT3pR9jfYZny6mkzGW1Xnwh1+8nnsCY605K8FSz8nuQ==
|
|
1433
1433
|
dependencies:
|
|
1434
1434
|
"@inquirer/confirm" "^6.1.1"
|
|
1435
1435
|
"@inquirer/password" "^5.1.1"
|
|
@@ -5876,9 +5876,9 @@ lines-and-columns@^1.1.6:
|
|
|
5876
5876
|
integrity sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==
|
|
5877
5877
|
|
|
5878
5878
|
linkify-it@^5.0.1:
|
|
5879
|
-
version "5.0.
|
|
5880
|
-
resolved "https://registry.yarnpkg.com/linkify-it/-/linkify-it-5.0.
|
|
5881
|
-
integrity sha512-
|
|
5879
|
+
version "5.0.2"
|
|
5880
|
+
resolved "https://registry.yarnpkg.com/linkify-it/-/linkify-it-5.0.2.tgz#d3be0a693af3da9df3883f1e346a0e97461a8c19"
|
|
5881
|
+
integrity sha512-ONTm2jCMAVZjgQa/Fy1kScXsuOoF5NPTsoFBdE1KVIZ2vAh/r9+Bqo+0jINCBYnavTPQZz38QzFTme79ENoN3Q==
|
|
5882
5882
|
dependencies:
|
|
5883
5883
|
uc.micro "^2.0.0"
|
|
5884
5884
|
|
|
@@ -7166,10 +7166,10 @@ prettier@^2.8.8:
|
|
|
7166
7166
|
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.8.tgz#e8c5d7e98a4305ffe3de2e1fc4aca1a71c28b1da"
|
|
7167
7167
|
integrity sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==
|
|
7168
7168
|
|
|
7169
|
-
prettier@^3.9.
|
|
7170
|
-
version "3.9.
|
|
7171
|
-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.9.
|
|
7172
|
-
integrity sha512
|
|
7169
|
+
prettier@^3.9.6:
|
|
7170
|
+
version "3.9.6"
|
|
7171
|
+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.9.6.tgz#b3ea5146515d40fc53f18aa63f74dfab1e10dbf6"
|
|
7172
|
+
integrity sha512-OpN0zzVdiaiAhxpuuj5efpIS4sY9j7bY6uR5mnj5yPzGkdkjNKSJeUThPb60Jw29QuAZgA4o+/iB49kFiaBX6g==
|
|
7173
7173
|
|
|
7174
7174
|
pretty-quick@^3.3.1:
|
|
7175
7175
|
version "3.3.1"
|
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.153",
|
|
5
5
|
"author": "jayree",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"bugs": "https://github.com/jayree/sfdx-plugin-manifest/issues",
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"@oclif/core": "^4.11.14",
|
|
11
11
|
"@salesforce/core": "^8.32.6",
|
|
12
12
|
"@salesforce/kit": "^3.2.6",
|
|
13
|
-
"@salesforce/sf-plugins-core": "^12.2.
|
|
13
|
+
"@salesforce/sf-plugins-core": "^12.2.27",
|
|
14
14
|
"@salesforce/source-deploy-retrieve": "12.37.2",
|
|
15
15
|
"@salesforce/source-tracking": "7.8.19",
|
|
16
16
|
"@salesforce/ts-types": "^2.0.12",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"eslint-plugin-sf-plugin": "^1.20.33",
|
|
35
35
|
"oclif": "^4.23.27",
|
|
36
36
|
"patch-package": "^8.0.1",
|
|
37
|
-
"prettier": "^3.9.
|
|
37
|
+
"prettier": "^3.9.6",
|
|
38
38
|
"pretty-quick": "^4.2.2",
|
|
39
39
|
"ts-node": "^10.9.2",
|
|
40
40
|
"typescript": "^6.0.3"
|