Skip to content

Commit 9316442

Browse files
committed
chore: update deps
1 parent 05ff456 commit 9316442

File tree

22 files changed

+1312
-1225
lines changed

22 files changed

+1312
-1225
lines changed

.pkgs/configs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
},
2121
"dependencies": {
2222
"@eslint/js": "^9.29.0",
23-
"@stylistic/eslint-plugin": "^4.4.1",
23+
"@stylistic/eslint-plugin": "^5.0.0",
2424
"eslint-plugin-de-morgan": "^1.3.0",
2525
"eslint-plugin-function": "^0.0.22",
26-
"eslint-plugin-jsdoc": "^51.0.3",
26+
"eslint-plugin-jsdoc": "^51.2.3",
2727
"eslint-plugin-perfectionist": "^4.15.0",
2828
"eslint-plugin-regexp": "^2.9.0",
2929
"eslint-plugin-unicorn": "^59.0.1",
30-
"typescript-eslint": "^8.34.1"
30+
"typescript-eslint": "^8.35.0"
3131
}
3232
}

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@
2727
"@eslint-react/shared": "workspace:*",
2828
"@eslint-react/var": "workspace:*",
2929
"@eslint/js": "^9.29.0",
30-
"@stylistic/eslint-plugin": "^4.4.1",
31-
"@typescript-eslint/scope-manager": "^8.34.1",
32-
"@typescript-eslint/type-utils": "^8.34.1",
33-
"@typescript-eslint/types": "^8.34.1",
34-
"@typescript-eslint/utils": "^8.34.1",
30+
"@stylistic/eslint-plugin": "^5.0.0",
31+
"@typescript-eslint/scope-manager": "^8.35.0",
32+
"@typescript-eslint/type-utils": "^8.35.0",
33+
"@typescript-eslint/types": "^8.35.0",
34+
"@typescript-eslint/utils": "^8.35.0",
3535
"eslint-plugin-de-morgan": "^1.3.0",
36-
"eslint-plugin-jsdoc": "^51.0.3",
36+
"eslint-plugin-jsdoc": "^51.2.3",
3737
"eslint-plugin-perfectionist": "^4.15.0",
3838
"eslint-plugin-regexp": "^2.9.0",
3939
"eslint-plugin-unicorn": "^59.0.1",

apps/website/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
"fumadocs-twoslash": "3.1.4",
2121
"fumadocs-typescript": "4.0.6",
2222
"fumadocs-ui": "15.5.2",
23-
"lucide-react": "^0.516.0",
24-
"next": "^15.3.3",
23+
"lucide-react": "^0.525.0",
24+
"next": "^15.3.4",
2525
"next-view-transitions": "^0.3.4",
2626
"react": "^19.1.0",
2727
"react-dom": "^19.1.0",
28-
"shiki": "^3.6.0",
28+
"shiki": "^3.7.0",
2929
"tailwind-merge": "^3.3.1",
3030
"twoslash": "^0.3.1"
3131
},
@@ -34,33 +34,33 @@
3434
"@eslint-react/kit": "workspace:*",
3535
"@eslint-react/shared": "workspace:*",
3636
"@eslint/js": "^9.29.0",
37-
"@eslint/markdown": "^6.5.0",
37+
"@eslint/markdown": "^6.6.0",
3838
"@local/configs": "workspace:*",
3939
"@mdx-js/mdx": "^3.1.0",
40-
"@tailwindcss/postcss": "^4.1.10",
40+
"@tailwindcss/postcss": "^4.1.11",
4141
"@theguild/remark-mermaid": "^0.3.0",
4242
"@tsconfig/next": "^2.0.3",
4343
"@tsconfig/node22": "^22.0.2",
4444
"@tsconfig/strictest": "^2.0.5",
4545
"@types/hast": "^3.0.4",
4646
"@types/mdx": "^2.0.13",
47-
"@types/node": "^24.0.3",
47+
"@types/node": "^24.0.6",
4848
"@types/react": "^19.1.8",
4949
"@types/react-dom": "^19.1.6",
5050
"autoprefixer": "^10.4.21",
5151
"dedent": "^1.6.0",
5252
"eslint": "^9.29.0",
5353
"eslint-plugin-de-morgan": "^1.3.0",
54-
"eslint-plugin-import-x": "^4.15.2",
54+
"eslint-plugin-import-x": "^4.16.1",
5555
"eslint-plugin-perfectionist": "^4.15.0",
5656
"eslint-plugin-react-hooks": "^5.2.0",
5757
"eslint-plugin-react-refresh": "^0.4.20",
5858
"eslint-plugin-unicorn": "^59.0.1",
5959
"importx": "^0.5.2",
6060
"postcss": "^8.5.6",
61-
"tailwindcss": "^4.1.10",
61+
"tailwindcss": "^4.1.11",
6262
"tailwindcss-animated": "^2.0.0",
6363
"typescript": "^5.8.3",
64-
"typescript-eslint": "^8.34.1"
64+
"typescript-eslint": "^8.35.0"
6565
}
6666
}

