Skip to content

Commit 54cec72

Browse files
committed
release: 2.0.0-next.183
1 parent 3269e3f commit 54cec72

File tree

22 files changed

+430
-430
lines changed

22 files changed

+430
-430
lines changed

.pkgs/configs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@
2222
"@eslint/js": "^9.35.0",
2323
"@stylistic/eslint-plugin": "^5.3.1",
2424
"eslint-plugin-de-morgan": "^1.3.1",
25-
"eslint-plugin-function": "^0.0.26",
26-
"eslint-plugin-jsdoc": "^57.0.8",
25+
"eslint-plugin-function": "^0.0.27",
26+
"eslint-plugin-jsdoc": "^58.1.0",
2727
"eslint-plugin-perfectionist": "^4.15.0",
2828
"eslint-plugin-regexp": "^2.10.0",
2929
"eslint-plugin-unicorn": "^61.0.2",
30-
"typescript-eslint": "^8.43.0"
30+
"typescript-eslint": "^8.44.0"
3131
},
3232
"peerDependencies": {
3333
"eslint": "^9.35.0",

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@
2828
"@eslint-react/var": "workspace:*",
2929
"@eslint/js": "^9.35.0",
3030
"@stylistic/eslint-plugin": "^5.3.1",
31-
"@typescript-eslint/scope-manager": "^8.43.0",
32-
"@typescript-eslint/type-utils": "^8.43.0",
33-
"@typescript-eslint/types": "^8.43.0",
34-
"@typescript-eslint/utils": "^8.43.0",
31+
"@typescript-eslint/scope-manager": "^8.44.0",
32+
"@typescript-eslint/type-utils": "^8.44.0",
33+
"@typescript-eslint/types": "^8.44.0",
34+
"@typescript-eslint/utils": "^8.44.0",
3535
"eslint-plugin-de-morgan": "^1.3.1",
36-
"eslint-plugin-jsdoc": "^57.0.8",
36+
"eslint-plugin-jsdoc": "^58.1.0",
3737
"eslint-plugin-perfectionist": "^4.15.0",
3838
"eslint-plugin-regexp": "^2.10.0",
3939
"eslint-plugin-unicorn": "^61.0.2",
@@ -44,7 +44,7 @@
4444
"@local/configs": "workspace:*",
4545
"@types/react": "^19.1.13",
4646
"@types/react-dom": "^19.1.9",
47-
"tsdown": "^0.15.1"
47+
"tsdown": "^0.15.2"
4848
},
4949
"peerDependencies": {
5050
"eslint": "^9.35.0",

VERSION

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

apps/website/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
"class-variance-authority": "^0.7.1",
1919
"clsx": "^2.1.1",
2020
"effect": "^3.17.13",
21-
"fumadocs-core": "15.7.11",
21+
"fumadocs-core": "15.7.12",
2222
"fumadocs-docgen": "3.0.0",
23-
"fumadocs-mdx": "11.9.1",
23+
"fumadocs-mdx": "11.10.0",
2424
"fumadocs-twoslash": "3.1.7",
2525
"fumadocs-typescript": "4.0.8",
26-
"fumadocs-ui": "15.7.11",
26+
"fumadocs-ui": "15.7.12",
2727
"lucide-react": "^0.544.0",
2828
"next": "^15.5.3",
2929
"next-view-transitions": "^0.3.4",
@@ -49,7 +49,7 @@
4949
"@tsconfig/strictest": "^2.0.5",
5050
"@types/hast": "^3.0.4",
5151
"@types/mdx": "^2.0.13",
52-
"@types/node": "^24.4.0",
52+
"@types/node": "^24.5.0",
5353
"@types/react": "^19.1.13",
5454
"@types/react-dom": "^19.1.9",
5555
"autoprefixer": "^10.4.21",
@@ -66,6 +66,6 @@
6666
"tailwindcss": "^4.1.13",
6767
"tailwindcss-animated": "^2.0.0",
6868
"typescript": "^5.9.2",
69-
"typescript-eslint": "^8.43.0"
69+
"typescript-eslint": "^8.44.0"
7070
}
7171
}

