Skip to content

Commit 7178e45

Browse files
committed
release: 1.28.1-next.7
1 parent b73d26b commit 7178e45

File tree

23 files changed

+176
-176
lines changed

23 files changed

+176
-176
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.28.1-next.6
1+
1.28.1-next.7

apps/website/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"fumadocs-twoslash": "3.0.0",
1919
"fumadocs-typescript": "3.0.3",
2020
"fumadocs-ui": "15.0.12",
21-
"lucide-react": "^0.476.0",
21+
"lucide-react": "^0.477.0",
2222
"next": "^15.2.0",
2323
"next-view-transitions": "^0.3.4",
2424
"react": "^19.0.0",
@@ -39,7 +39,7 @@
3939
"@tsconfig/strictest": "^2.0.5",
4040
"@types/hast": "^3.0.4",
4141
"@types/mdx": "^2.0.13",
42-
"@types/node": "^22.13.5",
42+
"@types/node": "^22.13.7",
4343
"@types/react": "^19.0.10",
4444
"@types/react-dom": "^19.0.4",
4545
"autoprefixer": "^10.4.20",
@@ -49,13 +49,13 @@
4949
"eslint-plugin-import-x": "^4.6.1",
5050
"eslint-plugin-mdx": "^3.1.5",
5151
"eslint-plugin-perfectionist": "^4.9.0",
52-
"eslint-plugin-react-hooks": "^5.1.0",
52+
"eslint-plugin-react-hooks": "^5.2.0",
5353
"eslint-plugin-react-refresh": "^0.4.19",
5454
"eslint-plugin-simple-import-sort": "^12.1.1",
5555
"eslint-plugin-unicorn": "^57.0.0",
5656
"postcss": "^8.5.3",
5757
"tailwindcss": "^4.0.9",
58-
"typescript": "^5.7.3",
58+
"typescript": "^5.8.2",
5959
"typescript-eslint": "^8.25.0"
6060
}
6161
}

