Skip to content

Commit 112bc8e

Browse files
committed
release: 2.2.3-next.6
1 parent 76dfee0 commit 112bc8e

File tree

21 files changed

+427
-460
lines changed

21 files changed

+427
-460
lines changed

.pkgs/configs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"eslint-plugin-perfectionist": "^4.15.1",
2828
"eslint-plugin-regexp": "^2.10.0",
2929
"eslint-plugin-unicorn": "^61.0.2",
30-
"typescript-eslint": "^8.46.1"
30+
"typescript-eslint": "^8.46.2"
3131
},
3232
"peerDependencies": {
3333
"eslint": "^9.38.0",

.pkgs/eslint-plugin-local/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@
2626
"@eslint-react/var": "workspace:*",
2727
"@eslint/js": "^9.38.0",
2828
"@stylistic/eslint-plugin": "^5.5.0",
29-
"@typescript-eslint/scope-manager": "^8.46.1",
30-
"@typescript-eslint/type-utils": "^8.46.1",
31-
"@typescript-eslint/types": "^8.46.1",
32-
"@typescript-eslint/utils": "^8.46.1",
29+
"@typescript-eslint/scope-manager": "^8.46.2",
30+
"@typescript-eslint/type-utils": "^8.46.2",
31+
"@typescript-eslint/types": "^8.46.2",
32+
"@typescript-eslint/utils": "^8.46.2",
3333
"eslint-plugin-de-morgan": "^2.0.0",
3434
"eslint-plugin-jsdoc": "^61.1.5",
3535
"eslint-plugin-perfectionist": "^4.15.1",

VERSION

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

apps/website/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@
3636
"@eslint/js": "^9.38.0",
3737
"@local/configs": "workspace:*",
3838
"@mdx-js/mdx": "^3.1.1",
39-
"@tailwindcss/postcss": "^4.1.14",
39+
"@tailwindcss/postcss": "^4.1.15",
4040
"@theguild/remark-mermaid": "^0.3.0",
4141
"@tsconfig/next": "^2.0.3",
4242
"@tsconfig/node22": "^22.0.2",
4343
"@tsconfig/strictest": "^2.0.6",
4444
"@types/hast": "^3.0.4",
4545
"@types/mdx": "^2.0.13",
46-
"@types/node": "^24.8.1",
46+
"@types/node": "^24.9.0",
4747
"@types/react": "^19.2.2",
4848
"@types/react-dom": "^19.2.2",
4949
"dedent": "^1.7.0",
@@ -53,9 +53,9 @@
5353
"eslint-plugin-react-refresh": "^0.4.24",
5454
"importx": "^0.5.2",
5555
"postcss": "^8.5.6",
56-
"tailwindcss": "^4.1.14",
56+
"tailwindcss": "^4.1.15",
5757
"tailwindcss-animated": "^2.0.0",
5858
"typescript": "^5.9.3",
59-
"typescript-eslint": "^8.46.1"
59+
"typescript-eslint": "^8.46.2"
6060
}
6161
}

