Skip to content

Commit 754c3a8

Browse files
committed
build: update deps
1 parent 52d988d commit 754c3a8

File tree

20 files changed

+331
-331
lines changed

20 files changed

+331
-331
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.5.13-next.0
1+
1.5.13-next.1

examples/vite-react-dom-ts-flat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"eslint-plugin-react-hooks": "4.6.2",
2525
"eslint-plugin-react-refresh": "0.4.7",
2626
"typescript": "5.4.5",
27-
"typescript-eslint": "7.9.0",
27+
"typescript-eslint": "7.10.0",
2828
"vite": "5.2.11"
2929
}
3030
}

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-react/monorepo",
3-
"version": "1.5.13-next.0",
3+
"version": "1.5.13-next.1",
44
"private": true,
55
"description": "A series of composable ESLint rules for libraries and frameworks that use React as a UI runtime.",
66
"keywords": [
@@ -56,21 +56,21 @@
5656
"update:version": "bun run --bun ./scripts/update-version.ts && pnpm run format:package-json"
5757
},
5858
"devDependencies": {
59-
"@changesets/cli": "2.27.2",
59+
"@changesets/cli": "2.27.3",
6060
"@tsconfig/node20": "20.1.4",
6161
"@tsconfig/strictest": "2.0.5",
6262
"@types/node": "20.12.12",
63-
"@typescript-eslint/eslint-plugin": "^7.9.0",
64-
"@typescript-eslint/parser": "^7.9.0",
65-
"@typescript-eslint/rule-tester": "^7.9.0",
63+
"@typescript-eslint/eslint-plugin": "^7.10.0",
64+
"@typescript-eslint/parser": "^7.10.0",
65+
"@typescript-eslint/rule-tester": "^7.10.0",
6666
"@vitest/ui": "1.6.0",
6767
"bun": "1.1.8",
6868
"bun-types": "1.1.8",
6969
"code-block-writer": "13.0.1",
7070
"cspell": "8.8.1",
7171
"dedent": "1.5.3",
7272
"dprint": "0.45.1",
73-
"effect": "3.1.5",
73+
"effect": "3.2.1",
7474
"esbuild": "0.21.3",
7575
"eslint": "9.3.0",
7676
"eslint-config-flat-gitignore": "0.1.5",

packages/core/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/core",
3-
"version": "1.5.13-next.0",
3+
"version": "1.5.13-next.1",
44
"description": "ESLint React's ESLint utility module for static analysis of React core APIs and Patterns.",
55
"homepage": "https://github.com/rel1cx/eslint-react",
66
"bugs": {
@@ -48,14 +48,14 @@
4848
"@eslint-react/tools": "workspace:*",
4949
"@eslint-react/types": "workspace:*",
5050
"@eslint-react/var": "workspace:*",
51-
"@typescript-eslint/scope-manager": "^7.9.0",
52-
"@typescript-eslint/type-utils": "^7.9.0",
53-
"@typescript-eslint/types": "^7.9.0",
54-
"@typescript-eslint/utils": "^7.9.0",
51+
"@typescript-eslint/scope-manager": "^7.10.0",
52+
"@typescript-eslint/type-utils": "^7.10.0",
53+
"@typescript-eslint/types": "^7.10.0",
54+
"@typescript-eslint/utils": "^7.10.0",
5555
"short-unique-id": "5.2.0",
56-
"valibot": "0.30.0"
56+
"valibot": "0.31.0-rc.0"
5757
},
5858
"devDependencies": {
59-
"effect": "3.1.5"
59+
"effect": "3.2.1"
6060
}
6161
}

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-react-core",
3-
"version": "1.5.13-next.0",
3+
"version": "1.5.13-next.1",
44
"description": "ESLint React's ESLint plugin for React related rules.",
55
"homepage": "https://github.com/rel1cx/eslint-react",
66
"bugs": {
@@ -49,17 +49,17 @@
4949
"@eslint-react/tools": "workspace:*",
5050
"@eslint-react/types": "workspace:*",
5151
"@eslint-react/var": "workspace:*",
52-
"@typescript-eslint/parser": "^7.9.0",
53-
"@typescript-eslint/scope-manager": "^7.9.0",
54-
"@typescript-eslint/type-utils": "^7.9.0",
55-
"@typescript-eslint/types": "^7.9.0",
56-
"@typescript-eslint/utils": "^7.9.0",
52+
"@typescript-eslint/parser": "^7.10.0",
53+
"@typescript-eslint/scope-manager": "^7.10.0",
54+
"@typescript-eslint/type-utils": "^7.10.0",
55+
"@typescript-eslint/types": "^7.10.0",
56+
"@typescript-eslint/utils": "^7.10.0",
5757
"string-ts": "2.1.1",
5858
"ts-api-utils": "1.3.0",
59-
"valibot": "0.30.0"
59+
"valibot": "0.31.0-rc.0"
6060
},
6161
"devDependencies": {
62-
"effect": "3.1.5"
62+
"effect": "3.2.1"
6363
},
6464
"peerDependencies": {
6565
"@typescript-eslint/parser": "^7.5.0",

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-react-debug",
3-
"version": "1.5.13-next.0",
3+
"version": "1.5.13-next.1",
44
"description": "ESLint React's ESLint plugin for debugging related rules.",
55
"homepage": "https://github.com/rel1cx/eslint-react",
66
"bugs": {
@@ -48,13 +48,13 @@
4848
"@eslint-react/shared": "workspace:*",
4949
"@eslint-react/tools": "workspace:*",
5050
"@eslint-react/types": "workspace:*",
51-
"@typescript-eslint/parser": "^7.9.0",
52-
"@typescript-eslint/scope-manager": "^7.9.0",
53-
"@typescript-eslint/type-utils": "^7.9.0",
54-
"@typescript-eslint/types": "^7.9.0",
55-
"@typescript-eslint/utils": "^7.9.0",
51+
"@typescript-eslint/parser": "^7.10.0",
52+
"@typescript-eslint/scope-manager": "^7.10.0",
53+
"@typescript-eslint/type-utils": "^7.10.0",
54+
"@typescript-eslint/types": "^7.10.0",
55+
"@typescript-eslint/utils": "^7.10.0",
5656
"string-ts": "2.1.1",
57-
"valibot": "0.30.0"
57+
"valibot": "0.31.0-rc.0"
5858
},
5959
"peerDependencies": {
6060
"@typescript-eslint/parser": "^7.5.0",

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-react-dom",
3-
"version": "1.5.13-next.0",
3+
"version": "1.5.13-next.1",
44
"description": "ESLint React's ESLint plugin for React DOM related rules.",
55
"homepage": "https://github.com/rel1cx/eslint-react",
66
"bugs": {
@@ -49,15 +49,15 @@
4949
"@eslint-react/tools": "workspace:*",
5050
"@eslint-react/types": "workspace:*",
5151
"@eslint-react/var": "workspace:*",
52-
"@typescript-eslint/parser": "^7.9.0",
53-
"@typescript-eslint/scope-manager": "^7.9.0",
54-
"@typescript-eslint/types": "^7.9.0",
55-
"@typescript-eslint/utils": "^7.9.0",
52+
"@typescript-eslint/parser": "^7.10.0",
53+
"@typescript-eslint/scope-manager": "^7.10.0",
54+
"@typescript-eslint/types": "^7.10.0",
55+
"@typescript-eslint/utils": "^7.10.0",
5656
"string-ts": "2.1.1",
57-
"valibot": "0.30.0"
57+
"valibot": "0.31.0-rc.0"
5858
},
5959
"devDependencies": {
60-
"effect": "3.1.5"
60+
"effect": "3.2.1"
6161
},
6262
"peerDependencies": {
6363
"@typescript-eslint/parser": "^7.5.0",

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-react-hooks-extra",
3-
"version": "1.5.13-next.0",
3+
"version": "1.5.13-next.1",
44
"description": "ESLint React's ESLint plugin for React Hooks related rules.",
55
"homepage": "https://github.com/rel1cx/eslint-react",
66
"bugs": {
@@ -49,16 +49,16 @@
4949
"@eslint-react/tools": "workspace:*",
5050
"@eslint-react/types": "workspace:*",
5151
"@eslint-react/var": "workspace:*",
52-
"@typescript-eslint/parser": "^7.9.0",
53-
"@typescript-eslint/scope-manager": "^7.9.0",
54-
"@typescript-eslint/type-utils": "^7.9.0",
55-
"@typescript-eslint/types": "^7.9.0",
56-
"@typescript-eslint/utils": "^7.9.0",
52+
"@typescript-eslint/parser": "^7.10.0",
53+
"@typescript-eslint/scope-manager": "^7.10.0",
54+
"@typescript-eslint/type-utils": "^7.10.0",
55+
"@typescript-eslint/types": "^7.10.0",
56+
"@typescript-eslint/utils": "^7.10.0",
5757
"string-ts": "2.1.1",
58-
"valibot": "0.30.0"
58+
"valibot": "0.31.0-rc.0"
5959
},
6060
"devDependencies": {
61-
"effect": "3.1.5"
61+
"effect": "3.2.1"
6262
},
6363
"peerDependencies": {
6464
"@typescript-eslint/parser": "^7.5.0",

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-react-naming-convention",
3-
"version": "1.5.13-next.0",
3+
"version": "1.5.13-next.1",
44
"description": "ESLint React's ESLint plugin for naming convention related rules.",
55
"homepage": "https://github.com/rel1cx/eslint-react",
66
"bugs": {
@@ -48,16 +48,16 @@
4848
"@eslint-react/shared": "workspace:*",
4949
"@eslint-react/tools": "workspace:*",
5050
"@eslint-react/types": "workspace:*",
51-
"@typescript-eslint/parser": "^7.9.0",
52-
"@typescript-eslint/scope-manager": "^7.9.0",
53-
"@typescript-eslint/type-utils": "^7.9.0",
54-
"@typescript-eslint/types": "^7.9.0",
55-
"@typescript-eslint/utils": "^7.9.0",
51+
"@typescript-eslint/parser": "^7.10.0",
52+
"@typescript-eslint/scope-manager": "^7.10.0",
53+
"@typescript-eslint/type-utils": "^7.10.0",
54+
"@typescript-eslint/types": "^7.10.0",
55+
"@typescript-eslint/utils": "^7.10.0",
5656
"string-ts": "2.1.1",
57-
"valibot": "0.30.0"
57+
"valibot": "0.31.0-rc.0"
5858
},
5959
"devDependencies": {
60-
"effect": "3.1.5"
60+
"effect": "3.2.1"
6161
},
6262
"peerDependencies": {
6363
"@typescript-eslint/parser": "^7.5.0",

packages/plugins/eslint-plugin/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-react/eslint-plugin",
3-
"version": "1.5.13-next.0",
3+
"version": "1.5.13-next.1",
44
"description": "The main ESLint plugin of ESLint React. Contains all the rules and presets of ESLint React.",
55
"keywords": [
66
"eslint",
@@ -55,11 +55,11 @@
5555
"@eslint-react/shared": "workspace:*",
5656
"@eslint-react/tools": "workspace:*",
5757
"@eslint-react/types": "workspace:*",
58-
"@typescript-eslint/parser": "^7.9.0",
59-
"@typescript-eslint/scope-manager": "^7.9.0",
60-
"@typescript-eslint/type-utils": "^7.9.0",
61-
"@typescript-eslint/types": "^7.9.0",
62-
"@typescript-eslint/utils": "^7.9.0",
58+
"@typescript-eslint/parser": "^7.10.0",
59+
"@typescript-eslint/scope-manager": "^7.10.0",
60+
"@typescript-eslint/type-utils": "^7.10.0",
61+
"@typescript-eslint/types": "^7.10.0",
62+
"@typescript-eslint/utils": "^7.10.0",
6363
"eslint-plugin-react-core": "workspace:*",
6464
"eslint-plugin-react-dom": "workspace:*",
6565
"eslint-plugin-react-hooks-extra": "workspace:*",

0 commit comments

Comments
 (0)