examples/next/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.4.0",
25+
"@types/node": "^24.5.0",
2626
"@types/react": "^19.1.13",
2727
"@types/react-dom": "^19.1.9",
2828
"eslint": "^9.35.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.9.2",
33-
"typescript-eslint": "^8.43.0"
33+
"typescript-eslint": "^8.44.0"
3434
},
3535
"engines": {
3636
"node": ">=20.19.0"

examples/react-dom/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.9.2",
31-
"typescript-eslint": "^8.43.0",
31+
"typescript-eslint": "^8.44.0",
3232
"vite": "^7.1.5"
3333
},
3434
"engines": {

examples/with-ts-blank-eslint-parser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"globals": "^16.4.0",
3333
"ts-blank-eslint-parser": "^0.4.4",
3434
"typescript": "^5.9.2",
35-
"typescript-eslint": "^8.43.0",
35+
"typescript-eslint": "^8.44.0",
3636
"vite": "^7.1.5"
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.182",
3+
"version": "2.0.0-next.183",
44
"private": true,
55
"description": "Monorepo for eslint-plugin-react-[x, dom, web-api, hooks-extra, naming-convention].",
66
"keywords": [
@@ -62,12 +62,12 @@
6262
"@radix-ui/react-toast": "^1.2.15",
6363
"@tsconfig/node22": "^22.0.2",
6464
"@tsconfig/strictest": "^2.0.5",
65-
"@types/node": "^24.4.0",
65+
"@types/node": "^24.5.0",
6666
"@types/react": "^19.1.13",
6767
"@types/react-dom": "^19.1.9",
68-
"@typescript-eslint/parser": "^8.43.0",
69-
"@typescript-eslint/rule-tester": "^8.43.0",
70-
"@typescript-eslint/types": "^8.43.0",
68+
"@typescript-eslint/parser": "^8.44.0",
69+
"@typescript-eslint/rule-tester": "^8.44.0",
70+
"@typescript-eslint/types": "^8.44.0",
7171
"ansis": "^4.1.0",
7272
"dedent": "^1.7.0",
7373
"dprint": "^0.50.2",
@@ -89,14 +89,14 @@
8989
"sort-package-json": "^3.4.0",
9090
"tinyglobby": "^0.2.15",
9191
"ts-pattern": "^5.8.0",
92-
"tsdown": "^0.15.1",
92+
"tsdown": "^0.15.2",
9393
"tsx": "^4.20.5",
9494
"type-fest": "^5.0.0",
9595
"typedoc": "^0.28.13",
9696
"typedoc-plugin-markdown": "^4.8.1",
9797
"typedoc-plugin-mdn-links": "^5.0.9",
9898
"typescript": "^5.9.2",
99-
"typescript-eslint": "^8.43.0",
99+
"typescript-eslint": "^8.44.0",
100100
"vitest": "^3.2.4"
101101
},
102102
"packageManager": "[email protected]",

packages/core/package.json

Lines changed: 6 additions & 6 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.182",
3+
"version": "2.0.0-next.183",
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,17 +39,17 @@
3939
"@eslint-react/kit": "workspace:*",
4040
"@eslint-react/shared": "workspace:*",
4141
"@eslint-react/var": "workspace:*",
42-
"@typescript-eslint/scope-manager": "^8.43.0",
43-
"@typescript-eslint/type-utils": "^8.43.0",
44-
"@typescript-eslint/types": "^8.43.0",
45-
"@typescript-eslint/utils": "^8.43.0",
42+
"@typescript-eslint/scope-manager": "^8.44.0",
43+
"@typescript-eslint/type-utils": "^8.44.0",
44+
"@typescript-eslint/types": "^8.44.0",
45+
"@typescript-eslint/utils": "^8.44.0",
4646
"birecord": "^0.1.1",
4747
"ts-api-utils": "^2.1.0",
4848
"ts-pattern": "^5.8.0"
4949
},
5050
"devDependencies": {
5151
"@local/configs": "workspace:*",
52-
"tsdown": "^0.15.1"
52+
"tsdown": "^0.15.2"
5353
},
5454
"engines": {
5555
"node": ">=20.19.0"

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

Lines changed: 6 additions & 6 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.182",
3+
"version": "2.0.0-next.183",
44
"description": "ESLint React's ESLint plugin for debugging related rules.",
55
"keywords": [
66
"react",
@@ -47,18 +47,18 @@
4747
"@eslint-react/kit": "workspace:*",
4848
"@eslint-react/shared": "workspace:*",
4949
"@eslint-react/var": "workspace:*",
50-
"@typescript-eslint/scope-manager": "^8.43.0",
51-
"@typescript-eslint/type-utils": "^8.43.0",
52-
"@typescript-eslint/types": "^8.43.0",
53-
"@typescript-eslint/utils": "^8.43.0",
50+
"@typescript-eslint/scope-manager": "^8.44.0",
51+
"@typescript-eslint/type-utils": "^8.44.0",
52+
"@typescript-eslint/types": "^8.44.0",
53+
"@typescript-eslint/utils": "^8.44.0",
5454
"string-ts": "^2.2.1",
5555
"ts-pattern": "^5.8.0"
5656
},
5757
"devDependencies": {
5858
"@local/configs": "workspace:*",
5959
"@types/react": "^19.1.13",
6060
"@types/react-dom": "^19.1.9",
61-
"tsdown": "^0.15.1"
61+
"tsdown": "^0.15.2"
6262
},
6363
"peerDependencies": {
6464
"eslint": "^9.35.0",

0 commit comments

Comments
 (0)