@jayree/sfdx-plugin-manifest 3.5.8 → 3.5.9
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 +17 -17
- package/oclif.lock +16 -16
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
## [3.5.9](https://github.com/jayree/sfdx-plugin-manifest/compare/3.5.8...3.5.9) (2024-09-02)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump @salesforce/sf-plugins-core from 11.3.6 to 11.3.7 ([#1473](https://github.com/jayree/sfdx-plugin-manifest/issues/1473)) ([1e8192f](https://github.com/jayree/sfdx-plugin-manifest/commit/1e8192f635ca0b712ac6e440cb40991654d49fc8))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
1
10
|
## [3.5.8](https://github.com/jayree/sfdx-plugin-manifest/compare/3.5.7...3.5.8) (2024-09-02)
|
|
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.9/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.9/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.5.
|
|
184
|
+
_See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.5.9/src/commands/jayree/manifest/git/diff.ts)_
|
|
185
185
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jayree/sfdx-plugin-manifest",
|
|
3
|
-
"version": "3.5.
|
|
3
|
+
"version": "3.5.9",
|
|
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.9",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@jayree/changelog": "^1.2.3",
|
|
13
13
|
"@oclif/core": "^4.0.19",
|
|
14
14
|
"@salesforce/core": "^8.5.3",
|
|
15
15
|
"@salesforce/kit": "^3.2.2",
|
|
16
|
-
"@salesforce/sf-plugins-core": "^11.3.
|
|
16
|
+
"@salesforce/sf-plugins-core": "^11.3.7",
|
|
17
17
|
"@salesforce/source-deploy-retrieve": "^12.6.2",
|
|
18
18
|
"@salesforce/source-tracking": "^7.1.10",
|
|
19
19
|
"@salesforce/ts-types": "^2.0.12",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
"@oclif/plugin-command-snapshot": "^5.2.15",
|
|
28
28
|
"@oclif/plugin-help": "^6.2.10",
|
|
29
|
-
"@salesforce/cli-plugins-testkit": "^5.3.
|
|
29
|
+
"@salesforce/cli-plugins-testkit": "^5.3.28",
|
|
30
30
|
"@salesforce/dev-scripts": "^10.2.9",
|
|
31
31
|
"@salesforce/ts-sinon": "^1.4.26",
|
|
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.6",
|
|
39
39
|
"is-ci": "^3.0.1",
|
|
40
40
|
"oclif": "^4.14.29",
|
|
41
41
|
"patch-package": "^8.0.0",
|
|
@@ -3221,13 +3221,13 @@
|
|
|
3221
3221
|
}
|
|
3222
3222
|
},
|
|
3223
3223
|
"node_modules/@salesforce/cli-plugins-testkit": {
|
|
3224
|
-
"version": "5.3.
|
|
3225
|
-
"resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.
|
|
3226
|
-
"integrity": "sha512-
|
|
3224
|
+
"version": "5.3.28",
|
|
3225
|
+
"resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.28.tgz",
|
|
3226
|
+
"integrity": "sha512-kO/TgIOGin+grB+T93dILA1VbrQbtuoLyD2N/LAAhBeqBG8XtrZdll/9GJ6FdSfpZO5p4KNvffBjtrO34pUJVw==",
|
|
3227
3227
|
"dev": true,
|
|
3228
3228
|
"license": "BSD-3-Clause",
|
|
3229
3229
|
"dependencies": {
|
|
3230
|
-
"@salesforce/core": "^8.
|
|
3230
|
+
"@salesforce/core": "^8.5.1",
|
|
3231
3231
|
"@salesforce/kit": "^3.2.1",
|
|
3232
3232
|
"@salesforce/ts-types": "^2.0.11",
|
|
3233
3233
|
"@types/shelljs": "^0.8.15",
|
|
@@ -3567,15 +3567,15 @@
|
|
|
3567
3567
|
"license": "ISC"
|
|
3568
3568
|
},
|
|
3569
3569
|
"node_modules/@salesforce/sf-plugins-core": {
|
|
3570
|
-
"version": "11.3.
|
|
3571
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-11.3.
|
|
3572
|
-
"integrity": "sha512-
|
|
3570
|
+
"version": "11.3.7",
|
|
3571
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-11.3.7.tgz",
|
|
3572
|
+
"integrity": "sha512-aqOAYex3JGHUE/ECWpQuedEJXq00vJOqNr3VYF0Lp9OBAVn0AZZu10fzv+ww2hLDjA9dH782ZNqw/CiE0XKJlA==",
|
|
3573
3573
|
"license": "BSD-3-Clause",
|
|
3574
3574
|
"dependencies": {
|
|
3575
3575
|
"@inquirer/confirm": "^3.1.22",
|
|
3576
3576
|
"@inquirer/password": "^2.1.22",
|
|
3577
3577
|
"@oclif/core": "^4.0.19",
|
|
3578
|
-
"@salesforce/core": "^8.
|
|
3578
|
+
"@salesforce/core": "^8.5.1",
|
|
3579
3579
|
"@salesforce/kit": "^3.2.1",
|
|
3580
3580
|
"@salesforce/ts-types": "^2.0.12",
|
|
3581
3581
|
"ansis": "^3.3.2",
|
|
@@ -7986,13 +7986,13 @@
|
|
|
7986
7986
|
}
|
|
7987
7987
|
},
|
|
7988
7988
|
"node_modules/eslint-plugin-sf-plugin": {
|
|
7989
|
-
"version": "1.20.
|
|
7990
|
-
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.
|
|
7991
|
-
"integrity": "sha512-
|
|
7989
|
+
"version": "1.20.6",
|
|
7990
|
+
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.6.tgz",
|
|
7991
|
+
"integrity": "sha512-xC7NP68EZflEN5HlmTtoVh6ofhf0HjPGjXHkuFfwOZNDF2jGF/+4f00Gg/Qk8FYugAmqx6TVQ0BNgtdys8Em1Q==",
|
|
7992
7992
|
"dev": true,
|
|
7993
7993
|
"license": "BSD-3-Clause",
|
|
7994
7994
|
"dependencies": {
|
|
7995
|
-
"@salesforce/core": "^8.
|
|
7995
|
+
"@salesforce/core": "^8.5.1",
|
|
7996
7996
|
"@typescript-eslint/utils": "^7.18.0"
|
|
7997
7997
|
},
|
|
7998
7998
|
"engines": {
|
package/oclif.lock
CHANGED
|
@@ -1406,12 +1406,12 @@
|
|
|
1406
1406
|
resolved "https://registry.yarnpkg.com/@pkgr/core/-/core-0.1.1.tgz#1ec17e2edbec25c8306d424ecfbf13c7de1aaa31"
|
|
1407
1407
|
integrity sha512-cq8o4cWH0ibXh9VGi5P20Tu9XF/0fFXl9EUinr9QfTM7a7p0oTA4iJRCQWppXR1Pg8dSM0UCItCkPwsk9qWWYA==
|
|
1408
1408
|
|
|
1409
|
-
"@salesforce/cli-plugins-testkit@^5.3.
|
|
1410
|
-
version "5.3.
|
|
1411
|
-
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.
|
|
1412
|
-
integrity sha512-
|
|
1409
|
+
"@salesforce/cli-plugins-testkit@^5.3.28":
|
|
1410
|
+
version "5.3.28"
|
|
1411
|
+
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.28.tgz#5f102c23446009be88c386507722d7ac1d0ab64f"
|
|
1412
|
+
integrity sha512-kO/TgIOGin+grB+T93dILA1VbrQbtuoLyD2N/LAAhBeqBG8XtrZdll/9GJ6FdSfpZO5p4KNvffBjtrO34pUJVw==
|
|
1413
1413
|
dependencies:
|
|
1414
|
-
"@salesforce/core" "^8.
|
|
1414
|
+
"@salesforce/core" "^8.5.1"
|
|
1415
1415
|
"@salesforce/kit" "^3.2.1"
|
|
1416
1416
|
"@salesforce/ts-types" "^2.0.11"
|
|
1417
1417
|
"@types/shelljs" "^0.8.15"
|
|
@@ -1422,7 +1422,7 @@
|
|
|
1422
1422
|
strip-ansi "6.0.1"
|
|
1423
1423
|
ts-retry-promise "^0.8.1"
|
|
1424
1424
|
|
|
1425
|
-
"@salesforce/core@^8.4.0", "@salesforce/core@^8.5.2", "@salesforce/core@^8.5.3":
|
|
1425
|
+
"@salesforce/core@^8.4.0", "@salesforce/core@^8.5.1", "@salesforce/core@^8.5.2", "@salesforce/core@^8.5.3":
|
|
1426
1426
|
version "8.5.3"
|
|
1427
1427
|
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.5.3.tgz#ba2876d452e91516898903c55a9683f180d7fec0"
|
|
1428
1428
|
integrity sha512-EZC1SS8IiJAV3O/B4qKhhzTi4jHMNBsYTzwMM4RTqTyFP2dd7uQQPFHNDybBXcWrUgA4UqQBRoOhW2YPYyuPow==
|
|
@@ -1500,15 +1500,15 @@
|
|
|
1500
1500
|
resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.9.0.tgz#ba477a112653a20b4edcf989c61c57bdff9aa3ca"
|
|
1501
1501
|
integrity sha512-LiN37zG5ODT6z70sL1fxF7BQwtCX9JOWofSU8iliSNIM+WDEeinnoFtVqPInRSNt8I0RiJxIKCrqstsmQRBNvA==
|
|
1502
1502
|
|
|
1503
|
-
"@salesforce/sf-plugins-core@^11.3.
|
|
1504
|
-
version "11.3.
|
|
1505
|
-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-11.3.
|
|
1506
|
-
integrity sha512-
|
|
1503
|
+
"@salesforce/sf-plugins-core@^11.3.7":
|
|
1504
|
+
version "11.3.7"
|
|
1505
|
+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-11.3.7.tgz#2cf2d4bfff13d1900ae958bfc613f5d4957f5958"
|
|
1506
|
+
integrity sha512-aqOAYex3JGHUE/ECWpQuedEJXq00vJOqNr3VYF0Lp9OBAVn0AZZu10fzv+ww2hLDjA9dH782ZNqw/CiE0XKJlA==
|
|
1507
1507
|
dependencies:
|
|
1508
1508
|
"@inquirer/confirm" "^3.1.22"
|
|
1509
1509
|
"@inquirer/password" "^2.1.22"
|
|
1510
1510
|
"@oclif/core" "^4.0.19"
|
|
1511
|
-
"@salesforce/core" "^8.
|
|
1511
|
+
"@salesforce/core" "^8.5.1"
|
|
1512
1512
|
"@salesforce/kit" "^3.2.1"
|
|
1513
1513
|
"@salesforce/ts-types" "^2.0.12"
|
|
1514
1514
|
ansis "^3.3.2"
|
|
@@ -4070,12 +4070,12 @@ eslint-plugin-prettier@^5.2.1:
|
|
|
4070
4070
|
prettier-linter-helpers "^1.0.0"
|
|
4071
4071
|
synckit "^0.9.1"
|
|
4072
4072
|
|
|
4073
|
-
eslint-plugin-sf-plugin@^1.20.
|
|
4074
|
-
version "1.20.
|
|
4075
|
-
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.
|
|
4076
|
-
integrity sha512-
|
|
4073
|
+
eslint-plugin-sf-plugin@^1.20.6:
|
|
4074
|
+
version "1.20.6"
|
|
4075
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.6.tgz#fe514d72537097eae05dccd6813b42fe32c1e7b1"
|
|
4076
|
+
integrity sha512-xC7NP68EZflEN5HlmTtoVh6ofhf0HjPGjXHkuFfwOZNDF2jGF/+4f00Gg/Qk8FYugAmqx6TVQ0BNgtdys8Em1Q==
|
|
4077
4077
|
dependencies:
|
|
4078
|
-
"@salesforce/core" "^8.
|
|
4078
|
+
"@salesforce/core" "^8.5.1"
|
|
4079
4079
|
"@typescript-eslint/utils" "^7.18.0"
|
|
4080
4080
|
|
|
4081
4081
|
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.9",
|
|
5
5
|
"author": "jayree",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"bugs": "https://github.com/jayree/sfdx-plugin-manifest/issues",
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"@oclif/core": "^4.0.19",
|
|
11
11
|
"@salesforce/core": "^8.5.3",
|
|
12
12
|
"@salesforce/kit": "^3.2.2",
|
|
13
|
-
"@salesforce/sf-plugins-core": "^11.3.
|
|
13
|
+
"@salesforce/sf-plugins-core": "^11.3.7",
|
|
14
14
|
"@salesforce/source-deploy-retrieve": "^12.6.2",
|
|
15
15
|
"@salesforce/source-tracking": "^7.1.10",
|
|
16
16
|
"@salesforce/ts-types": "^2.0.12",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"@oclif/plugin-command-snapshot": "^5.2.15",
|
|
25
25
|
"@oclif/plugin-help": "^6.2.10",
|
|
26
|
-
"@salesforce/cli-plugins-testkit": "^5.3.
|
|
26
|
+
"@salesforce/cli-plugins-testkit": "^5.3.28",
|
|
27
27
|
"@salesforce/dev-scripts": "^10.2.9",
|
|
28
28
|
"@salesforce/ts-sinon": "^1.4.26",
|
|
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.6",
|
|
36
36
|
"is-ci": "^3.0.1",
|
|
37
37
|
"oclif": "^4.14.29",
|
|
38
38
|
"patch-package": "^8.0.0",
|