Skip to content

Commit d8776a1

Browse files
committed
release: 2.0.0-beta.190
1 parent f9fb456 commit d8776a1

File tree

22 files changed

+399
-399
lines changed

22 files changed

+399
-399
lines changed

.pkgs/configs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
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.44.0"
30+
"typescript-eslint": "^8.44.1"
3131
},
3232
"peerDependencies": {
3333
"eslint": "^9.36.0",

.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.36.0",
3030
"@stylistic/eslint-plugin": "^5.4.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",
31+
"@typescript-eslint/scope-manager": "^8.44.1",
32+
"@typescript-eslint/type-utils": "^8.44.1",
33+
"@typescript-eslint/types": "^8.44.1",
34+
"@typescript-eslint/utils": "^8.44.1",
3535
"eslint-plugin-de-morgan": "^1.3.1",
3636
"eslint-plugin-jsdoc": "^60.1.1",
3737
"eslint-plugin-perfectionist": "^4.15.0",

VERSION

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

apps/website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,6 @@
6666
"tailwindcss": "^4.1.13",
6767
"tailwindcss-animated": "^2.0.0",
6868
"typescript": "^5.9.2",
69-
"typescript-eslint": "^8.44.0"
69+
"typescript-eslint": "^8.44.1"
7070
}
7171
}

examples/next/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.9.2",
33-
"typescript-eslint": "^8.44.0"
33+
"typescript-eslint": "^8.44.1"
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.44.0",
31+
"typescript-eslint": "^8.44.1",
3232
"vite": "^7.1.7"
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.44.0",
35+
"typescript-eslint": "^8.44.1",
3636
"vite": "^7.1.7"
3737
},
3838
"engines": {

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/monorepo",
3-
"version": "2.0.0-next.190",
3+
"version": "2.0.0-beta.190",
44
"private": true,
55
"description": "Monorepo for eslint-plugin-react-[x, dom, web-api, hooks-extra, naming-convention].",
66
"keywords": [
@@ -65,9 +65,9 @@
6565
"@types/node": "^24.5.2",
6666
"@types/react": "^19.1.13",
6767
"@types/react-dom": "^19.1.9",
68-
"@typescript-eslint/parser": "^8.44.0",
69-
"@typescript-eslint/rule-tester": "^8.44.0",
70-
"@typescript-eslint/types": "^8.44.0",
68+
"@typescript-eslint/parser": "^8.44.1",
69+
"@typescript-eslint/rule-tester": "^8.44.1",
70+
"@typescript-eslint/types": "^8.44.1",
7171
"ansis": "^4.1.0",
7272
"dedent": "^1.7.0",
7373
"dprint": "^0.50.2",
@@ -76,7 +76,7 @@
7676
"eslint-config-flat-gitignore": "^2.1.0",
7777
"eslint-plugin-fast-import": "^1.4.3",
7878
"eslint-plugin-vitest": "^0.5.4",
79-
"jiti": "^2.5.1",
79+
"jiti": "^2.6.0",
8080
"mdxlint": "^1.0.0",
8181
"publint": "^0.3.13",
8282
"react": "^19.1.1",
@@ -94,7 +94,7 @@
9494
"typedoc-plugin-markdown": "^4.9.0",
9595
"typedoc-plugin-mdn-links": "^5.0.9",
9696
"typescript": "^5.9.2",
97-
"typescript-eslint": "^8.44.0",
97+
"typescript-eslint": "^8.44.1",
9898
"vitest": "^3.2.4"
9999
},
100100
"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.190",
3+
"version": "2.0.0-beta.190",
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.44.0",
43-
"@typescript-eslint/type-utils": "^8.44.0",
44-
"@typescript-eslint/types": "^8.44.0",
45-
"@typescript-eslint/utils": "^8.44.0",
42+
"@typescript-eslint/scope-manager": "^8.44.1",
43+
"@typescript-eslint/type-utils": "^8.44.1",
44+
"@typescript-eslint/types": "^8.44.1",
45+
"@typescript-eslint/utils": "^8.44.1",
4646
"birecord": "^0.1.1",
4747
"ts-api-utils": "^2.1.0",
4848
"ts-pattern": "^5.8.0"

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.190",
3+
"version": "2.0.0-beta.190",
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.44.0",
51-
"@typescript-eslint/type-utils": "^8.44.0",
52-
"@typescript-eslint/types": "^8.44.0",
53-
"@typescript-eslint/utils": "^8.44.0",
50+
"@typescript-eslint/scope-manager": "^8.44.1",
51+
"@typescript-eslint/type-utils": "^8.44.1",
52+
"@typescript-eslint/types": "^8.44.1",
53+
"@typescript-eslint/utils": "^8.44.1",
5454
"string-ts": "^2.2.1",
5555
"ts-pattern": "^5.8.0"
5656
},

0 commit comments

Comments
 (0)