Skip to content

Commit

Permalink
chore: update @typescript-eslint and eslint dependencies to latest ve…
Browse files Browse the repository at this point in the history
…rsions
  • Loading branch information
Rel1cx committed Feb 12, 2025
1 parent 49551c5 commit 8a8131f
Show file tree
Hide file tree
Showing 23 changed files with 628 additions and 564 deletions.
1 change: 1 addition & 0 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,5 @@ Before submitting your contribution though, please make sure to take a moment an
- `packages/core`: Utility module for static analysis of React core APIs and Patterns.
- `packages/shared`: Shared constants, types and functions.
- `apps/website`: The documentation website for ESLint React.

<!-- - `apps/playground`: The playground for ESLint React. -->
8 changes: 4 additions & 4 deletions .pkgs/eslint-plugin-local/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
"@eslint-react/eff": "workspace:*",
"@eslint-react/shared": "workspace:*",
"@eslint-react/var": "workspace:*",
"@typescript-eslint/scope-manager": "^8.23.0",
"@typescript-eslint/type-utils": "^8.23.0",
"@typescript-eslint/types": "^8.23.0",
"@typescript-eslint/utils": "^8.23.0",
"@typescript-eslint/scope-manager": "^8.24.0",
"@typescript-eslint/type-utils": "^8.24.0",
"@typescript-eslint/types": "^8.24.0",
"@typescript-eslint/utils": "^8.24.0",
"string-ts": "^2.2.1",
"ts-pattern": "^5.6.2"
},
Expand Down
16 changes: 8 additions & 8 deletions apps/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"fumadocs-typescript": "3.0.3",
"fumadocs-ui": "14.7.7",
"lucide-react": "^0.475.0",
"next": "^15.1.6",
"next": "^15.1.7",
"next-view-transitions": "^0.3.4",
"react": "^19.0.0",
"react-dom": "^19.0.0",
Expand All @@ -32,10 +32,10 @@
"@eslint/js": "^9.20.0",
"@eslint/markdown": "^6.2.2",
"@local/configs": "workspace:*",
"@markuplint/jsx-parser": "^4.7.15",
"@markuplint/react-spec": "^4.5.15",
"@markuplint/jsx-parser": "^4.7.16",
"@markuplint/react-spec": "^4.5.16",
"@mdx-js/mdx": "^3.1.0",
"@next/eslint-plugin-next": "^15.1.6",
"@next/eslint-plugin-next": "^15.1.7",
"@tsconfig/node22": "^22.0.0",
"@tsconfig/strictest": "^2.0.5",
"@types/mdx": "^2.0.13",
Expand All @@ -44,18 +44,18 @@
"@types/react-dom": "^19.0.3",
"autoprefixer": "^10.4.20",
"dedent": "^1.5.3",
"eslint": "^9.20.0",
"eslint": "^9.20.1",
"eslint-plugin-import-x": "^4.6.1",
"eslint-plugin-mdx": "^3.1.5",
"eslint-plugin-perfectionist": "^4.8.0",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.19",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-unicorn": "^56.0.1",
"markuplint": "^4.11.5",
"postcss": "^8.5.1",
"markuplint": "^4.11.6",
"postcss": "^8.5.2",
"tailwindcss": "3.4.17",
"typescript": "^5.7.3",
"typescript-eslint": "^8.23.0"
"typescript-eslint": "^8.24.0"
}
}
6 changes: 3 additions & 3 deletions examples/dual-react-dom-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,18 +37,18 @@
"@tsconfig/strictest": "^2.0.5",
"@types/node": "^22.13.1",
"@types/react": "^19.0.8",
"eslint": "^9.20.0",
"eslint": "^9.20.1",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-vitest": "^0.5.4",
"react": "^19.0.0",
"tsup": "^8.3.6",
"typescript": "^5.7.3",
"typescript-eslint": "^8.23.0"
"typescript-eslint": "^8.24.0"
},
"peerDependencies": {
"react": "^19.0.0"
},
"packageManager": "pnpm@10.2.1",
"packageManager": "pnpm@10.3.0",
"engines": {
"node": ">=18.18.0"
}
Expand Down
10 changes: 5 additions & 5 deletions examples/next-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,28 +11,28 @@
"dependencies": {
"@radix-ui/react-dropdown-menu": "2.1.6",
"@radix-ui/react-icons": "1.3.2",
"next": "^15.1.6",
"next": "^15.1.7",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@eslint-react/eslint-plugin": "workspace:*",
"@eslint/config-inspector": "^1.0.0",
"@eslint/js": "^9.20.0",
"@next/eslint-plugin-next": "^15.1.6",
"@next/eslint-plugin-next": "^15.1.7",
"@types/negotiator": "^0.6.3",
"@types/node": "^22.13.1",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"autoprefixer": "^10.4.20",
"eslint": "^9.20.0",
"eslint": "^9.20.1",
"eslint-config-flat-gitignore": "^2.0.0",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.19",
"postcss": "^8.5.1",
"postcss": "^8.5.2",
"tailwindcss": "3.4.17",
"typescript": "^5.7.3",
"typescript-eslint": "^8.23.0"
"typescript-eslint": "^8.24.0"
},
"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 @@ -23,11 +23,11 @@
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.20.0",
"eslint": "^9.20.1",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.19",
"typescript": "^5.7.3",
"typescript-eslint": "^8.23.0",
"typescript-eslint": "^8.24.0",
"vite": "^6.1.0"
},
"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 @@ -21,7 +21,7 @@
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.20.0",
"eslint": "^9.20.1",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^15.14.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.20.0",
"eslint": "^9.20.1",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^15.14.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.20.0",
"eslint": "^9.20.1",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^15.14.0",
"meriyah": "^6.0.5",
"ts-blank-eslint-parser": "^0.3.2",
"ts-blank-space": "^0.5.1",
"typescript": "^5.7.3",
"typescript-eslint": "^8.23.0",
"typescript-eslint": "^8.24.0",
"vite": "^6.1.0"
},
"engines": {
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,16 +67,16 @@
"@types/node": "^22.13.1",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@typescript-eslint/parser": "^8.23.0",
"@typescript-eslint/rule-tester": "^8.23.0",
"@typescript-eslint/types": "^8.23.0",
"@typescript-eslint/parser": "^8.24.0",
"@typescript-eslint/rule-tester": "^8.24.0",
"@typescript-eslint/types": "^8.24.0",
"@vitest/ui": "^3.0.5",
"concurrently": "^9.1.2",
"cspell": "^8.17.3",
"dedent": "^1.5.3",
"dprint": "^0.49.0",
"esbuild": "^0.25.0",
"eslint": "^9.20.0",
"eslint": "^9.20.1",
"eslint-config-flat-gitignore": "^2.0.0",
"eslint-plugin-jsdoc": "^50.6.3",
"eslint-plugin-perfectionist": "^4.8.0",
Expand Down Expand Up @@ -105,10 +105,10 @@
"typedoc-plugin-markdown": "^4.4.2",
"typedoc-plugin-rename-defaults": "^0.7.2",
"typescript": "^5.7.3",
"typescript-eslint": "^8.23.0",
"typescript-eslint": "^8.24.0",
"vitest": "^3.0.5"
},
"packageManager": "pnpm@10.2.1",
"packageManager": "pnpm@10.3.0",
"engines": {
"node": ">=18.18.0"
},
Expand All @@ -121,7 +121,7 @@
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"cross-spawn": "^7.0.6",
"next": "^15.1.6",
"next": "^15.1.7",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"ts-api-utils": "^2.0.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@
"@eslint-react/jsx": "workspace:*",
"@eslint-react/shared": "workspace:*",
"@eslint-react/var": "workspace:*",
"@typescript-eslint/scope-manager": "^8.23.0",
"@typescript-eslint/type-utils": "^8.23.0",
"@typescript-eslint/types": "^8.23.0",
"@typescript-eslint/utils": "^8.23.0",
"@typescript-eslint/scope-manager": "^8.24.0",
"@typescript-eslint/type-utils": "^8.24.0",
"@typescript-eslint/types": "^8.24.0",
"@typescript-eslint/utils": "^8.24.0",
"birecord": "^0.1.1",
"ts-pattern": "^5.6.2"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/plugins/eslint-plugin-react-debug/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@
"@eslint-react/jsx": "workspace:*",
"@eslint-react/shared": "workspace:*",
"@eslint-react/var": "workspace:*",
"@typescript-eslint/scope-manager": "^8.23.0",
"@typescript-eslint/type-utils": "^8.23.0",
"@typescript-eslint/types": "^8.23.0",
"@typescript-eslint/utils": "^8.23.0",
"@typescript-eslint/scope-manager": "^8.24.0",
"@typescript-eslint/type-utils": "^8.24.0",
"@typescript-eslint/types": "^8.24.0",
"@typescript-eslint/utils": "^8.24.0",
"string-ts": "^2.2.1",
"ts-pattern": "^5.6.2"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/plugins/eslint-plugin-react-dom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
"@eslint-react/jsx": "workspace:*",
"@eslint-react/shared": "workspace:*",
"@eslint-react/var": "workspace:*",
"@typescript-eslint/scope-manager": "^8.23.0",
"@typescript-eslint/types": "^8.23.0",
"@typescript-eslint/utils": "^8.23.0",
"@typescript-eslint/scope-manager": "^8.24.0",
"@typescript-eslint/types": "^8.24.0",
"@typescript-eslint/utils": "^8.24.0",
"compare-versions": "^6.1.1",
"string-ts": "^2.2.1",
"ts-pattern": "^5.6.2"
Expand Down
8 changes: 4 additions & 4 deletions packages/plugins/eslint-plugin-react-hooks-extra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@
"@eslint-react/jsx": "workspace:*",
"@eslint-react/shared": "workspace:*",
"@eslint-react/var": "workspace:*",
"@typescript-eslint/scope-manager": "^8.23.0",
"@typescript-eslint/type-utils": "^8.23.0",
"@typescript-eslint/types": "^8.23.0",
"@typescript-eslint/utils": "^8.23.0",
"@typescript-eslint/scope-manager": "^8.24.0",
"@typescript-eslint/type-utils": "^8.24.0",
"@typescript-eslint/types": "^8.24.0",
"@typescript-eslint/utils": "^8.24.0",
"string-ts": "^2.2.1",
"ts-pattern": "^5.6.2"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@
"@eslint-react/eff": "workspace:*",
"@eslint-react/jsx": "workspace:*",
"@eslint-react/shared": "workspace:*",
"@typescript-eslint/scope-manager": "^8.23.0",
"@typescript-eslint/type-utils": "^8.23.0",
"@typescript-eslint/types": "^8.23.0",
"@typescript-eslint/utils": "^8.23.0",
"@typescript-eslint/scope-manager": "^8.24.0",
"@typescript-eslint/type-utils": "^8.24.0",
"@typescript-eslint/types": "^8.24.0",
"@typescript-eslint/utils": "^8.24.0",
"string-ts": "^2.2.1",
"ts-pattern": "^5.6.2"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/plugins/eslint-plugin-react-web-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
"@eslint-react/jsx": "workspace:*",
"@eslint-react/shared": "workspace:*",
"@eslint-react/var": "workspace:*",
"@typescript-eslint/scope-manager": "^8.23.0",
"@typescript-eslint/types": "^8.23.0",
"@typescript-eslint/utils": "^8.23.0",
"@typescript-eslint/scope-manager": "^8.24.0",
"@typescript-eslint/types": "^8.24.0",
"@typescript-eslint/utils": "^8.24.0",
"string-ts": "^2.2.1",
"ts-pattern": "^5.6.2"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/plugins/eslint-plugin-react-x/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@
"@eslint-react/jsx": "workspace:*",
"@eslint-react/shared": "workspace:*",
"@eslint-react/var": "workspace:*",
"@typescript-eslint/scope-manager": "^8.23.0",
"@typescript-eslint/type-utils": "^8.23.0",
"@typescript-eslint/types": "^8.23.0",
"@typescript-eslint/utils": "^8.23.0",
"@typescript-eslint/scope-manager": "^8.24.0",
"@typescript-eslint/type-utils": "^8.24.0",
"@typescript-eslint/types": "^8.24.0",
"@typescript-eslint/utils": "^8.24.0",
"compare-versions": "^6.1.1",
"is-immutable-type": "^5.0.1",
"string-ts": "^2.2.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/plugins/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@
"dependencies": {
"@eslint-react/eff": "workspace:*",
"@eslint-react/shared": "workspace:*",
"@typescript-eslint/scope-manager": "^8.23.0",
"@typescript-eslint/type-utils": "^8.23.0",
"@typescript-eslint/types": "^8.23.0",
"@typescript-eslint/utils": "^8.23.0",
"@typescript-eslint/scope-manager": "^8.24.0",
"@typescript-eslint/type-utils": "^8.24.0",
"@typescript-eslint/types": "^8.24.0",
"@typescript-eslint/utils": "^8.24.0",
"eslint-plugin-react-debug": "workspace:*",
"eslint-plugin-react-dom": "workspace:*",
"eslint-plugin-react-hooks-extra": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
},
"dependencies": {
"@eslint-react/eff": "workspace:*",
"@typescript-eslint/utils": "^8.23.0",
"@typescript-eslint/utils": "^8.24.0",
"picomatch": "^4.0.2",
"ts-pattern": "^5.6.2"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/utilities/ast/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@
},
"dependencies": {
"@eslint-react/eff": "workspace:*",
"@typescript-eslint/types": "^8.23.0",
"@typescript-eslint/typescript-estree": "^8.23.0",
"@typescript-eslint/utils": "^8.23.0",
"@typescript-eslint/types": "^8.24.0",
"@typescript-eslint/typescript-estree": "^8.24.0",
"@typescript-eslint/utils": "^8.24.0",
"string-ts": "^2.2.1",
"ts-pattern": "^5.6.2"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/utilities/jsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@
"@eslint-react/ast": "workspace:*",
"@eslint-react/eff": "workspace:*",
"@eslint-react/var": "workspace:*",
"@typescript-eslint/scope-manager": "^8.23.0",
"@typescript-eslint/types": "^8.23.0",
"@typescript-eslint/utils": "^8.23.0",
"@typescript-eslint/scope-manager": "^8.24.0",
"@typescript-eslint/types": "^8.24.0",
"@typescript-eslint/utils": "^8.24.0",
"ts-pattern": "^5.6.2"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/utilities/var/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@
"dependencies": {
"@eslint-react/ast": "workspace:*",
"@eslint-react/eff": "workspace:*",
"@typescript-eslint/scope-manager": "^8.23.0",
"@typescript-eslint/types": "^8.23.0",
"@typescript-eslint/utils": "^8.23.0",
"@typescript-eslint/scope-manager": "^8.24.0",
"@typescript-eslint/types": "^8.24.0",
"@typescript-eslint/utils": "^8.24.0",
"string-ts": "^2.2.1",
"ts-pattern": "^5.6.2"
},
Expand Down
Loading

0 comments on commit 8a8131f

Please sign in to comment.