Skip to content

Commit 1a429ec

Browse files
committed
release: 2.0.0-next.55
1 parent 2721c62 commit 1a429ec

File tree

25 files changed

+616
-557
lines changed

25 files changed

+616
-557
lines changed

.pkgs/configs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323
"@stylistic/eslint-plugin": "^5.0.0",
2424
"eslint-plugin-de-morgan": "^1.3.0",
2525
"eslint-plugin-function": "^0.0.22",
26-
"eslint-plugin-jsdoc": "^51.2.1",
26+
"eslint-plugin-jsdoc": "^51.2.3",
2727
"eslint-plugin-perfectionist": "^4.15.0",
2828
"eslint-plugin-regexp": "^2.9.0",
2929
"eslint-plugin-unicorn": "^59.0.1",
30-
"typescript-eslint": "^8.34.1"
30+
"typescript-eslint": "^8.35.0"
3131
}
3232
}

.pkgs/eslint-plugin-local/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@
2828
"@eslint-react/var": "workspace:*",
2929
"@eslint/js": "^9.29.0",
3030
"@stylistic/eslint-plugin": "^5.0.0",
31-
"@typescript-eslint/scope-manager": "^8.34.1",
32-
"@typescript-eslint/type-utils": "^8.34.1",
33-
"@typescript-eslint/types": "^8.34.1",
34-
"@typescript-eslint/utils": "^8.34.1",
31+
"@typescript-eslint/scope-manager": "^8.35.0",
32+
"@typescript-eslint/type-utils": "^8.35.0",
33+
"@typescript-eslint/types": "^8.35.0",
34+
"@typescript-eslint/utils": "^8.35.0",
3535
"eslint-plugin-de-morgan": "^1.3.0",
36-
"eslint-plugin-jsdoc": "^51.2.1",
36+
"eslint-plugin-jsdoc": "^51.2.3",
3737
"eslint-plugin-perfectionist": "^4.15.0",
3838
"eslint-plugin-regexp": "^2.9.0",
3939
"eslint-plugin-unicorn": "^59.0.1",

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.0-next.54
1+
2.0.0-next.55

apps/website/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"fumadocs-twoslash": "3.1.4",
2121
"fumadocs-typescript": "4.0.6",
2222
"fumadocs-ui": "15.5.4",
23-
"lucide-react": "^0.522.0",
23+
"lucide-react": "^0.523.0",
2424
"next": "^15.3.4",
2525
"next-view-transitions": "^0.3.4",
2626
"react": "^19.1.0",
@@ -44,7 +44,7 @@
4444
"@tsconfig/strictest": "^2.0.5",
4545
"@types/hast": "^3.0.4",
4646
"@types/mdx": "^2.0.13",
47-
"@types/node": "^24.0.3",
47+
"@types/node": "^24.0.4",
4848
"@types/react": "^19.1.8",
4949
"@types/react-dom": "^19.1.6",
5050
"autoprefixer": "^10.4.21",
@@ -61,6 +61,6 @@
6161
"tailwindcss": "^4.1.10",
6262
"tailwindcss-animated": "^2.0.0",
6363
"typescript": "^5.8.3",
64-
"typescript-eslint": "^8.34.1"
64+
"typescript-eslint": "^8.35.0"
6565
}
6666
}

