Skip to content

Commit c08df95

Browse files
committed
release: 1.36.0-beta.2
1 parent c5f149d commit c08df95

File tree

23 files changed

+423
-439
lines changed

23 files changed

+423
-439
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
},
4343
"devDependencies": {
4444
"@local/configs": "workspace:*",
45-
"@types/react": "^19.0.10",
45+
"@types/react": "^19.0.11",
4646
"@types/react-dom": "^19.0.4",
4747
"tsup": "^8.4.0"
4848
},

VERSION

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

apps/website/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"fumadocs-typescript": "3.1.0",
2020
"fumadocs-ui": "15.0.12",
2121
"lucide-react": "^0.482.0",
22-
"next": "^15.2.2",
22+
"next": "^15.2.3",
2323
"next-view-transitions": "^0.3.4",
2424
"react": "^19.0.0",
2525
"react-dom": "^19.0.0",
@@ -34,15 +34,15 @@
3434
"@eslint/markdown": "^6.3.0",
3535
"@local/configs": "workspace:*",
3636
"@mdx-js/mdx": "^3.1.0",
37-
"@next/eslint-plugin-next": "^15.2.2",
37+
"@next/eslint-plugin-next": "^15.2.3",
3838
"@tailwindcss/postcss": "^4.0.14",
3939
"@tsconfig/next": "^2.0.3",
4040
"@tsconfig/node22": "^22.0.0",
4141
"@tsconfig/strictest": "^2.0.5",
4242
"@types/hast": "^3.0.4",
4343
"@types/mdx": "^2.0.13",
4444
"@types/node": "^22.13.10",
45-
"@types/react": "^19.0.10",
45+
"@types/react": "^19.0.11",
4646
"@types/react-dom": "^19.0.4",
4747
"autoprefixer": "^10.4.21",
4848
"babel-plugin-react-compiler": "^19.0.0-beta-bafa41b-20250307",

examples/next-app/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,20 @@
99
"start": "next start"
1010
},
1111
"dependencies": {
12-
"next": "^15.2.2",
12+
"next": "^15.2.3",
1313
"react": "^19.0.0",
1414
"react-dom": "^19.0.0"
1515
},
1616
"devDependencies": {
1717
"@eslint-react/eslint-plugin": "workspace:*",
1818
"@eslint/config-inspector": "^1.0.2",
1919
"@eslint/js": "^9.22.0",
20-
"@next/eslint-plugin-next": "^15.2.2",
20+
"@next/eslint-plugin-next": "^15.2.3",
2121
"@tsconfig/next": "^2.0.3",
2222
"@tsconfig/node22": "^22.0.0",
2323
"@tsconfig/strictest": "^2.0.5",
2424
"@types/node": "^22.13.10",
25-
"@types/react": "^19.0.10",
25+
"@types/react": "^19.0.11",
2626
"@types/react-dom": "^19.0.4",
2727
"eslint": "^9.22.0",
2828
"eslint-config-flat-gitignore": "^2.1.0",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@tsconfig/node22": "^22.0.0",
2222
"@tsconfig/strictest": "^2.0.5",
2323
"@tsconfig/vite-react": "^3.4.0",
24-
"@types/react": "^19.0.10",
24+
"@types/react": "^19.0.11",
2525
"@types/react-dom": "^19.0.4",
2626
"@vitejs/plugin-react": "^4.3.4",
2727
"eslint": "^9.22.0",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@eslint-react/eslint-plugin": "workspace:*",
1919
"@eslint/config-inspector": "^1.0.2",
2020
"@eslint/js": "^9.22.0",
21-
"@types/react": "^19.0.10",
21+
"@types/react": "^19.0.11",
2222
"@types/react-dom": "^19.0.4",
2323
"@vitejs/plugin-react": "^4.3.4",
2424
"eslint": "^9.22.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
@@ -24,7 +24,7 @@
2424
"@eslint/js": "^9.22.0",
2525
"@types/babel__core": "~7.20.5",
2626
"@types/babel__preset-env": "~7.10.0",
27-
"@types/react": "^19.0.10",
27+
"@types/react": "^19.0.11",
2828
"@types/react-dom": "^19.0.4",
2929
"@vitejs/plugin-react": "^4.3.4",
3030
"eslint": "^9.22.0",

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
@@ -22,7 +22,7 @@
2222
"@tsconfig/node22": "^22.0.0",
2323
"@tsconfig/strictest": "^2.0.5",
2424
"@tsconfig/vite-react": "^3.4.0",
25-
"@types/react": "^19.0.10",
25+
"@types/react": "^19.0.11",
2626
"@types/react-dom": "^19.0.4",
2727
"@vitejs/plugin-react": "^4.3.4",
2828
"eslint": "^9.22.0",

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/monorepo",
3-
"version": "1.36.0-next.2",
3+
"version": "1.36.0-beta.2",
44
"private": true,
55
"description": "Monorepo for eslint-plugin-react-[x, dom, web-api, hooks-extra, naming-convention].",
66
"keywords": [
@@ -60,7 +60,7 @@
6060
"@tsconfig/node22": "^22.0.0",
6161
"@tsconfig/strictest": "^2.0.5",
6262
"@types/node": "^22.13.10",
63-
"@types/react": "^19.0.10",
63+
"@types/react": "^19.0.11",
6464
"@types/react-dom": "^19.0.4",
6565
"@typescript-eslint/parser": "^8.26.1",
6666
"@typescript-eslint/rule-tester": "^8.26.1",
@@ -87,7 +87,7 @@
8787
"tsup": "^8.4.0",
8888
"tsx": "^4.19.3",
8989
"type-fest": "^4.37.0",
90-
"typedoc": "0.27.9",
90+
"typedoc": "^0.28.0",
9191
"typedoc-plugin-markdown": "^4.5.0",
9292
"typedoc-plugin-mdn-links": "^5.0.1",
9393
"typedoc-plugin-missing-exports": "^3.1.0",
@@ -109,13 +109,13 @@
109109
"sharp"
110110
],
111111
"overrides": {
112-
"@types/react": "^19.0.10",
112+
"@types/react": "^19.0.11",
113113
"@types/react-dom": "^19.0.4",
114114
"cross-spawn": "^7.0.6",
115115
"esbuild": "^0.25.1",
116116
"is-core-module": "npm:@socketregistry/is-core-module@^1.0.8",
117117
"lucide-react": "^0.482.0",
118-
"next": "^15.2.2",
118+
"next": "^15.2.3",
119119
"react": "^19.0.0",
120120
"react-dom": "^19.0.0",
121121
"safe-buffer": "npm:@socketregistry/safe-buffer@^1.0.7",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-react/core",
3-
"version": "1.36.0-next.2",
3+
"version": "1.36.0-beta.2",
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": {

0 commit comments

Comments
 (0)