@jayree/sfdx-plugin-manifest 5.0.66 → 5.0.68
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 +18 -0
- package/README.md +3 -3
- package/npm-shrinkwrap.json +116 -116
- package/oclif.lock +85 -85
- package/oclif.manifest.json +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,21 @@
|
|
|
1
|
+
## [5.0.68](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.67...5.0.68) (2026-04-17)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump basic-ftp from 5.2.2 to 5.3.0 ([#2193](https://github.com/jayree/sfdx-plugin-manifest/issues/2193)) ([ddb4cee](https://github.com/jayree/sfdx-plugin-manifest/commit/ddb4ceec059b919b6725197c18607c4d7dc4dc7e))
|
|
7
|
+
* Changed: Introduced an upper bound for total bytes of directory listing, fixes [https://github.com/patrickjuchli/basic-ftp/security/advisories/GHSA-rp42-5vxx-qpwr](https://github.com/patrickjuchli/basic-ftp/security/advisories/GHSA-rp42-5vxx-qpwr).
|
|
8
|
+
* Added: Option to increase the upper bound for total bytes of directory listing in Client constructor.
|
|
9
|
+
* Changed: Introduced an upper bound for total bytes of directory listing, fixes [https://github.com/patrickjuchli/basic-ftp/security/advisories/GHSA-rp42-5vxx-qpwr](https://github.com/patrickjuchli/basic-ftp/security/advisories/GHSA-rp42-5vxx-qpwr).
|
|
10
|
+
* Added: Option to increase the upper bound for total bytes of directory listing in Client constructor.
|
|
11
|
+
|
|
12
|
+
## [5.0.67](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.66...5.0.67) (2026-04-13)
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### Bug Fixes
|
|
16
|
+
|
|
17
|
+
* **deps:** bump fast-xml-parser from 5.5.11 to 5.5.12 ([#2192](https://github.com/jayree/sfdx-plugin-manifest/issues/2192)) ([8fb7b1c](https://github.com/jayree/sfdx-plugin-manifest/commit/8fb7b1c4cbd5d977b9cb8e7d6ba0eecd060ae960))
|
|
18
|
+
|
|
1
19
|
## [5.0.66](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.65...5.0.66) (2026-04-12)
|
|
2
20
|
|
|
3
21
|
|
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.68/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.68/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.68/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.68",
|
|
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.68",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@jayree/changelog": "^1.2.28",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"@salesforce/source-tracking": "7.8.12",
|
|
19
19
|
"@salesforce/ts-types": "^2.0.12",
|
|
20
20
|
"fast-deep-equal": "^3.1.3",
|
|
21
|
-
"fast-xml-parser": "^5.5.
|
|
21
|
+
"fast-xml-parser": "^5.5.12",
|
|
22
22
|
"fs-extra": "^11.3.4",
|
|
23
23
|
"graceful-fs": "^4.2.11",
|
|
24
24
|
"isomorphic-git": "1.37.5"
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"@types/fs-extra": "^11.0.4",
|
|
32
32
|
"@types/graceful-fs": "^4.1.9",
|
|
33
33
|
"c8": "^11.0.0",
|
|
34
|
-
"eslint-config-oclif": "^6.0.
|
|
34
|
+
"eslint-config-oclif": "^6.0.157",
|
|
35
35
|
"eslint-config-salesforce-license": "^1.0.2",
|
|
36
36
|
"eslint-plugin-prettier": "^5.5.5",
|
|
37
37
|
"eslint-plugin-sf-plugin": "^1.20.33",
|
|
@@ -8192,17 +8192,17 @@
|
|
|
8192
8192
|
"license": "MIT"
|
|
8193
8193
|
},
|
|
8194
8194
|
"node_modules/@typescript-eslint/eslint-plugin": {
|
|
8195
|
-
"version": "8.58.
|
|
8196
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.58.
|
|
8197
|
-
"integrity": "sha512-
|
|
8195
|
+
"version": "8.58.1",
|
|
8196
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.58.1.tgz",
|
|
8197
|
+
"integrity": "sha512-eSkwoemjo76bdXl2MYqtxg51HNwUSkWfODUOQ3PaTLZGh9uIWWFZIjyjaJnex7wXDu+TRx+ATsnSxdN9YWfRTQ==",
|
|
8198
8198
|
"dev": true,
|
|
8199
8199
|
"license": "MIT",
|
|
8200
8200
|
"dependencies": {
|
|
8201
8201
|
"@eslint-community/regexpp": "^4.12.2",
|
|
8202
|
-
"@typescript-eslint/scope-manager": "8.58.
|
|
8203
|
-
"@typescript-eslint/type-utils": "8.58.
|
|
8204
|
-
"@typescript-eslint/utils": "8.58.
|
|
8205
|
-
"@typescript-eslint/visitor-keys": "8.58.
|
|
8202
|
+
"@typescript-eslint/scope-manager": "8.58.1",
|
|
8203
|
+
"@typescript-eslint/type-utils": "8.58.1",
|
|
8204
|
+
"@typescript-eslint/utils": "8.58.1",
|
|
8205
|
+
"@typescript-eslint/visitor-keys": "8.58.1",
|
|
8206
8206
|
"ignore": "^7.0.5",
|
|
8207
8207
|
"natural-compare": "^1.4.0",
|
|
8208
8208
|
"ts-api-utils": "^2.5.0"
|
|
@@ -8215,20 +8215,20 @@
|
|
|
8215
8215
|
"url": "https://opencollective.com/typescript-eslint"
|
|
8216
8216
|
},
|
|
8217
8217
|
"peerDependencies": {
|
|
8218
|
-
"@typescript-eslint/parser": "^8.58.
|
|
8218
|
+
"@typescript-eslint/parser": "^8.58.1",
|
|
8219
8219
|
"eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
|
|
8220
8220
|
"typescript": ">=4.8.4 <6.1.0"
|
|
8221
8221
|
}
|
|
8222
8222
|
},
|
|
8223
8223
|
"node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/scope-manager": {
|
|
8224
|
-
"version": "8.58.
|
|
8225
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.58.
|
|
8226
|
-
"integrity": "sha512-
|
|
8224
|
+
"version": "8.58.1",
|
|
8225
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.58.1.tgz",
|
|
8226
|
+
"integrity": "sha512-TPYUEqJK6avLcEjumWsIuTpuYODTTDAtoMdt8ZZa93uWMTX13Nb8L5leSje1NluammvU+oI3QRr5lLXPgihX3w==",
|
|
8227
8227
|
"dev": true,
|
|
8228
8228
|
"license": "MIT",
|
|
8229
8229
|
"dependencies": {
|
|
8230
|
-
"@typescript-eslint/types": "8.58.
|
|
8231
|
-
"@typescript-eslint/visitor-keys": "8.58.
|
|
8230
|
+
"@typescript-eslint/types": "8.58.1",
|
|
8231
|
+
"@typescript-eslint/visitor-keys": "8.58.1"
|
|
8232
8232
|
},
|
|
8233
8233
|
"engines": {
|
|
8234
8234
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
@@ -8239,9 +8239,9 @@
|
|
|
8239
8239
|
}
|
|
8240
8240
|
},
|
|
8241
8241
|
"node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/types": {
|
|
8242
|
-
"version": "8.58.
|
|
8243
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.58.
|
|
8244
|
-
"integrity": "sha512-
|
|
8242
|
+
"version": "8.58.1",
|
|
8243
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.58.1.tgz",
|
|
8244
|
+
"integrity": "sha512-io/dV5Aw5ezwzfPBBWLoT+5QfVtP8O7q4Kftjn5azJ88bYyp/ZMCsyW1lpKK46EXJcaYMZ1JtYj+s/7TdzmQMw==",
|
|
8245
8245
|
"dev": true,
|
|
8246
8246
|
"license": "MIT",
|
|
8247
8247
|
"engines": {
|
|
@@ -8253,13 +8253,13 @@
|
|
|
8253
8253
|
}
|
|
8254
8254
|
},
|
|
8255
8255
|
"node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/visitor-keys": {
|
|
8256
|
-
"version": "8.58.
|
|
8257
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.58.
|
|
8258
|
-
"integrity": "sha512-
|
|
8256
|
+
"version": "8.58.1",
|
|
8257
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.58.1.tgz",
|
|
8258
|
+
"integrity": "sha512-y+vH7QE8ycjoa0bWciFg7OpFcipUuem1ujhrdLtq1gByKwfbC7bPeKsiny9e0urg93DqwGcHey+bGRKCnF1nZQ==",
|
|
8259
8259
|
"dev": true,
|
|
8260
8260
|
"license": "MIT",
|
|
8261
8261
|
"dependencies": {
|
|
8262
|
-
"@typescript-eslint/types": "8.58.
|
|
8262
|
+
"@typescript-eslint/types": "8.58.1",
|
|
8263
8263
|
"eslint-visitor-keys": "^5.0.0"
|
|
8264
8264
|
},
|
|
8265
8265
|
"engines": {
|
|
@@ -8307,16 +8307,16 @@
|
|
|
8307
8307
|
}
|
|
8308
8308
|
},
|
|
8309
8309
|
"node_modules/@typescript-eslint/parser": {
|
|
8310
|
-
"version": "8.58.
|
|
8311
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.58.
|
|
8312
|
-
"integrity": "sha512-
|
|
8310
|
+
"version": "8.58.1",
|
|
8311
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.58.1.tgz",
|
|
8312
|
+
"integrity": "sha512-gGkiNMPqerb2cJSVcruigx9eHBlLG14fSdPdqMoOcBfh+vvn4iCq2C8MzUB89PrxOXk0y3GZ1yIWb9aOzL93bw==",
|
|
8313
8313
|
"dev": true,
|
|
8314
8314
|
"license": "MIT",
|
|
8315
8315
|
"dependencies": {
|
|
8316
|
-
"@typescript-eslint/scope-manager": "8.58.
|
|
8317
|
-
"@typescript-eslint/types": "8.58.
|
|
8318
|
-
"@typescript-eslint/typescript-estree": "8.58.
|
|
8319
|
-
"@typescript-eslint/visitor-keys": "8.58.
|
|
8316
|
+
"@typescript-eslint/scope-manager": "8.58.1",
|
|
8317
|
+
"@typescript-eslint/types": "8.58.1",
|
|
8318
|
+
"@typescript-eslint/typescript-estree": "8.58.1",
|
|
8319
|
+
"@typescript-eslint/visitor-keys": "8.58.1",
|
|
8320
8320
|
"debug": "^4.4.3"
|
|
8321
8321
|
},
|
|
8322
8322
|
"engines": {
|
|
@@ -8332,14 +8332,14 @@
|
|
|
8332
8332
|
}
|
|
8333
8333
|
},
|
|
8334
8334
|
"node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/scope-manager": {
|
|
8335
|
-
"version": "8.58.
|
|
8336
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.58.
|
|
8337
|
-
"integrity": "sha512-
|
|
8335
|
+
"version": "8.58.1",
|
|
8336
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.58.1.tgz",
|
|
8337
|
+
"integrity": "sha512-TPYUEqJK6avLcEjumWsIuTpuYODTTDAtoMdt8ZZa93uWMTX13Nb8L5leSje1NluammvU+oI3QRr5lLXPgihX3w==",
|
|
8338
8338
|
"dev": true,
|
|
8339
8339
|
"license": "MIT",
|
|
8340
8340
|
"dependencies": {
|
|
8341
|
-
"@typescript-eslint/types": "8.58.
|
|
8342
|
-
"@typescript-eslint/visitor-keys": "8.58.
|
|
8341
|
+
"@typescript-eslint/types": "8.58.1",
|
|
8342
|
+
"@typescript-eslint/visitor-keys": "8.58.1"
|
|
8343
8343
|
},
|
|
8344
8344
|
"engines": {
|
|
8345
8345
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
@@ -8350,9 +8350,9 @@
|
|
|
8350
8350
|
}
|
|
8351
8351
|
},
|
|
8352
8352
|
"node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/types": {
|
|
8353
|
-
"version": "8.58.
|
|
8354
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.58.
|
|
8355
|
-
"integrity": "sha512-
|
|
8353
|
+
"version": "8.58.1",
|
|
8354
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.58.1.tgz",
|
|
8355
|
+
"integrity": "sha512-io/dV5Aw5ezwzfPBBWLoT+5QfVtP8O7q4Kftjn5azJ88bYyp/ZMCsyW1lpKK46EXJcaYMZ1JtYj+s/7TdzmQMw==",
|
|
8356
8356
|
"dev": true,
|
|
8357
8357
|
"license": "MIT",
|
|
8358
8358
|
"engines": {
|
|
@@ -8364,13 +8364,13 @@
|
|
|
8364
8364
|
}
|
|
8365
8365
|
},
|
|
8366
8366
|
"node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/visitor-keys": {
|
|
8367
|
-
"version": "8.58.
|
|
8368
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.58.
|
|
8369
|
-
"integrity": "sha512-
|
|
8367
|
+
"version": "8.58.1",
|
|
8368
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.58.1.tgz",
|
|
8369
|
+
"integrity": "sha512-y+vH7QE8ycjoa0bWciFg7OpFcipUuem1ujhrdLtq1gByKwfbC7bPeKsiny9e0urg93DqwGcHey+bGRKCnF1nZQ==",
|
|
8370
8370
|
"dev": true,
|
|
8371
8371
|
"license": "MIT",
|
|
8372
8372
|
"dependencies": {
|
|
8373
|
-
"@typescript-eslint/types": "8.58.
|
|
8373
|
+
"@typescript-eslint/types": "8.58.1",
|
|
8374
8374
|
"eslint-visitor-keys": "^5.0.0"
|
|
8375
8375
|
},
|
|
8376
8376
|
"engines": {
|
|
@@ -8395,14 +8395,14 @@
|
|
|
8395
8395
|
}
|
|
8396
8396
|
},
|
|
8397
8397
|
"node_modules/@typescript-eslint/project-service": {
|
|
8398
|
-
"version": "8.58.
|
|
8399
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.58.
|
|
8400
|
-
"integrity": "sha512-
|
|
8398
|
+
"version": "8.58.1",
|
|
8399
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.58.1.tgz",
|
|
8400
|
+
"integrity": "sha512-gfQ8fk6cxhtptek+/8ZIqw8YrRW5048Gug8Ts5IYcMLCw18iUgrZAEY/D7s4hkI0FxEfGakKuPK/XUMPzPxi5g==",
|
|
8401
8401
|
"dev": true,
|
|
8402
8402
|
"license": "MIT",
|
|
8403
8403
|
"dependencies": {
|
|
8404
|
-
"@typescript-eslint/tsconfig-utils": "^8.58.
|
|
8405
|
-
"@typescript-eslint/types": "^8.58.
|
|
8404
|
+
"@typescript-eslint/tsconfig-utils": "^8.58.1",
|
|
8405
|
+
"@typescript-eslint/types": "^8.58.1",
|
|
8406
8406
|
"debug": "^4.4.3"
|
|
8407
8407
|
},
|
|
8408
8408
|
"engines": {
|
|
@@ -8417,9 +8417,9 @@
|
|
|
8417
8417
|
}
|
|
8418
8418
|
},
|
|
8419
8419
|
"node_modules/@typescript-eslint/project-service/node_modules/@typescript-eslint/tsconfig-utils": {
|
|
8420
|
-
"version": "8.58.
|
|
8421
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.58.
|
|
8422
|
-
"integrity": "sha512-
|
|
8420
|
+
"version": "8.58.1",
|
|
8421
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.58.1.tgz",
|
|
8422
|
+
"integrity": "sha512-JAr2hOIct2Q+qk3G+8YFfqkqi7sC86uNryT+2i5HzMa2MPjw4qNFvtjnw1IiA1rP7QhNKVe21mSSLaSjwA1Olw==",
|
|
8423
8423
|
"dev": true,
|
|
8424
8424
|
"license": "MIT",
|
|
8425
8425
|
"engines": {
|
|
@@ -8434,9 +8434,9 @@
|
|
|
8434
8434
|
}
|
|
8435
8435
|
},
|
|
8436
8436
|
"node_modules/@typescript-eslint/project-service/node_modules/@typescript-eslint/types": {
|
|
8437
|
-
"version": "8.58.
|
|
8438
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.58.
|
|
8439
|
-
"integrity": "sha512-
|
|
8437
|
+
"version": "8.58.1",
|
|
8438
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.58.1.tgz",
|
|
8439
|
+
"integrity": "sha512-io/dV5Aw5ezwzfPBBWLoT+5QfVtP8O7q4Kftjn5azJ88bYyp/ZMCsyW1lpKK46EXJcaYMZ1JtYj+s/7TdzmQMw==",
|
|
8440
8440
|
"dev": true,
|
|
8441
8441
|
"license": "MIT",
|
|
8442
8442
|
"engines": {
|
|
@@ -8497,15 +8497,15 @@
|
|
|
8497
8497
|
}
|
|
8498
8498
|
},
|
|
8499
8499
|
"node_modules/@typescript-eslint/type-utils": {
|
|
8500
|
-
"version": "8.58.
|
|
8501
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.58.
|
|
8502
|
-
"integrity": "sha512-
|
|
8500
|
+
"version": "8.58.1",
|
|
8501
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.58.1.tgz",
|
|
8502
|
+
"integrity": "sha512-HUFxvTJVroT+0rXVJC7eD5zol6ID+Sn5npVPWoFuHGg9Ncq5Q4EYstqR+UOqaNRFXi5TYkpXXkLhoCHe3G0+7w==",
|
|
8503
8503
|
"dev": true,
|
|
8504
8504
|
"license": "MIT",
|
|
8505
8505
|
"dependencies": {
|
|
8506
|
-
"@typescript-eslint/types": "8.58.
|
|
8507
|
-
"@typescript-eslint/typescript-estree": "8.58.
|
|
8508
|
-
"@typescript-eslint/utils": "8.58.
|
|
8506
|
+
"@typescript-eslint/types": "8.58.1",
|
|
8507
|
+
"@typescript-eslint/typescript-estree": "8.58.1",
|
|
8508
|
+
"@typescript-eslint/utils": "8.58.1",
|
|
8509
8509
|
"debug": "^4.4.3",
|
|
8510
8510
|
"ts-api-utils": "^2.5.0"
|
|
8511
8511
|
},
|
|
@@ -8522,9 +8522,9 @@
|
|
|
8522
8522
|
}
|
|
8523
8523
|
},
|
|
8524
8524
|
"node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/types": {
|
|
8525
|
-
"version": "8.58.
|
|
8526
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.58.
|
|
8527
|
-
"integrity": "sha512-
|
|
8525
|
+
"version": "8.58.1",
|
|
8526
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.58.1.tgz",
|
|
8527
|
+
"integrity": "sha512-io/dV5Aw5ezwzfPBBWLoT+5QfVtP8O7q4Kftjn5azJ88bYyp/ZMCsyW1lpKK46EXJcaYMZ1JtYj+s/7TdzmQMw==",
|
|
8528
8528
|
"dev": true,
|
|
8529
8529
|
"license": "MIT",
|
|
8530
8530
|
"engines": {
|
|
@@ -8563,16 +8563,16 @@
|
|
|
8563
8563
|
}
|
|
8564
8564
|
},
|
|
8565
8565
|
"node_modules/@typescript-eslint/typescript-estree": {
|
|
8566
|
-
"version": "8.58.
|
|
8567
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.58.
|
|
8568
|
-
"integrity": "sha512-
|
|
8566
|
+
"version": "8.58.1",
|
|
8567
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.58.1.tgz",
|
|
8568
|
+
"integrity": "sha512-w4w7WR7GHOjqqPnvAYbazq+Y5oS68b9CzasGtnd6jIeOIeKUzYzupGTB2T4LTPSv4d+WPeccbxuneTFHYgAAWg==",
|
|
8569
8569
|
"dev": true,
|
|
8570
8570
|
"license": "MIT",
|
|
8571
8571
|
"dependencies": {
|
|
8572
|
-
"@typescript-eslint/project-service": "8.58.
|
|
8573
|
-
"@typescript-eslint/tsconfig-utils": "8.58.
|
|
8574
|
-
"@typescript-eslint/types": "8.58.
|
|
8575
|
-
"@typescript-eslint/visitor-keys": "8.58.
|
|
8572
|
+
"@typescript-eslint/project-service": "8.58.1",
|
|
8573
|
+
"@typescript-eslint/tsconfig-utils": "8.58.1",
|
|
8574
|
+
"@typescript-eslint/types": "8.58.1",
|
|
8575
|
+
"@typescript-eslint/visitor-keys": "8.58.1",
|
|
8576
8576
|
"debug": "^4.4.3",
|
|
8577
8577
|
"minimatch": "^10.2.2",
|
|
8578
8578
|
"semver": "^7.7.3",
|
|
@@ -8591,9 +8591,9 @@
|
|
|
8591
8591
|
}
|
|
8592
8592
|
},
|
|
8593
8593
|
"node_modules/@typescript-eslint/typescript-estree/node_modules/@typescript-eslint/tsconfig-utils": {
|
|
8594
|
-
"version": "8.58.
|
|
8595
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.58.
|
|
8596
|
-
"integrity": "sha512-
|
|
8594
|
+
"version": "8.58.1",
|
|
8595
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.58.1.tgz",
|
|
8596
|
+
"integrity": "sha512-JAr2hOIct2Q+qk3G+8YFfqkqi7sC86uNryT+2i5HzMa2MPjw4qNFvtjnw1IiA1rP7QhNKVe21mSSLaSjwA1Olw==",
|
|
8597
8597
|
"dev": true,
|
|
8598
8598
|
"license": "MIT",
|
|
8599
8599
|
"engines": {
|
|
@@ -8608,9 +8608,9 @@
|
|
|
8608
8608
|
}
|
|
8609
8609
|
},
|
|
8610
8610
|
"node_modules/@typescript-eslint/typescript-estree/node_modules/@typescript-eslint/types": {
|
|
8611
|
-
"version": "8.58.
|
|
8612
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.58.
|
|
8613
|
-
"integrity": "sha512-
|
|
8611
|
+
"version": "8.58.1",
|
|
8612
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.58.1.tgz",
|
|
8613
|
+
"integrity": "sha512-io/dV5Aw5ezwzfPBBWLoT+5QfVtP8O7q4Kftjn5azJ88bYyp/ZMCsyW1lpKK46EXJcaYMZ1JtYj+s/7TdzmQMw==",
|
|
8614
8614
|
"dev": true,
|
|
8615
8615
|
"license": "MIT",
|
|
8616
8616
|
"engines": {
|
|
@@ -8622,13 +8622,13 @@
|
|
|
8622
8622
|
}
|
|
8623
8623
|
},
|
|
8624
8624
|
"node_modules/@typescript-eslint/typescript-estree/node_modules/@typescript-eslint/visitor-keys": {
|
|
8625
|
-
"version": "8.58.
|
|
8626
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.58.
|
|
8627
|
-
"integrity": "sha512-
|
|
8625
|
+
"version": "8.58.1",
|
|
8626
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.58.1.tgz",
|
|
8627
|
+
"integrity": "sha512-y+vH7QE8ycjoa0bWciFg7OpFcipUuem1ujhrdLtq1gByKwfbC7bPeKsiny9e0urg93DqwGcHey+bGRKCnF1nZQ==",
|
|
8628
8628
|
"dev": true,
|
|
8629
8629
|
"license": "MIT",
|
|
8630
8630
|
"dependencies": {
|
|
8631
|
-
"@typescript-eslint/types": "8.58.
|
|
8631
|
+
"@typescript-eslint/types": "8.58.1",
|
|
8632
8632
|
"eslint-visitor-keys": "^5.0.0"
|
|
8633
8633
|
},
|
|
8634
8634
|
"engines": {
|
|
@@ -8705,16 +8705,16 @@
|
|
|
8705
8705
|
}
|
|
8706
8706
|
},
|
|
8707
8707
|
"node_modules/@typescript-eslint/utils": {
|
|
8708
|
-
"version": "8.58.
|
|
8709
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.58.
|
|
8710
|
-
"integrity": "sha512-
|
|
8708
|
+
"version": "8.58.1",
|
|
8709
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.58.1.tgz",
|
|
8710
|
+
"integrity": "sha512-Ln8R0tmWC7pTtLOzgJzYTXSCjJ9rDNHAqTaVONF4FEi2qwce8mD9iSOxOpLFFvWp/wBFlew0mjM1L1ihYWfBdQ==",
|
|
8711
8711
|
"dev": true,
|
|
8712
8712
|
"license": "MIT",
|
|
8713
8713
|
"dependencies": {
|
|
8714
8714
|
"@eslint-community/eslint-utils": "^4.9.1",
|
|
8715
|
-
"@typescript-eslint/scope-manager": "8.58.
|
|
8716
|
-
"@typescript-eslint/types": "8.58.
|
|
8717
|
-
"@typescript-eslint/typescript-estree": "8.58.
|
|
8715
|
+
"@typescript-eslint/scope-manager": "8.58.1",
|
|
8716
|
+
"@typescript-eslint/types": "8.58.1",
|
|
8717
|
+
"@typescript-eslint/typescript-estree": "8.58.1"
|
|
8718
8718
|
},
|
|
8719
8719
|
"engines": {
|
|
8720
8720
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
@@ -8729,14 +8729,14 @@
|
|
|
8729
8729
|
}
|
|
8730
8730
|
},
|
|
8731
8731
|
"node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/scope-manager": {
|
|
8732
|
-
"version": "8.58.
|
|
8733
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.58.
|
|
8734
|
-
"integrity": "sha512-
|
|
8732
|
+
"version": "8.58.1",
|
|
8733
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.58.1.tgz",
|
|
8734
|
+
"integrity": "sha512-TPYUEqJK6avLcEjumWsIuTpuYODTTDAtoMdt8ZZa93uWMTX13Nb8L5leSje1NluammvU+oI3QRr5lLXPgihX3w==",
|
|
8735
8735
|
"dev": true,
|
|
8736
8736
|
"license": "MIT",
|
|
8737
8737
|
"dependencies": {
|
|
8738
|
-
"@typescript-eslint/types": "8.58.
|
|
8739
|
-
"@typescript-eslint/visitor-keys": "8.58.
|
|
8738
|
+
"@typescript-eslint/types": "8.58.1",
|
|
8739
|
+
"@typescript-eslint/visitor-keys": "8.58.1"
|
|
8740
8740
|
},
|
|
8741
8741
|
"engines": {
|
|
8742
8742
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
@@ -8747,9 +8747,9 @@
|
|
|
8747
8747
|
}
|
|
8748
8748
|
},
|
|
8749
8749
|
"node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/types": {
|
|
8750
|
-
"version": "8.58.
|
|
8751
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.58.
|
|
8752
|
-
"integrity": "sha512-
|
|
8750
|
+
"version": "8.58.1",
|
|
8751
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.58.1.tgz",
|
|
8752
|
+
"integrity": "sha512-io/dV5Aw5ezwzfPBBWLoT+5QfVtP8O7q4Kftjn5azJ88bYyp/ZMCsyW1lpKK46EXJcaYMZ1JtYj+s/7TdzmQMw==",
|
|
8753
8753
|
"dev": true,
|
|
8754
8754
|
"license": "MIT",
|
|
8755
8755
|
"engines": {
|
|
@@ -8761,13 +8761,13 @@
|
|
|
8761
8761
|
}
|
|
8762
8762
|
},
|
|
8763
8763
|
"node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/visitor-keys": {
|
|
8764
|
-
"version": "8.58.
|
|
8765
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.58.
|
|
8766
|
-
"integrity": "sha512-
|
|
8764
|
+
"version": "8.58.1",
|
|
8765
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.58.1.tgz",
|
|
8766
|
+
"integrity": "sha512-y+vH7QE8ycjoa0bWciFg7OpFcipUuem1ujhrdLtq1gByKwfbC7bPeKsiny9e0urg93DqwGcHey+bGRKCnF1nZQ==",
|
|
8767
8767
|
"dev": true,
|
|
8768
8768
|
"license": "MIT",
|
|
8769
8769
|
"dependencies": {
|
|
8770
|
-
"@typescript-eslint/types": "8.58.
|
|
8770
|
+
"@typescript-eslint/types": "8.58.1",
|
|
8771
8771
|
"eslint-visitor-keys": "^5.0.0"
|
|
8772
8772
|
},
|
|
8773
8773
|
"engines": {
|
|
@@ -9420,9 +9420,9 @@
|
|
|
9420
9420
|
}
|
|
9421
9421
|
},
|
|
9422
9422
|
"node_modules/basic-ftp": {
|
|
9423
|
-
"version": "5.
|
|
9424
|
-
"resolved": "https://registry.npmjs.org/basic-ftp/-/basic-ftp-5.
|
|
9425
|
-
"integrity": "sha512-
|
|
9423
|
+
"version": "5.3.0",
|
|
9424
|
+
"resolved": "https://registry.npmjs.org/basic-ftp/-/basic-ftp-5.3.0.tgz",
|
|
9425
|
+
"integrity": "sha512-5K9eNNn7ywHPsYnFwjKgYH8Hf8B5emh7JKcPaVjjrMJFQQwGpwowEnZNEtHs7DfR7hCZsmaK3VA4HUK0YarT+w==",
|
|
9426
9426
|
"license": "MIT",
|
|
9427
9427
|
"engines": {
|
|
9428
9428
|
"node": ">=10.0.0"
|
|
@@ -11493,9 +11493,9 @@
|
|
|
11493
11493
|
}
|
|
11494
11494
|
},
|
|
11495
11495
|
"node_modules/eslint-config-oclif": {
|
|
11496
|
-
"version": "6.0.
|
|
11497
|
-
"resolved": "https://registry.npmjs.org/eslint-config-oclif/-/eslint-config-oclif-6.0.
|
|
11498
|
-
"integrity": "sha512-
|
|
11496
|
+
"version": "6.0.157",
|
|
11497
|
+
"resolved": "https://registry.npmjs.org/eslint-config-oclif/-/eslint-config-oclif-6.0.157.tgz",
|
|
11498
|
+
"integrity": "sha512-Kt4MBzjWY4FLJgVeMsG4oZwmWbkQuqQioKtnXp9RDb6LR472Isr9yAfuLEsNTZMXfYEv5lsTv2zyg619HkL19Q==",
|
|
11499
11499
|
"dev": true,
|
|
11500
11500
|
"license": "MIT",
|
|
11501
11501
|
"dependencies": {
|
|
@@ -11515,7 +11515,7 @@
|
|
|
11515
11515
|
"eslint-plugin-n": "^17.24.0",
|
|
11516
11516
|
"eslint-plugin-perfectionist": "^4",
|
|
11517
11517
|
"eslint-plugin-unicorn": "^56.0.1",
|
|
11518
|
-
"typescript-eslint": "^8.58.
|
|
11518
|
+
"typescript-eslint": "^8.58.1"
|
|
11519
11519
|
},
|
|
11520
11520
|
"engines": {
|
|
11521
11521
|
"node": ">=18.18.0"
|
|
@@ -13217,9 +13217,9 @@
|
|
|
13217
13217
|
}
|
|
13218
13218
|
},
|
|
13219
13219
|
"node_modules/fast-xml-parser": {
|
|
13220
|
-
"version": "5.5.
|
|
13221
|
-
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.5.
|
|
13222
|
-
"integrity": "sha512-
|
|
13220
|
+
"version": "5.5.12",
|
|
13221
|
+
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.5.12.tgz",
|
|
13222
|
+
"integrity": "sha512-nUR0q8PPfoA/svPM43Gup7vLOZWppaNrYgGmrVqrAVJa7cOH4hMG6FX9M4mQ8dZA1/ObGZHzES7Ed88hxEBSJg==",
|
|
13223
13223
|
"funding": [
|
|
13224
13224
|
{
|
|
13225
13225
|
"type": "github",
|
|
@@ -13229,7 +13229,7 @@
|
|
|
13229
13229
|
"license": "MIT",
|
|
13230
13230
|
"dependencies": {
|
|
13231
13231
|
"fast-xml-builder": "^1.1.4",
|
|
13232
|
-
"path-expression-matcher": "^1.
|
|
13232
|
+
"path-expression-matcher": "^1.5.0",
|
|
13233
13233
|
"strnum": "^2.2.3"
|
|
13234
13234
|
},
|
|
13235
13235
|
"bin": {
|
|
@@ -21063,16 +21063,16 @@
|
|
|
21063
21063
|
}
|
|
21064
21064
|
},
|
|
21065
21065
|
"node_modules/typescript-eslint": {
|
|
21066
|
-
"version": "8.58.
|
|
21067
|
-
"resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.58.
|
|
21068
|
-
"integrity": "sha512-
|
|
21066
|
+
"version": "8.58.1",
|
|
21067
|
+
"resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.58.1.tgz",
|
|
21068
|
+
"integrity": "sha512-gf6/oHChByg9HJvhMO1iBexJh12AqqTfnuxscMDOVqfJW3htsdRJI/GfPpHTTcyeB8cSTUY2JcZmVgoyPqcrDg==",
|
|
21069
21069
|
"dev": true,
|
|
21070
21070
|
"license": "MIT",
|
|
21071
21071
|
"dependencies": {
|
|
21072
|
-
"@typescript-eslint/eslint-plugin": "8.58.
|
|
21073
|
-
"@typescript-eslint/parser": "8.58.
|
|
21074
|
-
"@typescript-eslint/typescript-estree": "8.58.
|
|
21075
|
-
"@typescript-eslint/utils": "8.58.
|
|
21072
|
+
"@typescript-eslint/eslint-plugin": "8.58.1",
|
|
21073
|
+
"@typescript-eslint/parser": "8.58.1",
|
|
21074
|
+
"@typescript-eslint/typescript-estree": "8.58.1",
|
|
21075
|
+
"@typescript-eslint/utils": "8.58.1"
|
|
21076
21076
|
},
|
|
21077
21077
|
"engines": {
|
|
21078
21078
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
package/oclif.lock
CHANGED
|
@@ -3085,16 +3085,16 @@
|
|
|
3085
3085
|
resolved "https://registry.yarnpkg.com/@types/wrap-ansi/-/wrap-ansi-3.0.0.tgz#18b97a972f94f60a679fd5c796d96421b9abb9fd"
|
|
3086
3086
|
integrity sha512-ltIpx+kM7g/MLRZfkbL7EsCEjfzCcScLpkg37eXEtx5kmrAKBkTJwd1GIAjDSL8wTpM6Hzn5YO4pSb91BEwu1g==
|
|
3087
3087
|
|
|
3088
|
-
"@typescript-eslint/eslint-plugin@8.58.
|
|
3089
|
-
version "8.58.
|
|
3090
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.58.
|
|
3091
|
-
integrity sha512-
|
|
3088
|
+
"@typescript-eslint/eslint-plugin@8.58.1", "@typescript-eslint/eslint-plugin@^8":
|
|
3089
|
+
version "8.58.1"
|
|
3090
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.58.1.tgz#cb53038b83d165ca0ef96d67d875efbd56c50fa8"
|
|
3091
|
+
integrity sha512-eSkwoemjo76bdXl2MYqtxg51HNwUSkWfODUOQ3PaTLZGh9uIWWFZIjyjaJnex7wXDu+TRx+ATsnSxdN9YWfRTQ==
|
|
3092
3092
|
dependencies:
|
|
3093
3093
|
"@eslint-community/regexpp" "^4.12.2"
|
|
3094
|
-
"@typescript-eslint/scope-manager" "8.58.
|
|
3095
|
-
"@typescript-eslint/type-utils" "8.58.
|
|
3096
|
-
"@typescript-eslint/utils" "8.58.
|
|
3097
|
-
"@typescript-eslint/visitor-keys" "8.58.
|
|
3094
|
+
"@typescript-eslint/scope-manager" "8.58.1"
|
|
3095
|
+
"@typescript-eslint/type-utils" "8.58.1"
|
|
3096
|
+
"@typescript-eslint/utils" "8.58.1"
|
|
3097
|
+
"@typescript-eslint/visitor-keys" "8.58.1"
|
|
3098
3098
|
ignore "^7.0.5"
|
|
3099
3099
|
natural-compare "^1.4.0"
|
|
3100
3100
|
ts-api-utils "^2.5.0"
|
|
@@ -3116,15 +3116,15 @@
|
|
|
3116
3116
|
semver "^7.5.4"
|
|
3117
3117
|
ts-api-utils "^1.0.1"
|
|
3118
3118
|
|
|
3119
|
-
"@typescript-eslint/parser@8.58.
|
|
3120
|
-
version "8.58.
|
|
3121
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.58.
|
|
3122
|
-
integrity sha512-
|
|
3119
|
+
"@typescript-eslint/parser@8.58.1", "@typescript-eslint/parser@^8":
|
|
3120
|
+
version "8.58.1"
|
|
3121
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.58.1.tgz#0943eca522ac408bcdd649882c3d95b10ff00f62"
|
|
3122
|
+
integrity sha512-gGkiNMPqerb2cJSVcruigx9eHBlLG14fSdPdqMoOcBfh+vvn4iCq2C8MzUB89PrxOXk0y3GZ1yIWb9aOzL93bw==
|
|
3123
3123
|
dependencies:
|
|
3124
|
-
"@typescript-eslint/scope-manager" "8.58.
|
|
3125
|
-
"@typescript-eslint/types" "8.58.
|
|
3126
|
-
"@typescript-eslint/typescript-estree" "8.58.
|
|
3127
|
-
"@typescript-eslint/visitor-keys" "8.58.
|
|
3124
|
+
"@typescript-eslint/scope-manager" "8.58.1"
|
|
3125
|
+
"@typescript-eslint/types" "8.58.1"
|
|
3126
|
+
"@typescript-eslint/typescript-estree" "8.58.1"
|
|
3127
|
+
"@typescript-eslint/visitor-keys" "8.58.1"
|
|
3128
3128
|
debug "^4.4.3"
|
|
3129
3129
|
|
|
3130
3130
|
"@typescript-eslint/parser@^6.21.0":
|
|
@@ -3147,13 +3147,13 @@
|
|
|
3147
3147
|
"@typescript-eslint/types" "^8.56.0"
|
|
3148
3148
|
debug "^4.4.3"
|
|
3149
3149
|
|
|
3150
|
-
"@typescript-eslint/project-service@8.58.
|
|
3151
|
-
version "8.58.
|
|
3152
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.58.
|
|
3153
|
-
integrity sha512-
|
|
3150
|
+
"@typescript-eslint/project-service@8.58.1":
|
|
3151
|
+
version "8.58.1"
|
|
3152
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.58.1.tgz#c78781b1ca1ec1e7bc6522efba89318c6d249feb"
|
|
3153
|
+
integrity sha512-gfQ8fk6cxhtptek+/8ZIqw8YrRW5048Gug8Ts5IYcMLCw18iUgrZAEY/D7s4hkI0FxEfGakKuPK/XUMPzPxi5g==
|
|
3154
3154
|
dependencies:
|
|
3155
|
-
"@typescript-eslint/tsconfig-utils" "^8.58.
|
|
3156
|
-
"@typescript-eslint/types" "^8.58.
|
|
3155
|
+
"@typescript-eslint/tsconfig-utils" "^8.58.1"
|
|
3156
|
+
"@typescript-eslint/types" "^8.58.1"
|
|
3157
3157
|
debug "^4.4.3"
|
|
3158
3158
|
|
|
3159
3159
|
"@typescript-eslint/scope-manager@6.21.0":
|
|
@@ -3180,23 +3180,23 @@
|
|
|
3180
3180
|
"@typescript-eslint/types" "8.56.0"
|
|
3181
3181
|
"@typescript-eslint/visitor-keys" "8.56.0"
|
|
3182
3182
|
|
|
3183
|
-
"@typescript-eslint/scope-manager@8.58.
|
|
3184
|
-
version "8.58.
|
|
3185
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.58.
|
|
3186
|
-
integrity sha512-
|
|
3183
|
+
"@typescript-eslint/scope-manager@8.58.1":
|
|
3184
|
+
version "8.58.1"
|
|
3185
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.58.1.tgz#35168f561bab4e3fd10dd6b03e8b83c157479211"
|
|
3186
|
+
integrity sha512-TPYUEqJK6avLcEjumWsIuTpuYODTTDAtoMdt8ZZa93uWMTX13Nb8L5leSje1NluammvU+oI3QRr5lLXPgihX3w==
|
|
3187
3187
|
dependencies:
|
|
3188
|
-
"@typescript-eslint/types" "8.58.
|
|
3189
|
-
"@typescript-eslint/visitor-keys" "8.58.
|
|
3188
|
+
"@typescript-eslint/types" "8.58.1"
|
|
3189
|
+
"@typescript-eslint/visitor-keys" "8.58.1"
|
|
3190
3190
|
|
|
3191
3191
|
"@typescript-eslint/tsconfig-utils@8.56.0", "@typescript-eslint/tsconfig-utils@^8.56.0":
|
|
3192
3192
|
version "8.56.0"
|
|
3193
3193
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.56.0.tgz#2538ce83cbc376e685487960cbb24b65fe2abc4e"
|
|
3194
3194
|
integrity sha512-bSJoIIt4o3lKXD3xmDh9chZcjCz5Lk8xS7Rxn+6l5/pKrDpkCwtQNQQwZ2qRPk7TkUYhrq3WPIHXOXlbXP0itg==
|
|
3195
3195
|
|
|
3196
|
-
"@typescript-eslint/tsconfig-utils@8.58.
|
|
3197
|
-
version "8.58.
|
|
3198
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.58.
|
|
3199
|
-
integrity sha512-
|
|
3196
|
+
"@typescript-eslint/tsconfig-utils@8.58.1", "@typescript-eslint/tsconfig-utils@^8.58.1":
|
|
3197
|
+
version "8.58.1"
|
|
3198
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.58.1.tgz#eb16792c579300c7bfb3c74b0f5e1dfbb0a2454d"
|
|
3199
|
+
integrity sha512-JAr2hOIct2Q+qk3G+8YFfqkqi7sC86uNryT+2i5HzMa2MPjw4qNFvtjnw1IiA1rP7QhNKVe21mSSLaSjwA1Olw==
|
|
3200
3200
|
|
|
3201
3201
|
"@typescript-eslint/type-utils@6.21.0":
|
|
3202
3202
|
version "6.21.0"
|
|
@@ -3208,14 +3208,14 @@
|
|
|
3208
3208
|
debug "^4.3.4"
|
|
3209
3209
|
ts-api-utils "^1.0.1"
|
|
3210
3210
|
|
|
3211
|
-
"@typescript-eslint/type-utils@8.58.
|
|
3212
|
-
version "8.58.
|
|
3213
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.58.
|
|
3214
|
-
integrity sha512-
|
|
3211
|
+
"@typescript-eslint/type-utils@8.58.1":
|
|
3212
|
+
version "8.58.1"
|
|
3213
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.58.1.tgz#b21085a233087bde94c92ba6f5b4dfb77ca56730"
|
|
3214
|
+
integrity sha512-HUFxvTJVroT+0rXVJC7eD5zol6ID+Sn5npVPWoFuHGg9Ncq5Q4EYstqR+UOqaNRFXi5TYkpXXkLhoCHe3G0+7w==
|
|
3215
3215
|
dependencies:
|
|
3216
|
-
"@typescript-eslint/types" "8.58.
|
|
3217
|
-
"@typescript-eslint/typescript-estree" "8.58.
|
|
3218
|
-
"@typescript-eslint/utils" "8.58.
|
|
3216
|
+
"@typescript-eslint/types" "8.58.1"
|
|
3217
|
+
"@typescript-eslint/typescript-estree" "8.58.1"
|
|
3218
|
+
"@typescript-eslint/utils" "8.58.1"
|
|
3219
3219
|
debug "^4.4.3"
|
|
3220
3220
|
ts-api-utils "^2.5.0"
|
|
3221
3221
|
|
|
@@ -3234,10 +3234,10 @@
|
|
|
3234
3234
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.56.0.tgz#a2444011b9a98ca13d70411d2cbfed5443b3526a"
|
|
3235
3235
|
integrity sha512-DBsLPs3GsWhX5HylbP9HNG15U0bnwut55Lx12bHB9MpXxQ+R5GC8MwQe+N1UFXxAeQDvEsEDY6ZYwX03K7Z6HQ==
|
|
3236
3236
|
|
|
3237
|
-
"@typescript-eslint/types@8.58.
|
|
3238
|
-
version "8.58.
|
|
3239
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.58.
|
|
3240
|
-
integrity sha512-
|
|
3237
|
+
"@typescript-eslint/types@8.58.1", "@typescript-eslint/types@^8.58.1":
|
|
3238
|
+
version "8.58.1"
|
|
3239
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.58.1.tgz#9dfb4723fcd2b13737d8b03d941354cf73190313"
|
|
3240
|
+
integrity sha512-io/dV5Aw5ezwzfPBBWLoT+5QfVtP8O7q4Kftjn5azJ88bYyp/ZMCsyW1lpKK46EXJcaYMZ1JtYj+s/7TdzmQMw==
|
|
3241
3241
|
|
|
3242
3242
|
"@typescript-eslint/typescript-estree@6.21.0":
|
|
3243
3243
|
version "6.21.0"
|
|
@@ -3282,15 +3282,15 @@
|
|
|
3282
3282
|
tinyglobby "^0.2.15"
|
|
3283
3283
|
ts-api-utils "^2.4.0"
|
|
3284
3284
|
|
|
3285
|
-
"@typescript-eslint/typescript-estree@8.58.
|
|
3286
|
-
version "8.58.
|
|
3287
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.58.
|
|
3288
|
-
integrity sha512-
|
|
3285
|
+
"@typescript-eslint/typescript-estree@8.58.1":
|
|
3286
|
+
version "8.58.1"
|
|
3287
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.58.1.tgz#8230cc9628d2cffef101e298c62807c4b9bf2fe9"
|
|
3288
|
+
integrity sha512-w4w7WR7GHOjqqPnvAYbazq+Y5oS68b9CzasGtnd6jIeOIeKUzYzupGTB2T4LTPSv4d+WPeccbxuneTFHYgAAWg==
|
|
3289
3289
|
dependencies:
|
|
3290
|
-
"@typescript-eslint/project-service" "8.58.
|
|
3291
|
-
"@typescript-eslint/tsconfig-utils" "8.58.
|
|
3292
|
-
"@typescript-eslint/types" "8.58.
|
|
3293
|
-
"@typescript-eslint/visitor-keys" "8.58.
|
|
3290
|
+
"@typescript-eslint/project-service" "8.58.1"
|
|
3291
|
+
"@typescript-eslint/tsconfig-utils" "8.58.1"
|
|
3292
|
+
"@typescript-eslint/types" "8.58.1"
|
|
3293
|
+
"@typescript-eslint/visitor-keys" "8.58.1"
|
|
3294
3294
|
debug "^4.4.3"
|
|
3295
3295
|
minimatch "^10.2.2"
|
|
3296
3296
|
semver "^7.7.3"
|
|
@@ -3310,15 +3310,15 @@
|
|
|
3310
3310
|
"@typescript-eslint/typescript-estree" "6.21.0"
|
|
3311
3311
|
semver "^7.5.4"
|
|
3312
3312
|
|
|
3313
|
-
"@typescript-eslint/utils@8.58.
|
|
3314
|
-
version "8.58.
|
|
3315
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.58.
|
|
3316
|
-
integrity sha512-
|
|
3313
|
+
"@typescript-eslint/utils@8.58.1":
|
|
3314
|
+
version "8.58.1"
|
|
3315
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.58.1.tgz#099a327b04ed921e6ee3988cde9ef34bc4b5435a"
|
|
3316
|
+
integrity sha512-Ln8R0tmWC7pTtLOzgJzYTXSCjJ9rDNHAqTaVONF4FEi2qwce8mD9iSOxOpLFFvWp/wBFlew0mjM1L1ihYWfBdQ==
|
|
3317
3317
|
dependencies:
|
|
3318
3318
|
"@eslint-community/eslint-utils" "^4.9.1"
|
|
3319
|
-
"@typescript-eslint/scope-manager" "8.58.
|
|
3320
|
-
"@typescript-eslint/types" "8.58.
|
|
3321
|
-
"@typescript-eslint/typescript-estree" "8.58.
|
|
3319
|
+
"@typescript-eslint/scope-manager" "8.58.1"
|
|
3320
|
+
"@typescript-eslint/types" "8.58.1"
|
|
3321
|
+
"@typescript-eslint/typescript-estree" "8.58.1"
|
|
3322
3322
|
|
|
3323
3323
|
"@typescript-eslint/utils@^7.18.0":
|
|
3324
3324
|
version "7.18.0"
|
|
@@ -3364,12 +3364,12 @@
|
|
|
3364
3364
|
"@typescript-eslint/types" "8.56.0"
|
|
3365
3365
|
eslint-visitor-keys "^5.0.0"
|
|
3366
3366
|
|
|
3367
|
-
"@typescript-eslint/visitor-keys@8.58.
|
|
3368
|
-
version "8.58.
|
|
3369
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.58.
|
|
3370
|
-
integrity sha512-
|
|
3367
|
+
"@typescript-eslint/visitor-keys@8.58.1":
|
|
3368
|
+
version "8.58.1"
|
|
3369
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.58.1.tgz#7c197533177f1ba9b8249f55f7f685e32bb6f204"
|
|
3370
|
+
integrity sha512-y+vH7QE8ycjoa0bWciFg7OpFcipUuem1ujhrdLtq1gByKwfbC7bPeKsiny9e0urg93DqwGcHey+bGRKCnF1nZQ==
|
|
3371
3371
|
dependencies:
|
|
3372
|
-
"@typescript-eslint/types" "8.58.
|
|
3372
|
+
"@typescript-eslint/types" "8.58.1"
|
|
3373
3373
|
eslint-visitor-keys "^5.0.0"
|
|
3374
3374
|
|
|
3375
3375
|
"@ungap/structured-clone@^1.0.0", "@ungap/structured-clone@^1.2.0":
|
|
@@ -3831,9 +3831,9 @@ baseline-browser-mapping@^2.9.0:
|
|
|
3831
3831
|
integrity sha512-lIyg0szRfYbiy67j9KN8IyeD7q7hcmqnJ1ddWmNt19ItGpNN64mnllmxUNFIOdOm6by97jlL6wfpTTJrmnjWAA==
|
|
3832
3832
|
|
|
3833
3833
|
basic-ftp@^5.0.2:
|
|
3834
|
-
version "5.
|
|
3835
|
-
resolved "https://registry.yarnpkg.com/basic-ftp/-/basic-ftp-5.
|
|
3836
|
-
integrity sha512-
|
|
3834
|
+
version "5.3.0"
|
|
3835
|
+
resolved "https://registry.yarnpkg.com/basic-ftp/-/basic-ftp-5.3.0.tgz#88f057d1ba8442643c505c4c83bbaa4442b15cfd"
|
|
3836
|
+
integrity sha512-5K9eNNn7ywHPsYnFwjKgYH8Hf8B5emh7JKcPaVjjrMJFQQwGpwowEnZNEtHs7DfR7hCZsmaK3VA4HUK0YarT+w==
|
|
3837
3837
|
|
|
3838
3838
|
binary-extensions@^2.0.0:
|
|
3839
3839
|
version "2.3.0"
|
|
@@ -4990,10 +4990,10 @@ eslint-config-oclif@^5.2.2:
|
|
|
4990
4990
|
eslint-plugin-n "^15.1.0"
|
|
4991
4991
|
eslint-plugin-unicorn "^48.0.1"
|
|
4992
4992
|
|
|
4993
|
-
eslint-config-oclif@^6.0.
|
|
4994
|
-
version "6.0.
|
|
4995
|
-
resolved "https://registry.yarnpkg.com/eslint-config-oclif/-/eslint-config-oclif-6.0.
|
|
4996
|
-
integrity sha512-
|
|
4993
|
+
eslint-config-oclif@^6.0.157:
|
|
4994
|
+
version "6.0.157"
|
|
4995
|
+
resolved "https://registry.yarnpkg.com/eslint-config-oclif/-/eslint-config-oclif-6.0.157.tgz#31193548d8094fd3649ee4fcdabe487c3469f9e8"
|
|
4996
|
+
integrity sha512-Kt4MBzjWY4FLJgVeMsG4oZwmWbkQuqQioKtnXp9RDb6LR472Isr9yAfuLEsNTZMXfYEv5lsTv2zyg619HkL19Q==
|
|
4997
4997
|
dependencies:
|
|
4998
4998
|
"@eslint/compat" "^1.4.1"
|
|
4999
4999
|
"@eslint/eslintrc" "^3.3.5"
|
|
@@ -5011,7 +5011,7 @@ eslint-config-oclif@^6.0.156:
|
|
|
5011
5011
|
eslint-plugin-n "^17.24.0"
|
|
5012
5012
|
eslint-plugin-perfectionist "^4"
|
|
5013
5013
|
eslint-plugin-unicorn "^56.0.1"
|
|
5014
|
-
typescript-eslint "^8.58.
|
|
5014
|
+
typescript-eslint "^8.58.1"
|
|
5015
5015
|
|
|
5016
5016
|
eslint-config-prettier@^9.1.0:
|
|
5017
5017
|
version "9.1.2"
|
|
@@ -5564,13 +5564,13 @@ fast-xml-parser@5.5.8:
|
|
|
5564
5564
|
path-expression-matcher "^1.2.0"
|
|
5565
5565
|
strnum "^2.2.0"
|
|
5566
5566
|
|
|
5567
|
-
fast-xml-parser@^5.5.11, fast-xml-parser@^5.5.7:
|
|
5568
|
-
version "5.5.
|
|
5569
|
-
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.5.
|
|
5570
|
-
integrity sha512-
|
|
5567
|
+
fast-xml-parser@^5.5.11, fast-xml-parser@^5.5.12, fast-xml-parser@^5.5.7:
|
|
5568
|
+
version "5.5.12"
|
|
5569
|
+
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.5.12.tgz#6e50e5a5bbb03c1dc72a9268a9bfe677b1b623b2"
|
|
5570
|
+
integrity sha512-nUR0q8PPfoA/svPM43Gup7vLOZWppaNrYgGmrVqrAVJa7cOH4hMG6FX9M4mQ8dZA1/ObGZHzES7Ed88hxEBSJg==
|
|
5571
5571
|
dependencies:
|
|
5572
5572
|
fast-xml-builder "^1.1.4"
|
|
5573
|
-
path-expression-matcher "^1.
|
|
5573
|
+
path-expression-matcher "^1.5.0"
|
|
5574
5574
|
strnum "^2.2.3"
|
|
5575
5575
|
|
|
5576
5576
|
fastest-levenshtein@^1.0.7:
|
|
@@ -8198,7 +8198,7 @@ path-exists@^4.0.0:
|
|
|
8198
8198
|
resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-4.0.0.tgz#513bdbe2d3b95d7762e8c1137efa195c6c61b5b3"
|
|
8199
8199
|
integrity sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==
|
|
8200
8200
|
|
|
8201
|
-
path-expression-matcher@^1.1.3, path-expression-matcher@^1.2.0, path-expression-matcher@^1.
|
|
8201
|
+
path-expression-matcher@^1.1.3, path-expression-matcher@^1.2.0, path-expression-matcher@^1.5.0:
|
|
8202
8202
|
version "1.5.0"
|
|
8203
8203
|
resolved "https://registry.yarnpkg.com/path-expression-matcher/-/path-expression-matcher-1.5.0.tgz#3b98545dc88ffebb593e2d8458d0929da9275f4a"
|
|
8204
8204
|
integrity sha512-cbrerZV+6rvdQrrD+iGMcZFEiiSrbv9Tfdkvnusy6y0x0GKBXREFg/Y65GhIfm0tnLntThhzCnfKwp1WRjeCyQ==
|
|
@@ -9863,15 +9863,15 @@ typedoc@^0.26.5:
|
|
|
9863
9863
|
shiki "^1.16.2"
|
|
9864
9864
|
yaml "^2.5.1"
|
|
9865
9865
|
|
|
9866
|
-
typescript-eslint@^8.58.
|
|
9867
|
-
version "8.58.
|
|
9868
|
-
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.58.
|
|
9869
|
-
integrity sha512-
|
|
9866
|
+
typescript-eslint@^8.58.1:
|
|
9867
|
+
version "8.58.1"
|
|
9868
|
+
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.58.1.tgz#e765cbfea5774dcb4b1473e5e77a46254f309b32"
|
|
9869
|
+
integrity sha512-gf6/oHChByg9HJvhMO1iBexJh12AqqTfnuxscMDOVqfJW3htsdRJI/GfPpHTTcyeB8cSTUY2JcZmVgoyPqcrDg==
|
|
9870
9870
|
dependencies:
|
|
9871
|
-
"@typescript-eslint/eslint-plugin" "8.58.
|
|
9872
|
-
"@typescript-eslint/parser" "8.58.
|
|
9873
|
-
"@typescript-eslint/typescript-estree" "8.58.
|
|
9874
|
-
"@typescript-eslint/utils" "8.58.
|
|
9871
|
+
"@typescript-eslint/eslint-plugin" "8.58.1"
|
|
9872
|
+
"@typescript-eslint/parser" "8.58.1"
|
|
9873
|
+
"@typescript-eslint/typescript-estree" "8.58.1"
|
|
9874
|
+
"@typescript-eslint/utils" "8.58.1"
|
|
9875
9875
|
|
|
9876
9876
|
"typescript@^4.6.4 || ^5.2.2", typescript@^5.5.4:
|
|
9877
9877
|
version "5.9.3"
|
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.68",
|
|
5
5
|
"author": "jayree",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"bugs": "https://github.com/jayree/sfdx-plugin-manifest/issues",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"@salesforce/source-tracking": "7.8.12",
|
|
16
16
|
"@salesforce/ts-types": "^2.0.12",
|
|
17
17
|
"fast-deep-equal": "^3.1.3",
|
|
18
|
-
"fast-xml-parser": "^5.5.
|
|
18
|
+
"fast-xml-parser": "^5.5.12",
|
|
19
19
|
"fs-extra": "^11.3.4",
|
|
20
20
|
"graceful-fs": "^4.2.11",
|
|
21
21
|
"isomorphic-git": "1.37.5"
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"@types/fs-extra": "^11.0.4",
|
|
29
29
|
"@types/graceful-fs": "^4.1.9",
|
|
30
30
|
"c8": "^11.0.0",
|
|
31
|
-
"eslint-config-oclif": "^6.0.
|
|
31
|
+
"eslint-config-oclif": "^6.0.157",
|
|
32
32
|
"eslint-config-salesforce-license": "^1.0.2",
|
|
33
33
|
"eslint-plugin-prettier": "^5.5.5",
|
|
34
34
|
"eslint-plugin-sf-plugin": "^1.20.33",
|