@storm-software/eslint 0.169.135 → 0.169.136

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/types.d.cts CHANGED
@@ -5977,6 +5977,11 @@ Backward pagination arguments
5977
5977
  * @see https://github.com/vitest-dev/eslint-plugin-vitest/blob/main/docs/rules/require-top-level-describe.md
5978
5978
  */
5979
5979
  'test/require-top-level-describe'?: Linter.RuleEntry<TestRequireTopLevelDescribe>
5980
+ /**
5981
+ * enforce unbound methods are called with their expected scope
5982
+ * @see https://github.com/vitest-dev/eslint-plugin-vitest/blob/main/docs/rules/unbound-method.md
5983
+ */
5984
+ 'test/unbound-method'?: Linter.RuleEntry<TestUnboundMethod>
5980
5985
  /**
5981
5986
  * enforce valid describe callback
5982
5987
  * @see https://github.com/vitest-dev/eslint-plugin-vitest/blob/main/docs/rules/valid-describe-callback.md
@@ -16014,6 +16019,11 @@ type TestRequireTopLevelDescribe = []|[{
16014
16019
 
16015
16020
  maxNumberOfTopLevelDescribes?: number
16016
16021
  }]
16022
+ // ----- test/unbound-method -----
16023
+ type TestUnboundMethod = []|[{
16024
+
16025
+ ignoreStatic?: boolean
16026
+ }]
16017
16027
  // ----- test/valid-expect -----
16018
16028
  type TestValidExpect = []|[{
16019
16029
 
package/dist/types.d.ts CHANGED
@@ -5977,6 +5977,11 @@ Backward pagination arguments
5977
5977
  * @see https://github.com/vitest-dev/eslint-plugin-vitest/blob/main/docs/rules/require-top-level-describe.md
5978
5978
  */
5979
5979
  'test/require-top-level-describe'?: Linter.RuleEntry<TestRequireTopLevelDescribe>
5980
+ /**
5981
+ * enforce unbound methods are called with their expected scope
5982
+ * @see https://github.com/vitest-dev/eslint-plugin-vitest/blob/main/docs/rules/unbound-method.md
5983
+ */
5984
+ 'test/unbound-method'?: Linter.RuleEntry<TestUnboundMethod>
5980
5985
  /**
5981
5986
  * enforce valid describe callback
5982
5987
  * @see https://github.com/vitest-dev/eslint-plugin-vitest/blob/main/docs/rules/valid-describe-callback.md
@@ -16014,6 +16019,11 @@ type TestRequireTopLevelDescribe = []|[{
16014
16019
 
16015
16020
  maxNumberOfTopLevelDescribes?: number
16016
16021
  }]
16022
+ // ----- test/unbound-method -----
16023
+ type TestUnboundMethod = []|[{
16024
+
16025
+ ignoreStatic?: boolean
16026
+ }]
16017
16027
  // ----- test/valid-expect -----
16018
16028
  type TestValidExpect = []|[{
16019
16029
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/eslint",
3
- "version": "0.169.135",
3
+ "version": "0.169.136",
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,16 +141,16 @@
141
141
  "@eslint/eslintrc": "^3.3.5",
142
142
  "@eslint/markdown": "^6.6.0",
143
143
  "@nx/eslint-plugin": "22.6.0",
144
- "@storm-software/config": "^1.137.0",
145
- "@storm-software/config-tools": "^1.189.46",
144
+ "@storm-software/config": "^1.137.1",
145
+ "@storm-software/config-tools": "^1.189.47",
146
146
  "@stylistic/eslint-plugin": "^4.4.1",
147
- "@typescript-eslint/eslint-plugin": "^8.57.1",
148
- "@typescript-eslint/parser": "^8.57.1",
149
- "@typescript-eslint/utils": "^8.57.1",
150
- "@vitest/eslint-plugin": "^1.6.12",
147
+ "@typescript-eslint/eslint-plugin": "^8.57.2",
148
+ "@typescript-eslint/parser": "^8.57.2",
149
+ "@typescript-eslint/utils": "^8.57.2",
150
+ "@vitest/eslint-plugin": "^1.6.13",
151
151
  "chalk": "^4.1.2",
152
152
  "defu": "6.1.4",
153
- "eslint-config-flat-gitignore": "^2.2.1",
153
+ "eslint-config-flat-gitignore": "^2.3.0",
154
154
  "eslint-config-prettier": "^10.1.8",
155
155
  "eslint-flat-config-utils": "^2.1.4",
156
156
  "eslint-merge-processors": "^2.0.0",
@@ -197,7 +197,7 @@
197
197
  "@types/eslint__js": "^8.42.3",
198
198
  "@types/node": "^25.5.0",
199
199
  "@unocss/eslint-plugin": "^65.5.0",
200
- "astro-eslint-parser": "^1.3.0",
200
+ "astro-eslint-parser": "^1.4.0",
201
201
  "esbuild": "^0.25.12",
202
202
  "eslint": "^9.39.4",
203
203
  "eslint-plugin-astro": "^1.6.0",
@@ -210,7 +210,7 @@
210
210
  "eslint-plugin-relay": "^1.8.3",
211
211
  "eslint-plugin-storybook": "^0.11.6",
212
212
  "eslint-typegen": "^1.0.0",
213
- "graphql": "^16.13.1",
213
+ "graphql": "^16.13.2",
214
214
  "prettier-plugin-astro": "^0.14.1",
215
215
  "tsup": "8.4.0",
216
216
  "tsx": "^4.21.0",
@@ -239,5 +239,5 @@
239
239
  "prettier-plugin-astro": "^0.14.0"
240
240
  },
241
241
  "publishConfig": { "access": "public" },
242
- "gitHead": "f8c95293185f34b92585cb3cc1006d71a4c00395"
242
+ "gitHead": "b5b3c51a63e328729b23693d73ab17751fdf367c"
243
243
  }