@jayree/sfdx-plugin-manifest 5.0.46 → 5.0.47
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 +13 -0
- package/README.md +3 -3
- package/npm-shrinkwrap.json +80 -171
- package/oclif.lock +37 -30
- package/oclif.manifest.json +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
## [5.0.47](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.46...5.0.47) (2026-03-29)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump @salesforce/source-deploy-retrieve ([#2160](https://github.com/jayree/sfdx-plugin-manifest/issues/2160)) ([1ed0d5b](https://github.com/jayree/sfdx-plugin-manifest/commit/1ed0d5bf3b29f24036de06f46d216d2e7f7781e8))
|
|
7
|
+
* **deps:** bump minimatch from 9.0.5 to 9.0.7 ([#1694](https://github.com/forcedotcom/source-deploy-retrieve/issues/1694)) ([205699e](https://github.com/forcedotcom/source-deploy-retrieve/commit/205699eda79171edc0df33fd07736cf2831f4510))
|
|
8
|
+
* **deps:** bump proxy-agent from 6.4.0 to 6.5.0 ([#1465](https://github.com/forcedotcom/source-deploy-retrieve/issues/1465)) ([cd7f8ed](https://github.com/forcedotcom/source-deploy-retrieve/commit/cd7f8ed1583720e474852dc2062b92e5d8d3f38b))
|
|
9
|
+
* **deps:** bump lodash from 4.17.21 to 4.17.23 ([#1674](https://github.com/forcedotcom/source-deploy-retrieve/issues/1674)) ([da4b78f](https://github.com/forcedotcom/source-deploy-retrieve/commit/da4b78f7e0de2faa03ecef77026b7cc36f09c851))
|
|
10
|
+
* **deps:** bump fast-xml-parser from 5.5.7 to 5.5.9 ([#1723](https://github.com/forcedotcom/source-deploy-retrieve/issues/1723)) ([e273241](https://github.com/forcedotcom/source-deploy-retrieve/commit/e273241ae12b31f69fb19f01ebbc0d93a9d3dc79))
|
|
11
|
+
* **deps:** bump yaml from 2.8.1 to 2.8.3 ([#1718](https://github.com/forcedotcom/source-deploy-retrieve/issues/1718)) ([87295ae](https://github.com/forcedotcom/source-deploy-retrieve/commit/87295ae42fa2d0c974cc8d9a3f8f1d07587db07e))
|
|
12
|
+
* **deps:** bump basic-ftp from 5.0.3 to 5.2.0 ([#1691](https://github.com/forcedotcom/source-deploy-retrieve/issues/1691)) ([f514cb8](https://github.com/forcedotcom/source-deploy-retrieve/commit/f514cb8de55d30e28297f461097d997543f55ea3))
|
|
13
|
+
|
|
1
14
|
## [5.0.46](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.45...5.0.46) (2026-03-29)
|
|
2
15
|
|
|
3
16
|
|
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.47/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.47/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.47/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.47",
|
|
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.47",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@jayree/changelog": "^1.2.27",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"@salesforce/core": "^8.27.1",
|
|
15
15
|
"@salesforce/kit": "^3.2.6",
|
|
16
16
|
"@salesforce/sf-plugins-core": "^12.2.6",
|
|
17
|
-
"@salesforce/source-deploy-retrieve": "12.31.
|
|
17
|
+
"@salesforce/source-deploy-retrieve": "12.31.31",
|
|
18
18
|
"@salesforce/source-tracking": "7.8.6",
|
|
19
19
|
"@salesforce/ts-types": "^2.0.12",
|
|
20
20
|
"fast-deep-equal": "^3.1.3",
|
|
@@ -24,10 +24,10 @@
|
|
|
24
24
|
"isomorphic-git": "1.37.4"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
|
-
"@oclif/plugin-command-snapshot": "^5.3.
|
|
28
|
-
"@salesforce/cli-plugins-testkit": "^5.3.
|
|
27
|
+
"@oclif/plugin-command-snapshot": "^5.3.14",
|
|
28
|
+
"@salesforce/cli-plugins-testkit": "^5.3.50",
|
|
29
29
|
"@salesforce/dev-scripts": "^11.0.4",
|
|
30
|
-
"@salesforce/ts-sinon": "^1.4.
|
|
30
|
+
"@salesforce/ts-sinon": "^1.4.33",
|
|
31
31
|
"@types/fs-extra": "^11.0.4",
|
|
32
32
|
"@types/graceful-fs": "^4.1.9",
|
|
33
33
|
"c8": "^11.0.0",
|
|
@@ -5471,9 +5471,9 @@
|
|
|
5471
5471
|
}
|
|
5472
5472
|
},
|
|
5473
5473
|
"node_modules/@oclif/plugin-command-snapshot": {
|
|
5474
|
-
"version": "5.3.
|
|
5475
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.
|
|
5476
|
-
"integrity": "sha512-
|
|
5474
|
+
"version": "5.3.14",
|
|
5475
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.14.tgz",
|
|
5476
|
+
"integrity": "sha512-g1yio6WFQt6BwjfqYh1icPPOV2SRw/P3zs74KZ3IS7dkOuEWkII4AEQkQ0WIS4S8W9AlZP7Y51FsVYOKSPdnFQ==",
|
|
5477
5477
|
"dev": true,
|
|
5478
5478
|
"license": "MIT",
|
|
5479
5479
|
"dependencies": {
|
|
@@ -5774,14 +5774,14 @@
|
|
|
5774
5774
|
"license": "MIT"
|
|
5775
5775
|
},
|
|
5776
5776
|
"node_modules/@salesforce/cli-plugins-testkit": {
|
|
5777
|
-
"version": "5.3.
|
|
5778
|
-
"resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.
|
|
5779
|
-
"integrity": "sha512-
|
|
5777
|
+
"version": "5.3.50",
|
|
5778
|
+
"resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.50.tgz",
|
|
5779
|
+
"integrity": "sha512-mH3jTdb9r2GhNAq/E2xR4LitvWlRRM8Z7lTmYapukEMc0vNjACPOkwnSVYDVCndXmJXRfLdrFnBY5Q4/MTSI/Q==",
|
|
5780
5780
|
"dev": true,
|
|
5781
5781
|
"license": "Apache-2.0",
|
|
5782
5782
|
"dependencies": {
|
|
5783
5783
|
"@salesforce/core": "^8.27.1",
|
|
5784
|
-
"@salesforce/kit": "^3.2.
|
|
5784
|
+
"@salesforce/kit": "^3.2.6",
|
|
5785
5785
|
"@salesforce/ts-types": "^2.0.11",
|
|
5786
5786
|
"@types/shelljs": "^0.10.0",
|
|
5787
5787
|
"debug": "^4.4.3",
|
|
@@ -6038,27 +6038,14 @@
|
|
|
6038
6038
|
"undici-types": "~5.26.4"
|
|
6039
6039
|
}
|
|
6040
6040
|
},
|
|
6041
|
-
"node_modules/@salesforce/dev-scripts/node_modules/balanced-match": {
|
|
6042
|
-
"version": "4.0.3",
|
|
6043
|
-
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.3.tgz",
|
|
6044
|
-
"integrity": "sha512-1pHv8LX9CpKut1Zp4EXey7Z8OfH11ONNH6Dhi2WDUt31VVZFXZzKwXcysBgqSumFCmR+0dqjMK5v5JiFHzi0+g==",
|
|
6045
|
-
"dev": true,
|
|
6046
|
-
"license": "MIT",
|
|
6047
|
-
"engines": {
|
|
6048
|
-
"node": "20 || >=22"
|
|
6049
|
-
}
|
|
6050
|
-
},
|
|
6051
6041
|
"node_modules/@salesforce/dev-scripts/node_modules/brace-expansion": {
|
|
6052
|
-
"version": "
|
|
6053
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-
|
|
6054
|
-
"integrity": "sha512-
|
|
6042
|
+
"version": "2.0.3",
|
|
6043
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.3.tgz",
|
|
6044
|
+
"integrity": "sha512-MCV/fYJEbqx68aE58kv2cA/kiky1G8vux3OR6/jbS+jIMe/6fJWa0DTzJU7dqijOWYwHi1t29FlfYI9uytqlpA==",
|
|
6055
6045
|
"dev": true,
|
|
6056
6046
|
"license": "MIT",
|
|
6057
6047
|
"dependencies": {
|
|
6058
|
-
"balanced-match": "^
|
|
6059
|
-
},
|
|
6060
|
-
"engines": {
|
|
6061
|
-
"node": "20 || >=22"
|
|
6048
|
+
"balanced-match": "^1.0.0"
|
|
6062
6049
|
}
|
|
6063
6050
|
},
|
|
6064
6051
|
"node_modules/@salesforce/dev-scripts/node_modules/cosmiconfig": {
|
|
@@ -6139,13 +6126,13 @@
|
|
|
6139
6126
|
}
|
|
6140
6127
|
},
|
|
6141
6128
|
"node_modules/@salesforce/dev-scripts/node_modules/minimatch": {
|
|
6142
|
-
"version": "9.0.
|
|
6143
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.
|
|
6144
|
-
"integrity": "sha512-
|
|
6129
|
+
"version": "9.0.9",
|
|
6130
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.9.tgz",
|
|
6131
|
+
"integrity": "sha512-OBwBN9AL4dqmETlpS2zasx+vTeWclWzkblfZk7KTA5j3jeOONz/tRCnZomUyvNg83wL5Zv9Ss6HMJXAgL8R2Yg==",
|
|
6145
6132
|
"dev": true,
|
|
6146
6133
|
"license": "ISC",
|
|
6147
6134
|
"dependencies": {
|
|
6148
|
-
"brace-expansion": "^
|
|
6135
|
+
"brace-expansion": "^2.0.2"
|
|
6149
6136
|
},
|
|
6150
6137
|
"engines": {
|
|
6151
6138
|
"node": ">=16 || 14 >=14.17"
|
|
@@ -6308,58 +6295,46 @@
|
|
|
6308
6295
|
}
|
|
6309
6296
|
},
|
|
6310
6297
|
"node_modules/@salesforce/source-deploy-retrieve": {
|
|
6311
|
-
"version": "12.31.
|
|
6312
|
-
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.31.
|
|
6313
|
-
"integrity": "sha512-
|
|
6298
|
+
"version": "12.31.31",
|
|
6299
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.31.31.tgz",
|
|
6300
|
+
"integrity": "sha512-qq27Ru7xBkxO+3I5elpVD67V6wI0seiV/vj1dXPhzRPkz9ejPCYv7e0guoFFMxiQ92jgAa0tj0Jyjw84dof6iw==",
|
|
6314
6301
|
"license": "Apache-2.0",
|
|
6315
6302
|
"dependencies": {
|
|
6316
|
-
"@salesforce/core": "^8.27.
|
|
6303
|
+
"@salesforce/core": "^8.27.1",
|
|
6317
6304
|
"@salesforce/kit": "^3.2.4",
|
|
6318
6305
|
"@salesforce/ts-types": "^2.0.12",
|
|
6319
6306
|
"@salesforce/types": "^1.6.0",
|
|
6320
6307
|
"fast-levenshtein": "^3.0.0",
|
|
6321
|
-
"fast-xml-parser": "^5.
|
|
6308
|
+
"fast-xml-parser": "^5.5.9",
|
|
6322
6309
|
"got": "^11.8.6",
|
|
6323
6310
|
"graceful-fs": "^4.2.11",
|
|
6324
6311
|
"ignore": "^5.3.2",
|
|
6325
6312
|
"jszip": "^3.10.1",
|
|
6326
6313
|
"mime": "2.6.0",
|
|
6327
|
-
"minimatch": "^9.0.
|
|
6328
|
-
"proxy-agent": "^6.
|
|
6329
|
-
"yaml": "^2.8.
|
|
6314
|
+
"minimatch": "^9.0.7",
|
|
6315
|
+
"proxy-agent": "^6.5.0",
|
|
6316
|
+
"yaml": "^2.8.3"
|
|
6330
6317
|
},
|
|
6331
6318
|
"engines": {
|
|
6332
6319
|
"node": ">=18.0.0"
|
|
6333
6320
|
}
|
|
6334
6321
|
},
|
|
6335
|
-
"node_modules/@salesforce/source-deploy-retrieve/node_modules/balanced-match": {
|
|
6336
|
-
"version": "4.0.3",
|
|
6337
|
-
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.3.tgz",
|
|
6338
|
-
"integrity": "sha512-1pHv8LX9CpKut1Zp4EXey7Z8OfH11ONNH6Dhi2WDUt31VVZFXZzKwXcysBgqSumFCmR+0dqjMK5v5JiFHzi0+g==",
|
|
6339
|
-
"license": "MIT",
|
|
6340
|
-
"engines": {
|
|
6341
|
-
"node": "20 || >=22"
|
|
6342
|
-
}
|
|
6343
|
-
},
|
|
6344
6322
|
"node_modules/@salesforce/source-deploy-retrieve/node_modules/brace-expansion": {
|
|
6345
|
-
"version": "
|
|
6346
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-
|
|
6347
|
-
"integrity": "sha512-
|
|
6323
|
+
"version": "2.0.3",
|
|
6324
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.3.tgz",
|
|
6325
|
+
"integrity": "sha512-MCV/fYJEbqx68aE58kv2cA/kiky1G8vux3OR6/jbS+jIMe/6fJWa0DTzJU7dqijOWYwHi1t29FlfYI9uytqlpA==",
|
|
6348
6326
|
"license": "MIT",
|
|
6349
6327
|
"dependencies": {
|
|
6350
|
-
"balanced-match": "^
|
|
6351
|
-
},
|
|
6352
|
-
"engines": {
|
|
6353
|
-
"node": "20 || >=22"
|
|
6328
|
+
"balanced-match": "^1.0.0"
|
|
6354
6329
|
}
|
|
6355
6330
|
},
|
|
6356
6331
|
"node_modules/@salesforce/source-deploy-retrieve/node_modules/minimatch": {
|
|
6357
|
-
"version": "9.0.
|
|
6358
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.
|
|
6359
|
-
"integrity": "sha512-
|
|
6332
|
+
"version": "9.0.9",
|
|
6333
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.9.tgz",
|
|
6334
|
+
"integrity": "sha512-OBwBN9AL4dqmETlpS2zasx+vTeWclWzkblfZk7KTA5j3jeOONz/tRCnZomUyvNg83wL5Zv9Ss6HMJXAgL8R2Yg==",
|
|
6360
6335
|
"license": "ISC",
|
|
6361
6336
|
"dependencies": {
|
|
6362
|
-
"brace-expansion": "^
|
|
6337
|
+
"brace-expansion": "^2.0.2"
|
|
6363
6338
|
},
|
|
6364
6339
|
"engines": {
|
|
6365
6340
|
"node": ">=16 || 14 >=14.17"
|
|
@@ -6388,9 +6363,9 @@
|
|
|
6388
6363
|
}
|
|
6389
6364
|
},
|
|
6390
6365
|
"node_modules/@salesforce/ts-sinon": {
|
|
6391
|
-
"version": "1.4.
|
|
6392
|
-
"resolved": "https://registry.npmjs.org/@salesforce/ts-sinon/-/ts-sinon-1.4.
|
|
6393
|
-
"integrity": "sha512-
|
|
6366
|
+
"version": "1.4.33",
|
|
6367
|
+
"resolved": "https://registry.npmjs.org/@salesforce/ts-sinon/-/ts-sinon-1.4.33.tgz",
|
|
6368
|
+
"integrity": "sha512-vzcXahroM1s9/xhAhd11/XCh9ebLZfVkAIq5B32LzQgRJeUTJvF53n3j3TphdS/YkmBJyRj/P7p5133O/oJwWA==",
|
|
6394
6369
|
"dev": true,
|
|
6395
6370
|
"license": "Apache-2.0",
|
|
6396
6371
|
"dependencies": {
|
|
@@ -7893,27 +7868,14 @@
|
|
|
7893
7868
|
"url": "https://opencollective.com/eslint"
|
|
7894
7869
|
}
|
|
7895
7870
|
},
|
|
7896
|
-
"node_modules/@stylistic/eslint-plugin/node_modules/balanced-match": {
|
|
7897
|
-
"version": "4.0.3",
|
|
7898
|
-
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.3.tgz",
|
|
7899
|
-
"integrity": "sha512-1pHv8LX9CpKut1Zp4EXey7Z8OfH11ONNH6Dhi2WDUt31VVZFXZzKwXcysBgqSumFCmR+0dqjMK5v5JiFHzi0+g==",
|
|
7900
|
-
"dev": true,
|
|
7901
|
-
"license": "MIT",
|
|
7902
|
-
"engines": {
|
|
7903
|
-
"node": "20 || >=22"
|
|
7904
|
-
}
|
|
7905
|
-
},
|
|
7906
7871
|
"node_modules/@stylistic/eslint-plugin/node_modules/brace-expansion": {
|
|
7907
|
-
"version": "
|
|
7908
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-
|
|
7909
|
-
"integrity": "sha512-
|
|
7872
|
+
"version": "2.0.3",
|
|
7873
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.3.tgz",
|
|
7874
|
+
"integrity": "sha512-MCV/fYJEbqx68aE58kv2cA/kiky1G8vux3OR6/jbS+jIMe/6fJWa0DTzJU7dqijOWYwHi1t29FlfYI9uytqlpA==",
|
|
7910
7875
|
"dev": true,
|
|
7911
7876
|
"license": "MIT",
|
|
7912
7877
|
"dependencies": {
|
|
7913
|
-
"balanced-match": "^
|
|
7914
|
-
},
|
|
7915
|
-
"engines": {
|
|
7916
|
-
"node": "20 || >=22"
|
|
7878
|
+
"balanced-match": "^1.0.0"
|
|
7917
7879
|
}
|
|
7918
7880
|
},
|
|
7919
7881
|
"node_modules/@stylistic/eslint-plugin/node_modules/eslint-visitor-keys": {
|
|
@@ -7930,13 +7892,13 @@
|
|
|
7930
7892
|
}
|
|
7931
7893
|
},
|
|
7932
7894
|
"node_modules/@stylistic/eslint-plugin/node_modules/minimatch": {
|
|
7933
|
-
"version": "9.0.
|
|
7934
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.
|
|
7935
|
-
"integrity": "sha512-
|
|
7895
|
+
"version": "9.0.9",
|
|
7896
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.9.tgz",
|
|
7897
|
+
"integrity": "sha512-OBwBN9AL4dqmETlpS2zasx+vTeWclWzkblfZk7KTA5j3jeOONz/tRCnZomUyvNg83wL5Zv9Ss6HMJXAgL8R2Yg==",
|
|
7936
7898
|
"dev": true,
|
|
7937
7899
|
"license": "ISC",
|
|
7938
7900
|
"dependencies": {
|
|
7939
|
-
"brace-expansion": "^
|
|
7901
|
+
"brace-expansion": "^2.0.2"
|
|
7940
7902
|
},
|
|
7941
7903
|
"engines": {
|
|
7942
7904
|
"node": ">=16 || 14 >=14.17"
|
|
@@ -12546,27 +12508,14 @@
|
|
|
12546
12508
|
"url": "https://opencollective.com/typescript-eslint"
|
|
12547
12509
|
}
|
|
12548
12510
|
},
|
|
12549
|
-
"node_modules/eslint-plugin-perfectionist/node_modules/balanced-match": {
|
|
12550
|
-
"version": "4.0.3",
|
|
12551
|
-
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.3.tgz",
|
|
12552
|
-
"integrity": "sha512-1pHv8LX9CpKut1Zp4EXey7Z8OfH11ONNH6Dhi2WDUt31VVZFXZzKwXcysBgqSumFCmR+0dqjMK5v5JiFHzi0+g==",
|
|
12553
|
-
"dev": true,
|
|
12554
|
-
"license": "MIT",
|
|
12555
|
-
"engines": {
|
|
12556
|
-
"node": "20 || >=22"
|
|
12557
|
-
}
|
|
12558
|
-
},
|
|
12559
12511
|
"node_modules/eslint-plugin-perfectionist/node_modules/brace-expansion": {
|
|
12560
|
-
"version": "
|
|
12561
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-
|
|
12562
|
-
"integrity": "sha512-
|
|
12512
|
+
"version": "2.0.3",
|
|
12513
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.3.tgz",
|
|
12514
|
+
"integrity": "sha512-MCV/fYJEbqx68aE58kv2cA/kiky1G8vux3OR6/jbS+jIMe/6fJWa0DTzJU7dqijOWYwHi1t29FlfYI9uytqlpA==",
|
|
12563
12515
|
"dev": true,
|
|
12564
12516
|
"license": "MIT",
|
|
12565
12517
|
"dependencies": {
|
|
12566
|
-
"balanced-match": "^
|
|
12567
|
-
},
|
|
12568
|
-
"engines": {
|
|
12569
|
-
"node": "20 || >=22"
|
|
12518
|
+
"balanced-match": "^1.0.0"
|
|
12570
12519
|
}
|
|
12571
12520
|
},
|
|
12572
12521
|
"node_modules/eslint-plugin-perfectionist/node_modules/eslint-visitor-keys": {
|
|
@@ -12583,13 +12532,13 @@
|
|
|
12583
12532
|
}
|
|
12584
12533
|
},
|
|
12585
12534
|
"node_modules/eslint-plugin-perfectionist/node_modules/minimatch": {
|
|
12586
|
-
"version": "9.0.
|
|
12587
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.
|
|
12588
|
-
"integrity": "sha512-
|
|
12535
|
+
"version": "9.0.9",
|
|
12536
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.9.tgz",
|
|
12537
|
+
"integrity": "sha512-OBwBN9AL4dqmETlpS2zasx+vTeWclWzkblfZk7KTA5j3jeOONz/tRCnZomUyvNg83wL5Zv9Ss6HMJXAgL8R2Yg==",
|
|
12589
12538
|
"dev": true,
|
|
12590
12539
|
"license": "ISC",
|
|
12591
12540
|
"dependencies": {
|
|
12592
|
-
"brace-expansion": "^
|
|
12541
|
+
"brace-expansion": "^2.0.2"
|
|
12593
12542
|
},
|
|
12594
12543
|
"engines": {
|
|
12595
12544
|
"node": ">=16 || 14 >=14.17"
|
|
@@ -12768,37 +12717,24 @@
|
|
|
12768
12717
|
"url": "https://opencollective.com/typescript-eslint"
|
|
12769
12718
|
}
|
|
12770
12719
|
},
|
|
12771
|
-
"node_modules/eslint-plugin-sf-plugin/node_modules/balanced-match": {
|
|
12772
|
-
"version": "4.0.3",
|
|
12773
|
-
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.3.tgz",
|
|
12774
|
-
"integrity": "sha512-1pHv8LX9CpKut1Zp4EXey7Z8OfH11ONNH6Dhi2WDUt31VVZFXZzKwXcysBgqSumFCmR+0dqjMK5v5JiFHzi0+g==",
|
|
12775
|
-
"dev": true,
|
|
12776
|
-
"license": "MIT",
|
|
12777
|
-
"engines": {
|
|
12778
|
-
"node": "20 || >=22"
|
|
12779
|
-
}
|
|
12780
|
-
},
|
|
12781
12720
|
"node_modules/eslint-plugin-sf-plugin/node_modules/brace-expansion": {
|
|
12782
|
-
"version": "
|
|
12783
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-
|
|
12784
|
-
"integrity": "sha512-
|
|
12721
|
+
"version": "2.0.3",
|
|
12722
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.3.tgz",
|
|
12723
|
+
"integrity": "sha512-MCV/fYJEbqx68aE58kv2cA/kiky1G8vux3OR6/jbS+jIMe/6fJWa0DTzJU7dqijOWYwHi1t29FlfYI9uytqlpA==",
|
|
12785
12724
|
"dev": true,
|
|
12786
12725
|
"license": "MIT",
|
|
12787
12726
|
"dependencies": {
|
|
12788
|
-
"balanced-match": "^
|
|
12789
|
-
},
|
|
12790
|
-
"engines": {
|
|
12791
|
-
"node": "20 || >=22"
|
|
12727
|
+
"balanced-match": "^1.0.0"
|
|
12792
12728
|
}
|
|
12793
12729
|
},
|
|
12794
12730
|
"node_modules/eslint-plugin-sf-plugin/node_modules/minimatch": {
|
|
12795
|
-
"version": "9.0.
|
|
12796
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.
|
|
12797
|
-
"integrity": "sha512-
|
|
12731
|
+
"version": "9.0.9",
|
|
12732
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.9.tgz",
|
|
12733
|
+
"integrity": "sha512-OBwBN9AL4dqmETlpS2zasx+vTeWclWzkblfZk7KTA5j3jeOONz/tRCnZomUyvNg83wL5Zv9Ss6HMJXAgL8R2Yg==",
|
|
12798
12734
|
"dev": true,
|
|
12799
12735
|
"license": "ISC",
|
|
12800
12736
|
"dependencies": {
|
|
12801
|
-
"brace-expansion": "^
|
|
12737
|
+
"brace-expansion": "^2.0.2"
|
|
12802
12738
|
},
|
|
12803
12739
|
"engines": {
|
|
12804
12740
|
"node": ">=16 || 14 >=14.17"
|
|
@@ -16033,27 +15969,14 @@
|
|
|
16033
15969
|
"node": ">=18"
|
|
16034
15970
|
}
|
|
16035
15971
|
},
|
|
16036
|
-
"node_modules/linkinator/node_modules/balanced-match": {
|
|
16037
|
-
"version": "4.0.3",
|
|
16038
|
-
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.3.tgz",
|
|
16039
|
-
"integrity": "sha512-1pHv8LX9CpKut1Zp4EXey7Z8OfH11ONNH6Dhi2WDUt31VVZFXZzKwXcysBgqSumFCmR+0dqjMK5v5JiFHzi0+g==",
|
|
16040
|
-
"dev": true,
|
|
16041
|
-
"license": "MIT",
|
|
16042
|
-
"engines": {
|
|
16043
|
-
"node": "20 || >=22"
|
|
16044
|
-
}
|
|
16045
|
-
},
|
|
16046
15972
|
"node_modules/linkinator/node_modules/brace-expansion": {
|
|
16047
|
-
"version": "
|
|
16048
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-
|
|
16049
|
-
"integrity": "sha512-
|
|
15973
|
+
"version": "2.0.3",
|
|
15974
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.3.tgz",
|
|
15975
|
+
"integrity": "sha512-MCV/fYJEbqx68aE58kv2cA/kiky1G8vux3OR6/jbS+jIMe/6fJWa0DTzJU7dqijOWYwHi1t29FlfYI9uytqlpA==",
|
|
16050
15976
|
"dev": true,
|
|
16051
15977
|
"license": "MIT",
|
|
16052
15978
|
"dependencies": {
|
|
16053
|
-
"balanced-match": "^
|
|
16054
|
-
},
|
|
16055
|
-
"engines": {
|
|
16056
|
-
"node": "20 || >=22"
|
|
15979
|
+
"balanced-match": "^1.0.0"
|
|
16057
15980
|
}
|
|
16058
15981
|
},
|
|
16059
15982
|
"node_modules/linkinator/node_modules/chalk": {
|
|
@@ -16133,13 +16056,13 @@
|
|
|
16133
16056
|
}
|
|
16134
16057
|
},
|
|
16135
16058
|
"node_modules/linkinator/node_modules/minimatch": {
|
|
16136
|
-
"version": "9.0.
|
|
16137
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.
|
|
16138
|
-
"integrity": "sha512-
|
|
16059
|
+
"version": "9.0.9",
|
|
16060
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.9.tgz",
|
|
16061
|
+
"integrity": "sha512-OBwBN9AL4dqmETlpS2zasx+vTeWclWzkblfZk7KTA5j3jeOONz/tRCnZomUyvNg83wL5Zv9Ss6HMJXAgL8R2Yg==",
|
|
16139
16062
|
"dev": true,
|
|
16140
16063
|
"license": "ISC",
|
|
16141
16064
|
"dependencies": {
|
|
16142
|
-
"brace-expansion": "^
|
|
16065
|
+
"brace-expansion": "^2.0.2"
|
|
16143
16066
|
},
|
|
16144
16067
|
"engines": {
|
|
16145
16068
|
"node": ">=16 || 14 >=14.17"
|
|
@@ -21091,40 +21014,26 @@
|
|
|
21091
21014
|
"typedoc": "0.26.x || 0.27.x"
|
|
21092
21015
|
}
|
|
21093
21016
|
},
|
|
21094
|
-
"node_modules/typedoc/node_modules/balanced-match": {
|
|
21095
|
-
"version": "4.0.3",
|
|
21096
|
-
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.3.tgz",
|
|
21097
|
-
"integrity": "sha512-1pHv8LX9CpKut1Zp4EXey7Z8OfH11ONNH6Dhi2WDUt31VVZFXZzKwXcysBgqSumFCmR+0dqjMK5v5JiFHzi0+g==",
|
|
21098
|
-
"dev": true,
|
|
21099
|
-
"license": "MIT",
|
|
21100
|
-
"peer": true,
|
|
21101
|
-
"engines": {
|
|
21102
|
-
"node": "20 || >=22"
|
|
21103
|
-
}
|
|
21104
|
-
},
|
|
21105
21017
|
"node_modules/typedoc/node_modules/brace-expansion": {
|
|
21106
|
-
"version": "
|
|
21107
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-
|
|
21108
|
-
"integrity": "sha512-
|
|
21018
|
+
"version": "2.0.3",
|
|
21019
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.3.tgz",
|
|
21020
|
+
"integrity": "sha512-MCV/fYJEbqx68aE58kv2cA/kiky1G8vux3OR6/jbS+jIMe/6fJWa0DTzJU7dqijOWYwHi1t29FlfYI9uytqlpA==",
|
|
21109
21021
|
"dev": true,
|
|
21110
21022
|
"license": "MIT",
|
|
21111
21023
|
"peer": true,
|
|
21112
21024
|
"dependencies": {
|
|
21113
|
-
"balanced-match": "^
|
|
21114
|
-
},
|
|
21115
|
-
"engines": {
|
|
21116
|
-
"node": "20 || >=22"
|
|
21025
|
+
"balanced-match": "^1.0.0"
|
|
21117
21026
|
}
|
|
21118
21027
|
},
|
|
21119
21028
|
"node_modules/typedoc/node_modules/minimatch": {
|
|
21120
|
-
"version": "9.0.
|
|
21121
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.
|
|
21122
|
-
"integrity": "sha512-
|
|
21029
|
+
"version": "9.0.9",
|
|
21030
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.9.tgz",
|
|
21031
|
+
"integrity": "sha512-OBwBN9AL4dqmETlpS2zasx+vTeWclWzkblfZk7KTA5j3jeOONz/tRCnZomUyvNg83wL5Zv9Ss6HMJXAgL8R2Yg==",
|
|
21123
21032
|
"dev": true,
|
|
21124
21033
|
"license": "ISC",
|
|
21125
21034
|
"peer": true,
|
|
21126
21035
|
"dependencies": {
|
|
21127
|
-
"brace-expansion": "^
|
|
21036
|
+
"brace-expansion": "^2.0.2"
|
|
21128
21037
|
},
|
|
21129
21038
|
"engines": {
|
|
21130
21039
|
"node": ">=16 || 14 >=14.17"
|
package/oclif.lock
CHANGED
|
@@ -1790,10 +1790,10 @@
|
|
|
1790
1790
|
wordwrap "^1.0.0"
|
|
1791
1791
|
wrap-ansi "^7.0.0"
|
|
1792
1792
|
|
|
1793
|
-
"@oclif/plugin-command-snapshot@^5.3.
|
|
1794
|
-
version "5.3.
|
|
1795
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.
|
|
1796
|
-
integrity sha512-
|
|
1793
|
+
"@oclif/plugin-command-snapshot@^5.3.14":
|
|
1794
|
+
version "5.3.14"
|
|
1795
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.14.tgz#7df825059df929373c57aba73704183f14f12a76"
|
|
1796
|
+
integrity sha512-g1yio6WFQt6BwjfqYh1icPPOV2SRw/P3zs74KZ3IS7dkOuEWkII4AEQkQ0WIS4S8W9AlZP7Y51FsVYOKSPdnFQ==
|
|
1797
1797
|
dependencies:
|
|
1798
1798
|
"@oclif/core" "^4"
|
|
1799
1799
|
ansis "^3.17.0"
|
|
@@ -1890,13 +1890,13 @@
|
|
|
1890
1890
|
resolved "https://registry.yarnpkg.com/@rtsao/scc/-/scc-1.1.0.tgz#927dd2fae9bc3361403ac2c7a00c32ddce9ad7e8"
|
|
1891
1891
|
integrity sha512-zt6OdqaDoOnJ1ZYsCYGt9YmWzDXl4vQdKTyJev62gFhRGKdx7mcT54V9KIjg+d2wi9EXsPvAPKe7i7WjfVWB8g==
|
|
1892
1892
|
|
|
1893
|
-
"@salesforce/cli-plugins-testkit@^5.3.
|
|
1894
|
-
version "5.3.
|
|
1895
|
-
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.
|
|
1896
|
-
integrity sha512-
|
|
1893
|
+
"@salesforce/cli-plugins-testkit@^5.3.50":
|
|
1894
|
+
version "5.3.50"
|
|
1895
|
+
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.50.tgz#54001ef1c36361751669a5e21832b406b3346f35"
|
|
1896
|
+
integrity sha512-mH3jTdb9r2GhNAq/E2xR4LitvWlRRM8Z7lTmYapukEMc0vNjACPOkwnSVYDVCndXmJXRfLdrFnBY5Q4/MTSI/Q==
|
|
1897
1897
|
dependencies:
|
|
1898
1898
|
"@salesforce/core" "^8.27.1"
|
|
1899
|
-
"@salesforce/kit" "^3.2.
|
|
1899
|
+
"@salesforce/kit" "^3.2.6"
|
|
1900
1900
|
"@salesforce/ts-types" "^2.0.11"
|
|
1901
1901
|
"@types/shelljs" "^0.10.0"
|
|
1902
1902
|
debug "^4.4.3"
|
|
@@ -1996,25 +1996,25 @@
|
|
|
1996
1996
|
cli-progress "^3.12.0"
|
|
1997
1997
|
terminal-link "^3.0.0"
|
|
1998
1998
|
|
|
1999
|
-
"@salesforce/source-deploy-retrieve@12.31.
|
|
2000
|
-
version "12.31.
|
|
2001
|
-
resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.31.
|
|
2002
|
-
integrity sha512-
|
|
1999
|
+
"@salesforce/source-deploy-retrieve@12.31.31", "@salesforce/source-deploy-retrieve@^12.31.20":
|
|
2000
|
+
version "12.31.31"
|
|
2001
|
+
resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.31.31.tgz#720f7779981aafdc9f178e0a36c00f6bf668e399"
|
|
2002
|
+
integrity sha512-qq27Ru7xBkxO+3I5elpVD67V6wI0seiV/vj1dXPhzRPkz9ejPCYv7e0guoFFMxiQ92jgAa0tj0Jyjw84dof6iw==
|
|
2003
2003
|
dependencies:
|
|
2004
|
-
"@salesforce/core" "^8.27.
|
|
2004
|
+
"@salesforce/core" "^8.27.1"
|
|
2005
2005
|
"@salesforce/kit" "^3.2.4"
|
|
2006
2006
|
"@salesforce/ts-types" "^2.0.12"
|
|
2007
2007
|
"@salesforce/types" "^1.6.0"
|
|
2008
2008
|
fast-levenshtein "^3.0.0"
|
|
2009
|
-
fast-xml-parser "^5.
|
|
2009
|
+
fast-xml-parser "^5.5.9"
|
|
2010
2010
|
got "^11.8.6"
|
|
2011
2011
|
graceful-fs "^4.2.11"
|
|
2012
2012
|
ignore "^5.3.2"
|
|
2013
2013
|
jszip "^3.10.1"
|
|
2014
2014
|
mime "2.6.0"
|
|
2015
|
-
minimatch "^9.0.
|
|
2016
|
-
proxy-agent "^6.
|
|
2017
|
-
yaml "^2.8.
|
|
2015
|
+
minimatch "^9.0.7"
|
|
2016
|
+
proxy-agent "^6.5.0"
|
|
2017
|
+
yaml "^2.8.3"
|
|
2018
2018
|
|
|
2019
2019
|
"@salesforce/source-tracking@7.8.6":
|
|
2020
2020
|
version "7.8.6"
|
|
@@ -2030,10 +2030,10 @@
|
|
|
2030
2030
|
isomorphic-git "^1.34.2"
|
|
2031
2031
|
ts-retry-promise "^0.8.1"
|
|
2032
2032
|
|
|
2033
|
-
"@salesforce/ts-sinon@^1.4.
|
|
2034
|
-
version "1.4.
|
|
2035
|
-
resolved "https://registry.yarnpkg.com/@salesforce/ts-sinon/-/ts-sinon-1.4.
|
|
2036
|
-
integrity sha512-
|
|
2033
|
+
"@salesforce/ts-sinon@^1.4.33":
|
|
2034
|
+
version "1.4.33"
|
|
2035
|
+
resolved "https://registry.yarnpkg.com/@salesforce/ts-sinon/-/ts-sinon-1.4.33.tgz#b1f13ffe5faf3ad8709fd21d99d497002093c88e"
|
|
2036
|
+
integrity sha512-vzcXahroM1s9/xhAhd11/XCh9ebLZfVkAIq5B32LzQgRJeUTJvF53n3j3TphdS/YkmBJyRj/P7p5133O/oJwWA==
|
|
2037
2037
|
dependencies:
|
|
2038
2038
|
"@salesforce/ts-types" "^2.0.12"
|
|
2039
2039
|
sinon "^5.1.1"
|
|
@@ -3860,6 +3860,13 @@ brace-expansion@^2.0.1:
|
|
|
3860
3860
|
dependencies:
|
|
3861
3861
|
balanced-match "^1.0.0"
|
|
3862
3862
|
|
|
3863
|
+
brace-expansion@^2.0.2:
|
|
3864
|
+
version "2.0.3"
|
|
3865
|
+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-2.0.3.tgz#0493338bdd58e319b1039c67cf7ee439892c01d9"
|
|
3866
|
+
integrity sha512-MCV/fYJEbqx68aE58kv2cA/kiky1G8vux3OR6/jbS+jIMe/6fJWa0DTzJU7dqijOWYwHi1t29FlfYI9uytqlpA==
|
|
3867
|
+
dependencies:
|
|
3868
|
+
balanced-match "^1.0.0"
|
|
3869
|
+
|
|
3863
3870
|
brace-expansion@^4.0.0:
|
|
3864
3871
|
version "4.0.1"
|
|
3865
3872
|
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-4.0.1.tgz#3387e13eaa2992025d05ea47308f77e4a8dedd1e"
|
|
@@ -5557,7 +5564,7 @@ fast-xml-parser@5.5.8:
|
|
|
5557
5564
|
path-expression-matcher "^1.2.0"
|
|
5558
5565
|
strnum "^2.2.0"
|
|
5559
5566
|
|
|
5560
|
-
fast-xml-parser@^5.3.
|
|
5567
|
+
fast-xml-parser@^5.3.8, fast-xml-parser@^5.5.9:
|
|
5561
5568
|
version "5.5.9"
|
|
5562
5569
|
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.5.9.tgz#e59637abebec3dbfbb4053b532d787af6ea11527"
|
|
5563
5570
|
integrity sha512-jldvxr1MC6rtiZKgrFnDSvT8xuH+eJqxqOBThUVjYrxssYTo1avZLGql5l0a0BAERR01CadYzZ83kVEkbyDg+g==
|
|
@@ -7568,12 +7575,12 @@ minimatch@^5.0.1, minimatch@^5.1.6:
|
|
|
7568
7575
|
dependencies:
|
|
7569
7576
|
brace-expansion "^2.0.1"
|
|
7570
7577
|
|
|
7571
|
-
minimatch@^9.0.4, minimatch@^9.0.5:
|
|
7572
|
-
version "9.0.
|
|
7573
|
-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.
|
|
7574
|
-
integrity sha512-
|
|
7578
|
+
minimatch@^9.0.4, minimatch@^9.0.5, minimatch@^9.0.7:
|
|
7579
|
+
version "9.0.9"
|
|
7580
|
+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.9.tgz#9b0cb9fcb78087f6fd7eababe2511c4d3d60574e"
|
|
7581
|
+
integrity sha512-OBwBN9AL4dqmETlpS2zasx+vTeWclWzkblfZk7KTA5j3jeOONz/tRCnZomUyvNg83wL5Zv9Ss6HMJXAgL8R2Yg==
|
|
7575
7582
|
dependencies:
|
|
7576
|
-
brace-expansion "^
|
|
7583
|
+
brace-expansion "^2.0.2"
|
|
7577
7584
|
|
|
7578
7585
|
minimist-options@4.1.0:
|
|
7579
7586
|
version "4.1.0"
|
|
@@ -8442,7 +8449,7 @@ proto-list@~1.2.1:
|
|
|
8442
8449
|
resolved "https://registry.yarnpkg.com/proto-list/-/proto-list-1.2.4.tgz#212d5bfe1318306a420f6402b8e26ff39647a849"
|
|
8443
8450
|
integrity sha512-vtK/94akxsTMhe0/cbfpR+syPuszcuwhqVjJq26CuNDgFGj682oRBXOP5MJpv2r7JtE8MsiepGIqvvOTBwn2vA==
|
|
8444
8451
|
|
|
8445
|
-
proxy-agent@^6.
|
|
8452
|
+
proxy-agent@^6.5.0:
|
|
8446
8453
|
version "6.5.0"
|
|
8447
8454
|
resolved "https://registry.yarnpkg.com/proxy-agent/-/proxy-agent-6.5.0.tgz#9e49acba8e4ee234aacb539f89ed9c23d02f232d"
|
|
8448
8455
|
integrity sha512-TmatMXdr2KlRiA2CyDu8GqR8EjahTG3aY3nXjdzFyoZbmB8hrBsTyMezhULIXKnC0jpfjlmiZ3+EaCzoInSu/A==
|
|
@@ -10313,7 +10320,7 @@ yallist@^4.0.0:
|
|
|
10313
10320
|
resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"
|
|
10314
10321
|
integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==
|
|
10315
10322
|
|
|
10316
|
-
yaml@^2.2.2, yaml@^2.5.1, yaml@^2.8.
|
|
10323
|
+
yaml@^2.2.2, yaml@^2.5.1, yaml@^2.8.3:
|
|
10317
10324
|
version "2.8.3"
|
|
10318
10325
|
resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.8.3.tgz#a0d6bd2efb3dd03c59370223701834e60409bd7d"
|
|
10319
10326
|
integrity sha512-AvbaCLOO2Otw/lW5bmh9d/WEdcDFdQp2Z2ZUH3pX9U2ihyUY0nvLv7J6TrWowklRGPYbB/IuIMfYgxaCPg5Bpg==
|
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.47",
|
|
5
5
|
"author": "jayree",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"bugs": "https://github.com/jayree/sfdx-plugin-manifest/issues",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"@salesforce/core": "^8.27.1",
|
|
12
12
|
"@salesforce/kit": "^3.2.6",
|
|
13
13
|
"@salesforce/sf-plugins-core": "^12.2.6",
|
|
14
|
-
"@salesforce/source-deploy-retrieve": "12.31.
|
|
14
|
+
"@salesforce/source-deploy-retrieve": "12.31.31",
|
|
15
15
|
"@salesforce/source-tracking": "7.8.6",
|
|
16
16
|
"@salesforce/ts-types": "^2.0.12",
|
|
17
17
|
"fast-deep-equal": "^3.1.3",
|
|
@@ -21,10 +21,10 @@
|
|
|
21
21
|
"isomorphic-git": "1.37.4"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
|
-
"@oclif/plugin-command-snapshot": "^5.3.
|
|
25
|
-
"@salesforce/cli-plugins-testkit": "^5.3.
|
|
24
|
+
"@oclif/plugin-command-snapshot": "^5.3.14",
|
|
25
|
+
"@salesforce/cli-plugins-testkit": "^5.3.50",
|
|
26
26
|
"@salesforce/dev-scripts": "^11.0.4",
|
|
27
|
-
"@salesforce/ts-sinon": "^1.4.
|
|
27
|
+
"@salesforce/ts-sinon": "^1.4.33",
|
|
28
28
|
"@types/fs-extra": "^11.0.4",
|
|
29
29
|
"@types/graceful-fs": "^4.1.9",
|
|
30
30
|
"c8": "^11.0.0",
|