@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.
@@ -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=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__502c9c9f830169d345413f684c5c8280/node_modules/tsup/assets/esm_shims.js"() {
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,4 +1,4 @@
1
- import { init_esm_shims } from './chunk-67G5I72Q.js';
1
+ import { init_esm_shims } from './chunk-AEY7HMSV.js';
2
2
  import { isPackageExists } from 'local-pkg';
3
3
  import process from 'node:process';
4
4
  import { fileURLToPath } from 'node:url';
@@ -1,6 +1,6 @@
1
- import { findWorkspaceRoot } from './chunk-DC6IKVKL.js';
2
- import { relative, joinPaths } from './chunk-6BPUJHCC.js';
3
- import { init_esm_shims } from './chunk-67G5I72Q.js';
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,4 +1,4 @@
1
- import { init_esm_shims } from './chunk-67G5I72Q.js';
1
+ import { init_esm_shims } from './chunk-AEY7HMSV.js';
2
2
 
3
3
  // ../package-constants/src/globs.ts
4
4
  init_esm_shims();
@@ -1,4 +1,4 @@
1
- import { init_esm_shims } from './chunk-67G5I72Q.js';
1
+ import { init_esm_shims } from './chunk-AEY7HMSV.js';
2
2
 
3
3
  // src/utils/correct-paths.ts
4
4
  init_esm_shims();
@@ -1,5 +1,5 @@
1
- import { correctPaths } from './chunk-6BPUJHCC.js';
2
- import { init_esm_shims } from './chunk-67G5I72Q.js';
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=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__502c9c9f830169d345413f684c5c8280/node_modules/tsup/assets/cjs_shims.js
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=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__502c9c9f830169d345413f684c5c8280/node_modules/tsup/assets/cjs_shims.js"() {
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.36",
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: ["eslint", "eslint-plugin", "storm-software"],
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: ["dist"],
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.38"};
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.36"};
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-WRL7SCXT.js';
2
- import { isInEditorEnv, interopDefault, ensurePackages, renameRules, parserPlain, isPackageInScope } from './chunk-ZTS57MZL.js';
3
- import { getTsConfigPath } from './chunk-BI2UMAQU.js';
4
- import { findWorkspaceRoot } from './chunk-DC6IKVKL.js';
5
- import { joinPaths } from './chunk-6BPUJHCC.js';
6
- import { __commonJS, init_esm_shims, __toESM, __require, __filename as __filename$1 } from './chunk-67G5I72Q.js';
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.38"};
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.36"};
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-S64ZK2BE.js'))
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-WRL7SCXT.js';
2
- import { __commonJS, init_esm_shims, __toESM } from './chunk-67G5I72Q.js';
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.36"};
556
+ version: "0.0.37"};
557
557
 
558
558
  // ../eslint-plugin-tsdoc/src/plugin.ts
559
559
  var plugin = {
package/dist/types.js CHANGED
@@ -1,4 +1,4 @@
1
- import { init_esm_shims } from './chunk-67G5I72Q.js';
1
+ import { init_esm_shims } from './chunk-AEY7HMSV.js';
2
2
 
3
3
  // src/types.ts
4
4
  init_esm_shims();
@@ -1,4 +1,4 @@
1
- import { init_esm_shims } from '../chunk-67G5I72Q.js';
1
+ import { init_esm_shims } from '../chunk-AEY7HMSV.js';
2
2
 
3
3
  // src/utils/combine.ts
4
4
  init_esm_shims();
@@ -1,2 +1,2 @@
1
- export { basename, correctPaths, dirname, extname, format, isAbsolute, joinPaths, normalizeString, normalizeWindowsPath, parse, relative, resolve, sep, toNamespacedPath } from '../chunk-6BPUJHCC.js';
2
- import '../chunk-67G5I72Q.js';
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-DC6IKVKL.js';
2
- import '../chunk-6BPUJHCC.js';
3
- import '../chunk-67G5I72Q.js';
1
+ export { findWorkspaceRoot, findWorkspaceRootSafe } from '../chunk-XFN7CWVV.js';
2
+ import '../chunk-VZR5SBND.js';
3
+ import '../chunk-AEY7HMSV.js';
@@ -1,4 +1,4 @@
1
- import { init_esm_shims } from '../chunk-67G5I72Q.js';
1
+ import { init_esm_shims } from '../chunk-AEY7HMSV.js';
2
2
 
3
3
  // src/utils/format-config.ts
4
4
  init_esm_shims();
@@ -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=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__502c9c9f830169d345413f684c5c8280/node_modules/tsup/assets/cjs_shims.js
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));
@@ -1,2 +1,2 @@
1
- export { ensurePackages, interopDefault, isInEditorEnv, isInGitHooksOrLintStaged, isPackageInScope, parserPlain, renameRules } from '../chunk-ZTS57MZL.js';
2
- import '../chunk-67G5I72Q.js';
1
+ export { ensurePackages, interopDefault, isInEditorEnv, isInGitHooksOrLintStaged, isPackageInScope, parserPlain, renameRules } from '../chunk-AJBUZKXG.js';
2
+ import '../chunk-AEY7HMSV.js';
@@ -1,4 +1,4 @@
1
- export { checkTsConfigPath, getTsConfigPath } from '../chunk-BI2UMAQU.js';
2
- import '../chunk-DC6IKVKL.js';
3
- import '../chunk-6BPUJHCC.js';
4
- import '../chunk-67G5I72Q.js';
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.107",
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.11",
145
- "@storm-software/config-tools": "1.190.74",
146
- "@storm-software/package-constants": "0.1.87",
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.0",
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.39",
200
- "@storm-software/eslint-plugin-pnpm": "0.0.37",
201
- "@storm-software/eslint-plugin-tsdoc": "0.0.37",
202
- "@storm-software/tsdoc": "0.13.227",
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.3",
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": "9921582cf98c46916489dff566565984207ee690"
275
+ "gitHead": "7529d6f9e45c0485beb316de8bad1cdd8b1d2936"
276
276
  }