Skip to content

Commit bcdffb7

Browse files
committed
chore(deps): bump typescript-eslint to 8.64.0, nx to 23.1.0, eslint-plugin-package-json to 1.6.0, and pnpm to 11.13.0
1 parent a1bb0fc commit bcdffb7

25 files changed

Lines changed: 323 additions & 323 deletions

File tree

.pkgs/configs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"eslint-plugin-perfectionist": "^5.10.0",
4141
"eslint-plugin-regexp": "^3.1.1",
4242
"eslint-plugin-unicorn": "^69.0.0",
43-
"typescript-eslint": "^8.63.0"
43+
"typescript-eslint": "^8.64.0"
4444
},
4545
"devDependencies": {
4646
"eslint": "^10.7.0",

.pkgs/samples/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@
3737
},
3838
"dependencies": {
3939
"@eslint-react/kit": "workspace:*",
40-
"@typescript-eslint/types": "^8.63.0",
41-
"@typescript-eslint/typescript-estree": "^8.63.0",
42-
"@typescript-eslint/utils": "^8.63.0",
40+
"@typescript-eslint/types": "^8.64.0",
41+
"@typescript-eslint/typescript-estree": "^8.64.0",
42+
"@typescript-eslint/utils": "^8.64.0",
4343
"ts-pattern": "^5.9.0"
4444
},
4545
"devDependencies": {
@@ -52,7 +52,7 @@
5252
"eslint": "^10.7.0",
5353
"tsdown": "^0.22.7",
5454
"typescript": "6.0.3",
55-
"typescript-eslint": "^8.63.0"
55+
"typescript-eslint": "^8.64.0"
5656
},
5757
"engines": {
5858
"node": ">=22.0.0"

apps/website/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
"@types/node": "^26.1.1",
3333
"@types/react": "^19.2.17",
3434
"@types/react-dom": "^19.2.3",
35-
"@typescript-eslint/types": "^8.63.0",
36-
"@typescript-eslint/utils": "^8.63.0",
35+
"@typescript-eslint/types": "^8.64.0",
36+
"@typescript-eslint/utils": "^8.64.0",
3737
"beautiful-mermaid": "^1.1.3",
3838
"bsky-react-post": "^0.1.7",
3939
"clsx": "^2.1.1",
@@ -63,6 +63,6 @@
6363
"tsl-dx": "^0.13.2",
6464
"twoslash": "^0.3.9",
6565
"typescript": "6.0.3",
66-
"typescript-eslint": "^8.63.0"
66+
"typescript-eslint": "^8.64.0"
6767
}
6868
}

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": "^7.1.1",
3030
"eslint-plugin-react-refresh": "^0.5.3",
3131
"typescript": "6.0.3",
32-
"typescript-eslint": "^8.63.0"
32+
"typescript-eslint": "^8.64.0"
3333
},
3434
"engines": {
3535
"node": ">=22.0.0"

examples/preact-compat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"eslint-plugin-react-hooks": "^7.1.1",
2424
"eslint-plugin-react-refresh": "^0.5.3",
2525
"typescript": "6.0.3",
26-
"typescript-eslint": "^8.63.0",
26+
"typescript-eslint": "^8.64.0",
2727
"vite": "^8.1.4"
2828
},
2929
"engines": {

examples/preact/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"eslint-plugin-react-hooks": "^7.1.1",
2424
"eslint-plugin-react-refresh": "^0.5.3",
2525
"typescript": "6.0.3",
26-
"typescript-eslint": "^8.63.0",
26+
"typescript-eslint": "^8.64.0",
2727
"vite": "^8.1.4"
2828
},
2929
"engines": {

examples/react-dom-with-custom-rules/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@
2323
"@tsconfig/vite-react": "^8.1.1",
2424
"@types/react": "^19.2.17",
2525
"@types/react-dom": "^19.2.3",
26-
"@typescript-eslint/types": "^8.63.0",
27-
"@typescript-eslint/utils": "^8.63.0",
26+
"@typescript-eslint/types": "^8.64.0",
27+
"@typescript-eslint/utils": "^8.64.0",
2828
"@vitejs/plugin-react": "^6.0.3",
2929
"eslint": "^10.7.0",
3030
"eslint-plugin-react-hooks": "^7.1.1",
3131
"eslint-plugin-react-refresh": "^0.5.3",
3232
"jiti": "^2.7.0",
3333
"typescript": "6.0.3",
34-
"typescript-eslint": "^8.63.0",
34+
"typescript-eslint": "^8.64.0",
3535
"vite": "^8.1.4"
3636
},
3737
"engines": {

examples/react-dom/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"eslint-plugin-react-hooks": "^7.1.1",
2727
"eslint-plugin-react-refresh": "^0.5.3",
2828
"typescript": "6.0.3",
29-
"typescript-eslint": "^8.63.0",
29+
"typescript-eslint": "^8.64.0",
3030
"vite": "^8.1.4"
3131
},
3232
"engines": {

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -71,20 +71,20 @@
7171
"@types/node": "^26.1.1",
7272
"@types/react": "^19.2.17",
7373
"@types/react-dom": "^19.2.3",
74-
"@typescript-eslint/parser": "^8.63.0",
75-
"@typescript-eslint/rule-tester": "^8.63.0",
76-
"@typescript-eslint/types": "^8.63.0",
74+
"@typescript-eslint/parser": "^8.64.0",
75+
"@typescript-eslint/rule-tester": "^8.64.0",
76+
"@typescript-eslint/types": "^8.64.0",
7777
"ansis": "^4.3.1",
7878
"compare-versions": "^6.1.1",
7979
"dedent": "^1.7.2",
8080
"depcheck": "^1.4.7",
8181
"dprint": "^0.54.0",
8282
"effect": "^3.22.0",
8383
"eslint": "^10.7.0",
84-
"eslint-plugin-package-json": "^1.5.0",
84+
"eslint-plugin-package-json": "^1.6.0",
8585
"import-integrity-lint": "^1.1.3",
8686
"mdxlint": "^1.0.0",
87-
"nx": "^23.0.2",
87+
"nx": "^23.1.0",
8888
"preact": "^10.29.7",
8989
"publint": "^0.3.21",
9090
"react": "^19.2.7",
@@ -102,11 +102,11 @@
102102
"typedoc-plugin-markdown": "^4.12.0",
103103
"typedoc-plugin-mdn-links": "^5.1.1",
104104
"typescript": "6.0.3",
105-
"typescript-eslint": "^8.63.0",
105+
"typescript-eslint": "^8.64.0",
106106
"vite-node": "^6.0.0",
107107
"vitest": "^4.1.10"
108108
},
109-
"packageManager": "pnpm@11.11.0",
109+
"packageManager": "pnpm@11.13.0",
110110
"engines": {
111111
"node": ">=22.0.0"
112112
}

packages/ast/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@
3636
"publish": "node --run build && node --run lint:publish"
3737
},
3838
"dependencies": {
39-
"@typescript-eslint/types": "^8.63.0",
40-
"@typescript-eslint/typescript-estree": "^8.63.0",
41-
"@typescript-eslint/utils": "^8.63.0",
39+
"@typescript-eslint/types": "^8.64.0",
40+
"@typescript-eslint/typescript-estree": "^8.64.0",
41+
"@typescript-eslint/utils": "^8.64.0",
4242
"string-ts": "^2.3.1"
4343
},
4444
"devDependencies": {
4545
"@local/configs": "workspace:*",
4646
"@local/eff": "workspace:*",
47-
"@typescript-eslint/parser": "^8.63.0",
47+
"@typescript-eslint/parser": "^8.64.0",
4848
"eslint": "^10.7.0",
4949
"tsdown": "^0.22.7",
5050
"typescript": "6.0.3",

0 commit comments

Comments
 (0)