@jayree/sfdx-plugin-manifest 3.2.16 → 3.2.18
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +18 -0
- package/README.md +3 -3
- package/npm-shrinkwrap.json +21 -21
- package/oclif.lock +20 -20
- package/oclif.manifest.json +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,21 @@
|
|
1
|
+
## [3.2.18](https://github.com/jayree/sfdx-plugin-manifest/compare/3.2.17...3.2.18) (2024-05-25)
|
2
|
+
|
3
|
+
|
4
|
+
### Bug Fixes
|
5
|
+
|
6
|
+
* **deps:** bump @salesforce/sf-plugins-core from 9.0.10 to 9.0.12 ([#1318](https://github.com/jayree/sfdx-plugin-manifest/issues/1318)) ([639789c](https://github.com/jayree/sfdx-plugin-manifest/commit/639789c8c7504e0337bc3ef4d2c252f8e0338423))
|
7
|
+
|
8
|
+
|
9
|
+
|
10
|
+
## [3.2.17](https://github.com/jayree/sfdx-plugin-manifest/compare/3.2.16...3.2.17) (2024-05-25)
|
11
|
+
|
12
|
+
|
13
|
+
### Bug Fixes
|
14
|
+
|
15
|
+
* **deps:** bump @salesforce/kit from 3.1.1 to 3.1.2 ([#1315](https://github.com/jayree/sfdx-plugin-manifest/issues/1315)) ([0348fd1](https://github.com/jayree/sfdx-plugin-manifest/commit/0348fd111460514cc6e318361c6f713324017cba))
|
16
|
+
|
17
|
+
|
18
|
+
|
1
19
|
## [3.2.16](https://github.com/jayree/sfdx-plugin-manifest/compare/3.2.15...3.2.16) (2024-05-18)
|
2
20
|
|
3
21
|
|
package/README.md
CHANGED
@@ -47,7 +47,7 @@ EXAMPLES
|
|
47
47
|
$ sf jayree manifest cleanup --manifest=package.xml --file=packageignore.xml
|
48
48
|
```
|
49
49
|
|
50
|
-
_See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.2.
|
50
|
+
_See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.2.18/src/commands/jayree/manifest/cleanup.ts)_
|
51
51
|
|
52
52
|
### `sf jayree manifest generate`
|
53
53
|
|
@@ -85,7 +85,7 @@ EXAMPLES
|
|
85
85
|
<Package xmlns='http://soap.sforce.com/2006/04/metadata'>...</Package>
|
86
86
|
```
|
87
87
|
|
88
|
-
_See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.2.
|
88
|
+
_See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.2.18/src/commands/jayree/manifest/generate.ts)_
|
89
89
|
|
90
90
|
### `sf jayree manifest git diff REF1 [REF2]`
|
91
91
|
|
@@ -168,5 +168,5 @@ FLAG DESCRIPTIONS
|
|
168
168
|
The location can be an absolute path or relative to the current working directory.
|
169
169
|
```
|
170
170
|
|
171
|
-
_See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.2.
|
171
|
+
_See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.2.18/src/commands/jayree/manifest/git/diff.ts)_
|
172
172
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
@@ -1,19 +1,19 @@
|
|
1
1
|
{
|
2
2
|
"name": "@jayree/sfdx-plugin-manifest",
|
3
|
-
"version": "3.2.
|
3
|
+
"version": "3.2.18",
|
4
4
|
"lockfileVersion": 3,
|
5
5
|
"requires": true,
|
6
6
|
"packages": {
|
7
7
|
"": {
|
8
8
|
"name": "@jayree/sfdx-plugin-manifest",
|
9
|
-
"version": "3.2.
|
9
|
+
"version": "3.2.18",
|
10
10
|
"license": "BSD-3-Clause",
|
11
11
|
"dependencies": {
|
12
12
|
"@jayree/changelog": "^1.1.12",
|
13
13
|
"@oclif/core": "^3.26.6",
|
14
14
|
"@salesforce/core": "^7.3.8",
|
15
|
-
"@salesforce/kit": "^3.1.
|
16
|
-
"@salesforce/sf-plugins-core": "^9.0.
|
15
|
+
"@salesforce/kit": "^3.1.2",
|
16
|
+
"@salesforce/sf-plugins-core": "^9.0.12",
|
17
17
|
"@salesforce/source-deploy-retrieve": "^11.4.4",
|
18
18
|
"@salesforce/ts-types": "^2.0.9",
|
19
19
|
"chalk": "^5.3.0",
|
@@ -28,7 +28,7 @@
|
|
28
28
|
"devDependencies": {
|
29
29
|
"@oclif/plugin-command-snapshot": "^5.1.9",
|
30
30
|
"@oclif/plugin-help": "^6.0.22",
|
31
|
-
"@salesforce/cli-plugins-testkit": "^5.3.
|
31
|
+
"@salesforce/cli-plugins-testkit": "^5.3.5",
|
32
32
|
"@salesforce/dev-scripts": "^9.1.2",
|
33
33
|
"@salesforce/ts-sinon": "^1.4.19",
|
34
34
|
"@types/debug": "^4.1.12",
|
@@ -38,7 +38,7 @@
|
|
38
38
|
"c8": "^9.1.0",
|
39
39
|
"eslint-config-oclif": "^5.2",
|
40
40
|
"eslint-plugin-prettier": "^5.1.3",
|
41
|
-
"eslint-plugin-sf-plugin": "^1.18.
|
41
|
+
"eslint-plugin-sf-plugin": "^1.18.4",
|
42
42
|
"is-ci": "^3.0.1",
|
43
43
|
"oclif": "^4.10.11",
|
44
44
|
"patch-package": "^8.0.0",
|
@@ -4579,13 +4579,13 @@
|
|
4579
4579
|
}
|
4580
4580
|
},
|
4581
4581
|
"node_modules/@salesforce/cli-plugins-testkit": {
|
4582
|
-
"version": "5.3.
|
4583
|
-
"resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.
|
4584
|
-
"integrity": "sha512-
|
4582
|
+
"version": "5.3.5",
|
4583
|
+
"resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.5.tgz",
|
4584
|
+
"integrity": "sha512-fL6EsPDVv3+0u+5CqVsGa+PixqmVElQUsIS5RjUYAs6bvUpBG/vK5EAS+BwWroZhoFgmUgh7hFQJCSssaf7NOQ==",
|
4585
4585
|
"dev": true,
|
4586
4586
|
"license": "BSD-3-Clause",
|
4587
4587
|
"dependencies": {
|
4588
|
-
"@salesforce/core": "^7.3.
|
4588
|
+
"@salesforce/core": "^7.3.8",
|
4589
4589
|
"@salesforce/kit": "^3.1.1",
|
4590
4590
|
"@salesforce/ts-types": "^2.0.9",
|
4591
4591
|
"@types/shelljs": "^0.8.15",
|
@@ -4939,9 +4939,9 @@
|
|
4939
4939
|
}
|
4940
4940
|
},
|
4941
4941
|
"node_modules/@salesforce/kit": {
|
4942
|
-
"version": "3.1.
|
4943
|
-
"resolved": "https://registry.npmjs.org/@salesforce/kit/-/kit-3.1.
|
4944
|
-
"integrity": "sha512-
|
4942
|
+
"version": "3.1.2",
|
4943
|
+
"resolved": "https://registry.npmjs.org/@salesforce/kit/-/kit-3.1.2.tgz",
|
4944
|
+
"integrity": "sha512-si+ddvZDgx9q5czxAANuK5xhz3pv+KGspQy1wyia/7HDPKadA0QZkLTzUnO1Ju4Mux32CNHEb2y9lw9jj+eVTA==",
|
4945
4945
|
"license": "BSD-3-Clause",
|
4946
4946
|
"dependencies": {
|
4947
4947
|
"@salesforce/ts-types": "^2.0.9",
|
@@ -4962,15 +4962,15 @@
|
|
4962
4962
|
"license": "ISC"
|
4963
4963
|
},
|
4964
4964
|
"node_modules/@salesforce/sf-plugins-core": {
|
4965
|
-
"version": "9.0.
|
4966
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-9.0.
|
4967
|
-
"integrity": "sha512-
|
4965
|
+
"version": "9.0.12",
|
4966
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-9.0.12.tgz",
|
4967
|
+
"integrity": "sha512-KtZErzUdBrDDONpE6ZbW3V5WfBwUwo07Snttnu4IFs82rbsOkyCG/m02b+mbnGBrwWWy7auZW4e2ciRrmbZGDQ==",
|
4968
4968
|
"license": "BSD-3-Clause",
|
4969
4969
|
"dependencies": {
|
4970
4970
|
"@inquirer/confirm": "^2.0.17",
|
4971
4971
|
"@inquirer/password": "^1.1.16",
|
4972
4972
|
"@oclif/core": "^3.26.6",
|
4973
|
-
"@salesforce/core": "^7.3.
|
4973
|
+
"@salesforce/core": "^7.3.8",
|
4974
4974
|
"@salesforce/kit": "^3.1.1",
|
4975
4975
|
"@salesforce/ts-types": "^2.0.9",
|
4976
4976
|
"chalk": "^5.3.0"
|
@@ -9253,13 +9253,13 @@
|
|
9253
9253
|
}
|
9254
9254
|
},
|
9255
9255
|
"node_modules/eslint-plugin-sf-plugin": {
|
9256
|
-
"version": "1.18.
|
9257
|
-
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.18.
|
9258
|
-
"integrity": "sha512-
|
9256
|
+
"version": "1.18.4",
|
9257
|
+
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.18.4.tgz",
|
9258
|
+
"integrity": "sha512-bPYmEh+5ARunhIfBoHc9UqrvPslRcYcloXJRKWqVkvU8tIBAiq2lqp6GWjVuUMPGjhvtUgICMolp6ozjO9wvmA==",
|
9259
9259
|
"dev": true,
|
9260
9260
|
"license": "BSD-3-Clause",
|
9261
9261
|
"dependencies": {
|
9262
|
-
"@salesforce/core": "^7.3.
|
9262
|
+
"@salesforce/core": "^7.3.8",
|
9263
9263
|
"@typescript-eslint/utils": "^6.17.0"
|
9264
9264
|
},
|
9265
9265
|
"engines": {
|
package/oclif.lock
CHANGED
@@ -1782,12 +1782,12 @@
|
|
1782
1782
|
resolved "https://registry.yarnpkg.com/@pkgr/core/-/core-0.1.1.tgz#1ec17e2edbec25c8306d424ecfbf13c7de1aaa31"
|
1783
1783
|
integrity sha512-cq8o4cWH0ibXh9VGi5P20Tu9XF/0fFXl9EUinr9QfTM7a7p0oTA4iJRCQWppXR1Pg8dSM0UCItCkPwsk9qWWYA==
|
1784
1784
|
|
1785
|
-
"@salesforce/cli-plugins-testkit@^5.3.
|
1786
|
-
version "5.3.
|
1787
|
-
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.
|
1788
|
-
integrity sha512-
|
1785
|
+
"@salesforce/cli-plugins-testkit@^5.3.5":
|
1786
|
+
version "5.3.5"
|
1787
|
+
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.5.tgz#1aff37ffaba78552a7dcacf62817efb94ae883e6"
|
1788
|
+
integrity sha512-fL6EsPDVv3+0u+5CqVsGa+PixqmVElQUsIS5RjUYAs6bvUpBG/vK5EAS+BwWroZhoFgmUgh7hFQJCSssaf7NOQ==
|
1789
1789
|
dependencies:
|
1790
|
-
"@salesforce/core" "^7.3.
|
1790
|
+
"@salesforce/core" "^7.3.8"
|
1791
1791
|
"@salesforce/kit" "^3.1.1"
|
1792
1792
|
"@salesforce/ts-types" "^2.0.9"
|
1793
1793
|
"@types/shelljs" "^0.8.15"
|
@@ -1798,7 +1798,7 @@
|
|
1798
1798
|
strip-ansi "6.0.1"
|
1799
1799
|
ts-retry-promise "^0.8.0"
|
1800
1800
|
|
1801
|
-
"@salesforce/core@^7.3.
|
1801
|
+
"@salesforce/core@^7.3.5", "@salesforce/core@^7.3.8":
|
1802
1802
|
version "7.3.8"
|
1803
1803
|
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-7.3.8.tgz#8a646b5321f08c0fb4d22e2fa8b1d60b3a20df9b"
|
1804
1804
|
integrity sha512-VWhXHfjwjtC3pJWYp8wt5/fnNQ5tK61ovMG5eteXzVD2oFd7og1f6YjwuAzoYIZK7kYWWv7KJfGtCsPs7Zw+Ww==
|
@@ -1858,10 +1858,10 @@
|
|
1858
1858
|
typescript "^5.4.3"
|
1859
1859
|
wireit "^0.14.4"
|
1860
1860
|
|
1861
|
-
"@salesforce/kit@^3.1.1":
|
1862
|
-
version "3.1.
|
1863
|
-
resolved "https://registry.yarnpkg.com/@salesforce/kit/-/kit-3.1.
|
1864
|
-
integrity sha512-
|
1861
|
+
"@salesforce/kit@^3.1.1", "@salesforce/kit@^3.1.2":
|
1862
|
+
version "3.1.2"
|
1863
|
+
resolved "https://registry.yarnpkg.com/@salesforce/kit/-/kit-3.1.2.tgz#270741c54c70969df19ef17f8979b4ef1fa664b2"
|
1864
|
+
integrity sha512-si+ddvZDgx9q5czxAANuK5xhz3pv+KGspQy1wyia/7HDPKadA0QZkLTzUnO1Ju4Mux32CNHEb2y9lw9jj+eVTA==
|
1865
1865
|
dependencies:
|
1866
1866
|
"@salesforce/ts-types" "^2.0.9"
|
1867
1867
|
tslib "^2.6.2"
|
@@ -1876,15 +1876,15 @@
|
|
1876
1876
|
resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.7.0.tgz#b7e0af3ee414ae7160bce351c0184d77ccb98fe3"
|
1877
1877
|
integrity sha512-Z0PiCEV55khm0PG+DsnRYCjaDmacNe3HDmsoSm/CSyYvJJm+D5vvkHKN9/PKD/gaRe8XAU836yfamIYFblLINw==
|
1878
1878
|
|
1879
|
-
"@salesforce/sf-plugins-core@^9.0.
|
1880
|
-
version "9.0.
|
1881
|
-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-9.0.
|
1882
|
-
integrity sha512-
|
1879
|
+
"@salesforce/sf-plugins-core@^9.0.12":
|
1880
|
+
version "9.0.12"
|
1881
|
+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-9.0.12.tgz#8bcacdb412c3570f66220acd6346636d86f81d62"
|
1882
|
+
integrity sha512-KtZErzUdBrDDONpE6ZbW3V5WfBwUwo07Snttnu4IFs82rbsOkyCG/m02b+mbnGBrwWWy7auZW4e2ciRrmbZGDQ==
|
1883
1883
|
dependencies:
|
1884
1884
|
"@inquirer/confirm" "^2.0.17"
|
1885
1885
|
"@inquirer/password" "^1.1.16"
|
1886
1886
|
"@oclif/core" "^3.26.6"
|
1887
|
-
"@salesforce/core" "^7.3.
|
1887
|
+
"@salesforce/core" "^7.3.8"
|
1888
1888
|
"@salesforce/kit" "^3.1.1"
|
1889
1889
|
"@salesforce/ts-types" "^2.0.9"
|
1890
1890
|
chalk "^5.3.0"
|
@@ -4705,12 +4705,12 @@ eslint-plugin-prettier@^5.1.3:
|
|
4705
4705
|
prettier-linter-helpers "^1.0.0"
|
4706
4706
|
synckit "^0.8.6"
|
4707
4707
|
|
4708
|
-
eslint-plugin-sf-plugin@^1.18.
|
4709
|
-
version "1.18.
|
4710
|
-
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.18.
|
4711
|
-
integrity sha512-
|
4708
|
+
eslint-plugin-sf-plugin@^1.18.4:
|
4709
|
+
version "1.18.4"
|
4710
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.18.4.tgz#59a41e224d620e20d0fe0e3902c43208c2629037"
|
4711
|
+
integrity sha512-bPYmEh+5ARunhIfBoHc9UqrvPslRcYcloXJRKWqVkvU8tIBAiq2lqp6GWjVuUMPGjhvtUgICMolp6ozjO9wvmA==
|
4712
4712
|
dependencies:
|
4713
|
-
"@salesforce/core" "^7.3.
|
4713
|
+
"@salesforce/core" "^7.3.8"
|
4714
4714
|
"@typescript-eslint/utils" "^6.17.0"
|
4715
4715
|
|
4716
4716
|
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.2.
|
4
|
+
"version": "3.2.18",
|
5
5
|
"author": "jayree",
|
6
6
|
"type": "module",
|
7
7
|
"bugs": "https://github.com/jayree/sfdx-plugin-manifest/issues",
|
@@ -9,8 +9,8 @@
|
|
9
9
|
"@jayree/changelog": "^1.1.12",
|
10
10
|
"@oclif/core": "^3.26.6",
|
11
11
|
"@salesforce/core": "^7.3.8",
|
12
|
-
"@salesforce/kit": "^3.1.
|
13
|
-
"@salesforce/sf-plugins-core": "^9.0.
|
12
|
+
"@salesforce/kit": "^3.1.2",
|
13
|
+
"@salesforce/sf-plugins-core": "^9.0.12",
|
14
14
|
"@salesforce/source-deploy-retrieve": "^11.4.4",
|
15
15
|
"@salesforce/ts-types": "^2.0.9",
|
16
16
|
"chalk": "^5.3.0",
|
@@ -25,7 +25,7 @@
|
|
25
25
|
"devDependencies": {
|
26
26
|
"@oclif/plugin-command-snapshot": "^5.1.9",
|
27
27
|
"@oclif/plugin-help": "^6.0.22",
|
28
|
-
"@salesforce/cli-plugins-testkit": "^5.3.
|
28
|
+
"@salesforce/cli-plugins-testkit": "^5.3.5",
|
29
29
|
"@salesforce/dev-scripts": "^9.1.2",
|
30
30
|
"@salesforce/ts-sinon": "^1.4.19",
|
31
31
|
"@types/debug": "^4.1.12",
|
@@ -35,7 +35,7 @@
|
|
35
35
|
"c8": "^9.1.0",
|
36
36
|
"eslint-config-oclif": "^5.2",
|
37
37
|
"eslint-plugin-prettier": "^5.1.3",
|
38
|
-
"eslint-plugin-sf-plugin": "^1.18.
|
38
|
+
"eslint-plugin-sf-plugin": "^1.18.4",
|
39
39
|
"is-ci": "^3.0.1",
|
40
40
|
"oclif": "^4.10.11",
|
41
41
|
"patch-package": "^8.0.0",
|