Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .pkgs/configs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@stylistic/eslint-plugin": "^5.5.0",
"eslint-plugin-de-morgan": "^2.0.0",
"eslint-plugin-function": "^0.0.34",
"eslint-plugin-function-rule": "^0.0.15",
"eslint-plugin-function-rule": "^0.0.16",
"eslint-plugin-jsdoc": "^61.2.1",
"eslint-plugin-perfectionist": "^4.15.1",
"eslint-plugin-regexp": "^2.10.0",
Expand Down
2 changes: 1 addition & 1 deletion .pkgs/function-rules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"lint:ts": "tsc --noEmit"
},
"dependencies": {
"eslint-plugin-function-rule": "^0.0.15"
"eslint-plugin-function-rule": "^0.0.16"
},
"devDependencies": {
"eslint": "^9.39.1",
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.3.6-beta.4
2.3.6-next.5
2 changes: 1 addition & 1 deletion apps/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@types/hast": "^3.0.4",
"@types/mdx": "^2.0.13",
"@types/node": "^24.10.1",
"@types/react": "^19.2.4",
"@types/react": "^19.2.5",
"@types/react-dom": "^19.2.3",
"dedent": "^1.7.0",
"eslint": "^9.39.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@tsconfig/node22": "^22.0.3",
"@tsconfig/strictest": "^2.0.8",
"@types/node": "^24.10.1",
"@types/react": "^19.2.4",
"@types/react": "^19.2.5",
"@types/react-dom": "^19.2.3",
"eslint": "^9.39.1",
"eslint-plugin-react-hooks": "^7.0.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/react-dom-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@eslint-react/eslint-plugin": "workspace:*",
"@eslint/config-inspector": "^1.3.0",
"@eslint/js": "^9.39.1",
"@types/react": "^19.2.4",
"@types/react": "^19.2.5",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.1",
"eslint": "^9.39.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/react-dom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@tsconfig/node22": "^22.0.3",
"@tsconfig/strictest": "^2.0.8",
"@tsconfig/vite-react": "^7.0.2",
"@types/react": "^19.2.4",
"@types/react": "^19.2.5",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.1",
"eslint": "^9.39.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-babel-eslint-parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@eslint/js": "^9.39.1",
"@types/babel__core": "~7.20.5",
"@types/babel__preset-env": "~7.10.0",
"@types/react": "^19.2.4",
"@types/react": "^19.2.5",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.1",
"eslint": "^9.39.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-ts-blank-eslint-parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@tsconfig/node22": "^22.0.3",
"@tsconfig/strictest": "^2.0.8",
"@tsconfig/vite-react": "^7.0.2",
"@types/react": "^19.2.4",
"@types/react": "^19.2.5",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.1",
"eslint": "^9.39.1",
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eslint-react/monorepo",
"version": "2.3.6-beta.4",
"version": "2.3.6-next.5",
"private": true,
"description": "Monorepo for eslint-plugin-react-[x, dom, web-api, hooks-extra, naming-convention].",
"keywords": [
Expand Down Expand Up @@ -63,7 +63,7 @@
"@tsconfig/node22": "^22.0.3",
"@tsconfig/strictest": "^2.0.8",
"@types/node": "^24.10.1",
"@types/react": "^19.2.4",
"@types/react": "^19.2.5",
"@types/react-dom": "^19.2.3",
"@typescript-eslint/parser": "^8.46.4",
"@typescript-eslint/rule-tester": "^8.46.4",
Expand All @@ -74,7 +74,7 @@
"effect": "^3.19.3",
"eslint": "^9.39.1",
"eslint-plugin-fast-import": "^1.5.3",
"eslint-plugin-function-rule": "^0.0.15",
"eslint-plugin-function-rule": "^0.0.16",
"eslint-plugin-vitest": "^0.5.4",
"mdxlint": "^1.0.0",
"publint": "^0.3.15",
Expand Down Expand Up @@ -109,7 +109,7 @@
],
"overrides": {
"@eslint/js": "9.39.1",
"@types/react": "^19.2.4",
"@types/react": "^19.2.5",
"@types/react-dom": "^19.2.3",
"esbuild": "^0.27.0",
"eslint": "^9.39.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eslint-react/core",
"version": "2.3.6-beta.4",
"version": "2.3.6-next.5",
"description": "ESLint React's ESLint utility module for static analysis of React core APIs and patterns.",
"homepage": "https://github.com/Rel1cx/eslint-react",
"bugs": {
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/eslint-plugin-react-debug/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-react-debug",
"version": "2.3.6-beta.4",
"version": "2.3.6-next.5",
"description": "ESLint React's ESLint plugin for debugging related rules.",
"keywords": [
"react",
Expand Down Expand Up @@ -58,7 +58,7 @@
},
"devDependencies": {
"@local/configs": "workspace:*",
"@types/react": "^19.2.4",
"@types/react": "^19.2.5",
"@types/react-dom": "^19.2.3",
"tsdown": "^0.16.4"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/eslint-plugin-react-dom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-react-dom",
"version": "2.3.6-beta.4",
"version": "2.3.6-next.5",
"description": "ESLint React's ESLint plugin for React DOM related rules.",
"keywords": [
"react",
Expand Down Expand Up @@ -58,7 +58,7 @@
},
"devDependencies": {
"@local/configs": "workspace:*",
"@types/react": "^19.2.4",
"@types/react": "^19.2.5",
"@types/react-dom": "^19.2.3",
"tsdown": "^0.16.4"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/eslint-plugin-react-hooks-extra/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-react-hooks-extra",
"version": "2.3.6-beta.4",
"version": "2.3.6-next.5",
"description": "ESLint React's ESLint plugin for React Hooks related rules.",
"keywords": [
"react",
Expand Down Expand Up @@ -59,7 +59,7 @@
},
"devDependencies": {
"@local/configs": "workspace:*",
"@types/react": "^19.2.4",
"@types/react": "^19.2.5",
"@types/react-dom": "^19.2.3",
"tsdown": "^0.16.4"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-react-naming-convention",
"version": "2.3.6-beta.4",
"version": "2.3.6-next.5",
"description": "ESLint React's ESLint plugin for naming convention related rules.",
"keywords": [
"react",
Expand Down Expand Up @@ -58,7 +58,7 @@
},
"devDependencies": {
"@local/configs": "workspace:*",
"@types/react": "^19.2.4",
"@types/react": "^19.2.5",
"@types/react-dom": "^19.2.3",
"tsdown": "^0.16.4"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/eslint-plugin-react-web-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-react-web-api",
"version": "2.3.6-beta.4",
"version": "2.3.6-next.5",
"description": "ESLint React's ESLint plugin for interacting with Web APIs",
"keywords": [
"react",
Expand Down Expand Up @@ -57,7 +57,7 @@
},
"devDependencies": {
"@local/configs": "workspace:*",
"@types/react": "^19.2.4",
"@types/react": "^19.2.5",
"@types/react-dom": "^19.2.3",
"tsdown": "^0.16.4"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/eslint-plugin-react-x/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-react-x",
"version": "2.3.6-beta.4",
"version": "2.3.6-next.5",
"description": "A set of composable ESLint rules for for libraries and frameworks that use React as a UI runtime.",
"keywords": [
"react",
Expand Down Expand Up @@ -60,7 +60,7 @@
},
"devDependencies": {
"@local/configs": "workspace:*",
"@types/react": "^19.2.4",
"@types/react": "^19.2.5",
"@types/react-dom": "^19.2.3",
"tsdown": "^0.16.4"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ import React from "react";

function MyComponent({ count, total }) {
return <div>Progress: ${count} / ${total}</div>;
// ^ ^
// ^ ^
// - Possible unnecessary '$' character before expression.
// - Possible unnecessary '$' character before expression.
// - Possible unnecessary '$' character before expression.
}
```

Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/eslint-plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,8 @@ This project is and will continue to maintain that 90% of the code is written by

Contributions are welcome!

Please follow our [contributing guidelines](https://github.com/Rel1cx/eslint-react/tree/main/.github/CONTRIBUTING.md).
Please follow our [contributing guidelines](https://github.com/Rel1cx/eslint-react/tree/next/.github/CONTRIBUTING.md).

## License

This project is licensed under the MIT License - see the [LICENSE](https://github.com/Rel1cx/eslint-react/tree/main/LICENSE) file for details.
This project is licensed under the MIT License - see the [LICENSE](https://github.com/Rel1cx/eslint-react/tree/next/LICENSE) file for details.
2 changes: 1 addition & 1 deletion packages/plugins/eslint-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eslint-react/eslint-plugin",
"version": "2.3.6-beta.4",
"version": "2.3.6-next.5",
"description": "A unified plugin that combines all individual plugins from the eslint-react monorepo into one.",
"keywords": [
"react",
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eslint-react/shared",
"version": "2.3.6-beta.4",
"version": "2.3.6-next.5",
"description": "ESLint React's Shared constants and functions.",
"homepage": "https://github.com/Rel1cx/eslint-react",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion packages/utilities/ast/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eslint-react/ast",
"version": "2.3.6-beta.4",
"version": "2.3.6-next.5",
"description": "ESLint React's TSESTree AST utility module.",
"homepage": "https://github.com/Rel1cx/eslint-react",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion packages/utilities/eff/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eslint-react/eff",
"version": "2.3.6-beta.4",
"version": "2.3.6-next.5",
"description": "JavaScript and TypeScript utilities (previously some re-exports of the effect library).",
"homepage": "https://github.com/Rel1cx/eslint-react",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion packages/utilities/var/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eslint-react/var",
"version": "2.3.6-beta.4",
"version": "2.3.6-next.5",
"description": "ESLint React's TSESTree AST utility module for static analysis of variables.",
"homepage": "https://github.com/Rel1cx/eslint-react",
"bugs": {
Expand Down
Loading
Loading