Skip to content

Commit 9889c4f

Browse files
committed
release: 1.52.4
1 parent 93bed72 commit 9889c4f

File tree

17 files changed

+201
-188
lines changed

17 files changed

+201
-188
lines changed

.pkgs/configs/eslint.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ export const typescript = tseslint.config({
9595
}, {
9696
extends: [
9797
pluginDeMorgan.configs.recommended,
98+
// eslint-disable-next-line @typescript-eslint/no-unsafe-member-access
9899
pluginJsdoc.configs["flat/recommended-typescript-error"],
99100
pluginRegexp.configs["flat/recommended"],
100101
pluginPerfectionist.configs["recommended-natural"],

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.52.4-beta.3
1+
1.52.4

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-react/monorepo",
3-
"version": "1.52.4-beta.3",
3+
"version": "1.52.4",
44
"private": true,
55
"description": "Monorepo for eslint-plugin-react-[x, dom, web-api, hooks-extra, naming-convention].",
66
"keywords": [
@@ -69,7 +69,7 @@
6969
"cspell": "^9.2.0",
7070
"dedent": "^1.6.0",
7171
"dprint": "^0.50.1",
72-
"esbuild": "^0.25.8",
72+
"esbuild": "^0.25.9",
7373
"eslint": "^9.33.0",
7474
"eslint-config-flat-gitignore": "^2.1.0",
7575
"eslint-plugin-fast-import": "^1.3.0",
@@ -87,7 +87,7 @@
8787
"ts-pattern": "^5.8.0",
8888
"tslib": "^2.8.1",
8989
"tsup": "^8.5.0",
90-
"tsx": "^4.20.3",
90+
"tsx": "^4.20.4",
9191
"type-fest": "^4.41.0",
9292
"typedoc": "^0.28.10",
9393
"typedoc-plugin-markdown": "^4.8.1",
@@ -113,7 +113,7 @@
113113
"@types/react": "^19.1.10",
114114
"@types/react-dom": "^19.1.7",
115115
"cross-spawn": "^7.0.6",
116-
"esbuild": "^0.25.8",
116+
"esbuild": "^0.25.9",
117117
"lucide-react": "^0.539.0",
118118
"next": "^15.4.6",
119119
"react": "^19.1.1",

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.52.4-beta.3",
3+
"version": "1.52.4",
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": {

packages/plugins/eslint-plugin-react-debug/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-react-debug",
3-
"version": "1.52.4-beta.3",
3+
"version": "1.52.4",
44
"description": "ESLint React's ESLint plugin for debugging related rules.",
55
"keywords": [
66
"react",

packages/plugins/eslint-plugin-react-dom/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-react-dom",
3-
"version": "1.52.4-beta.3",
3+
"version": "1.52.4",
44
"description": "ESLint React's ESLint plugin for React DOM related rules.",
55
"keywords": [
66
"react",

packages/plugins/eslint-plugin-react-hooks-extra/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-react-hooks-extra",
3-
"version": "1.52.4-beta.3",
3+
"version": "1.52.4",
44
"description": "ESLint React's ESLint plugin for React Hooks related rules.",
55
"keywords": [
66
"react",

packages/plugins/eslint-plugin-react-naming-convention/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-react-naming-convention",
3-
"version": "1.52.4-beta.3",
3+
"version": "1.52.4",
44
"description": "ESLint React's ESLint plugin for naming convention related rules.",
55
"keywords": [
66
"react",

packages/plugins/eslint-plugin-react-web-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-react-web-api",
3-
"version": "1.52.4-beta.3",
3+
"version": "1.52.4",
44
"description": "ESLint React's ESLint plugin for interacting with Web APIs",
55
"keywords": [
66
"react",

packages/plugins/eslint-plugin-react-x/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-react-x",
3-
"version": "1.52.4-beta.3",
3+
"version": "1.52.4",
44
"description": "4-7x faster composable ESLint rules for for libraries and frameworks that use React as a UI runtime.",
55
"keywords": [
66
"react",

0 commit comments

Comments
 (0)