@jayree/sfdx-plugin-manifest 3.6.17 → 3.6.18
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 +27 -41
- package/oclif.lock +27 -34
- package/oclif.manifest.json +1 -1
- package/package.json +7 -8
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,12 @@
|
|
1
|
+
## [3.6.18](https://github.com/jayree/sfdx-plugin-manifest/compare/3.6.17...3.6.18) (2024-12-14)
|
2
|
+
|
3
|
+
|
4
|
+
### Bug Fixes
|
5
|
+
|
6
|
+
* **deps:** bump @salesforce/source-deploy-retrieve ([#1594](https://github.com/jayree/sfdx-plugin-manifest/issues/1594)) ([0d99d31](https://github.com/jayree/sfdx-plugin-manifest/commit/0d99d313c2c5e5bd1723e9d0c5c289233c626943))
|
7
|
+
|
8
|
+
|
9
|
+
|
1
10
|
## [3.6.17](https://github.com/jayree/sfdx-plugin-manifest/compare/3.6.16...3.6.17) (2024-12-07)
|
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.18/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.18/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.18/src/commands/jayree/manifest/git/diff.ts)_
|
185
185
|
<!-- commandsstop -->
|
186
186
|
|
187
187
|
## Performance Testing
|
package/npm-shrinkwrap.json
CHANGED
@@ -1,20 +1,20 @@
|
|
1
1
|
{
|
2
2
|
"name": "@jayree/sfdx-plugin-manifest",
|
3
|
-
"version": "3.6.
|
3
|
+
"version": "3.6.18",
|
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.18",
|
10
10
|
"license": "BSD-3-Clause",
|
11
11
|
"dependencies": {
|
12
12
|
"@jayree/changelog": "^1.2.4",
|
13
13
|
"@oclif/core": "^4.0.33",
|
14
|
-
"@salesforce/core": "^8.
|
14
|
+
"@salesforce/core": "^8.8.0",
|
15
15
|
"@salesforce/kit": "^3.2.3",
|
16
16
|
"@salesforce/sf-plugins-core": "^12.1.0",
|
17
|
-
"@salesforce/source-deploy-retrieve": "^12.10.
|
17
|
+
"@salesforce/source-deploy-retrieve": "^12.10.3",
|
18
18
|
"@salesforce/source-tracking": "^7.3.1",
|
19
19
|
"@salesforce/ts-types": "^2.0.12",
|
20
20
|
"fast-deep-equal": "^3.1.3",
|
@@ -24,9 +24,9 @@
|
|
24
24
|
"isomorphic-git": "1.27.2"
|
25
25
|
},
|
26
26
|
"devDependencies": {
|
27
|
-
"@oclif/plugin-command-snapshot": "^5.2.
|
28
|
-
"@oclif/plugin-help": "^6.2.
|
29
|
-
"@salesforce/cli-plugins-testkit": "^5.3.
|
27
|
+
"@oclif/plugin-command-snapshot": "^5.2.23",
|
28
|
+
"@oclif/plugin-help": "^6.2.19",
|
29
|
+
"@salesforce/cli-plugins-testkit": "^5.3.39",
|
30
30
|
"@salesforce/dev-scripts": "^10.2.11",
|
31
31
|
"@salesforce/ts-sinon": "^1.4.30",
|
32
32
|
"@types/fs-extra": "^11.0.4",
|
@@ -36,10 +36,9 @@
|
|
36
36
|
"eslint-config-oclif": "^5.2",
|
37
37
|
"eslint-plugin-prettier": "^5.2.1",
|
38
38
|
"eslint-plugin-sf-plugin": "^1.20.13",
|
39
|
-
"is-ci": "^3.0.1",
|
40
39
|
"oclif": "^4.16.0",
|
41
40
|
"patch-package": "^8.0.0",
|
42
|
-
"prettier": "^3.4.
|
41
|
+
"prettier": "^3.4.2",
|
43
42
|
"pretty-quick": "^4.0.0",
|
44
43
|
"ts-node": "^10.9.2",
|
45
44
|
"typescript": "^5.7.2"
|
@@ -4954,9 +4953,9 @@
|
|
4954
4953
|
}
|
4955
4954
|
},
|
4956
4955
|
"node_modules/@oclif/plugin-command-snapshot": {
|
4957
|
-
"version": "5.2.
|
4958
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.
|
4959
|
-
"integrity": "sha512-
|
4956
|
+
"version": "5.2.23",
|
4957
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.23.tgz",
|
4958
|
+
"integrity": "sha512-RgGuuSPNCO3WMH73D6dm4Dm7tI1VFqduGvYV7JuolncKNCMOb8oBWmhiiGbwqJHwRMUsnKLcWF9SFmA1XBa2xw==",
|
4960
4959
|
"dev": true,
|
4961
4960
|
"license": "MIT",
|
4962
4961
|
"dependencies": {
|
@@ -5022,9 +5021,9 @@
|
|
5022
5021
|
}
|
5023
5022
|
},
|
5024
5023
|
"node_modules/@oclif/plugin-help": {
|
5025
|
-
"version": "6.2.
|
5026
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.
|
5027
|
-
"integrity": "sha512-
|
5024
|
+
"version": "6.2.19",
|
5025
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.19.tgz",
|
5026
|
+
"integrity": "sha512-q2fIACWHJehppWTTgJm/llleKDgxt42IBVcK6Rp4H6qzET24t2zs0vbALx5XxsNCKl3/UuJhyW2XXQqvGmvWJQ==",
|
5028
5027
|
"dev": true,
|
5029
5028
|
"license": "MIT",
|
5030
5029
|
"dependencies": {
|
@@ -5232,9 +5231,9 @@
|
|
5232
5231
|
}
|
5233
5232
|
},
|
5234
5233
|
"node_modules/@salesforce/cli-plugins-testkit": {
|
5235
|
-
"version": "5.3.
|
5236
|
-
"resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.
|
5237
|
-
"integrity": "sha512-
|
5234
|
+
"version": "5.3.39",
|
5235
|
+
"resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.39.tgz",
|
5236
|
+
"integrity": "sha512-6cBN7PP3/BN11qv/RGilJdWOkSEGGh6eIzyE+tZI27s2KLf/aOysbZk90v9yhSnuxvPiREHzYCuNSufJlsciQQ==",
|
5238
5237
|
"dev": true,
|
5239
5238
|
"license": "BSD-3-Clause",
|
5240
5239
|
"dependencies": {
|
@@ -5242,7 +5241,7 @@
|
|
5242
5241
|
"@salesforce/kit": "^3.2.3",
|
5243
5242
|
"@salesforce/ts-types": "^2.0.11",
|
5244
5243
|
"@types/shelljs": "^0.8.15",
|
5245
|
-
"debug": "^4.
|
5244
|
+
"debug": "^4.4.0",
|
5246
5245
|
"jszip": "^3.10.1",
|
5247
5246
|
"shelljs": "^0.8.4",
|
5248
5247
|
"sinon": "^17.0.2",
|
@@ -5606,9 +5605,9 @@
|
|
5606
5605
|
}
|
5607
5606
|
},
|
5608
5607
|
"node_modules/@salesforce/source-deploy-retrieve": {
|
5609
|
-
"version": "12.10.
|
5610
|
-
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.10.
|
5611
|
-
"integrity": "sha512-
|
5608
|
+
"version": "12.10.3",
|
5609
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.10.3.tgz",
|
5610
|
+
"integrity": "sha512-bKIcN6VJajre2chF1xhPCjtR9gZpp8PrFFZ55UcWUMkoFAXscBPRJ7poAeorted3qMzS6wx+AuB27qYUCO+4iQ==",
|
5612
5611
|
"license": "BSD-3-Clause",
|
5613
5612
|
"dependencies": {
|
5614
5613
|
"@salesforce/core": "^8.8.0",
|
@@ -8964,9 +8963,9 @@
|
|
8964
8963
|
}
|
8965
8964
|
},
|
8966
8965
|
"node_modules/debug": {
|
8967
|
-
"version": "4.
|
8968
|
-
"resolved": "https://registry.npmjs.org/debug/-/debug-4.
|
8969
|
-
"integrity": "sha512-
|
8966
|
+
"version": "4.4.0",
|
8967
|
+
"resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz",
|
8968
|
+
"integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==",
|
8970
8969
|
"license": "MIT",
|
8971
8970
|
"dependencies": {
|
8972
8971
|
"ms": "^2.1.3"
|
@@ -12195,19 +12194,6 @@
|
|
12195
12194
|
"url": "https://github.com/sponsors/ljharb"
|
12196
12195
|
}
|
12197
12196
|
},
|
12198
|
-
"node_modules/is-ci": {
|
12199
|
-
"version": "3.0.1",
|
12200
|
-
"resolved": "https://registry.npmjs.org/is-ci/-/is-ci-3.0.1.tgz",
|
12201
|
-
"integrity": "sha512-ZYvCgrefwqoQ6yTyYUbQu64HsITZ3NfKX1lzaEYdkTDcfKzzCI/wthRRYKkdjHKFVgNiXKAKm65Zo1pk2as/QQ==",
|
12202
|
-
"dev": true,
|
12203
|
-
"license": "MIT",
|
12204
|
-
"dependencies": {
|
12205
|
-
"ci-info": "^3.2.0"
|
12206
|
-
},
|
12207
|
-
"bin": {
|
12208
|
-
"is-ci": "bin.js"
|
12209
|
-
}
|
12210
|
-
},
|
12211
12197
|
"node_modules/is-core-module": {
|
12212
12198
|
"version": "2.13.1",
|
12213
12199
|
"resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.13.1.tgz",
|
@@ -15504,9 +15490,9 @@
|
|
15504
15490
|
}
|
15505
15491
|
},
|
15506
15492
|
"node_modules/prettier": {
|
15507
|
-
"version": "3.4.
|
15508
|
-
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.4.
|
15509
|
-
"integrity": "sha512-
|
15493
|
+
"version": "3.4.2",
|
15494
|
+
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.4.2.tgz",
|
15495
|
+
"integrity": "sha512-e9MewbtFo+Fevyuxn/4rrcDAaq0IYxPGLvObpQjiZBMAzB9IGmzlnG9RZy3FFas+eBMu2vA0CszMeduow5dIuQ==",
|
15510
15496
|
"dev": true,
|
15511
15497
|
"license": "MIT",
|
15512
15498
|
"bin": {
|
package/oclif.lock
CHANGED
@@ -1848,10 +1848,10 @@
|
|
1848
1848
|
wordwrap "^1.0.0"
|
1849
1849
|
wrap-ansi "^7.0.0"
|
1850
1850
|
|
1851
|
-
"@oclif/plugin-command-snapshot@^5.2.
|
1852
|
-
version "5.2.
|
1853
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.
|
1854
|
-
integrity sha512-
|
1851
|
+
"@oclif/plugin-command-snapshot@^5.2.23":
|
1852
|
+
version "5.2.23"
|
1853
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.23.tgz#bca5f727b4ff8215c9274afb9858f09e154b0806"
|
1854
|
+
integrity sha512-RgGuuSPNCO3WMH73D6dm4Dm7tI1VFqduGvYV7JuolncKNCMOb8oBWmhiiGbwqJHwRMUsnKLcWF9SFmA1XBa2xw==
|
1855
1855
|
dependencies:
|
1856
1856
|
"@oclif/core" "^4"
|
1857
1857
|
ansis "^3.3.2"
|
@@ -1863,10 +1863,10 @@
|
|
1863
1863
|
semver "^7.6.3"
|
1864
1864
|
ts-json-schema-generator "^1.5.1"
|
1865
1865
|
|
1866
|
-
"@oclif/plugin-help@^6.2.17", "@oclif/plugin-help@^6.2.
|
1867
|
-
version "6.2.
|
1868
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.2.
|
1869
|
-
integrity sha512-
|
1866
|
+
"@oclif/plugin-help@^6.2.17", "@oclif/plugin-help@^6.2.19":
|
1867
|
+
version "6.2.19"
|
1868
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.2.19.tgz#24ae926f2944628dd62a6bbfc495f85fc8e43b13"
|
1869
|
+
integrity sha512-q2fIACWHJehppWTTgJm/llleKDgxt42IBVcK6Rp4H6qzET24t2zs0vbALx5XxsNCKl3/UuJhyW2XXQqvGmvWJQ==
|
1870
1870
|
dependencies:
|
1871
1871
|
"@oclif/core" "^4"
|
1872
1872
|
|
@@ -1939,23 +1939,23 @@
|
|
1939
1939
|
"@pnpm/network.ca-file" "^1.0.1"
|
1940
1940
|
config-chain "^1.1.11"
|
1941
1941
|
|
1942
|
-
"@salesforce/cli-plugins-testkit@^5.3.
|
1943
|
-
version "5.3.
|
1944
|
-
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.
|
1945
|
-
integrity sha512-
|
1942
|
+
"@salesforce/cli-plugins-testkit@^5.3.39":
|
1943
|
+
version "5.3.39"
|
1944
|
+
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.39.tgz#97218016503fc19194509cc603752de4f2baceae"
|
1945
|
+
integrity sha512-6cBN7PP3/BN11qv/RGilJdWOkSEGGh6eIzyE+tZI27s2KLf/aOysbZk90v9yhSnuxvPiREHzYCuNSufJlsciQQ==
|
1946
1946
|
dependencies:
|
1947
1947
|
"@salesforce/core" "^8.8.0"
|
1948
1948
|
"@salesforce/kit" "^3.2.3"
|
1949
1949
|
"@salesforce/ts-types" "^2.0.11"
|
1950
1950
|
"@types/shelljs" "^0.8.15"
|
1951
|
-
debug "^4.
|
1951
|
+
debug "^4.4.0"
|
1952
1952
|
jszip "^3.10.1"
|
1953
1953
|
shelljs "^0.8.4"
|
1954
1954
|
sinon "^17.0.2"
|
1955
1955
|
strip-ansi "6.0.1"
|
1956
1956
|
ts-retry-promise "^0.8.1"
|
1957
1957
|
|
1958
|
-
"@salesforce/core@^8.5.1", "@salesforce/core@^8.
|
1958
|
+
"@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0":
|
1959
1959
|
version "8.8.0"
|
1960
1960
|
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.8.0.tgz#849c07ea3a2548ca201fc0fe8baef9b36a462194"
|
1961
1961
|
integrity sha512-HWGdRiy/MPCJ2KHz+W+cnqx0O9xhx9+QYvwP8bn9PE27wj0A/NjTi4xrqIWk1M+fE4dXHycE+8qPf4b540euvg==
|
@@ -2049,10 +2049,10 @@
|
|
2049
2049
|
cli-progress "^3.12.0"
|
2050
2050
|
terminal-link "^3.0.0"
|
2051
2051
|
|
2052
|
-
"@salesforce/source-deploy-retrieve@^12.10.
|
2053
|
-
version "12.10.
|
2054
|
-
resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.10.
|
2055
|
-
integrity sha512-
|
2052
|
+
"@salesforce/source-deploy-retrieve@^12.10.2", "@salesforce/source-deploy-retrieve@^12.10.3":
|
2053
|
+
version "12.10.3"
|
2054
|
+
resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.10.3.tgz#fa16910781188877ffdfa5fde3a0318c0dfe3d07"
|
2055
|
+
integrity sha512-bKIcN6VJajre2chF1xhPCjtR9gZpp8PrFFZ55UcWUMkoFAXscBPRJ7poAeorted3qMzS6wx+AuB27qYUCO+4iQ==
|
2056
2056
|
dependencies:
|
2057
2057
|
"@salesforce/core" "^8.8.0"
|
2058
2058
|
"@salesforce/kit" "^3.2.2"
|
@@ -3823,7 +3823,7 @@ chokidar@^3.5.3:
|
|
3823
3823
|
optionalDependencies:
|
3824
3824
|
fsevents "~2.3.2"
|
3825
3825
|
|
3826
|
-
ci-info@^3.
|
3826
|
+
ci-info@^3.7.0, ci-info@^3.8.0:
|
3827
3827
|
version "3.9.0"
|
3828
3828
|
resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-3.9.0.tgz#4279a62028a7b1f262f3473fc9605f5e218c59b4"
|
3829
3829
|
integrity sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==
|
@@ -4196,10 +4196,10 @@ dateformat@^4.6.3:
|
|
4196
4196
|
resolved "https://registry.yarnpkg.com/dateformat/-/dateformat-4.6.3.tgz#556fa6497e5217fedb78821424f8a1c22fa3f4b5"
|
4197
4197
|
integrity sha512-2P0p0pFGzHS5EMnhdxQi7aJN+iMheud0UhG4dlE1DLAlvL8JHjJJTX/CSm4JXwV0Ka5nGk3zC5mcb5bUQUxxMA==
|
4198
4198
|
|
4199
|
-
debug@4, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4, debug@^4.3.5, debug@^4.3.6, debug@^4.3.7:
|
4200
|
-
version "4.
|
4201
|
-
resolved "https://registry.yarnpkg.com/debug/-/debug-4.
|
4202
|
-
integrity sha512-
|
4199
|
+
debug@4, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4, debug@^4.3.5, debug@^4.3.6, debug@^4.3.7, debug@^4.4.0:
|
4200
|
+
version "4.4.0"
|
4201
|
+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.0.tgz#2b3f2aea2ffeb776477460267377dc8710faba8a"
|
4202
|
+
integrity sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==
|
4203
4203
|
dependencies:
|
4204
4204
|
ms "^2.1.3"
|
4205
4205
|
|
@@ -5908,13 +5908,6 @@ is-callable@^1.1.3, is-callable@^1.1.4, is-callable@^1.2.7:
|
|
5908
5908
|
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.7.tgz#3bc2a85ea742d9e36205dcacdd72ca1fdc51b055"
|
5909
5909
|
integrity sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==
|
5910
5910
|
|
5911
|
-
is-ci@^3.0.1:
|
5912
|
-
version "3.0.1"
|
5913
|
-
resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-3.0.1.tgz#db6ecbed1bd659c43dac0f45661e7674103d1867"
|
5914
|
-
integrity sha512-ZYvCgrefwqoQ6yTyYUbQu64HsITZ3NfKX1lzaEYdkTDcfKzzCI/wthRRYKkdjHKFVgNiXKAKm65Zo1pk2as/QQ==
|
5915
|
-
dependencies:
|
5916
|
-
ci-info "^3.2.0"
|
5917
|
-
|
5918
5911
|
is-core-module@^2.11.0, is-core-module@^2.13.0, is-core-module@^2.8.1:
|
5919
5912
|
version "2.13.1"
|
5920
5913
|
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.13.1.tgz#ad0d7532c6fea9da1ebdc82742d74525c6273384"
|
@@ -7625,10 +7618,10 @@ prettier@^2.8.8:
|
|
7625
7618
|
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.8.tgz#e8c5d7e98a4305ffe3de2e1fc4aca1a71c28b1da"
|
7626
7619
|
integrity sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==
|
7627
7620
|
|
7628
|
-
prettier@^3.4.
|
7629
|
-
version "3.4.
|
7630
|
-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.4.
|
7631
|
-
integrity sha512-
|
7621
|
+
prettier@^3.4.2:
|
7622
|
+
version "3.4.2"
|
7623
|
+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.4.2.tgz#a5ce1fb522a588bf2b78ca44c6e6fe5aa5a2b13f"
|
7624
|
+
integrity sha512-e9MewbtFo+Fevyuxn/4rrcDAaq0IYxPGLvObpQjiZBMAzB9IGmzlnG9RZy3FFas+eBMu2vA0CszMeduow5dIuQ==
|
7632
7625
|
|
7633
7626
|
pretty-quick@^3.3.1:
|
7634
7627
|
version "3.3.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.6.
|
4
|
+
"version": "3.6.18",
|
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.4",
|
10
10
|
"@oclif/core": "^4.0.33",
|
11
|
-
"@salesforce/core": "^8.
|
11
|
+
"@salesforce/core": "^8.8.0",
|
12
12
|
"@salesforce/kit": "^3.2.3",
|
13
13
|
"@salesforce/sf-plugins-core": "^12.1.0",
|
14
|
-
"@salesforce/source-deploy-retrieve": "^12.10.
|
14
|
+
"@salesforce/source-deploy-retrieve": "^12.10.3",
|
15
15
|
"@salesforce/source-tracking": "^7.3.1",
|
16
16
|
"@salesforce/ts-types": "^2.0.12",
|
17
17
|
"fast-deep-equal": "^3.1.3",
|
@@ -21,9 +21,9 @@
|
|
21
21
|
"isomorphic-git": "1.27.2"
|
22
22
|
},
|
23
23
|
"devDependencies": {
|
24
|
-
"@oclif/plugin-command-snapshot": "^5.2.
|
25
|
-
"@oclif/plugin-help": "^6.2.
|
26
|
-
"@salesforce/cli-plugins-testkit": "^5.3.
|
24
|
+
"@oclif/plugin-command-snapshot": "^5.2.23",
|
25
|
+
"@oclif/plugin-help": "^6.2.19",
|
26
|
+
"@salesforce/cli-plugins-testkit": "^5.3.39",
|
27
27
|
"@salesforce/dev-scripts": "^10.2.11",
|
28
28
|
"@salesforce/ts-sinon": "^1.4.30",
|
29
29
|
"@types/fs-extra": "^11.0.4",
|
@@ -33,10 +33,9 @@
|
|
33
33
|
"eslint-config-oclif": "^5.2",
|
34
34
|
"eslint-plugin-prettier": "^5.2.1",
|
35
35
|
"eslint-plugin-sf-plugin": "^1.20.13",
|
36
|
-
"is-ci": "^3.0.1",
|
37
36
|
"oclif": "^4.16.0",
|
38
37
|
"patch-package": "^8.0.0",
|
39
|
-
"prettier": "^3.4.
|
38
|
+
"prettier": "^3.4.2",
|
40
39
|
"pretty-quick": "^4.0.0",
|
41
40
|
"ts-node": "^10.9.2",
|
42
41
|
"typescript": "^5.7.2"
|