Skip to content

Commit bde3a3f

Browse files
committed
release: 2.0.0-next.10
1 parent 1cb7049 commit bde3a3f

File tree

21 files changed

+345
-345
lines changed

21 files changed

+345
-345
lines changed

.pkgs/configs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@
2727
"eslint-plugin-perfectionist": "^4.12.3",
2828
"eslint-plugin-regexp": "^2.7.0",
2929
"eslint-plugin-unicorn": "^59.0.0",
30-
"typescript-eslint": "^8.31.0"
30+
"typescript-eslint": "^8.31.1"
3131
}
3232
}

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@
2828
"@eslint-react/var": "workspace:*",
2929
"@eslint/js": "^9.25.1",
3030
"@stylistic/eslint-plugin": "^4.2.0",
31-
"@typescript-eslint/scope-manager": "^8.31.0",
32-
"@typescript-eslint/type-utils": "^8.31.0",
33-
"@typescript-eslint/types": "^8.31.0",
34-
"@typescript-eslint/utils": "^8.31.0",
31+
"@typescript-eslint/scope-manager": "^8.31.1",
32+
"@typescript-eslint/type-utils": "^8.31.1",
33+
"@typescript-eslint/types": "^8.31.1",
34+
"@typescript-eslint/utils": "^8.31.1",
3535
"eslint-plugin-de-morgan": "^1.2.1",
3636
"eslint-plugin-jsdoc": "^50.6.11",
3737
"eslint-plugin-perfectionist": "^4.12.3",

VERSION

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

apps/website/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
"@eslint-react/eff": "workspace:*",
1515
"bsky-react-post": "^0.1.7",
1616
"clsx": "^2.1.1",
17-
"fumadocs-core": "15.2.11",
17+
"fumadocs-core": "15.2.12",
1818
"fumadocs-docgen": "2.0.0",
1919
"fumadocs-mdx": "11.6.1",
2020
"fumadocs-twoslash": "3.1.1",
2121
"fumadocs-typescript": "4.0.3",
22-
"fumadocs-ui": "15.2.11",
22+
"fumadocs-ui": "15.2.12",
2323
"lucide-react": "^0.503.0",
2424
"next": "^15.3.1",
2525
"next-view-transitions": "^0.3.4",
@@ -61,6 +61,6 @@
6161
"tailwindcss": "^4.1.4",
6262
"tailwindcss-animated": "^2.0.0",
6363
"typescript": "^5.8.3",
64-
"typescript-eslint": "^8.31.0"
64+
"typescript-eslint": "^8.31.1"
6565
}
6666
}

examples/next-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
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.31.0"
33+
"typescript-eslint": "^8.31.1"
3434
},
3535
"engines": {
3636
"node": ">=20.19.0"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
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.31.0",
31+
"typescript-eslint": "^8.31.1",
3232
"vite": "^6.3.3"
3333
},
3434
"engines": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"globals": "^16.0.0",
3333
"ts-blank-eslint-parser": "^0.4.3",
3434
"typescript": "^5.8.3",
35-
"typescript-eslint": "^8.31.0",
35+
"typescript-eslint": "^8.31.1",
3636
"vite": "^6.3.3"
3737
},
3838
"engines": {

package.json

Lines changed: 7 additions & 7 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.9",
3+
"version": "2.0.0-next.10",
44
"private": true,
55
"description": "Monorepo for eslint-plugin-react-[x, dom, web-api, naming-convention].",
66
"keywords": [
@@ -55,15 +55,15 @@
5555
"@eslint/markdown": "^6.4.0",
5656
"@local/configs": "workspace:*",
5757
"@local/eslint-plugin-local": "workspace:*",
58-
"@swc/core": "^1.11.22",
58+
"@swc/core": "^1.11.24",
5959
"@tsconfig/node22": "^22.0.1",
6060
"@tsconfig/strictest": "^2.0.5",
6161
"@types/node": "^22.15.3",
6262
"@types/react": "^19.1.2",
6363
"@types/react-dom": "^19.1.2",
64-
"@typescript-eslint/parser": "^8.31.0",
65-
"@typescript-eslint/rule-tester": "^8.31.0",
66-
"@typescript-eslint/types": "^8.31.0",
64+
"@typescript-eslint/parser": "^8.31.1",
65+
"@typescript-eslint/rule-tester": "^8.31.1",
66+
"@typescript-eslint/types": "^8.31.1",
6767
"ansis": "^3.17.0",
6868
"cspell": "^8.19.3",
6969
"dedent": "^1.5.3",
@@ -85,13 +85,13 @@
8585
"ts-pattern": "^5.7.0",
8686
"tslib": "^2.8.1",
8787
"tsup": "^8.4.0",
88-
"tsx": "^4.19.3",
88+
"tsx": "^4.19.4",
8989
"type-fest": "^4.40.1",
9090
"typedoc": "^0.28.3",
9191
"typedoc-plugin-markdown": "^4.6.3",
9292
"typedoc-plugin-mdn-links": "^5.0.1",
9393
"typescript": "^5.8.3",
94-
"typescript-eslint": "^8.31.0",
94+
"typescript-eslint": "^8.31.1",
9595
"vitest": "^3.1.2"
9696
},
9797
"packageManager": "[email protected]",

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.9",
3+
"version": "2.0.0-next.10",
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.31.0",
43-
"@typescript-eslint/type-utils": "^8.31.0",
44-
"@typescript-eslint/types": "^8.31.0",
45-
"@typescript-eslint/utils": "^8.31.0",
42+
"@typescript-eslint/scope-manager": "^8.31.1",
43+
"@typescript-eslint/type-utils": "^8.31.1",
44+
"@typescript-eslint/types": "^8.31.1",
45+
"@typescript-eslint/utils": "^8.31.1",
4646
"birecord": "^0.1.1",
4747
"ts-pattern": "^5.7.0"
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.9",
3+
"version": "2.0.0-next.10",
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.31.0",
51-
"@typescript-eslint/type-utils": "^8.31.0",
52-
"@typescript-eslint/types": "^8.31.0",
53-
"@typescript-eslint/utils": "^8.31.0",
50+
"@typescript-eslint/scope-manager": "^8.31.1",
51+
"@typescript-eslint/type-utils": "^8.31.1",
52+
"@typescript-eslint/types": "^8.31.1",
53+
"@typescript-eslint/utils": "^8.31.1",
5454
"string-ts": "^2.2.1",
5555
"ts-pattern": "^5.7.0"
5656
},

0 commit comments

Comments
 (0)