Skip to content

Commit ac7a85d

Browse files
committed
release: 2.0.0-next.189
1 parent 3c61bc9 commit ac7a85d

File tree

18 files changed

+88
-88
lines changed

18 files changed

+88
-88
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": "^5.4.0",
2424
"eslint-plugin-de-morgan": "^1.3.1",
2525
"eslint-plugin-function": "^0.0.30",
26-
"eslint-plugin-jsdoc": "^60.0.0",
26+
"eslint-plugin-jsdoc": "^60.1.0",
2727
"eslint-plugin-perfectionist": "^4.15.0",
2828
"eslint-plugin-regexp": "^2.10.0",
2929
"eslint-plugin-unicorn": "^61.0.2",

.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.44.0",
3434
"@typescript-eslint/utils": "^8.44.0",
3535
"eslint-plugin-de-morgan": "^1.3.1",
36-
"eslint-plugin-jsdoc": "^60.0.0",
36+
"eslint-plugin-jsdoc": "^60.1.0",
3737
"eslint-plugin-perfectionist": "^4.15.0",
3838
"eslint-plugin-regexp": "^2.10.0",
3939
"eslint-plugin-unicorn": "^61.0.2",
@@ -44,7 +44,7 @@
4444
"@local/configs": "workspace:*",
4545
"@types/react": "^19.1.13",
4646
"@types/react-dom": "^19.1.9",
47-
"tsdown": "^0.15.3"
47+
"tsdown": "^0.15.4"
4848
},
4949
"peerDependencies": {
5050
"eslint": "^9.36.0",

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.0-beta.188
1+
2.0.0-next.189

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/monorepo",
3-
"version": "2.0.0-beta.188",
3+
"version": "2.0.0-next.189",
44
"private": true,
55
"description": "Monorepo for eslint-plugin-react-[x, dom, web-api, hooks-extra, naming-convention].",
66
"keywords": [
@@ -87,7 +87,7 @@
8787
"sort-package-json": "^3.4.0",
8888
"tinyglobby": "^0.2.15",
8989
"ts-pattern": "^5.8.0",
90-
"tsdown": "^0.15.3",
90+
"tsdown": "^0.15.4",
9191
"tsx": "^4.20.5",
9292
"type-fest": "^5.0.1",
9393
"typedoc": "^0.28.13",

packages/core/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/core",
3-
"version": "2.0.0-beta.188",
3+
"version": "2.0.0-next.189",
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": {
@@ -49,7 +49,7 @@
4949
},
5050
"devDependencies": {
5151
"@local/configs": "workspace:*",
52-
"tsdown": "^0.15.3"
52+
"tsdown": "^0.15.4"
5353
},
5454
"engines": {
5555
"node": ">=20.19.0"

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": "2.0.0-beta.188",
3+
"version": "2.0.0-next.189",
44
"description": "ESLint React's ESLint plugin for debugging related rules.",
55
"keywords": [
66
"react",
@@ -58,7 +58,7 @@
5858
"@local/configs": "workspace:*",
5959
"@types/react": "^19.1.13",
6060
"@types/react-dom": "^19.1.9",
61-
"tsdown": "^0.15.3"
61+
"tsdown": "^0.15.4"
6262
},
6363
"peerDependencies": {
6464
"eslint": "^9.36.0",

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": "2.0.0-beta.188",
3+
"version": "2.0.0-next.189",
44
"description": "ESLint React's ESLint plugin for React DOM related rules.",
55
"keywords": [
66
"react",
@@ -58,7 +58,7 @@
5858
"@local/configs": "workspace:*",
5959
"@types/react": "^19.1.13",
6060
"@types/react-dom": "^19.1.9",
61-
"tsdown": "^0.15.3"
61+
"tsdown": "^0.15.4"
6262
},
6363
"peerDependencies": {
6464
"eslint": "^9.36.0",

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": "2.0.0-beta.188",
3+
"version": "2.0.0-next.189",
44
"description": "ESLint React's ESLint plugin for React Hooks related rules.",
55
"keywords": [
66
"react",
@@ -59,7 +59,7 @@
5959
"@local/configs": "workspace:*",
6060
"@types/react": "^19.1.13",
6161
"@types/react-dom": "^19.1.9",
62-
"tsdown": "^0.15.3"
62+
"tsdown": "^0.15.4"
6363
},
6464
"peerDependencies": {
6565
"eslint": "^8.57.0 || ^9.0.0",

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": "2.0.0-beta.188",
3+
"version": "2.0.0-next.189",
44
"description": "ESLint React's ESLint plugin for naming convention related rules.",
55
"keywords": [
66
"react",
@@ -58,7 +58,7 @@
5858
"@local/configs": "workspace:*",
5959
"@types/react": "^19.1.13",
6060
"@types/react-dom": "^19.1.9",
61-
"tsdown": "^0.15.3"
61+
"tsdown": "^0.15.4"
6262
},
6363
"peerDependencies": {
6464
"eslint": "^9.36.0",

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": "2.0.0-beta.188",
3+
"version": "2.0.0-next.189",
44
"description": "ESLint React's ESLint plugin for interacting with Web APIs",
55
"keywords": [
66
"react",
@@ -57,7 +57,7 @@
5757
"@local/configs": "workspace:*",
5858
"@types/react": "^19.1.13",
5959
"@types/react-dom": "^19.1.9",
60-
"tsdown": "^0.15.3"
60+
"tsdown": "^0.15.4"
6161
},
6262
"peerDependencies": {
6363
"eslint": "^9.36.0",

0 commit comments

Comments
 (0)