Skip to content

Commit 31aa77f

Browse files
committed
release: 1.26.0-next.0
1 parent 0d60aac commit 31aa77f

File tree

21 files changed

+476
-397
lines changed

21 files changed

+476
-397
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.25.1-next.0
1+
1.26.0-next.0

examples/dual-react-dom-lib/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@
3333
"@eslint/js": "^9.19.0",
3434
"@tsconfig/node22": "^22.0.0",
3535
"@tsconfig/strictest": "^2.0.5",
36-
"@types/node": "^22.10.10",
36+
"@types/node": "^22.12.0",
3737
"@types/react": "^19.0.8",
3838
"eslint": "^9.19.0",
3939
"eslint-plugin-react-hooks": "^5.1.0",
4040
"eslint-plugin-vitest": "^0.5.4",
4141
"react": "^19.0.0",
4242
"tsup": "^8.3.6",
4343
"typescript": "^5.7.3",
44-
"typescript-eslint": "^8.21.0"
44+
"typescript-eslint": "^8.22.0"
4545
},
4646
"peerDependencies": {
4747
"react": "^19.0.0"

examples/next-app/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,18 @@
2121
"@eslint/js": "^9.19.0",
2222
"@next/eslint-plugin-next": "^15.1.6",
2323
"@types/negotiator": "^0.6.3",
24-
"@types/node": "^22.10.10",
24+
"@types/node": "^22.12.0",
2525
"@types/react": "^19.0.8",
2626
"@types/react-dom": "^19.0.3",
2727
"autoprefixer": "^10.4.20",
2828
"eslint": "^9.19.0",
29-
"eslint-config-flat-gitignore": "^1.0.0",
29+
"eslint-config-flat-gitignore": "^2.0.0",
3030
"eslint-plugin-react-hooks": "^5.1.0",
3131
"eslint-plugin-react-refresh": "^0.4.18",
3232
"postcss": "^8.5.1",
3333
"tailwindcss": "3.4.17",
3434
"typescript": "^5.7.3",
35-
"typescript-eslint": "^8.21.0"
35+
"typescript-eslint": "^8.22.0"
3636
},
3737
"engines": {
3838
"node": ">=18.18.0"

examples/vite-react-dom-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"eslint-plugin-react-hooks": "^5.1.0",
2828
"eslint-plugin-react-refresh": "^0.4.18",
2929
"typescript": "^5.7.3",
30-
"typescript-eslint": "^8.21.0",
30+
"typescript-eslint": "^8.22.0",
3131
"vite": "^6.0.11"
3232
},
3333
"engines": {

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-react/monorepo",
3-
"version": "1.25.1-next.0",
3+
"version": "1.26.0-next.0",
44
"private": true,
55
"description": "Monorepo for eslint-plugin-react-[x, dom, web-api, hooks-extra, naming-convention].",
66
"keywords": [
@@ -61,22 +61,22 @@
6161
"@swc/core": "^1.10.11",
6262
"@tsconfig/node22": "^22.0.0",
6363
"@tsconfig/strictest": "^2.0.5",
64-
"@types/node": "^22.10.10",
64+
"@types/node": "^22.12.0",
6565
"@types/react": "^19.0.8",
6666
"@types/react-dom": "^19.0.3",
67-
"@typescript-eslint/parser": "^8.21.0",
68-
"@typescript-eslint/rule-tester": "^8.21.0",
69-
"@typescript-eslint/types": "^8.21.0",
67+
"@typescript-eslint/parser": "^8.22.0",
68+
"@typescript-eslint/rule-tester": "^8.22.0",
69+
"@typescript-eslint/types": "^8.22.0",
7070
"@vitest/ui": "^3.0.4",
7171
"@workspace/configs": "workspace:*",
7272
"@workspace/eslint-plugin-local": "workspace:*",
7373
"concurrently": "^9.1.2",
74-
"cspell": "^8.17.2",
74+
"cspell": "^8.17.3",
7575
"dedent": "^1.5.3",
7676
"dprint": "^0.48.0",
7777
"esbuild": "^0.24.2",
7878
"eslint": "^9.19.0",
79-
"eslint-config-flat-gitignore": "^1.0.0",
79+
"eslint-config-flat-gitignore": "^2.0.0",
8080
"eslint-plugin-jsdoc": "^50.6.3",
8181
"eslint-plugin-perfectionist": "^4.7.0",
8282
"eslint-plugin-regexp": "^2.7.0",
@@ -105,7 +105,7 @@
105105
"typedoc-plugin-markdown": "^4.4.1",
106106
"typedoc-plugin-rename-defaults": "^0.7.2",
107107
"typescript": "^5.7.3",
108-
"typescript-eslint": "^8.21.0",
108+
"typescript-eslint": "^8.22.0",
109109
"vitest": "^3.0.4"
110110
},
111111
"engines": {

packages/core/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-react/core",
3-
"version": "1.25.1-next.0",
3+
"version": "1.26.0-next.0",
44
"description": "ESLint React's ESLint utility module for static analysis of React core APIs and Patterns.",
55
"homepage": "https://github.com/Rel1cx/eslint-react",
66
"bugs": {
@@ -45,10 +45,10 @@
4545
"@eslint-react/jsx": "workspace:*",
4646
"@eslint-react/shared": "workspace:*",
4747
"@eslint-react/var": "workspace:*",
48-
"@typescript-eslint/scope-manager": "^8.21.0",
49-
"@typescript-eslint/type-utils": "^8.21.0",
50-
"@typescript-eslint/types": "^8.21.0",
51-
"@typescript-eslint/utils": "^8.21.0",
48+
"@typescript-eslint/scope-manager": "^8.22.0",
49+
"@typescript-eslint/type-utils": "^8.22.0",
50+
"@typescript-eslint/types": "^8.22.0",
51+
"@typescript-eslint/utils": "^8.22.0",
5252
"birecord": "^0.1.1",
5353
"ts-pattern": "^5.6.2"
5454
},

packages/plugins/eslint-plugin-react-debug/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-react-debug",
3-
"version": "1.25.1-next.0",
3+
"version": "1.26.0-next.0",
44
"description": "ESLint React's ESLint plugin for debugging related rules.",
55
"keywords": [
66
"react",
@@ -53,10 +53,10 @@
5353
"@eslint-react/jsx": "workspace:*",
5454
"@eslint-react/shared": "workspace:*",
5555
"@eslint-react/var": "workspace:*",
56-
"@typescript-eslint/scope-manager": "^8.21.0",
57-
"@typescript-eslint/type-utils": "^8.21.0",
58-
"@typescript-eslint/types": "^8.21.0",
59-
"@typescript-eslint/utils": "^8.21.0",
56+
"@typescript-eslint/scope-manager": "^8.22.0",
57+
"@typescript-eslint/type-utils": "^8.22.0",
58+
"@typescript-eslint/types": "^8.22.0",
59+
"@typescript-eslint/utils": "^8.22.0",
6060
"string-ts": "^2.2.0",
6161
"ts-pattern": "^5.6.2"
6262
},

packages/plugins/eslint-plugin-react-dom/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-react-dom",
3-
"version": "1.25.1-next.0",
3+
"version": "1.26.0-next.0",
44
"description": "ESLint React's ESLint plugin for React DOM related rules.",
55
"keywords": [
66
"react",
@@ -53,9 +53,9 @@
5353
"@eslint-react/jsx": "workspace:*",
5454
"@eslint-react/shared": "workspace:*",
5555
"@eslint-react/var": "workspace:*",
56-
"@typescript-eslint/scope-manager": "^8.21.0",
57-
"@typescript-eslint/types": "^8.21.0",
58-
"@typescript-eslint/utils": "^8.21.0",
56+
"@typescript-eslint/scope-manager": "^8.22.0",
57+
"@typescript-eslint/types": "^8.22.0",
58+
"@typescript-eslint/utils": "^8.22.0",
5959
"compare-versions": "^6.1.1",
6060
"string-ts": "^2.2.0",
6161
"ts-pattern": "^5.6.2"

packages/plugins/eslint-plugin-react-hooks-extra/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-react-hooks-extra",
3-
"version": "1.25.1-next.0",
3+
"version": "1.26.0-next.0",
44
"description": "ESLint React's ESLint plugin for React Hooks related rules.",
55
"keywords": [
66
"react",
@@ -54,10 +54,10 @@
5454
"@eslint-react/jsx": "workspace:*",
5555
"@eslint-react/shared": "workspace:*",
5656
"@eslint-react/var": "workspace:*",
57-
"@typescript-eslint/scope-manager": "^8.21.0",
58-
"@typescript-eslint/type-utils": "^8.21.0",
59-
"@typescript-eslint/types": "^8.21.0",
60-
"@typescript-eslint/utils": "^8.21.0",
57+
"@typescript-eslint/scope-manager": "^8.22.0",
58+
"@typescript-eslint/type-utils": "^8.22.0",
59+
"@typescript-eslint/types": "^8.22.0",
60+
"@typescript-eslint/utils": "^8.22.0",
6161
"string-ts": "^2.2.0",
6262
"ts-pattern": "^5.6.2"
6363
},

packages/plugins/eslint-plugin-react-naming-convention/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-react-naming-convention",
3-
"version": "1.25.1-next.0",
3+
"version": "1.26.0-next.0",
44
"description": "ESLint React's ESLint plugin for naming convention related rules.",
55
"keywords": [
66
"react",
@@ -52,10 +52,10 @@
5252
"@eslint-react/eff": "workspace:*",
5353
"@eslint-react/jsx": "workspace:*",
5454
"@eslint-react/shared": "workspace:*",
55-
"@typescript-eslint/scope-manager": "^8.21.0",
56-
"@typescript-eslint/type-utils": "^8.21.0",
57-
"@typescript-eslint/types": "^8.21.0",
58-
"@typescript-eslint/utils": "^8.21.0",
55+
"@typescript-eslint/scope-manager": "^8.22.0",
56+
"@typescript-eslint/type-utils": "^8.22.0",
57+
"@typescript-eslint/types": "^8.22.0",
58+
"@typescript-eslint/utils": "^8.22.0",
5959
"string-ts": "^2.2.0",
6060
"ts-pattern": "^5.6.2"
6161
},

0 commit comments

Comments
 (0)