Skip to content

Commit f3f8a10

Browse files
authored
Merge branch 'main' into main
2 parents 0f0ccfc + 45e5c7b commit f3f8a10

File tree

24 files changed

+721
-726
lines changed

24 files changed

+721
-726
lines changed

.pkgs/configs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@
2424
"eslint-plugin-de-morgan": "^2.0.0",
2525
"eslint-plugin-function": "^0.0.35",
2626
"eslint-plugin-function-rule": "^0.0.17",
27-
"eslint-plugin-jsdoc": "^61.4.0",
27+
"eslint-plugin-jsdoc": "^61.4.1",
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.47.0"
31+
"typescript-eslint": "^8.48.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.16.6"
28+
"tsdown": "^0.16.7"
2929
},
3030
"peerDependencies": {
3131
"eslint": "^9.39.1",

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.3.8-beta.1
1+
2.3.8-beta.2

apps/website/content/docs/community.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ export const projects = [
1010
{ owner: "kriasoft", repo: "graphql-starter-kit" },
1111
{ owner: "kriasoft", repo: "react-starter-kit" },
1212
{ owner: "letstri", repo: "permix" },
13+
{ owner: "Nexus-Mods", repo: "Vortex" },
1314
{ owner: "npmgraph", repo: "npmgraph" },
1415
{ owner: "offlegacy", repo: "event-tracker" },
1516
{ owner: "onejs", repo: "one" },

apps/website/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"fumadocs-typescript": "4.0.13",
2222
"fumadocs-ui": "16.1.0",
2323
"lucide-react": "^0.554.0",
24-
"next": "^16.0.3",
24+
"next": "^16.0.4",
2525
"next-view-transitions": "^0.3.4",
2626
"react": "^19.2.0",
2727
"react-dom": "^19.2.0",
@@ -43,7 +43,7 @@
4343
"@types/hast": "^3.0.4",
4444
"@types/mdx": "^2.0.13",
4545
"@types/node": "^24.10.1",
46-
"@types/react": "^19.2.6",
46+
"@types/react": "^19.2.7",
4747
"@types/react-dom": "^19.2.3",
4848
"dedent": "^1.7.0",
4949
"eslint": "^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.47.0"
58+
"typescript-eslint": "^8.48.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.3",
13+
"next": "^16.0.4",
1414
"react": "^19.2.0",
1515
"react-dom": "^19.2.0"
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.3",
21+
"@next/eslint-plugin-next": "^16.0.4",
2222
"@tsconfig/next": "^2.0.4",
2323
"@tsconfig/node22": "^22.0.5",
2424
"@tsconfig/strictest": "^2.0.8",
2525
"@types/node": "^24.10.1",
26-
"@types/react": "^19.2.6",
26+
"@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.47.0"
32+
"typescript-eslint": "^8.48.0"
3333
},
3434
"engines": {
3535
"node": ">=20.19.0"

examples/react-dom-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"devDependencies": {
1717
"@eslint-react/eslint-plugin": "workspace:*",
1818
"@eslint/js": "^9.39.1",
19-
"@types/react": "^19.2.6",
19+
"@types/react": "^19.2.7",
2020
"@types/react-dom": "^19.2.3",
2121
"@vitejs/plugin-react": "^5.1.1",
2222
"eslint": "^9.39.1",

examples/react-dom/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@
1919
"@tsconfig/node22": "^22.0.5",
2020
"@tsconfig/strictest": "^2.0.8",
2121
"@tsconfig/vite-react": "^7.0.2",
22-
"@types/react": "^19.2.6",
22+
"@types/react": "^19.2.7",
2323
"@types/react-dom": "^19.2.3",
2424
"@vitejs/plugin-react": "^5.1.1",
2525
"eslint": "^9.39.1",
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.47.0",
29+
"typescript-eslint": "^8.48.0",
3030
"vite": "^7.2.4"
3131
},
3232
"engines": {

examples/with-babel-eslint-parser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@eslint/js": "^9.39.1",
2222
"@types/babel__core": "~7.20.5",
2323
"@types/babel__preset-env": "~7.10.0",
24-
"@types/react": "^19.2.6",
24+
"@types/react": "^19.2.7",
2525
"@types/react-dom": "^19.2.3",
2626
"@vitejs/plugin-react": "^5.1.1",
2727
"eslint": "^9.39.1",

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@tsconfig/node22": "^22.0.5",
2121
"@tsconfig/strictest": "^2.0.8",
2222
"@tsconfig/vite-react": "^7.0.2",
23-
"@types/react": "^19.2.6",
23+
"@types/react": "^19.2.7",
2424
"@types/react-dom": "^19.2.3",
2525
"@vitejs/plugin-react": "^5.1.1",
2626
"eslint": "^9.39.1",
@@ -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.47.0",
32+
"typescript-eslint": "^8.48.0",
3333
"vite": "^7.2.4"
3434
},
3535
"engines": {

0 commit comments

Comments
 (0)