@jayree/sfdx-plugin-manifest 3.3.26 → 3.3.27
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 +12 -12
- package/oclif.lock +11 -11
- package/oclif.manifest.json +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,12 @@
|
|
1
|
+
## [3.3.27](https://github.com/jayree/sfdx-plugin-manifest/compare/3.3.26...3.3.27) (2024-08-03)
|
2
|
+
|
3
|
+
|
4
|
+
### Bug Fixes
|
5
|
+
|
6
|
+
* **deps:** bump @oclif/core from 4.0.16 to 4.0.17 ([#1420](https://github.com/jayree/sfdx-plugin-manifest/issues/1420)) ([2bb8261](https://github.com/jayree/sfdx-plugin-manifest/commit/2bb82612f59a5208a2e2013332b7d02b61920e0f))
|
7
|
+
|
8
|
+
|
9
|
+
|
1
10
|
## [3.3.26](https://github.com/jayree/sfdx-plugin-manifest/compare/3.3.25...3.3.26) (2024-08-03)
|
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.3.
|
63
|
+
_See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.3.27/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.3.
|
101
|
+
_See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.3.27/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.3.
|
184
|
+
_See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.3.27/src/commands/jayree/manifest/git/diff.ts)_
|
185
185
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
@@ -1,16 +1,16 @@
|
|
1
1
|
{
|
2
2
|
"name": "@jayree/sfdx-plugin-manifest",
|
3
|
-
"version": "3.3.
|
3
|
+
"version": "3.3.27",
|
4
4
|
"lockfileVersion": 3,
|
5
5
|
"requires": true,
|
6
6
|
"packages": {
|
7
7
|
"": {
|
8
8
|
"name": "@jayree/sfdx-plugin-manifest",
|
9
|
-
"version": "3.3.
|
9
|
+
"version": "3.3.27",
|
10
10
|
"license": "BSD-3-Clause",
|
11
11
|
"dependencies": {
|
12
12
|
"@jayree/changelog": "^1.2.1",
|
13
|
-
"@oclif/core": "^4.0.
|
13
|
+
"@oclif/core": "^4.0.17",
|
14
14
|
"@salesforce/core": "^8.2.3",
|
15
15
|
"@salesforce/kit": "^3.2.0",
|
16
16
|
"@salesforce/sf-plugins-core": "^11.2.1",
|
@@ -34,7 +34,7 @@
|
|
34
34
|
"c8": "^10.1.2",
|
35
35
|
"eslint-config-oclif": "^5.2",
|
36
36
|
"eslint-plugin-prettier": "^5.2.1",
|
37
|
-
"eslint-plugin-sf-plugin": "^1.20.
|
37
|
+
"eslint-plugin-sf-plugin": "^1.20.1",
|
38
38
|
"is-ci": "^3.0.1",
|
39
39
|
"oclif": "^4.14.12",
|
40
40
|
"patch-package": "^8.0.0",
|
@@ -4023,13 +4023,13 @@
|
|
4023
4023
|
}
|
4024
4024
|
},
|
4025
4025
|
"node_modules/@oclif/core": {
|
4026
|
-
"version": "4.0.
|
4027
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.
|
4028
|
-
"integrity": "sha512-
|
4026
|
+
"version": "4.0.17",
|
4027
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.17.tgz",
|
4028
|
+
"integrity": "sha512-zfdSRip9DVMOklMojWCLZEB4iOzy7LDTABCDzCXqmpZGS+o1e1xts4jGhnte3mi0WV0YthNfYqF16tqk6CWITA==",
|
4029
4029
|
"license": "MIT",
|
4030
4030
|
"dependencies": {
|
4031
4031
|
"ansi-escapes": "^4.3.2",
|
4032
|
-
"ansis": "^3.3.
|
4032
|
+
"ansis": "^3.3.2",
|
4033
4033
|
"clean-stack": "^3.0.1",
|
4034
4034
|
"cli-spinners": "^2.9.2",
|
4035
4035
|
"debug": "^4.3.5",
|
@@ -9156,13 +9156,13 @@
|
|
9156
9156
|
}
|
9157
9157
|
},
|
9158
9158
|
"node_modules/eslint-plugin-sf-plugin": {
|
9159
|
-
"version": "1.20.
|
9160
|
-
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.
|
9161
|
-
"integrity": "sha512-
|
9159
|
+
"version": "1.20.1",
|
9160
|
+
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.1.tgz",
|
9161
|
+
"integrity": "sha512-Mf4gC4I87h+coOpwh2uIRbhCzTGDGX7QskLGzst7fktzXkCwsIXMVic6NHPWSWIA6U8IU4g5MwMiZjuXqJTwdA==",
|
9162
9162
|
"dev": true,
|
9163
9163
|
"license": "BSD-3-Clause",
|
9164
9164
|
"dependencies": {
|
9165
|
-
"@salesforce/core": "^8.2.
|
9165
|
+
"@salesforce/core": "^8.2.3",
|
9166
9166
|
"@typescript-eslint/utils": "^7.17.0"
|
9167
9167
|
},
|
9168
9168
|
"engines": {
|
package/oclif.lock
CHANGED
@@ -1577,13 +1577,13 @@
|
|
1577
1577
|
wordwrap "^1.0.0"
|
1578
1578
|
wrap-ansi "^7.0.0"
|
1579
1579
|
|
1580
|
-
"@oclif/core@^4", "@oclif/core@^4.0.12", "@oclif/core@^4.0.
|
1581
|
-
version "4.0.
|
1582
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.
|
1583
|
-
integrity sha512-
|
1580
|
+
"@oclif/core@^4", "@oclif/core@^4.0.12", "@oclif/core@^4.0.17":
|
1581
|
+
version "4.0.17"
|
1582
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.17.tgz#2c934dd2b3789fe5e6cc9e2558a08007ba18cb03"
|
1583
|
+
integrity sha512-zfdSRip9DVMOklMojWCLZEB4iOzy7LDTABCDzCXqmpZGS+o1e1xts4jGhnte3mi0WV0YthNfYqF16tqk6CWITA==
|
1584
1584
|
dependencies:
|
1585
1585
|
ansi-escapes "^4.3.2"
|
1586
|
-
ansis "^3.3.
|
1586
|
+
ansis "^3.3.2"
|
1587
1587
|
clean-stack "^3.0.1"
|
1588
1588
|
cli-spinners "^2.9.2"
|
1589
1589
|
debug "^4.3.5"
|
@@ -3034,7 +3034,7 @@ ansicolors@~0.3.2:
|
|
3034
3034
|
resolved "https://registry.yarnpkg.com/ansicolors/-/ansicolors-0.3.2.tgz#665597de86a9ffe3aa9bfbe6cae5c6ea426b4979"
|
3035
3035
|
integrity sha512-QXu7BPrP29VllRxH8GwB7x5iX5qWKAAMLqKQGWTeLWVlNHNOpVMJ91dsxQAIWXpjuW5wqvxu3Jd/nRjrJ+0pqg==
|
3036
3036
|
|
3037
|
-
ansis@^3.2.1, ansis@^3.3.1:
|
3037
|
+
ansis@^3.2.1, ansis@^3.3.1, ansis@^3.3.2:
|
3038
3038
|
version "3.3.2"
|
3039
3039
|
resolved "https://registry.yarnpkg.com/ansis/-/ansis-3.3.2.tgz#15adc36fea112da95c74d309706e593618accac3"
|
3040
3040
|
integrity sha512-cFthbBlt+Oi0i9Pv/j6YdVWJh54CtjGACaMPCIrEV4Ha7HWsIjXDwseYV79TIL0B4+KfSwD5S70PeQDkPUd1rA==
|
@@ -4413,12 +4413,12 @@ eslint-plugin-prettier@^5.2.1:
|
|
4413
4413
|
prettier-linter-helpers "^1.0.0"
|
4414
4414
|
synckit "^0.9.1"
|
4415
4415
|
|
4416
|
-
eslint-plugin-sf-plugin@^1.20.
|
4417
|
-
version "1.20.
|
4418
|
-
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.
|
4419
|
-
integrity sha512-
|
4416
|
+
eslint-plugin-sf-plugin@^1.20.1:
|
4417
|
+
version "1.20.1"
|
4418
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.1.tgz#bdde7cd6b62df1f707770273768a4fecdf901cfa"
|
4419
|
+
integrity sha512-Mf4gC4I87h+coOpwh2uIRbhCzTGDGX7QskLGzst7fktzXkCwsIXMVic6NHPWSWIA6U8IU4g5MwMiZjuXqJTwdA==
|
4420
4420
|
dependencies:
|
4421
|
-
"@salesforce/core" "^8.2.
|
4421
|
+
"@salesforce/core" "^8.2.3"
|
4422
4422
|
"@typescript-eslint/utils" "^7.17.0"
|
4423
4423
|
|
4424
4424
|
eslint-plugin-unicorn@^48.0.1:
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
@@ -1,13 +1,13 @@
|
|
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.3.
|
4
|
+
"version": "3.3.27",
|
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.1",
|
10
|
-
"@oclif/core": "^4.0.
|
10
|
+
"@oclif/core": "^4.0.17",
|
11
11
|
"@salesforce/core": "^8.2.3",
|
12
12
|
"@salesforce/kit": "^3.2.0",
|
13
13
|
"@salesforce/sf-plugins-core": "^11.2.1",
|
@@ -31,7 +31,7 @@
|
|
31
31
|
"c8": "^10.1.2",
|
32
32
|
"eslint-config-oclif": "^5.2",
|
33
33
|
"eslint-plugin-prettier": "^5.2.1",
|
34
|
-
"eslint-plugin-sf-plugin": "^1.20.
|
34
|
+
"eslint-plugin-sf-plugin": "^1.20.1",
|
35
35
|
"is-ci": "^3.0.1",
|
36
36
|
"oclif": "^4.14.12",
|
37
37
|
"patch-package": "^8.0.0",
|