@storm-software/eslint 0.170.84 → 0.170.85

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/preset.cjs CHANGED
@@ -5659,7 +5659,7 @@ init_cjs_shims();
5659
5659
 
5660
5660
  // ../eslint-plugin-banner/package.json
5661
5661
  var package_default = {
5662
- version: "0.0.21"};
5662
+ version: "0.0.22"};
5663
5663
 
5664
5664
  // ../eslint-plugin-banner/src/rules/banner.ts
5665
5665
  init_cjs_shims();
@@ -19679,7 +19679,7 @@ plugin3.configs = configs3;
19679
19679
 
19680
19680
  // ../eslint-plugin-pnpm/package.json
19681
19681
  var package_default2 = {
19682
- version: "0.0.20"};
19682
+ version: "0.0.21"};
19683
19683
 
19684
19684
  // ../eslint-plugin-pnpm/src/plugin.ts
19685
19685
  var plugin4 = {
package/dist/preset.js CHANGED
@@ -5515,7 +5515,7 @@ init_esm_shims();
5515
5515
 
5516
5516
  // ../eslint-plugin-banner/package.json
5517
5517
  var package_default = {
5518
- version: "0.0.21"};
5518
+ version: "0.0.22"};
5519
5519
 
5520
5520
  // ../eslint-plugin-banner/src/rules/banner.ts
5521
5521
  init_esm_shims();
@@ -19277,7 +19277,7 @@ plugin3.configs = configs3;
19277
19277
 
19278
19278
  // ../eslint-plugin-pnpm/package.json
19279
19279
  var package_default2 = {
19280
- version: "0.0.20"};
19280
+ version: "0.0.21"};
19281
19281
 
19282
19282
  // ../eslint-plugin-pnpm/src/plugin.ts
19283
19283
  var plugin4 = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/eslint",
3
- "version": "0.170.84",
3
+ "version": "0.170.85",
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.137.90",
145
- "@storm-software/config-tools": "1.190.58",
146
- "@storm-software/package-constants": "0.1.71",
144
+ "@storm-software/config": "1.137.91",
145
+ "@storm-software/config-tools": "1.190.59",
146
+ "@storm-software/package-constants": "0.1.72",
147
147
  "@stylistic/eslint-plugin": "^4.4.1",
148
148
  "@typescript-eslint/eslint-plugin": "^8.61.0",
149
149
  "@typescript-eslint/parser": "^8.61.0",
@@ -196,9 +196,9 @@
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.22",
200
- "@storm-software/eslint-plugin-pnpm": "0.0.21",
201
- "@storm-software/eslint-plugin-tsdoc": "0.0.21",
199
+ "@storm-software/eslint-plugin-banner": "0.0.23",
200
+ "@storm-software/eslint-plugin-pnpm": "0.0.22",
201
+ "@storm-software/eslint-plugin-tsdoc": "0.0.22",
202
202
  "@stylistic/eslint-plugin-migrate": "^4.4.1",
203
203
  "@types/eslint": "^9.6.1",
204
204
  "@types/eslint__js": "^8.42.3",
@@ -215,6 +215,7 @@
215
215
  "eslint-plugin-react-compiler": "19.1.0-rc.2",
216
216
  "eslint-plugin-react-hooks": "^7.1.1",
217
217
  "eslint-plugin-react-native": "^5.0.0",
218
+ "eslint-plugin-react-native-globals": "^0.1.2",
218
219
  "eslint-plugin-react-refresh": "^0.5.2",
219
220
  "eslint-plugin-relay": "^1.8.3",
220
221
  "eslint-plugin-storybook": "^0.11.6",
@@ -243,13 +244,38 @@
243
244
  "eslint-plugin-mdx": "^3.8.1",
244
245
  "eslint-plugin-react-compiler": "19.1.0-rc.2",
245
246
  "eslint-plugin-react-hooks": "^7.1.1",
246
- "eslint-plugin-react-refresh": "^0.5.2",
247
+ "eslint-plugin-react-native": "^5.0.0",
248
+ "eslint-plugin-react-native-globals": "^0.1.2",
247
249
  "eslint-plugin-relay": "^1.8.3",
248
250
  "eslint-plugin-storybook": "^0.11.0",
249
251
  "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0",
250
252
  "prettier-plugin-astro": "^0.14.0",
251
253
  "zod": "^3.25.0 || ^4.0.0"
252
254
  },
255
+ "peerDependenciesMeta": {
256
+ "@eslint-react/eslint-plugin": { "optional": true },
257
+ "@graphql-eslint/eslint-plugin": { "optional": true },
258
+ "@next/eslint-plugin-next": { "optional": true },
259
+ "@nx/eslint": { "optional": false },
260
+ "@prettier/plugin-xml": { "optional": false },
261
+ "@storm-software/tsdoc": { "optional": true },
262
+ "@unocss/eslint-plugin": { "optional": true },
263
+ "astro-eslint-parser": { "optional": true },
264
+ "eslint": { "optional": false },
265
+ "eslint-plugin-astro": { "optional": true },
266
+ "eslint-plugin-format": { "optional": true },
267
+ "eslint-plugin-import-zod": { "optional": true },
268
+ "eslint-plugin-mdx": { "optional": true },
269
+ "eslint-plugin-react-compiler": { "optional": true },
270
+ "eslint-plugin-react-hooks": { "optional": true },
271
+ "eslint-plugin-react-native": { "optional": true },
272
+ "eslint-plugin-react-native-globals": { "optional": true },
273
+ "eslint-plugin-relay": { "optional": true },
274
+ "eslint-plugin-storybook": { "optional": true },
275
+ "graphql": { "optional": true },
276
+ "prettier-plugin-astro": { "optional": true },
277
+ "zod": { "optional": true }
278
+ },
253
279
  "publishConfig": { "access": "public" },
254
- "gitHead": "7b6c82a242db8d401664d0f12df2337d9048e36d"
280
+ "gitHead": "ba6813f12e8952c4a767bde0f1524b2177408e3f"
255
281
  }