examples/next-app/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,27 +9,27 @@
99
"start": "next start"
1010
},
1111
"dependencies": {
12-
"next": "^15.3.3",
12+
"next": "^15.3.4",
1313
"react": "^19.1.0",
1414
"react-dom": "^19.1.0"
1515
},
1616
"devDependencies": {
1717
"@eslint-react/eslint-plugin": "workspace:*",
1818
"@eslint/config-inspector": "^1.1.0",
1919
"@eslint/js": "^9.29.0",
20-
"@next/eslint-plugin-next": "^15.3.3",
20+
"@next/eslint-plugin-next": "^15.3.4",
2121
"@tsconfig/next": "^2.0.3",
2222
"@tsconfig/node22": "^22.0.2",
2323
"@tsconfig/strictest": "^2.0.5",
24-
"@types/node": "^24.0.3",
24+
"@types/node": "^24.0.6",
2525
"@types/react": "^19.1.8",
2626
"@types/react-dom": "^19.1.6",
2727
"eslint": "^9.29.0",
2828
"eslint-config-flat-gitignore": "^2.1.0",
2929
"eslint-plugin-react-hooks": "^5.2.0",
3030
"eslint-plugin-react-refresh": "^0.4.20",
3131
"typescript": "^5.8.3",
32-
"typescript-eslint": "^8.34.1"
32+
"typescript-eslint": "^8.35.0"
3333
},
3434
"engines": {
3535
"node": ">=18.18.0"

examples/vite-react-dom-app/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@
2323
"@tsconfig/vite-react": "^6.3.6",
2424
"@types/react": "^19.1.8",
2525
"@types/react-dom": "^19.1.6",
26-
"@vitejs/plugin-react": "^4.5.2",
26+
"@vitejs/plugin-react": "^4.6.0",
2727
"eslint": "^9.29.0",
2828
"eslint-plugin-react-hooks": "^5.2.0",
2929
"eslint-plugin-react-refresh": "^0.4.20",
3030
"typescript": "^5.8.3",
31-
"typescript-eslint": "^8.34.1",
32-
"vite": "^6.3.5"
31+
"typescript-eslint": "^8.35.0",
32+
"vite": "^7.0.0"
3333
},
3434
"engines": {
3535
"node": ">=18.18.0"

examples/vite-react-dom-js-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
"@eslint/js": "^9.29.0",
2121
"@types/react": "^19.1.8",
2222
"@types/react-dom": "^19.1.6",
23-
"@vitejs/plugin-react": "^4.5.2",
23+
"@vitejs/plugin-react": "^4.6.0",
2424
"eslint": "^9.29.0",
2525
"eslint-plugin-react-hooks": "^5.2.0",
2626
"eslint-plugin-react-refresh": "^0.4.20",
2727
"globals": "^16.2.0",
28-
"vite": "^6.3.5"
28+
"vite": "^7.0.0"
2929
},
3030
"engines": {
3131
"node": ">=18.18.0"

examples/vite-react-dom-js-with-babel-eslint-parser-app/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"react-dom": "^19.1.0"
1616
},
1717
"devDependencies": {
18-
"@babel/core": "^7.27.4",
18+
"@babel/core": "^7.27.7",
1919
"@babel/eslint-parser": "^7.27.5",
2020
"@babel/preset-env": "^7.27.2",
2121
"@babel/preset-react": "^7.27.1",
@@ -25,7 +25,7 @@
2525
"@types/babel__preset-env": "~7.10.0",
2626
"@types/react": "^19.1.8",
2727
"@types/react-dom": "^19.1.6",
28-
"@vitejs/plugin-react": "^4.5.2",
28+
"@vitejs/plugin-react": "^4.6.0",
2929
"eslint": "^9.29.0",
3030
"eslint-plugin-react-debug": "workspace:*",
3131
"eslint-plugin-react-dom": "workspace:*",
@@ -36,7 +36,7 @@
3636
"eslint-plugin-react-web-api": "workspace:*",
3737
"eslint-plugin-react-x": "workspace:*",
3838
"globals": "^16.2.0",
39-
"vite": "^6.3.5"
39+
"vite": "^7.0.0"
4040
},
4141
"engines": {
4242
"node": ">=18.18.0"

examples/vite-react-dom-with-ts-blank-eslint-parser-app/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@
2525
"@tsconfig/vite-react": "^6.3.6",
2626
"@types/react": "^19.1.8",
2727
"@types/react-dom": "^19.1.6",
28-
"@vitejs/plugin-react": "^4.5.2",
28+
"@vitejs/plugin-react": "^4.6.0",
2929
"eslint": "^9.29.0",
3030
"eslint-plugin-react-hooks": "^5.2.0",
3131
"eslint-plugin-react-refresh": "^0.4.20",
3232
"globals": "^16.2.0",
3333
"ts-blank-eslint-parser": "^0.4.3",
3434
"typescript": "^5.8.3",
35-
"typescript-eslint": "^8.34.1",
36-
"vite": "^6.3.5"
35+
"typescript-eslint": "^8.35.0",
36+
"vite": "^7.0.0"
3737
},
3838
"engines": {
3939
"node": ">=18.18.0"

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -53,26 +53,26 @@
5353
},
5454
"devDependencies": {
5555
"@eslint/config-inspector": "^1.1.0",
56-
"@eslint/markdown": "^6.5.0",
56+
"@eslint/markdown": "^6.6.0",
5757
"@local/configs": "workspace:*",
5858
"@local/eslint-plugin-local": "workspace:*",
59-
"@swc/core": "^1.12.1",
59+
"@swc/core": "^1.12.7",
6060
"@tsconfig/node22": "^22.0.2",
6161
"@tsconfig/strictest": "^2.0.5",
62-
"@types/node": "^24.0.3",
62+
"@types/node": "^24.0.6",
6363
"@types/react": "^19.1.8",
6464
"@types/react-dom": "^19.1.6",
65-
"@typescript-eslint/parser": "^8.34.1",
66-
"@typescript-eslint/rule-tester": "^8.34.1",
67-
"@typescript-eslint/types": "^8.34.1",
65+
"@typescript-eslint/parser": "^8.35.0",
66+
"@typescript-eslint/rule-tester": "^8.35.0",
67+
"@typescript-eslint/types": "^8.35.0",
6868
"ansis": "^4.1.0",
69-
"cspell": "^9.1.1",
69+
"cspell": "^9.1.2",
7070
"dedent": "^1.6.0",
7171
"dprint": "^0.50.0",
7272
"esbuild": "^0.25.5",
7373
"eslint": "^9.29.0",
7474
"eslint-config-flat-gitignore": "^2.1.0",
75-
"eslint-plugin-fast-import": "^1.1.2",
75+
"eslint-plugin-fast-import": "^1.2.0",
7676
"eslint-plugin-vitest": "^0.5.4",
7777
"jiti": "^2.4.2",
7878
"lefthook": "^1.11.14",
@@ -89,14 +89,14 @@
8989
"tsup": "^8.5.0",
9090
"tsx": "^4.20.3",
9191
"type-fest": "^4.41.0",
92-
"typedoc": "^0.28.5",
93-
"typedoc-plugin-markdown": "^4.6.4",
92+
"typedoc": "^0.28.6",
93+
"typedoc-plugin-markdown": "^4.7.0",
9494
"typedoc-plugin-mdn-links": "^5.0.2",
9595
"typescript": "^5.8.3",
96-
"typescript-eslint": "^8.34.1",
96+
"typescript-eslint": "^8.35.0",
9797
"vitest": "^3.2.4"
9898
},
99-
"packageManager": "[email protected].1",
99+
"packageManager": "[email protected].4",
100100
"engines": {
101101
"node": ">=18.18.0"
102102
},
@@ -114,8 +114,8 @@
114114
"@types/react-dom": "^19.1.6",
115115
"cross-spawn": "^7.0.6",
116116
"esbuild": "^0.25.5",
117-
"lucide-react": "^0.516.0",
118-
"next": "^15.3.3",
117+
"lucide-react": "^0.525.0",
118+
"next": "^15.3.4",
119119
"react": "^19.1.0",
120120
"react-dom": "^19.1.0",
121121
"ts-api-utils": "^2.1.0",

packages/core/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@
4747
"@eslint-react/kit": "workspace:*",
4848
"@eslint-react/shared": "workspace:*",
4949
"@eslint-react/var": "workspace:*",
50-
"@typescript-eslint/scope-manager": "^8.34.1",
51-
"@typescript-eslint/type-utils": "^8.34.1",
52-
"@typescript-eslint/types": "^8.34.1",
53-
"@typescript-eslint/utils": "^8.34.1",
50+
"@typescript-eslint/scope-manager": "^8.35.0",
51+
"@typescript-eslint/type-utils": "^8.35.0",
52+
"@typescript-eslint/types": "^8.35.0",
53+
"@typescript-eslint/utils": "^8.35.0",
5454
"birecord": "^0.1.1",
5555
"ts-pattern": "^5.7.1"
5656
},

0 commit comments

Comments
 (0)