@salesforce/plugin-agent 1.24.3 → 1.24.4
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/README.md +45 -15
- package/lib/commands/agent/test/results.d.ts +1 -0
- package/lib/commands/agent/test/results.js +3 -1
- package/lib/commands/agent/test/results.js.map +1 -1
- package/lib/commands/agent/test/resume.d.ts +1 -0
- package/lib/commands/agent/test/resume.js +3 -1
- package/lib/commands/agent/test/resume.js.map +1 -1
- package/lib/commands/agent/test/run.d.ts +1 -0
- package/lib/commands/agent/test/run.js +3 -1
- package/lib/commands/agent/test/run.js.map +1 -1
- package/lib/flags.d.ts +1 -0
- package/lib/flags.js +4 -0
- package/lib/flags.js.map +1 -1
- package/lib/handleTestResults.d.ts +3 -2
- package/lib/handleTestResults.js +4 -4
- package/lib/handleTestResults.js.map +1 -1
- package/messages/shared.md +10 -0
- package/npm-shrinkwrap.json +391 -13
- package/oclif.lock +175 -11
- package/oclif.manifest.json +22 -1
- package/package.json +5 -5
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-agent",
|
|
3
|
-
"version": "1.24.
|
|
3
|
+
"version": "1.24.4",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/plugin-agent",
|
|
9
|
-
"version": "1.24.
|
|
9
|
+
"version": "1.24.4",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@inquirer/core": "^10.1.6",
|
|
@@ -33,9 +33,9 @@
|
|
|
33
33
|
"@salesforce/cli-plugins-testkit": "^5.3.35",
|
|
34
34
|
"@salesforce/dev-scripts": "^10.2.12",
|
|
35
35
|
"@salesforce/plugin-command-reference": "^3.1.65",
|
|
36
|
-
"@types/inquirer": "^9.0.
|
|
36
|
+
"@types/inquirer": "^9.0.9",
|
|
37
37
|
"@types/react": "^18.3.3",
|
|
38
|
-
"eslint-config-xo": "^0.
|
|
38
|
+
"eslint-config-xo": "^0.48.0",
|
|
39
39
|
"eslint-config-xo-react": "^0.27.0",
|
|
40
40
|
"eslint-plugin-react": "^7.34.3",
|
|
41
41
|
"eslint-plugin-react-hooks": "^4.6.2",
|
|
@@ -1941,6 +1941,48 @@
|
|
|
1941
1941
|
"node": "^12.0.0 || ^14.0.0 || >=16.0.0"
|
|
1942
1942
|
}
|
|
1943
1943
|
},
|
|
1944
|
+
"node_modules/@eslint/core": {
|
|
1945
|
+
"version": "0.13.0",
|
|
1946
|
+
"resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.13.0.tgz",
|
|
1947
|
+
"integrity": "sha512-yfkgDw1KR66rkT5A8ci4irzDysN7FRpq3ttJolR88OqQikAWqwA8j5VZyas+vjyBNFIJ7MfybJ9plMILI2UrCw==",
|
|
1948
|
+
"dev": true,
|
|
1949
|
+
"license": "Apache-2.0",
|
|
1950
|
+
"dependencies": {
|
|
1951
|
+
"@types/json-schema": "^7.0.15"
|
|
1952
|
+
},
|
|
1953
|
+
"engines": {
|
|
1954
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
1955
|
+
}
|
|
1956
|
+
},
|
|
1957
|
+
"node_modules/@eslint/css": {
|
|
1958
|
+
"version": "0.7.0",
|
|
1959
|
+
"resolved": "https://registry.npmjs.org/@eslint/css/-/css-0.7.0.tgz",
|
|
1960
|
+
"integrity": "sha512-d6mo8etv4igrTGxgvWSgA5+TsppfObM/Xhlu8JWbkqNBiaJXztUNH45R1B4i1GL2PNIFMLREI3Kh9lTBi19l7g==",
|
|
1961
|
+
"dev": true,
|
|
1962
|
+
"license": "Apache-2.0",
|
|
1963
|
+
"dependencies": {
|
|
1964
|
+
"@eslint/core": "^0.13.0",
|
|
1965
|
+
"@eslint/css-tree": "^3.3.3",
|
|
1966
|
+
"@eslint/plugin-kit": "^0.2.5"
|
|
1967
|
+
},
|
|
1968
|
+
"engines": {
|
|
1969
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
1970
|
+
}
|
|
1971
|
+
},
|
|
1972
|
+
"node_modules/@eslint/css-tree": {
|
|
1973
|
+
"version": "3.6.3",
|
|
1974
|
+
"resolved": "https://registry.npmjs.org/@eslint/css-tree/-/css-tree-3.6.3.tgz",
|
|
1975
|
+
"integrity": "sha512-M9iq4Brt/MG+5/B4Jrla5XZqaCgaHjfZyMSUJM3KNpBU61u8gMYg4TTaNTP/mUGR/rnRrVV7RXmh5qI4pIk0Yw==",
|
|
1976
|
+
"dev": true,
|
|
1977
|
+
"license": "MIT",
|
|
1978
|
+
"dependencies": {
|
|
1979
|
+
"mdn-data": "2.21.0",
|
|
1980
|
+
"source-map-js": "^1.0.1"
|
|
1981
|
+
},
|
|
1982
|
+
"engines": {
|
|
1983
|
+
"node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0"
|
|
1984
|
+
}
|
|
1985
|
+
},
|
|
1944
1986
|
"node_modules/@eslint/eslintrc": {
|
|
1945
1987
|
"version": "2.1.4",
|
|
1946
1988
|
"resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.4.tgz",
|
|
@@ -1975,6 +2017,49 @@
|
|
|
1975
2017
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
1976
2018
|
}
|
|
1977
2019
|
},
|
|
2020
|
+
"node_modules/@eslint/json": {
|
|
2021
|
+
"version": "0.12.0",
|
|
2022
|
+
"resolved": "https://registry.npmjs.org/@eslint/json/-/json-0.12.0.tgz",
|
|
2023
|
+
"integrity": "sha512-n/7dz8HFStpEe4o5eYk0tdkBdGUS/ZGb0GQCeDWN1ZmRq67HMHK4vC33b0rQlTT6xdZoX935P4vstiWVk5Ying==",
|
|
2024
|
+
"dev": true,
|
|
2025
|
+
"license": "Apache-2.0",
|
|
2026
|
+
"dependencies": {
|
|
2027
|
+
"@eslint/core": "^0.12.0",
|
|
2028
|
+
"@eslint/plugin-kit": "^0.2.7",
|
|
2029
|
+
"@humanwhocodes/momoa": "^3.3.4",
|
|
2030
|
+
"natural-compare": "^1.4.0"
|
|
2031
|
+
},
|
|
2032
|
+
"engines": {
|
|
2033
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
2034
|
+
}
|
|
2035
|
+
},
|
|
2036
|
+
"node_modules/@eslint/json/node_modules/@eslint/core": {
|
|
2037
|
+
"version": "0.12.0",
|
|
2038
|
+
"resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.12.0.tgz",
|
|
2039
|
+
"integrity": "sha512-cmrR6pytBuSMTaBweKoGMwu3EiHiEC+DoyupPmlZ0HxBJBtIxwe+j/E4XPIKNx+Q74c8lXKPwYawBf5glsTkHg==",
|
|
2040
|
+
"dev": true,
|
|
2041
|
+
"license": "Apache-2.0",
|
|
2042
|
+
"dependencies": {
|
|
2043
|
+
"@types/json-schema": "^7.0.15"
|
|
2044
|
+
},
|
|
2045
|
+
"engines": {
|
|
2046
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
2047
|
+
}
|
|
2048
|
+
},
|
|
2049
|
+
"node_modules/@eslint/plugin-kit": {
|
|
2050
|
+
"version": "0.2.8",
|
|
2051
|
+
"resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.2.8.tgz",
|
|
2052
|
+
"integrity": "sha512-ZAoA40rNMPwSm+AeHpCq8STiNAwzWLJuP8Xv4CHIc9wv/PSuExjMrmjfYNj682vW0OOiZ1HKxzvjQr9XZIisQA==",
|
|
2053
|
+
"dev": true,
|
|
2054
|
+
"license": "Apache-2.0",
|
|
2055
|
+
"dependencies": {
|
|
2056
|
+
"@eslint/core": "^0.13.0",
|
|
2057
|
+
"levn": "^0.4.1"
|
|
2058
|
+
},
|
|
2059
|
+
"engines": {
|
|
2060
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
2061
|
+
}
|
|
2062
|
+
},
|
|
1978
2063
|
"node_modules/@humanwhocodes/config-array": {
|
|
1979
2064
|
"version": "0.13.0",
|
|
1980
2065
|
"resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.13.0.tgz",
|
|
@@ -2004,6 +2089,16 @@
|
|
|
2004
2089
|
"url": "https://github.com/sponsors/nzakas"
|
|
2005
2090
|
}
|
|
2006
2091
|
},
|
|
2092
|
+
"node_modules/@humanwhocodes/momoa": {
|
|
2093
|
+
"version": "3.3.9",
|
|
2094
|
+
"resolved": "https://registry.npmjs.org/@humanwhocodes/momoa/-/momoa-3.3.9.tgz",
|
|
2095
|
+
"integrity": "sha512-LHw6Op4bJb3/3KZgOgwflJx5zY9XOy0NU1NuyUFKGdTwHYmP+PbnQGCYQJ8NVNlulLfQish34b0VuUlLYP3AXA==",
|
|
2096
|
+
"dev": true,
|
|
2097
|
+
"license": "Apache-2.0",
|
|
2098
|
+
"engines": {
|
|
2099
|
+
"node": ">=18"
|
|
2100
|
+
}
|
|
2101
|
+
},
|
|
2007
2102
|
"node_modules/@humanwhocodes/object-schema": {
|
|
2008
2103
|
"version": "2.0.3",
|
|
2009
2104
|
"resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz",
|
|
@@ -5128,6 +5223,202 @@
|
|
|
5128
5223
|
"node": ">=18.0.0"
|
|
5129
5224
|
}
|
|
5130
5225
|
},
|
|
5226
|
+
"node_modules/@stylistic/eslint-plugin": {
|
|
5227
|
+
"version": "4.4.1",
|
|
5228
|
+
"resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin/-/eslint-plugin-4.4.1.tgz",
|
|
5229
|
+
"integrity": "sha512-CEigAk7eOLyHvdgmpZsKFwtiqS2wFwI1fn4j09IU9GmD4euFM4jEBAViWeCqaNLlbX2k2+A/Fq9cje4HQBXuJQ==",
|
|
5230
|
+
"dev": true,
|
|
5231
|
+
"license": "MIT",
|
|
5232
|
+
"dependencies": {
|
|
5233
|
+
"@typescript-eslint/utils": "^8.32.1",
|
|
5234
|
+
"eslint-visitor-keys": "^4.2.0",
|
|
5235
|
+
"espree": "^10.3.0",
|
|
5236
|
+
"estraverse": "^5.3.0",
|
|
5237
|
+
"picomatch": "^4.0.2"
|
|
5238
|
+
},
|
|
5239
|
+
"engines": {
|
|
5240
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
5241
|
+
},
|
|
5242
|
+
"peerDependencies": {
|
|
5243
|
+
"eslint": ">=9.0.0"
|
|
5244
|
+
}
|
|
5245
|
+
},
|
|
5246
|
+
"node_modules/@stylistic/eslint-plugin/node_modules/@typescript-eslint/scope-manager": {
|
|
5247
|
+
"version": "8.39.1",
|
|
5248
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.39.1.tgz",
|
|
5249
|
+
"integrity": "sha512-RkBKGBrjgskFGWuyUGz/EtD8AF/GW49S21J8dvMzpJitOF1slLEbbHnNEtAHtnDAnx8qDEdRrULRnWVx27wGBw==",
|
|
5250
|
+
"dev": true,
|
|
5251
|
+
"license": "MIT",
|
|
5252
|
+
"dependencies": {
|
|
5253
|
+
"@typescript-eslint/types": "8.39.1",
|
|
5254
|
+
"@typescript-eslint/visitor-keys": "8.39.1"
|
|
5255
|
+
},
|
|
5256
|
+
"engines": {
|
|
5257
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
5258
|
+
},
|
|
5259
|
+
"funding": {
|
|
5260
|
+
"type": "opencollective",
|
|
5261
|
+
"url": "https://opencollective.com/typescript-eslint"
|
|
5262
|
+
}
|
|
5263
|
+
},
|
|
5264
|
+
"node_modules/@stylistic/eslint-plugin/node_modules/@typescript-eslint/types": {
|
|
5265
|
+
"version": "8.39.1",
|
|
5266
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.39.1.tgz",
|
|
5267
|
+
"integrity": "sha512-7sPDKQQp+S11laqTrhHqeAbsCfMkwJMrV7oTDvtDds4mEofJYir414bYKUEb8YPUm9QL3U+8f6L6YExSoAGdQw==",
|
|
5268
|
+
"dev": true,
|
|
5269
|
+
"license": "MIT",
|
|
5270
|
+
"engines": {
|
|
5271
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
5272
|
+
},
|
|
5273
|
+
"funding": {
|
|
5274
|
+
"type": "opencollective",
|
|
5275
|
+
"url": "https://opencollective.com/typescript-eslint"
|
|
5276
|
+
}
|
|
5277
|
+
},
|
|
5278
|
+
"node_modules/@stylistic/eslint-plugin/node_modules/@typescript-eslint/typescript-estree": {
|
|
5279
|
+
"version": "8.39.1",
|
|
5280
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.39.1.tgz",
|
|
5281
|
+
"integrity": "sha512-EKkpcPuIux48dddVDXyQBlKdeTPMmALqBUbEk38McWv0qVEZwOpVJBi7ugK5qVNgeuYjGNQxrrnoM/5+TI/BPw==",
|
|
5282
|
+
"dev": true,
|
|
5283
|
+
"license": "MIT",
|
|
5284
|
+
"dependencies": {
|
|
5285
|
+
"@typescript-eslint/project-service": "8.39.1",
|
|
5286
|
+
"@typescript-eslint/tsconfig-utils": "8.39.1",
|
|
5287
|
+
"@typescript-eslint/types": "8.39.1",
|
|
5288
|
+
"@typescript-eslint/visitor-keys": "8.39.1",
|
|
5289
|
+
"debug": "^4.3.4",
|
|
5290
|
+
"fast-glob": "^3.3.2",
|
|
5291
|
+
"is-glob": "^4.0.3",
|
|
5292
|
+
"minimatch": "^9.0.4",
|
|
5293
|
+
"semver": "^7.6.0",
|
|
5294
|
+
"ts-api-utils": "^2.1.0"
|
|
5295
|
+
},
|
|
5296
|
+
"engines": {
|
|
5297
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
5298
|
+
},
|
|
5299
|
+
"funding": {
|
|
5300
|
+
"type": "opencollective",
|
|
5301
|
+
"url": "https://opencollective.com/typescript-eslint"
|
|
5302
|
+
},
|
|
5303
|
+
"peerDependencies": {
|
|
5304
|
+
"typescript": ">=4.8.4 <6.0.0"
|
|
5305
|
+
}
|
|
5306
|
+
},
|
|
5307
|
+
"node_modules/@stylistic/eslint-plugin/node_modules/@typescript-eslint/utils": {
|
|
5308
|
+
"version": "8.39.1",
|
|
5309
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.39.1.tgz",
|
|
5310
|
+
"integrity": "sha512-VF5tZ2XnUSTuiqZFXCZfZs1cgkdd3O/sSYmdo2EpSyDlC86UM/8YytTmKnehOW3TGAlivqTDT6bS87B/GQ/jyg==",
|
|
5311
|
+
"dev": true,
|
|
5312
|
+
"license": "MIT",
|
|
5313
|
+
"dependencies": {
|
|
5314
|
+
"@eslint-community/eslint-utils": "^4.7.0",
|
|
5315
|
+
"@typescript-eslint/scope-manager": "8.39.1",
|
|
5316
|
+
"@typescript-eslint/types": "8.39.1",
|
|
5317
|
+
"@typescript-eslint/typescript-estree": "8.39.1"
|
|
5318
|
+
},
|
|
5319
|
+
"engines": {
|
|
5320
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
5321
|
+
},
|
|
5322
|
+
"funding": {
|
|
5323
|
+
"type": "opencollective",
|
|
5324
|
+
"url": "https://opencollective.com/typescript-eslint"
|
|
5325
|
+
},
|
|
5326
|
+
"peerDependencies": {
|
|
5327
|
+
"eslint": "^8.57.0 || ^9.0.0",
|
|
5328
|
+
"typescript": ">=4.8.4 <6.0.0"
|
|
5329
|
+
}
|
|
5330
|
+
},
|
|
5331
|
+
"node_modules/@stylistic/eslint-plugin/node_modules/@typescript-eslint/visitor-keys": {
|
|
5332
|
+
"version": "8.39.1",
|
|
5333
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.39.1.tgz",
|
|
5334
|
+
"integrity": "sha512-W8FQi6kEh2e8zVhQ0eeRnxdvIoOkAp/CPAahcNio6nO9dsIwb9b34z90KOlheoyuVf6LSOEdjlkxSkapNEc+4A==",
|
|
5335
|
+
"dev": true,
|
|
5336
|
+
"license": "MIT",
|
|
5337
|
+
"dependencies": {
|
|
5338
|
+
"@typescript-eslint/types": "8.39.1",
|
|
5339
|
+
"eslint-visitor-keys": "^4.2.1"
|
|
5340
|
+
},
|
|
5341
|
+
"engines": {
|
|
5342
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
5343
|
+
},
|
|
5344
|
+
"funding": {
|
|
5345
|
+
"type": "opencollective",
|
|
5346
|
+
"url": "https://opencollective.com/typescript-eslint"
|
|
5347
|
+
}
|
|
5348
|
+
},
|
|
5349
|
+
"node_modules/@stylistic/eslint-plugin/node_modules/eslint-visitor-keys": {
|
|
5350
|
+
"version": "4.2.1",
|
|
5351
|
+
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz",
|
|
5352
|
+
"integrity": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==",
|
|
5353
|
+
"dev": true,
|
|
5354
|
+
"license": "Apache-2.0",
|
|
5355
|
+
"engines": {
|
|
5356
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
5357
|
+
},
|
|
5358
|
+
"funding": {
|
|
5359
|
+
"url": "https://opencollective.com/eslint"
|
|
5360
|
+
}
|
|
5361
|
+
},
|
|
5362
|
+
"node_modules/@stylistic/eslint-plugin/node_modules/espree": {
|
|
5363
|
+
"version": "10.4.0",
|
|
5364
|
+
"resolved": "https://registry.npmjs.org/espree/-/espree-10.4.0.tgz",
|
|
5365
|
+
"integrity": "sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==",
|
|
5366
|
+
"dev": true,
|
|
5367
|
+
"license": "BSD-2-Clause",
|
|
5368
|
+
"dependencies": {
|
|
5369
|
+
"acorn": "^8.15.0",
|
|
5370
|
+
"acorn-jsx": "^5.3.2",
|
|
5371
|
+
"eslint-visitor-keys": "^4.2.1"
|
|
5372
|
+
},
|
|
5373
|
+
"engines": {
|
|
5374
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
5375
|
+
},
|
|
5376
|
+
"funding": {
|
|
5377
|
+
"url": "https://opencollective.com/eslint"
|
|
5378
|
+
}
|
|
5379
|
+
},
|
|
5380
|
+
"node_modules/@stylistic/eslint-plugin/node_modules/minimatch": {
|
|
5381
|
+
"version": "9.0.5",
|
|
5382
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
|
|
5383
|
+
"integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
|
|
5384
|
+
"dev": true,
|
|
5385
|
+
"license": "ISC",
|
|
5386
|
+
"dependencies": {
|
|
5387
|
+
"brace-expansion": "^2.0.1"
|
|
5388
|
+
},
|
|
5389
|
+
"engines": {
|
|
5390
|
+
"node": ">=16 || 14 >=14.17"
|
|
5391
|
+
},
|
|
5392
|
+
"funding": {
|
|
5393
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
5394
|
+
}
|
|
5395
|
+
},
|
|
5396
|
+
"node_modules/@stylistic/eslint-plugin/node_modules/picomatch": {
|
|
5397
|
+
"version": "4.0.3",
|
|
5398
|
+
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz",
|
|
5399
|
+
"integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
|
|
5400
|
+
"dev": true,
|
|
5401
|
+
"license": "MIT",
|
|
5402
|
+
"engines": {
|
|
5403
|
+
"node": ">=12"
|
|
5404
|
+
},
|
|
5405
|
+
"funding": {
|
|
5406
|
+
"url": "https://github.com/sponsors/jonschlinkert"
|
|
5407
|
+
}
|
|
5408
|
+
},
|
|
5409
|
+
"node_modules/@stylistic/eslint-plugin/node_modules/ts-api-utils": {
|
|
5410
|
+
"version": "2.1.0",
|
|
5411
|
+
"resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.1.0.tgz",
|
|
5412
|
+
"integrity": "sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==",
|
|
5413
|
+
"dev": true,
|
|
5414
|
+
"license": "MIT",
|
|
5415
|
+
"engines": {
|
|
5416
|
+
"node": ">=18.12"
|
|
5417
|
+
},
|
|
5418
|
+
"peerDependencies": {
|
|
5419
|
+
"typescript": ">=4.8.4"
|
|
5420
|
+
}
|
|
5421
|
+
},
|
|
5131
5422
|
"node_modules/@szmarczak/http-timer": {
|
|
5132
5423
|
"version": "4.0.6",
|
|
5133
5424
|
"resolved": "https://registry.npmjs.org/@szmarczak/http-timer/-/http-timer-4.0.6.tgz",
|
|
@@ -5210,9 +5501,9 @@
|
|
|
5210
5501
|
"license": "MIT"
|
|
5211
5502
|
},
|
|
5212
5503
|
"node_modules/@types/inquirer": {
|
|
5213
|
-
"version": "9.0.
|
|
5214
|
-
"resolved": "https://registry.npmjs.org/@types/inquirer/-/inquirer-9.0.
|
|
5215
|
-
"integrity": "sha512
|
|
5504
|
+
"version": "9.0.9",
|
|
5505
|
+
"resolved": "https://registry.npmjs.org/@types/inquirer/-/inquirer-9.0.9.tgz",
|
|
5506
|
+
"integrity": "sha512-/mWx5136gts2Z2e5izdoRCo46lPp5TMs9R15GTSsgg/XnZyxDWVqoVU3R9lWnccKpqwsJLvRoxbCjoJtZB7DSw==",
|
|
5216
5507
|
"dev": true,
|
|
5217
5508
|
"license": "MIT",
|
|
5218
5509
|
"dependencies": {
|
|
@@ -5536,6 +5827,42 @@
|
|
|
5536
5827
|
}
|
|
5537
5828
|
}
|
|
5538
5829
|
},
|
|
5830
|
+
"node_modules/@typescript-eslint/project-service": {
|
|
5831
|
+
"version": "8.39.1",
|
|
5832
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.39.1.tgz",
|
|
5833
|
+
"integrity": "sha512-8fZxek3ONTwBu9ptw5nCKqZOSkXshZB7uAxuFF0J/wTMkKydjXCzqqga7MlFMpHi9DoG4BadhmTkITBcg8Aybw==",
|
|
5834
|
+
"dev": true,
|
|
5835
|
+
"license": "MIT",
|
|
5836
|
+
"dependencies": {
|
|
5837
|
+
"@typescript-eslint/tsconfig-utils": "^8.39.1",
|
|
5838
|
+
"@typescript-eslint/types": "^8.39.1",
|
|
5839
|
+
"debug": "^4.3.4"
|
|
5840
|
+
},
|
|
5841
|
+
"engines": {
|
|
5842
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
5843
|
+
},
|
|
5844
|
+
"funding": {
|
|
5845
|
+
"type": "opencollective",
|
|
5846
|
+
"url": "https://opencollective.com/typescript-eslint"
|
|
5847
|
+
},
|
|
5848
|
+
"peerDependencies": {
|
|
5849
|
+
"typescript": ">=4.8.4 <6.0.0"
|
|
5850
|
+
}
|
|
5851
|
+
},
|
|
5852
|
+
"node_modules/@typescript-eslint/project-service/node_modules/@typescript-eslint/types": {
|
|
5853
|
+
"version": "8.39.1",
|
|
5854
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.39.1.tgz",
|
|
5855
|
+
"integrity": "sha512-7sPDKQQp+S11laqTrhHqeAbsCfMkwJMrV7oTDvtDds4mEofJYir414bYKUEb8YPUm9QL3U+8f6L6YExSoAGdQw==",
|
|
5856
|
+
"dev": true,
|
|
5857
|
+
"license": "MIT",
|
|
5858
|
+
"engines": {
|
|
5859
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
5860
|
+
},
|
|
5861
|
+
"funding": {
|
|
5862
|
+
"type": "opencollective",
|
|
5863
|
+
"url": "https://opencollective.com/typescript-eslint"
|
|
5864
|
+
}
|
|
5865
|
+
},
|
|
5539
5866
|
"node_modules/@typescript-eslint/scope-manager": {
|
|
5540
5867
|
"version": "6.21.0",
|
|
5541
5868
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-6.21.0.tgz",
|
|
@@ -5554,6 +5881,23 @@
|
|
|
5554
5881
|
"url": "https://opencollective.com/typescript-eslint"
|
|
5555
5882
|
}
|
|
5556
5883
|
},
|
|
5884
|
+
"node_modules/@typescript-eslint/tsconfig-utils": {
|
|
5885
|
+
"version": "8.39.1",
|
|
5886
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.39.1.tgz",
|
|
5887
|
+
"integrity": "sha512-ePUPGVtTMR8XMU2Hee8kD0Pu4NDE1CN9Q1sxGSGd/mbOtGZDM7pnhXNJnzW63zk/q+Z54zVzj44HtwXln5CvHA==",
|
|
5888
|
+
"dev": true,
|
|
5889
|
+
"license": "MIT",
|
|
5890
|
+
"engines": {
|
|
5891
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
5892
|
+
},
|
|
5893
|
+
"funding": {
|
|
5894
|
+
"type": "opencollective",
|
|
5895
|
+
"url": "https://opencollective.com/typescript-eslint"
|
|
5896
|
+
},
|
|
5897
|
+
"peerDependencies": {
|
|
5898
|
+
"typescript": ">=4.8.4 <6.0.0"
|
|
5899
|
+
}
|
|
5900
|
+
},
|
|
5557
5901
|
"node_modules/@typescript-eslint/type-utils": {
|
|
5558
5902
|
"version": "6.21.0",
|
|
5559
5903
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-6.21.0.tgz",
|
|
@@ -8179,22 +8523,26 @@
|
|
|
8179
8523
|
}
|
|
8180
8524
|
},
|
|
8181
8525
|
"node_modules/eslint-config-xo": {
|
|
8182
|
-
"version": "0.
|
|
8183
|
-
"resolved": "https://registry.npmjs.org/eslint-config-xo/-/eslint-config-xo-0.
|
|
8184
|
-
"integrity": "sha512-
|
|
8526
|
+
"version": "0.48.0",
|
|
8527
|
+
"resolved": "https://registry.npmjs.org/eslint-config-xo/-/eslint-config-xo-0.48.0.tgz",
|
|
8528
|
+
"integrity": "sha512-zINsjr18HJQtTRfod95Vz5wAwcIuN1ss8tRqFdSqj8fvXxJNYLrnEpE+Vderxu4Ydm3yIhYNyEUuP/c4wZerWA==",
|
|
8185
8529
|
"dev": true,
|
|
8186
8530
|
"license": "MIT",
|
|
8187
8531
|
"dependencies": {
|
|
8188
|
-
"
|
|
8532
|
+
"@eslint/css": "^0.7.0",
|
|
8533
|
+
"@eslint/json": "^0.12.0",
|
|
8534
|
+
"@stylistic/eslint-plugin": "^4.2.0",
|
|
8535
|
+
"confusing-browser-globals": "1.0.11",
|
|
8536
|
+
"globals": "^16.0.0"
|
|
8189
8537
|
},
|
|
8190
8538
|
"engines": {
|
|
8191
|
-
"node": ">=18"
|
|
8539
|
+
"node": ">=18.18"
|
|
8192
8540
|
},
|
|
8193
8541
|
"funding": {
|
|
8194
8542
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
8195
8543
|
},
|
|
8196
8544
|
"peerDependencies": {
|
|
8197
|
-
"eslint": ">=
|
|
8545
|
+
"eslint": ">=9.27.0"
|
|
8198
8546
|
}
|
|
8199
8547
|
},
|
|
8200
8548
|
"node_modules/eslint-config-xo-react": {
|
|
@@ -8215,6 +8563,19 @@
|
|
|
8215
8563
|
"eslint-plugin-react-hooks": ">=4.3.0"
|
|
8216
8564
|
}
|
|
8217
8565
|
},
|
|
8566
|
+
"node_modules/eslint-config-xo/node_modules/globals": {
|
|
8567
|
+
"version": "16.3.0",
|
|
8568
|
+
"resolved": "https://registry.npmjs.org/globals/-/globals-16.3.0.tgz",
|
|
8569
|
+
"integrity": "sha512-bqWEnJ1Nt3neqx2q5SFfGS8r/ahumIakg3HcwtNlrVlwXIeNumWn/c7Pn/wKzGhf6SaW6H6uWXLqC30STCMchQ==",
|
|
8570
|
+
"dev": true,
|
|
8571
|
+
"license": "MIT",
|
|
8572
|
+
"engines": {
|
|
8573
|
+
"node": ">=18"
|
|
8574
|
+
},
|
|
8575
|
+
"funding": {
|
|
8576
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
8577
|
+
}
|
|
8578
|
+
},
|
|
8218
8579
|
"node_modules/eslint-import-resolver-node": {
|
|
8219
8580
|
"version": "0.3.9",
|
|
8220
8581
|
"resolved": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.9.tgz",
|
|
@@ -12163,6 +12524,13 @@
|
|
|
12163
12524
|
"url": "https://opencollective.com/unified"
|
|
12164
12525
|
}
|
|
12165
12526
|
},
|
|
12527
|
+
"node_modules/mdn-data": {
|
|
12528
|
+
"version": "2.21.0",
|
|
12529
|
+
"resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.21.0.tgz",
|
|
12530
|
+
"integrity": "sha512-+ZKPQezM5vYJIkCxaC+4DTnRrVZR1CgsKLu5zsQERQx6Tea8Y+wMx5A24rq8A8NepCeatIQufVAekKNgiBMsGQ==",
|
|
12531
|
+
"dev": true,
|
|
12532
|
+
"license": "CC0-1.0"
|
|
12533
|
+
},
|
|
12166
12534
|
"node_modules/mdurl": {
|
|
12167
12535
|
"version": "2.0.0",
|
|
12168
12536
|
"resolved": "https://registry.npmjs.org/mdurl/-/mdurl-2.0.0.tgz",
|
|
@@ -15136,6 +15504,16 @@
|
|
|
15136
15504
|
"node": ">=0.10.0"
|
|
15137
15505
|
}
|
|
15138
15506
|
},
|
|
15507
|
+
"node_modules/source-map-js": {
|
|
15508
|
+
"version": "1.2.1",
|
|
15509
|
+
"resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
|
|
15510
|
+
"integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
|
|
15511
|
+
"dev": true,
|
|
15512
|
+
"license": "BSD-3-Clause",
|
|
15513
|
+
"engines": {
|
|
15514
|
+
"node": ">=0.10.0"
|
|
15515
|
+
}
|
|
15516
|
+
},
|
|
15139
15517
|
"node_modules/source-map-support": {
|
|
15140
15518
|
"version": "0.5.21",
|
|
15141
15519
|
"resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz",
|