Skip to content

Commit baf8021

Browse files
committed
release: 1.52.2-next.0
1 parent fa6d150 commit baf8021

File tree

24 files changed

+618
-600
lines changed

24 files changed

+618
-600
lines changed

.pkgs/configs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@stylistic/eslint-plugin": "^4.4.1",
2424
"eslint-plugin-de-morgan": "^1.3.0",
2525
"eslint-plugin-function": "^0.0.22",
26-
"eslint-plugin-jsdoc": "^50.7.1",
26+
"eslint-plugin-jsdoc": "^50.8.0",
2727
"eslint-plugin-perfectionist": "^4.14.0",
2828
"eslint-plugin-regexp": "^2.9.0",
2929
"eslint-plugin-unicorn": "^59.0.1",

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@typescript-eslint/types": "^8.34.0",
3434
"@typescript-eslint/utils": "^8.34.0",
3535
"eslint-plugin-de-morgan": "^1.3.0",
36-
"eslint-plugin-jsdoc": "^50.7.1",
36+
"eslint-plugin-jsdoc": "^50.8.0",
3737
"eslint-plugin-perfectionist": "^4.14.0",
3838
"eslint-plugin-regexp": "^2.9.0",
3939
"eslint-plugin-unicorn": "^59.0.1",
@@ -42,7 +42,7 @@
4242
},
4343
"devDependencies": {
4444
"@local/configs": "workspace:*",
45-
"@types/react": "^19.1.7",
45+
"@types/react": "^19.1.8",
4646
"@types/react-dom": "^19.1.6",
4747
"tsup": "^8.5.0"
4848
},

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.52.1
1+
1.52.2-next.0

apps/website/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,28 +37,28 @@
3737
"@eslint/markdown": "^6.5.0",
3838
"@local/configs": "workspace:*",
3939
"@mdx-js/mdx": "^3.1.0",
40-
"@tailwindcss/postcss": "^4.1.8",
40+
"@tailwindcss/postcss": "^4.1.10",
4141
"@theguild/remark-mermaid": "^0.3.0",
4242
"@tsconfig/next": "^2.0.3",
4343
"@tsconfig/node22": "^22.0.2",
4444
"@tsconfig/strictest": "^2.0.5",
4545
"@types/hast": "^3.0.4",
4646
"@types/mdx": "^2.0.13",
47-
"@types/node": "^24.0.0",
48-
"@types/react": "^19.1.7",
47+
"@types/node": "^24.0.1",
48+
"@types/react": "^19.1.8",
4949
"@types/react-dom": "^19.1.6",
5050
"autoprefixer": "^10.4.21",
5151
"dedent": "^1.6.0",
5252
"eslint": "^9.28.0",
5353
"eslint-plugin-de-morgan": "^1.3.0",
54-
"eslint-plugin-import-x": "^4.15.1",
54+
"eslint-plugin-import-x": "^4.15.2",
5555
"eslint-plugin-perfectionist": "^4.14.0",
5656
"eslint-plugin-react-hooks": "^5.2.0",
5757
"eslint-plugin-react-refresh": "^0.4.20",
5858
"eslint-plugin-unicorn": "^59.0.1",
5959
"importx": "^0.5.2",
60-
"postcss": "^8.5.4",
61-
"tailwindcss": "^4.1.8",
60+
"postcss": "^8.5.5",
61+
"tailwindcss": "^4.1.10",
6262
"tailwindcss-animated": "^2.0.0",
6363
"typescript": "^5.8.3",
6464
"typescript-eslint": "^8.34.0"

