@eslint-react/eslint-plugin 5.8.19 → 5.9.0

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.
Files changed (2) hide show
  1. package/dist/index.js +3 -1
  2. package/package.json +10 -10
package/dist/index.js CHANGED
@@ -155,6 +155,7 @@ const rules$21 = {
155
155
  "@eslint-react/dom-no-void-elements-with-children": "error",
156
156
  "@eslint-react/web-api-no-leaked-event-listener": "warn",
157
157
  "@eslint-react/web-api-no-leaked-fetch": "warn",
158
+ "@eslint-react/web-api-no-leaked-intersection-observer": "warn",
158
159
  "@eslint-react/web-api-no-leaked-interval": "warn",
159
160
  "@eslint-react/web-api-no-leaked-resize-observer": "warn",
160
161
  "@eslint-react/web-api-no-leaked-timeout": "warn",
@@ -328,6 +329,7 @@ const name$9 = "@eslint-react/web-api";
328
329
  const rules$8 = {
329
330
  "@eslint-react/web-api-no-leaked-event-listener": "warn",
330
331
  "@eslint-react/web-api-no-leaked-fetch": "warn",
332
+ "@eslint-react/web-api-no-leaked-intersection-observer": "warn",
331
333
  "@eslint-react/web-api-no-leaked-interval": "warn",
332
334
  "@eslint-react/web-api-no-leaked-resize-observer": "warn",
333
335
  "@eslint-react/web-api-no-leaked-timeout": "warn"
@@ -449,7 +451,7 @@ const settings = { ...settings$1 };
449
451
  //#endregion
450
452
  //#region package.json
451
453
  var name = "@eslint-react/eslint-plugin";
452
- var version = "5.8.19";
454
+ var version = "5.9.0";
453
455
 
454
456
  //#endregion
455
457
  //#region src/utils/type-of.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eslint-react/eslint-plugin",
3
- "version": "5.8.19",
3
+ "version": "5.9.0",
4
4
  "description": "The all-in-one, blazing fast ESLint plugin for React. Get complete, out-of-the-box rule coverage with instant feedback.",
5
5
  "keywords": [
6
6
  "react",
@@ -42,13 +42,13 @@
42
42
  "dist"
43
43
  ],
44
44
  "dependencies": {
45
- "@eslint-react/shared": "5.8.19",
46
- "eslint-plugin-react-dom": "5.8.19",
47
- "eslint-plugin-react-jsx": "5.8.19",
48
- "eslint-plugin-react-rsc": "5.8.19",
49
- "eslint-plugin-react-web-api": "5.8.19",
50
- "eslint-plugin-react-x": "5.8.19",
51
- "eslint-plugin-react-naming-convention": "5.8.19"
45
+ "eslint-plugin-react-dom": "5.9.0",
46
+ "@eslint-react/shared": "5.9.0",
47
+ "eslint-plugin-react-jsx": "5.9.0",
48
+ "eslint-plugin-react-naming-convention": "5.9.0",
49
+ "eslint-plugin-react-rsc": "5.9.0",
50
+ "eslint-plugin-react-web-api": "5.9.0",
51
+ "eslint-plugin-react-x": "5.9.0"
52
52
  },
53
53
  "devDependencies": {
54
54
  "@types/react": "^19.2.17",
@@ -56,8 +56,8 @@
56
56
  "eslint": "^10.4.1",
57
57
  "tsdown": "^0.22.2",
58
58
  "typescript": "6.0.3",
59
- "@local/configs": "0.0.0",
60
- "@local/eff": "0.0.0"
59
+ "@local/eff": "0.0.0",
60
+ "@local/configs": "0.0.0"
61
61
  },
62
62
  "peerDependencies": {
63
63
  "eslint": "*",