@storm-software/eslint 0.160.28 → 0.160.31
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 +2 -1
- package/dist/{chunk-S2VVDLUR.js → chunk-2WKXZFVI.js} +2 -2
- package/dist/{chunk-T3IDYVM5.js → chunk-4LEOUJXX.js} +2 -2
- package/dist/{chunk-5CQE3UOC.js → chunk-7LC77U56.js} +1 -1
- package/dist/{chunk-RNW2OOIE.js → chunk-H7GOPOVL.js} +1 -1
- package/dist/{chunk-QRXN4ZQR.js → chunk-I7SYXB5R.js} +1 -1
- package/dist/{chunk-7TCXMWI3.js → chunk-IQXRKP5M.js} +1 -1
- package/dist/{chunk-KBMKJUYQ.js → chunk-UFCNQ2IS.js} +2 -2
- package/dist/{chunk-SBLGMSTT.js → chunk-WUTT7UTC.js} +3 -3
- package/dist/{chunk-ZXJQWYPN.js → chunk-YD3XBHGO.js} +2 -2
- package/dist/preset.js +17 -13
- package/dist/types.d.ts +33 -7
- package/dist/types.js +1 -1
- package/dist/utils/banner-plugin.js +4 -4
- package/dist/utils/combine.js +1 -1
- package/dist/utils/constants.js +2 -2
- package/dist/utils/correct-paths.js +2 -2
- package/dist/utils/find-workspace-root.js +3 -3
- package/dist/utils/format-config.js +2 -2
- package/dist/utils/get-file-banner.js +3 -3
- package/dist/utils/helpers.js +2 -2
- package/dist/utils/index.js +3 -3
- package/dist/utils/tsconfig-path.js +3 -3
- package/package.json +13 -13
package/README.md
CHANGED
|
@@ -21,7 +21,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
21
21
|
|
|
22
22
|
<h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
|
|
23
23
|
|
|
24
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
25
25
|
|
|
26
26
|
<!-- prettier-ignore-start -->
|
|
27
27
|
<!-- markdownlint-disable -->
|
|
@@ -40,6 +40,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
40
40
|
|
|
41
41
|
<!-- START doctoc -->
|
|
42
42
|
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
|
43
|
+
|
|
43
44
|
## Table of Contents
|
|
44
45
|
|
|
45
46
|
- [Storm Base ESLint Package](#storm-base-eslint-package)
|
|
@@ -27,11 +27,11 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
27
27
|
mod
|
|
28
28
|
));
|
|
29
29
|
|
|
30
|
-
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=
|
|
30
|
+
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__5124c89d5ddc703660a0f3c7db432ab1/node_modules/tsup/assets/esm_shims.js
|
|
31
31
|
import { fileURLToPath } from "url";
|
|
32
32
|
import path from "path";
|
|
33
33
|
var init_esm_shims = __esm({
|
|
34
|
-
"../../node_modules/.pnpm/tsup@8.4.0_patch_hash=
|
|
34
|
+
"../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__5124c89d5ddc703660a0f3c7db432ab1/node_modules/tsup/assets/esm_shims.js"() {
|
|
35
35
|
"use strict";
|
|
36
36
|
}
|
|
37
37
|
});
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import {
|
|
2
2
|
getFileBanner
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-YD3XBHGO.js";
|
|
4
4
|
import {
|
|
5
5
|
GLOB_SRC
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-I7SYXB5R.js";
|
|
7
7
|
import {
|
|
8
8
|
init_esm_shims
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-UFCNQ2IS.js";
|
|
10
10
|
|
|
11
11
|
// src/utils/banner-plugin.ts
|
|
12
12
|
init_esm_shims();
|
package/dist/preset.js
CHANGED
|
@@ -5,16 +5,16 @@ import {
|
|
|
5
5
|
isPackageInScope,
|
|
6
6
|
parserPlain,
|
|
7
7
|
renameRules
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-IQXRKP5M.js";
|
|
9
9
|
import {
|
|
10
10
|
getTsConfigPath
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-2WKXZFVI.js";
|
|
12
12
|
import {
|
|
13
13
|
banner_plugin_default
|
|
14
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-WUTT7UTC.js";
|
|
15
15
|
import {
|
|
16
16
|
getFileBanner
|
|
17
|
-
} from "./chunk-
|
|
17
|
+
} from "./chunk-YD3XBHGO.js";
|
|
18
18
|
import {
|
|
19
19
|
GLOB_ASTRO,
|
|
20
20
|
GLOB_ASTRO_TS,
|
|
@@ -41,18 +41,18 @@ import {
|
|
|
41
41
|
GLOB_TSX,
|
|
42
42
|
GLOB_XML,
|
|
43
43
|
GLOB_YAML
|
|
44
|
-
} from "./chunk-
|
|
44
|
+
} from "./chunk-I7SYXB5R.js";
|
|
45
45
|
import {
|
|
46
46
|
findWorkspaceRoot
|
|
47
|
-
} from "./chunk-
|
|
47
|
+
} from "./chunk-4LEOUJXX.js";
|
|
48
48
|
import {
|
|
49
49
|
joinPaths
|
|
50
|
-
} from "./chunk-
|
|
50
|
+
} from "./chunk-7LC77U56.js";
|
|
51
51
|
import {
|
|
52
52
|
__commonJS,
|
|
53
53
|
__toESM,
|
|
54
54
|
init_esm_shims
|
|
55
|
-
} from "./chunk-
|
|
55
|
+
} from "./chunk-UFCNQ2IS.js";
|
|
56
56
|
|
|
57
57
|
// ../../node_modules/.pnpm/eslint-plugin-tsdoc@0.4.0_patch_hash=de009a33a0a628f48c96f1a59298fb264fe3e5f5a0a221b7fda5cc52d4c890de/node_modules/eslint-plugin-tsdoc/lib/Debug.js
|
|
58
58
|
var require_Debug = __commonJS({
|
|
@@ -1148,7 +1148,7 @@ import { default as default4 } from "eslint-plugin-n";
|
|
|
1148
1148
|
import { default as default5 } from "eslint-plugin-no-secrets";
|
|
1149
1149
|
import { default as default6 } from "eslint-plugin-perfectionist";
|
|
1150
1150
|
|
|
1151
|
-
// ../../node_modules/.pnpm/eslint-plugin-pnpm@0.3.0_patch_hash=
|
|
1151
|
+
// ../../node_modules/.pnpm/eslint-plugin-pnpm@0.3.0_patch_hash=72dcde755c336eeca3e6170de1106fd85ecb66171e060788f80_a52766881145434b16cf7b4f340819e2/node_modules/eslint-plugin-pnpm/dist/index.mjs
|
|
1152
1152
|
init_esm_shims();
|
|
1153
1153
|
import * as jsoncParser from "jsonc-eslint-parser";
|
|
1154
1154
|
import * as yamlParser from "yaml-eslint-parser";
|
|
@@ -2522,16 +2522,20 @@ import chalk from "chalk";
|
|
|
2522
2522
|
var chalkDefault = {
|
|
2523
2523
|
hex: (_) => (message) => message,
|
|
2524
2524
|
bgHex: (_) => ({
|
|
2525
|
-
whiteBright: (message) => message
|
|
2525
|
+
whiteBright: (message) => message,
|
|
2526
|
+
white: (message) => message
|
|
2526
2527
|
}),
|
|
2528
|
+
white: (message) => message,
|
|
2527
2529
|
whiteBright: (message) => message,
|
|
2528
2530
|
gray: (message) => message,
|
|
2529
2531
|
bold: {
|
|
2530
2532
|
hex: (_) => (message) => message,
|
|
2531
2533
|
bgHex: (_) => ({
|
|
2532
|
-
whiteBright: (message) => message
|
|
2534
|
+
whiteBright: (message) => message,
|
|
2535
|
+
white: (message) => message
|
|
2533
2536
|
}),
|
|
2534
|
-
whiteBright: (message) => message
|
|
2537
|
+
whiteBright: (message) => message,
|
|
2538
|
+
white: (message) => message
|
|
2535
2539
|
},
|
|
2536
2540
|
dim: {
|
|
2537
2541
|
hex: (_) => (message) => message,
|
|
@@ -2540,7 +2544,7 @@ var chalkDefault = {
|
|
|
2540
2544
|
};
|
|
2541
2545
|
var getChalk = () => {
|
|
2542
2546
|
let _chalk = chalk;
|
|
2543
|
-
if (!_chalk?.hex || !_chalk?.bold?.hex || !_chalk?.bgHex || !_chalk?.whiteBright) {
|
|
2547
|
+
if (!_chalk?.hex || !_chalk?.bold?.hex || !_chalk?.bgHex || !_chalk?.whiteBright || !_chalk?.white) {
|
|
2544
2548
|
_chalk = chalkDefault;
|
|
2545
2549
|
}
|
|
2546
2550
|
return _chalk;
|
package/dist/types.d.ts
CHANGED
|
@@ -422,7 +422,7 @@ Backward pagination arguments
|
|
|
422
422
|
*/
|
|
423
423
|
'@next/next/no-assign-module-variable'?: Linter.RuleEntry<[]>
|
|
424
424
|
/**
|
|
425
|
-
* Prevent
|
|
425
|
+
* Prevent Client Components from being async functions.
|
|
426
426
|
* @see https://nextjs.org/docs/messages/no-async-client-component
|
|
427
427
|
*/
|
|
428
428
|
'@next/next/no-async-client-component'?: Linter.RuleEntry<[]>
|
|
@@ -502,12 +502,12 @@ Backward pagination arguments
|
|
|
502
502
|
'@next/next/no-unwanted-polyfillio'?: Linter.RuleEntry<[]>
|
|
503
503
|
/**
|
|
504
504
|
* Checks dependencies in project's package.json for version mismatches
|
|
505
|
-
* @see https://github.com/nrwl/nx/blob/21.
|
|
505
|
+
* @see https://github.com/nrwl/nx/blob/21.3.10/docs/generated/packages/eslint-plugin/documents/dependency-checks.md
|
|
506
506
|
*/
|
|
507
507
|
'@nx/dependency-checks'?: Linter.RuleEntry<NxDependencyChecks>
|
|
508
508
|
/**
|
|
509
509
|
* Ensure that module boundaries are respected within the monorepo
|
|
510
|
-
* @see https://github.com/nrwl/nx/blob/21.
|
|
510
|
+
* @see https://github.com/nrwl/nx/blob/21.3.10/docs/generated/packages/eslint-plugin/documents/enforce-module-boundaries.md
|
|
511
511
|
*/
|
|
512
512
|
'@nx/enforce-module-boundaries'?: Linter.RuleEntry<NxEnforceModuleBoundaries>
|
|
513
513
|
/**
|
|
@@ -2149,7 +2149,7 @@ Backward pagination arguments
|
|
|
2149
2149
|
* disallow unnecessary escape usage
|
|
2150
2150
|
* @see https://ota-meshi.github.io/eslint-plugin-jsonc/rules/no-useless-escape.html
|
|
2151
2151
|
*/
|
|
2152
|
-
'jsonc/no-useless-escape'?: Linter.RuleEntry<
|
|
2152
|
+
'jsonc/no-useless-escape'?: Linter.RuleEntry<JsoncNoUselessEscape>
|
|
2153
2153
|
/**
|
|
2154
2154
|
* enforce consistent line breaks inside braces
|
|
2155
2155
|
* @see https://ota-meshi.github.io/eslint-plugin-jsonc/rules/object-curly-newline.html
|
|
@@ -2702,7 +2702,7 @@ Backward pagination arguments
|
|
|
2702
2702
|
*/
|
|
2703
2703
|
'no-console'?: Linter.RuleEntry<NoConsole>
|
|
2704
2704
|
/**
|
|
2705
|
-
* Disallow reassigning `const` variables
|
|
2705
|
+
* Disallow reassigning `const`, `using`, and `await using` variables
|
|
2706
2706
|
* @see https://eslint.org/docs/latest/rules/no-const-assign
|
|
2707
2707
|
*/
|
|
2708
2708
|
'no-const-assign'?: Linter.RuleEntry<[]>
|
|
@@ -3276,6 +3276,11 @@ Backward pagination arguments
|
|
|
3276
3276
|
* @deprecated
|
|
3277
3277
|
*/
|
|
3278
3278
|
'no-trailing-spaces'?: Linter.RuleEntry<NoTrailingSpaces>
|
|
3279
|
+
/**
|
|
3280
|
+
* Disallow `let` or `var` variables that are read but never assigned
|
|
3281
|
+
* @see https://eslint.org/docs/latest/rules/no-unassigned-vars
|
|
3282
|
+
*/
|
|
3283
|
+
'no-unassigned-vars'?: Linter.RuleEntry<[]>
|
|
3279
3284
|
/**
|
|
3280
3285
|
* Disallow the use of undeclared variables unless mentioned in `/*global *\/` comments
|
|
3281
3286
|
* @see https://eslint.org/docs/latest/rules/no-undef
|
|
@@ -3400,7 +3405,7 @@ Backward pagination arguments
|
|
|
3400
3405
|
* Disallow unnecessary escape characters
|
|
3401
3406
|
* @see https://eslint.org/docs/latest/rules/no-useless-escape
|
|
3402
3407
|
*/
|
|
3403
|
-
'no-useless-escape'?: Linter.RuleEntry<
|
|
3408
|
+
'no-useless-escape'?: Linter.RuleEntry<NoUselessEscape>
|
|
3404
3409
|
/**
|
|
3405
3410
|
* Disallow renaming import, export, and destructured assignments to the same name
|
|
3406
3411
|
* @see https://eslint.org/docs/latest/rules/no-useless-rename
|
|
@@ -8424,6 +8429,7 @@ type _FuncNamesValue = ("always" | "as-needed" | "never")
|
|
|
8424
8429
|
// ----- func-style -----
|
|
8425
8430
|
type FuncStyle = []|[("declaration" | "expression")]|[("declaration" | "expression"), {
|
|
8426
8431
|
allowArrowFunctions?: boolean
|
|
8432
|
+
allowTypeAnnotation?: boolean
|
|
8427
8433
|
overrides?: {
|
|
8428
8434
|
namedExports?: ("declaration" | "expression" | "ignore")
|
|
8429
8435
|
}
|
|
@@ -9603,6 +9609,10 @@ type JsoncNoIrregularWhitespace = []|[{
|
|
|
9603
9609
|
skipRegExps?: boolean
|
|
9604
9610
|
skipJSXText?: boolean
|
|
9605
9611
|
}]
|
|
9612
|
+
// ----- jsonc/no-useless-escape -----
|
|
9613
|
+
type JsoncNoUselessEscape = []|[{
|
|
9614
|
+
allowRegexCharacters?: string[]
|
|
9615
|
+
}]
|
|
9606
9616
|
// ----- jsonc/object-curly-newline -----
|
|
9607
9617
|
type JsoncObjectCurlyNewline = []|[((("always" | "never") | {
|
|
9608
9618
|
multiline?: boolean
|
|
@@ -10462,6 +10472,8 @@ type MaxNestedCallbacks = []|[(number | {
|
|
|
10462
10472
|
type MaxParams = []|[(number | {
|
|
10463
10473
|
maximum?: number
|
|
10464
10474
|
max?: number
|
|
10475
|
+
|
|
10476
|
+
countVoidThis?: boolean
|
|
10465
10477
|
})]
|
|
10466
10478
|
// ----- max-statements -----
|
|
10467
10479
|
type MaxStatements = []|[(number | {
|
|
@@ -10525,6 +10537,7 @@ type NoConstantCondition = []|[{
|
|
|
10525
10537
|
// ----- no-duplicate-imports -----
|
|
10526
10538
|
type NoDuplicateImports = []|[{
|
|
10527
10539
|
includeExports?: boolean
|
|
10540
|
+
allowSeparateTypeImports?: boolean
|
|
10528
10541
|
}]
|
|
10529
10542
|
// ----- no-else-return -----
|
|
10530
10543
|
type NoElseReturn = []|[{
|
|
@@ -10628,6 +10641,10 @@ type NoMagicNumbers = []|[{
|
|
|
10628
10641
|
ignoreArrayIndexes?: boolean
|
|
10629
10642
|
ignoreDefaultValues?: boolean
|
|
10630
10643
|
ignoreClassFieldInitialValues?: boolean
|
|
10644
|
+
ignoreEnums?: boolean
|
|
10645
|
+
ignoreNumericLiteralTypes?: boolean
|
|
10646
|
+
ignoreReadonlyClassProperties?: boolean
|
|
10647
|
+
ignoreTypeIndexes?: boolean
|
|
10631
10648
|
}]
|
|
10632
10649
|
// ----- no-misleading-character-class -----
|
|
10633
10650
|
type NoMisleadingCharacterClass = []|[{
|
|
@@ -10760,9 +10777,11 @@ type NoSequences = []|[{
|
|
|
10760
10777
|
// ----- no-shadow -----
|
|
10761
10778
|
type NoShadow = []|[{
|
|
10762
10779
|
builtinGlobals?: boolean
|
|
10763
|
-
hoist?: ("all" | "functions" | "never")
|
|
10780
|
+
hoist?: ("all" | "functions" | "never" | "types" | "functions-and-types")
|
|
10764
10781
|
allow?: string[]
|
|
10765
10782
|
ignoreOnInitialization?: boolean
|
|
10783
|
+
ignoreTypeValueShadow?: boolean
|
|
10784
|
+
ignoreFunctionTypeParameterNameValueShadow?: boolean
|
|
10766
10785
|
}]
|
|
10767
10786
|
// ----- no-shadow-restricted-names -----
|
|
10768
10787
|
type NoShadowRestrictedNames = []|[{
|
|
@@ -10840,11 +10859,18 @@ type NoUseBeforeDefine = []|[("nofunc" | {
|
|
|
10840
10859
|
classes?: boolean
|
|
10841
10860
|
variables?: boolean
|
|
10842
10861
|
allowNamedExports?: boolean
|
|
10862
|
+
enums?: boolean
|
|
10863
|
+
typedefs?: boolean
|
|
10864
|
+
ignoreTypeReferences?: boolean
|
|
10843
10865
|
})]
|
|
10844
10866
|
// ----- no-useless-computed-key -----
|
|
10845
10867
|
type NoUselessComputedKey = []|[{
|
|
10846
10868
|
enforceForClassMembers?: boolean
|
|
10847
10869
|
}]
|
|
10870
|
+
// ----- no-useless-escape -----
|
|
10871
|
+
type NoUselessEscape = []|[{
|
|
10872
|
+
allowRegexCharacters?: string[]
|
|
10873
|
+
}]
|
|
10848
10874
|
// ----- no-useless-rename -----
|
|
10849
10875
|
type NoUselessRename = []|[{
|
|
10850
10876
|
ignoreDestructuring?: boolean
|
package/dist/types.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
banner_plugin_default
|
|
3
|
-
} from "../chunk-
|
|
4
|
-
import "../chunk-
|
|
5
|
-
import "../chunk-
|
|
6
|
-
import "../chunk-
|
|
3
|
+
} from "../chunk-WUTT7UTC.js";
|
|
4
|
+
import "../chunk-YD3XBHGO.js";
|
|
5
|
+
import "../chunk-I7SYXB5R.js";
|
|
6
|
+
import "../chunk-UFCNQ2IS.js";
|
|
7
7
|
export {
|
|
8
8
|
banner_plugin_default as default
|
|
9
9
|
};
|
package/dist/utils/combine.js
CHANGED
package/dist/utils/constants.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
findWorkspaceRoot,
|
|
3
3
|
findWorkspaceRootSafe
|
|
4
|
-
} from "../chunk-
|
|
5
|
-
import "../chunk-
|
|
6
|
-
import "../chunk-
|
|
4
|
+
} from "../chunk-4LEOUJXX.js";
|
|
5
|
+
import "../chunk-7LC77U56.js";
|
|
6
|
+
import "../chunk-UFCNQ2IS.js";
|
|
7
7
|
export {
|
|
8
8
|
findWorkspaceRoot,
|
|
9
9
|
findWorkspaceRootSafe
|
package/dist/utils/helpers.js
CHANGED
package/dist/utils/index.js
CHANGED
|
@@ -33,13 +33,13 @@ import {
|
|
|
33
33
|
GLOB_VUE,
|
|
34
34
|
GLOB_XML,
|
|
35
35
|
GLOB_YAML
|
|
36
|
-
} from "../chunk-
|
|
36
|
+
} from "../chunk-I7SYXB5R.js";
|
|
37
37
|
import {
|
|
38
38
|
formatConfig
|
|
39
|
-
} from "../chunk-
|
|
39
|
+
} from "../chunk-H7GOPOVL.js";
|
|
40
40
|
import {
|
|
41
41
|
init_esm_shims
|
|
42
|
-
} from "../chunk-
|
|
42
|
+
} from "../chunk-UFCNQ2IS.js";
|
|
43
43
|
|
|
44
44
|
// src/utils/index.ts
|
|
45
45
|
init_esm_shims();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/eslint",
|
|
3
|
-
"version": "0.160.
|
|
3
|
+
"version": "0.160.31",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A package containing the base ESLint configuration used by Storm Software across many projects.",
|
|
6
6
|
"repository": {
|
|
@@ -139,7 +139,7 @@
|
|
|
139
139
|
"@eslint-react/eslint-plugin": "^1.19.0",
|
|
140
140
|
"@graphql-eslint/eslint-plugin": "^4.3.0",
|
|
141
141
|
"@next/eslint-plugin-next": "^15.2.0-canary.67",
|
|
142
|
-
"@nx/eslint": "21.
|
|
142
|
+
"@nx/eslint": "^21.3.10",
|
|
143
143
|
"@prettier/plugin-xml": "^3.4.1",
|
|
144
144
|
"@unocss/eslint-plugin": ">=0.50.0",
|
|
145
145
|
"astro-eslint-parser": "^1.0.2",
|
|
@@ -161,9 +161,9 @@
|
|
|
161
161
|
"@cspell/eslint-plugin": "^8.19.4",
|
|
162
162
|
"@eslint/eslintrc": "^3.3.1",
|
|
163
163
|
"@eslint/markdown": "^6.6.0",
|
|
164
|
-
"@nx/eslint-plugin": "21.
|
|
165
|
-
"@storm-software/config": "^1.125.
|
|
166
|
-
"@storm-software/config-tools": "^1.176.
|
|
164
|
+
"@nx/eslint-plugin": "^21.3.10",
|
|
165
|
+
"@storm-software/config": "^1.125.16",
|
|
166
|
+
"@storm-software/config-tools": "^1.176.17",
|
|
167
167
|
"@stylistic/eslint-plugin": "^4.4.1",
|
|
168
168
|
"@typescript-eslint/eslint-plugin": "^8.35.0",
|
|
169
169
|
"@typescript-eslint/parser": "^8.35.0",
|
|
@@ -172,8 +172,8 @@
|
|
|
172
172
|
"chalk": "^4.1.2",
|
|
173
173
|
"defu": "6.1.4",
|
|
174
174
|
"eslint-config-flat-gitignore": "^2.1.0",
|
|
175
|
-
"eslint-config-prettier": "^10.1.
|
|
176
|
-
"eslint-flat-config-utils": "^2.1.
|
|
175
|
+
"eslint-config-prettier": "^10.1.8",
|
|
176
|
+
"eslint-flat-config-utils": "^2.1.1",
|
|
177
177
|
"eslint-merge-processors": "^2.0.0",
|
|
178
178
|
"eslint-plugin-import-x": "^4.16.1",
|
|
179
179
|
"eslint-plugin-jsdoc": "^50.8.0",
|
|
@@ -183,13 +183,13 @@
|
|
|
183
183
|
"eslint-plugin-markdown": "^5.1.0",
|
|
184
184
|
"eslint-plugin-markdownlint": "^0.6.0",
|
|
185
185
|
"eslint-plugin-mdx": "^3.6.2",
|
|
186
|
-
"eslint-plugin-n": "^17.21.
|
|
186
|
+
"eslint-plugin-n": "^17.21.3",
|
|
187
187
|
"eslint-plugin-no-only-tests": "^3.3.0",
|
|
188
188
|
"eslint-plugin-no-secrets": "^2.2.1",
|
|
189
189
|
"eslint-plugin-paths": "^1.1.0",
|
|
190
190
|
"eslint-plugin-perfectionist": "^4.15.0",
|
|
191
191
|
"eslint-plugin-pnpm": "0.3.0",
|
|
192
|
-
"eslint-plugin-prettier": "^5.5.
|
|
192
|
+
"eslint-plugin-prettier": "^5.5.3",
|
|
193
193
|
"eslint-plugin-regexp": "^2.9.0",
|
|
194
194
|
"eslint-plugin-toml": "^0.12.0",
|
|
195
195
|
"eslint-plugin-tsdoc": "0.4.0",
|
|
@@ -209,8 +209,8 @@
|
|
|
209
209
|
"@eslint-types/typescript-eslint": "^7.5.0",
|
|
210
210
|
"@eslint/config-inspector": "^0.5.6",
|
|
211
211
|
"@graphql-eslint/eslint-plugin": "^4.4.0",
|
|
212
|
-
"@next/eslint-plugin-next": "^15.
|
|
213
|
-
"@nx/eslint": "21.
|
|
212
|
+
"@next/eslint-plugin-next": "^15.4.5",
|
|
213
|
+
"@nx/eslint": "^21.3.10",
|
|
214
214
|
"@prettier/plugin-xml": "^3.4.2",
|
|
215
215
|
"@stylistic/eslint-plugin-migrate": "^4.4.1",
|
|
216
216
|
"@types/eslint": "^9.6.1",
|
|
@@ -233,9 +233,9 @@
|
|
|
233
233
|
"prettier-plugin-astro": "^0.14.1",
|
|
234
234
|
"tsup": "8.4.0",
|
|
235
235
|
"tsx": "^4.19.2",
|
|
236
|
-
"typescript": "^5.
|
|
236
|
+
"typescript": "^5.9.2"
|
|
237
237
|
},
|
|
238
238
|
"publishConfig": { "access": "public" },
|
|
239
239
|
"sideEffects": false,
|
|
240
|
-
"gitHead": "
|
|
240
|
+
"gitHead": "b9674585a87f0811bb6c57f80975d83d7b9bce72"
|
|
241
241
|
}
|