examples/next-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
"@tsconfig/next": "^2.0.3",
2222
"@tsconfig/node22": "^22.0.2",
2323
"@tsconfig/strictest": "^2.0.5",
24-
"@types/node": "^24.0.0",
25-
"@types/react": "^19.1.7",
24+
"@types/node": "^24.0.1",
25+
"@types/react": "^19.1.8",
2626
"@types/react-dom": "^19.1.6",
2727
"eslint": "^9.28.0",
2828
"eslint-config-flat-gitignore": "^2.1.0",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@tsconfig/node22": "^22.0.2",
2222
"@tsconfig/strictest": "^2.0.5",
2323
"@tsconfig/vite-react": "^6.3.5",
24-
"@types/react": "^19.1.7",
24+
"@types/react": "^19.1.8",
2525
"@types/react-dom": "^19.1.6",
2626
"@vitejs/plugin-react": "^4.5.2",
2727
"eslint": "^9.28.0",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@eslint-react/eslint-plugin": "workspace:*",
1919
"@eslint/config-inspector": "^1.1.0",
2020
"@eslint/js": "^9.28.0",
21-
"@types/react": "^19.1.7",
21+
"@types/react": "^19.1.8",
2222
"@types/react-dom": "^19.1.6",
2323
"@vitejs/plugin-react": "^4.5.2",
2424
"eslint": "^9.28.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
@@ -23,7 +23,7 @@
2323
"@eslint/js": "^9.28.0",
2424
"@types/babel__core": "~7.20.5",
2525
"@types/babel__preset-env": "~7.10.0",
26-
"@types/react": "^19.1.7",
26+
"@types/react": "^19.1.8",
2727
"@types/react-dom": "^19.1.6",
2828
"@vitejs/plugin-react": "^4.5.2",
2929
"eslint": "^9.28.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
@@ -23,7 +23,7 @@
2323
"@tsconfig/node22": "^22.0.2",
2424
"@tsconfig/strictest": "^2.0.5",
2525
"@tsconfig/vite-react": "^6.3.5",
26-
"@types/react": "^19.1.7",
26+
"@types/react": "^19.1.8",
2727
"@types/react-dom": "^19.1.6",
2828
"@vitejs/plugin-react": "^4.5.2",
2929
"eslint": "^9.28.0",

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-react/monorepo",
3-
"version": "1.52.1",
3+
"version": "1.52.2-next.0",
44
"private": true,
55
"description": "Monorepo for eslint-plugin-react-[x, dom, web-api, hooks-extra, naming-convention].",
66
"keywords": [
@@ -59,8 +59,8 @@
5959
"@swc/core": "^1.12.0",
6060
"@tsconfig/node22": "^22.0.2",
6161
"@tsconfig/strictest": "^2.0.5",
62-
"@types/node": "^24.0.0",
63-
"@types/react": "^19.1.7",
62+
"@types/node": "^24.0.1",
63+
"@types/react": "^19.1.8",
6464
"@types/react-dom": "^19.1.6",
6565
"@typescript-eslint/parser": "^8.34.0",
6666
"@typescript-eslint/rule-tester": "^8.34.0",
@@ -86,7 +86,7 @@
8686
"ts-pattern": "^5.7.1",
8787
"tslib": "^2.8.1",
8888
"tsup": "^8.5.0",
89-
"tsx": "^4.20.0",
89+
"tsx": "^4.20.1",
9090
"type-fest": "^4.41.0",
9191
"typedoc": "^0.28.5",
9292
"typedoc-plugin-markdown": "^4.6.4",
@@ -109,7 +109,7 @@
109109
"sharp"
110110
],
111111
"overrides": {
112-
"@types/react": "^19.1.7",
112+
"@types/react": "^19.1.8",
113113
"@types/react-dom": "^19.1.6",
114114
"cross-spawn": "^7.0.6",
115115
"esbuild": "^0.25.5",

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.1",
3+
"version": "1.52.2-next.0",
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-react-debug",
3-
"version": "1.52.1",
3+
"version": "1.52.2-next.0",
44
"description": "ESLint React's ESLint plugin for debugging related rules.",
55
"keywords": [
66
"react",
@@ -64,7 +64,7 @@
6464
},
6565
"devDependencies": {
6666
"@local/configs": "workspace:*",
67-
"@types/react": "^19.1.7",
67+
"@types/react": "^19.1.8",
6868
"@types/react-dom": "^19.1.6",
6969
"tsup": "^8.5.0"
7070
},

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-react-dom",
3-
"version": "1.52.1",
3+
"version": "1.52.2-next.0",
44
"description": "ESLint React's ESLint plugin for React DOM related rules.",
55
"keywords": [
66
"react",
@@ -64,7 +64,7 @@
6464
},
6565
"devDependencies": {
6666
"@local/configs": "workspace:*",
67-
"@types/react": "^19.1.7",
67+
"@types/react": "^19.1.8",
6868
"@types/react-dom": "^19.1.6",
6969
"tsup": "^8.5.0"
7070
},

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-react-hooks-extra",
3-
"version": "1.52.1",
3+
"version": "1.52.2-next.0",
44
"description": "ESLint React's ESLint plugin for React Hooks related rules.",
55
"keywords": [
66
"react",
@@ -65,7 +65,7 @@
6565
},
6666
"devDependencies": {
6767
"@local/configs": "workspace:*",
68-
"@types/react": "^19.1.7",
68+
"@types/react": "^19.1.8",
6969
"@types/react-dom": "^19.1.6",
7070
"tsup": "^8.5.0"
7171
},

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-react-naming-convention",
3-
"version": "1.52.1",
3+
"version": "1.52.2-next.0",
44
"description": "ESLint React's ESLint plugin for naming convention related rules.",
55
"keywords": [
66
"react",
@@ -64,7 +64,7 @@
6464
},
6565
"devDependencies": {
6666
"@local/configs": "workspace:*",
67-
"@types/react": "^19.1.7",
67+
"@types/react": "^19.1.8",
6868
"@types/react-dom": "^19.1.6",
6969
"tsup": "^8.5.0"
7070
},

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-react-web-api",
3-
"version": "1.52.1",
3+
"version": "1.52.2-next.0",
44
"description": "ESLint React's ESLint plugin for interacting with Web APIs",
55
"keywords": [
66
"react",
@@ -63,7 +63,7 @@
6363
},
6464
"devDependencies": {
6565
"@local/configs": "workspace:*",
66-
"@types/react": "^19.1.7",
66+
"@types/react": "^19.1.8",
6767
"@types/react-dom": "^19.1.6",
6868
"tsup": "^8.5.0"
6969
},

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-react-x",
3-
"version": "1.52.1",
3+
"version": "1.52.2-next.0",
44
"description": "A set of composable ESLint rules for for libraries and frameworks that use React as a UI runtime.",
55
"keywords": [
66
"react",
@@ -65,7 +65,7 @@
6565
},
6666
"devDependencies": {
6767
"@local/configs": "workspace:*",
68-
"@types/react": "^19.1.7",
68+
"@types/react": "^19.1.8",
6969
"@types/react-dom": "^19.1.6",
7070
"ts-api-utils": "^2.1.0",
7171
"tsup": "^8.5.0"

packages/plugins/eslint-plugin/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/eslint-plugin",
3-
"version": "1.52.1",
3+
"version": "1.52.2-next.0",
44
"description": "A unified plugin that combines all individual plugins from the eslint-react monorepo into one.",
55
"keywords": [
66
"react",

packages/shared/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/shared",
3-
"version": "1.52.1",
3+
"version": "1.52.2-next.0",
44
"description": "ESLint React's Shared constants and functions.",
55
"homepage": "https://github.com/Rel1cx/eslint-react",
66
"bugs": {
@@ -46,7 +46,7 @@
4646
"@eslint-react/kit": "workspace:*",
4747
"@typescript-eslint/utils": "^8.34.0",
4848
"ts-pattern": "^5.7.1",
49-
"zod": "^3.25.58"
49+
"zod": "^3.25.62"
5050
},
5151
"devDependencies": {
5252
"@local/configs": "workspace:*",

packages/utilities/ast/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/ast",
3-
"version": "1.52.1",
3+
"version": "1.52.2-next.0",
44
"description": "ESLint React's TSESTree AST utility module.",
55
"homepage": "https://github.com/Rel1cx/eslint-react",
66
"bugs": {

packages/utilities/eff/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/eff",
3-
"version": "1.52.1",
3+
"version": "1.52.2-next.0",
44
"description": "JavaScript and TypeScript utilities (previously some re-exports of the effect library).",
55
"homepage": "https://github.com/Rel1cx/eslint-react",
66
"bugs": {

packages/utilities/kit/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/kit",
3-
"version": "1.52.1",
3+
"version": "1.52.2-next.0",
44
"description": "ESLint React's plugin kit for building plugins and rules.",
55
"homepage": "https://github.com/Rel1cx/eslint-react",
66
"bugs": {
@@ -45,7 +45,7 @@
4545
"@eslint-react/eff": "workspace:*",
4646
"@typescript-eslint/utils": "^8.34.0",
4747
"ts-pattern": "^5.7.1",
48-
"zod": "^3.25.58"
48+
"zod": "^3.25.62"
4949
},
5050
"devDependencies": {
5151
"@local/configs": "workspace:*",

packages/utilities/var/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/var",
3-
"version": "1.52.1",
3+
"version": "1.52.2-next.0",
44
"description": "ESLint React's TSESTree AST utility module for static analysis of variables.",
55
"homepage": "https://github.com/Rel1cx/eslint-react",
66
"bugs": {

0 commit comments

Comments
 (0)