examples/dual-react-dom-lib/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,19 +34,19 @@
3434
"@eslint/js": "^9.21.0",
3535
"@tsconfig/node22": "^22.0.0",
3636
"@tsconfig/strictest": "^2.0.5",
37-
"@types/node": "^22.13.5",
37+
"@types/node": "^22.13.7",
3838
"@types/react": "^19.0.10",
3939
"eslint": "^9.21.0",
4040
"eslint-plugin-react-dom": "workspace:*",
41-
"eslint-plugin-react-hooks": "^5.1.0",
41+
"eslint-plugin-react-hooks": "^5.2.0",
4242
"eslint-plugin-react-hooks-extra": "workspace:*",
4343
"eslint-plugin-react-naming-convention": "workspace:*",
4444
"eslint-plugin-react-web-api": "workspace:*",
4545
"eslint-plugin-react-x": "workspace:*",
4646
"eslint-plugin-vitest": "^0.5.4",
4747
"react": "^19.0.0",
4848
"tsup": "^8.4.0",
49-
"typescript": "^5.7.3",
49+
"typescript": "^5.8.2",
5050
"typescript-eslint": "^8.25.0"
5151
},
5252
"peerDependencies": {

examples/next-app/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@
2121
"@tsconfig/next": "^2.0.3",
2222
"@tsconfig/node22": "^22.0.0",
2323
"@tsconfig/strictest": "^2.0.5",
24-
"@types/node": "^22.13.5",
24+
"@types/node": "^22.13.7",
2525
"@types/react": "^19.0.10",
2626
"@types/react-dom": "^19.0.4",
2727
"eslint": "^9.21.0",
2828
"eslint-config-flat-gitignore": "^2.1.0",
29-
"eslint-plugin-react-hooks": "^5.1.0",
29+
"eslint-plugin-react-hooks": "^5.2.0",
3030
"eslint-plugin-react-refresh": "^0.4.19",
31-
"typescript": "^5.7.3",
31+
"typescript": "^5.8.2",
3232
"typescript-eslint": "^8.25.0"
3333
},
3434
"engines": {

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
"@types/react-dom": "^19.0.4",
2626
"@vitejs/plugin-react": "^4.3.4",
2727
"eslint": "^9.21.0",
28-
"eslint-plugin-react-hooks": "^5.1.0",
28+
"eslint-plugin-react-hooks": "^5.2.0",
2929
"eslint-plugin-react-refresh": "^0.4.19",
30-
"typescript": "^5.7.3",
30+
"typescript": "^5.8.2",
3131
"typescript-eslint": "^8.25.0",
3232
"vite": "^6.2.0"
3333
},

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@types/react-dom": "^19.0.4",
2323
"@vitejs/plugin-react": "^4.3.4",
2424
"eslint": "^9.21.0",
25-
"eslint-plugin-react-hooks": "^5.1.0",
25+
"eslint-plugin-react-hooks": "^5.2.0",
2626
"eslint-plugin-react-refresh": "^0.4.19",
2727
"globals": "^16.0.0",
2828
"vite": "^6.2.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
@@ -28,7 +28,7 @@
2828
"@types/react-dom": "^19.0.4",
2929
"@vitejs/plugin-react": "^4.3.4",
3030
"eslint": "^9.21.0",
31-
"eslint-plugin-react-hooks": "^5.1.0",
31+
"eslint-plugin-react-hooks": "^5.2.0",
3232
"eslint-plugin-react-refresh": "^0.4.19",
3333
"globals": "^16.0.0",
3434
"vite": "^6.2.0"

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@
2626
"@types/react-dom": "^19.0.4",
2727
"@vitejs/plugin-react": "^4.3.4",
2828
"eslint": "^9.21.0",
29-
"eslint-plugin-react-hooks": "^5.1.0",
29+
"eslint-plugin-react-hooks": "^5.2.0",
3030
"eslint-plugin-react-refresh": "^0.4.19",
3131
"globals": "^16.0.0",
3232
"meriyah": "^6.0.5",
3333
"ts-blank-eslint-parser": "^0.3.3",
3434
"ts-blank-space": "^0.6.0",
35-
"typescript": "^5.7.3",
35+
"typescript": "^5.8.2",
3636
"typescript-eslint": "^8.25.0",
3737
"vite": "^6.2.0"
3838
},

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-react/monorepo",
3-
"version": "1.28.1-next.6",
3+
"version": "1.28.1-next.7",
44
"private": true,
55
"description": "Monorepo for eslint-plugin-react-[x, dom, web-api, hooks-extra, naming-convention].",
66
"keywords": [
@@ -58,10 +58,10 @@
5858
"@local/configs": "workspace:*",
5959
"@local/eslint-plugin-local": "workspace:*",
6060
"@stylistic/eslint-plugin": "^4.1.0",
61-
"@swc/core": "^1.11.4",
61+
"@swc/core": "^1.11.5",
6262
"@tsconfig/node22": "^22.0.0",
6363
"@tsconfig/strictest": "^2.0.5",
64-
"@types/node": "^22.13.5",
64+
"@types/node": "^22.13.7",
6565
"@types/react": "^19.0.10",
6666
"@types/react-dom": "^19.0.4",
6767
"@typescript-eslint/parser": "^8.25.0",
@@ -85,7 +85,7 @@
8585
"lefthook": "^1.11.2",
8686
"markdownlint": "^0.37.4",
8787
"nx": "20.4.2",
88-
"publint": "^0.3.6",
88+
"publint": "^0.3.7",
8989
"react": "^19.0.0",
9090
"react-dom": "^19.0.0",
9191
"skott": "^0.35.4",
@@ -99,7 +99,7 @@
9999
"typedoc-plugin-markdown": "^4.4.2",
100100
"typedoc-plugin-mdn-links": "^4.0.14",
101101
"typedoc-plugin-missing-exports": "^3.1.0",
102-
"typescript": "^5.7.3",
102+
"typescript": "^5.8.2",
103103
"typescript-eslint": "^8.25.0",
104104
"vitest": "^3.0.7"
105105
},
@@ -117,19 +117,19 @@
117117
"sharp"
118118
],
119119
"overrides": {
120+
"is-core-module": "npm:@socketregistry/is-core-module@^1.0.7",
121+
"safe-buffer": "npm:@socketregistry/safe-buffer@^1.0.6",
122+
"safer-buffer": "npm:@socketregistry/safer-buffer@^1.0.7",
123+
"typedarray": "npm:@socketregistry/typedarray@^1.0.5",
120124
"@types/react": "^19.0.10",
121125
"@types/react-dom": "^19.0.4",
122126
"cross-spawn": "^7.0.6",
123127
"esbuild": "^0.25.0",
124-
"is-core-module": "npm:@socketregistry/is-core-module@^1.0.7",
125-
"lucide-react": "^0.476.0",
128+
"lucide-react": "^0.477.0",
126129
"next": "^15.2.0",
127130
"react": "^19.0.0",
128131
"react-dom": "^19.0.0",
129-
"safe-buffer": "npm:@socketregistry/safe-buffer@^1.0.6",
130-
"safer-buffer": "npm:@socketregistry/safer-buffer@^1.0.7",
131132
"ts-api-utils": "^2.0.1",
132-
"typedarray": "npm:@socketregistry/typedarray@^1.0.5",
133133
"typescript": "5.8.1-rc"
134134
}
135135
}

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.28.1-next.6",
3+
"version": "1.28.1-next.7",
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)