Skip to content

Commit 32cadd3

Browse files
committed
release: 2.0.0-next.12
1 parent 82a2f35 commit 32cadd3

File tree

22 files changed

+651
-208
lines changed

22 files changed

+651
-208
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"tsup": "^8.4.0"
4848
},
4949
"peerDependencies": {
50-
"eslint": "^9.25.1",
50+
"eslint": "^9.26.0",
5151
"typescript": "^4.9.5 || ^5.4.5"
5252
},
5353
"engines": {

VERSION

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

apps/website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@types/react-dom": "^19.1.3",
5151
"autoprefixer": "^10.4.21",
5252
"dedent": "^1.6.0",
53-
"eslint": "^9.25.1",
53+
"eslint": "^9.26.0",
5454
"eslint-plugin-de-morgan": "^1.2.1",
5555
"eslint-plugin-import-x": "^4.11.0",
5656
"eslint-plugin-perfectionist": "^4.12.3",

examples/next-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@types/node": "^22.15.3",
2626
"@types/react": "^19.1.2",
2727
"@types/react-dom": "^19.1.3",
28-
"eslint": "^9.25.1",
28+
"eslint": "^9.26.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",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@types/react": "^19.1.2",
2525
"@types/react-dom": "^19.1.3",
2626
"@vitejs/plugin-react": "^4.4.1",
27-
"eslint": "^9.25.1",
27+
"eslint": "^9.26.0",
2828
"eslint-plugin-react-hooks": "^5.2.0",
2929
"eslint-plugin-react-refresh": "^0.4.20",
3030
"typescript": "^5.8.3",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@types/react": "^19.1.2",
2222
"@types/react-dom": "^19.1.3",
2323
"@vitejs/plugin-react": "^4.4.1",
24-
"eslint": "^9.25.1",
24+
"eslint": "^9.26.0",
2525
"eslint-plugin-react-hooks": "^5.2.0",
2626
"eslint-plugin-react-refresh": "^0.4.20",
2727
"globals": "^16.0.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
@@ -26,7 +26,7 @@
2626
"@types/react": "^19.1.2",
2727
"@types/react-dom": "^19.1.3",
2828
"@vitejs/plugin-react": "^4.4.1",
29-
"eslint": "^9.25.1",
29+
"eslint": "^9.26.0",
3030
"eslint-plugin-react-debug": "workspace:*",
3131
"eslint-plugin-react-dom": "workspace:*",
3232
"eslint-plugin-react-hooks": "^5.2.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
@@ -26,7 +26,7 @@
2626
"@types/react": "^19.1.2",
2727
"@types/react-dom": "^19.1.3",
2828
"@vitejs/plugin-react": "^4.4.1",
29-
"eslint": "^9.25.1",
29+
"eslint": "^9.26.0",
3030
"eslint-plugin-react-hooks": "^5.2.0",
3131
"eslint-plugin-react-refresh": "^0.4.20",
3232
"globals": "^16.0.0",

package.json

Lines changed: 2 additions & 2 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.11",
3+
"version": "2.0.0-next.12",
44
"private": true,
55
"description": "Monorepo for eslint-plugin-react-[x, dom, web-api, naming-convention].",
66
"keywords": [
@@ -69,7 +69,7 @@
6969
"dedent": "^1.6.0",
7070
"dprint": "^0.49.1",
7171
"esbuild": "^0.25.3",
72-
"eslint": "^9.25.1",
72+
"eslint": "^9.26.0",
7373
"eslint-config-flat-gitignore": "^2.1.0",
7474
"eslint-plugin-vitest": "^0.5.4",
7575
"jiti": "^2.4.2",

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": "2.0.0-next.11",
3+
"version": "2.0.0-next.12",
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)