@jayree/sfdx-plugin-manifest 3.5.28 → 3.5.29
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +9 -0
- package/README.md +3 -3
- package/npm-shrinkwrap.json +16 -16
- package/oclif.lock +14 -14
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,12 @@
|
|
1
|
+
## [3.5.29](https://github.com/jayree/sfdx-plugin-manifest/compare/3.5.28...3.5.29) (2024-10-19)
|
2
|
+
|
3
|
+
|
4
|
+
### Bug Fixes
|
5
|
+
|
6
|
+
* **deps:** bump @salesforce/source-deploy-retrieve from 12.8.0 to 12.8.1 ([#1531](https://github.com/jayree/sfdx-plugin-manifest/issues/1531)) ([4793c60](https://github.com/jayree/sfdx-plugin-manifest/commit/4793c601a18ca2ba0d31421bf2b54197398857ba))
|
7
|
+
|
8
|
+
|
9
|
+
|
1
10
|
## [3.5.28](https://github.com/jayree/sfdx-plugin-manifest/compare/3.5.27...3.5.28) (2024-10-19)
|
2
11
|
|
3
12
|
|
package/README.md
CHANGED
@@ -60,7 +60,7 @@ EXAMPLES
|
|
60
60
|
$ sf jayree manifest cleanup --manifest=package.xml --file=packageignore.xml
|
61
61
|
```
|
62
62
|
|
63
|
-
_See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.5.
|
63
|
+
_See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.5.29/src/commands/jayree/manifest/cleanup.ts)_
|
64
64
|
|
65
65
|
### `sf jayree manifest generate`
|
66
66
|
|
@@ -98,7 +98,7 @@ EXAMPLES
|
|
98
98
|
<Package xmlns='http://soap.sforce.com/2006/04/metadata'>...</Package>
|
99
99
|
```
|
100
100
|
|
101
|
-
_See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.5.
|
101
|
+
_See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.5.29/src/commands/jayree/manifest/generate.ts)_
|
102
102
|
|
103
103
|
### `sf jayree manifest git diff REF1 [REF2]`
|
104
104
|
|
@@ -181,7 +181,7 @@ FLAG DESCRIPTIONS
|
|
181
181
|
The location can be an absolute path or relative to the current working directory.
|
182
182
|
```
|
183
183
|
|
184
|
-
_See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.5.
|
184
|
+
_See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.5.29/src/commands/jayree/manifest/git/diff.ts)_
|
185
185
|
<!-- commandsstop -->
|
186
186
|
|
187
187
|
## Performance Testing
|
package/npm-shrinkwrap.json
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
{
|
2
2
|
"name": "@jayree/sfdx-plugin-manifest",
|
3
|
-
"version": "3.5.
|
3
|
+
"version": "3.5.29",
|
4
4
|
"lockfileVersion": 3,
|
5
5
|
"requires": true,
|
6
6
|
"packages": {
|
7
7
|
"": {
|
8
8
|
"name": "@jayree/sfdx-plugin-manifest",
|
9
|
-
"version": "3.5.
|
9
|
+
"version": "3.5.29",
|
10
10
|
"license": "BSD-3-Clause",
|
11
11
|
"dependencies": {
|
12
12
|
"@jayree/changelog": "^1.2.4",
|
@@ -14,7 +14,7 @@
|
|
14
14
|
"@salesforce/core": "^8.6.2",
|
15
15
|
"@salesforce/kit": "^3.2.3",
|
16
16
|
"@salesforce/sf-plugins-core": "^11.3.12",
|
17
|
-
"@salesforce/source-deploy-retrieve": "^12.8.
|
17
|
+
"@salesforce/source-deploy-retrieve": "^12.8.1",
|
18
18
|
"@salesforce/source-tracking": "^7.1.17",
|
19
19
|
"@salesforce/ts-types": "^2.0.12",
|
20
20
|
"fast-deep-equal": "^3.1.3",
|
@@ -24,7 +24,7 @@
|
|
24
24
|
"isomorphic-git": "1.27.1"
|
25
25
|
},
|
26
26
|
"devDependencies": {
|
27
|
-
"@oclif/plugin-command-snapshot": "^5.2.
|
27
|
+
"@oclif/plugin-command-snapshot": "^5.2.19",
|
28
28
|
"@oclif/plugin-help": "^6.2.15",
|
29
29
|
"@salesforce/cli-plugins-testkit": "^5.3.34",
|
30
30
|
"@salesforce/dev-scripts": "^10.2.10",
|
@@ -35,7 +35,7 @@
|
|
35
35
|
"c8": "^10.1.2",
|
36
36
|
"eslint-config-oclif": "^5.2",
|
37
37
|
"eslint-plugin-prettier": "^5.2.1",
|
38
|
-
"eslint-plugin-sf-plugin": "^1.20.
|
38
|
+
"eslint-plugin-sf-plugin": "^1.20.9",
|
39
39
|
"is-ci": "^3.0.1",
|
40
40
|
"oclif": "^4.15.6",
|
41
41
|
"patch-package": "^8.0.0",
|
@@ -3020,9 +3020,9 @@
|
|
3020
3020
|
}
|
3021
3021
|
},
|
3022
3022
|
"node_modules/@oclif/plugin-command-snapshot": {
|
3023
|
-
"version": "5.2.
|
3024
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.
|
3025
|
-
"integrity": "sha512-
|
3023
|
+
"version": "5.2.19",
|
3024
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.19.tgz",
|
3025
|
+
"integrity": "sha512-tw4R1ohyo73/lWMFF2aGiN5qrURsttY59GRaVPSb9KMLHUS1l0kPt5k3Qm10ci4i3CALCOa78Chowan2OW4cnQ==",
|
3026
3026
|
"dev": true,
|
3027
3027
|
"license": "MIT",
|
3028
3028
|
"dependencies": {
|
@@ -3584,12 +3584,12 @@
|
|
3584
3584
|
}
|
3585
3585
|
},
|
3586
3586
|
"node_modules/@salesforce/source-deploy-retrieve": {
|
3587
|
-
"version": "12.8.
|
3588
|
-
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.8.
|
3589
|
-
"integrity": "sha512-
|
3587
|
+
"version": "12.8.1",
|
3588
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.8.1.tgz",
|
3589
|
+
"integrity": "sha512-1wTP6Qa9aWuToY5VMMO0Xg8ea5Vtnaf79ZYJry4BTK9y2XyzhrmwSHTvvO7UuhDb//zx2REfKT53JltCysEADA==",
|
3590
3590
|
"license": "BSD-3-Clause",
|
3591
3591
|
"dependencies": {
|
3592
|
-
"@salesforce/core": "^8.6.
|
3592
|
+
"@salesforce/core": "^8.6.2",
|
3593
3593
|
"@salesforce/kit": "^3.2.2",
|
3594
3594
|
"@salesforce/ts-types": "^2.0.12",
|
3595
3595
|
"fast-levenshtein": "^3.0.0",
|
@@ -7906,13 +7906,13 @@
|
|
7906
7906
|
}
|
7907
7907
|
},
|
7908
7908
|
"node_modules/eslint-plugin-sf-plugin": {
|
7909
|
-
"version": "1.20.
|
7910
|
-
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.
|
7911
|
-
"integrity": "sha512-
|
7909
|
+
"version": "1.20.9",
|
7910
|
+
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.9.tgz",
|
7911
|
+
"integrity": "sha512-9lqHOVTO2y9MpdaXiHGHPWP3hf8pcn3SWy6osLxK2J+jm4r2cJsx9mK0WdS4Grlfoou7Xm5P71fwgf+htrtdow==",
|
7912
7912
|
"dev": true,
|
7913
7913
|
"license": "BSD-3-Clause",
|
7914
7914
|
"dependencies": {
|
7915
|
-
"@salesforce/core": "^8.6.
|
7915
|
+
"@salesforce/core": "^8.6.2",
|
7916
7916
|
"@typescript-eslint/utils": "^7.18.0"
|
7917
7917
|
},
|
7918
7918
|
"engines": {
|
package/oclif.lock
CHANGED
@@ -1335,10 +1335,10 @@
|
|
1335
1335
|
wordwrap "^1.0.0"
|
1336
1336
|
wrap-ansi "^7.0.0"
|
1337
1337
|
|
1338
|
-
"@oclif/plugin-command-snapshot@^5.2.
|
1339
|
-
version "5.2.
|
1340
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.
|
1341
|
-
integrity sha512-
|
1338
|
+
"@oclif/plugin-command-snapshot@^5.2.19":
|
1339
|
+
version "5.2.19"
|
1340
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.19.tgz#02f3f2c426aa0791bfcc598c9210e061f98caf54"
|
1341
|
+
integrity sha512-tw4R1ohyo73/lWMFF2aGiN5qrURsttY59GRaVPSb9KMLHUS1l0kPt5k3Qm10ci4i3CALCOa78Chowan2OW4cnQ==
|
1342
1342
|
dependencies:
|
1343
1343
|
"@oclif/core" "^4"
|
1344
1344
|
ansis "^3.3.2"
|
@@ -1500,12 +1500,12 @@
|
|
1500
1500
|
string-width "^7.2.0"
|
1501
1501
|
terminal-link "^3.0.0"
|
1502
1502
|
|
1503
|
-
"@salesforce/source-deploy-retrieve@^12.7.4", "@salesforce/source-deploy-retrieve@^12.8.
|
1504
|
-
version "12.8.
|
1505
|
-
resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.8.
|
1506
|
-
integrity sha512-
|
1503
|
+
"@salesforce/source-deploy-retrieve@^12.7.4", "@salesforce/source-deploy-retrieve@^12.8.1":
|
1504
|
+
version "12.8.1"
|
1505
|
+
resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.8.1.tgz#cd00f4165c93c3d09881cb108cb0ba0c47b7a510"
|
1506
|
+
integrity sha512-1wTP6Qa9aWuToY5VMMO0Xg8ea5Vtnaf79ZYJry4BTK9y2XyzhrmwSHTvvO7UuhDb//zx2REfKT53JltCysEADA==
|
1507
1507
|
dependencies:
|
1508
|
-
"@salesforce/core" "^8.6.
|
1508
|
+
"@salesforce/core" "^8.6.2"
|
1509
1509
|
"@salesforce/kit" "^3.2.2"
|
1510
1510
|
"@salesforce/ts-types" "^2.0.12"
|
1511
1511
|
fast-levenshtein "^3.0.0"
|
@@ -4038,12 +4038,12 @@ eslint-plugin-prettier@^5.2.1:
|
|
4038
4038
|
prettier-linter-helpers "^1.0.0"
|
4039
4039
|
synckit "^0.9.1"
|
4040
4040
|
|
4041
|
-
eslint-plugin-sf-plugin@^1.20.
|
4042
|
-
version "1.20.
|
4043
|
-
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.
|
4044
|
-
integrity sha512-
|
4041
|
+
eslint-plugin-sf-plugin@^1.20.9:
|
4042
|
+
version "1.20.9"
|
4043
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.9.tgz#87d17902f696ac242a1b7c6ccbb43f271d883e7e"
|
4044
|
+
integrity sha512-9lqHOVTO2y9MpdaXiHGHPWP3hf8pcn3SWy6osLxK2J+jm4r2cJsx9mK0WdS4Grlfoou7Xm5P71fwgf+htrtdow==
|
4045
4045
|
dependencies:
|
4046
|
-
"@salesforce/core" "^8.6.
|
4046
|
+
"@salesforce/core" "^8.6.2"
|
4047
4047
|
"@typescript-eslint/utils" "^7.18.0"
|
4048
4048
|
|
4049
4049
|
eslint-plugin-unicorn@^48.0.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 Salesforce CLI plugin containing commands for creating manifest files from Salesforce orgs or git commits of sfdx projects.",
|
4
|
-
"version": "3.5.
|
4
|
+
"version": "3.5.29",
|
5
5
|
"author": "jayree",
|
6
6
|
"type": "module",
|
7
7
|
"bugs": "https://github.com/jayree/sfdx-plugin-manifest/issues",
|
@@ -11,7 +11,7 @@
|
|
11
11
|
"@salesforce/core": "^8.6.2",
|
12
12
|
"@salesforce/kit": "^3.2.3",
|
13
13
|
"@salesforce/sf-plugins-core": "^11.3.12",
|
14
|
-
"@salesforce/source-deploy-retrieve": "^12.8.
|
14
|
+
"@salesforce/source-deploy-retrieve": "^12.8.1",
|
15
15
|
"@salesforce/source-tracking": "^7.1.17",
|
16
16
|
"@salesforce/ts-types": "^2.0.12",
|
17
17
|
"fast-deep-equal": "^3.1.3",
|
@@ -21,7 +21,7 @@
|
|
21
21
|
"isomorphic-git": "1.27.1"
|
22
22
|
},
|
23
23
|
"devDependencies": {
|
24
|
-
"@oclif/plugin-command-snapshot": "^5.2.
|
24
|
+
"@oclif/plugin-command-snapshot": "^5.2.19",
|
25
25
|
"@oclif/plugin-help": "^6.2.15",
|
26
26
|
"@salesforce/cli-plugins-testkit": "^5.3.34",
|
27
27
|
"@salesforce/dev-scripts": "^10.2.10",
|
@@ -32,7 +32,7 @@
|
|
32
32
|
"c8": "^10.1.2",
|
33
33
|
"eslint-config-oclif": "^5.2",
|
34
34
|
"eslint-plugin-prettier": "^5.2.1",
|
35
|
-
"eslint-plugin-sf-plugin": "^1.20.
|
35
|
+
"eslint-plugin-sf-plugin": "^1.20.9",
|
36
36
|
"is-ci": "^3.0.1",
|
37
37
|
"oclif": "^4.15.6",
|
38
38
|
"patch-package": "^8.0.0",
|