Skip to content

Commit 251ac75

Browse files
committed
release: 2.3.10-next.1
1 parent eaf16c1 commit 251ac75

File tree

16 files changed

+88
-71
lines changed

16 files changed

+88
-71
lines changed

.pkgs/function-rules/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"devDependencies": {
2727
"eslint": "^9.39.1",
28-
"tsdown": "^0.17.0-beta.1"
28+
"tsdown": "^0.17.0-beta.3"
2929
},
3030
"peerDependencies": {
3131
"eslint": "^9.39.1",

VERSION

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-react/monorepo",
3-
"version": "2.3.10-beta.0",
3+
"version": "2.3.10-next.1",
44
"private": true,
55
"description": "Monorepo for eslint-plugin-react-[x, dom, web-api, hooks-extra, naming-convention].",
66
"keywords": [
@@ -83,10 +83,10 @@
8383
"sort-package-json": "^3.5.0",
8484
"tinyglobby": "^0.2.15",
8585
"ts-pattern": "^5.9.0",
86-
"tsdown": "^0.17.0-beta.1",
86+
"tsdown": "^0.17.0-beta.3",
8787
"tsx": "^4.20.6",
8888
"type-fest": "^5.2.0",
89-
"typedoc": "^0.28.14",
89+
"typedoc": "^0.28.15",
9090
"typedoc-plugin-markdown": "^4.9.0",
9191
"typedoc-plugin-mdn-links": "^5.0.10",
9292
"typescript": "^5.9.3",

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.3.10-beta.0",
3+
"version": "2.3.10-next.1",
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": {
@@ -53,7 +53,7 @@
5353
},
5454
"devDependencies": {
5555
"@local/configs": "workspace:*",
56-
"tsdown": "^0.17.0-beta.1"
56+
"tsdown": "^0.17.0-beta.3"
5757
},
5858
"engines": {
5959
"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.3.10-beta.0",
3+
"version": "2.3.10-next.1",
44
"description": "ESLint React's ESLint plugin for debugging related rules.",
55
"keywords": [
66
"react",
@@ -60,7 +60,7 @@
6060
"@local/configs": "workspace:*",
6161
"@types/react": "^19.2.7",
6262
"@types/react-dom": "^19.2.3",
63-
"tsdown": "^0.17.0-beta.1"
63+
"tsdown": "^0.17.0-beta.3"
6464
},
6565
"peerDependencies": {
6666
"eslint": "^8.57.0 || ^9.0.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.3.10-beta.0",
3+
"version": "2.3.10-next.1",
44
"description": "ESLint React's ESLint plugin for React DOM related rules.",
55
"keywords": [
66
"react",
@@ -60,7 +60,7 @@
6060
"@local/configs": "workspace:*",
6161
"@types/react": "^19.2.7",
6262
"@types/react-dom": "^19.2.3",
63-
"tsdown": "^0.17.0-beta.1"
63+
"tsdown": "^0.17.0-beta.3"
6464
},
6565
"peerDependencies": {
6666
"eslint": "^8.57.0 || ^9.0.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.3.10-beta.0",
3+
"version": "2.3.10-next.1",
44
"description": "ESLint React's ESLint plugin for React Hooks related rules.",
55
"keywords": [
66
"react",
@@ -61,7 +61,7 @@
6161
"@local/configs": "workspace:*",
6262
"@types/react": "^19.2.7",
6363
"@types/react-dom": "^19.2.3",
64-
"tsdown": "^0.17.0-beta.1"
64+
"tsdown": "^0.17.0-beta.3"
6565
},
6666
"peerDependencies": {
6767
"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.3.10-beta.0",
3+
"version": "2.3.10-next.1",
44
"description": "ESLint React's ESLint plugin for naming convention related rules.",
55
"keywords": [
66
"react",
@@ -60,7 +60,7 @@
6060
"@local/configs": "workspace:*",
6161
"@types/react": "^19.2.7",
6262
"@types/react-dom": "^19.2.3",
63-
"tsdown": "^0.17.0-beta.1"
63+
"tsdown": "^0.17.0-beta.3"
6464
},
6565
"peerDependencies": {
6666
"eslint": "^8.57.0 || ^9.0.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.3.10-beta.0",
3+
"version": "2.3.10-next.1",
44
"description": "ESLint React's ESLint plugin for interacting with Web APIs",
55
"keywords": [
66
"react",
@@ -59,7 +59,7 @@
5959
"@local/configs": "workspace:*",
6060
"@types/react": "^19.2.7",
6161
"@types/react-dom": "^19.2.3",
62-
"tsdown": "^0.17.0-beta.1"
62+
"tsdown": "^0.17.0-beta.3"
6363
},
6464
"peerDependencies": {
6565
"eslint": "^8.57.0 || ^9.0.0",

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": "2.3.10-beta.0",
3+
"version": "2.3.10-next.1",
44
"description": "A set of composable ESLint rules for for libraries and frameworks that use React as a UI runtime.",
55
"keywords": [
66
"react",
@@ -62,7 +62,7 @@
6262
"@local/configs": "workspace:*",
6363
"@types/react": "^19.2.7",
6464
"@types/react-dom": "^19.2.3",
65-
"tsdown": "^0.17.0-beta.1"
65+
"tsdown": "^0.17.0-beta.3"
6666
},
6767
"peerDependencies": {
6868
"eslint": "^8.57.0 || ^9.0.0",

0 commit comments

Comments
 (0)