Skip to content

Commit 1410567

Browse files
committed
release: 1.50.0-next.5
1 parent 8614af2 commit 1410567

File tree

29 files changed

+383
-439
lines changed

29 files changed

+383
-439
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-
1.50.0-next.4
1+
1.50.0-next.5

apps/website/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
"@eslint-react/eff": "workspace:*",
1515
"bsky-react-post": "^0.1.7",
1616
"clsx": "^2.1.1",
17-
"fumadocs-core": "15.2.15",
17+
"fumadocs-core": "15.4.0",
1818
"fumadocs-docgen": "2.0.0",
19-
"fumadocs-mdx": "11.6.2",
20-
"fumadocs-twoslash": "3.1.1",
21-
"fumadocs-typescript": "4.0.3",
22-
"fumadocs-ui": "15.2.15",
19+
"fumadocs-mdx": "11.6.6",
20+
"fumadocs-twoslash": "3.1.3",
21+
"fumadocs-typescript": "4.0.5",
22+
"fumadocs-ui": "15.4.0",
2323
"lucide-react": "^0.511.0",
2424
"next": "^15.3.2",
2525
"next-view-transitions": "^0.3.4",
@@ -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:*",
@@ -35,7 +35,7 @@
3535
"eslint-plugin-react-refresh": "^0.4.20",
3636
"eslint-plugin-react-web-api": "workspace:*",
3737
"eslint-plugin-react-x": "workspace:*",
38-
"globals": "^16.1.0",
38+
"globals": "^16.2.0",
3939
"vite": "^6.3.5"
4040
},
4141
"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": "1.50.0-next.4",
3+
"version": "1.50.0-next.5",
44
"private": true,
55
"description": "Monorepo for eslint-plugin-react-[x, dom, web-api, hooks-extra, 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": "1.50.0-next.4",
3+
"version": "1.50.0-next.5",
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)