Skip to content

Commit 36dc088

Browse files
committed
release: 1.52.10-next.2
1 parent be99edf commit 36dc088

File tree

24 files changed

+363
-353
lines changed

24 files changed

+363
-353
lines changed

.pkgs/configs/eslint.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* eslint-disable @typescript-eslint/no-deprecated */
12
import js from "@eslint/js";
23
import stylistic from "@stylistic/eslint-plugin";
34
import pluginDeMorgan from "eslint-plugin-de-morgan";

.pkgs/configs/eslint.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* eslint-disable @typescript-eslint/no-deprecated */
12
import js from "@eslint/js";
23
import stylistic from "@stylistic/eslint-plugin";
34
import pluginDeMorgan from "eslint-plugin-de-morgan";

.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.3.0",
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.3.0",
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-
1.52.10-beta.1
1+
1.52.10-next.2

apps/website/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
"@eslint-react/eff": "workspace:*",
1515
"bsky-react-post": "^0.1.7",
1616
"clsx": "^2.1.1",
17-
"fumadocs-core": "15.7.7",
17+
"fumadocs-core": "15.7.8",
1818
"fumadocs-docgen": "3.0.0",
19-
"fumadocs-mdx": "11.8.2",
19+
"fumadocs-mdx": "11.8.3",
2020
"fumadocs-twoslash": "3.1.7",
2121
"fumadocs-typescript": "4.0.6",
22-
"fumadocs-ui": "15.7.7",
22+
"fumadocs-ui": "15.7.8",
2323
"lucide-react": "^0.542.0",
2424
"next": "^15.5.2",
2525
"next-view-transitions": "^0.3.4",
@@ -61,6 +61,6 @@
6161
"tailwindcss": "^4.1.12",
6262
"tailwindcss-animated": "^2.0.0",
6363
"typescript": "^5.9.2",
64-
"typescript-eslint": "^8.41.0"
64+
"typescript-eslint": "^8.42.0"
6565
}
6666
}

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": "^5.2.0",
3030
"eslint-plugin-react-refresh": "^0.4.20",
3131
"typescript": "^5.9.2",
32-
"typescript-eslint": "^8.41.0"
32+
"typescript-eslint": "^8.42.0"
3333
},
3434
"engines": {
3535
"node": ">=18.18.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": "^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: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-react/monorepo",
3-
"version": "1.52.10-beta.1",
3+
"version": "1.52.10-next.2",
44
"private": true,
55
"description": "Monorepo for eslint-plugin-react-[x, dom, web-api, hooks-extra, naming-convention].",
66
"keywords": [
@@ -53,7 +53,7 @@
5353
"update:website": "tsx ./scripts/update-website.ts"
5454
},
5555
"devDependencies": {
56-
"@effect/language-service": "^0.36.0",
56+
"@effect/language-service": "^0.37.0",
5757
"@effect/platform": "^0.90.6",
5858
"@effect/platform-node": "^0.96.1",
5959
"@eslint/config-inspector": "^1.2.0",
@@ -66,14 +66,14 @@
6666
"@types/node": "^24.3.0",
6767
"@types/react": "^19.1.12",
6868
"@types/react-dom": "^19.1.9",
69-
"@typescript-eslint/parser": "^8.41.0",
70-
"@typescript-eslint/rule-tester": "^8.41.0",
71-
"@typescript-eslint/types": "^8.41.0",
69+
"@typescript-eslint/parser": "^8.42.0",
70+
"@typescript-eslint/rule-tester": "^8.42.0",
71+
"@typescript-eslint/types": "^8.42.0",
7272
"ansis": "^4.1.0",
7373
"cspell": "^9.2.1",
7474
"dedent": "^1.6.0",
7575
"dprint": "^0.50.1",
76-
"effect": "^3.17.10",
76+
"effect": "^3.17.11",
7777
"eslint": "^9.34.0",
7878
"eslint-config-flat-gitignore": "^2.1.0",
7979
"eslint-plugin-fast-import": "^1.3.0",
@@ -98,7 +98,7 @@
9898
"typedoc-plugin-markdown": "^4.8.1",
9999
"typedoc-plugin-mdn-links": "^5.0.9",
100100
"typescript": "^5.9.2",
101-
"typescript-eslint": "^8.41.0",
101+
"typescript-eslint": "^8.42.0",
102102
"vitest": "^3.2.4"
103103
},
104104
"packageManager": "[email protected]",

0 commit comments

Comments
 (0)