@storm-software/eslint 0.170.107 → 0.170.108
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/dist/{chunk-67G5I72Q.js → chunk-AEY7HMSV.js} +1 -1
- package/dist/{chunk-ZTS57MZL.js → chunk-AJBUZKXG.js} +1 -1
- package/dist/{chunk-BI2UMAQU.js → chunk-NJKY2HBL.js} +3 -3
- package/dist/{chunk-WRL7SCXT.js → chunk-T7B3V7KM.js} +1 -1
- package/dist/{chunk-6BPUJHCC.js → chunk-VZR5SBND.js} +1 -1
- package/dist/{chunk-DC6IKVKL.js → chunk-XFN7CWVV.js} +2 -2
- package/dist/preset.cjs +13 -7
- package/dist/preset.js +9 -9
- package/dist/{src-S64ZK2BE.js → src-IDHCMRE4.js} +3 -3
- package/dist/types.js +1 -1
- package/dist/utils/combine.js +1 -1
- package/dist/utils/correct-paths.js +2 -2
- package/dist/utils/find-workspace-root.js +3 -3
- package/dist/utils/format-config.js +1 -1
- package/dist/utils/helpers.cjs +1 -1
- package/dist/utils/helpers.js +2 -2
- package/dist/utils/tsconfig.js +4 -4
- package/package.json +11 -11
|
@@ -37,7 +37,7 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
37
37
|
));
|
|
38
38
|
var getFilename, __filename$1;
|
|
39
39
|
var init_esm_shims = __esm({
|
|
40
|
-
"../../node_modules/.pnpm/tsup@8.4.0_patch_hash=
|
|
40
|
+
"../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__2cfd162e8489d9838c324f5151f438d5/node_modules/tsup/assets/esm_shims.js"() {
|
|
41
41
|
getFilename = () => fileURLToPath(import.meta.url);
|
|
42
42
|
__filename$1 = /* @__PURE__ */ getFilename();
|
|
43
43
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { findWorkspaceRoot } from './chunk-
|
|
2
|
-
import { relative, joinPaths } from './chunk-
|
|
3
|
-
import { init_esm_shims } from './chunk-
|
|
1
|
+
import { findWorkspaceRoot } from './chunk-XFN7CWVV.js';
|
|
2
|
+
import { relative, joinPaths } from './chunk-VZR5SBND.js';
|
|
3
|
+
import { init_esm_shims } from './chunk-AEY7HMSV.js';
|
|
4
4
|
import { existsSync, statSync } from 'node:fs';
|
|
5
5
|
|
|
6
6
|
// src/utils/tsconfig.ts
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { correctPaths } from './chunk-
|
|
2
|
-
import { init_esm_shims } from './chunk-
|
|
1
|
+
import { correctPaths } from './chunk-VZR5SBND.js';
|
|
2
|
+
import { init_esm_shims } from './chunk-AEY7HMSV.js';
|
|
3
3
|
import { existsSync } from 'node:fs';
|
|
4
4
|
import { join } from 'node:path';
|
|
5
5
|
|
package/dist/preset.cjs
CHANGED
|
@@ -134,10 +134,10 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
134
134
|
mod
|
|
135
135
|
));
|
|
136
136
|
|
|
137
|
-
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=
|
|
137
|
+
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__2cfd162e8489d9838c324f5151f438d5/node_modules/tsup/assets/cjs_shims.js
|
|
138
138
|
var getImportMetaUrl, importMetaUrl;
|
|
139
139
|
var init_cjs_shims = __esm({
|
|
140
|
-
"../../node_modules/.pnpm/tsup@8.4.0_patch_hash=
|
|
140
|
+
"../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__2cfd162e8489d9838c324f5151f438d5/node_modules/tsup/assets/cjs_shims.js"() {
|
|
141
141
|
getImportMetaUrl = () => typeof document === "undefined" ? new URL(`file:${__filename}`).href : document.currentScript && document.currentScript.src || new URL("main.js", document.baseURI).href;
|
|
142
142
|
importMetaUrl = /* @__PURE__ */ getImportMetaUrl();
|
|
143
143
|
}
|
|
@@ -2121,10 +2121,14 @@ var init_package = __esm({
|
|
|
2121
2121
|
"../eslint-plugin-tsdoc/package.json"() {
|
|
2122
2122
|
package_default3 = {
|
|
2123
2123
|
name: "@storm-software/eslint-plugin-tsdoc",
|
|
2124
|
-
version: "0.0.
|
|
2124
|
+
version: "0.0.37",
|
|
2125
2125
|
private: false,
|
|
2126
2126
|
description: "An ESLint Plugin that enforces TSDoc comments in Storm Software projects.",
|
|
2127
|
-
keywords: [
|
|
2127
|
+
keywords: [
|
|
2128
|
+
"eslint",
|
|
2129
|
+
"eslint-plugin",
|
|
2130
|
+
"storm-software"
|
|
2131
|
+
],
|
|
2128
2132
|
homepage: "https://stormsoftware.com",
|
|
2129
2133
|
bugs: {
|
|
2130
2134
|
url: "https://stormsoftware.com/support",
|
|
@@ -2169,7 +2173,9 @@ var init_package = __esm({
|
|
|
2169
2173
|
},
|
|
2170
2174
|
types: "./dist/index.d.ts",
|
|
2171
2175
|
typings: "dist/index.d.mts",
|
|
2172
|
-
files: [
|
|
2176
|
+
files: [
|
|
2177
|
+
"dist"
|
|
2178
|
+
],
|
|
2173
2179
|
dependencies: {
|
|
2174
2180
|
"@microsoft/tsdoc": "catalog:",
|
|
2175
2181
|
"@microsoft/tsdoc-config": "catalog:",
|
|
@@ -5910,7 +5916,7 @@ init_cjs_shims();
|
|
|
5910
5916
|
|
|
5911
5917
|
// ../eslint-plugin-banner/package.json
|
|
5912
5918
|
var package_default = {
|
|
5913
|
-
version: "0.0.
|
|
5919
|
+
version: "0.0.39"};
|
|
5914
5920
|
|
|
5915
5921
|
// ../eslint-plugin-banner/src/rules/banner.ts
|
|
5916
5922
|
init_cjs_shims();
|
|
@@ -20076,7 +20082,7 @@ plugin3.configs = configs3;
|
|
|
20076
20082
|
|
|
20077
20083
|
// ../eslint-plugin-pnpm/package.json
|
|
20078
20084
|
var package_default2 = {
|
|
20079
|
-
version: "0.0.
|
|
20085
|
+
version: "0.0.37"};
|
|
20080
20086
|
|
|
20081
20087
|
// ../eslint-plugin-pnpm/src/plugin.ts
|
|
20082
20088
|
var plugin4 = {
|
package/dist/preset.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { GLOB_EXCLUDE, GLOB_TS, GLOB_TSX, GLOB_MARKDOWN, GLOB_ASTRO_TS, GLOB_SRC, GLOB_JSX, GLOB_TESTS, GLOB_SRC_FILE, GLOB_ASTRO, GLOB_JSON, GLOB_JSON5, GLOB_JSONC, GLOB_YAML, GLOB_TOML, GLOB_MARKDOWN_IN_MARKDOWN, GLOB_MDX, GLOB_CSS, GLOB_POSTCSS, GLOB_SCSS, GLOB_LESS, GLOB_HTML, GLOB_XML, GLOB_SVG, GLOB_GRAPHQL, GLOB_SRC_EXT } from './chunk-
|
|
2
|
-
import { isInEditorEnv, interopDefault, ensurePackages, renameRules, parserPlain, isPackageInScope } from './chunk-
|
|
3
|
-
import { getTsConfigPath } from './chunk-
|
|
4
|
-
import { findWorkspaceRoot } from './chunk-
|
|
5
|
-
import { joinPaths } from './chunk-
|
|
6
|
-
import { __commonJS, init_esm_shims, __toESM, __require, __filename as __filename$1 } from './chunk-
|
|
1
|
+
import { GLOB_EXCLUDE, GLOB_TS, GLOB_TSX, GLOB_MARKDOWN, GLOB_ASTRO_TS, GLOB_SRC, GLOB_JSX, GLOB_TESTS, GLOB_SRC_FILE, GLOB_ASTRO, GLOB_JSON, GLOB_JSON5, GLOB_JSONC, GLOB_YAML, GLOB_TOML, GLOB_MARKDOWN_IN_MARKDOWN, GLOB_MDX, GLOB_CSS, GLOB_POSTCSS, GLOB_SCSS, GLOB_LESS, GLOB_HTML, GLOB_XML, GLOB_SVG, GLOB_GRAPHQL, GLOB_SRC_EXT } from './chunk-T7B3V7KM.js';
|
|
2
|
+
import { isInEditorEnv, interopDefault, ensurePackages, renameRules, parserPlain, isPackageInScope } from './chunk-AJBUZKXG.js';
|
|
3
|
+
import { getTsConfigPath } from './chunk-NJKY2HBL.js';
|
|
4
|
+
import { findWorkspaceRoot } from './chunk-XFN7CWVV.js';
|
|
5
|
+
import { joinPaths } from './chunk-VZR5SBND.js';
|
|
6
|
+
import { __commonJS, init_esm_shims, __toESM, __require, __filename as __filename$1 } from './chunk-AEY7HMSV.js';
|
|
7
7
|
import * as __import_util from 'util';
|
|
8
8
|
import { FlatConfigComposer } from 'eslint-flat-config-utils';
|
|
9
9
|
import { isPackageExists } from 'local-pkg';
|
|
@@ -4872,7 +4872,7 @@ init_esm_shims();
|
|
|
4872
4872
|
|
|
4873
4873
|
// ../eslint-plugin-banner/package.json
|
|
4874
4874
|
var package_default = {
|
|
4875
|
-
version: "0.0.
|
|
4875
|
+
version: "0.0.39"};
|
|
4876
4876
|
|
|
4877
4877
|
// ../eslint-plugin-banner/src/rules/banner.ts
|
|
4878
4878
|
init_esm_shims();
|
|
@@ -18772,7 +18772,7 @@ plugin3.configs = configs3;
|
|
|
18772
18772
|
|
|
18773
18773
|
// ../eslint-plugin-pnpm/package.json
|
|
18774
18774
|
var package_default2 = {
|
|
18775
|
-
version: "0.0.
|
|
18775
|
+
version: "0.0.37"};
|
|
18776
18776
|
|
|
18777
18777
|
// ../eslint-plugin-pnpm/src/plugin.ts
|
|
18778
18778
|
var plugin4 = {
|
|
@@ -19651,7 +19651,7 @@ async function tsdoc(options = {}) {
|
|
|
19651
19651
|
} = options;
|
|
19652
19652
|
await ensurePackages(["@storm-software/eslint-plugin-tsdoc"]);
|
|
19653
19653
|
const [pluginTsdoc] = await Promise.all([
|
|
19654
|
-
interopDefault(import('./src-
|
|
19654
|
+
interopDefault(import('./src-IDHCMRE4.js'))
|
|
19655
19655
|
]);
|
|
19656
19656
|
return [
|
|
19657
19657
|
{
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { GLOB_EXCLUDE, GLOB_TS, GLOB_TSX } from './chunk-
|
|
2
|
-
import { __commonJS, init_esm_shims, __toESM } from './chunk-
|
|
1
|
+
import { GLOB_EXCLUDE, GLOB_TS, GLOB_TSX } from './chunk-T7B3V7KM.js';
|
|
2
|
+
import { __commonJS, init_esm_shims, __toESM } from './chunk-AEY7HMSV.js';
|
|
3
3
|
import * as __import__microsoft_tsdocConfig from '@microsoft/tsdoc-config';
|
|
4
4
|
import * as __import_path from 'path';
|
|
5
5
|
import * as __import_fs from 'fs';
|
|
@@ -553,7 +553,7 @@ var import_eslint_plugin_tsdoc = __toESM(require_lib(), 1);
|
|
|
553
553
|
|
|
554
554
|
// ../eslint-plugin-tsdoc/package.json
|
|
555
555
|
var package_default = {
|
|
556
|
-
version: "0.0.
|
|
556
|
+
version: "0.0.37"};
|
|
557
557
|
|
|
558
558
|
// ../eslint-plugin-tsdoc/src/plugin.ts
|
|
559
559
|
var plugin = {
|
package/dist/types.js
CHANGED
package/dist/utils/combine.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { basename, correctPaths, dirname, extname, format, isAbsolute, joinPaths, normalizeString, normalizeWindowsPath, parse, relative, resolve, sep, toNamespacedPath } from '../chunk-
|
|
2
|
-
import '../chunk-
|
|
1
|
+
export { basename, correctPaths, dirname, extname, format, isAbsolute, joinPaths, normalizeString, normalizeWindowsPath, parse, relative, resolve, sep, toNamespacedPath } from '../chunk-VZR5SBND.js';
|
|
2
|
+
import '../chunk-AEY7HMSV.js';
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { findWorkspaceRoot, findWorkspaceRootSafe } from '../chunk-
|
|
2
|
-
import '../chunk-
|
|
3
|
-
import '../chunk-
|
|
1
|
+
export { findWorkspaceRoot, findWorkspaceRootSafe } from '../chunk-XFN7CWVV.js';
|
|
2
|
+
import '../chunk-VZR5SBND.js';
|
|
3
|
+
import '../chunk-AEY7HMSV.js';
|
package/dist/utils/helpers.cjs
CHANGED
|
@@ -8,7 +8,7 @@ function _interopDefault (e) { return e && e.__esModule ? e : { default: e }; }
|
|
|
8
8
|
|
|
9
9
|
var process__default = /*#__PURE__*/_interopDefault(process);
|
|
10
10
|
|
|
11
|
-
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=
|
|
11
|
+
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__2cfd162e8489d9838c324f5151f438d5/node_modules/tsup/assets/cjs_shims.js
|
|
12
12
|
var getImportMetaUrl = () => typeof document === "undefined" ? new URL(`file:${__filename}`).href : document.currentScript && document.currentScript.src || new URL("main.js", document.baseURI).href;
|
|
13
13
|
var importMetaUrl = /* @__PURE__ */ getImportMetaUrl();
|
|
14
14
|
var scopeUrl = url.fileURLToPath(new URL(".", importMetaUrl));
|
package/dist/utils/helpers.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { ensurePackages, interopDefault, isInEditorEnv, isInGitHooksOrLintStaged, isPackageInScope, parserPlain, renameRules } from '../chunk-
|
|
2
|
-
import '../chunk-
|
|
1
|
+
export { ensurePackages, interopDefault, isInEditorEnv, isInGitHooksOrLintStaged, isPackageInScope, parserPlain, renameRules } from '../chunk-AJBUZKXG.js';
|
|
2
|
+
import '../chunk-AEY7HMSV.js';
|
package/dist/utils/tsconfig.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { checkTsConfigPath, getTsConfigPath } from '../chunk-
|
|
2
|
-
import '../chunk-
|
|
3
|
-
import '../chunk-
|
|
4
|
-
import '../chunk-
|
|
1
|
+
export { checkTsConfigPath, getTsConfigPath } from '../chunk-NJKY2HBL.js';
|
|
2
|
+
import '../chunk-XFN7CWVV.js';
|
|
3
|
+
import '../chunk-VZR5SBND.js';
|
|
4
|
+
import '../chunk-AEY7HMSV.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/eslint",
|
|
3
|
-
"version": "0.170.
|
|
3
|
+
"version": "0.170.108",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "A package containing the base ESLint configuration used by Storm Software across many projects.",
|
|
6
6
|
"keywords": [
|
|
@@ -141,9 +141,9 @@
|
|
|
141
141
|
"@eslint/eslintrc": "^3.3.5",
|
|
142
142
|
"@eslint/markdown": "^6.6.0",
|
|
143
143
|
"@nx/eslint-plugin": "22.7.5",
|
|
144
|
-
"@storm-software/config": "1.138.
|
|
145
|
-
"@storm-software/config-tools": "1.190.
|
|
146
|
-
"@storm-software/package-constants": "0.1.
|
|
144
|
+
"@storm-software/config": "1.138.12",
|
|
145
|
+
"@storm-software/config-tools": "1.190.75",
|
|
146
|
+
"@storm-software/package-constants": "0.1.88",
|
|
147
147
|
"@stylistic/eslint-plugin": "^4.4.1",
|
|
148
148
|
"@typescript-eslint/eslint-plugin": "^8.61.1",
|
|
149
149
|
"@typescript-eslint/parser": "^8.61.1",
|
|
@@ -189,21 +189,21 @@
|
|
|
189
189
|
},
|
|
190
190
|
"devDependencies": {
|
|
191
191
|
"@eslint-community/eslint-utils": "^4.9.1",
|
|
192
|
-
"@eslint-react/eslint-plugin": "^5.9.
|
|
192
|
+
"@eslint-react/eslint-plugin": "^5.9.1",
|
|
193
193
|
"@eslint-types/typescript-eslint": "^7.5.0",
|
|
194
194
|
"@eslint/config-inspector": "^1.5.0",
|
|
195
195
|
"@graphql-eslint/eslint-plugin": "^4.4.0",
|
|
196
196
|
"@next/eslint-plugin-next": "^15.5.19",
|
|
197
197
|
"@nx/eslint": "22.7.5",
|
|
198
198
|
"@prettier/plugin-xml": "^3.4.2",
|
|
199
|
-
"@storm-software/eslint-plugin-banner": "0.0.
|
|
200
|
-
"@storm-software/eslint-plugin-pnpm": "0.0.
|
|
201
|
-
"@storm-software/eslint-plugin-tsdoc": "0.0.
|
|
202
|
-
"@storm-software/tsdoc": "0.13.
|
|
199
|
+
"@storm-software/eslint-plugin-banner": "0.0.40",
|
|
200
|
+
"@storm-software/eslint-plugin-pnpm": "0.0.38",
|
|
201
|
+
"@storm-software/eslint-plugin-tsdoc": "0.0.38",
|
|
202
|
+
"@storm-software/tsdoc": "0.13.228",
|
|
203
203
|
"@stylistic/eslint-plugin-migrate": "^4.4.1",
|
|
204
204
|
"@types/eslint": "^9.6.1",
|
|
205
205
|
"@types/eslint__js": "^8.42.3",
|
|
206
|
-
"@types/node": "^25.9.
|
|
206
|
+
"@types/node": "^25.9.4",
|
|
207
207
|
"@unocss/eslint-plugin": "^65.5.0",
|
|
208
208
|
"astro-eslint-parser": "^1.4.0",
|
|
209
209
|
"esbuild": "^0.25.12",
|
|
@@ -272,5 +272,5 @@
|
|
|
272
272
|
"zod": { "optional": true }
|
|
273
273
|
},
|
|
274
274
|
"publishConfig": { "access": "public" },
|
|
275
|
-
"gitHead": "
|
|
275
|
+
"gitHead": "7529d6f9e45c0485beb316de8bad1cdd8b1d2936"
|
|
276
276
|
}
|