Skip to content

Commit 1597761

Browse files
committed
release: 2.0.0-next.163
1 parent 59051b8 commit 1597761

File tree

24 files changed

+323
-314
lines changed

24 files changed

+323
-314
lines changed

.pkgs/configs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323
"@stylistic/eslint-plugin": "^5.3.1",
2424
"eslint-plugin-de-morgan": "^1.3.1",
2525
"eslint-plugin-function": "^0.0.24",
26-
"eslint-plugin-jsdoc": "^54.1.1",
26+
"eslint-plugin-jsdoc": "^54.2.1",
2727
"eslint-plugin-perfectionist": "^4.15.0",
2828
"eslint-plugin-regexp": "^2.10.0",
2929
"eslint-plugin-unicorn": "^60.0.0",
30-
"typescript-eslint": "^8.41.0"
30+
"typescript-eslint": "^8.42.0"
3131
}
3232
}

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@
2828
"@eslint-react/var": "workspace:*",
2929
"@eslint/js": "^9.34.0",
3030
"@stylistic/eslint-plugin": "^5.3.1",
31-
"@typescript-eslint/scope-manager": "^8.41.0",
32-
"@typescript-eslint/type-utils": "^8.41.0",
33-
"@typescript-eslint/types": "^8.41.0",
34-
"@typescript-eslint/utils": "^8.41.0",
31+
"@typescript-eslint/scope-manager": "^8.42.0",
32+
"@typescript-eslint/type-utils": "^8.42.0",
33+
"@typescript-eslint/types": "^8.42.0",
34+
"@typescript-eslint/utils": "^8.42.0",
3535
"eslint-plugin-de-morgan": "^1.3.1",
36-
"eslint-plugin-jsdoc": "^54.1.1",
36+
"eslint-plugin-jsdoc": "^54.2.1",
3737
"eslint-plugin-perfectionist": "^4.15.0",
3838
"eslint-plugin-regexp": "^2.10.0",
3939
"eslint-plugin-unicorn": "^60.0.0",

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.0-next.162
1+
2.0.0-next.163

apps/website/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
"class-variance-authority": "^0.7.1",
1919
"clsx": "^2.1.1",
2020
"effect": "^3.17.10",
21-
"fumadocs-core": "15.7.7",
21+
"fumadocs-core": "15.7.8",
2222
"fumadocs-docgen": "3.0.0",
23-
"fumadocs-mdx": "11.8.2",
23+
"fumadocs-mdx": "11.8.3",
2424
"fumadocs-twoslash": "3.1.7",
2525
"fumadocs-typescript": "4.0.6",
26-
"fumadocs-ui": "15.7.7",
26+
"fumadocs-ui": "15.7.8",
2727
"lucide-react": "^0.542.0",
2828
"next": "^15.5.2",
2929
"next-view-transitions": "^0.3.4",
@@ -34,7 +34,7 @@
3434
"twoslash": "^0.3.4"
3535
},
3636
"devDependencies": {
37-
"@effect/language-service": "^0.36.0",
37+
"@effect/language-service": "^0.37.0",
3838
"@eslint-react/eslint-plugin": "workspace:*",
3939
"@eslint-react/kit": "workspace:*",
4040
"@eslint-react/shared": "workspace:*",
@@ -66,6 +66,6 @@
6666
"tailwindcss": "^4.1.12",
6767
"tailwindcss-animated": "^2.0.0",
6868
"typescript": "^5.9.2",
69-
"typescript-eslint": "^8.41.0"
69+
"typescript-eslint": "^8.42.0"
7070
}
7171
}

eslint.config.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
import url from "node:url";
22

33
import markdown from "@eslint/markdown";
4-
import * as configs from "@local/configs/eslint";
5-
import pluginLocal from "@local/eslint-plugin-local";
64
import gitIgnores from "eslint-config-flat-gitignore";
75
import { recommended as fastImportRecommended } from "eslint-plugin-fast-import";
86
import pluginVitest from "eslint-plugin-vitest";
97
import { globalIgnores } from "eslint/config";
108
import tseslint from "typescript-eslint";
119

10+
import * as configs from "@local/configs/eslint";
11+
import pluginLocal from "@local/eslint-plugin-local";
12+
1213
const dirname = url.fileURLToPath(new URL(".", import.meta.url));
1314

1415
const GLOB_TS = ["*.{ts,tsx,cts,mts}", "**/*.{ts,tsx,cts,mts}"];

examples/next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"eslint-plugin-react-hooks": "^5.2.0",
3131
"eslint-plugin-react-refresh": "^0.4.20",
3232
"typescript": "^5.9.2",
33-
"typescript-eslint": "^8.41.0"
33+
"typescript-eslint": "^8.42.0"
3434
},
3535
"engines": {
3636
"node": ">=20.19.0"

examples/react-dom-v1/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": "^5.2.0",
2929
"eslint-plugin-react-refresh": "^0.4.20",
3030
"typescript": "^5.9.2",
31-
"typescript-eslint": "^8.41.0",
31+
"typescript-eslint": "^8.42.0",
3232
"vite": "^7.1.4"
3333
},
3434
"engines": {

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": "^5.2.0",
2929
"eslint-plugin-react-refresh": "^0.4.20",
3030
"typescript": "^5.9.2",
31-
"typescript-eslint": "^8.41.0",
31+
"typescript-eslint": "^8.42.0",
3232
"vite": "^7.1.4"
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
@@ -32,7 +32,7 @@
3232
"globals": "^16.3.0",
3333
"ts-blank-eslint-parser": "^0.4.4",
3434
"typescript": "^5.9.2",
35-
"typescript-eslint": "^8.41.0",
35+
"typescript-eslint": "^8.42.0",
3636
"vite": "^7.1.4"
3737
},
3838
"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.0.0-next.162",
3+
"version": "2.0.0-next.163",
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
"update:website": "tsx ./scripts/update-website.ts"
5353
},
5454
"devDependencies": {
55-
"@effect/language-service": "^0.36.0",
55+
"@effect/language-service": "^0.37.0",
5656
"@effect/platform": "^0.90.6",
5757
"@effect/platform-node": "^0.96.1",
5858
"@eslint/config-inspector": "^1.2.0",
@@ -65,9 +65,9 @@
6565
"@types/node": "^24.3.0",
6666
"@types/react": "^19.1.12",
6767
"@types/react-dom": "^19.1.9",
68-
"@typescript-eslint/parser": "^8.41.0",
69-
"@typescript-eslint/rule-tester": "^8.41.0",
70-
"@typescript-eslint/types": "^8.41.0",
68+
"@typescript-eslint/parser": "^8.42.0",
69+
"@typescript-eslint/rule-tester": "^8.42.0",
70+
"@typescript-eslint/types": "^8.42.0",
7171
"ansis": "^4.1.0",
7272
"cspell": "^9.2.1",
7373
"dedent": "^1.6.0",
@@ -97,7 +97,7 @@
9797
"typedoc-plugin-markdown": "^4.8.1",
9898
"typedoc-plugin-mdn-links": "^5.0.9",
9999
"typescript": "^5.9.2",
100-
"typescript-eslint": "^8.41.0",
100+
"typescript-eslint": "^8.42.0",
101101
"vitest": "^3.2.4"
102102
},
103103
"packageManager": "[email protected]",

0 commit comments

Comments
 (0)