examples/next-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@
2222
"@tsconfig/next": "^2.0.3",
2323
"@tsconfig/node22": "^22.0.2",
2424
"@tsconfig/strictest": "^2.0.5",
25-
"@types/node": "^24.0.3",
25+
"@types/node": "^24.0.4",
2626
"@types/react": "^19.1.8",
2727
"@types/react-dom": "^19.1.6",
2828
"eslint": "^9.29.0",
2929
"eslint-config-flat-gitignore": "^2.1.0",
3030
"eslint-plugin-react-hooks": "^5.2.0",
3131
"eslint-plugin-react-refresh": "^0.4.20",
3232
"typescript": "^5.8.3",
33-
"typescript-eslint": "^8.34.1"
33+
"typescript-eslint": "^8.35.0"
3434
},
3535
"engines": {
3636
"node": ">=20.19.0"

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
"eslint-plugin-react-hooks": "^5.2.0",
2929
"eslint-plugin-react-refresh": "^0.4.20",
3030
"typescript": "^5.8.3",
31-
"typescript-eslint": "^8.34.1",
32-
"vite": "^6.3.5"
31+
"typescript-eslint": "^8.35.0",
32+
"vite": "^7.0.0"
3333
},
3434
"engines": {
3535
"node": ">=20.19.0"

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
"eslint-plugin-react-hooks": "^5.2.0",
2929
"eslint-plugin-react-refresh": "^0.4.20",
3030
"typescript": "^5.8.3",
31-
"typescript-eslint": "^8.34.1",
32-
"vite": "^6.3.5"
31+
"typescript-eslint": "^8.35.0",
32+
"vite": "^7.0.0"
3333
},
3434
"engines": {
3535
"node": ">=20.19.0"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"eslint-plugin-react-hooks": "^5.2.0",
2626
"eslint-plugin-react-refresh": "^0.4.20",
2727
"globals": "^16.2.0",
28-
"vite": "^6.3.5"
28+
"vite": "^7.0.0"
2929
},
3030
"engines": {
3131
"node": ">=20.19.0"

examples/vite-react-dom-js-with-babel-eslint-parser-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"eslint-plugin-react-web-api": "workspace:*",
3636
"eslint-plugin-react-x": "workspace:*",
3737
"globals": "^16.2.0",
38-
"vite": "^6.3.5"
38+
"vite": "^7.0.0"
3939
},
4040
"engines": {
4141
"node": ">=20.19.0"

examples/vite-react-dom-with-ts-blank-eslint-parser-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
"globals": "^16.2.0",
3333
"ts-blank-eslint-parser": "^0.4.3",
3434
"typescript": "^5.8.3",
35-
"typescript-eslint": "^8.34.1",
36-
"vite": "^6.3.5"
35+
"typescript-eslint": "^8.35.0",
36+
"vite": "^7.0.0"
3737
},
3838
"engines": {
3939
"node": ">=20.19.0"

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-react/monorepo",
3-
"version": "2.0.0-next.54",
3+
"version": "2.0.0-next.55",
44
"private": true,
55
"description": "Monorepo for eslint-plugin-react-[x, dom, web-api, naming-convention].",
66
"keywords": [
@@ -55,17 +55,17 @@
5555
"@eslint/markdown": "^6.6.0",
5656
"@local/configs": "workspace:*",
5757
"@local/eslint-plugin-local": "workspace:*",
58-
"@swc/core": "^1.12.5",
58+
"@swc/core": "^1.12.6",
5959
"@tsconfig/node22": "^22.0.2",
6060
"@tsconfig/strictest": "^2.0.5",
61-
"@types/node": "^24.0.3",
61+
"@types/node": "^24.0.4",
6262
"@types/react": "^19.1.8",
6363
"@types/react-dom": "^19.1.6",
64-
"@typescript-eslint/parser": "^8.34.1",
65-
"@typescript-eslint/rule-tester": "^8.34.1",
66-
"@typescript-eslint/types": "^8.34.1",
64+
"@typescript-eslint/parser": "^8.35.0",
65+
"@typescript-eslint/rule-tester": "^8.35.0",
66+
"@typescript-eslint/types": "^8.35.0",
6767
"ansis": "^4.1.0",
68-
"cspell": "^9.1.1",
68+
"cspell": "^9.1.2",
6969
"dedent": "^1.6.0",
7070
"dprint": "^0.50.0",
7171
"esbuild": "^0.25.5",
@@ -92,10 +92,10 @@
9292
"typedoc-plugin-markdown": "^4.7.0",
9393
"typedoc-plugin-mdn-links": "^5.0.2",
9494
"typescript": "^5.8.3",
95-
"typescript-eslint": "^8.34.1",
95+
"typescript-eslint": "^8.35.0",
9696
"vitest": "^3.2.4"
9797
},
98-
"packageManager": "[email protected].2",
98+
"packageManager": "[email protected].3",
9999
"engines": {
100100
"node": ">=20.19.0"
101101
},
@@ -113,7 +113,7 @@
113113
"@types/react-dom": "^19.1.6",
114114
"cross-spawn": "^7.0.6",
115115
"esbuild": "^0.25.5",
116-
"lucide-react": "^0.522.0",
116+
"lucide-react": "^0.523.0",
117117
"next": "^15.3.4",
118118
"react": "^19.1.0",
119119
"react-dom": "^19.1.0",

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": "2.0.0-next.54",
3+
"version": "2.0.0-next.55",
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": {
@@ -39,10 +39,10 @@
3939
"@eslint-react/kit": "workspace:*",
4040
"@eslint-react/shared": "workspace:*",
4141
"@eslint-react/var": "workspace:*",
42-
"@typescript-eslint/scope-manager": "^8.34.1",
43-
"@typescript-eslint/type-utils": "^8.34.1",
44-
"@typescript-eslint/types": "^8.34.1",
45-
"@typescript-eslint/utils": "^8.34.1",
42+
"@typescript-eslint/scope-manager": "^8.35.0",
43+
"@typescript-eslint/type-utils": "^8.35.0",
44+
"@typescript-eslint/types": "^8.35.0",
45+
"@typescript-eslint/utils": "^8.35.0",
4646
"birecord": "^0.1.1",
4747
"ts-pattern": "^5.7.1"
4848
},

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": "2.0.0-next.54",
3+
"version": "2.0.0-next.55",
44
"description": "ESLint React's ESLint plugin for debugging related rules.",
55
"keywords": [
66
"react",
@@ -47,10 +47,10 @@
4747
"@eslint-react/kit": "workspace:*",
4848
"@eslint-react/shared": "workspace:*",
4949
"@eslint-react/var": "workspace:*",
50-
"@typescript-eslint/scope-manager": "^8.34.1",
51-
"@typescript-eslint/type-utils": "^8.34.1",
52-
"@typescript-eslint/types": "^8.34.1",
53-
"@typescript-eslint/utils": "^8.34.1",
50+
"@typescript-eslint/scope-manager": "^8.35.0",
51+
"@typescript-eslint/type-utils": "^8.35.0",
52+
"@typescript-eslint/types": "^8.35.0",
53+
"@typescript-eslint/utils": "^8.35.0",
5454
"string-ts": "^2.2.1",
5555
"ts-pattern": "^5.7.1"
5656
},

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": "2.0.0-next.54",
3+
"version": "2.0.0-next.55",
44
"description": "ESLint React's ESLint plugin for React DOM related rules.",
55
"keywords": [
66
"react",
@@ -47,9 +47,9 @@
4747
"@eslint-react/kit": "workspace:*",
4848
"@eslint-react/shared": "workspace:*",
4949
"@eslint-react/var": "workspace:*",
50-
"@typescript-eslint/scope-manager": "^8.34.1",
51-
"@typescript-eslint/types": "^8.34.1",
52-
"@typescript-eslint/utils": "^8.34.1",
50+
"@typescript-eslint/scope-manager": "^8.35.0",
51+
"@typescript-eslint/types": "^8.35.0",
52+
"@typescript-eslint/utils": "^8.35.0",
5353
"compare-versions": "^6.1.1",
5454
"string-ts": "^2.2.1",
5555
"ts-pattern": "^5.7.1"

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": "2.0.0-next.54",
3+
"version": "2.0.0-next.55",
44
"description": "ESLint React's ESLint plugin for React Hooks related rules.",
55
"keywords": [
66
"react",
@@ -48,10 +48,10 @@
4848
"@eslint-react/kit": "workspace:*",
4949
"@eslint-react/shared": "workspace:*",
5050
"@eslint-react/var": "workspace:*",
51-
"@typescript-eslint/scope-manager": "^8.34.1",
52-
"@typescript-eslint/type-utils": "^8.34.1",
53-
"@typescript-eslint/types": "^8.34.1",
54-
"@typescript-eslint/utils": "^8.34.1",
51+
"@typescript-eslint/scope-manager": "^8.35.0",
52+
"@typescript-eslint/type-utils": "^8.35.0",
53+
"@typescript-eslint/types": "^8.35.0",
54+
"@typescript-eslint/utils": "^8.35.0",
5555
"string-ts": "^2.2.1",
5656
"ts-pattern": "^5.7.1"
5757
},

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": "2.0.0-next.54",
3+
"version": "2.0.0-next.55",
44
"description": "ESLint React's ESLint plugin for naming convention related rules.",
55
"keywords": [
66
"react",
@@ -47,10 +47,10 @@
4747
"@eslint-react/kit": "workspace:*",
4848
"@eslint-react/shared": "workspace:*",
4949
"@eslint-react/var": "workspace:*",
50-
"@typescript-eslint/scope-manager": "^8.34.1",
51-
"@typescript-eslint/type-utils": "^8.34.1",
52-
"@typescript-eslint/types": "^8.34.1",
53-
"@typescript-eslint/utils": "^8.34.1",
50+
"@typescript-eslint/scope-manager": "^8.35.0",
51+
"@typescript-eslint/type-utils": "^8.35.0",
52+
"@typescript-eslint/types": "^8.35.0",
53+
"@typescript-eslint/utils": "^8.35.0",
5454
"string-ts": "^2.2.1",
5555
"ts-pattern": "^5.7.1"
5656
},

packages/plugins/eslint-plugin-react-web-api/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-web-api",
3-
"version": "2.0.0-next.54",
3+
"version": "2.0.0-next.55",
44
"description": "ESLint React's ESLint plugin for interacting with Web APIs",
55
"keywords": [
66
"react",
@@ -47,9 +47,9 @@
4747
"@eslint-react/kit": "workspace:*",
4848
"@eslint-react/shared": "workspace:*",
4949
"@eslint-react/var": "workspace:*",
50-
"@typescript-eslint/scope-manager": "^8.34.1",
51-
"@typescript-eslint/types": "^8.34.1",
52-
"@typescript-eslint/utils": "^8.34.1",
50+
"@typescript-eslint/scope-manager": "^8.35.0",
51+
"@typescript-eslint/types": "^8.35.0",
52+
"@typescript-eslint/utils": "^8.35.0",
5353
"string-ts": "^2.2.1",
5454
"ts-pattern": "^5.7.1"
5555
},

packages/plugins/eslint-plugin-react-x/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-x",
3-
"version": "2.0.0-next.54",
3+
"version": "2.0.0-next.55",
44
"description": "A set of composable ESLint rules for for libraries and frameworks that use React as a UI runtime.",
55
"keywords": [
66
"react",
@@ -46,10 +46,10 @@
4646
"@eslint-react/kit": "workspace:*",
4747
"@eslint-react/shared": "workspace:*",
4848
"@eslint-react/var": "workspace:*",
49-
"@typescript-eslint/scope-manager": "^8.34.1",
50-
"@typescript-eslint/type-utils": "^8.34.1",
51-
"@typescript-eslint/types": "^8.34.1",
52-
"@typescript-eslint/utils": "^8.34.1",
49+
"@typescript-eslint/scope-manager": "^8.35.0",
50+
"@typescript-eslint/type-utils": "^8.35.0",
51+
"@typescript-eslint/types": "^8.35.0",
52+
"@typescript-eslint/utils": "^8.35.0",
5353
"compare-versions": "^6.1.1",
5454
"is-immutable-type": "^5.0.1",
5555
"string-ts": "^2.2.1",

packages/plugins/eslint-plugin/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/eslint-plugin",
3-
"version": "2.0.0-next.54",
3+
"version": "2.0.0-next.55",
44
"description": "A unified plugin that combines all individual plugins from the eslint-react monorepo into one.",
55
"keywords": [
66
"react",
@@ -46,10 +46,10 @@
4646
"@eslint-react/eff": "workspace:*",
4747
"@eslint-react/kit": "workspace:*",
4848
"@eslint-react/shared": "workspace:*",
49-
"@typescript-eslint/scope-manager": "^8.34.1",
50-
"@typescript-eslint/type-utils": "^8.34.1",
51-
"@typescript-eslint/types": "^8.34.1",
52-
"@typescript-eslint/utils": "^8.34.1",
49+
"@typescript-eslint/scope-manager": "^8.35.0",
50+
"@typescript-eslint/type-utils": "^8.35.0",
51+
"@typescript-eslint/types": "^8.35.0",
52+
"@typescript-eslint/utils": "^8.35.0",
5353
"eslint-plugin-react-debug": "workspace:*",
5454
"eslint-plugin-react-dom": "workspace:*",
5555
"eslint-plugin-react-hooks-extra": "workspace:*",

packages/shared/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-react/shared",
3-
"version": "2.0.0-next.54",
3+
"version": "2.0.0-next.55",
44
"description": "ESLint React's Shared constants and functions.",
55
"homepage": "https://github.com/Rel1cx/eslint-react",
66
"bugs": {
@@ -36,7 +36,7 @@
3636
"dependencies": {
3737
"@eslint-react/eff": "workspace:*",
3838
"@eslint-react/kit": "workspace:*",
39-
"@typescript-eslint/utils": "^8.34.1",
39+
"@typescript-eslint/utils": "^8.35.0",
4040
"ts-pattern": "^5.7.1",
4141
"zod": "^3.25.67"
4242
},

0 commit comments

Comments
 (0)