@eslint-react/eslint-plugin 5.8.4-next.2 → 5.8.5-beta.2

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/README.md CHANGED
@@ -65,7 +65,7 @@ Performant, composable ESLint rules for React and friends.
65
65
  >
66
66
  > - Node.js: 22.0.0
67
67
  > - ESLint: 10.2.1
68
- > - TypeScript: 6.0.3
68
+ > - TypeScript: 5.0.0
69
69
 
70
70
  ### Install
71
71
 
@@ -204,7 +204,7 @@ export default defineConfig(
204
204
 
205
205
  This project is not affiliated with Meta Corporation or the [facebook/react](https://github.com/facebook/react) project or team, nor is it endorsed or sponsored by them.
206
206
 
207
- This project is, and will remain, 90% of its code written by humans.
207
+ This project is, and will remain, [90% of its code written by humans](https://www.eslint-react.xyz/docs/faq#what-does-90-human-written-mean).
208
208
 
209
209
  ## Sponsors
210
210
 
package/dist/index.js CHANGED
@@ -449,7 +449,7 @@ const settings = { ...settings$1 };
449
449
  //#endregion
450
450
  //#region package.json
451
451
  var name = "@eslint-react/eslint-plugin";
452
- var version = "5.8.4-next.2";
452
+ var version = "5.8.5-beta.2";
453
453
 
454
454
  //#endregion
455
455
  //#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.4-next.2",
3
+ "version": "5.8.5-beta.2",
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,16 +42,16 @@
42
42
  "dist"
43
43
  ],
44
44
  "dependencies": {
45
- "@eslint-react/shared": "5.8.4-next.2",
46
- "eslint-plugin-react-dom": "5.8.4-next.2",
47
- "eslint-plugin-react-jsx": "5.8.4-next.2",
48
- "eslint-plugin-react-naming-convention": "5.8.4-next.2",
49
- "eslint-plugin-react-rsc": "5.8.4-next.2",
50
- "eslint-plugin-react-web-api": "5.8.4-next.2",
51
- "eslint-plugin-react-x": "5.8.4-next.2"
45
+ "@eslint-react/shared": "5.8.5-beta.2",
46
+ "eslint-plugin-react-dom": "5.8.5-beta.2",
47
+ "eslint-plugin-react-naming-convention": "5.8.5-beta.2",
48
+ "eslint-plugin-react-rsc": "5.8.5-beta.2",
49
+ "eslint-plugin-react-jsx": "5.8.5-beta.2",
50
+ "eslint-plugin-react-x": "5.8.5-beta.2",
51
+ "eslint-plugin-react-web-api": "5.8.5-beta.2"
52
52
  },
53
53
  "devDependencies": {
54
- "@types/react": "^19.2.14",
54
+ "@types/react": "^19.2.15",
55
55
  "@types/react-dom": "^19.2.3",
56
56
  "eslint": "^10.4.0",
57
57
  "tsdown": "^0.22.0",