examples/next/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@
2323
"@tsconfig/next": "^2.0.3",
2424
"@tsconfig/node22": "^22.0.2",
2525
"@tsconfig/strictest": "^2.0.6",
26-
"@types/node": "^24.8.1",
26+
"@types/node": "^24.9.0",
2727
"@types/react": "^19.2.2",
2828
"@types/react-dom": "^19.2.2",
2929
"eslint": "^9.38.0",
3030
"eslint-plugin-react-hooks": "^7.0.0",
3131
"eslint-plugin-react-refresh": "^0.4.24",
3232
"typescript": "^5.9.3",
33-
"typescript-eslint": "^8.46.1"
33+
"typescript-eslint": "^8.46.2"
3434
},
3535
"engines": {
3636
"node": ">=20.19.0"

examples/react-dom/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"eslint-plugin-react-hooks": "^7.0.0",
2929
"eslint-plugin-react-refresh": "^0.4.24",
3030
"typescript": "^5.9.3",
31-
"typescript-eslint": "^8.46.1",
31+
"typescript-eslint": "^8.46.2",
3232
"vite": "^7.1.11"
3333
},
3434
"engines": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"globals": "^16.4.0",
3232
"ts-blank-eslint-parser": "^0.4.4",
3333
"typescript": "^5.9.3",
34-
"typescript-eslint": "^8.46.1",
34+
"typescript-eslint": "^8.46.2",
3535
"vite": "^7.1.11"
3636
},
3737
"engines": {

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.2.3-beta.5",
3+
"version": "2.2.3-next.6",
44
"private": true,
55
"description": "Monorepo for eslint-plugin-react-[x, dom, web-api, hooks-extra, naming-convention].",
66
"keywords": [
@@ -62,12 +62,12 @@
6262
"@radix-ui/react-toast": "^1.2.15",
6363
"@tsconfig/node22": "^22.0.2",
6464
"@tsconfig/strictest": "^2.0.6",
65-
"@types/node": "^24.8.1",
65+
"@types/node": "^24.9.0",
6666
"@types/react": "^19.2.2",
6767
"@types/react-dom": "^19.2.2",
68-
"@typescript-eslint/parser": "^8.46.1",
69-
"@typescript-eslint/rule-tester": "^8.46.1",
70-
"@typescript-eslint/types": "^8.46.1",
68+
"@typescript-eslint/parser": "^8.46.2",
69+
"@typescript-eslint/rule-tester": "^8.46.2",
70+
"@typescript-eslint/types": "^8.46.2",
7171
"ansis": "^4.2.0",
7272
"dedent": "^1.7.0",
7373
"dprint": "^0.50.2",
@@ -93,7 +93,7 @@
9393
"typedoc-plugin-markdown": "^4.9.0",
9494
"typedoc-plugin-mdn-links": "^5.0.10",
9595
"typescript": "^5.9.3",
96-
"typescript-eslint": "^8.46.1",
96+
"typescript-eslint": "^8.46.2",
9797
"vitest": "^3.2.4"
9898
},
9999
"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.2.3-beta.5",
3+
"version": "2.2.3-next.6",
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": {
@@ -38,9 +38,9 @@
3838
"@eslint-react/eff": "workspace:*",
3939
"@eslint-react/shared": "workspace:*",
4040
"@eslint-react/var": "workspace:*",
41-
"@typescript-eslint/scope-manager": "^8.46.1",
42-
"@typescript-eslint/types": "^8.46.1",
43-
"@typescript-eslint/utils": "^8.46.1",
41+
"@typescript-eslint/scope-manager": "^8.46.2",
42+
"@typescript-eslint/types": "^8.46.2",
43+
"@typescript-eslint/utils": "^8.46.2",
4444
"birecord": "^0.1.1",
4545
"ts-pattern": "^5.8.0"
4646
},

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.2.3-beta.5",
3+
"version": "2.2.3-next.6",
44
"description": "ESLint React's ESLint plugin for debugging related rules.",
55
"keywords": [
66
"react",
@@ -46,10 +46,10 @@
4646
"@eslint-react/eff": "workspace:*",
4747
"@eslint-react/shared": "workspace:*",
4848
"@eslint-react/var": "workspace:*",
49-
"@typescript-eslint/scope-manager": "^8.46.1",
50-
"@typescript-eslint/type-utils": "^8.46.1",
51-
"@typescript-eslint/types": "^8.46.1",
52-
"@typescript-eslint/utils": "^8.46.1",
49+
"@typescript-eslint/scope-manager": "^8.46.2",
50+
"@typescript-eslint/type-utils": "^8.46.2",
51+
"@typescript-eslint/types": "^8.46.2",
52+
"@typescript-eslint/utils": "^8.46.2",
5353
"string-ts": "^2.2.1",
5454
"ts-pattern": "^5.8.0"
5555
},

0 commit comments

Comments
 (0)