@storm-software/eslint 0.170.111 → 0.170.113

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.
@@ -1,4 +1,4 @@
1
- import { GLOB_EXCLUDE, GLOB_TS, GLOB_TSX } from './chunk-T7B3V7KM.js';
1
+ import { GLOB_EXCLUDE, GLOB_TS, GLOB_TSX } from './chunk-GMEN6WMS.js';
2
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';
@@ -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.40"};
556
+ version: "0.0.42"};
557
557
 
558
558
  // ../eslint-plugin-tsdoc/src/plugin.ts
559
559
  var plugin = {
package/dist/types.d.cts CHANGED
@@ -2730,7 +2730,7 @@ Backward pagination arguments
2730
2730
  * Disallow expressions where the operation doesn't affect the value
2731
2731
  * @see https://eslint.org/docs/latest/rules/no-constant-binary-expression
2732
2732
  */
2733
- 'no-constant-binary-expression'?: Linter.RuleEntry<[]>
2733
+ 'no-constant-binary-expression'?: Linter.RuleEntry<NoConstantBinaryExpression>
2734
2734
  /**
2735
2735
  * Disallow constant expressions in conditions
2736
2736
  * @see https://eslint.org/docs/latest/rules/no-constant-condition
@@ -10737,6 +10737,10 @@ type NoConsole = []|[{
10737
10737
 
10738
10738
  allow?: [string, ...(string)[]]
10739
10739
  }]
10740
+ // ----- no-constant-binary-expression -----
10741
+ type NoConstantBinaryExpression = []|[{
10742
+ checkRelationalComparisons?: boolean
10743
+ }]
10740
10744
  // ----- no-constant-condition -----
10741
10745
  type NoConstantCondition = []|[{
10742
10746
  checkLoops?: ("all" | "allExceptWhileTrue" | "none" | true | false)
package/dist/types.d.ts CHANGED
@@ -2730,7 +2730,7 @@ Backward pagination arguments
2730
2730
  * Disallow expressions where the operation doesn't affect the value
2731
2731
  * @see https://eslint.org/docs/latest/rules/no-constant-binary-expression
2732
2732
  */
2733
- 'no-constant-binary-expression'?: Linter.RuleEntry<[]>
2733
+ 'no-constant-binary-expression'?: Linter.RuleEntry<NoConstantBinaryExpression>
2734
2734
  /**
2735
2735
  * Disallow constant expressions in conditions
2736
2736
  * @see https://eslint.org/docs/latest/rules/no-constant-condition
@@ -10737,6 +10737,10 @@ type NoConsole = []|[{
10737
10737
 
10738
10738
  allow?: [string, ...(string)[]]
10739
10739
  }]
10740
+ // ----- no-constant-binary-expression -----
10741
+ type NoConstantBinaryExpression = []|[{
10742
+ checkRelationalComparisons?: boolean
10743
+ }]
10740
10744
  // ----- no-constant-condition -----
10741
10745
  type NoConstantCondition = []|[{
10742
10746
  checkLoops?: ("all" | "allExceptWhileTrue" | "none" | true | false)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/eslint",
3
- "version": "0.170.111",
3
+ "version": "0.170.113",
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.15",
145
- "@storm-software/config-tools": "1.190.78",
146
- "@storm-software/package-constants": "0.1.91",
144
+ "@storm-software/config": "1.138.17",
145
+ "@storm-software/config-tools": "1.190.80",
146
+ "@storm-software/package-constants": "0.1.93",
147
147
  "@stylistic/eslint-plugin": "^4.4.1",
148
148
  "@typescript-eslint/eslint-plugin": "^8.62.0",
149
149
  "@typescript-eslint/parser": "^8.62.0",
@@ -189,17 +189,17 @@
189
189
  },
190
190
  "devDependencies": {
191
191
  "@eslint-community/eslint-utils": "^4.9.1",
192
- "@eslint-react/eslint-plugin": "^5.9.3",
192
+ "@eslint-react/eslint-plugin": "^5.9.5",
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.43",
200
- "@storm-software/eslint-plugin-pnpm": "0.0.41",
201
- "@storm-software/eslint-plugin-tsdoc": "0.0.41",
202
- "@storm-software/tsdoc": "0.13.231",
199
+ "@storm-software/eslint-plugin-banner": "0.0.45",
200
+ "@storm-software/eslint-plugin-pnpm": "0.0.43",
201
+ "@storm-software/eslint-plugin-tsdoc": "0.0.43",
202
+ "@storm-software/tsdoc": "0.13.233",
203
203
  "@stylistic/eslint-plugin-migrate": "^4.4.1",
204
204
  "@types/eslint": "^9.6.1",
205
205
  "@types/eslint__js": "^8.42.3",
@@ -207,7 +207,7 @@
207
207
  "@unocss/eslint-plugin": "^65.5.0",
208
208
  "astro-eslint-parser": "^1.4.0",
209
209
  "esbuild": "^0.25.12",
210
- "eslint": "^10.5.0",
210
+ "eslint": "^10.6.0",
211
211
  "eslint-plugin-astro": "^1.7.0",
212
212
  "eslint-plugin-format": "^1.5.0",
213
213
  "eslint-plugin-import-x": "^4.17.0",
@@ -238,7 +238,7 @@
238
238
  "@storm-software/tsdoc": "*",
239
239
  "@unocss/eslint-plugin": ">=0.50.0",
240
240
  "astro-eslint-parser": "^1.0.2",
241
- "eslint": "^10.5.0",
241
+ "eslint": "^10.6.0",
242
242
  "eslint-plugin-astro": "^1.2.0",
243
243
  "eslint-plugin-format": ">=0.1.0",
244
244
  "eslint-plugin-mdx": "^3.8.1",
@@ -272,5 +272,5 @@
272
272
  "zod": { "optional": true }
273
273
  },
274
274
  "publishConfig": { "access": "public" },
275
- "gitHead": "c969fce9f24f583cbbe49cc655c74b9a82eab765"
275
+ "gitHead": "7cf0e2018373dcf9ac1f57ea8c6ffbdba18e4f6a"
276
276
  }