@jayree/sfdx-plugin-manifest 3.6.10 → 3.6.11
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 +17 -17
- package/oclif.lock +17 -17
- package/oclif.manifest.json +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,12 @@
|
|
1
|
+
## [3.6.11](https://github.com/jayree/sfdx-plugin-manifest/compare/3.6.10...3.6.11) (2024-11-23)
|
2
|
+
|
3
|
+
|
4
|
+
### Bug Fixes
|
5
|
+
|
6
|
+
* **deps:** bump @salesforce/source-tracking from 7.1.23 to 7.1.25 ([#1571](https://github.com/jayree/sfdx-plugin-manifest/issues/1571)) ([0d191ae](https://github.com/jayree/sfdx-plugin-manifest/commit/0d191aefea17984a077dd52116495ad1ff395851))
|
7
|
+
|
8
|
+
|
9
|
+
|
1
10
|
## [3.6.10](https://github.com/jayree/sfdx-plugin-manifest/compare/3.6.9...3.6.10) (2024-11-16)
|
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.6.
|
63
|
+
_See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.6.11/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.6.
|
101
|
+
_See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.6.11/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.6.
|
184
|
+
_See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.6.11/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.6.
|
3
|
+
"version": "3.6.11",
|
4
4
|
"lockfileVersion": 3,
|
5
5
|
"requires": true,
|
6
6
|
"packages": {
|
7
7
|
"": {
|
8
8
|
"name": "@jayree/sfdx-plugin-manifest",
|
9
|
-
"version": "3.6.
|
9
|
+
"version": "3.6.11",
|
10
10
|
"license": "BSD-3-Clause",
|
11
11
|
"dependencies": {
|
12
12
|
"@jayree/changelog": "^1.2.4",
|
@@ -15,7 +15,7 @@
|
|
15
15
|
"@salesforce/kit": "^3.2.3",
|
16
16
|
"@salesforce/sf-plugins-core": "^12.0.11",
|
17
17
|
"@salesforce/source-deploy-retrieve": "^12.10.0",
|
18
|
-
"@salesforce/source-tracking": "^7.1.
|
18
|
+
"@salesforce/source-tracking": "^7.1.25",
|
19
19
|
"@salesforce/ts-types": "^2.0.12",
|
20
20
|
"fast-deep-equal": "^3.1.3",
|
21
21
|
"fast-xml-parser": "^4.5.0",
|
@@ -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.12",
|
39
39
|
"is-ci": "^3.0.1",
|
40
40
|
"oclif": "^4.15.24",
|
41
41
|
"patch-package": "^8.0.0",
|
@@ -4110,12 +4110,12 @@
|
|
4110
4110
|
}
|
4111
4111
|
},
|
4112
4112
|
"node_modules/@salesforce/source-deploy-retrieve": {
|
4113
|
-
"version": "12.10.
|
4114
|
-
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.10.
|
4115
|
-
"integrity": "sha512-
|
4113
|
+
"version": "12.10.2",
|
4114
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.10.2.tgz",
|
4115
|
+
"integrity": "sha512-V7V+nCxhJBcSEh5gJIZt44bsnYJ53HXt3Dec4gphu/Z8mu6Rr3b3yDC3Zw2EKyiDwYYxWvp0pjhqcO2xOTnNLw==",
|
4116
4116
|
"license": "BSD-3-Clause",
|
4117
4117
|
"dependencies": {
|
4118
|
-
"@salesforce/core": "^8.
|
4118
|
+
"@salesforce/core": "^8.8.0",
|
4119
4119
|
"@salesforce/kit": "^3.2.2",
|
4120
4120
|
"@salesforce/ts-types": "^2.0.12",
|
4121
4121
|
"fast-levenshtein": "^3.0.0",
|
@@ -4149,15 +4149,15 @@
|
|
4149
4149
|
}
|
4150
4150
|
},
|
4151
4151
|
"node_modules/@salesforce/source-tracking": {
|
4152
|
-
"version": "7.1.
|
4153
|
-
"resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.1.
|
4154
|
-
"integrity": "sha512-
|
4152
|
+
"version": "7.1.25",
|
4153
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.1.25.tgz",
|
4154
|
+
"integrity": "sha512-DSdRrjQkS0ZU0r5oiBparWIpG/ofLIyRH5ouqWHf6sfqKgYQPeB7UhBjPhPLxcG2yAvUnBZcqQSShdENwaNXkQ==",
|
4155
4155
|
"license": "BSD-3-Clause",
|
4156
4156
|
"dependencies": {
|
4157
|
-
"@oclif/core": "^4.0.
|
4157
|
+
"@oclif/core": "^4.0.32",
|
4158
4158
|
"@salesforce/core": "^8.8.0",
|
4159
4159
|
"@salesforce/kit": "^3.2.3",
|
4160
|
-
"@salesforce/source-deploy-retrieve": "^12.10.
|
4160
|
+
"@salesforce/source-deploy-retrieve": "^12.10.2",
|
4161
4161
|
"@salesforce/ts-types": "^2.0.12",
|
4162
4162
|
"fast-xml-parser": "^4.5.0",
|
4163
4163
|
"graceful-fs": "^4.2.11",
|
@@ -8653,13 +8653,13 @@
|
|
8653
8653
|
}
|
8654
8654
|
},
|
8655
8655
|
"node_modules/eslint-plugin-sf-plugin": {
|
8656
|
-
"version": "1.20.
|
8657
|
-
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.
|
8658
|
-
"integrity": "sha512
|
8656
|
+
"version": "1.20.12",
|
8657
|
+
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.12.tgz",
|
8658
|
+
"integrity": "sha512-eIrUlmVQKp0MgRrdJRaNB2gwanjuQ3z7mmZNs0wGD63ZhPhuh7R8QGFacKKjjK/JOlOKKwSfSxKcxyzTxF0GuA==",
|
8659
8659
|
"dev": true,
|
8660
8660
|
"license": "BSD-3-Clause",
|
8661
8661
|
"dependencies": {
|
8662
|
-
"@salesforce/core": "^8.
|
8662
|
+
"@salesforce/core": "^8.8.0",
|
8663
8663
|
"@typescript-eslint/utils": "^7.18.0"
|
8664
8664
|
},
|
8665
8665
|
"engines": {
|
package/oclif.lock
CHANGED
@@ -1591,7 +1591,7 @@
|
|
1591
1591
|
strip-ansi "6.0.1"
|
1592
1592
|
ts-retry-promise "^0.8.1"
|
1593
1593
|
|
1594
|
-
"@salesforce/core@^8.5.1", "@salesforce/core@^8.6.
|
1594
|
+
"@salesforce/core@^8.5.1", "@salesforce/core@^8.6.4", "@salesforce/core@^8.8.0":
|
1595
1595
|
version "8.8.0"
|
1596
1596
|
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.8.0.tgz#849c07ea3a2548ca201fc0fe8baef9b36a462194"
|
1597
1597
|
integrity sha512-HWGdRiy/MPCJ2KHz+W+cnqx0O9xhx9+QYvwP8bn9PE27wj0A/NjTi4xrqIWk1M+fE4dXHycE+8qPf4b540euvg==
|
@@ -1685,12 +1685,12 @@
|
|
1685
1685
|
cli-progress "^3.12.0"
|
1686
1686
|
terminal-link "^3.0.0"
|
1687
1687
|
|
1688
|
-
"@salesforce/source-deploy-retrieve@^12.10.0", "@salesforce/source-deploy-retrieve@^12.10.
|
1689
|
-
version "12.10.
|
1690
|
-
resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.10.
|
1691
|
-
integrity sha512-
|
1688
|
+
"@salesforce/source-deploy-retrieve@^12.10.0", "@salesforce/source-deploy-retrieve@^12.10.2":
|
1689
|
+
version "12.10.2"
|
1690
|
+
resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.10.2.tgz#c3737f3751f84cb4754b666edd83c014c91b87bb"
|
1691
|
+
integrity sha512-V7V+nCxhJBcSEh5gJIZt44bsnYJ53HXt3Dec4gphu/Z8mu6Rr3b3yDC3Zw2EKyiDwYYxWvp0pjhqcO2xOTnNLw==
|
1692
1692
|
dependencies:
|
1693
|
-
"@salesforce/core" "^8.
|
1693
|
+
"@salesforce/core" "^8.8.0"
|
1694
1694
|
"@salesforce/kit" "^3.2.2"
|
1695
1695
|
"@salesforce/ts-types" "^2.0.12"
|
1696
1696
|
fast-levenshtein "^3.0.0"
|
@@ -1704,15 +1704,15 @@
|
|
1704
1704
|
minimatch "^9.0.5"
|
1705
1705
|
proxy-agent "^6.4.0"
|
1706
1706
|
|
1707
|
-
"@salesforce/source-tracking@^7.1.
|
1708
|
-
version "7.1.
|
1709
|
-
resolved "https://registry.yarnpkg.com/@salesforce/source-tracking/-/source-tracking-7.1.
|
1710
|
-
integrity sha512-
|
1707
|
+
"@salesforce/source-tracking@^7.1.25":
|
1708
|
+
version "7.1.25"
|
1709
|
+
resolved "https://registry.yarnpkg.com/@salesforce/source-tracking/-/source-tracking-7.1.25.tgz#20aa39053cab26e0a65c6a47141f53ab3b633c1d"
|
1710
|
+
integrity sha512-DSdRrjQkS0ZU0r5oiBparWIpG/ofLIyRH5ouqWHf6sfqKgYQPeB7UhBjPhPLxcG2yAvUnBZcqQSShdENwaNXkQ==
|
1711
1711
|
dependencies:
|
1712
|
-
"@oclif/core" "^4.0.
|
1712
|
+
"@oclif/core" "^4.0.32"
|
1713
1713
|
"@salesforce/core" "^8.8.0"
|
1714
1714
|
"@salesforce/kit" "^3.2.3"
|
1715
|
-
"@salesforce/source-deploy-retrieve" "^12.10.
|
1715
|
+
"@salesforce/source-deploy-retrieve" "^12.10.2"
|
1716
1716
|
"@salesforce/ts-types" "^2.0.12"
|
1717
1717
|
fast-xml-parser "^4.5.0"
|
1718
1718
|
graceful-fs "^4.2.11"
|
@@ -4306,12 +4306,12 @@ eslint-plugin-prettier@^5.2.1:
|
|
4306
4306
|
prettier-linter-helpers "^1.0.0"
|
4307
4307
|
synckit "^0.9.1"
|
4308
4308
|
|
4309
|
-
eslint-plugin-sf-plugin@^1.20.
|
4310
|
-
version "1.20.
|
4311
|
-
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.
|
4312
|
-
integrity sha512
|
4309
|
+
eslint-plugin-sf-plugin@^1.20.12:
|
4310
|
+
version "1.20.12"
|
4311
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.12.tgz#21af47a8a339b99abb8b172e242df372ec0c8f03"
|
4312
|
+
integrity sha512-eIrUlmVQKp0MgRrdJRaNB2gwanjuQ3z7mmZNs0wGD63ZhPhuh7R8QGFacKKjjK/JOlOKKwSfSxKcxyzTxF0GuA==
|
4313
4313
|
dependencies:
|
4314
|
-
"@salesforce/core" "^8.
|
4314
|
+
"@salesforce/core" "^8.8.0"
|
4315
4315
|
"@typescript-eslint/utils" "^7.18.0"
|
4316
4316
|
|
4317
4317
|
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.6.
|
4
|
+
"version": "3.6.11",
|
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.3",
|
13
13
|
"@salesforce/sf-plugins-core": "^12.0.11",
|
14
14
|
"@salesforce/source-deploy-retrieve": "^12.10.0",
|
15
|
-
"@salesforce/source-tracking": "^7.1.
|
15
|
+
"@salesforce/source-tracking": "^7.1.25",
|
16
16
|
"@salesforce/ts-types": "^2.0.12",
|
17
17
|
"fast-deep-equal": "^3.1.3",
|
18
18
|
"fast-xml-parser": "^4.5.0",
|
@@ -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.12",
|
36
36
|
"is-ci": "^3.0.1",
|
37
37
|
"oclif": "^4.15.24",
|
38
38
|
"patch-package": "^8.0.0",
|