Skip to content

Commit 5a9b7f8

Browse files
committed
release: 1.37.0-next.0
1 parent 41a4d7c commit 5a9b7f8

File tree

22 files changed

+312
-303
lines changed

22 files changed

+312
-303
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-regexp": "^2.7.0",
2828
"eslint-plugin-simple-import-sort": "^12.1.1",
2929
"eslint-plugin-unicorn": "^57.0.0",
30-
"typescript-eslint": "^8.26.1"
30+
"typescript-eslint": "^8.27.0"
3131
}
3232
}

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@
2727
"@eslint-react/var": "workspace:*",
2828
"@eslint/js": "^9.22.0",
2929
"@stylistic/eslint-plugin": "^4.2.0",
30-
"@typescript-eslint/scope-manager": "^8.26.1",
31-
"@typescript-eslint/type-utils": "^8.26.1",
32-
"@typescript-eslint/types": "^8.26.1",
33-
"@typescript-eslint/utils": "^8.26.1",
30+
"@typescript-eslint/scope-manager": "^8.27.0",
31+
"@typescript-eslint/type-utils": "^8.27.0",
32+
"@typescript-eslint/types": "^8.27.0",
33+
"@typescript-eslint/utils": "^8.27.0",
3434
"eslint-plugin-de-morgan": "^1.2.1",
3535
"eslint-plugin-jsdoc": "^50.6.8",
3636
"eslint-plugin-perfectionist": "^4.10.1",

VERSION

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

apps/website/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"dedent": "^1.5.3",
5050
"eslint": "^9.22.0",
5151
"eslint-plugin-de-morgan": "^1.2.1",
52-
"eslint-plugin-import-x": "^4.9.0",
52+
"eslint-plugin-import-x": "^4.9.1",
5353
"eslint-plugin-mdx": "^3.2.0",
5454
"eslint-plugin-perfectionist": "^4.10.1",
5555
"eslint-plugin-react-compiler": "^19.0.0-beta-bafa41b-20250307",
@@ -61,6 +61,6 @@
6161
"tailwindcss": "^4.0.14",
6262
"tailwindcss-animated": "^2.0.0",
6363
"typescript": "^5.8.2",
64-
"typescript-eslint": "^8.26.1"
64+
"typescript-eslint": "^8.27.0"
6565
}
6666
}

examples/next-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"eslint-plugin-react-hooks": "^5.2.0",
3030
"eslint-plugin-react-refresh": "^0.4.19",
3131
"typescript": "^5.8.2",
32-
"typescript-eslint": "^8.26.1"
32+
"typescript-eslint": "^8.27.0"
3333
},
3434
"engines": {
3535
"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
@@ -28,7 +28,7 @@
2828
"eslint-plugin-react-hooks": "^5.2.0",
2929
"eslint-plugin-react-refresh": "^0.4.19",
3030
"typescript": "^5.8.2",
31-
"typescript-eslint": "^8.26.1",
31+
"typescript-eslint": "^8.27.0",
3232
"vite": "^6.2.2"
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
@@ -31,7 +31,7 @@
3131
"globals": "^16.0.0",
3232
"ts-blank-eslint-parser": "^0.4.2",
3333
"typescript": "^5.8.2",
34-
"typescript-eslint": "^8.26.1",
34+
"typescript-eslint": "^8.27.0",
3535
"vite": "^6.2.2"
3636
},
3737
"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": "1.36.3",
3+
"version": "1.37.0-next.0",
44
"private": true,
55
"description": "Monorepo for eslint-plugin-react-[x, dom, web-api, hooks-extra, naming-convention].",
66
"keywords": [
@@ -62,9 +62,9 @@
6262
"@types/node": "^22.13.10",
6363
"@types/react": "^19.0.12",
6464
"@types/react-dom": "^19.0.4",
65-
"@typescript-eslint/parser": "^8.26.1",
66-
"@typescript-eslint/rule-tester": "^8.26.1",
67-
"@typescript-eslint/types": "^8.26.1",
65+
"@typescript-eslint/parser": "^8.27.0",
66+
"@typescript-eslint/rule-tester": "^8.27.0",
67+
"@typescript-eslint/types": "^8.27.0",
6868
"ansis": "^3.17.0",
6969
"cspell": "^8.17.5",
7070
"dedent": "^1.5.3",
@@ -87,12 +87,12 @@
8787
"tsup": "^8.4.0",
8888
"tsx": "^4.19.3",
8989
"type-fest": "^4.37.0",
90-
"typedoc": "^0.28.0",
90+
"typedoc": "^0.28.1",
9191
"typedoc-plugin-markdown": "^4.5.2",
9292
"typedoc-plugin-mdn-links": "^5.0.1",
9393
"typedoc-plugin-missing-exports": "^3.1.0",
9494
"typescript": "^5.8.2",
95-
"typescript-eslint": "^8.26.1",
95+
"typescript-eslint": "^8.27.0",
9696
"vitest": "^3.0.9"
9797
},
9898
"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": "1.36.3",
3+
"version": "1.37.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": {
@@ -47,10 +47,10 @@
4747
"@eslint-react/jsx": "workspace:*",
4848
"@eslint-react/shared": "workspace:*",
4949
"@eslint-react/var": "workspace:*",
50-
"@typescript-eslint/scope-manager": "^8.26.1",
51-
"@typescript-eslint/type-utils": "^8.26.1",
52-
"@typescript-eslint/types": "^8.26.1",
53-
"@typescript-eslint/utils": "^8.26.1",
50+
"@typescript-eslint/scope-manager": "^8.27.0",
51+
"@typescript-eslint/type-utils": "^8.27.0",
52+
"@typescript-eslint/types": "^8.27.0",
53+
"@typescript-eslint/utils": "^8.27.0",
5454
"birecord": "^0.1.1",
5555
"ts-pattern": "^5.6.2"
5656
},

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.36.3",
3+
"version": "1.37.0-next.0",
44
"description": "ESLint React's ESLint plugin for debugging related rules.",
55
"keywords": [
66
"react",
@@ -55,10 +55,10 @@
5555
"@eslint-react/jsx": "workspace:*",
5656
"@eslint-react/shared": "workspace:*",
5757
"@eslint-react/var": "workspace:*",
58-
"@typescript-eslint/scope-manager": "^8.26.1",
59-
"@typescript-eslint/type-utils": "^8.26.1",
60-
"@typescript-eslint/types": "^8.26.1",
61-
"@typescript-eslint/utils": "^8.26.1",
58+
"@typescript-eslint/scope-manager": "^8.27.0",
59+
"@typescript-eslint/type-utils": "^8.27.0",
60+
"@typescript-eslint/types": "^8.27.0",
61+
"@typescript-eslint/utils": "^8.27.0",
6262
"string-ts": "^2.2.1",
6363
"ts-pattern": "^5.6.2"
6464
},

0 commit comments

Comments
 (0)