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 @@ -27,6 +27,6 @@
"eslint-plugin-perfectionist": "^4.11.0",
"eslint-plugin-regexp": "^2.7.0",
"eslint-plugin-unicorn": "^58.0.0",
"typescript-eslint": "^8.29.1"
"typescript-eslint": "^8.30.1"
}
}
10 changes: 5 additions & 5 deletions .pkgs/eslint-plugin-local/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
"@eslint-react/var": "workspace:*",
"@eslint/js": "^9.24.0",
"@stylistic/eslint-plugin": "^4.2.0",
"@typescript-eslint/scope-manager": "^8.29.1",
"@typescript-eslint/type-utils": "^8.29.1",
"@typescript-eslint/types": "^8.29.1",
"@typescript-eslint/utils": "^8.29.1",
"@typescript-eslint/scope-manager": "^8.30.1",
"@typescript-eslint/type-utils": "^8.30.1",
"@typescript-eslint/types": "^8.30.1",
"@typescript-eslint/utils": "^8.30.1",
"eslint-plugin-de-morgan": "^1.2.1",
"eslint-plugin-jsdoc": "^50.6.9",
"eslint-plugin-perfectionist": "^4.11.0",
Expand All @@ -42,7 +42,7 @@
},
"devDependencies": {
"@local/configs": "workspace:*",
"@types/react": "^19.1.1",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"tsup": "^8.4.0"
},
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.47.3-next.0
1.47.3-beta.0
8 changes: 4 additions & 4 deletions apps/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@
"@eslint/markdown": "^6.3.0",
"@local/configs": "workspace:*",
"@mdx-js/mdx": "^3.1.0",
"@tailwindcss/postcss": "^4.1.3",
"@tailwindcss/postcss": "^4.1.4",
"@theguild/remark-mermaid": "^0.3.0",
"@tsconfig/next": "^2.0.3",
"@tsconfig/node22": "^22.0.1",
"@tsconfig/strictest": "^2.0.5",
"@types/hast": "^3.0.4",
"@types/mdx": "^2.0.13",
"@types/node": "^22.14.1",
"@types/react": "^19.1.1",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"autoprefixer": "^10.4.21",
"dedent": "^1.5.3",
Expand All @@ -57,9 +57,9 @@
"eslint-plugin-unicorn": "^58.0.0",
"importx": "^0.5.2",
"postcss": "^8.5.3",
"tailwindcss": "^4.1.3",
"tailwindcss": "^4.1.4",
"tailwindcss-animated": "^2.0.0",
"typescript": "^5.8.3",
"typescript-eslint": "^8.29.1"
"typescript-eslint": "^8.30.1"
}
}
4 changes: 2 additions & 2 deletions examples/next-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@
"@tsconfig/node22": "^22.0.1",
"@tsconfig/strictest": "^2.0.5",
"@types/node": "^22.14.1",
"@types/react": "^19.1.1",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"eslint": "^9.24.0",
"eslint-config-flat-gitignore": "^2.1.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.19",
"typescript": "^5.8.3",
"typescript-eslint": "^8.29.1"
"typescript-eslint": "^8.30.1"
},
"engines": {
"node": ">=18.18.0"
Expand Down
4 changes: 2 additions & 2 deletions examples/vite-react-dom-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@
"@tsconfig/node22": "^22.0.1",
"@tsconfig/strictest": "^2.0.5",
"@tsconfig/vite-react": "^3.4.0",
"@types/react": "^19.1.1",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.24.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.19",
"typescript": "^5.8.3",
"typescript-eslint": "^8.29.1",
"typescript-eslint": "^8.30.1",
"vite": "^6.2.6"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion examples/vite-react-dom-js-app/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.0.2",
"@eslint/js": "^9.24.0",
"@types/react": "^19.1.1",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.24.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@eslint/js": "^9.24.0",
"@types/babel__core": "~7.20.5",
"@types/babel__preset-env": "~7.10.0",
"@types/react": "^19.1.1",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.24.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@tsconfig/node22": "^22.0.1",
"@tsconfig/strictest": "^2.0.5",
"@tsconfig/vite-react": "^3.4.0",
"@types/react": "^19.1.1",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.24.0",
Expand All @@ -32,7 +32,7 @@
"globals": "^16.0.0",
"ts-blank-eslint-parser": "^0.4.3",
"typescript": "^5.8.3",
"typescript-eslint": "^8.29.1",
"typescript-eslint": "^8.30.1",
"vite": "^6.2.6"
},
"engines": {
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eslint-react/monorepo",
"version": "1.47.3-next.0",
"version": "1.47.3-beta.0",
"private": true,
"description": "Monorepo for eslint-plugin-react-[x, dom, web-api, hooks-extra, naming-convention].",
"keywords": [
Expand Down Expand Up @@ -60,11 +60,11 @@
"@tsconfig/node22": "^22.0.1",
"@tsconfig/strictest": "^2.0.5",
"@types/node": "^22.14.1",
"@types/react": "^19.1.1",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"@typescript-eslint/parser": "^8.29.1",
"@typescript-eslint/rule-tester": "^8.29.1",
"@typescript-eslint/types": "^8.29.1",
"@typescript-eslint/parser": "^8.30.1",
"@typescript-eslint/rule-tester": "^8.30.1",
"@typescript-eslint/types": "^8.30.1",
"ansis": "^3.17.0",
"cspell": "^8.18.1",
"dedent": "^1.5.3",
Expand All @@ -74,10 +74,10 @@
"eslint-config-flat-gitignore": "^2.1.0",
"eslint-plugin-vitest": "^0.5.4",
"jiti": "^2.4.2",
"lefthook": "^1.11.9",
"lefthook": "^1.11.10",
"markdownlint": "^0.37.4",
"nx": "20.7.2",
"publint": "^0.3.11",
"publint": "^0.3.12",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"skott": "^0.35.4",
Expand All @@ -92,7 +92,7 @@
"typedoc-plugin-markdown": "^4.6.2",
"typedoc-plugin-mdn-links": "^5.0.1",
"typescript": "^5.8.3",
"typescript-eslint": "^8.29.1",
"typescript-eslint": "^8.30.1",
"vitest": "^3.1.1"
},
"packageManager": "[email protected]",
Expand All @@ -109,7 +109,7 @@
"sharp"
],
"overrides": {
"@types/react": "^19.1.1",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"cross-spawn": "^7.0.6",
"esbuild": "^0.25.2",
Expand Down
10 changes: 5 additions & 5 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eslint-react/core",
"version": "1.47.3-next.0",
"version": "1.47.3-beta.0",
"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 Expand Up @@ -47,10 +47,10 @@
"@eslint-react/kit": "workspace:*",
"@eslint-react/shared": "workspace:*",
"@eslint-react/var": "workspace:*",
"@typescript-eslint/scope-manager": "^8.29.1",
"@typescript-eslint/type-utils": "^8.29.1",
"@typescript-eslint/types": "^8.29.1",
"@typescript-eslint/utils": "^8.29.1",
"@typescript-eslint/scope-manager": "^8.30.1",
"@typescript-eslint/type-utils": "^8.30.1",
"@typescript-eslint/types": "^8.30.1",
"@typescript-eslint/utils": "^8.30.1",
"birecord": "^0.1.1",
"ts-pattern": "^5.7.0"
},
Expand Down
12 changes: 6 additions & 6 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": "1.47.3-next.0",
"version": "1.47.3-beta.0",
"description": "ESLint React's ESLint plugin for debugging related rules.",
"keywords": [
"react",
Expand Down Expand Up @@ -55,16 +55,16 @@
"@eslint-react/kit": "workspace:*",
"@eslint-react/shared": "workspace:*",
"@eslint-react/var": "workspace:*",
"@typescript-eslint/scope-manager": "^8.29.1",
"@typescript-eslint/type-utils": "^8.29.1",
"@typescript-eslint/types": "^8.29.1",
"@typescript-eslint/utils": "^8.29.1",
"@typescript-eslint/scope-manager": "^8.30.1",
"@typescript-eslint/type-utils": "^8.30.1",
"@typescript-eslint/types": "^8.30.1",
"@typescript-eslint/utils": "^8.30.1",
"string-ts": "^2.2.1",
"ts-pattern": "^5.7.0"
},
"devDependencies": {
"@local/configs": "workspace:*",
"@types/react": "^19.1.1",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"tsup": "^8.4.0"
},
Expand Down
10 changes: 5 additions & 5 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": "1.47.3-next.0",
"version": "1.47.3-beta.0",
"description": "ESLint React's ESLint plugin for React DOM related rules.",
"keywords": [
"react",
Expand Down Expand Up @@ -55,16 +55,16 @@
"@eslint-react/kit": "workspace:*",
"@eslint-react/shared": "workspace:*",
"@eslint-react/var": "workspace:*",
"@typescript-eslint/scope-manager": "^8.29.1",
"@typescript-eslint/types": "^8.29.1",
"@typescript-eslint/utils": "^8.29.1",
"@typescript-eslint/scope-manager": "^8.30.1",
"@typescript-eslint/types": "^8.30.1",
"@typescript-eslint/utils": "^8.30.1",
"compare-versions": "^6.1.1",
"string-ts": "^2.2.1",
"ts-pattern": "^5.7.0"
},
"devDependencies": {
"@local/configs": "workspace:*",
"@types/react": "^19.1.1",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"tsup": "^8.4.0"
},
Expand Down
12 changes: 6 additions & 6 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": "1.47.3-next.0",
"version": "1.47.3-beta.0",
"description": "ESLint React's ESLint plugin for React Hooks related rules.",
"keywords": [
"react",
Expand Down Expand Up @@ -56,16 +56,16 @@
"@eslint-react/kit": "workspace:*",
"@eslint-react/shared": "workspace:*",
"@eslint-react/var": "workspace:*",
"@typescript-eslint/scope-manager": "^8.29.1",
"@typescript-eslint/type-utils": "^8.29.1",
"@typescript-eslint/types": "^8.29.1",
"@typescript-eslint/utils": "^8.29.1",
"@typescript-eslint/scope-manager": "^8.30.1",
"@typescript-eslint/type-utils": "^8.30.1",
"@typescript-eslint/types": "^8.30.1",
"@typescript-eslint/utils": "^8.30.1",
"string-ts": "^2.2.1",
"ts-pattern": "^5.7.0"
},
"devDependencies": {
"@local/configs": "workspace:*",
"@types/react": "^19.1.1",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"tsup": "^8.4.0"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-react-naming-convention",
"version": "1.47.3-next.0",
"version": "1.47.3-beta.0",
"description": "ESLint React's ESLint plugin for naming convention related rules.",
"keywords": [
"react",
Expand Down Expand Up @@ -55,16 +55,16 @@
"@eslint-react/kit": "workspace:*",
"@eslint-react/shared": "workspace:*",
"@eslint-react/var": "workspace:*",
"@typescript-eslint/scope-manager": "^8.29.1",
"@typescript-eslint/type-utils": "^8.29.1",
"@typescript-eslint/types": "^8.29.1",
"@typescript-eslint/utils": "^8.29.1",
"@typescript-eslint/scope-manager": "^8.30.1",
"@typescript-eslint/type-utils": "^8.30.1",
"@typescript-eslint/types": "^8.30.1",
"@typescript-eslint/utils": "^8.30.1",
"string-ts": "^2.2.1",
"ts-pattern": "^5.7.0"
},
"devDependencies": {
"@local/configs": "workspace:*",
"@types/react": "^19.1.1",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"tsup": "^8.4.0"
},
Expand Down
10 changes: 5 additions & 5 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": "1.47.3-next.0",
"version": "1.47.3-beta.0",
"description": "ESLint React's ESLint plugin for interacting with Web APIs",
"keywords": [
"react",
Expand Down Expand Up @@ -55,15 +55,15 @@
"@eslint-react/kit": "workspace:*",
"@eslint-react/shared": "workspace:*",
"@eslint-react/var": "workspace:*",
"@typescript-eslint/scope-manager": "^8.29.1",
"@typescript-eslint/types": "^8.29.1",
"@typescript-eslint/utils": "^8.29.1",
"@typescript-eslint/scope-manager": "^8.30.1",
"@typescript-eslint/types": "^8.30.1",
"@typescript-eslint/utils": "^8.30.1",
"string-ts": "^2.2.1",
"ts-pattern": "^5.7.0"
},
"devDependencies": {
"@local/configs": "workspace:*",
"@types/react": "^19.1.1",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"tsup": "^8.4.0"
},
Expand Down
12 changes: 6 additions & 6 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": "1.47.3-next.0",
"version": "1.47.3-beta.0",
"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 @@ -54,18 +54,18 @@
"@eslint-react/kit": "workspace:*",
"@eslint-react/shared": "workspace:*",
"@eslint-react/var": "workspace:*",
"@typescript-eslint/scope-manager": "^8.29.1",
"@typescript-eslint/type-utils": "^8.29.1",
"@typescript-eslint/types": "^8.29.1",
"@typescript-eslint/utils": "^8.29.1",
"@typescript-eslint/scope-manager": "^8.30.1",
"@typescript-eslint/type-utils": "^8.30.1",
"@typescript-eslint/types": "^8.30.1",
"@typescript-eslint/utils": "^8.30.1",
"compare-versions": "^6.1.1",
"is-immutable-type": "^5.0.1",
"string-ts": "^2.2.1",
"ts-pattern": "^5.7.0"
},
"devDependencies": {
"@local/configs": "workspace:*",
"@types/react": "^19.1.1",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"ts-api-utils": "^2.1.0",
"tsup": "^8.4.0"
Expand Down
Loading
Loading