Skip to content

Commit 590e2c8

Browse files
committed
build: update deps
1 parent 80e673f commit 590e2c8

File tree

21 files changed

+720
-776
lines changed

21 files changed

+720
-776
lines changed

examples/dual-react-dom-lib/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"prepare": "pnpm run build"
3030
},
3131
"devDependencies": {
32-
"@eslint-react/eslint-plugin": "^1.23.2",
32+
"@eslint-react/eslint-plugin": "^1.24.0",
3333
"@eslint/js": "^9.18.0",
3434
"@tsconfig/node22": "^22.0.0",
3535
"@tsconfig/strictest": "^2.0.5",
@@ -41,7 +41,7 @@
4141
"react": "^19.0.0",
4242
"tsup": "^8.3.5",
4343
"typescript": "^5.7.3",
44-
"typescript-eslint": "^8.20.0"
44+
"typescript-eslint": "^8.21.0"
4545
},
4646
"peerDependencies": {
4747
"react": "^19.0.0"

examples/next-app/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"react-dom": "latest"
1717
},
1818
"devDependencies": {
19-
"@eslint-react/eslint-plugin": "^1.23.2",
19+
"@eslint-react/eslint-plugin": "^1.24.0",
2020
"@eslint/config-inspector": "^1.0.0",
2121
"@eslint/js": "^9.18.0",
2222
"@next/eslint-plugin-next": "^15.1.5",
@@ -32,7 +32,7 @@
3232
"postcss": "8.5.1",
3333
"tailwindcss": "3.4.17",
3434
"typescript": "^5.7.3",
35-
"typescript-eslint": "^8.20.0"
35+
"typescript-eslint": "^8.21.0"
3636
},
3737
"engines": {
3838
"node": ">=18.18.0"

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"react-dom": "^19.0.0"
1616
},
1717
"devDependencies": {
18-
"@eslint-react/eslint-plugin": "^1.23.2",
18+
"@eslint-react/eslint-plugin": "^1.24.0",
1919
"@eslint/config-inspector": "^1.0.0",
2020
"@eslint/js": "^9.18.0",
2121
"@tsconfig/node22": "^22.0.0",
@@ -27,8 +27,8 @@
2727
"eslint-plugin-react-hooks": "^5.1.0",
2828
"eslint-plugin-react-refresh": "^0.4.18",
2929
"typescript": "^5.7.3",
30-
"typescript-eslint": "^8.20.0",
31-
"vite": "^6.0.9"
30+
"typescript-eslint": "^8.21.0",
31+
"vite": "^6.0.11"
3232
},
3333
"engines": {
3434
"node": ">=18.18.0"

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"react-dom": "^19.0.0"
1616
},
1717
"devDependencies": {
18-
"@eslint-react/eslint-plugin": "^1.23.2",
18+
"@eslint-react/eslint-plugin": "^1.24.0",
1919
"@eslint/config-inspector": "^1.0.0",
2020
"@eslint/js": "^9.18.0",
2121
"@types/react": "^19.0.7",
@@ -25,7 +25,7 @@
2525
"eslint-plugin-react-hooks": "^5.1.0",
2626
"eslint-plugin-react-refresh": "^0.4.18",
2727
"globals": "^15.14.0",
28-
"vite": "^6.0.9"
28+
"vite": "^6.0.11"
2929
},
3030
"engines": {
3131
"node": ">=18.18.0"

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@babel/eslint-parser": "^7.26.5",
2020
"@babel/preset-env": "^7.26.0",
2121
"@babel/preset-react": "^7.26.3",
22-
"@eslint-react/eslint-plugin": "^1.23.2",
22+
"@eslint-react/eslint-plugin": "^1.24.0",
2323
"@eslint/config-inspector": "^1.0.0",
2424
"@eslint/js": "^9.18.0",
2525
"@types/babel__core": "~7.20.5",
@@ -31,7 +31,7 @@
3131
"eslint-plugin-react-hooks": "^5.1.0",
3232
"eslint-plugin-react-refresh": "^0.4.18",
3333
"globals": "^15.14.0",
34-
"vite": "^6.0.9"
34+
"vite": "^6.0.11"
3535
},
3636
"engines": {
3737
"node": ">=18.18.0"

package.json

+17-17
Original file line numberDiff line numberDiff line change
@@ -57,16 +57,16 @@
5757
"@napi-rs/canvas": "^0.1.65",
5858
"@stylistic/eslint-plugin": "^2.13.0",
5959
"@susisu/eslint-plugin-safe-typescript": "^0.9.2",
60-
"@swc/core": "^1.10.8",
60+
"@swc/core": "^1.10.9",
6161
"@tsconfig/node22": "^22.0.0",
6262
"@tsconfig/strictest": "^2.0.5",
6363
"@types/node": "^22.10.7",
6464
"@types/react": "^19.0.7",
6565
"@types/react-dom": "^19.0.3",
66-
"@typescript-eslint/parser": "^8.20.0",
67-
"@typescript-eslint/rule-tester": "^8.20.0",
68-
"@typescript-eslint/types": "^8.20.0",
69-
"@vitest/ui": "^3.0.2",
66+
"@typescript-eslint/parser": "^8.21.0",
67+
"@typescript-eslint/rule-tester": "^8.21.0",
68+
"@typescript-eslint/types": "^8.21.0",
69+
"@vitest/ui": "^3.0.3",
7070
"@workspace/configs": "workspace:*",
7171
"@workspace/eslint-plugin-local": "workspace:*",
7272
"concurrently": "^9.1.2",
@@ -77,14 +77,14 @@
7777
"eslint": "^9.18.0",
7878
"eslint-config-flat-gitignore": "^1.0.0",
7979
"eslint-plugin-jsdoc": "^50.6.2",
80-
"eslint-plugin-perfectionist": "^4.6.0",
80+
"eslint-plugin-perfectionist": "^4.7.0",
8181
"eslint-plugin-regexp": "^2.7.0",
8282
"eslint-plugin-simple-import-sort": "^12.1.1",
8383
"eslint-plugin-unicorn": "^56.0.1",
8484
"eslint-plugin-vitest": "^0.5.4",
8585
"fixpkg": "^1.0.2",
8686
"jiti": "^2.4.2",
87-
"lefthook": "^1.10.9",
87+
"lefthook": "^1.10.10",
8888
"markdownlint": "^0.37.4",
8989
"nx": "20.3.1",
9090
"ofetch": "^1.4.1",
@@ -95,36 +95,36 @@
9595
"skott": "^0.35.4",
9696
"tinyexec": "^0.3.2",
9797
"tinyglobby": "^0.2.10",
98-
"ts-pattern": "^5.6.1",
98+
"ts-pattern": "^5.6.2",
9999
"tsup": "^8.3.5",
100100
"tsx": "^4.19.2",
101-
"type-fest": "^4.32.0",
101+
"type-fest": "^4.33.0",
102102
"typedoc": "^0.27.6",
103103
"typedoc-plugin-markdown": "^4.4.1",
104104
"typedoc-plugin-rename-defaults": "^0.7.2",
105105
"typescript": "^5.7.3",
106-
"typescript-eslint": "^8.20.0",
107-
"vitest": "^3.0.2"
106+
"typescript-eslint": "^8.21.0",
107+
"vitest": "^3.0.3"
108108
},
109109
"packageManager": "[email protected]",
110110
"engines": {
111111
"node": ">=18.18.0"
112112
},
113113
"pnpm": {
114114
"overrides": {
115+
"is-core-module": "npm:@nolyfill/is-core-module@^1.0.39",
116+
"safe-buffer": "npm:@nolyfill/safe-buffer@^1.0.41",
117+
"safer-buffer": "npm:@nolyfill/safer-buffer@^1.0.41",
118+
"typedarray": "npm:@nolyfill/typedarray@^1.0.29",
115119
"@types/react": "^19.0.7",
116120
"@types/react-dom": "^19.0.3",
117121
"cross-spawn": "^7.0.6",
118-
"is-core-module": "npm:@nolyfill/is-core-module@^1.0.39",
119122
"next": "^15.1.5",
120-
"nextra": "^3.3.1",
121-
"nextra-theme-docs": "^3.3.1",
123+
"nextra": "^4.0.4",
124+
"nextra-theme-docs": "^4.0.4",
122125
"react": "^19.0.0",
123126
"react-dom": "^19.0.0",
124-
"safe-buffer": "npm:@nolyfill/safe-buffer@^1.0.41",
125-
"safer-buffer": "npm:@nolyfill/safer-buffer@^1.0.41",
126127
"ts-api-utils": "^2.0.0",
127-
"typedarray": "npm:@nolyfill/typedarray@^1.0.29",
128128
"typescript": "^5.7.3"
129129
}
130130
}

