@jsse/eslint-config 0.4.19 → 0.4.21
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 +12 -0
- package/dist/cli.js +1 -1
- package/dist/index.d.ts +165 -454
- package/dist/index.js +60 -23
- package/dist/{version-Cp29RKMJ.js → version-DJarHHwg.js} +1 -1
- package/package.json +18 -18
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { n as __export, r as __toESM, t as __commonJS } from "./chunk-kxGw7zjC.js";
|
|
2
|
-
import { n as DEBUG, r as SLOW_RULES, t as VERSION } from "./version-
|
|
2
|
+
import { n as DEBUG, r as SLOW_RULES, t as VERSION } from "./version-DJarHHwg.js";
|
|
3
3
|
import { builtinModules, createRequire } from "node:module";
|
|
4
4
|
import fs, { promises, realpathSync, statSync } from "node:fs";
|
|
5
5
|
import process$1 from "node:process";
|
|
@@ -12852,26 +12852,10 @@ async function importPluginReact() {
|
|
|
12852
12852
|
const pluginReact = await interopDefault(import("eslint-plugin-react"));
|
|
12853
12853
|
return { pluginReact };
|
|
12854
12854
|
}
|
|
12855
|
-
async function importPluginReactHooks() {
|
|
12856
|
-
const pluginReactHooks = await interopDefault(import("eslint-plugin-react-hooks"));
|
|
12857
|
-
return { pluginReactHooks };
|
|
12858
|
-
}
|
|
12859
12855
|
async function importPluginReactRefresh() {
|
|
12860
12856
|
const pluginReactRefresh = await interopDefault(import("eslint-plugin-react-refresh"));
|
|
12861
12857
|
return { pluginReactRefresh };
|
|
12862
12858
|
}
|
|
12863
|
-
async function importReactPlugins() {
|
|
12864
|
-
const [pluginReact, pluginReactHooks, pluginReactRefresh] = await Promise.all([
|
|
12865
|
-
interopDefault(import("eslint-plugin-react")),
|
|
12866
|
-
interopDefault(import("eslint-plugin-react-hooks")),
|
|
12867
|
-
interopDefault(import("eslint-plugin-react-refresh"))
|
|
12868
|
-
]);
|
|
12869
|
-
return {
|
|
12870
|
-
pluginReact,
|
|
12871
|
-
pluginReactHooks,
|
|
12872
|
-
pluginReactRefresh
|
|
12873
|
-
};
|
|
12874
|
-
}
|
|
12875
12859
|
async function importParserJsonc() {
|
|
12876
12860
|
const parserJsonc = await interopDefault(import("jsonc-eslint-parser"));
|
|
12877
12861
|
return { parserJsonc };
|
|
@@ -13091,8 +13075,8 @@ const imports = async (options) => {
|
|
|
13091
13075
|
};
|
|
13092
13076
|
|
|
13093
13077
|
//#endregion
|
|
13094
|
-
//#region node_modules/.pnpm/globals@16.
|
|
13095
|
-
var require_globals$1 = /* @__PURE__ */ __commonJS({ "node_modules/.pnpm/globals@16.
|
|
13078
|
+
//#region node_modules/.pnpm/globals@16.5.0/node_modules/globals/globals.json
|
|
13079
|
+
var require_globals$1 = /* @__PURE__ */ __commonJS({ "node_modules/.pnpm/globals@16.5.0/node_modules/globals/globals.json": ((exports, module) => {
|
|
13096
13080
|
module.exports = {
|
|
13097
13081
|
"amd": {
|
|
13098
13082
|
"define": false,
|
|
@@ -13111,6 +13095,7 @@ var require_globals$1 = /* @__PURE__ */ __commonJS({ "node_modules/.pnpm/globals
|
|
|
13111
13095
|
"Progress": false,
|
|
13112
13096
|
"Ref": false
|
|
13113
13097
|
},
|
|
13098
|
+
"astro": { "Astro": false },
|
|
13114
13099
|
"atomtest": {
|
|
13115
13100
|
"advanceClock": false,
|
|
13116
13101
|
"atom": false,
|
|
@@ -13324,6 +13309,7 @@ var require_globals$1 = /* @__PURE__ */ __commonJS({ "node_modules/.pnpm/globals
|
|
|
13324
13309
|
"DeviceOrientationEvent": false,
|
|
13325
13310
|
"devicePixelRatio": false,
|
|
13326
13311
|
"DevicePosture": false,
|
|
13312
|
+
"DigitalCredential": false,
|
|
13327
13313
|
"dispatchEvent": false,
|
|
13328
13314
|
"DisposableStack": false,
|
|
13329
13315
|
"document": false,
|
|
@@ -13551,6 +13537,7 @@ var require_globals$1 = /* @__PURE__ */ __commonJS({ "node_modules/.pnpm/globals
|
|
|
13551
13537
|
"IDBKeyRange": false,
|
|
13552
13538
|
"IDBObjectStore": false,
|
|
13553
13539
|
"IDBOpenDBRequest": false,
|
|
13540
|
+
"IDBRecord": false,
|
|
13554
13541
|
"IDBRequest": false,
|
|
13555
13542
|
"IDBTransaction": false,
|
|
13556
13543
|
"IDBVersionChangeEvent": false,
|
|
@@ -13576,6 +13563,7 @@ var require_globals$1 = /* @__PURE__ */ __commonJS({ "node_modules/.pnpm/globals
|
|
|
13576
13563
|
"InputDeviceInfo": false,
|
|
13577
13564
|
"InputEvent": false,
|
|
13578
13565
|
"IntegrityViolationReportBody": false,
|
|
13566
|
+
"InterestEvent": false,
|
|
13579
13567
|
"IntersectionObserver": false,
|
|
13580
13568
|
"IntersectionObserverEntry": false,
|
|
13581
13569
|
"isSecureContext": false,
|
|
@@ -13665,6 +13653,7 @@ var require_globals$1 = /* @__PURE__ */ __commonJS({ "node_modules/.pnpm/globals
|
|
|
13665
13653
|
"NavigationCurrentEntryChangeEvent": false,
|
|
13666
13654
|
"NavigationDestination": false,
|
|
13667
13655
|
"NavigationHistoryEntry": false,
|
|
13656
|
+
"NavigationPrecommitController": false,
|
|
13668
13657
|
"NavigationPreloadManager": false,
|
|
13669
13658
|
"NavigationTransition": false,
|
|
13670
13659
|
"navigator": false,
|
|
@@ -13995,6 +13984,7 @@ var require_globals$1 = /* @__PURE__ */ __commonJS({ "node_modules/.pnpm/globals
|
|
|
13995
13984
|
"SpeechRecognition": false,
|
|
13996
13985
|
"SpeechRecognitionErrorEvent": false,
|
|
13997
13986
|
"SpeechRecognitionEvent": false,
|
|
13987
|
+
"SpeechRecognitionPhrase": false,
|
|
13998
13988
|
"speechSynthesis": false,
|
|
13999
13989
|
"SpeechSynthesis": false,
|
|
14000
13990
|
"SpeechSynthesisErrorEvent": false,
|
|
@@ -15411,6 +15401,7 @@ var require_globals$1 = /* @__PURE__ */ __commonJS({ "node_modules/.pnpm/globals
|
|
|
15411
15401
|
"DecompressionStream": false,
|
|
15412
15402
|
"DisposableStack": false,
|
|
15413
15403
|
"DOMException": false,
|
|
15404
|
+
"ErrorEvent": false,
|
|
15414
15405
|
"Event": false,
|
|
15415
15406
|
"EventTarget": false,
|
|
15416
15407
|
"exports": true,
|
|
@@ -15419,6 +15410,7 @@ var require_globals$1 = /* @__PURE__ */ __commonJS({ "node_modules/.pnpm/globals
|
|
|
15419
15410
|
"FormData": false,
|
|
15420
15411
|
"global": false,
|
|
15421
15412
|
"Headers": false,
|
|
15413
|
+
"localStorage": false,
|
|
15422
15414
|
"MessageChannel": false,
|
|
15423
15415
|
"MessageEvent": false,
|
|
15424
15416
|
"MessagePort": false,
|
|
@@ -15444,9 +15436,11 @@ var require_globals$1 = /* @__PURE__ */ __commonJS({ "node_modules/.pnpm/globals
|
|
|
15444
15436
|
"Request": false,
|
|
15445
15437
|
"require": false,
|
|
15446
15438
|
"Response": false,
|
|
15439
|
+
"sessionStorage": false,
|
|
15447
15440
|
"setImmediate": false,
|
|
15448
15441
|
"setInterval": false,
|
|
15449
15442
|
"setTimeout": false,
|
|
15443
|
+
"Storage": false,
|
|
15450
15444
|
"structuredClone": false,
|
|
15451
15445
|
"SubtleCrypto": false,
|
|
15452
15446
|
"SuppressedError": false,
|
|
@@ -15489,6 +15483,7 @@ var require_globals$1 = /* @__PURE__ */ __commonJS({ "node_modules/.pnpm/globals
|
|
|
15489
15483
|
"DecompressionStream": false,
|
|
15490
15484
|
"DisposableStack": false,
|
|
15491
15485
|
"DOMException": false,
|
|
15486
|
+
"ErrorEvent": false,
|
|
15492
15487
|
"Event": false,
|
|
15493
15488
|
"EventTarget": false,
|
|
15494
15489
|
"fetch": false,
|
|
@@ -15496,6 +15491,7 @@ var require_globals$1 = /* @__PURE__ */ __commonJS({ "node_modules/.pnpm/globals
|
|
|
15496
15491
|
"FormData": false,
|
|
15497
15492
|
"global": false,
|
|
15498
15493
|
"Headers": false,
|
|
15494
|
+
"localStorage": false,
|
|
15499
15495
|
"MessageChannel": false,
|
|
15500
15496
|
"MessageEvent": false,
|
|
15501
15497
|
"MessagePort": false,
|
|
@@ -15519,9 +15515,11 @@ var require_globals$1 = /* @__PURE__ */ __commonJS({ "node_modules/.pnpm/globals
|
|
|
15519
15515
|
"ReadableStreamDefaultReader": false,
|
|
15520
15516
|
"Request": false,
|
|
15521
15517
|
"Response": false,
|
|
15518
|
+
"sessionStorage": false,
|
|
15522
15519
|
"setImmediate": false,
|
|
15523
15520
|
"setInterval": false,
|
|
15524
15521
|
"setTimeout": false,
|
|
15522
|
+
"Storage": false,
|
|
15525
15523
|
"structuredClone": false,
|
|
15526
15524
|
"SubtleCrypto": false,
|
|
15527
15525
|
"SuppressedError": false,
|
|
@@ -15769,6 +15767,7 @@ var require_globals$1 = /* @__PURE__ */ __commonJS({ "node_modules/.pnpm/globals
|
|
|
15769
15767
|
"IDBKeyRange": false,
|
|
15770
15768
|
"IDBObjectStore": false,
|
|
15771
15769
|
"IDBOpenDBRequest": false,
|
|
15770
|
+
"IDBRecord": false,
|
|
15772
15771
|
"IDBRequest": false,
|
|
15773
15772
|
"IDBTransaction": false,
|
|
15774
15773
|
"IDBVersionChangeEvent": false,
|
|
@@ -15956,12 +15955,14 @@ var require_globals$1 = /* @__PURE__ */ __commonJS({ "node_modules/.pnpm/globals
|
|
|
15956
15955
|
"DecompressionStream": false,
|
|
15957
15956
|
"DisposableStack": false,
|
|
15958
15957
|
"DOMException": false,
|
|
15958
|
+
"ErrorEvent": false,
|
|
15959
15959
|
"Event": false,
|
|
15960
15960
|
"EventTarget": false,
|
|
15961
15961
|
"fetch": false,
|
|
15962
15962
|
"File": false,
|
|
15963
15963
|
"FormData": false,
|
|
15964
15964
|
"Headers": false,
|
|
15965
|
+
"localStorage": false,
|
|
15965
15966
|
"MessageChannel": false,
|
|
15966
15967
|
"MessageEvent": false,
|
|
15967
15968
|
"MessagePort": false,
|
|
@@ -15984,8 +15985,10 @@ var require_globals$1 = /* @__PURE__ */ __commonJS({ "node_modules/.pnpm/globals
|
|
|
15984
15985
|
"ReadableStreamDefaultReader": false,
|
|
15985
15986
|
"Request": false,
|
|
15986
15987
|
"Response": false,
|
|
15988
|
+
"sessionStorage": false,
|
|
15987
15989
|
"setInterval": false,
|
|
15988
15990
|
"setTimeout": false,
|
|
15991
|
+
"Storage": false,
|
|
15989
15992
|
"structuredClone": false,
|
|
15990
15993
|
"SubtleCrypto": false,
|
|
15991
15994
|
"SuppressedError": false,
|
|
@@ -16040,6 +16043,15 @@ var require_globals$1 = /* @__PURE__ */ __commonJS({ "node_modules/.pnpm/globals
|
|
|
16040
16043
|
"uniq": false,
|
|
16041
16044
|
"which": false
|
|
16042
16045
|
},
|
|
16046
|
+
"svelte": {
|
|
16047
|
+
"$bindable": false,
|
|
16048
|
+
"$derived": false,
|
|
16049
|
+
"$effect": false,
|
|
16050
|
+
"$host": false,
|
|
16051
|
+
"$inspect": false,
|
|
16052
|
+
"$props": false,
|
|
16053
|
+
"$state": false
|
|
16054
|
+
},
|
|
16043
16055
|
"vitest": {
|
|
16044
16056
|
"afterAll": false,
|
|
16045
16057
|
"afterEach": false,
|
|
@@ -16059,6 +16071,15 @@ var require_globals$1 = /* @__PURE__ */ __commonJS({ "node_modules/.pnpm/globals
|
|
|
16059
16071
|
"vi": false,
|
|
16060
16072
|
"vitest": false
|
|
16061
16073
|
},
|
|
16074
|
+
"vue": {
|
|
16075
|
+
"defineEmits": false,
|
|
16076
|
+
"defineExpose": false,
|
|
16077
|
+
"defineModel": false,
|
|
16078
|
+
"defineOptions": false,
|
|
16079
|
+
"defineProps": false,
|
|
16080
|
+
"defineSlots": false,
|
|
16081
|
+
"withDefaults": false
|
|
16082
|
+
},
|
|
16062
16083
|
"webextensions": {
|
|
16063
16084
|
"browser": false,
|
|
16064
16085
|
"chrome": false,
|
|
@@ -16193,6 +16214,7 @@ var require_globals$1 = /* @__PURE__ */ __commonJS({ "node_modules/.pnpm/globals
|
|
|
16193
16214
|
"IDBKeyRange": false,
|
|
16194
16215
|
"IDBObjectStore": false,
|
|
16195
16216
|
"IDBOpenDBRequest": false,
|
|
16217
|
+
"IDBRecord": false,
|
|
16196
16218
|
"IDBRequest": false,
|
|
16197
16219
|
"IDBTransaction": false,
|
|
16198
16220
|
"IDBVersionChangeEvent": false,
|
|
@@ -16230,6 +16252,7 @@ var require_globals$1 = /* @__PURE__ */ __commonJS({ "node_modules/.pnpm/globals
|
|
|
16230
16252
|
"onmessage": true,
|
|
16231
16253
|
"onmessageerror": true,
|
|
16232
16254
|
"onrejectionhandled": true,
|
|
16255
|
+
"onrtctransform": true,
|
|
16233
16256
|
"onunhandledrejection": true,
|
|
16234
16257
|
"origin": false,
|
|
16235
16258
|
"Path2D": false,
|
|
@@ -16273,6 +16296,8 @@ var require_globals$1 = /* @__PURE__ */ __commonJS({ "node_modules/.pnpm/globals
|
|
|
16273
16296
|
"RTCDataChannel": false,
|
|
16274
16297
|
"RTCEncodedAudioFrame": false,
|
|
16275
16298
|
"RTCEncodedVideoFrame": false,
|
|
16299
|
+
"RTCRtpScriptTransformer": false,
|
|
16300
|
+
"RTCTransformEvent": false,
|
|
16276
16301
|
"scheduler": false,
|
|
16277
16302
|
"Scheduler": false,
|
|
16278
16303
|
"SecurityPolicyViolationEvent": false,
|
|
@@ -16398,8 +16423,8 @@ var require_globals$1 = /* @__PURE__ */ __commonJS({ "node_modules/.pnpm/globals
|
|
|
16398
16423
|
}) });
|
|
16399
16424
|
|
|
16400
16425
|
//#endregion
|
|
16401
|
-
//#region node_modules/.pnpm/globals@16.
|
|
16402
|
-
var require_globals = /* @__PURE__ */ __commonJS({ "node_modules/.pnpm/globals@16.
|
|
16426
|
+
//#region node_modules/.pnpm/globals@16.5.0/node_modules/globals/index.js
|
|
16427
|
+
var require_globals = /* @__PURE__ */ __commonJS({ "node_modules/.pnpm/globals@16.5.0/node_modules/globals/index.js": ((exports, module) => {
|
|
16403
16428
|
module.exports = require_globals$1();
|
|
16404
16429
|
}) });
|
|
16405
16430
|
|
|
@@ -17523,7 +17548,7 @@ function reactRules() {
|
|
|
17523
17548
|
};
|
|
17524
17549
|
}
|
|
17525
17550
|
async function reactHooks() {
|
|
17526
|
-
const
|
|
17551
|
+
const pluginReactHooks = await interopDefault(import("eslint-plugin-react-hooks"));
|
|
17527
17552
|
return [{
|
|
17528
17553
|
files: [GLOB_SRC],
|
|
17529
17554
|
plugins: { "react-hooks": pluginReactHooks },
|
|
@@ -17562,6 +17587,18 @@ function reactRecomendedRules() {
|
|
|
17562
17587
|
"react/require-render-return": 2
|
|
17563
17588
|
};
|
|
17564
17589
|
}
|
|
17590
|
+
async function importReactPlugins() {
|
|
17591
|
+
const [pluginReact, pluginReactHooks, pluginReactRefresh] = await Promise.all([
|
|
17592
|
+
interopDefault(import("eslint-plugin-react")),
|
|
17593
|
+
interopDefault(import("eslint-plugin-react-hooks")),
|
|
17594
|
+
interopDefault(import("eslint-plugin-react-refresh"))
|
|
17595
|
+
]);
|
|
17596
|
+
return {
|
|
17597
|
+
pluginReact,
|
|
17598
|
+
pluginReactHooks,
|
|
17599
|
+
pluginReactRefresh
|
|
17600
|
+
};
|
|
17601
|
+
}
|
|
17565
17602
|
const react = async (options) => {
|
|
17566
17603
|
const { componentExts, parserOptions = {}, react: react$1, reactRefresh, tsconfig } = options ?? {};
|
|
17567
17604
|
const reactPlugins = await importReactPlugins();
|
|
@@ -18653,4 +18690,4 @@ const presetAll = makePresetFn([
|
|
|
18653
18690
|
]);
|
|
18654
18691
|
|
|
18655
18692
|
//#endregion
|
|
18656
|
-
export { SLOW_RULES, VERSION, changeRuleEntrySeverity, combine, combineAsync, jsse as default, jsse, defineConfig, error2warn, globs_exports as globs, importJsoncLibs, importParserJsonc, importPluginJsonc, importPluginMarkdown, importPluginReact,
|
|
18693
|
+
export { SLOW_RULES, VERSION, changeRuleEntrySeverity, combine, combineAsync, jsse as default, jsse, defineConfig, error2warn, globs_exports as globs, importJsoncLibs, importParserJsonc, importPluginJsonc, importPluginMarkdown, importPluginReact, importPluginReactRefresh, importPluginStylistic, importPluginTsdoc, importYmlLibs, interopDefault, isCI, isInEditor, jsseReact, parserPlain, parserTs, pluginAntfu, pluginDeMorgan, pluginEslintComments, pluginImportLite, pluginN, pluginPerfectionist, pluginPnpm, pluginTs, pluginUnicorn, pluginUnusedImports, renameRules, turnOffRules, uniqueStrings, warn2error };
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jsse/eslint-config",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.4.
|
|
4
|
+
"version": "0.4.21",
|
|
5
5
|
"description": "@jsse/eslint-config ~ WYSIWYG",
|
|
6
6
|
"author": "jessekrubin <jessekrubin@gmail.com> (https://github.com/jessekrubin/)",
|
|
7
7
|
"license": "MIT",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
],
|
|
38
38
|
"peerDependencies": {
|
|
39
39
|
"@eslint-react/eslint-plugin": "^2.0.4",
|
|
40
|
-
"eslint": "^9.10.0",
|
|
40
|
+
"eslint": "^9.10.0 !=9.39.0",
|
|
41
41
|
"eslint-plugin-react": "^7.37.5",
|
|
42
42
|
"eslint-plugin-react-hooks": "^7.0.0",
|
|
43
43
|
"eslint-plugin-react-refresh": "^0.4.23"
|
|
@@ -61,13 +61,13 @@
|
|
|
61
61
|
},
|
|
62
62
|
"dependencies": {
|
|
63
63
|
"@eslint-community/eslint-plugin-eslint-comments": "^4.5.0",
|
|
64
|
-
"@eslint/compat": "^1.4.
|
|
65
|
-
"@eslint/js": "~9.38.0",
|
|
64
|
+
"@eslint/compat": "^1.4.1",
|
|
65
|
+
"@eslint/js": "~9.38.0 !=9.39.0",
|
|
66
66
|
"@eslint/markdown": "^7.5.0",
|
|
67
67
|
"@stylistic/eslint-plugin": "5.5.0",
|
|
68
|
-
"@typescript-eslint/eslint-plugin": "^8.46.
|
|
69
|
-
"@typescript-eslint/parser": "^8.46.
|
|
70
|
-
"@vitest/eslint-plugin": "^1.
|
|
68
|
+
"@typescript-eslint/eslint-plugin": "^8.46.3",
|
|
69
|
+
"@typescript-eslint/parser": "^8.46.3",
|
|
70
|
+
"@vitest/eslint-plugin": "^1.4.0",
|
|
71
71
|
"debug": "^4.4.3",
|
|
72
72
|
"eslint-config-flat-gitignore": "^2.1.0",
|
|
73
73
|
"eslint-merge-processors": "^2.0.0",
|
|
@@ -75,23 +75,23 @@
|
|
|
75
75
|
"eslint-plugin-command": "^3.3.1",
|
|
76
76
|
"eslint-plugin-de-morgan": "^2.0.0",
|
|
77
77
|
"eslint-plugin-import-lite": "^0.3.0",
|
|
78
|
-
"eslint-plugin-jsdoc": "^61.1.
|
|
78
|
+
"eslint-plugin-jsdoc": "^61.1.12",
|
|
79
79
|
"eslint-plugin-jsonc": "^2.21.0",
|
|
80
80
|
"eslint-plugin-n": "^17.23.1",
|
|
81
81
|
"eslint-plugin-no-only-tests": "^3.3.0",
|
|
82
82
|
"eslint-plugin-perfectionist": "^4.15.1",
|
|
83
83
|
"eslint-plugin-pnpm": "^1.3.0",
|
|
84
84
|
"eslint-plugin-react": "^7.37.5",
|
|
85
|
-
"eslint-plugin-react-hooks": "^7.0.
|
|
85
|
+
"eslint-plugin-react-hooks": "^7.0.1",
|
|
86
86
|
"eslint-plugin-react-refresh": "^0.4.24",
|
|
87
87
|
"eslint-plugin-toml": "^0.12.0",
|
|
88
88
|
"eslint-plugin-tsdoc": "^0.4.0",
|
|
89
|
-
"eslint-plugin-unicorn": "^
|
|
89
|
+
"eslint-plugin-unicorn": "^62.0.0",
|
|
90
90
|
"eslint-plugin-unused-imports": "^4.3.0",
|
|
91
91
|
"eslint-plugin-yml": "^1.19.0",
|
|
92
92
|
"jsonc-eslint-parser": "^2.4.1",
|
|
93
93
|
"toml-eslint-parser": "^0.10.0",
|
|
94
|
-
"typescript-eslint": "^8.46.
|
|
94
|
+
"typescript-eslint": "^8.46.3",
|
|
95
95
|
"yaml-eslint-parser": "^1.3.0"
|
|
96
96
|
},
|
|
97
97
|
"devDependencies": {
|
|
@@ -100,25 +100,25 @@
|
|
|
100
100
|
"@jsse/tsconfig": "^0.4.0",
|
|
101
101
|
"@types/debug": "^4.1.12",
|
|
102
102
|
"@types/fs-extra": "^11.0.4",
|
|
103
|
-
"@types/node": "^24.
|
|
103
|
+
"@types/node": "^24.10.0",
|
|
104
104
|
"cac": "^6.7.14",
|
|
105
|
-
"eslint": "
|
|
105
|
+
"eslint": "~9.38.0 !=9.39.0",
|
|
106
106
|
"eslint-flat-config-utils": "^2.1.4",
|
|
107
107
|
"eslint-typegen": "^2.3.0",
|
|
108
108
|
"execa": "~9.6.0",
|
|
109
109
|
"fast-glob": "^3.3.3",
|
|
110
110
|
"fs-extra": "^11.3.2",
|
|
111
|
-
"globals": "^16.
|
|
111
|
+
"globals": "^16.5.0",
|
|
112
112
|
"local-pkg": "^1.1.2",
|
|
113
|
-
"oxlint": "^1.
|
|
113
|
+
"oxlint": "^1.25.0",
|
|
114
114
|
"picocolors": "^1.1.1",
|
|
115
115
|
"prettier": "^3.6.2",
|
|
116
116
|
"react": "~19.2.0",
|
|
117
|
-
"rimraf": "^6.0
|
|
118
|
-
"tsdown": "^0.15.
|
|
117
|
+
"rimraf": "^6.1.0",
|
|
118
|
+
"tsdown": "^0.15.12",
|
|
119
119
|
"tsx": "^4.20.6",
|
|
120
120
|
"typescript": "~5.9.3",
|
|
121
|
-
"vitest": "^4.0.
|
|
121
|
+
"vitest": "^4.0.6"
|
|
122
122
|
},
|
|
123
123
|
"prettier": "@jsse/prettier-config",
|
|
124
124
|
"scripts": {
|