Skip to content

Commit 34c15b9

Browse files
committed
release: 2.3.11-next.1
1 parent 4759b65 commit 34c15b9

File tree

21 files changed

+248
-248
lines changed

21 files changed

+248
-248
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.0"
31+
"typescript-eslint": "^8.48.1"
3232
},
3333
"peerDependencies": {
3434
"eslint": "^9.39.1",

VERSION

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

apps/website/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"twoslash": "^0.3.4"
3030
},
3131
"devDependencies": {
32-
"@effect/language-service": "^0.58.0",
32+
"@effect/language-service": "^0.58.3",
3333
"@eslint-react/eslint-plugin": "workspace:*",
3434
"@eslint-react/shared": "workspace:*",
3535
"@eslint/js": "^9.39.1",
@@ -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.0"
58+
"typescript-eslint": "^8.48.1"
5959
}
6060
}

dprint.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"packages/**/docs"
2626
],
2727
"plugins": [
28-
"https://plugins.dprint.dev/typescript-0.95.12.wasm",
28+
"https://plugins.dprint.dev/typescript-0.95.13.wasm",
2929
"https://plugins.dprint.dev/json-0.21.0.wasm",
3030
"https://plugins.dprint.dev/markdown-0.20.0.wasm",
3131
"https://plugins.dprint.dev/toml-0.7.0.wasm",

examples/next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
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.0"
32+
"typescript-eslint": "^8.48.1"
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.0",
29+
"typescript-eslint": "^8.48.1",
3030
"vite": "^7.2.6"
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.0",
32+
"typescript-eslint": "^8.48.1",
3333
"vite": "^7.2.6"
3434
},
3535
"engines": {

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-react/monorepo",
3-
"version": "2.3.11-beta.0",
3+
"version": "2.3.11-next.1",
44
"private": true,
55
"description": "Monorepo for eslint-plugin-react-[x, dom, web-api, hooks-extra, naming-convention].",
66
"keywords": [
@@ -50,7 +50,7 @@
5050
"update:website": "tsx ./scripts/update-website.ts"
5151
},
5252
"devDependencies": {
53-
"@effect/language-service": "^0.58.0",
53+
"@effect/language-service": "^0.58.3",
5454
"@effect/platform": "^0.93.6",
5555
"@effect/platform-node": "^0.103.0",
5656
"@eslint/compat": "^2.0.0",
@@ -62,9 +62,9 @@
6262
"@types/node": "^24.10.1",
6363
"@types/react": "^19.2.7",
6464
"@types/react-dom": "^19.2.3",
65-
"@typescript-eslint/parser": "^8.48.0",
66-
"@typescript-eslint/rule-tester": "^8.48.0",
67-
"@typescript-eslint/types": "^8.48.0",
65+
"@typescript-eslint/parser": "^8.48.1",
66+
"@typescript-eslint/rule-tester": "^8.48.1",
67+
"@typescript-eslint/types": "^8.48.1",
6868
"ansis": "^4.2.0",
6969
"dedent": "^1.7.0",
7070
"dprint": "^0.50.2",
@@ -85,12 +85,12 @@
8585
"ts-pattern": "^5.9.0",
8686
"tsdown": "^0.17.0-beta.5",
8787
"tsx": "^4.21.0",
88-
"type-fest": "^5.2.0",
88+
"type-fest": "^5.3.0",
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.0",
93+
"typescript-eslint": "^8.48.1",
9494
"vitest": "^4.0.14"
9595
},
9696
"packageManager": "[email protected]",

packages/core/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-react/core",
3-
"version": "2.3.11-beta.0",
3+
"version": "2.3.11-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": {
@@ -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.0",
45-
"@typescript-eslint/types": "^8.48.0",
46-
"@typescript-eslint/utils": "^8.48.0",
44+
"@typescript-eslint/scope-manager": "^8.48.1",
45+
"@typescript-eslint/types": "^8.48.1",
46+
"@typescript-eslint/utils": "^8.48.1",
4747
"birecord": "^0.1.1",
4848
"ts-pattern": "^5.9.0"
4949
},

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-react-debug",
3-
"version": "2.3.11-beta.0",
3+
"version": "2.3.11-next.1",
44
"description": "ESLint React's ESLint plugin for debugging related rules.",
55
"keywords": [
66
"react",
@@ -49,10 +49,10 @@
4949
"@eslint-react/eff": "workspace:*",
5050
"@eslint-react/shared": "workspace:*",
5151
"@eslint-react/var": "workspace:*",
52-
"@typescript-eslint/scope-manager": "^8.48.0",
53-
"@typescript-eslint/type-utils": "^8.48.0",
54-
"@typescript-eslint/types": "^8.48.0",
55-
"@typescript-eslint/utils": "^8.48.0",
52+
"@typescript-eslint/scope-manager": "^8.48.1",
53+
"@typescript-eslint/type-utils": "^8.48.1",
54+
"@typescript-eslint/types": "^8.48.1",
55+
"@typescript-eslint/utils": "^8.48.1",
5656
"string-ts": "^2.3.1",
5757
"ts-pattern": "^5.9.0"
5858
},

0 commit comments

Comments
 (0)