Skip to content

Commit 4309202

Browse files
committed
release: 2.3.13-next.7
1 parent 421c8a7 commit 4309202

File tree

23 files changed

+447
-460
lines changed

23 files changed

+447
-460
lines changed

.pkgs/configs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"eslint-plugin-perfectionist": "^4.15.1",
2929
"eslint-plugin-regexp": "^2.10.0",
3030
"eslint-plugin-unicorn": "^62.0.0",
31-
"typescript-eslint": "^8.48.1"
31+
"typescript-eslint": "^8.49.0"
3232
},
3333
"peerDependencies": {
3434
"eslint": "^9.39.1",

.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.1"
28+
"tsdown": "^0.17.2"
2929
},
3030
"peerDependencies": {
3131
"eslint": "^9.39.1",

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![Version](https://img.shields.io/npm/v/@eslint-react/eslint-plugin?style=flat&colorA=111111&colorB=000000)](https://npmjs.com/package/@eslint-react/eslint-plugin)
66
[![Downloads](https://img.shields.io/npm/dt/@eslint-react/eslint-plugin.svg?style=flat&colorA=222222&colorB=000000)](https://npmjs.com/package/@eslint-react/eslint-plugin)
77
[![License](https://img.shields.io/npm/l/@eslint-react/eslint-plugin?style=flat&colorA=333333&colorB=000000)](https://npmjs.com/package/@eslint-react/eslint-plugin)
8-
[![Build with](https://img.shields.io/badge/[email protected].1-000000?style=flat)](https://tsdown.dev)
8+
[![Build with](https://img.shields.io/badge/[email protected].2-000000?style=flat)](https://tsdown.dev)
99

1010
4-7x faster composable ESLint rules for React and friends.
1111

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.3.13-beta.6
1+
2.3.13-next.7

apps/website/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313
"@eslint-react/eff": "workspace:*",
1414
"bsky-react-post": "^0.1.7",
1515
"clsx": "^2.1.1",
16-
"effect": "^3.19.9",
16+
"effect": "^3.19.10",
1717
"fumadocs-core": "16.1.0",
1818
"fumadocs-docgen": "3.0.4",
1919
"fumadocs-mdx": "14.0.3",
2020
"fumadocs-twoslash": "3.1.10",
2121
"fumadocs-typescript": "4.0.13",
2222
"fumadocs-ui": "16.1.0",
2323
"lucide-react": "^0.556.0",
24-
"next": "^16.0.7",
24+
"next": "^16.0.8",
2525
"next-view-transitions": "^0.3.5",
2626
"react": "^19.2.1",
2727
"react-dom": "^19.2.1",
@@ -42,7 +42,7 @@
4242
"@tsconfig/strictest": "^2.0.8",
4343
"@types/hast": "^3.0.4",
4444
"@types/mdx": "^2.0.13",
45-
"@types/node": "^24.10.1",
45+
"@types/node": "^24.10.2",
4646
"@types/react": "^19.2.7",
4747
"@types/react-dom": "^19.2.3",
4848
"dedent": "^1.7.0",
@@ -55,6 +55,6 @@
5555
"tailwindcss": "^4.1.17",
5656
"tailwindcss-animated": "^2.0.0",
5757
"typescript": "^5.9.3",
58-
"typescript-eslint": "^8.48.1"
58+
"typescript-eslint": "^8.49.0"
5959
}
6060
}

examples/next/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,26 +10,26 @@
1010
"start": "next start"
1111
},
1212
"dependencies": {
13-
"next": "^16.0.7",
13+
"next": "^16.0.8",
1414
"react": "^19.2.1",
1515
"react-dom": "^19.2.1"
1616
},
1717
"devDependencies": {
1818
"@eslint-react/eslint-plugin": "workspace:*",
1919
"@eslint/compat": "^2.0.0",
2020
"@eslint/js": "^9.39.1",
21-
"@next/eslint-plugin-next": "^16.0.7",
21+
"@next/eslint-plugin-next": "^16.0.8",
2222
"@tsconfig/next": "^2.0.4",
2323
"@tsconfig/node22": "^22.0.5",
2424
"@tsconfig/strictest": "^2.0.8",
25-
"@types/node": "^24.10.1",
25+
"@types/node": "^24.10.2",
2626
"@types/react": "^19.2.7",
2727
"@types/react-dom": "^19.2.3",
2828
"eslint": "^9.39.1",
2929
"eslint-plugin-react-hooks": "^7.0.1",
3030
"eslint-plugin-react-refresh": "^0.4.24",
3131
"typescript": "^5.9.3",
32-
"typescript-eslint": "^8.48.1"
32+
"typescript-eslint": "^8.49.0"
3333
},
3434
"engines": {
3535
"node": ">=20.19.0"

examples/react-dom/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"eslint-plugin-react-hooks": "^7.0.1",
2727
"eslint-plugin-react-refresh": "^0.4.24",
2828
"typescript": "^5.9.3",
29-
"typescript-eslint": "^8.48.1",
29+
"typescript-eslint": "^8.49.0",
3030
"vite": "^7.2.7"
3131
},
3232
"engines": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"globals": "^16.5.0",
3030
"ts-blank-eslint-parser": "^0.4.4",
3131
"typescript": "^5.9.3",
32-
"typescript-eslint": "^8.48.1",
32+
"typescript-eslint": "^8.49.0",
3333
"vite": "^7.2.7"
3434
},
3535
"engines": {

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-react/monorepo",
3-
"version": "2.3.13-beta.6",
3+
"version": "2.3.13-next.7",
44
"private": true,
55
"description": "Monorepo for eslint-plugin-react-[x, dom, web-api, hooks-extra, naming-convention].",
66
"keywords": [
@@ -59,16 +59,16 @@
5959
"@radix-ui/react-toast": "^1.2.15",
6060
"@tsconfig/node22": "^22.0.5",
6161
"@tsconfig/strictest": "^2.0.8",
62-
"@types/node": "^24.10.1",
62+
"@types/node": "^24.10.2",
6363
"@types/react": "^19.2.7",
6464
"@types/react-dom": "^19.2.3",
65-
"@typescript-eslint/parser": "^8.48.1",
66-
"@typescript-eslint/rule-tester": "^8.48.1",
67-
"@typescript-eslint/types": "^8.48.1",
65+
"@typescript-eslint/parser": "^8.49.0",
66+
"@typescript-eslint/rule-tester": "^8.49.0",
67+
"@typescript-eslint/types": "^8.49.0",
6868
"ansis": "^4.2.0",
6969
"dedent": "^1.7.0",
7070
"dprint": "^0.50.2",
71-
"effect": "^3.19.9",
71+
"effect": "^3.19.10",
7272
"eslint": "^9.39.1",
7373
"eslint-plugin-fast-import": "^1.5.3",
7474
"eslint-plugin-function-rule": "^0.1.2",
@@ -83,14 +83,14 @@
8383
"sort-package-json": "^3.5.1",
8484
"tinyglobby": "^0.2.15",
8585
"ts-pattern": "^5.9.0",
86-
"tsdown": "^0.17.1",
86+
"tsdown": "^0.17.2",
8787
"tsx": "^4.21.0",
8888
"type-fest": "^5.3.1",
8989
"typedoc": "^0.28.15",
9090
"typedoc-plugin-markdown": "^4.9.0",
9191
"typedoc-plugin-mdn-links": "^5.0.10",
9292
"typescript": "^5.9.3",
93-
"typescript-eslint": "^8.48.1",
93+
"typescript-eslint": "^8.49.0",
9494
"vitest": "^4.0.15"
9595
},
9696
"packageManager": "[email protected]",
@@ -116,7 +116,7 @@
116116
"fumadocs-twoslash": "3.1.8",
117117
"fumadocs-typescript": "4.0.11",
118118
"fumadocs-ui": "15.8.5",
119-
"next": "^16.0.7",
119+
"next": "^16.0.8",
120120
"react": "^19.2.1",
121121
"react-dom": "^19.2.1",
122122
"ts-api-utils": "^2.1.0",

packages/core/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/core",
3-
"version": "2.3.13-beta.6",
3+
"version": "2.3.13-next.7",
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": {
@@ -41,9 +41,9 @@
4141
"@eslint-react/eff": "workspace:*",
4242
"@eslint-react/shared": "workspace:*",
4343
"@eslint-react/var": "workspace:*",
44-
"@typescript-eslint/scope-manager": "^8.48.1",
45-
"@typescript-eslint/types": "^8.48.1",
46-
"@typescript-eslint/utils": "^8.48.1",
44+
"@typescript-eslint/scope-manager": "^8.49.0",
45+
"@typescript-eslint/types": "^8.49.0",
46+
"@typescript-eslint/utils": "^8.49.0",
4747
"birecord": "^0.1.1",
4848
"ts-pattern": "^5.9.0"
4949
},
@@ -53,7 +53,7 @@
5353
},
5454
"devDependencies": {
5555
"@local/configs": "workspace:*",
56-
"tsdown": "^0.17.1"
56+
"tsdown": "^0.17.2"
5757
},
5858
"engines": {
5959
"node": ">=20.19.0"

0 commit comments

Comments
 (0)