@storm-software/eslint 0.169.40 → 0.169.42
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 +1 -1
- package/dist/{chunk-3JHTR3IA.js → chunk-2MERDKQG.js} +2 -2
- package/dist/{chunk-LQHRQECP.js → chunk-7ODR5JT5.js} +3 -3
- package/dist/{chunk-723LPB2J.js → chunk-L5BVBFZ6.js} +2 -2
- package/dist/{chunk-KS32OUS4.js → chunk-NORMXVJM.js} +1 -1
- package/dist/{chunk-VARYQYZY.js → chunk-OVM7WPUA.js} +1 -1
- package/dist/{chunk-POYBBYHH.js → chunk-SNKOFB7R.js} +2 -2
- package/dist/{chunk-TZXQPHT2.js → chunk-V6TMM4Z6.js} +1 -1
- package/dist/{chunk-5BQS6STJ.js → chunk-XGLEXI5R.js} +1 -1
- package/dist/{chunk-TLUW3CS4.js → chunk-Z5M3FYHP.js} +2 -2
- package/dist/preset.js +9 -9
- package/dist/types.d.ts +7 -2
- 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 +12 -12
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 -->
|
|
@@ -31,11 +31,11 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
31
31
|
mod
|
|
32
32
|
));
|
|
33
33
|
|
|
34
|
-
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=
|
|
34
|
+
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__43fc91a315b32f908dbbc4137dbe8c2e/node_modules/tsup/assets/esm_shims.js
|
|
35
35
|
import { fileURLToPath } from "url";
|
|
36
36
|
import path from "path";
|
|
37
37
|
var init_esm_shims = __esm({
|
|
38
|
-
"../../node_modules/.pnpm/tsup@8.4.0_patch_hash=
|
|
38
|
+
"../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__43fc91a315b32f908dbbc4137dbe8c2e/node_modules/tsup/assets/esm_shims.js"() {
|
|
39
39
|
"use strict";
|
|
40
40
|
}
|
|
41
41
|
});
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import {
|
|
2
2
|
getFileBanner
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-Z5M3FYHP.js";
|
|
4
4
|
import {
|
|
5
5
|
GLOB_SRC
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-OVM7WPUA.js";
|
|
7
7
|
import {
|
|
8
8
|
init_esm_shims
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-2MERDKQG.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-V6TMM4Z6.js";
|
|
9
9
|
import {
|
|
10
10
|
getTsConfigPath
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-L5BVBFZ6.js";
|
|
12
12
|
import {
|
|
13
13
|
banner_plugin_default
|
|
14
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-7ODR5JT5.js";
|
|
15
15
|
import {
|
|
16
16
|
getFileBanner
|
|
17
|
-
} from "./chunk-
|
|
17
|
+
} from "./chunk-Z5M3FYHP.js";
|
|
18
18
|
import {
|
|
19
19
|
GLOB_ASTRO,
|
|
20
20
|
GLOB_ASTRO_TS,
|
|
@@ -41,19 +41,19 @@ import {
|
|
|
41
41
|
GLOB_TSX,
|
|
42
42
|
GLOB_XML,
|
|
43
43
|
GLOB_YAML
|
|
44
|
-
} from "./chunk-
|
|
44
|
+
} from "./chunk-OVM7WPUA.js";
|
|
45
45
|
import {
|
|
46
46
|
findWorkspaceRoot
|
|
47
|
-
} from "./chunk-
|
|
47
|
+
} from "./chunk-SNKOFB7R.js";
|
|
48
48
|
import {
|
|
49
49
|
joinPaths
|
|
50
|
-
} from "./chunk-
|
|
50
|
+
} from "./chunk-NORMXVJM.js";
|
|
51
51
|
import {
|
|
52
52
|
__commonJS,
|
|
53
53
|
__export,
|
|
54
54
|
__toESM,
|
|
55
55
|
init_esm_shims
|
|
56
|
-
} from "./chunk-
|
|
56
|
+
} from "./chunk-2MERDKQG.js";
|
|
57
57
|
|
|
58
58
|
// ../../node_modules/.pnpm/eslint-plugin-tsdoc@0.4.0_patch_hash=611157f561b00eed9e1354e07e3bfbeab0dc230489afaec6fbae0c6be3bf2f43/node_modules/eslint-plugin-tsdoc/lib/Debug.js
|
|
59
59
|
import * as __import_process from "process";
|
|
@@ -7371,7 +7371,7 @@ async function nx(options = {}) {
|
|
|
7371
7371
|
"@nx/dependency-checks": [
|
|
7372
7372
|
depsCheckSeverity,
|
|
7373
7373
|
defu5(depsCheck, {
|
|
7374
|
-
buildTargets: ["build-base", "build"],
|
|
7374
|
+
buildTargets: ["tsc", "build-base", "build"],
|
|
7375
7375
|
ignoredDependencies,
|
|
7376
7376
|
ignoredFiles,
|
|
7377
7377
|
checkMissingDependencies: true,
|
package/dist/types.d.ts
CHANGED
|
@@ -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/22.0.
|
|
505
|
+
* @see https://github.com/nrwl/nx/blob/22.0.4/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/22.0.
|
|
510
|
+
* @see https://github.com/nrwl/nx/blob/22.0.4/docs/generated/packages/eslint-plugin/documents/enforce-module-boundaries.md
|
|
511
511
|
*/
|
|
512
512
|
'@nx/enforce-module-boundaries'?: Linter.RuleEntry<NxEnforceModuleBoundaries>
|
|
513
513
|
/**
|
|
@@ -6517,6 +6517,11 @@ Backward pagination arguments
|
|
|
6517
6517
|
* @see https://typescript-eslint.io/rules/no-unused-expressions
|
|
6518
6518
|
*/
|
|
6519
6519
|
'ts/no-unused-expressions'?: Linter.RuleEntry<TsNoUnusedExpressions>
|
|
6520
|
+
/**
|
|
6521
|
+
* Disallow unused private class members
|
|
6522
|
+
* @see https://typescript-eslint.io/rules/no-unused-private-class-members
|
|
6523
|
+
*/
|
|
6524
|
+
'ts/no-unused-private-class-members'?: Linter.RuleEntry<[]>
|
|
6520
6525
|
/**
|
|
6521
6526
|
* Disallow unused variables
|
|
6522
6527
|
* @see https://typescript-eslint.io/rules/no-unused-vars
|
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-7ODR5JT5.js";
|
|
4
|
+
import "../chunk-Z5M3FYHP.js";
|
|
5
|
+
import "../chunk-OVM7WPUA.js";
|
|
6
|
+
import "../chunk-2MERDKQG.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-SNKOFB7R.js";
|
|
5
|
+
import "../chunk-NORMXVJM.js";
|
|
6
|
+
import "../chunk-2MERDKQG.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-OVM7WPUA.js";
|
|
37
37
|
import {
|
|
38
38
|
formatConfig
|
|
39
|
-
} from "../chunk-
|
|
39
|
+
} from "../chunk-XGLEXI5R.js";
|
|
40
40
|
import {
|
|
41
41
|
init_esm_shims
|
|
42
|
-
} from "../chunk-
|
|
42
|
+
} from "../chunk-2MERDKQG.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.169.
|
|
3
|
+
"version": "0.169.42",
|
|
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": "22.0.
|
|
142
|
+
"@nx/eslint": "22.0.4",
|
|
143
143
|
"@prettier/plugin-xml": "^3.4.1",
|
|
144
144
|
"@storm-software/tsdoc": "*",
|
|
145
145
|
"@unocss/eslint-plugin": ">=0.50.0",
|
|
@@ -163,14 +163,14 @@
|
|
|
163
163
|
"@cspell/eslint-plugin": "^8.19.4",
|
|
164
164
|
"@eslint/eslintrc": "^3.3.1",
|
|
165
165
|
"@eslint/markdown": "^6.6.0",
|
|
166
|
-
"@nx/eslint-plugin": "22.0.
|
|
167
|
-
"@storm-software/config": "^1.134.
|
|
168
|
-
"@storm-software/config-tools": "^1.188.
|
|
166
|
+
"@nx/eslint-plugin": "22.0.4",
|
|
167
|
+
"@storm-software/config": "^1.134.42",
|
|
168
|
+
"@storm-software/config-tools": "^1.188.42",
|
|
169
169
|
"@stylistic/eslint-plugin": "^4.4.1",
|
|
170
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
171
|
-
"@typescript-eslint/parser": "^8.
|
|
172
|
-
"@typescript-eslint/utils": "^8.
|
|
173
|
-
"@vitest/eslint-plugin": "^1.4.
|
|
170
|
+
"@typescript-eslint/eslint-plugin": "^8.47.0",
|
|
171
|
+
"@typescript-eslint/parser": "^8.47.0",
|
|
172
|
+
"@typescript-eslint/utils": "^8.47.0",
|
|
173
|
+
"@vitest/eslint-plugin": "^1.4.3",
|
|
174
174
|
"chalk": "^4.1.2",
|
|
175
175
|
"defu": "6.1.4",
|
|
176
176
|
"eslint-config-flat-gitignore": "^2.1.0",
|
|
@@ -213,12 +213,12 @@
|
|
|
213
213
|
"@eslint/config-inspector": "^0.5.6",
|
|
214
214
|
"@graphql-eslint/eslint-plugin": "^4.4.0",
|
|
215
215
|
"@next/eslint-plugin-next": "^15.5.6",
|
|
216
|
-
"@nx/eslint": "22.0.
|
|
216
|
+
"@nx/eslint": "22.0.4",
|
|
217
217
|
"@prettier/plugin-xml": "^3.4.2",
|
|
218
218
|
"@stylistic/eslint-plugin-migrate": "^4.4.1",
|
|
219
219
|
"@types/eslint": "^9.6.1",
|
|
220
220
|
"@types/eslint__js": "^8.42.3",
|
|
221
|
-
"@types/node": "^
|
|
221
|
+
"@types/node": "^24.10.1",
|
|
222
222
|
"@unocss/eslint-plugin": "^65.5.0",
|
|
223
223
|
"astro-eslint-parser": "^1.2.2",
|
|
224
224
|
"esbuild": "^0.25.12",
|
|
@@ -241,5 +241,5 @@
|
|
|
241
241
|
},
|
|
242
242
|
"publishConfig": { "access": "public" },
|
|
243
243
|
"sideEffects": false,
|
|
244
|
-
"gitHead": "
|
|
244
|
+
"gitHead": "75698cfda79931e4ad381d7fc05d1d2fb6d762b6"
|
|
245
245
|
}
|