@jayree/sfdx-plugin-manifest 4.0.10 → 4.0.11
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 +9 -0
- package/README.md +3 -3
- package/npm-shrinkwrap.json +20 -20
- package/oclif.lock +21 -21
- package/oclif.manifest.json +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,12 @@
|
|
1
|
+
## [4.0.11](https://github.com/jayree/sfdx-plugin-manifest/compare/4.0.10...4.0.11) (2025-05-25)
|
2
|
+
|
3
|
+
|
4
|
+
### Bug Fixes
|
5
|
+
|
6
|
+
* **deps:** bump @salesforce/core from 8.11.1 to 8.11.3 ([#1792](https://github.com/jayree/sfdx-plugin-manifest/issues/1792)) ([6b29d7b](https://github.com/jayree/sfdx-plugin-manifest/commit/6b29d7b5e649a735145e2ebba3ae18a9a028a450))
|
7
|
+
* **deps:** bump pino from 9.4.0 to 9.7.0 ([4aa4887](https://github.com/forcedotcom/sfdx-core/commit/4aa48876ec94a1ecedeefa7eeb388b467548dda0))
|
8
|
+
* **deps:** bump pino-pretty from 11.2.2 to 11.3.0 ([18ef1a4](https://github.com/forcedotcom/sfdx-core/commit/18ef1a4467eb968283c80b729281145cd3abea35))
|
9
|
+
|
1
10
|
## [4.0.10](https://github.com/jayree/sfdx-plugin-manifest/compare/4.0.9...4.0.10) (2025-05-23)
|
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/4.0.
|
115
|
+
_See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/4.0.11/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/4.0.
|
153
|
+
_See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/4.0.11/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/4.0.
|
233
|
+
_See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/4.0.11/src/commands/jayree/manifest/git/diff.ts)_
|
234
234
|
<!-- commandsstop -->
|
235
235
|
|
236
236
|
## Performance Testing
|
package/npm-shrinkwrap.json
CHANGED
@@ -1,17 +1,17 @@
|
|
1
1
|
{
|
2
2
|
"name": "@jayree/sfdx-plugin-manifest",
|
3
|
-
"version": "4.0.
|
3
|
+
"version": "4.0.11",
|
4
4
|
"lockfileVersion": 3,
|
5
5
|
"requires": true,
|
6
6
|
"packages": {
|
7
7
|
"": {
|
8
8
|
"name": "@jayree/sfdx-plugin-manifest",
|
9
|
-
"version": "4.0.
|
9
|
+
"version": "4.0.11",
|
10
10
|
"license": "Apache-2.0",
|
11
11
|
"dependencies": {
|
12
12
|
"@jayree/changelog": "^1.2.10",
|
13
13
|
"@oclif/core": "^4.3.0",
|
14
|
-
"@salesforce/core": "^8.11.
|
14
|
+
"@salesforce/core": "^8.11.3",
|
15
15
|
"@salesforce/kit": "^3.2.3",
|
16
16
|
"@salesforce/sf-plugins-core": "^12.2.2",
|
17
17
|
"@salesforce/source-deploy-retrieve": "12.19.7",
|
@@ -35,7 +35,7 @@
|
|
35
35
|
"eslint-config-oclif": "^6.0.58",
|
36
36
|
"eslint-config-salesforce-license": "^1.0.1",
|
37
37
|
"eslint-plugin-prettier": "^5.4.0",
|
38
|
-
"eslint-plugin-sf-plugin": "^1.20.
|
38
|
+
"eslint-plugin-sf-plugin": "^1.20.24",
|
39
39
|
"oclif": "^4.17.46",
|
40
40
|
"patch-package": "^8.0.0",
|
41
41
|
"prettier": "^3.5.3",
|
@@ -3672,9 +3672,9 @@
|
|
3672
3672
|
}
|
3673
3673
|
},
|
3674
3674
|
"node_modules/@salesforce/core": {
|
3675
|
-
"version": "8.11.
|
3676
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.11.
|
3677
|
-
"integrity": "sha512-
|
3675
|
+
"version": "8.11.3",
|
3676
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.11.3.tgz",
|
3677
|
+
"integrity": "sha512-dnW995EG7hblcFRN+1UQOGFytQp9zq0V+X3JmiCjKfW30Yz3SOhFGfSgyu9PFPHzckkD4h2cPzG1EKg0KKlb0g==",
|
3678
3678
|
"license": "BSD-3-Clause",
|
3679
3679
|
"dependencies": {
|
3680
3680
|
"@jsforce/jsforce-node": "^3.8.2",
|
@@ -3689,9 +3689,9 @@
|
|
3689
3689
|
"js2xmlparser": "^4.0.1",
|
3690
3690
|
"jsonwebtoken": "9.0.2",
|
3691
3691
|
"jszip": "3.10.1",
|
3692
|
-
"pino": "^9.
|
3692
|
+
"pino": "^9.7.0",
|
3693
3693
|
"pino-abstract-transport": "^1.2.0",
|
3694
|
-
"pino-pretty": "^11.
|
3694
|
+
"pino-pretty": "^11.3.0",
|
3695
3695
|
"proper-lockfile": "^4.1.2",
|
3696
3696
|
"semver": "^7.6.3",
|
3697
3697
|
"ts-retry-promise": "^0.8.1"
|
@@ -9729,13 +9729,13 @@
|
|
9729
9729
|
}
|
9730
9730
|
},
|
9731
9731
|
"node_modules/eslint-plugin-sf-plugin": {
|
9732
|
-
"version": "1.20.
|
9733
|
-
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.
|
9734
|
-
"integrity": "sha512-
|
9732
|
+
"version": "1.20.24",
|
9733
|
+
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.24.tgz",
|
9734
|
+
"integrity": "sha512-gSBLwp6T3n9Mw1TjO7Fq+VbYA7kdPfws0f1vR3tjEHUH4UlrNPya9RnN3g5uW2S1/62kDwgOjORYu2HlRr5UDg==",
|
9735
9735
|
"dev": true,
|
9736
9736
|
"license": "BSD-3-Clause",
|
9737
9737
|
"dependencies": {
|
9738
|
-
"@salesforce/core": "^8.
|
9738
|
+
"@salesforce/core": "^8.11.1",
|
9739
9739
|
"@typescript-eslint/utils": "^7.18.0"
|
9740
9740
|
},
|
9741
9741
|
"engines": {
|
@@ -15235,9 +15235,9 @@
|
|
15235
15235
|
}
|
15236
15236
|
},
|
15237
15237
|
"node_modules/pino": {
|
15238
|
-
"version": "9.
|
15239
|
-
"resolved": "https://registry.npmjs.org/pino/-/pino-9.
|
15240
|
-
"integrity": "sha512-
|
15238
|
+
"version": "9.7.0",
|
15239
|
+
"resolved": "https://registry.npmjs.org/pino/-/pino-9.7.0.tgz",
|
15240
|
+
"integrity": "sha512-vnMCM6xZTb1WDmLvtG2lE/2p+t9hDEIvTWJsu6FejkE62vB7gDhvzrpFR4Cw2to+9JNQxVnkAKVPA1KPB98vWg==",
|
15241
15241
|
"license": "MIT",
|
15242
15242
|
"dependencies": {
|
15243
15243
|
"atomic-sleep": "^1.0.0",
|
@@ -15245,7 +15245,7 @@
|
|
15245
15245
|
"on-exit-leak-free": "^2.1.0",
|
15246
15246
|
"pino-abstract-transport": "^2.0.0",
|
15247
15247
|
"pino-std-serializers": "^7.0.0",
|
15248
|
-
"process-warning": "^
|
15248
|
+
"process-warning": "^5.0.0",
|
15249
15249
|
"quick-format-unescaped": "^4.0.3",
|
15250
15250
|
"real-require": "^0.2.0",
|
15251
15251
|
"safe-stable-stringify": "^2.3.1",
|
@@ -15522,9 +15522,9 @@
|
|
15522
15522
|
}
|
15523
15523
|
},
|
15524
15524
|
"node_modules/process-warning": {
|
15525
|
-
"version": "
|
15526
|
-
"resolved": "https://registry.npmjs.org/process-warning/-/process-warning-
|
15527
|
-
"integrity": "sha512-
|
15525
|
+
"version": "5.0.0",
|
15526
|
+
"resolved": "https://registry.npmjs.org/process-warning/-/process-warning-5.0.0.tgz",
|
15527
|
+
"integrity": "sha512-a39t9ApHNx2L4+HBnQKqxxHNs1r7KF+Intd8Q/g1bUh6q0WIp9voPXJ/x0j+ZL45KF1pJd9+q2jLIRMfvEshkA==",
|
15528
15528
|
"funding": [
|
15529
15529
|
{
|
15530
15530
|
"type": "github",
|
package/oclif.lock
CHANGED
@@ -1543,10 +1543,10 @@
|
|
1543
1543
|
strip-ansi "6.0.1"
|
1544
1544
|
ts-retry-promise "^0.8.1"
|
1545
1545
|
|
1546
|
-
"@salesforce/core@^8.10.0", "@salesforce/core@^8.
|
1547
|
-
version "8.11.
|
1548
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.11.
|
1549
|
-
integrity sha512-
|
1546
|
+
"@salesforce/core@^8.10.0", "@salesforce/core@^8.11.0", "@salesforce/core@^8.11.1", "@salesforce/core@^8.11.3", "@salesforce/core@^8.8.0", "@salesforce/core@^8.9.1":
|
1547
|
+
version "8.11.3"
|
1548
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.11.3.tgz#754f4e76d39605dd6585ff1c5e270d9ad85bd857"
|
1549
|
+
integrity sha512-dnW995EG7hblcFRN+1UQOGFytQp9zq0V+X3JmiCjKfW30Yz3SOhFGfSgyu9PFPHzckkD4h2cPzG1EKg0KKlb0g==
|
1550
1550
|
dependencies:
|
1551
1551
|
"@jsforce/jsforce-node" "^3.8.2"
|
1552
1552
|
"@salesforce/kit" "^3.2.2"
|
@@ -1560,9 +1560,9 @@
|
|
1560
1560
|
js2xmlparser "^4.0.1"
|
1561
1561
|
jsonwebtoken "9.0.2"
|
1562
1562
|
jszip "3.10.1"
|
1563
|
-
pino "^9.
|
1563
|
+
pino "^9.7.0"
|
1564
1564
|
pino-abstract-transport "^1.2.0"
|
1565
|
-
pino-pretty "^11.
|
1565
|
+
pino-pretty "^11.3.0"
|
1566
1566
|
proper-lockfile "^4.1.2"
|
1567
1567
|
semver "^7.6.3"
|
1568
1568
|
ts-retry-promise "^0.8.1"
|
@@ -4627,12 +4627,12 @@ eslint-plugin-prettier@^5.4.0:
|
|
4627
4627
|
prettier-linter-helpers "^1.0.0"
|
4628
4628
|
synckit "^0.11.0"
|
4629
4629
|
|
4630
|
-
eslint-plugin-sf-plugin@^1.20.
|
4631
|
-
version "1.20.
|
4632
|
-
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.
|
4633
|
-
integrity sha512-
|
4630
|
+
eslint-plugin-sf-plugin@^1.20.24:
|
4631
|
+
version "1.20.24"
|
4632
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.24.tgz#a16ce6d252ff3f3504005485050aa023bfef89a4"
|
4633
|
+
integrity sha512-gSBLwp6T3n9Mw1TjO7Fq+VbYA7kdPfws0f1vR3tjEHUH4UlrNPya9RnN3g5uW2S1/62kDwgOjORYu2HlRr5UDg==
|
4634
4634
|
dependencies:
|
4635
|
-
"@salesforce/core" "^8.
|
4635
|
+
"@salesforce/core" "^8.11.1"
|
4636
4636
|
"@typescript-eslint/utils" "^7.18.0"
|
4637
4637
|
|
4638
4638
|
eslint-plugin-unicorn@^48.0.1:
|
@@ -7648,7 +7648,7 @@ pino-abstract-transport@^2.0.0:
|
|
7648
7648
|
dependencies:
|
7649
7649
|
split2 "^4.0.0"
|
7650
7650
|
|
7651
|
-
pino-pretty@^11.
|
7651
|
+
pino-pretty@^11.3.0:
|
7652
7652
|
version "11.3.0"
|
7653
7653
|
resolved "https://registry.yarnpkg.com/pino-pretty/-/pino-pretty-11.3.0.tgz#390b3be044cf3d2e9192c7d19d44f6b690468f2e"
|
7654
7654
|
integrity sha512-oXwn7ICywaZPHmu3epHGU2oJX4nPmKvHvB/bwrJHlGcbEWaVcotkpyVHMKLKmiVryWYByNp0jpgAcXpFJDXJzA==
|
@@ -7673,17 +7673,17 @@ pino-std-serializers@^7.0.0:
|
|
7673
7673
|
resolved "https://registry.yarnpkg.com/pino-std-serializers/-/pino-std-serializers-7.0.0.tgz#7c625038b13718dbbd84ab446bd673dc52259e3b"
|
7674
7674
|
integrity sha512-e906FRY0+tV27iq4juKzSYPbUj2do2X2JX4EzSca1631EB2QJQUqGbDuERal7LCtOpxl6x3+nvo9NPZcmjkiFA==
|
7675
7675
|
|
7676
|
-
pino@^9.
|
7677
|
-
version "9.
|
7678
|
-
resolved "https://registry.yarnpkg.com/pino/-/pino-9.
|
7679
|
-
integrity sha512-
|
7676
|
+
pino@^9.7.0:
|
7677
|
+
version "9.7.0"
|
7678
|
+
resolved "https://registry.yarnpkg.com/pino/-/pino-9.7.0.tgz#ff7cd86eb3103ee620204dbd5ca6ffda8b53f645"
|
7679
|
+
integrity sha512-vnMCM6xZTb1WDmLvtG2lE/2p+t9hDEIvTWJsu6FejkE62vB7gDhvzrpFR4Cw2to+9JNQxVnkAKVPA1KPB98vWg==
|
7680
7680
|
dependencies:
|
7681
7681
|
atomic-sleep "^1.0.0"
|
7682
7682
|
fast-redact "^3.1.1"
|
7683
7683
|
on-exit-leak-free "^2.1.0"
|
7684
7684
|
pino-abstract-transport "^2.0.0"
|
7685
7685
|
pino-std-serializers "^7.0.0"
|
7686
|
-
process-warning "^
|
7686
|
+
process-warning "^5.0.0"
|
7687
7687
|
quick-format-unescaped "^4.0.3"
|
7688
7688
|
real-require "^0.2.0"
|
7689
7689
|
safe-stable-stringify "^2.3.1"
|
@@ -7767,10 +7767,10 @@ process-on-spawn@^1.0.0:
|
|
7767
7767
|
dependencies:
|
7768
7768
|
fromentries "^1.2.0"
|
7769
7769
|
|
7770
|
-
process-warning@^
|
7771
|
-
version "
|
7772
|
-
resolved "https://registry.yarnpkg.com/process-warning/-/process-warning-
|
7773
|
-
integrity sha512-
|
7770
|
+
process-warning@^5.0.0:
|
7771
|
+
version "5.0.0"
|
7772
|
+
resolved "https://registry.yarnpkg.com/process-warning/-/process-warning-5.0.0.tgz#566e0bf79d1dff30a72d8bbbe9e8ecefe8d378d7"
|
7773
|
+
integrity sha512-a39t9ApHNx2L4+HBnQKqxxHNs1r7KF+Intd8Q/g1bUh6q0WIp9voPXJ/x0j+ZL45KF1pJd9+q2jLIRMfvEshkA==
|
7774
7774
|
|
7775
7775
|
process@^0.11.10:
|
7776
7776
|
version "0.11.10"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
{
|
2
2
|
"name": "@jayree/sfdx-plugin-manifest",
|
3
3
|
"description": "A Salesforce CLI plugin containing commands for creating manifest files from Salesforce orgs or git commits of sfdx projects.",
|
4
|
-
"version": "4.0.
|
4
|
+
"version": "4.0.11",
|
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.10",
|
10
10
|
"@oclif/core": "^4.3.0",
|
11
|
-
"@salesforce/core": "^8.11.
|
11
|
+
"@salesforce/core": "^8.11.3",
|
12
12
|
"@salesforce/kit": "^3.2.3",
|
13
13
|
"@salesforce/sf-plugins-core": "^12.2.2",
|
14
14
|
"@salesforce/source-deploy-retrieve": "12.19.7",
|
@@ -32,7 +32,7 @@
|
|
32
32
|
"eslint-config-oclif": "^6.0.58",
|
33
33
|
"eslint-config-salesforce-license": "^1.0.1",
|
34
34
|
"eslint-plugin-prettier": "^5.4.0",
|
35
|
-
"eslint-plugin-sf-plugin": "^1.20.
|
35
|
+
"eslint-plugin-sf-plugin": "^1.20.24",
|
36
36
|
"oclif": "^4.17.46",
|
37
37
|
"patch-package": "^8.0.0",
|
38
38
|
"prettier": "^3.5.3",
|