Skip to content

Commit d4589ea

Browse files
committed
1.5.17-next.0
1 parent b709b0b commit d4589ea

File tree

18 files changed

+384
-374
lines changed

18 files changed

+384
-374
lines changed

VERSION

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

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.13.0",
27+
"typescript-eslint": "7.13.1",
2828
"vite": "5.3.1"
2929
}
3030
}

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-react/monorepo",
3-
"version": "1.5.16",
3+
"version": "1.5.17-next.0",
44
"private": true,
55
"description": "A series of composable ESLint rules for libraries and frameworks that use React as a UI runtime.",
66
"keywords": [
@@ -60,19 +60,19 @@
6060
"@eslint/js": "9.5.0",
6161
"@tsconfig/node20": "20.1.4",
6262
"@tsconfig/strictest": "2.0.5",
63-
"@types/node": "20.14.2",
64-
"@typescript-eslint/eslint-plugin": "^7.13.0",
65-
"@typescript-eslint/parser": "^7.13.0",
66-
"@typescript-eslint/rule-tester": "^7.13.0",
63+
"@types/node": "20.14.4",
64+
"@typescript-eslint/eslint-plugin": "^7.13.1",
65+
"@typescript-eslint/parser": "^7.13.1",
66+
"@typescript-eslint/rule-tester": "^7.13.1",
6767
"@vitest/ui": "1.6.0",
6868
"bun": "1.1.13",
6969
"bun-types": "1.1.13",
7070
"bundle-require": "^5.0.0",
7171
"code-block-writer": "13.0.1",
7272
"cspell": "8.8.4",
7373
"dedent": "1.5.3",
74-
"dprint": "0.46.2",
75-
"effect": "3.3.3",
74+
"dprint": "0.46.3",
75+
"effect": "3.3.4",
7676
"esbuild": "0.21.5",
7777
"eslint": "^9.5.0",
7878
"eslint-config-flat-gitignore": "0.1.5",
@@ -104,7 +104,7 @@
104104
"typescript": "^5.4.5",
105105
"vitest": "1.6.0"
106106
},
107-
"packageManager": "pnpm@9.3.0",
107+
"packageManager": "pnpm@9.4.0",
108108
"engines": {
109109
"bun": ">=1.0.15",
110110
"node": ">=18.18.0"

packages/core/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/core",
3-
"version": "1.5.16",
3+
"version": "1.5.17-next.0",
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,16 +48,16 @@
4848
"@eslint-react/tools": "workspace:*",
4949
"@eslint-react/types": "workspace:*",
5050
"@eslint-react/var": "workspace:*",
51-
"@typescript-eslint/scope-manager": "^7.13.0",
52-
"@typescript-eslint/type-utils": "^7.13.0",
53-
"@typescript-eslint/types": "^7.13.0",
54-
"@typescript-eslint/utils": "^7.13.0",
51+
"@typescript-eslint/scope-manager": "^7.13.1",
52+
"@typescript-eslint/type-utils": "^7.13.1",
53+
"@typescript-eslint/types": "^7.13.1",
54+
"@typescript-eslint/utils": "^7.13.1",
5555
"short-unique-id": "5.2.0",
5656
"ts-pattern": "5.2.0",
5757
"valibot": "0.32.0"
5858
},
5959
"devDependencies": {
60-
"effect": "3.3.3",
60+
"effect": "3.3.4",
6161
"tsup": "8.1.0"
6262
}
6363
}

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-react-core",
3-
"version": "1.5.16",
3+
"version": "1.5.17-next.0",
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/scope-manager": "^7.13.0",
53-
"@typescript-eslint/type-utils": "^7.13.0",
54-
"@typescript-eslint/types": "^7.13.0",
55-
"@typescript-eslint/utils": "^7.13.0",
52+
"@typescript-eslint/scope-manager": "^7.13.1",
53+
"@typescript-eslint/type-utils": "^7.13.1",
54+
"@typescript-eslint/types": "^7.13.1",
55+
"@typescript-eslint/utils": "^7.13.1",
5656
"string-ts": "2.1.1",
5757
"ts-api-utils": "1.3.0",
5858
"valibot": "0.32.0"
5959
},
6060
"devDependencies": {
6161
"dedent": "1.5.3",
62-
"effect": "3.3.3",
62+
"effect": "3.3.4",
6363
"tsup": "8.1.0"
6464
},
6565
"peerDependencies": {

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-react-debug",
3-
"version": "1.5.16",
3+
"version": "1.5.17-next.0",
44
"description": "ESLint React's ESLint plugin for debugging related rules.",
55
"homepage": "https://github.com/rel1cx/eslint-react",
66
"bugs": {
@@ -48,10 +48,10 @@
4848
"@eslint-react/shared": "workspace:*",
4949
"@eslint-react/tools": "workspace:*",
5050
"@eslint-react/types": "workspace:*",
51-
"@typescript-eslint/scope-manager": "^7.13.0",
52-
"@typescript-eslint/type-utils": "^7.13.0",
53-
"@typescript-eslint/types": "^7.13.0",
54-
"@typescript-eslint/utils": "^7.13.0",
51+
"@typescript-eslint/scope-manager": "^7.13.1",
52+
"@typescript-eslint/type-utils": "^7.13.1",
53+
"@typescript-eslint/types": "^7.13.1",
54+
"@typescript-eslint/utils": "^7.13.1",
5555
"string-ts": "2.1.1",
5656
"valibot": "0.32.0"
5757
},

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-react-dom",
3-
"version": "1.5.16",
3+
"version": "1.5.17-next.0",
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/scope-manager": "^7.13.0",
53-
"@typescript-eslint/types": "^7.13.0",
54-
"@typescript-eslint/utils": "^7.13.0",
52+
"@typescript-eslint/scope-manager": "^7.13.1",
53+
"@typescript-eslint/types": "^7.13.1",
54+
"@typescript-eslint/utils": "^7.13.1",
5555
"string-ts": "2.1.1",
5656
"valibot": "0.32.0"
5757
},
5858
"devDependencies": {
5959
"dedent": "1.5.3",
60-
"effect": "3.3.3",
60+
"effect": "3.3.4",
6161
"tsup": "8.1.0"
6262
},
6363
"peerDependencies": {

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

Lines changed: 6 additions & 6 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.16",
3+
"version": "1.5.17-next.0",
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/scope-manager": "^7.13.0",
53-
"@typescript-eslint/type-utils": "^7.13.0",
54-
"@typescript-eslint/types": "^7.13.0",
55-
"@typescript-eslint/utils": "^7.13.0",
52+
"@typescript-eslint/scope-manager": "^7.13.1",
53+
"@typescript-eslint/type-utils": "^7.13.1",
54+
"@typescript-eslint/types": "^7.13.1",
55+
"@typescript-eslint/utils": "^7.13.1",
5656
"string-ts": "2.1.1",
5757
"valibot": "0.32.0"
5858
},
5959
"devDependencies": {
6060
"dedent": "1.5.3",
61-
"effect": "3.3.3",
61+
"effect": "3.3.4",
6262
"tsup": "8.1.0"
6363
},
6464
"peerDependencies": {

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

Lines changed: 6 additions & 6 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.16",
3+
"version": "1.5.17-next.0",
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/scope-manager": "^7.13.0",
52-
"@typescript-eslint/type-utils": "^7.13.0",
53-
"@typescript-eslint/types": "^7.13.0",
54-
"@typescript-eslint/utils": "^7.13.0",
51+
"@typescript-eslint/scope-manager": "^7.13.1",
52+
"@typescript-eslint/type-utils": "^7.13.1",
53+
"@typescript-eslint/types": "^7.13.1",
54+
"@typescript-eslint/utils": "^7.13.1",
5555
"string-ts": "2.1.1",
5656
"valibot": "0.32.0"
5757
},
5858
"devDependencies": {
5959
"dedent": "1.5.3",
60-
"effect": "3.3.3",
60+
"effect": "3.3.4",
6161
"tsup": "8.1.0"
6262
},
6363
"peerDependencies": {

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.16",
3+
"version": "1.5.17-next.0",
44
"description": "The main ESLint plugin of ESLint React. Contains all the rules and presets of ESLint React.",
55
"keywords": [
66
"eslint",
@@ -55,17 +55,17 @@
5555
"@eslint-react/shared": "workspace:*",
5656
"@eslint-react/tools": "workspace:*",
5757
"@eslint-react/types": "workspace:*",
58-
"@typescript-eslint/scope-manager": "^7.13.0",
59-
"@typescript-eslint/type-utils": "^7.13.0",
60-
"@typescript-eslint/types": "^7.13.0",
61-
"@typescript-eslint/utils": "^7.13.0",
58+
"@typescript-eslint/scope-manager": "^7.13.1",
59+
"@typescript-eslint/type-utils": "^7.13.1",
60+
"@typescript-eslint/types": "^7.13.1",
61+
"@typescript-eslint/utils": "^7.13.1",
6262
"eslint-plugin-react-core": "workspace:*",
6363
"eslint-plugin-react-dom": "workspace:*",
6464
"eslint-plugin-react-hooks-extra": "workspace:*",
6565
"eslint-plugin-react-naming-convention": "workspace:*"
6666
},
6767
"devDependencies": {
68-
"effect": "3.3.3",
68+
"effect": "3.3.4",
6969
"tsup": "8.1.0"
7070
},
7171
"peerDependencies": {

0 commit comments

Comments
 (0)