@storm-software/eslint 0.170.102 → 0.170.104

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/eslint",
3
- "version": "0.170.102",
3
+ "version": "0.170.104",
4
4
  "private": false,
5
5
  "description": "A package containing the base ESLint configuration used by Storm Software across many projects.",
6
6
  "keywords": [
@@ -16,7 +16,7 @@
16
16
  "bugs": "https://github.com/storm-software/storm-ops/issues",
17
17
  "repository": {
18
18
  "type": "github",
19
- "url": "https://github.com/storm-software/storm-ops",
19
+ "url": "https://github.com/storm-software/storm-ops.git",
20
20
  "directory": "packages/eslint"
21
21
  },
22
22
  "funding": {
@@ -141,13 +141,13 @@
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.6",
145
- "@storm-software/config-tools": "1.190.69",
146
- "@storm-software/package-constants": "0.1.82",
144
+ "@storm-software/config": "1.138.8",
145
+ "@storm-software/config-tools": "1.190.71",
146
+ "@storm-software/package-constants": "0.1.84",
147
147
  "@stylistic/eslint-plugin": "^4.4.1",
148
- "@typescript-eslint/eslint-plugin": "^8.61.0",
149
- "@typescript-eslint/parser": "^8.61.0",
150
- "@typescript-eslint/utils": "^8.61.0",
148
+ "@typescript-eslint/eslint-plugin": "^8.61.1",
149
+ "@typescript-eslint/parser": "^8.61.1",
150
+ "@typescript-eslint/utils": "^8.61.1",
151
151
  "@vitest/eslint-plugin": "^1.6.20",
152
152
  "chalk": "^4.1.2",
153
153
  "defu": "^6.1.7",
@@ -196,9 +196,10 @@
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.34",
200
- "@storm-software/eslint-plugin-pnpm": "0.0.32",
201
- "@storm-software/eslint-plugin-tsdoc": "0.0.32",
199
+ "@storm-software/eslint-plugin-banner": "0.0.36",
200
+ "@storm-software/eslint-plugin-pnpm": "0.0.34",
201
+ "@storm-software/eslint-plugin-tsdoc": "0.0.34",
202
+ "@storm-software/tsdoc": "0.13.224",
202
203
  "@stylistic/eslint-plugin-migrate": "^4.4.1",
203
204
  "@types/eslint": "^9.6.1",
204
205
  "@types/eslint__js": "^8.42.3",
@@ -216,7 +217,7 @@
216
217
  "eslint-plugin-react-hooks": "^7.1.1",
217
218
  "eslint-plugin-react-native": "^5.0.0",
218
219
  "eslint-plugin-react-native-globals": "^0.1.2",
219
- "eslint-plugin-react-refresh": "^0.5.2",
220
+ "eslint-plugin-react-refresh": "^0.5.3",
220
221
  "eslint-plugin-relay": "^1.8.3",
221
222
  "eslint-plugin-storybook": "^0.11.6",
222
223
  "eslint-typegen": "^2.3.1",
@@ -271,5 +272,5 @@
271
272
  "zod": { "optional": true }
272
273
  },
273
274
  "publishConfig": { "access": "public" },
274
- "gitHead": "5e767e625b4b6646f1cfc91a939c375a1aecd9ef"
275
+ "gitHead": "61aa40134f04beb1518d087468564cc376f6ce99"
275
276
  }