@jayree/sfdx-plugin-manifest 5.0.55 → 5.0.56
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 +8 -0
- package/README.md +3 -3
- package/npm-shrinkwrap.json +142 -142
- package/oclif.lock +97 -92
- package/oclif.manifest.json +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
## [5.0.56](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.55...5.0.56) (2026-04-05)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump @salesforce/source-deploy-retrieve ([#2172](https://github.com/jayree/sfdx-plugin-manifest/issues/2172)) ([3a3b76a](https://github.com/jayree/sfdx-plugin-manifest/commit/3a3b76a807651c9927af5cff5b316f0dc13482dd))
|
|
7
|
+
* **deps:** bump lodash from 4.17.23 to 4.18.1 ([#1732](https://github.com/forcedotcom/source-deploy-retrieve/issues/1732)) ([3f9bda2](https://github.com/forcedotcom/source-deploy-retrieve/commit/3f9bda2d860649789802bae682f83654c726fc2d))
|
|
8
|
+
|
|
1
9
|
## [5.0.55](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.54...5.0.55) (2026-04-05)
|
|
2
10
|
|
|
3
11
|
|
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.56/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.56/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.56/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.56",
|
|
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.56",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@jayree/changelog": "^1.2.28",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"@salesforce/core": "^8.28.1",
|
|
15
15
|
"@salesforce/kit": "^3.2.6",
|
|
16
16
|
"@salesforce/sf-plugins-core": "^12.2.6",
|
|
17
|
-
"@salesforce/source-deploy-retrieve": "12.32.
|
|
17
|
+
"@salesforce/source-deploy-retrieve": "12.32.2",
|
|
18
18
|
"@salesforce/source-tracking": "7.8.9",
|
|
19
19
|
"@salesforce/ts-types": "^2.0.12",
|
|
20
20
|
"fast-deep-equal": "^3.1.3",
|
|
@@ -24,14 +24,14 @@
|
|
|
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.15",
|
|
28
|
+
"@salesforce/cli-plugins-testkit": "^5.3.52",
|
|
29
29
|
"@salesforce/dev-scripts": "^11.0.4",
|
|
30
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",
|
|
34
|
-
"eslint-config-oclif": "^6.0.
|
|
34
|
+
"eslint-config-oclif": "^6.0.156",
|
|
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",
|
|
@@ -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.15",
|
|
5475
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.15.tgz",
|
|
5476
|
+
"integrity": "sha512-J9mNzaKG1wtOy5Yp9Orz25zwVC/eTtveDTS2P1kFdNSGv7y1NKPpUL7ZKynf4bDGm2aJloXvdlLur7rQtixLzg==",
|
|
5477
5477
|
"dev": true,
|
|
5478
5478
|
"license": "MIT",
|
|
5479
5479
|
"dependencies": {
|
|
@@ -5774,13 +5774,13 @@
|
|
|
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.52",
|
|
5778
|
+
"resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.52.tgz",
|
|
5779
|
+
"integrity": "sha512-je/iynPTb5VcDhzPfr+jN+ydapFox0A+0CdE2fkg1ZXws3tZZnyMd+y0i79CchpdtrMUD/Jzkcx0KjvxWF7oTw==",
|
|
5780
5780
|
"dev": true,
|
|
5781
5781
|
"license": "Apache-2.0",
|
|
5782
5782
|
"dependencies": {
|
|
5783
|
-
"@salesforce/core": "^8.
|
|
5783
|
+
"@salesforce/core": "^8.28.1",
|
|
5784
5784
|
"@salesforce/kit": "^3.2.6",
|
|
5785
5785
|
"@salesforce/ts-types": "^2.0.11",
|
|
5786
5786
|
"@types/shelljs": "^0.10.0",
|
|
@@ -6295,9 +6295,9 @@
|
|
|
6295
6295
|
}
|
|
6296
6296
|
},
|
|
6297
6297
|
"node_modules/@salesforce/source-deploy-retrieve": {
|
|
6298
|
-
"version": "12.32.
|
|
6299
|
-
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.32.
|
|
6300
|
-
"integrity": "sha512-
|
|
6298
|
+
"version": "12.32.2",
|
|
6299
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.32.2.tgz",
|
|
6300
|
+
"integrity": "sha512-kvOgj1sAvc1VrcN3jbR3TDEt1cFoMt1qROkCmYQUfx0TLWcYgKp3PEIAvNAOWMuEa17Pz/AngeaxmGtqyj4M3w==",
|
|
6301
6301
|
"license": "Apache-2.0",
|
|
6302
6302
|
"dependencies": {
|
|
6303
6303
|
"@salesforce/core": "^8.27.1",
|
|
@@ -8192,20 +8192,20 @@
|
|
|
8192
8192
|
"license": "MIT"
|
|
8193
8193
|
},
|
|
8194
8194
|
"node_modules/@typescript-eslint/eslint-plugin": {
|
|
8195
|
-
"version": "8.
|
|
8196
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.
|
|
8197
|
-
"integrity": "sha512-
|
|
8195
|
+
"version": "8.58.0",
|
|
8196
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.58.0.tgz",
|
|
8197
|
+
"integrity": "sha512-RLkVSiNuUP1C2ROIWfqX+YcUfLaSnxGE/8M+Y57lopVwg9VTYYfhuz15Yf1IzCKgZj6/rIbYTmJCUSqr76r0Wg==",
|
|
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.
|
|
8203
|
-
"@typescript-eslint/type-utils": "8.
|
|
8204
|
-
"@typescript-eslint/utils": "8.
|
|
8205
|
-
"@typescript-eslint/visitor-keys": "8.
|
|
8202
|
+
"@typescript-eslint/scope-manager": "8.58.0",
|
|
8203
|
+
"@typescript-eslint/type-utils": "8.58.0",
|
|
8204
|
+
"@typescript-eslint/utils": "8.58.0",
|
|
8205
|
+
"@typescript-eslint/visitor-keys": "8.58.0",
|
|
8206
8206
|
"ignore": "^7.0.5",
|
|
8207
8207
|
"natural-compare": "^1.4.0",
|
|
8208
|
-
"ts-api-utils": "^2.
|
|
8208
|
+
"ts-api-utils": "^2.5.0"
|
|
8209
8209
|
},
|
|
8210
8210
|
"engines": {
|
|
8211
8211
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
@@ -8215,20 +8215,20 @@
|
|
|
8215
8215
|
"url": "https://opencollective.com/typescript-eslint"
|
|
8216
8216
|
},
|
|
8217
8217
|
"peerDependencies": {
|
|
8218
|
-
"@typescript-eslint/parser": "^8.
|
|
8218
|
+
"@typescript-eslint/parser": "^8.58.0",
|
|
8219
8219
|
"eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
|
|
8220
|
-
"typescript": ">=4.8.4 <6.
|
|
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.
|
|
8225
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.
|
|
8226
|
-
"integrity": "sha512-
|
|
8224
|
+
"version": "8.58.0",
|
|
8225
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.58.0.tgz",
|
|
8226
|
+
"integrity": "sha512-W1Lur1oF50FxSnNdGp3Vs6P+yBRSmZiw4IIjEeYxd8UQJwhUF0gDgDD/W/Tgmh73mxgEU3qX0Bzdl/NGuSPEpQ==",
|
|
8227
8227
|
"dev": true,
|
|
8228
8228
|
"license": "MIT",
|
|
8229
8229
|
"dependencies": {
|
|
8230
|
-
"@typescript-eslint/types": "8.
|
|
8231
|
-
"@typescript-eslint/visitor-keys": "8.
|
|
8230
|
+
"@typescript-eslint/types": "8.58.0",
|
|
8231
|
+
"@typescript-eslint/visitor-keys": "8.58.0"
|
|
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.
|
|
8243
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.
|
|
8244
|
-
"integrity": "sha512
|
|
8242
|
+
"version": "8.58.0",
|
|
8243
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.58.0.tgz",
|
|
8244
|
+
"integrity": "sha512-O9CjxypDT89fbHxRfETNoAnHj/i6IpRK0CvbVN3qibxlLdo5p5hcLmUuCCrHMpxiWSwKyI8mCP7qRNYuOJ0Uww==",
|
|
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.
|
|
8257
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.
|
|
8258
|
-
"integrity": "sha512-
|
|
8256
|
+
"version": "8.58.0",
|
|
8257
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.58.0.tgz",
|
|
8258
|
+
"integrity": "sha512-XJ9UD9+bbDo4a4epraTwG3TsNPeiB9aShrUneAVXy8q4LuwowN+qu89/6ByLMINqvIMeI9H9hOHQtg/ijrYXzQ==",
|
|
8259
8259
|
"dev": true,
|
|
8260
8260
|
"license": "MIT",
|
|
8261
8261
|
"dependencies": {
|
|
8262
|
-
"@typescript-eslint/types": "8.
|
|
8262
|
+
"@typescript-eslint/types": "8.58.0",
|
|
8263
8263
|
"eslint-visitor-keys": "^5.0.0"
|
|
8264
8264
|
},
|
|
8265
8265
|
"engines": {
|
|
@@ -8294,9 +8294,9 @@
|
|
|
8294
8294
|
}
|
|
8295
8295
|
},
|
|
8296
8296
|
"node_modules/@typescript-eslint/eslint-plugin/node_modules/ts-api-utils": {
|
|
8297
|
-
"version": "2.
|
|
8298
|
-
"resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.
|
|
8299
|
-
"integrity": "sha512-
|
|
8297
|
+
"version": "2.5.0",
|
|
8298
|
+
"resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.5.0.tgz",
|
|
8299
|
+
"integrity": "sha512-OJ/ibxhPlqrMM0UiNHJ/0CKQkoKF243/AEmplt3qpRgkW8VG7IfOS41h7V8TjITqdByHzrjcS/2si+y4lIh8NA==",
|
|
8300
8300
|
"dev": true,
|
|
8301
8301
|
"license": "MIT",
|
|
8302
8302
|
"engines": {
|
|
@@ -8307,16 +8307,16 @@
|
|
|
8307
8307
|
}
|
|
8308
8308
|
},
|
|
8309
8309
|
"node_modules/@typescript-eslint/parser": {
|
|
8310
|
-
"version": "8.
|
|
8311
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.
|
|
8312
|
-
"integrity": "sha512-
|
|
8310
|
+
"version": "8.58.0",
|
|
8311
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.58.0.tgz",
|
|
8312
|
+
"integrity": "sha512-rLoGZIf9afaRBYsPUMtvkDWykwXwUPL60HebR4JgTI8mxfFe2cQTu3AGitANp4b9B2QlVru6WzjgB2IzJKiCSA==",
|
|
8313
8313
|
"dev": true,
|
|
8314
8314
|
"license": "MIT",
|
|
8315
8315
|
"dependencies": {
|
|
8316
|
-
"@typescript-eslint/scope-manager": "8.
|
|
8317
|
-
"@typescript-eslint/types": "8.
|
|
8318
|
-
"@typescript-eslint/typescript-estree": "8.
|
|
8319
|
-
"@typescript-eslint/visitor-keys": "8.
|
|
8316
|
+
"@typescript-eslint/scope-manager": "8.58.0",
|
|
8317
|
+
"@typescript-eslint/types": "8.58.0",
|
|
8318
|
+
"@typescript-eslint/typescript-estree": "8.58.0",
|
|
8319
|
+
"@typescript-eslint/visitor-keys": "8.58.0",
|
|
8320
8320
|
"debug": "^4.4.3"
|
|
8321
8321
|
},
|
|
8322
8322
|
"engines": {
|
|
@@ -8328,18 +8328,18 @@
|
|
|
8328
8328
|
},
|
|
8329
8329
|
"peerDependencies": {
|
|
8330
8330
|
"eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
|
|
8331
|
-
"typescript": ">=4.8.4 <6.
|
|
8331
|
+
"typescript": ">=4.8.4 <6.1.0"
|
|
8332
8332
|
}
|
|
8333
8333
|
},
|
|
8334
8334
|
"node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/scope-manager": {
|
|
8335
|
-
"version": "8.
|
|
8336
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.
|
|
8337
|
-
"integrity": "sha512-
|
|
8335
|
+
"version": "8.58.0",
|
|
8336
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.58.0.tgz",
|
|
8337
|
+
"integrity": "sha512-W1Lur1oF50FxSnNdGp3Vs6P+yBRSmZiw4IIjEeYxd8UQJwhUF0gDgDD/W/Tgmh73mxgEU3qX0Bzdl/NGuSPEpQ==",
|
|
8338
8338
|
"dev": true,
|
|
8339
8339
|
"license": "MIT",
|
|
8340
8340
|
"dependencies": {
|
|
8341
|
-
"@typescript-eslint/types": "8.
|
|
8342
|
-
"@typescript-eslint/visitor-keys": "8.
|
|
8341
|
+
"@typescript-eslint/types": "8.58.0",
|
|
8342
|
+
"@typescript-eslint/visitor-keys": "8.58.0"
|
|
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.
|
|
8354
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.
|
|
8355
|
-
"integrity": "sha512
|
|
8353
|
+
"version": "8.58.0",
|
|
8354
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.58.0.tgz",
|
|
8355
|
+
"integrity": "sha512-O9CjxypDT89fbHxRfETNoAnHj/i6IpRK0CvbVN3qibxlLdo5p5hcLmUuCCrHMpxiWSwKyI8mCP7qRNYuOJ0Uww==",
|
|
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.
|
|
8368
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.
|
|
8369
|
-
"integrity": "sha512-
|
|
8367
|
+
"version": "8.58.0",
|
|
8368
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.58.0.tgz",
|
|
8369
|
+
"integrity": "sha512-XJ9UD9+bbDo4a4epraTwG3TsNPeiB9aShrUneAVXy8q4LuwowN+qu89/6ByLMINqvIMeI9H9hOHQtg/ijrYXzQ==",
|
|
8370
8370
|
"dev": true,
|
|
8371
8371
|
"license": "MIT",
|
|
8372
8372
|
"dependencies": {
|
|
8373
|
-
"@typescript-eslint/types": "8.
|
|
8373
|
+
"@typescript-eslint/types": "8.58.0",
|
|
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.
|
|
8399
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.
|
|
8400
|
-
"integrity": "sha512-
|
|
8398
|
+
"version": "8.58.0",
|
|
8399
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.58.0.tgz",
|
|
8400
|
+
"integrity": "sha512-8Q/wBPWLQP1j16NxoPNIKpDZFMaxl7yWIoqXWYeWO+Bbd2mjgvoF0dxP2jKZg5+x49rgKdf7Ck473M8PC3V9lg==",
|
|
8401
8401
|
"dev": true,
|
|
8402
8402
|
"license": "MIT",
|
|
8403
8403
|
"dependencies": {
|
|
8404
|
-
"@typescript-eslint/tsconfig-utils": "^8.
|
|
8405
|
-
"@typescript-eslint/types": "^8.
|
|
8404
|
+
"@typescript-eslint/tsconfig-utils": "^8.58.0",
|
|
8405
|
+
"@typescript-eslint/types": "^8.58.0",
|
|
8406
8406
|
"debug": "^4.4.3"
|
|
8407
8407
|
},
|
|
8408
8408
|
"engines": {
|
|
@@ -8413,13 +8413,13 @@
|
|
|
8413
8413
|
"url": "https://opencollective.com/typescript-eslint"
|
|
8414
8414
|
},
|
|
8415
8415
|
"peerDependencies": {
|
|
8416
|
-
"typescript": ">=4.8.4 <6.
|
|
8416
|
+
"typescript": ">=4.8.4 <6.1.0"
|
|
8417
8417
|
}
|
|
8418
8418
|
},
|
|
8419
8419
|
"node_modules/@typescript-eslint/project-service/node_modules/@typescript-eslint/tsconfig-utils": {
|
|
8420
|
-
"version": "8.
|
|
8421
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.
|
|
8422
|
-
"integrity": "sha512-
|
|
8420
|
+
"version": "8.58.0",
|
|
8421
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.58.0.tgz",
|
|
8422
|
+
"integrity": "sha512-doNSZEVJsWEu4htiVC+PR6NpM+pa+a4ClH9INRWOWCUzMst/VA9c4gXq92F8GUD1rwhNvRLkgjfYtFXegXQF7A==",
|
|
8423
8423
|
"dev": true,
|
|
8424
8424
|
"license": "MIT",
|
|
8425
8425
|
"engines": {
|
|
@@ -8430,13 +8430,13 @@
|
|
|
8430
8430
|
"url": "https://opencollective.com/typescript-eslint"
|
|
8431
8431
|
},
|
|
8432
8432
|
"peerDependencies": {
|
|
8433
|
-
"typescript": ">=4.8.4 <6.
|
|
8433
|
+
"typescript": ">=4.8.4 <6.1.0"
|
|
8434
8434
|
}
|
|
8435
8435
|
},
|
|
8436
8436
|
"node_modules/@typescript-eslint/project-service/node_modules/@typescript-eslint/types": {
|
|
8437
|
-
"version": "8.
|
|
8438
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.
|
|
8439
|
-
"integrity": "sha512
|
|
8437
|
+
"version": "8.58.0",
|
|
8438
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.58.0.tgz",
|
|
8439
|
+
"integrity": "sha512-O9CjxypDT89fbHxRfETNoAnHj/i6IpRK0CvbVN3qibxlLdo5p5hcLmUuCCrHMpxiWSwKyI8mCP7qRNYuOJ0Uww==",
|
|
8440
8440
|
"dev": true,
|
|
8441
8441
|
"license": "MIT",
|
|
8442
8442
|
"engines": {
|
|
@@ -8497,17 +8497,17 @@
|
|
|
8497
8497
|
}
|
|
8498
8498
|
},
|
|
8499
8499
|
"node_modules/@typescript-eslint/type-utils": {
|
|
8500
|
-
"version": "8.
|
|
8501
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.
|
|
8502
|
-
"integrity": "sha512-
|
|
8500
|
+
"version": "8.58.0",
|
|
8501
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.58.0.tgz",
|
|
8502
|
+
"integrity": "sha512-aGsCQImkDIqMyx1u4PrVlbi/krmDsQUs4zAcCV6M7yPcPev+RqVlndsJy9kJ8TLihW9TZ0kbDAzctpLn5o+lOg==",
|
|
8503
8503
|
"dev": true,
|
|
8504
8504
|
"license": "MIT",
|
|
8505
8505
|
"dependencies": {
|
|
8506
|
-
"@typescript-eslint/types": "8.
|
|
8507
|
-
"@typescript-eslint/typescript-estree": "8.
|
|
8508
|
-
"@typescript-eslint/utils": "8.
|
|
8506
|
+
"@typescript-eslint/types": "8.58.0",
|
|
8507
|
+
"@typescript-eslint/typescript-estree": "8.58.0",
|
|
8508
|
+
"@typescript-eslint/utils": "8.58.0",
|
|
8509
8509
|
"debug": "^4.4.3",
|
|
8510
|
-
"ts-api-utils": "^2.
|
|
8510
|
+
"ts-api-utils": "^2.5.0"
|
|
8511
8511
|
},
|
|
8512
8512
|
"engines": {
|
|
8513
8513
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
@@ -8518,13 +8518,13 @@
|
|
|
8518
8518
|
},
|
|
8519
8519
|
"peerDependencies": {
|
|
8520
8520
|
"eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
|
|
8521
|
-
"typescript": ">=4.8.4 <6.
|
|
8521
|
+
"typescript": ">=4.8.4 <6.1.0"
|
|
8522
8522
|
}
|
|
8523
8523
|
},
|
|
8524
8524
|
"node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/types": {
|
|
8525
|
-
"version": "8.
|
|
8526
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.
|
|
8527
|
-
"integrity": "sha512
|
|
8525
|
+
"version": "8.58.0",
|
|
8526
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.58.0.tgz",
|
|
8527
|
+
"integrity": "sha512-O9CjxypDT89fbHxRfETNoAnHj/i6IpRK0CvbVN3qibxlLdo5p5hcLmUuCCrHMpxiWSwKyI8mCP7qRNYuOJ0Uww==",
|
|
8528
8528
|
"dev": true,
|
|
8529
8529
|
"license": "MIT",
|
|
8530
8530
|
"engines": {
|
|
@@ -8536,9 +8536,9 @@
|
|
|
8536
8536
|
}
|
|
8537
8537
|
},
|
|
8538
8538
|
"node_modules/@typescript-eslint/type-utils/node_modules/ts-api-utils": {
|
|
8539
|
-
"version": "2.
|
|
8540
|
-
"resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.
|
|
8541
|
-
"integrity": "sha512-
|
|
8539
|
+
"version": "2.5.0",
|
|
8540
|
+
"resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.5.0.tgz",
|
|
8541
|
+
"integrity": "sha512-OJ/ibxhPlqrMM0UiNHJ/0CKQkoKF243/AEmplt3qpRgkW8VG7IfOS41h7V8TjITqdByHzrjcS/2si+y4lIh8NA==",
|
|
8542
8542
|
"dev": true,
|
|
8543
8543
|
"license": "MIT",
|
|
8544
8544
|
"engines": {
|
|
@@ -8563,21 +8563,21 @@
|
|
|
8563
8563
|
}
|
|
8564
8564
|
},
|
|
8565
8565
|
"node_modules/@typescript-eslint/typescript-estree": {
|
|
8566
|
-
"version": "8.
|
|
8567
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.
|
|
8568
|
-
"integrity": "sha512-
|
|
8566
|
+
"version": "8.58.0",
|
|
8567
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.58.0.tgz",
|
|
8568
|
+
"integrity": "sha512-7vv5UWbHqew/dvs+D3e1RvLv1v2eeZ9txRHPnEEBUgSNLx5ghdzjHa0sgLWYVKssH+lYmV0JaWdoubo0ncGYLA==",
|
|
8569
8569
|
"dev": true,
|
|
8570
8570
|
"license": "MIT",
|
|
8571
8571
|
"dependencies": {
|
|
8572
|
-
"@typescript-eslint/project-service": "8.
|
|
8573
|
-
"@typescript-eslint/tsconfig-utils": "8.
|
|
8574
|
-
"@typescript-eslint/types": "8.
|
|
8575
|
-
"@typescript-eslint/visitor-keys": "8.
|
|
8572
|
+
"@typescript-eslint/project-service": "8.58.0",
|
|
8573
|
+
"@typescript-eslint/tsconfig-utils": "8.58.0",
|
|
8574
|
+
"@typescript-eslint/types": "8.58.0",
|
|
8575
|
+
"@typescript-eslint/visitor-keys": "8.58.0",
|
|
8576
8576
|
"debug": "^4.4.3",
|
|
8577
8577
|
"minimatch": "^10.2.2",
|
|
8578
8578
|
"semver": "^7.7.3",
|
|
8579
8579
|
"tinyglobby": "^0.2.15",
|
|
8580
|
-
"ts-api-utils": "^2.
|
|
8580
|
+
"ts-api-utils": "^2.5.0"
|
|
8581
8581
|
},
|
|
8582
8582
|
"engines": {
|
|
8583
8583
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
@@ -8587,13 +8587,13 @@
|
|
|
8587
8587
|
"url": "https://opencollective.com/typescript-eslint"
|
|
8588
8588
|
},
|
|
8589
8589
|
"peerDependencies": {
|
|
8590
|
-
"typescript": ">=4.8.4 <6.
|
|
8590
|
+
"typescript": ">=4.8.4 <6.1.0"
|
|
8591
8591
|
}
|
|
8592
8592
|
},
|
|
8593
8593
|
"node_modules/@typescript-eslint/typescript-estree/node_modules/@typescript-eslint/tsconfig-utils": {
|
|
8594
|
-
"version": "8.
|
|
8595
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.
|
|
8596
|
-
"integrity": "sha512-
|
|
8594
|
+
"version": "8.58.0",
|
|
8595
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.58.0.tgz",
|
|
8596
|
+
"integrity": "sha512-doNSZEVJsWEu4htiVC+PR6NpM+pa+a4ClH9INRWOWCUzMst/VA9c4gXq92F8GUD1rwhNvRLkgjfYtFXegXQF7A==",
|
|
8597
8597
|
"dev": true,
|
|
8598
8598
|
"license": "MIT",
|
|
8599
8599
|
"engines": {
|
|
@@ -8604,13 +8604,13 @@
|
|
|
8604
8604
|
"url": "https://opencollective.com/typescript-eslint"
|
|
8605
8605
|
},
|
|
8606
8606
|
"peerDependencies": {
|
|
8607
|
-
"typescript": ">=4.8.4 <6.
|
|
8607
|
+
"typescript": ">=4.8.4 <6.1.0"
|
|
8608
8608
|
}
|
|
8609
8609
|
},
|
|
8610
8610
|
"node_modules/@typescript-eslint/typescript-estree/node_modules/@typescript-eslint/types": {
|
|
8611
|
-
"version": "8.
|
|
8612
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.
|
|
8613
|
-
"integrity": "sha512
|
|
8611
|
+
"version": "8.58.0",
|
|
8612
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.58.0.tgz",
|
|
8613
|
+
"integrity": "sha512-O9CjxypDT89fbHxRfETNoAnHj/i6IpRK0CvbVN3qibxlLdo5p5hcLmUuCCrHMpxiWSwKyI8mCP7qRNYuOJ0Uww==",
|
|
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.
|
|
8626
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.
|
|
8627
|
-
"integrity": "sha512-
|
|
8625
|
+
"version": "8.58.0",
|
|
8626
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.58.0.tgz",
|
|
8627
|
+
"integrity": "sha512-XJ9UD9+bbDo4a4epraTwG3TsNPeiB9aShrUneAVXy8q4LuwowN+qu89/6ByLMINqvIMeI9H9hOHQtg/ijrYXzQ==",
|
|
8628
8628
|
"dev": true,
|
|
8629
8629
|
"license": "MIT",
|
|
8630
8630
|
"dependencies": {
|
|
8631
|
-
"@typescript-eslint/types": "8.
|
|
8631
|
+
"@typescript-eslint/types": "8.58.0",
|
|
8632
8632
|
"eslint-visitor-keys": "^5.0.0"
|
|
8633
8633
|
},
|
|
8634
8634
|
"engines": {
|
|
@@ -8692,9 +8692,9 @@
|
|
|
8692
8692
|
}
|
|
8693
8693
|
},
|
|
8694
8694
|
"node_modules/@typescript-eslint/typescript-estree/node_modules/ts-api-utils": {
|
|
8695
|
-
"version": "2.
|
|
8696
|
-
"resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.
|
|
8697
|
-
"integrity": "sha512-
|
|
8695
|
+
"version": "2.5.0",
|
|
8696
|
+
"resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.5.0.tgz",
|
|
8697
|
+
"integrity": "sha512-OJ/ibxhPlqrMM0UiNHJ/0CKQkoKF243/AEmplt3qpRgkW8VG7IfOS41h7V8TjITqdByHzrjcS/2si+y4lIh8NA==",
|
|
8698
8698
|
"dev": true,
|
|
8699
8699
|
"license": "MIT",
|
|
8700
8700
|
"engines": {
|
|
@@ -8705,16 +8705,16 @@
|
|
|
8705
8705
|
}
|
|
8706
8706
|
},
|
|
8707
8707
|
"node_modules/@typescript-eslint/utils": {
|
|
8708
|
-
"version": "8.
|
|
8709
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.
|
|
8710
|
-
"integrity": "sha512-
|
|
8708
|
+
"version": "8.58.0",
|
|
8709
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.58.0.tgz",
|
|
8710
|
+
"integrity": "sha512-RfeSqcFeHMHlAWzt4TBjWOAtoW9lnsAGiP3GbaX9uVgTYYrMbVnGONEfUCiSss+xMHFl+eHZiipmA8WkQ7FuNA==",
|
|
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.
|
|
8716
|
-
"@typescript-eslint/types": "8.
|
|
8717
|
-
"@typescript-eslint/typescript-estree": "8.
|
|
8715
|
+
"@typescript-eslint/scope-manager": "8.58.0",
|
|
8716
|
+
"@typescript-eslint/types": "8.58.0",
|
|
8717
|
+
"@typescript-eslint/typescript-estree": "8.58.0"
|
|
8718
8718
|
},
|
|
8719
8719
|
"engines": {
|
|
8720
8720
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
@@ -8725,18 +8725,18 @@
|
|
|
8725
8725
|
},
|
|
8726
8726
|
"peerDependencies": {
|
|
8727
8727
|
"eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
|
|
8728
|
-
"typescript": ">=4.8.4 <6.
|
|
8728
|
+
"typescript": ">=4.8.4 <6.1.0"
|
|
8729
8729
|
}
|
|
8730
8730
|
},
|
|
8731
8731
|
"node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/scope-manager": {
|
|
8732
|
-
"version": "8.
|
|
8733
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.
|
|
8734
|
-
"integrity": "sha512-
|
|
8732
|
+
"version": "8.58.0",
|
|
8733
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.58.0.tgz",
|
|
8734
|
+
"integrity": "sha512-W1Lur1oF50FxSnNdGp3Vs6P+yBRSmZiw4IIjEeYxd8UQJwhUF0gDgDD/W/Tgmh73mxgEU3qX0Bzdl/NGuSPEpQ==",
|
|
8735
8735
|
"dev": true,
|
|
8736
8736
|
"license": "MIT",
|
|
8737
8737
|
"dependencies": {
|
|
8738
|
-
"@typescript-eslint/types": "8.
|
|
8739
|
-
"@typescript-eslint/visitor-keys": "8.
|
|
8738
|
+
"@typescript-eslint/types": "8.58.0",
|
|
8739
|
+
"@typescript-eslint/visitor-keys": "8.58.0"
|
|
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.
|
|
8751
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.
|
|
8752
|
-
"integrity": "sha512
|
|
8750
|
+
"version": "8.58.0",
|
|
8751
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.58.0.tgz",
|
|
8752
|
+
"integrity": "sha512-O9CjxypDT89fbHxRfETNoAnHj/i6IpRK0CvbVN3qibxlLdo5p5hcLmUuCCrHMpxiWSwKyI8mCP7qRNYuOJ0Uww==",
|
|
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.
|
|
8765
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.
|
|
8766
|
-
"integrity": "sha512-
|
|
8764
|
+
"version": "8.58.0",
|
|
8765
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.58.0.tgz",
|
|
8766
|
+
"integrity": "sha512-XJ9UD9+bbDo4a4epraTwG3TsNPeiB9aShrUneAVXy8q4LuwowN+qu89/6ByLMINqvIMeI9H9hOHQtg/ijrYXzQ==",
|
|
8767
8767
|
"dev": true,
|
|
8768
8768
|
"license": "MIT",
|
|
8769
8769
|
"dependencies": {
|
|
8770
|
-
"@typescript-eslint/types": "8.
|
|
8770
|
+
"@typescript-eslint/types": "8.58.0",
|
|
8771
8771
|
"eslint-visitor-keys": "^5.0.0"
|
|
8772
8772
|
},
|
|
8773
8773
|
"engines": {
|
|
@@ -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.156",
|
|
11497
|
+
"resolved": "https://registry.npmjs.org/eslint-config-oclif/-/eslint-config-oclif-6.0.156.tgz",
|
|
11498
|
+
"integrity": "sha512-CA/h54WSdpGFU829gC6FRN0rcOZYe/+k/gRGZW3W1RZW8Jbb1mMZOXJCzMh0M2vyH7Bz60poRt6hsugiIAtwHQ==",
|
|
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.
|
|
11518
|
+
"typescript-eslint": "^8.58.0"
|
|
11519
11519
|
},
|
|
11520
11520
|
"engines": {
|
|
11521
11521
|
"node": ">=18.18.0"
|
|
@@ -21063,16 +21063,16 @@
|
|
|
21063
21063
|
}
|
|
21064
21064
|
},
|
|
21065
21065
|
"node_modules/typescript-eslint": {
|
|
21066
|
-
"version": "8.
|
|
21067
|
-
"resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.
|
|
21068
|
-
"integrity": "sha512-
|
|
21066
|
+
"version": "8.58.0",
|
|
21067
|
+
"resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.58.0.tgz",
|
|
21068
|
+
"integrity": "sha512-e2TQzKfaI85fO+F3QywtX+tCTsu/D3WW5LVU6nz8hTFKFZ8yBJ6mSYRpXqdR3mFjPWmO0eWsTa5f+UpAOe/FMA==",
|
|
21069
21069
|
"dev": true,
|
|
21070
21070
|
"license": "MIT",
|
|
21071
21071
|
"dependencies": {
|
|
21072
|
-
"@typescript-eslint/eslint-plugin": "8.
|
|
21073
|
-
"@typescript-eslint/parser": "8.
|
|
21074
|
-
"@typescript-eslint/typescript-estree": "8.
|
|
21075
|
-
"@typescript-eslint/utils": "8.
|
|
21072
|
+
"@typescript-eslint/eslint-plugin": "8.58.0",
|
|
21073
|
+
"@typescript-eslint/parser": "8.58.0",
|
|
21074
|
+
"@typescript-eslint/typescript-estree": "8.58.0",
|
|
21075
|
+
"@typescript-eslint/utils": "8.58.0"
|
|
21076
21076
|
},
|
|
21077
21077
|
"engines": {
|
|
21078
21078
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
@@ -21083,7 +21083,7 @@
|
|
|
21083
21083
|
},
|
|
21084
21084
|
"peerDependencies": {
|
|
21085
21085
|
"eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
|
|
21086
|
-
"typescript": ">=4.8.4 <6.
|
|
21086
|
+
"typescript": ">=4.8.4 <6.1.0"
|
|
21087
21087
|
}
|
|
21088
21088
|
},
|
|
21089
21089
|
"node_modules/uc.micro": {
|
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.15":
|
|
1794
|
+
version "5.3.15"
|
|
1795
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.15.tgz#8fca90454c80990b37a179330371357621c1514e"
|
|
1796
|
+
integrity sha512-J9mNzaKG1wtOy5Yp9Orz25zwVC/eTtveDTS2P1kFdNSGv7y1NKPpUL7ZKynf4bDGm2aJloXvdlLur7rQtixLzg==
|
|
1797
1797
|
dependencies:
|
|
1798
1798
|
"@oclif/core" "^4"
|
|
1799
1799
|
ansis "^3.17.0"
|
|
@@ -1890,12 +1890,12 @@
|
|
|
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.52":
|
|
1894
|
+
version "5.3.52"
|
|
1895
|
+
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.52.tgz#105b2a9304bd25b6324232839afda063b2d1e95f"
|
|
1896
|
+
integrity sha512-je/iynPTb5VcDhzPfr+jN+ydapFox0A+0CdE2fkg1ZXws3tZZnyMd+y0i79CchpdtrMUD/Jzkcx0KjvxWF7oTw==
|
|
1897
1897
|
dependencies:
|
|
1898
|
-
"@salesforce/core" "^8.
|
|
1898
|
+
"@salesforce/core" "^8.28.1"
|
|
1899
1899
|
"@salesforce/kit" "^3.2.6"
|
|
1900
1900
|
"@salesforce/ts-types" "^2.0.11"
|
|
1901
1901
|
"@types/shelljs" "^0.10.0"
|
|
@@ -1996,10 +1996,10 @@
|
|
|
1996
1996
|
cli-progress "^3.12.0"
|
|
1997
1997
|
terminal-link "^3.0.0"
|
|
1998
1998
|
|
|
1999
|
-
"@salesforce/source-deploy-retrieve@12.32.
|
|
2000
|
-
version "12.32.
|
|
2001
|
-
resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.32.
|
|
2002
|
-
integrity sha512-
|
|
1999
|
+
"@salesforce/source-deploy-retrieve@12.32.2", "@salesforce/source-deploy-retrieve@^12.32.1":
|
|
2000
|
+
version "12.32.2"
|
|
2001
|
+
resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.32.2.tgz#05ce9728249b139ceab2cd8e382f4ac317e66f4a"
|
|
2002
|
+
integrity sha512-kvOgj1sAvc1VrcN3jbR3TDEt1cFoMt1qROkCmYQUfx0TLWcYgKp3PEIAvNAOWMuEa17Pz/AngeaxmGtqyj4M3w==
|
|
2003
2003
|
dependencies:
|
|
2004
2004
|
"@salesforce/core" "^8.27.1"
|
|
2005
2005
|
"@salesforce/kit" "^3.2.4"
|
|
@@ -3085,19 +3085,19 @@
|
|
|
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.
|
|
3089
|
-
version "8.
|
|
3090
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.
|
|
3091
|
-
integrity sha512-
|
|
3088
|
+
"@typescript-eslint/eslint-plugin@8.58.0", "@typescript-eslint/eslint-plugin@^8":
|
|
3089
|
+
version "8.58.0"
|
|
3090
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.58.0.tgz#ad40e492f1931f46da1bd888e52b9e56df9063aa"
|
|
3091
|
+
integrity sha512-RLkVSiNuUP1C2ROIWfqX+YcUfLaSnxGE/8M+Y57lopVwg9VTYYfhuz15Yf1IzCKgZj6/rIbYTmJCUSqr76r0Wg==
|
|
3092
3092
|
dependencies:
|
|
3093
3093
|
"@eslint-community/regexpp" "^4.12.2"
|
|
3094
|
-
"@typescript-eslint/scope-manager" "8.
|
|
3095
|
-
"@typescript-eslint/type-utils" "8.
|
|
3096
|
-
"@typescript-eslint/utils" "8.
|
|
3097
|
-
"@typescript-eslint/visitor-keys" "8.
|
|
3094
|
+
"@typescript-eslint/scope-manager" "8.58.0"
|
|
3095
|
+
"@typescript-eslint/type-utils" "8.58.0"
|
|
3096
|
+
"@typescript-eslint/utils" "8.58.0"
|
|
3097
|
+
"@typescript-eslint/visitor-keys" "8.58.0"
|
|
3098
3098
|
ignore "^7.0.5"
|
|
3099
3099
|
natural-compare "^1.4.0"
|
|
3100
|
-
ts-api-utils "^2.
|
|
3100
|
+
ts-api-utils "^2.5.0"
|
|
3101
3101
|
|
|
3102
3102
|
"@typescript-eslint/eslint-plugin@^6.21.0":
|
|
3103
3103
|
version "6.21.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.
|
|
3120
|
-
version "8.
|
|
3121
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.
|
|
3122
|
-
integrity sha512-
|
|
3119
|
+
"@typescript-eslint/parser@8.58.0", "@typescript-eslint/parser@^8":
|
|
3120
|
+
version "8.58.0"
|
|
3121
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.58.0.tgz#da04ece1967b6c2fe8f10c3473dabf3825795ef7"
|
|
3122
|
+
integrity sha512-rLoGZIf9afaRBYsPUMtvkDWykwXwUPL60HebR4JgTI8mxfFe2cQTu3AGitANp4b9B2QlVru6WzjgB2IzJKiCSA==
|
|
3123
3123
|
dependencies:
|
|
3124
|
-
"@typescript-eslint/scope-manager" "8.
|
|
3125
|
-
"@typescript-eslint/types" "8.
|
|
3126
|
-
"@typescript-eslint/typescript-estree" "8.
|
|
3127
|
-
"@typescript-eslint/visitor-keys" "8.
|
|
3124
|
+
"@typescript-eslint/scope-manager" "8.58.0"
|
|
3125
|
+
"@typescript-eslint/types" "8.58.0"
|
|
3126
|
+
"@typescript-eslint/typescript-estree" "8.58.0"
|
|
3127
|
+
"@typescript-eslint/visitor-keys" "8.58.0"
|
|
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.
|
|
3151
|
-
version "8.
|
|
3152
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.
|
|
3153
|
-
integrity sha512-
|
|
3150
|
+
"@typescript-eslint/project-service@8.58.0":
|
|
3151
|
+
version "8.58.0"
|
|
3152
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.58.0.tgz#66ceda0aabf7427aec3e2713fa43eb278dead2aa"
|
|
3153
|
+
integrity sha512-8Q/wBPWLQP1j16NxoPNIKpDZFMaxl7yWIoqXWYeWO+Bbd2mjgvoF0dxP2jKZg5+x49rgKdf7Ck473M8PC3V9lg==
|
|
3154
3154
|
dependencies:
|
|
3155
|
-
"@typescript-eslint/tsconfig-utils" "^8.
|
|
3156
|
-
"@typescript-eslint/types" "^8.
|
|
3155
|
+
"@typescript-eslint/tsconfig-utils" "^8.58.0"
|
|
3156
|
+
"@typescript-eslint/types" "^8.58.0"
|
|
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.
|
|
3184
|
-
version "8.
|
|
3185
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.
|
|
3186
|
-
integrity sha512-
|
|
3183
|
+
"@typescript-eslint/scope-manager@8.58.0":
|
|
3184
|
+
version "8.58.0"
|
|
3185
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.58.0.tgz#e304142775e49a1b7ac3c8bf2536714447c72cab"
|
|
3186
|
+
integrity sha512-W1Lur1oF50FxSnNdGp3Vs6P+yBRSmZiw4IIjEeYxd8UQJwhUF0gDgDD/W/Tgmh73mxgEU3qX0Bzdl/NGuSPEpQ==
|
|
3187
3187
|
dependencies:
|
|
3188
|
-
"@typescript-eslint/types" "8.
|
|
3189
|
-
"@typescript-eslint/visitor-keys" "8.
|
|
3188
|
+
"@typescript-eslint/types" "8.58.0"
|
|
3189
|
+
"@typescript-eslint/visitor-keys" "8.58.0"
|
|
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.
|
|
3197
|
-
version "8.
|
|
3198
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.
|
|
3199
|
-
integrity sha512-
|
|
3196
|
+
"@typescript-eslint/tsconfig-utils@8.58.0", "@typescript-eslint/tsconfig-utils@^8.58.0":
|
|
3197
|
+
version "8.58.0"
|
|
3198
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.58.0.tgz#c5a8edb21f31e0fdee565724e1b984171c559482"
|
|
3199
|
+
integrity sha512-doNSZEVJsWEu4htiVC+PR6NpM+pa+a4ClH9INRWOWCUzMst/VA9c4gXq92F8GUD1rwhNvRLkgjfYtFXegXQF7A==
|
|
3200
3200
|
|
|
3201
3201
|
"@typescript-eslint/type-utils@6.21.0":
|
|
3202
3202
|
version "6.21.0"
|
|
@@ -3208,16 +3208,16 @@
|
|
|
3208
3208
|
debug "^4.3.4"
|
|
3209
3209
|
ts-api-utils "^1.0.1"
|
|
3210
3210
|
|
|
3211
|
-
"@typescript-eslint/type-utils@8.
|
|
3212
|
-
version "8.
|
|
3213
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.
|
|
3214
|
-
integrity sha512-
|
|
3211
|
+
"@typescript-eslint/type-utils@8.58.0":
|
|
3212
|
+
version "8.58.0"
|
|
3213
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.58.0.tgz#ce0e72cd967ffbbe8de322db6089bd4374be352f"
|
|
3214
|
+
integrity sha512-aGsCQImkDIqMyx1u4PrVlbi/krmDsQUs4zAcCV6M7yPcPev+RqVlndsJy9kJ8TLihW9TZ0kbDAzctpLn5o+lOg==
|
|
3215
3215
|
dependencies:
|
|
3216
|
-
"@typescript-eslint/types" "8.
|
|
3217
|
-
"@typescript-eslint/typescript-estree" "8.
|
|
3218
|
-
"@typescript-eslint/utils" "8.
|
|
3216
|
+
"@typescript-eslint/types" "8.58.0"
|
|
3217
|
+
"@typescript-eslint/typescript-estree" "8.58.0"
|
|
3218
|
+
"@typescript-eslint/utils" "8.58.0"
|
|
3219
3219
|
debug "^4.4.3"
|
|
3220
|
-
ts-api-utils "^2.
|
|
3220
|
+
ts-api-utils "^2.5.0"
|
|
3221
3221
|
|
|
3222
3222
|
"@typescript-eslint/types@6.21.0":
|
|
3223
3223
|
version "6.21.0"
|
|
@@ -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.
|
|
3238
|
-
version "8.
|
|
3239
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.
|
|
3240
|
-
integrity sha512
|
|
3237
|
+
"@typescript-eslint/types@8.58.0", "@typescript-eslint/types@^8.58.0":
|
|
3238
|
+
version "8.58.0"
|
|
3239
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.58.0.tgz#e94ae7abdc1c6530e71183c1007b61fa93112a5a"
|
|
3240
|
+
integrity sha512-O9CjxypDT89fbHxRfETNoAnHj/i6IpRK0CvbVN3qibxlLdo5p5hcLmUuCCrHMpxiWSwKyI8mCP7qRNYuOJ0Uww==
|
|
3241
3241
|
|
|
3242
3242
|
"@typescript-eslint/typescript-estree@6.21.0":
|
|
3243
3243
|
version "6.21.0"
|
|
@@ -3282,20 +3282,20 @@
|
|
|
3282
3282
|
tinyglobby "^0.2.15"
|
|
3283
3283
|
ts-api-utils "^2.4.0"
|
|
3284
3284
|
|
|
3285
|
-
"@typescript-eslint/typescript-estree@8.
|
|
3286
|
-
version "8.
|
|
3287
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.
|
|
3288
|
-
integrity sha512-
|
|
3285
|
+
"@typescript-eslint/typescript-estree@8.58.0":
|
|
3286
|
+
version "8.58.0"
|
|
3287
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.58.0.tgz#ed233faa8e2f2a2e1357c3e7d553d6465a0ee59a"
|
|
3288
|
+
integrity sha512-7vv5UWbHqew/dvs+D3e1RvLv1v2eeZ9txRHPnEEBUgSNLx5ghdzjHa0sgLWYVKssH+lYmV0JaWdoubo0ncGYLA==
|
|
3289
3289
|
dependencies:
|
|
3290
|
-
"@typescript-eslint/project-service" "8.
|
|
3291
|
-
"@typescript-eslint/tsconfig-utils" "8.
|
|
3292
|
-
"@typescript-eslint/types" "8.
|
|
3293
|
-
"@typescript-eslint/visitor-keys" "8.
|
|
3290
|
+
"@typescript-eslint/project-service" "8.58.0"
|
|
3291
|
+
"@typescript-eslint/tsconfig-utils" "8.58.0"
|
|
3292
|
+
"@typescript-eslint/types" "8.58.0"
|
|
3293
|
+
"@typescript-eslint/visitor-keys" "8.58.0"
|
|
3294
3294
|
debug "^4.4.3"
|
|
3295
3295
|
minimatch "^10.2.2"
|
|
3296
3296
|
semver "^7.7.3"
|
|
3297
3297
|
tinyglobby "^0.2.15"
|
|
3298
|
-
ts-api-utils "^2.
|
|
3298
|
+
ts-api-utils "^2.5.0"
|
|
3299
3299
|
|
|
3300
3300
|
"@typescript-eslint/utils@6.21.0":
|
|
3301
3301
|
version "6.21.0"
|
|
@@ -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.
|
|
3314
|
-
version "8.
|
|
3315
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.
|
|
3316
|
-
integrity sha512-
|
|
3313
|
+
"@typescript-eslint/utils@8.58.0":
|
|
3314
|
+
version "8.58.0"
|
|
3315
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.58.0.tgz#21a74a7963b0d288b719a4121c7dd555adaab3c3"
|
|
3316
|
+
integrity sha512-RfeSqcFeHMHlAWzt4TBjWOAtoW9lnsAGiP3GbaX9uVgTYYrMbVnGONEfUCiSss+xMHFl+eHZiipmA8WkQ7FuNA==
|
|
3317
3317
|
dependencies:
|
|
3318
3318
|
"@eslint-community/eslint-utils" "^4.9.1"
|
|
3319
|
-
"@typescript-eslint/scope-manager" "8.
|
|
3320
|
-
"@typescript-eslint/types" "8.
|
|
3321
|
-
"@typescript-eslint/typescript-estree" "8.
|
|
3319
|
+
"@typescript-eslint/scope-manager" "8.58.0"
|
|
3320
|
+
"@typescript-eslint/types" "8.58.0"
|
|
3321
|
+
"@typescript-eslint/typescript-estree" "8.58.0"
|
|
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.
|
|
3368
|
-
version "8.
|
|
3369
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.
|
|
3370
|
-
integrity sha512-
|
|
3367
|
+
"@typescript-eslint/visitor-keys@8.58.0":
|
|
3368
|
+
version "8.58.0"
|
|
3369
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.58.0.tgz#2abd55a4be70fd55967aceaba4330b9ba9f45189"
|
|
3370
|
+
integrity sha512-XJ9UD9+bbDo4a4epraTwG3TsNPeiB9aShrUneAVXy8q4LuwowN+qu89/6ByLMINqvIMeI9H9hOHQtg/ijrYXzQ==
|
|
3371
3371
|
dependencies:
|
|
3372
|
-
"@typescript-eslint/types" "8.
|
|
3372
|
+
"@typescript-eslint/types" "8.58.0"
|
|
3373
3373
|
eslint-visitor-keys "^5.0.0"
|
|
3374
3374
|
|
|
3375
3375
|
"@ungap/structured-clone@^1.0.0", "@ungap/structured-clone@^1.2.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.156:
|
|
4994
|
+
version "6.0.156"
|
|
4995
|
+
resolved "https://registry.yarnpkg.com/eslint-config-oclif/-/eslint-config-oclif-6.0.156.tgz#2cd9b1ffa183e157eb7b5e7563a93e4ee1c95367"
|
|
4996
|
+
integrity sha512-CA/h54WSdpGFU829gC6FRN0rcOZYe/+k/gRGZW3W1RZW8Jbb1mMZOXJCzMh0M2vyH7Bz60poRt6hsugiIAtwHQ==
|
|
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.154:
|
|
|
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.
|
|
5014
|
+
typescript-eslint "^8.58.0"
|
|
5015
5015
|
|
|
5016
5016
|
eslint-config-prettier@^9.1.0:
|
|
5017
5017
|
version "9.1.2"
|
|
@@ -9672,6 +9672,11 @@ ts-api-utils@^2.4.0:
|
|
|
9672
9672
|
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.4.0.tgz#2690579f96d2790253bdcf1ca35d569ad78f9ad8"
|
|
9673
9673
|
integrity sha512-3TaVTaAv2gTiMB35i3FiGJaRfwb3Pyn/j3m/bfAvGe8FB7CF6u+LMYqYlDh7reQf7UNvoTvdfAqHGmPGOSsPmA==
|
|
9674
9674
|
|
|
9675
|
+
ts-api-utils@^2.5.0:
|
|
9676
|
+
version "2.5.0"
|
|
9677
|
+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.5.0.tgz#4acd4a155e22734990a5ed1fe9e97f113bcb37c1"
|
|
9678
|
+
integrity sha512-OJ/ibxhPlqrMM0UiNHJ/0CKQkoKF243/AEmplt3qpRgkW8VG7IfOS41h7V8TjITqdByHzrjcS/2si+y4lIh8NA==
|
|
9679
|
+
|
|
9675
9680
|
ts-declaration-location@^1.0.6:
|
|
9676
9681
|
version "1.0.7"
|
|
9677
9682
|
resolved "https://registry.yarnpkg.com/ts-declaration-location/-/ts-declaration-location-1.0.7.tgz#d4068fe9975828b3b453b3ab112b4711d8267688"
|
|
@@ -9858,15 +9863,15 @@ typedoc@^0.26.5:
|
|
|
9858
9863
|
shiki "^1.16.2"
|
|
9859
9864
|
yaml "^2.5.1"
|
|
9860
9865
|
|
|
9861
|
-
typescript-eslint@^8.
|
|
9862
|
-
version "8.
|
|
9863
|
-
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.
|
|
9864
|
-
integrity sha512-
|
|
9866
|
+
typescript-eslint@^8.58.0:
|
|
9867
|
+
version "8.58.0"
|
|
9868
|
+
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.58.0.tgz#5758b1b68ae7ec05d756b98c63a1f6953a01172b"
|
|
9869
|
+
integrity sha512-e2TQzKfaI85fO+F3QywtX+tCTsu/D3WW5LVU6nz8hTFKFZ8yBJ6mSYRpXqdR3mFjPWmO0eWsTa5f+UpAOe/FMA==
|
|
9865
9870
|
dependencies:
|
|
9866
|
-
"@typescript-eslint/eslint-plugin" "8.
|
|
9867
|
-
"@typescript-eslint/parser" "8.
|
|
9868
|
-
"@typescript-eslint/typescript-estree" "8.
|
|
9869
|
-
"@typescript-eslint/utils" "8.
|
|
9871
|
+
"@typescript-eslint/eslint-plugin" "8.58.0"
|
|
9872
|
+
"@typescript-eslint/parser" "8.58.0"
|
|
9873
|
+
"@typescript-eslint/typescript-estree" "8.58.0"
|
|
9874
|
+
"@typescript-eslint/utils" "8.58.0"
|
|
9870
9875
|
|
|
9871
9876
|
"typescript@^4.6.4 || ^5.2.2", typescript@^5.5.4:
|
|
9872
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.56",
|
|
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.28.1",
|
|
12
12
|
"@salesforce/kit": "^3.2.6",
|
|
13
13
|
"@salesforce/sf-plugins-core": "^12.2.6",
|
|
14
|
-
"@salesforce/source-deploy-retrieve": "12.32.
|
|
14
|
+
"@salesforce/source-deploy-retrieve": "12.32.2",
|
|
15
15
|
"@salesforce/source-tracking": "7.8.9",
|
|
16
16
|
"@salesforce/ts-types": "^2.0.12",
|
|
17
17
|
"fast-deep-equal": "^3.1.3",
|
|
@@ -21,14 +21,14 @@
|
|
|
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.15",
|
|
25
|
+
"@salesforce/cli-plugins-testkit": "^5.3.52",
|
|
26
26
|
"@salesforce/dev-scripts": "^11.0.4",
|
|
27
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",
|
|
31
|
-
"eslint-config-oclif": "^6.0.
|
|
31
|
+
"eslint-config-oclif": "^6.0.156",
|
|
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",
|