@jayree/sfdx-plugin-manifest 3.4.9 → 3.4.10
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 +18 -18
- package/oclif.lock +16 -16
- package/oclif.manifest.json +1 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,12 @@
|
|
1
|
+
## [3.4.10](https://github.com/jayree/sfdx-plugin-manifest/compare/3.4.9...3.4.10) (2024-08-23)
|
2
|
+
|
3
|
+
|
4
|
+
### Bug Fixes
|
5
|
+
|
6
|
+
* **deps:** bump @oclif/core from 4.0.17 to 4.0.18 ([#1447](https://github.com/jayree/sfdx-plugin-manifest/issues/1447)) ([969f181](https://github.com/jayree/sfdx-plugin-manifest/commit/969f181c032728495d38ca0549d11d7d29c77322))
|
7
|
+
|
8
|
+
|
9
|
+
|
1
10
|
## [3.4.9](https://github.com/jayree/sfdx-plugin-manifest/compare/3.4.8...3.4.9) (2024-08-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.4.
|
63
|
+
_See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.4.10/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.4.
|
101
|
+
_See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.4.10/src/commands/jayree/manifest/generate.ts)_
|
102
102
|
|
103
103
|
### `sf jayree manifest git diff REF1 [REF2]`
|
104
104
|
|
@@ -181,5 +181,5 @@ 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.4.
|
184
|
+
_See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.4.10/src/commands/jayree/manifest/git/diff.ts)_
|
185
185
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
@@ -1,20 +1,20 @@
|
|
1
1
|
{
|
2
2
|
"name": "@jayree/sfdx-plugin-manifest",
|
3
|
-
"version": "3.4.
|
3
|
+
"version": "3.4.10",
|
4
4
|
"lockfileVersion": 3,
|
5
5
|
"requires": true,
|
6
6
|
"packages": {
|
7
7
|
"": {
|
8
8
|
"name": "@jayree/sfdx-plugin-manifest",
|
9
|
-
"version": "3.4.
|
9
|
+
"version": "3.4.10",
|
10
10
|
"license": "BSD-3-Clause",
|
11
11
|
"dependencies": {
|
12
12
|
"@jayree/changelog": "^1.2.2",
|
13
|
-
"@oclif/core": "^4.0.
|
14
|
-
"@salesforce/core": "^8.
|
13
|
+
"@oclif/core": "^4.0.18",
|
14
|
+
"@salesforce/core": "^8.4.0",
|
15
15
|
"@salesforce/kit": "^3.2.1",
|
16
16
|
"@salesforce/sf-plugins-core": "^11.3.2",
|
17
|
-
"@salesforce/source-deploy-retrieve": "^12.
|
17
|
+
"@salesforce/source-deploy-retrieve": "^12.4.0",
|
18
18
|
"@salesforce/source-tracking": "^7.1.7",
|
19
19
|
"@salesforce/ts-types": "^2.0.12",
|
20
20
|
"fast-deep-equal": "^3.1.3",
|
@@ -26,7 +26,7 @@
|
|
26
26
|
"devDependencies": {
|
27
27
|
"@oclif/plugin-command-snapshot": "^5.2.12",
|
28
28
|
"@oclif/plugin-help": "^6.2.8",
|
29
|
-
"@salesforce/cli-plugins-testkit": "^5.3.
|
29
|
+
"@salesforce/cli-plugins-testkit": "^5.3.26",
|
30
30
|
"@salesforce/dev-scripts": "^10.2.9",
|
31
31
|
"@salesforce/ts-sinon": "^1.4.24",
|
32
32
|
"@types/fs-extra": "^11.0.4",
|
@@ -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.5",
|
39
39
|
"is-ci": "^3.0.1",
|
40
40
|
"oclif": "^4.14.19",
|
41
41
|
"patch-package": "^8.0.0",
|
@@ -4302,9 +4302,9 @@
|
|
4302
4302
|
}
|
4303
4303
|
},
|
4304
4304
|
"node_modules/@oclif/core": {
|
4305
|
-
"version": "4.0.
|
4306
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.
|
4307
|
-
"integrity": "sha512-
|
4305
|
+
"version": "4.0.18",
|
4306
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.18.tgz",
|
4307
|
+
"integrity": "sha512-3EP4zJ+1ndc92UxdNmGX4HhFK5Xh94fWvUeOW1Tu/Ed+/jAljIsbmZyjVhDoE0vV5cftT+3QaVB/LFxaXxty/w==",
|
4308
4308
|
"license": "MIT",
|
4309
4309
|
"dependencies": {
|
4310
4310
|
"ansi-escapes": "^4.3.2",
|
@@ -4707,13 +4707,13 @@
|
|
4707
4707
|
}
|
4708
4708
|
},
|
4709
4709
|
"node_modules/@salesforce/cli-plugins-testkit": {
|
4710
|
-
"version": "5.3.
|
4711
|
-
"resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.
|
4712
|
-
"integrity": "sha512-
|
4710
|
+
"version": "5.3.26",
|
4711
|
+
"resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.26.tgz",
|
4712
|
+
"integrity": "sha512-5+Cx0Gbx5v+uvB6TQr+gHIRULOCUhzLtlBRh2UZQoWlUihlOvTYIOXqWQP50qm92KlV0iv3LJ25zJQDFnvAIzQ==",
|
4713
4713
|
"dev": true,
|
4714
4714
|
"license": "BSD-3-Clause",
|
4715
4715
|
"dependencies": {
|
4716
|
-
"@salesforce/core": "^8.
|
4716
|
+
"@salesforce/core": "^8.4.0",
|
4717
4717
|
"@salesforce/kit": "^3.2.1",
|
4718
4718
|
"@salesforce/ts-types": "^2.0.11",
|
4719
4719
|
"@types/shelljs": "^0.8.15",
|
@@ -9520,13 +9520,13 @@
|
|
9520
9520
|
}
|
9521
9521
|
},
|
9522
9522
|
"node_modules/eslint-plugin-sf-plugin": {
|
9523
|
-
"version": "1.20.
|
9524
|
-
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.
|
9525
|
-
"integrity": "sha512-
|
9523
|
+
"version": "1.20.5",
|
9524
|
+
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.5.tgz",
|
9525
|
+
"integrity": "sha512-V8Y18rFPvVEIhWnXyQrgmdNKGFYRmDPY32lTN2vu0FCY9RkIF9ARDUAmGc5Zpz3J/faDNRtVQVra5dAJyqrMTA==",
|
9526
9526
|
"dev": true,
|
9527
9527
|
"license": "BSD-3-Clause",
|
9528
9528
|
"dependencies": {
|
9529
|
-
"@salesforce/core": "^8.
|
9529
|
+
"@salesforce/core": "^8.4.0",
|
9530
9530
|
"@typescript-eslint/utils": "^7.18.0"
|
9531
9531
|
},
|
9532
9532
|
"engines": {
|
package/oclif.lock
CHANGED
@@ -1657,10 +1657,10 @@
|
|
1657
1657
|
wordwrap "^1.0.0"
|
1658
1658
|
wrap-ansi "^7.0.0"
|
1659
1659
|
|
1660
|
-
"@oclif/core@^4", "@oclif/core@^4.0.15", "@oclif/core@^4.0.17":
|
1661
|
-
version "4.0.
|
1662
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.
|
1663
|
-
integrity sha512-
|
1660
|
+
"@oclif/core@^4", "@oclif/core@^4.0.15", "@oclif/core@^4.0.17", "@oclif/core@^4.0.18":
|
1661
|
+
version "4.0.18"
|
1662
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.18.tgz#a4df3fc79645491b5335dca11451c44edf5bf3df"
|
1663
|
+
integrity sha512-3EP4zJ+1ndc92UxdNmGX4HhFK5Xh94fWvUeOW1Tu/Ed+/jAljIsbmZyjVhDoE0vV5cftT+3QaVB/LFxaXxty/w==
|
1664
1664
|
dependencies:
|
1665
1665
|
ansi-escapes "^4.3.2"
|
1666
1666
|
ansis "^3.3.2"
|
@@ -1733,12 +1733,12 @@
|
|
1733
1733
|
resolved "https://registry.yarnpkg.com/@pkgr/core/-/core-0.1.1.tgz#1ec17e2edbec25c8306d424ecfbf13c7de1aaa31"
|
1734
1734
|
integrity sha512-cq8o4cWH0ibXh9VGi5P20Tu9XF/0fFXl9EUinr9QfTM7a7p0oTA4iJRCQWppXR1Pg8dSM0UCItCkPwsk9qWWYA==
|
1735
1735
|
|
1736
|
-
"@salesforce/cli-plugins-testkit@^5.3.
|
1737
|
-
version "5.3.
|
1738
|
-
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.
|
1739
|
-
integrity sha512-
|
1736
|
+
"@salesforce/cli-plugins-testkit@^5.3.26":
|
1737
|
+
version "5.3.26"
|
1738
|
+
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.26.tgz#11f4946b24749a7f32125688ed43ae9dbc248e60"
|
1739
|
+
integrity sha512-5+Cx0Gbx5v+uvB6TQr+gHIRULOCUhzLtlBRh2UZQoWlUihlOvTYIOXqWQP50qm92KlV0iv3LJ25zJQDFnvAIzQ==
|
1740
1740
|
dependencies:
|
1741
|
-
"@salesforce/core" "^8.
|
1741
|
+
"@salesforce/core" "^8.4.0"
|
1742
1742
|
"@salesforce/kit" "^3.2.1"
|
1743
1743
|
"@salesforce/ts-types" "^2.0.11"
|
1744
1744
|
"@types/shelljs" "^0.8.15"
|
@@ -1749,7 +1749,7 @@
|
|
1749
1749
|
strip-ansi "6.0.1"
|
1750
1750
|
ts-retry-promise "^0.8.1"
|
1751
1751
|
|
1752
|
-
"@salesforce/core@^8.2.7", "@salesforce/core@^8.
|
1752
|
+
"@salesforce/core@^8.2.7", "@salesforce/core@^8.4.0":
|
1753
1753
|
version "8.4.0"
|
1754
1754
|
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.4.0.tgz#d2ddfe07994c42b1e917e581e9cf47ad27b97a93"
|
1755
1755
|
integrity sha512-P+n0+Sp+v6voLTShW2E5sdF7gCUxEXJjNcc9Jtto0ZMyQesmQJ6WGpWmAuRoi+BVYc8OPSlEffndaYDAo/u73g==
|
@@ -1845,7 +1845,7 @@
|
|
1845
1845
|
string-width "^7.2.0"
|
1846
1846
|
terminal-link "^3.0.0"
|
1847
1847
|
|
1848
|
-
"@salesforce/source-deploy-retrieve@^12.
|
1848
|
+
"@salesforce/source-deploy-retrieve@^12.4.0":
|
1849
1849
|
version "12.4.0"
|
1850
1850
|
resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.4.0.tgz#7e5a72b1d7b559eaa7f6f333ee212380b6316542"
|
1851
1851
|
integrity sha512-gvTEjLPbNRt62GEKvejt/f1TtG6Zx8JPd/5BYjnXyEJu8BeOy5kL4zJm9GD3ZiTzBnPGHLzfVL09JjWfNBbo0A==
|
@@ -4590,12 +4590,12 @@ eslint-plugin-prettier@^5.2.1:
|
|
4590
4590
|
prettier-linter-helpers "^1.0.0"
|
4591
4591
|
synckit "^0.9.1"
|
4592
4592
|
|
4593
|
-
eslint-plugin-sf-plugin@^1.20.
|
4594
|
-
version "1.20.
|
4595
|
-
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.
|
4596
|
-
integrity sha512-
|
4593
|
+
eslint-plugin-sf-plugin@^1.20.5:
|
4594
|
+
version "1.20.5"
|
4595
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.5.tgz#167657e6dd319e5e5bcc8a733668fff8e7a8089a"
|
4596
|
+
integrity sha512-V8Y18rFPvVEIhWnXyQrgmdNKGFYRmDPY32lTN2vu0FCY9RkIF9ARDUAmGc5Zpz3J/faDNRtVQVra5dAJyqrMTA==
|
4597
4597
|
dependencies:
|
4598
|
-
"@salesforce/core" "^8.
|
4598
|
+
"@salesforce/core" "^8.4.0"
|
4599
4599
|
"@typescript-eslint/utils" "^7.18.0"
|
4600
4600
|
|
4601
4601
|
eslint-plugin-unicorn@^48.0.1:
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
@@ -1,17 +1,17 @@
|
|
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.4.
|
4
|
+
"version": "3.4.10",
|
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.2",
|
10
|
-
"@oclif/core": "^4.0.
|
11
|
-
"@salesforce/core": "^8.
|
10
|
+
"@oclif/core": "^4.0.18",
|
11
|
+
"@salesforce/core": "^8.4.0",
|
12
12
|
"@salesforce/kit": "^3.2.1",
|
13
13
|
"@salesforce/sf-plugins-core": "^11.3.2",
|
14
|
-
"@salesforce/source-deploy-retrieve": "^12.
|
14
|
+
"@salesforce/source-deploy-retrieve": "^12.4.0",
|
15
15
|
"@salesforce/source-tracking": "^7.1.7",
|
16
16
|
"@salesforce/ts-types": "^2.0.12",
|
17
17
|
"fast-deep-equal": "^3.1.3",
|
@@ -23,7 +23,7 @@
|
|
23
23
|
"devDependencies": {
|
24
24
|
"@oclif/plugin-command-snapshot": "^5.2.12",
|
25
25
|
"@oclif/plugin-help": "^6.2.8",
|
26
|
-
"@salesforce/cli-plugins-testkit": "^5.3.
|
26
|
+
"@salesforce/cli-plugins-testkit": "^5.3.26",
|
27
27
|
"@salesforce/dev-scripts": "^10.2.9",
|
28
28
|
"@salesforce/ts-sinon": "^1.4.24",
|
29
29
|
"@types/fs-extra": "^11.0.4",
|
@@ -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.5",
|
36
36
|
"is-ci": "^3.0.1",
|
37
37
|
"oclif": "^4.14.19",
|
38
38
|
"patch-package": "^8.0.0",
|