Skip to content

Commit 392810a

Browse files
committed
release: 1.5.16-next.2
1 parent a84a647 commit 392810a

File tree

18 files changed

+229
-226
lines changed

18 files changed

+229
-226
lines changed

VERSION

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

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.12.0",
27+
"typescript-eslint": "7.13.0",
2828
"vite": "5.2.13"
2929
}
3030
}

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-react/monorepo",
3-
"version": "1.5.16-next.1",
3+
"version": "1.5.16-next.2",
44
"private": true,
55
"description": "A series of composable ESLint rules for libraries and frameworks that use React as a UI runtime.",
66
"keywords": [
@@ -61,9 +61,9 @@
6161
"@tsconfig/node20": "20.1.4",
6262
"@tsconfig/strictest": "2.0.5",
6363
"@types/node": "20.14.2",
64-
"@typescript-eslint/eslint-plugin": "^7.12.0",
65-
"@typescript-eslint/parser": "^7.12.0",
66-
"@typescript-eslint/rule-tester": "^7.12.0",
64+
"@typescript-eslint/eslint-plugin": "^7.13.0",
65+
"@typescript-eslint/parser": "^7.13.0",
66+
"@typescript-eslint/rule-tester": "^7.13.0",
6767
"@vitest/ui": "1.6.0",
6868
"bun": "1.1.12",
6969
"bun-types": "1.1.12",
@@ -104,7 +104,7 @@
104104
"typescript": "^5.4.5",
105105
"vitest": "1.6.0"
106106
},
107-
"packageManager": "pnpm@9.2.0",
107+
"packageManager": "pnpm@9.3.0",
108108
"engines": {
109109
"bun": ">=1.0.15",
110110
"node": ">=18.18.0"

packages/core/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-react/core",
3-
"version": "1.5.16-next.1",
3+
"version": "1.5.16-next.2",
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,10 +48,10 @@
4848
"@eslint-react/tools": "workspace:*",
4949
"@eslint-react/types": "workspace:*",
5050
"@eslint-react/var": "workspace:*",
51-
"@typescript-eslint/scope-manager": "^7.12.0",
52-
"@typescript-eslint/type-utils": "^7.12.0",
53-
"@typescript-eslint/types": "^7.12.0",
54-
"@typescript-eslint/utils": "^7.12.0",
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",
5555
"short-unique-id": "5.2.0",
5656
"ts-pattern": "5.1.2",
5757
"valibot": "0.31.1"

packages/plugins/eslint-plugin-react-core/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-core",
3-
"version": "1.5.16-next.1",
3+
"version": "1.5.16-next.2",
44
"description": "ESLint React's ESLint plugin for React related rules.",
55
"homepage": "https://github.com/rel1cx/eslint-react",
66
"bugs": {
@@ -49,10 +49,10 @@
4949
"@eslint-react/tools": "workspace:*",
5050
"@eslint-react/types": "workspace:*",
5151
"@eslint-react/var": "workspace:*",
52-
"@typescript-eslint/scope-manager": "^7.12.0",
53-
"@typescript-eslint/type-utils": "^7.12.0",
54-
"@typescript-eslint/types": "^7.12.0",
55-
"@typescript-eslint/utils": "^7.12.0",
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",
5656
"string-ts": "2.1.1",
5757
"ts-api-utils": "1.3.0",
5858
"valibot": "0.31.1"

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-next.1",
3+
"version": "1.5.16-next.2",
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.12.0",
52-
"@typescript-eslint/type-utils": "^7.12.0",
53-
"@typescript-eslint/types": "^7.12.0",
54-
"@typescript-eslint/utils": "^7.12.0",
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",
5555
"string-ts": "2.1.1",
5656
"valibot": "0.31.1"
5757
},

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

Lines changed: 4 additions & 4 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-next.1",
3+
"version": "1.5.16-next.2",
44
"description": "ESLint React's ESLint plugin for React DOM related rules.",
55
"homepage": "https://github.com/rel1cx/eslint-react",
66
"bugs": {
@@ -49,9 +49,9 @@
4949
"@eslint-react/tools": "workspace:*",
5050
"@eslint-react/types": "workspace:*",
5151
"@eslint-react/var": "workspace:*",
52-
"@typescript-eslint/scope-manager": "^7.12.0",
53-
"@typescript-eslint/types": "^7.12.0",
54-
"@typescript-eslint/utils": "^7.12.0",
52+
"@typescript-eslint/scope-manager": "^7.13.0",
53+
"@typescript-eslint/types": "^7.13.0",
54+
"@typescript-eslint/utils": "^7.13.0",
5555
"string-ts": "2.1.1",
5656
"valibot": "0.31.1"
5757
},

packages/plugins/eslint-plugin-react-hooks-extra/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-hooks-extra",
3-
"version": "1.5.16-next.1",
3+
"version": "1.5.16-next.2",
44
"description": "ESLint React's ESLint plugin for React Hooks related rules.",
55
"homepage": "https://github.com/rel1cx/eslint-react",
66
"bugs": {
@@ -49,10 +49,10 @@
4949
"@eslint-react/tools": "workspace:*",
5050
"@eslint-react/types": "workspace:*",
5151
"@eslint-react/var": "workspace:*",
52-
"@typescript-eslint/scope-manager": "^7.12.0",
53-
"@typescript-eslint/type-utils": "^7.12.0",
54-
"@typescript-eslint/types": "^7.12.0",
55-
"@typescript-eslint/utils": "^7.12.0",
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",
5656
"string-ts": "2.1.1",
5757
"valibot": "0.31.1"
5858
},

packages/plugins/eslint-plugin-react-naming-convention/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-naming-convention",
3-
"version": "1.5.16-next.1",
3+
"version": "1.5.16-next.2",
44
"description": "ESLint React's ESLint plugin for naming convention 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.12.0",
52-
"@typescript-eslint/type-utils": "^7.12.0",
53-
"@typescript-eslint/types": "^7.12.0",
54-
"@typescript-eslint/utils": "^7.12.0",
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",
5555
"string-ts": "2.1.1",
5656
"valibot": "0.31.1"
5757
},

packages/plugins/eslint-plugin/package.json

Lines changed: 5 additions & 5 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-next.1",
3+
"version": "1.5.16-next.2",
44
"description": "The main ESLint plugin of ESLint React. Contains all the rules and presets of ESLint React.",
55
"keywords": [
66
"eslint",
@@ -55,10 +55,10 @@
5555
"@eslint-react/shared": "workspace:*",
5656
"@eslint-react/tools": "workspace:*",
5757
"@eslint-react/types": "workspace:*",
58-
"@typescript-eslint/scope-manager": "^7.12.0",
59-
"@typescript-eslint/type-utils": "^7.12.0",
60-
"@typescript-eslint/types": "^7.12.0",
61-
"@typescript-eslint/utils": "^7.12.0",
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",
6262
"eslint-plugin-react-core": "workspace:*",
6363
"eslint-plugin-react-dom": "workspace:*",
6464
"eslint-plugin-react-hooks-extra": "workspace:*",

0 commit comments

Comments
 (0)