Skip to content

Commit d932ccf

Browse files
authored
Merge branch 'main' into main
2 parents c8cc564 + e776afa commit d932ccf

File tree

22 files changed

+213
-372
lines changed

22 files changed

+213
-372
lines changed

.pkgs/configs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"eslint-plugin-de-morgan": "^2.0.0",
2525
"eslint-plugin-function": "^0.0.35",
2626
"eslint-plugin-function-rule": "^0.0.17",
27-
"eslint-plugin-jsdoc": "^61.3.0",
27+
"eslint-plugin-jsdoc": "^61.4.0",
2828
"eslint-plugin-perfectionist": "^4.15.1",
2929
"eslint-plugin-regexp": "^2.10.0",
3030
"eslint-plugin-unicorn": "^62.0.0",

.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.16.5"
28+
"tsdown": "^0.16.6"
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.7
1+
2.3.8-beta.0

apps/website/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
"@eslint-react/eff": "workspace:*",
1414
"bsky-react-post": "^0.1.7",
1515
"clsx": "^2.1.1",
16-
"effect": "^3.19.4",
17-
"fumadocs-core": "16.0.14",
16+
"effect": "^3.19.6",
17+
"fumadocs-core": "16.1.0",
1818
"fumadocs-docgen": "3.0.4",
19-
"fumadocs-mdx": "14.0.2",
19+
"fumadocs-mdx": "14.0.3",
2020
"fumadocs-twoslash": "3.1.10",
2121
"fumadocs-typescript": "4.0.13",
22-
"fumadocs-ui": "16.0.14",
22+
"fumadocs-ui": "16.1.0",
2323
"lucide-react": "^0.554.0",
2424
"next": "^16.0.3",
2525
"next-view-transitions": "^0.3.4",

examples/react-dom-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"eslint-plugin-react-hooks": "^7.0.1",
2424
"eslint-plugin-react-refresh": "^0.4.24",
2525
"globals": "^16.5.0",
26-
"vite": "^7.2.2"
26+
"vite": "^7.2.4"
2727
},
2828
"engines": {
2929
"node": ">=20.19.0"

examples/react-dom/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"eslint-plugin-react-refresh": "^0.4.24",
2828
"typescript": "^5.9.3",
2929
"typescript-eslint": "^8.47.0",
30-
"vite": "^7.2.2"
30+
"vite": "^7.2.4"
3131
},
3232
"engines": {
3333
"node": ">=20.19.0"

examples/with-babel-eslint-parser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"eslint-plugin-react-web-api": "workspace:*",
3434
"eslint-plugin-react-x": "workspace:*",
3535
"globals": "^16.5.0",
36-
"vite": "^7.2.2"
36+
"vite": "^7.2.4"
3737
},
3838
"engines": {
3939
"node": ">=20.19.0"

examples/with-ts-blank-eslint-parser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"ts-blank-eslint-parser": "^0.4.4",
3131
"typescript": "^5.9.3",
3232
"typescript-eslint": "^8.47.0",
33-
"vite": "^7.2.2"
33+
"vite": "^7.2.4"
3434
},
3535
"engines": {
3636
"node": ">=20.19.0"

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-react/monorepo",
3-
"version": "2.3.7",
3+
"version": "2.3.8-beta.0",
44
"private": true,
55
"description": "Monorepo for eslint-plugin-react-[x, dom, web-api, hooks-extra, naming-convention].",
66
"keywords": [
@@ -52,7 +52,7 @@
5252
"devDependencies": {
5353
"@effect/language-service": "^0.56.0",
5454
"@effect/platform": "^0.93.3",
55-
"@effect/platform-node": "^0.100.0",
55+
"@effect/platform-node": "^0.101.1",
5656
"@eslint/compat": "^2.0.0",
5757
"@local/configs": "workspace:*",
5858
"@local/function-rules": "workspace:*",
@@ -68,7 +68,7 @@
6868
"ansis": "^4.2.0",
6969
"dedent": "^1.7.0",
7070
"dprint": "^0.50.2",
71-
"effect": "^3.19.4",
71+
"effect": "^3.19.6",
7272
"eslint": "^9.39.1",
7373
"eslint-plugin-fast-import": "^1.5.3",
7474
"eslint-plugin-function-rule": "^0.0.17",
@@ -83,17 +83,17 @@
8383
"sort-package-json": "^3.4.0",
8484
"tinyglobby": "^0.2.15",
8585
"ts-pattern": "^5.9.0",
86-
"tsdown": "^0.16.5",
86+
"tsdown": "^0.16.6",
8787
"tsx": "^4.20.6",
8888
"type-fest": "^5.2.0",
8989
"typedoc": "^0.28.14",
9090
"typedoc-plugin-markdown": "^4.9.0",
9191
"typedoc-plugin-mdn-links": "^5.0.10",
9292
"typescript": "^5.9.3",
9393
"typescript-eslint": "^8.47.0",
94-
"vitest": "^4.0.10"
94+
"vitest": "^4.0.13"
9595
},
96-
"packageManager": "pnpm@10.22.0",
96+
"packageManager": "pnpm@10.23.0",
9797
"engines": {
9898
"node": ">=24.0.0"
9999
},

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.7",
3+
"version": "2.3.8-beta.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": {
@@ -49,7 +49,7 @@
4949
},
5050
"devDependencies": {
5151
"@local/configs": "workspace:*",
52-
"tsdown": "^0.16.5"
52+
"tsdown": "^0.16.6"
5353
},
5454
"engines": {
5555
"node": ">=20.19.0"

0 commit comments

Comments
 (0)