packages/core/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@
4545
"@eslint-react/jsx": "workspace:*",
4646
"@eslint-react/shared": "workspace:*",
4747
"@eslint-react/var": "workspace:*",
48-
"@typescript-eslint/scope-manager": "^8.20.0",
49-
"@typescript-eslint/type-utils": "^8.20.0",
50-
"@typescript-eslint/types": "^8.20.0",
51-
"@typescript-eslint/utils": "^8.20.0",
48+
"@typescript-eslint/scope-manager": "^8.21.0",
49+
"@typescript-eslint/type-utils": "^8.21.0",
50+
"@typescript-eslint/types": "^8.21.0",
51+
"@typescript-eslint/utils": "^8.21.0",
5252
"birecord": "^0.1.1",
53-
"ts-pattern": "^5.6.1"
53+
"ts-pattern": "^5.6.2"
5454
},
5555
"devDependencies": {
5656
"@workspace/configs": "workspace:*",

packages/plugins/eslint-plugin-react-debug/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,12 @@
5353
"@eslint-react/jsx": "workspace:*",
5454
"@eslint-react/shared": "workspace:*",
5555
"@eslint-react/var": "workspace:*",
56-
"@typescript-eslint/scope-manager": "^8.20.0",
57-
"@typescript-eslint/type-utils": "^8.20.0",
58-
"@typescript-eslint/types": "^8.20.0",
59-
"@typescript-eslint/utils": "^8.20.0",
56+
"@typescript-eslint/scope-manager": "^8.21.0",
57+
"@typescript-eslint/type-utils": "^8.21.0",
58+
"@typescript-eslint/types": "^8.21.0",
59+
"@typescript-eslint/utils": "^8.21.0",
6060
"string-ts": "^2.2.0",
61-
"ts-pattern": "^5.6.1"
61+
"ts-pattern": "^5.6.2"
6262
},
6363
"devDependencies": {
6464
"@types/react": "^19.0.7",

packages/plugins/eslint-plugin-react-dom/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,12 @@
5353
"@eslint-react/jsx": "workspace:*",
5454
"@eslint-react/shared": "workspace:*",
5555
"@eslint-react/var": "workspace:*",
56-
"@typescript-eslint/scope-manager": "^8.20.0",
57-
"@typescript-eslint/types": "^8.20.0",
58-
"@typescript-eslint/utils": "^8.20.0",
56+
"@typescript-eslint/scope-manager": "^8.21.0",
57+
"@typescript-eslint/types": "^8.21.0",
58+
"@typescript-eslint/utils": "^8.21.0",
5959
"compare-versions": "^6.1.1",
6060
"string-ts": "^2.2.0",
61-
"ts-pattern": "^5.6.1"
61+
"ts-pattern": "^5.6.2"
6262
},
6363
"devDependencies": {
6464
"@types/react": "^19.0.7",

packages/plugins/eslint-plugin-react-hooks-extra/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,12 @@
5454
"@eslint-react/jsx": "workspace:*",
5555
"@eslint-react/shared": "workspace:*",
5656
"@eslint-react/var": "workspace:*",
57-
"@typescript-eslint/scope-manager": "^8.20.0",
58-
"@typescript-eslint/type-utils": "^8.20.0",
59-
"@typescript-eslint/types": "^8.20.0",
60-
"@typescript-eslint/utils": "^8.20.0",
57+
"@typescript-eslint/scope-manager": "^8.21.0",
58+
"@typescript-eslint/type-utils": "^8.21.0",
59+
"@typescript-eslint/types": "^8.21.0",
60+
"@typescript-eslint/utils": "^8.21.0",
6161
"string-ts": "^2.2.0",
62-
"ts-pattern": "^5.6.1"
62+
"ts-pattern": "^5.6.2"
6363
},
6464
"devDependencies": {
6565
"@types/react": "^19.0.7",

packages/plugins/eslint-plugin-react-naming-convention/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@
5252
"@eslint-react/eff": "workspace:*",
5353
"@eslint-react/jsx": "workspace:*",
5454
"@eslint-react/shared": "workspace:*",
55-
"@typescript-eslint/scope-manager": "^8.20.0",
56-
"@typescript-eslint/type-utils": "^8.20.0",
57-
"@typescript-eslint/types": "^8.20.0",
58-
"@typescript-eslint/utils": "^8.20.0",
55+
"@typescript-eslint/scope-manager": "^8.21.0",
56+
"@typescript-eslint/type-utils": "^8.21.0",
57+
"@typescript-eslint/types": "^8.21.0",
58+
"@typescript-eslint/utils": "^8.21.0",
5959
"string-ts": "^2.2.0",
60-
"ts-pattern": "^5.6.1"
60+
"ts-pattern": "^5.6.2"
6161
},
6262
"devDependencies": {
6363
"@types/react": "^19.0.7",

packages/plugins/eslint-plugin-react-web-api/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@
5353
"@eslint-react/jsx": "workspace:*",
5454
"@eslint-react/shared": "workspace:*",
5555
"@eslint-react/var": "workspace:*",
56-
"@typescript-eslint/scope-manager": "^8.20.0",
57-
"@typescript-eslint/types": "^8.20.0",
58-
"@typescript-eslint/utils": "^8.20.0",
56+
"@typescript-eslint/scope-manager": "^8.21.0",
57+
"@typescript-eslint/types": "^8.21.0",
58+
"@typescript-eslint/utils": "^8.21.0",
5959
"string-ts": "^2.2.0",
60-
"ts-pattern": "^5.6.1"
60+
"ts-pattern": "^5.6.2"
6161
},
6262
"devDependencies": {
6363
"@types/react": "^19.0.7",

packages/plugins/eslint-plugin-react-x/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,14 @@
5252
"@eslint-react/jsx": "workspace:*",
5353
"@eslint-react/shared": "workspace:*",
5454
"@eslint-react/var": "workspace:*",
55-
"@typescript-eslint/scope-manager": "^8.20.0",
56-
"@typescript-eslint/type-utils": "^8.20.0",
57-
"@typescript-eslint/types": "^8.20.0",
58-
"@typescript-eslint/utils": "^8.20.0",
55+
"@typescript-eslint/scope-manager": "^8.21.0",
56+
"@typescript-eslint/type-utils": "^8.21.0",
57+
"@typescript-eslint/types": "^8.21.0",
58+
"@typescript-eslint/utils": "^8.21.0",
5959
"compare-versions": "^6.1.1",
6060
"is-immutable-type": "^5.0.1",
6161
"string-ts": "^2.2.0",
62-
"ts-pattern": "^5.6.1"
62+
"ts-pattern": "^5.6.2"
6363
},
6464
"devDependencies": {
6565
"@types/react": "^19.0.7",

packages/plugins/eslint-plugin/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@
5252
"dependencies": {
5353
"@eslint-react/eff": "workspace:*",
5454
"@eslint-react/shared": "workspace:*",
55-
"@typescript-eslint/scope-manager": "^8.20.0",
56-
"@typescript-eslint/type-utils": "^8.20.0",
57-
"@typescript-eslint/types": "^8.20.0",
58-
"@typescript-eslint/utils": "^8.20.0",
55+
"@typescript-eslint/scope-manager": "^8.21.0",
56+
"@typescript-eslint/type-utils": "^8.21.0",
57+
"@typescript-eslint/types": "^8.21.0",
58+
"@typescript-eslint/utils": "^8.21.0",
5959
"eslint-plugin-react-debug": "workspace:*",
6060
"eslint-plugin-react-dom": "workspace:*",
6161
"eslint-plugin-react-hooks-extra": "workspace:*",

packages/shared/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -41,17 +41,17 @@
4141
},
4242
"dependencies": {
4343
"@eslint-react/eff": "workspace:*",
44-
"@typescript-eslint/utils": "^8.20.0",
44+
"@typescript-eslint/utils": "^8.21.0",
4545
"picomatch": "^4.0.2",
46-
"ts-pattern": "^5.6.1"
46+
"ts-pattern": "^5.6.2"
4747
},
4848
"devDependencies": {
4949
"@types/picomatch": "^3.0.2",
5050
"@workspace/configs": "workspace:*",
5151
"fast-equals": "^5.2.2",
5252
"micro-memoize": "^4.1.3",
5353
"tsup": "^8.3.5",
54-
"type-fest": "^4.32.0",
54+
"type-fest": "^4.33.0",
5555
"valibot": "^1.0.0-beta.12"
5656
},
5757
"engines": {

packages/utilities/ast/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@
4040
},
4141
"dependencies": {
4242
"@eslint-react/eff": "workspace:*",
43-
"@typescript-eslint/types": "^8.20.0",
44-
"@typescript-eslint/typescript-estree": "^8.20.0",
45-
"@typescript-eslint/utils": "^8.20.0",
43+
"@typescript-eslint/types": "^8.21.0",
44+
"@typescript-eslint/typescript-estree": "^8.21.0",
45+
"@typescript-eslint/utils": "^8.21.0",
4646
"string-ts": "^2.2.0",
47-
"ts-pattern": "^5.6.1"
47+
"ts-pattern": "^5.6.2"
4848
},
4949
"devDependencies": {
5050
"@workspace/configs": "workspace:*",

packages/utilities/jsx/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@
4242
"@eslint-react/ast": "workspace:*",
4343
"@eslint-react/eff": "workspace:*",
4444
"@eslint-react/var": "workspace:*",
45-
"@typescript-eslint/scope-manager": "^8.20.0",
46-
"@typescript-eslint/types": "^8.20.0",
47-
"@typescript-eslint/utils": "^8.20.0",
48-
"ts-pattern": "^5.6.1"
45+
"@typescript-eslint/scope-manager": "^8.21.0",
46+
"@typescript-eslint/types": "^8.21.0",
47+
"@typescript-eslint/utils": "^8.21.0",
48+
"ts-pattern": "^5.6.2"
4949
},
5050
"devDependencies": {
5151
"@workspace/configs": "workspace:*",

packages/utilities/var/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@
4141
"dependencies": {
4242
"@eslint-react/ast": "workspace:*",
4343
"@eslint-react/eff": "workspace:*",
44-
"@typescript-eslint/scope-manager": "^8.20.0",
45-
"@typescript-eslint/types": "^8.20.0",
46-
"@typescript-eslint/utils": "^8.20.0",
44+
"@typescript-eslint/scope-manager": "^8.21.0",
45+
"@typescript-eslint/types": "^8.21.0",
46+
"@typescript-eslint/utils": "^8.21.0",
4747
"string-ts": "^2.2.0",
48-
"ts-pattern": "^5.6.1"
48+
"ts-pattern": "^5.6.2"
4949
},
5050
"devDependencies": {
5151
"@workspace/configs": "workspace:*",

0 commit comments

Comments
 (0)