@jayree/sfdx-plugin-manifest 5.0.147 → 5.0.149
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 +15 -0
- package/README.md +3 -3
- package/npm-shrinkwrap.json +90 -43
- package/oclif.lock +37 -11
- package/oclif.manifest.json +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
## [5.0.149](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.148...5.0.149) (2026-07-20)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump isomorphic-git from 1.38.8 to 1.38.9 ([#2343](https://github.com/jayree/sfdx-plugin-manifest/issues/2343)) ([69c210e](https://github.com/jayree/sfdx-plugin-manifest/commit/69c210eb906b87cd319f3a1a22ec8a66a9167679))
|
|
7
|
+
* Preserve binary files when writing conflicted working tree ([#2380](https://github.com/isomorphic-git/isomorphic-git/issues/2380)) ([b41b1ab](https://github.com/isomorphic-git/isomorphic-git/commit/b41b1abc3df87326e639b49d0694915540d6dfb5))
|
|
8
|
+
|
|
9
|
+
## [5.0.148](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.147...5.0.148) (2026-07-20)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
* **deps:** bump actions/setup-node from 6 to 7 ([#2334](https://github.com/jayree/sfdx-plugin-manifest/issues/2334)) ([c388266](https://github.com/jayree/sfdx-plugin-manifest/commit/c388266b7d36c9d0545a2604b6546e6a52521f7b))
|
|
15
|
+
|
|
1
16
|
## [5.0.147](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.146...5.0.147) (2026-07-19)
|
|
2
17
|
|
|
3
18
|
|
package/README.md
CHANGED
|
@@ -112,7 +112,7 @@ EXAMPLES
|
|
|
112
112
|
$ sf jayree manifest cleanup --manifest=package.xml --file=packageignore.xml
|
|
113
113
|
```
|
|
114
114
|
|
|
115
|
-
_See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/5.0.
|
|
115
|
+
_See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/5.0.149/src/commands/jayree/manifest/cleanup.ts)_
|
|
116
116
|
|
|
117
117
|
### `sf jayree manifest generate`
|
|
118
118
|
|
|
@@ -150,7 +150,7 @@ EXAMPLES
|
|
|
150
150
|
<Package xmlns='http://soap.sforce.com/2006/04/metadata'>...</Package>
|
|
151
151
|
```
|
|
152
152
|
|
|
153
|
-
_See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/5.0.
|
|
153
|
+
_See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/5.0.149/src/commands/jayree/manifest/generate.ts)_
|
|
154
154
|
|
|
155
155
|
### `sf jayree manifest git diff REF1 [REF2]`
|
|
156
156
|
|
|
@@ -230,7 +230,7 @@ FLAG DESCRIPTIONS
|
|
|
230
230
|
Use this flag to create a 'destructiveChanges.xml' and a blank 'package.xml'.
|
|
231
231
|
```
|
|
232
232
|
|
|
233
|
-
_See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/5.0.
|
|
233
|
+
_See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/5.0.149/src/commands/jayree/manifest/git/diff.ts)_
|
|
234
234
|
<!-- commandsstop -->
|
|
235
235
|
|
|
236
236
|
## Performance Testing
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jayree/sfdx-plugin-manifest",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.149",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@jayree/sfdx-plugin-manifest",
|
|
9
|
-
"version": "5.0.
|
|
9
|
+
"version": "5.0.149",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@jayree/changelog": "^1.2.39",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"fast-xml-parser": "^5.10.1",
|
|
22
22
|
"fs-extra": "^11.3.4",
|
|
23
23
|
"graceful-fs": "^4.2.11",
|
|
24
|
-
"isomorphic-git": "1.38.
|
|
24
|
+
"isomorphic-git": "1.38.9"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
"@oclif/plugin-command-snapshot": "^5.3.31",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"@salesforce/ts-sinon": "^1.4.36",
|
|
31
31
|
"@types/fs-extra": "^11.0.4",
|
|
32
32
|
"@types/graceful-fs": "^4.1.9",
|
|
33
|
-
"c8": "^
|
|
33
|
+
"c8": "^12.0.0",
|
|
34
34
|
"eslint-config-oclif": "^6.0.177",
|
|
35
35
|
"eslint-config-salesforce-license": "^1.0.2",
|
|
36
36
|
"eslint-plugin-prettier": "^5.5.6",
|
|
@@ -6042,9 +6042,9 @@
|
|
|
6042
6042
|
}
|
|
6043
6043
|
},
|
|
6044
6044
|
"node_modules/c8": {
|
|
6045
|
-
"version": "
|
|
6046
|
-
"resolved": "https://registry.npmjs.org/c8/-/c8-
|
|
6047
|
-
"integrity": "sha512-
|
|
6045
|
+
"version": "12.0.0",
|
|
6046
|
+
"resolved": "https://registry.npmjs.org/c8/-/c8-12.0.0.tgz",
|
|
6047
|
+
"integrity": "sha512-4zpJvrd1nKWutnnKC2pXkFmb6iM1l+ffN//o1CzlTNwW7GSOs9a1xrLqkC48nU8oEkjmPZLPiwMsIaOvoF4Pqg==",
|
|
6048
6048
|
"dev": true,
|
|
6049
6049
|
"license": "ISC",
|
|
6050
6050
|
"dependencies": {
|
|
@@ -6057,14 +6057,14 @@
|
|
|
6057
6057
|
"istanbul-reports": "^3.1.6",
|
|
6058
6058
|
"test-exclude": "^8.0.0",
|
|
6059
6059
|
"v8-to-istanbul": "^9.0.0",
|
|
6060
|
-
"yargs": "^
|
|
6060
|
+
"yargs": "^18.0.0",
|
|
6061
6061
|
"yargs-parser": "^21.1.1"
|
|
6062
6062
|
},
|
|
6063
6063
|
"bin": {
|
|
6064
6064
|
"c8": "bin/c8.js"
|
|
6065
6065
|
},
|
|
6066
6066
|
"engines": {
|
|
6067
|
-
"node": "20 || >=
|
|
6067
|
+
"node": "^20.19.0 || ^22.12.0 || >=23"
|
|
6068
6068
|
},
|
|
6069
6069
|
"peerDependencies": {
|
|
6070
6070
|
"monocart-coverage-reports": "^2"
|
|
@@ -6075,37 +6075,41 @@
|
|
|
6075
6075
|
}
|
|
6076
6076
|
}
|
|
6077
6077
|
},
|
|
6078
|
-
"node_modules/c8/node_modules/ansi-
|
|
6079
|
-
"version": "
|
|
6080
|
-
"resolved": "https://registry.npmjs.org/ansi-
|
|
6081
|
-
"integrity": "sha512-
|
|
6078
|
+
"node_modules/c8/node_modules/ansi-regex": {
|
|
6079
|
+
"version": "6.2.2",
|
|
6080
|
+
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.2.tgz",
|
|
6081
|
+
"integrity": "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==",
|
|
6082
6082
|
"dev": true,
|
|
6083
6083
|
"license": "MIT",
|
|
6084
|
-
"dependencies": {
|
|
6085
|
-
"color-convert": "^2.0.1"
|
|
6086
|
-
},
|
|
6087
6084
|
"engines": {
|
|
6088
|
-
"node": ">=
|
|
6085
|
+
"node": ">=12"
|
|
6089
6086
|
},
|
|
6090
6087
|
"funding": {
|
|
6091
|
-
"url": "https://github.com/chalk/ansi-
|
|
6088
|
+
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
6092
6089
|
}
|
|
6093
6090
|
},
|
|
6094
6091
|
"node_modules/c8/node_modules/cliui": {
|
|
6095
|
-
"version": "
|
|
6096
|
-
"resolved": "https://registry.npmjs.org/cliui/-/cliui-
|
|
6097
|
-
"integrity": "sha512-
|
|
6092
|
+
"version": "9.0.1",
|
|
6093
|
+
"resolved": "https://registry.npmjs.org/cliui/-/cliui-9.0.1.tgz",
|
|
6094
|
+
"integrity": "sha512-k7ndgKhwoQveBL+/1tqGJYNz097I7WOvwbmmU2AR5+magtbjPWQTS1C5vzGkBC8Ym8UWRzfKUzUUqFLypY4Q+w==",
|
|
6098
6095
|
"dev": true,
|
|
6099
6096
|
"license": "ISC",
|
|
6100
6097
|
"dependencies": {
|
|
6101
|
-
"string-width": "^
|
|
6102
|
-
"strip-ansi": "^
|
|
6103
|
-
"wrap-ansi": "^
|
|
6098
|
+
"string-width": "^7.2.0",
|
|
6099
|
+
"strip-ansi": "^7.1.0",
|
|
6100
|
+
"wrap-ansi": "^9.0.0"
|
|
6104
6101
|
},
|
|
6105
6102
|
"engines": {
|
|
6106
|
-
"node": ">=
|
|
6103
|
+
"node": ">=20"
|
|
6107
6104
|
}
|
|
6108
6105
|
},
|
|
6106
|
+
"node_modules/c8/node_modules/emoji-regex": {
|
|
6107
|
+
"version": "10.6.0",
|
|
6108
|
+
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.6.0.tgz",
|
|
6109
|
+
"integrity": "sha512-toUI84YS5YmxW219erniWD0CIVOo46xGKColeNQRgOzDorgBi1v4D71/OFzgD9GO2UGKIv1C3Sp8DAn0+j5w7A==",
|
|
6110
|
+
"dev": true,
|
|
6111
|
+
"license": "MIT"
|
|
6112
|
+
},
|
|
6109
6113
|
"node_modules/c8/node_modules/find-up": {
|
|
6110
6114
|
"version": "5.0.0",
|
|
6111
6115
|
"resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
|
|
@@ -6171,41 +6175,74 @@
|
|
|
6171
6175
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
6172
6176
|
}
|
|
6173
6177
|
},
|
|
6178
|
+
"node_modules/c8/node_modules/string-width": {
|
|
6179
|
+
"version": "7.2.0",
|
|
6180
|
+
"resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
|
|
6181
|
+
"integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
|
|
6182
|
+
"dev": true,
|
|
6183
|
+
"license": "MIT",
|
|
6184
|
+
"dependencies": {
|
|
6185
|
+
"emoji-regex": "^10.3.0",
|
|
6186
|
+
"get-east-asian-width": "^1.0.0",
|
|
6187
|
+
"strip-ansi": "^7.1.0"
|
|
6188
|
+
},
|
|
6189
|
+
"engines": {
|
|
6190
|
+
"node": ">=18"
|
|
6191
|
+
},
|
|
6192
|
+
"funding": {
|
|
6193
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
6194
|
+
}
|
|
6195
|
+
},
|
|
6196
|
+
"node_modules/c8/node_modules/strip-ansi": {
|
|
6197
|
+
"version": "7.2.0",
|
|
6198
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.2.0.tgz",
|
|
6199
|
+
"integrity": "sha512-yDPMNjp4WyfYBkHnjIRLfca1i6KMyGCtsVgoKe/z1+6vukgaENdgGBZt+ZmKPc4gavvEZ5OgHfHdrazhgNyG7w==",
|
|
6200
|
+
"dev": true,
|
|
6201
|
+
"license": "MIT",
|
|
6202
|
+
"dependencies": {
|
|
6203
|
+
"ansi-regex": "^6.2.2"
|
|
6204
|
+
},
|
|
6205
|
+
"engines": {
|
|
6206
|
+
"node": ">=12"
|
|
6207
|
+
},
|
|
6208
|
+
"funding": {
|
|
6209
|
+
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
6210
|
+
}
|
|
6211
|
+
},
|
|
6174
6212
|
"node_modules/c8/node_modules/wrap-ansi": {
|
|
6175
|
-
"version": "
|
|
6176
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-
|
|
6177
|
-
"integrity": "sha512-
|
|
6213
|
+
"version": "9.0.2",
|
|
6214
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.2.tgz",
|
|
6215
|
+
"integrity": "sha512-42AtmgqjV+X1VpdOfyTGOYRi0/zsoLqtXQckTmqTeybT+BDIbM/Guxo7x3pE2vtpr1ok6xRqM9OpBe+Jyoqyww==",
|
|
6178
6216
|
"dev": true,
|
|
6179
6217
|
"license": "MIT",
|
|
6180
6218
|
"dependencies": {
|
|
6181
|
-
"ansi-styles": "^
|
|
6182
|
-
"string-width": "^
|
|
6183
|
-
"strip-ansi": "^
|
|
6219
|
+
"ansi-styles": "^6.2.1",
|
|
6220
|
+
"string-width": "^7.0.0",
|
|
6221
|
+
"strip-ansi": "^7.1.0"
|
|
6184
6222
|
},
|
|
6185
6223
|
"engines": {
|
|
6186
|
-
"node": ">=
|
|
6224
|
+
"node": ">=18"
|
|
6187
6225
|
},
|
|
6188
6226
|
"funding": {
|
|
6189
6227
|
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
6190
6228
|
}
|
|
6191
6229
|
},
|
|
6192
6230
|
"node_modules/c8/node_modules/yargs": {
|
|
6193
|
-
"version": "
|
|
6194
|
-
"resolved": "https://registry.npmjs.org/yargs/-/yargs-
|
|
6195
|
-
"integrity": "sha512-
|
|
6231
|
+
"version": "18.0.0",
|
|
6232
|
+
"resolved": "https://registry.npmjs.org/yargs/-/yargs-18.0.0.tgz",
|
|
6233
|
+
"integrity": "sha512-4UEqdc2RYGHZc7Doyqkrqiln3p9X2DZVxaGbwhn2pi7MrRagKaOcIKe8L3OxYcbhXLgLFUS3zAYuQjKBQgmuNg==",
|
|
6196
6234
|
"dev": true,
|
|
6197
6235
|
"license": "MIT",
|
|
6198
6236
|
"dependencies": {
|
|
6199
|
-
"cliui": "^
|
|
6237
|
+
"cliui": "^9.0.1",
|
|
6200
6238
|
"escalade": "^3.1.1",
|
|
6201
6239
|
"get-caller-file": "^2.0.5",
|
|
6202
|
-
"
|
|
6203
|
-
"string-width": "^4.2.3",
|
|
6240
|
+
"string-width": "^7.2.0",
|
|
6204
6241
|
"y18n": "^5.0.5",
|
|
6205
|
-
"yargs-parser": "^
|
|
6242
|
+
"yargs-parser": "^22.0.0"
|
|
6206
6243
|
},
|
|
6207
6244
|
"engines": {
|
|
6208
|
-
"node": ">=
|
|
6245
|
+
"node": "^20.19.0 || ^22.12.0 || >=23"
|
|
6209
6246
|
}
|
|
6210
6247
|
},
|
|
6211
6248
|
"node_modules/c8/node_modules/yargs-parser": {
|
|
@@ -6218,6 +6255,16 @@
|
|
|
6218
6255
|
"node": ">=12"
|
|
6219
6256
|
}
|
|
6220
6257
|
},
|
|
6258
|
+
"node_modules/c8/node_modules/yargs/node_modules/yargs-parser": {
|
|
6259
|
+
"version": "22.0.0",
|
|
6260
|
+
"resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-22.0.0.tgz",
|
|
6261
|
+
"integrity": "sha512-rwu/ClNdSMpkSrUb+d6BRsSkLUq1fmfsY6TOpYzTwvwkg1/NRG85KBy3kq++A8LKQwX6lsu+aWad+2khvuXrqw==",
|
|
6262
|
+
"dev": true,
|
|
6263
|
+
"license": "ISC",
|
|
6264
|
+
"engines": {
|
|
6265
|
+
"node": "^20.19.0 || ^22.12.0 || >=23"
|
|
6266
|
+
}
|
|
6267
|
+
},
|
|
6221
6268
|
"node_modules/cacheable-lookup": {
|
|
6222
6269
|
"version": "5.0.4",
|
|
6223
6270
|
"resolved": "https://registry.npmjs.org/cacheable-lookup/-/cacheable-lookup-5.0.4.tgz",
|
|
@@ -11773,9 +11820,9 @@
|
|
|
11773
11820
|
"license": "ISC"
|
|
11774
11821
|
},
|
|
11775
11822
|
"node_modules/isomorphic-git": {
|
|
11776
|
-
"version": "1.38.
|
|
11777
|
-
"resolved": "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.38.
|
|
11778
|
-
"integrity": "sha512-
|
|
11823
|
+
"version": "1.38.9",
|
|
11824
|
+
"resolved": "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.38.9.tgz",
|
|
11825
|
+
"integrity": "sha512-3nwGo1UIScJUW2/W4KzTGA/V7Bf/AivBF4KuZGfxU+Bcz2oJo2emuxJK8hP2saZ3XfLOBqbKs+x9CLsFrn8vAg==",
|
|
11779
11826
|
"license": "MIT",
|
|
11780
11827
|
"dependencies": {
|
|
11781
11828
|
"async-lock": "^1.4.1",
|
package/oclif.lock
CHANGED
|
@@ -2786,10 +2786,10 @@ builtin-modules@^3.3.0:
|
|
|
2786
2786
|
resolved "https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-3.3.0.tgz#cae62812b89801e9656336e46223e030386be7b6"
|
|
2787
2787
|
integrity sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==
|
|
2788
2788
|
|
|
2789
|
-
c8@^
|
|
2790
|
-
version "
|
|
2791
|
-
resolved "https://registry.yarnpkg.com/c8/-/c8-
|
|
2792
|
-
integrity sha512-
|
|
2789
|
+
c8@^12.0.0:
|
|
2790
|
+
version "12.0.0"
|
|
2791
|
+
resolved "https://registry.yarnpkg.com/c8/-/c8-12.0.0.tgz#bc69f204682651a3bbc9b3b6501f3b130c9d0b36"
|
|
2792
|
+
integrity sha512-4zpJvrd1nKWutnnKC2pXkFmb6iM1l+ffN//o1CzlTNwW7GSOs9a1xrLqkC48nU8oEkjmPZLPiwMsIaOvoF4Pqg==
|
|
2793
2793
|
dependencies:
|
|
2794
2794
|
"@bcoe/v8-coverage" "^1.0.1"
|
|
2795
2795
|
"@istanbuljs/schema" "^0.1.3"
|
|
@@ -2800,7 +2800,7 @@ c8@^11.0.0:
|
|
|
2800
2800
|
istanbul-reports "^3.1.6"
|
|
2801
2801
|
test-exclude "^8.0.0"
|
|
2802
2802
|
v8-to-istanbul "^9.0.0"
|
|
2803
|
-
yargs "^
|
|
2803
|
+
yargs "^18.0.0"
|
|
2804
2804
|
yargs-parser "^21.1.1"
|
|
2805
2805
|
|
|
2806
2806
|
cacheable-lookup@^5.0.3:
|
|
@@ -3136,6 +3136,15 @@ cliui@^8.0.1:
|
|
|
3136
3136
|
strip-ansi "^6.0.1"
|
|
3137
3137
|
wrap-ansi "^7.0.0"
|
|
3138
3138
|
|
|
3139
|
+
cliui@^9.0.1:
|
|
3140
|
+
version "9.0.1"
|
|
3141
|
+
resolved "https://registry.yarnpkg.com/cliui/-/cliui-9.0.1.tgz#6f7890f386f6f1f79953adc1f78dec46fcc2d291"
|
|
3142
|
+
integrity sha512-k7ndgKhwoQveBL+/1tqGJYNz097I7WOvwbmmU2AR5+magtbjPWQTS1C5vzGkBC8Ym8UWRzfKUzUUqFLypY4Q+w==
|
|
3143
|
+
dependencies:
|
|
3144
|
+
string-width "^7.2.0"
|
|
3145
|
+
strip-ansi "^7.1.0"
|
|
3146
|
+
wrap-ansi "^9.0.0"
|
|
3147
|
+
|
|
3139
3148
|
clone-response@^1.0.2:
|
|
3140
3149
|
version "1.0.3"
|
|
3141
3150
|
resolved "https://registry.yarnpkg.com/clone-response/-/clone-response-1.0.3.tgz#af2032aa47816399cf5f0a1d0db902f517abb8c3"
|
|
@@ -5532,10 +5541,10 @@ isexe@^2.0.0:
|
|
|
5532
5541
|
resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10"
|
|
5533
5542
|
integrity sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==
|
|
5534
5543
|
|
|
5535
|
-
isomorphic-git@1.38.
|
|
5536
|
-
version "1.38.
|
|
5537
|
-
resolved "https://registry.yarnpkg.com/isomorphic-git/-/isomorphic-git-1.38.
|
|
5538
|
-
integrity sha512-
|
|
5544
|
+
isomorphic-git@1.38.9, isomorphic-git@^1.34.2:
|
|
5545
|
+
version "1.38.9"
|
|
5546
|
+
resolved "https://registry.yarnpkg.com/isomorphic-git/-/isomorphic-git-1.38.9.tgz#2ab44d32b701bbb3c826128fe9fd190c2f9782d6"
|
|
5547
|
+
integrity sha512-3nwGo1UIScJUW2/W4KzTGA/V7Bf/AivBF4KuZGfxU+Bcz2oJo2emuxJK8hP2saZ3XfLOBqbKs+x9CLsFrn8vAg==
|
|
5539
5548
|
dependencies:
|
|
5540
5549
|
async-lock "^1.4.1"
|
|
5541
5550
|
clean-git-ref "^2.0.1"
|
|
@@ -8096,7 +8105,7 @@ string-width@^5.0.1, string-width@^5.1.2:
|
|
|
8096
8105
|
emoji-regex "^9.2.2"
|
|
8097
8106
|
strip-ansi "^7.0.1"
|
|
8098
8107
|
|
|
8099
|
-
string-width@^7.0.0:
|
|
8108
|
+
string-width@^7.0.0, string-width@^7.2.0:
|
|
8100
8109
|
version "7.2.0"
|
|
8101
8110
|
resolved "https://registry.yarnpkg.com/string-width/-/string-width-7.2.0.tgz#b5bb8e2165ce275d4d43476dd2700ad9091db6dc"
|
|
8102
8111
|
integrity sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==
|
|
@@ -9125,6 +9134,11 @@ yargs-parser@^21.1.1:
|
|
|
9125
9134
|
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-21.1.1.tgz#9096bceebf990d21bb31fa9516e0ede294a77d35"
|
|
9126
9135
|
integrity sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==
|
|
9127
9136
|
|
|
9137
|
+
yargs-parser@^22.0.0:
|
|
9138
|
+
version "22.0.0"
|
|
9139
|
+
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-22.0.0.tgz#87b82094051b0567717346ecd00fd14804b357c8"
|
|
9140
|
+
integrity sha512-rwu/ClNdSMpkSrUb+d6BRsSkLUq1fmfsY6TOpYzTwvwkg1/NRG85KBy3kq++A8LKQwX6lsu+aWad+2khvuXrqw==
|
|
9141
|
+
|
|
9128
9142
|
yargs-unparser@^2.0.0:
|
|
9129
9143
|
version "2.0.0"
|
|
9130
9144
|
resolved "https://registry.yarnpkg.com/yargs-unparser/-/yargs-unparser-2.0.0.tgz#f131f9226911ae5d9ad38c432fe809366c2325eb"
|
|
@@ -9165,7 +9179,7 @@ yargs@^16.0.0, yargs@^16.2.0:
|
|
|
9165
9179
|
y18n "^5.0.5"
|
|
9166
9180
|
yargs-parser "^20.2.2"
|
|
9167
9181
|
|
|
9168
|
-
yargs@^17.0.0
|
|
9182
|
+
yargs@^17.0.0:
|
|
9169
9183
|
version "17.7.2"
|
|
9170
9184
|
resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.7.2.tgz#991df39aca675a192b816e1e0363f9d75d2aa269"
|
|
9171
9185
|
integrity sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==
|
|
@@ -9178,6 +9192,18 @@ yargs@^17.0.0, yargs@^17.7.2:
|
|
|
9178
9192
|
y18n "^5.0.5"
|
|
9179
9193
|
yargs-parser "^21.1.1"
|
|
9180
9194
|
|
|
9195
|
+
yargs@^18.0.0:
|
|
9196
|
+
version "18.0.0"
|
|
9197
|
+
resolved "https://registry.yarnpkg.com/yargs/-/yargs-18.0.0.tgz#6c84259806273a746b09f579087b68a3c2d25bd1"
|
|
9198
|
+
integrity sha512-4UEqdc2RYGHZc7Doyqkrqiln3p9X2DZVxaGbwhn2pi7MrRagKaOcIKe8L3OxYcbhXLgLFUS3zAYuQjKBQgmuNg==
|
|
9199
|
+
dependencies:
|
|
9200
|
+
cliui "^9.0.1"
|
|
9201
|
+
escalade "^3.1.1"
|
|
9202
|
+
get-caller-file "^2.0.5"
|
|
9203
|
+
string-width "^7.2.0"
|
|
9204
|
+
y18n "^5.0.5"
|
|
9205
|
+
yargs-parser "^22.0.0"
|
|
9206
|
+
|
|
9181
9207
|
yn@3.1.1:
|
|
9182
9208
|
version "3.1.1"
|
|
9183
9209
|
resolved "https://registry.yarnpkg.com/yn/-/yn-3.1.1.tgz#1e87401a09d767c1d5eab26a6e4c185182d2eb50"
|
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 powerful Salesforce CLI plugin and Node.js library to effortlessly generate, clean up, and manage package.xml and destructiveChanges.xml manifests directly from your Salesforce orgs or from Git changes in your SF projects. Unlock faster, safer, and smarter Salesforce deployments.",
|
|
4
|
-
"version": "5.0.
|
|
4
|
+
"version": "5.0.149",
|
|
5
5
|
"author": "jayree",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"bugs": "https://github.com/jayree/sfdx-plugin-manifest/issues",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"fast-xml-parser": "^5.10.1",
|
|
19
19
|
"fs-extra": "^11.3.4",
|
|
20
20
|
"graceful-fs": "^4.2.11",
|
|
21
|
-
"isomorphic-git": "1.38.
|
|
21
|
+
"isomorphic-git": "1.38.9"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"@oclif/plugin-command-snapshot": "^5.3.31",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"@salesforce/ts-sinon": "^1.4.36",
|
|
28
28
|
"@types/fs-extra": "^11.0.4",
|
|
29
29
|
"@types/graceful-fs": "^4.1.9",
|
|
30
|
-
"c8": "^
|
|
30
|
+
"c8": "^12.0.0",
|
|
31
31
|
"eslint-config-oclif": "^6.0.177",
|
|
32
32
|
"eslint-config-salesforce-license": "^1.0.2",
|
|
33
33
|
"eslint-plugin-prettier": "^5.5.6",
|