Skip to content

Commit 4add72b

Browse files
committed
release: 2.0.0-next.23
2 parents b99a82c + 21e5346 commit 4add72b

File tree

45 files changed

+397
-219
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+397
-219
lines changed

.pkgs/configs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"dependencies": {
2222
"@eslint/js": "^9.27.0",
23-
"@stylistic/eslint-plugin": "^4.2.0",
23+
"@stylistic/eslint-plugin": "^4.4.0",
2424
"eslint-plugin-de-morgan": "^1.2.1",
2525
"eslint-plugin-function": "^0.0.21",
2626
"eslint-plugin-jsdoc": "^50.6.17",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@eslint-react/shared": "workspace:*",
2828
"@eslint-react/var": "workspace:*",
2929
"@eslint/js": "^9.27.0",
30-
"@stylistic/eslint-plugin": "^4.2.0",
30+
"@stylistic/eslint-plugin": "^4.4.0",
3131
"@typescript-eslint/scope-manager": "^8.32.1",
3232
"@typescript-eslint/type-utils": "^8.32.1",
3333
"@typescript-eslint/types": "^8.32.1",

VERSION

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

apps/website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"dedent": "^1.6.0",
5252
"eslint": "^9.27.0",
5353
"eslint-plugin-de-morgan": "^1.2.1",
54-
"eslint-plugin-import-x": "^4.12.2",
54+
"eslint-plugin-import-x": "^4.13.1",
5555
"eslint-plugin-perfectionist": "^4.13.0",
5656
"eslint-plugin-react-hooks": "^5.2.0",
5757
"eslint-plugin-react-refresh": "^0.4.20",

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
"@eslint/js": "^9.27.0",
2121
"@tsconfig/node22": "^22.0.2",
2222
"@tsconfig/strictest": "^2.0.5",
23-
"@tsconfig/vite-react": "^3.4.0",
23+
"@tsconfig/vite-react": "^6.3.5",
2424
"@types/react": "^19.1.5",
2525
"@types/react-dom": "^19.1.5",
26-
"@vitejs/plugin-react": "^4.4.1",
26+
"@vitejs/plugin-react": "^4.5.0",
2727
"eslint": "^9.27.0",
2828
"eslint-plugin-react-hooks": "^5.2.0",
2929
"eslint-plugin-react-refresh": "^0.4.20",

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
2020
"@eslint/js": "^9.27.0",
2121
"@types/react": "^19.1.5",
2222
"@types/react-dom": "^19.1.5",
23-
"@vitejs/plugin-react": "^4.4.1",
23+
"@vitejs/plugin-react": "^4.5.0",
2424
"eslint": "^9.27.0",
2525
"eslint-plugin-react-hooks": "^5.2.0",
2626
"eslint-plugin-react-refresh": "^0.4.20",
27-
"globals": "^16.1.0",
27+
"globals": "^16.2.0",
2828
"vite": "^6.3.5"
2929
},
3030
"engines": {

examples/vite-react-dom-js-with-babel-eslint-parser-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@types/babel__preset-env": "~7.10.0",
2626
"@types/react": "^19.1.5",
2727
"@types/react-dom": "^19.1.5",
28-
"@vitejs/plugin-react": "^4.4.1",
28+
"@vitejs/plugin-react": "^4.5.0",
2929
"eslint": "^9.27.0",
3030
"eslint-plugin-react-debug": "workspace:*",
3131
"eslint-plugin-react-dom": "workspace:*",
@@ -34,7 +34,7 @@
3434
"eslint-plugin-react-refresh": "^0.4.20",
3535
"eslint-plugin-react-web-api": "workspace:*",
3636
"eslint-plugin-react-x": "workspace:*",
37-
"globals": "^16.1.0",
37+
"globals": "^16.2.0",
3838
"vite": "^6.3.5"
3939
},
4040
"engines": {

examples/vite-react-dom-with-ts-blank-eslint-parser-app/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@
2222
"@eslint/js": "^9.27.0",
2323
"@tsconfig/node22": "^22.0.2",
2424
"@tsconfig/strictest": "^2.0.5",
25-
"@tsconfig/vite-react": "^3.4.0",
25+
"@tsconfig/vite-react": "^6.3.5",
2626
"@types/react": "^19.1.5",
2727
"@types/react-dom": "^19.1.5",
28-
"@vitejs/plugin-react": "^4.4.1",
28+
"@vitejs/plugin-react": "^4.5.0",
2929
"eslint": "^9.27.0",
3030
"eslint-plugin-react-hooks": "^5.2.0",
3131
"eslint-plugin-react-refresh": "^0.4.20",
32-
"globals": "^16.1.0",
32+
"globals": "^16.2.0",
3333
"ts-blank-eslint-parser": "^0.4.3",
3434
"typescript": "^5.8.3",
3535
"typescript-eslint": "^8.32.1",

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/monorepo",
3-
"version": "2.0.0-next.21",
3+
"version": "2.0.0-next.23",
44
"private": true,
55
"description": "Monorepo for eslint-plugin-react-[x, dom, web-api, naming-convention].",
66
"keywords": [

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