Skip to content

Commit 84634ff

Browse files
committed
release: 1.5.8-next.6
1 parent f559ffb commit 84634ff

File tree

18 files changed

+348
-493
lines changed

18 files changed

+348
-493
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.5.8-next.5
1+
1.5.8-next.6

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@
1717
"@eslint/js": "9.0.0",
1818
"@tsconfig/node20": "20.1.4",
1919
"@tsconfig/strictest": "2.0.5",
20-
"@types/react": "18.2.74",
20+
"@types/react": "18.2.75",
2121
"@types/react-dom": "18.2.24",
2222
"@vitejs/plugin-react": "4.2.1",
2323
"eslint": "9.0.0",
2424
"eslint-plugin-react-hooks": "4.6.0",
2525
"eslint-plugin-react-refresh": "0.4.6",
2626
"typescript": "5.4.4",
27-
"typescript-eslint": "7.5.0",
27+
"typescript-eslint": "7.6.0",
2828
"vite": "5.2.8"
2929
}
3030
}

package.json

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-react/monorepo",
3-
"version": "1.5.8-next.5",
3+
"version": "1.5.8-next.6",
44
"private": true,
55
"description": "A series of composable ESLint rules for libraries and frameworks that use React as a UI runtime.",
66
"keywords": [
@@ -59,28 +59,27 @@
5959
"@tsconfig/node20": "20.1.4",
6060
"@tsconfig/strictest": "2.0.5",
6161
"@types/node": "20.12.5",
62-
"@typescript-eslint/eslint-plugin": "7.5.0",
63-
"@typescript-eslint/parser": "7.5.0",
64-
"@typescript-eslint/rule-tester": "^7.5.0",
62+
"@typescript-eslint/eslint-plugin": "7.6.0",
63+
"@typescript-eslint/parser": "7.6.0",
64+
"@typescript-eslint/rule-tester": "^7.6.0",
6565
"@vitest/ui": "1.4.0",
66-
"bun": "1.1.2",
67-
"bun-types": "1.1.2",
66+
"bun": "1.1.3",
67+
"bun-types": "1.1.3",
6868
"code-block-writer": "13.0.1",
6969
"cspell": "8.6.1",
7070
"dedent": "1.5.1",
7171
"dprint": "0.45.1",
7272
"effect": "2.4.18",
73-
"eslint": "9.0.0",
73+
"eslint": "8.57.0",
7474
"eslint-config-flat-gitignore": "0.1.5",
7575
"eslint-plugin-eslint-comments": "3.2.0",
76-
"eslint-plugin-eslint-plugin": "5.5.0",
76+
"eslint-plugin-eslint-plugin": "5.5.1",
7777
"eslint-plugin-filenames-simple": "0.9.0",
7878
"eslint-plugin-functional": "6.4.0",
7979
"eslint-plugin-jsdoc": "48.2.3",
8080
"eslint-plugin-perfectionist": "2.8.0",
8181
"eslint-plugin-simple-import-sort": "12.0.0",
82-
"eslint-plugin-total-functions": "7.1.0",
83-
"eslint-plugin-vitest": "0.4.2-beta.3",
82+
"eslint-plugin-vitest": "0.4.2-beta.5",
8483
"fast-equals": "5.0.1",
8584
"husky": "9.0.11",
8685
"markdownlint": "0.34.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.8-next.5",
3+
"version": "1.5.8-next.6",
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": {
@@ -47,10 +47,10 @@
4747
"@eslint-react/shared": "workspace:*",
4848
"@eslint-react/tools": "workspace:*",
4949
"@eslint-react/types": "workspace:*",
50-
"@typescript-eslint/scope-manager": "7.5.0",
51-
"@typescript-eslint/type-utils": "7.5.0",
52-
"@typescript-eslint/types": "7.5.0",
53-
"@typescript-eslint/utils": "7.5.0",
50+
"@typescript-eslint/scope-manager": "7.6.0",
51+
"@typescript-eslint/type-utils": "7.6.0",
52+
"@typescript-eslint/types": "7.6.0",
53+
"@typescript-eslint/utils": "7.6.0",
5454
"short-unique-id": "5.0.3"
5555
},
5656
"devDependencies": {

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.8-next.5",
3+
"version": "1.5.8-next.6",
44
"description": "ESLint React's ESLint plugin for React related rules.",
55
"homepage": "https://github.com/rel1cx/eslint-react",
66
"bugs": {
@@ -49,11 +49,11 @@
4949
"@eslint-react/tools": "workspace:*",
5050
"@eslint-react/types": "workspace:*",
5151
"@eslint-react/var": "workspace:*",
52-
"@typescript-eslint/parser": "7.5.0",
53-
"@typescript-eslint/scope-manager": "7.5.0",
54-
"@typescript-eslint/type-utils": "7.5.0",
55-
"@typescript-eslint/types": "7.5.0",
56-
"@typescript-eslint/utils": "7.5.0",
52+
"@typescript-eslint/parser": "7.6.0",
53+
"@typescript-eslint/scope-manager": "7.6.0",
54+
"@typescript-eslint/type-utils": "7.6.0",
55+
"@typescript-eslint/types": "7.6.0",
56+
"@typescript-eslint/utils": "7.6.0",
5757
"string-ts": "2.1.0",
5858
"ts-api-utils": "1.3.0"
5959
},

packages/plugins/eslint-plugin-react-debug/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-debug",
3-
"version": "1.5.8-next.5",
3+
"version": "1.5.8-next.6",
44
"description": "ESLint React's ESLint plugin for debugging related rules.",
55
"homepage": "https://github.com/rel1cx/eslint-react",
66
"bugs": {
@@ -48,11 +48,11 @@
4848
"@eslint-react/shared": "workspace:*",
4949
"@eslint-react/tools": "workspace:*",
5050
"@eslint-react/types": "workspace:*",
51-
"@typescript-eslint/parser": "7.5.0",
52-
"@typescript-eslint/scope-manager": "7.5.0",
53-
"@typescript-eslint/type-utils": "7.5.0",
54-
"@typescript-eslint/types": "7.5.0",
55-
"@typescript-eslint/utils": "7.5.0",
51+
"@typescript-eslint/parser": "7.6.0",
52+
"@typescript-eslint/scope-manager": "7.6.0",
53+
"@typescript-eslint/type-utils": "7.6.0",
54+
"@typescript-eslint/types": "7.6.0",
55+
"@typescript-eslint/utils": "7.6.0",
5656
"string-ts": "2.1.0"
5757
},
5858
"peerDependencies": {

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.8-next.5",
3+
"version": "1.5.8-next.6",
44
"description": "ESLint React's ESLint plugin for React DOM 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/parser": "7.5.0",
53-
"@typescript-eslint/scope-manager": "7.5.0",
54-
"@typescript-eslint/types": "7.5.0",
55-
"@typescript-eslint/utils": "7.5.0",
52+
"@typescript-eslint/parser": "7.6.0",
53+
"@typescript-eslint/scope-manager": "7.6.0",
54+
"@typescript-eslint/types": "7.6.0",
55+
"@typescript-eslint/utils": "7.6.0",
5656
"string-ts": "2.1.0"
5757
},
5858
"devDependencies": {

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.8-next.5",
3+
"version": "1.5.8-next.6",
44
"description": "ESLint React's ESLint plugin for React Hooks related rules.",
55
"homepage": "https://github.com/rel1cx/eslint-react",
66
"bugs": {
@@ -49,11 +49,11 @@
4949
"@eslint-react/tools": "workspace:*",
5050
"@eslint-react/types": "workspace:*",
5151
"@eslint-react/var": "workspace:*",
52-
"@typescript-eslint/parser": "7.5.0",
53-
"@typescript-eslint/scope-manager": "7.5.0",
54-
"@typescript-eslint/type-utils": "7.5.0",
55-
"@typescript-eslint/types": "7.5.0",
56-
"@typescript-eslint/utils": "7.5.0",
52+
"@typescript-eslint/parser": "7.6.0",
53+
"@typescript-eslint/scope-manager": "7.6.0",
54+
"@typescript-eslint/type-utils": "7.6.0",
55+
"@typescript-eslint/types": "7.6.0",
56+
"@typescript-eslint/utils": "7.6.0",
5757
"string-ts": "2.1.0"
5858
},
5959
"devDependencies": {

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.8-next.5",
3+
"version": "1.5.8-next.6",
44
"description": "ESLint React's ESLint plugin for naming convention related rules.",
55
"homepage": "https://github.com/rel1cx/eslint-react",
66
"bugs": {
@@ -48,11 +48,11 @@
4848
"@eslint-react/shared": "workspace:*",
4949
"@eslint-react/tools": "workspace:*",
5050
"@eslint-react/types": "workspace:*",
51-
"@typescript-eslint/parser": "7.5.0",
52-
"@typescript-eslint/scope-manager": "7.5.0",
53-
"@typescript-eslint/type-utils": "7.5.0",
54-
"@typescript-eslint/types": "7.5.0",
55-
"@typescript-eslint/utils": "7.5.0",
51+
"@typescript-eslint/parser": "7.6.0",
52+
"@typescript-eslint/scope-manager": "7.6.0",
53+
"@typescript-eslint/type-utils": "7.6.0",
54+
"@typescript-eslint/types": "7.6.0",
55+
"@typescript-eslint/utils": "7.6.0",
5656
"string-ts": "2.1.0"
5757
},
5858
"devDependencies": {

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.8-next.5",
3+
"version": "1.5.8-next.6",
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.5.0",
59-
"@typescript-eslint/scope-manager": "7.5.0",
60-
"@typescript-eslint/type-utils": "7.5.0",
61-
"@typescript-eslint/types": "7.5.0",
62-
"@typescript-eslint/utils": "7.5.0",
58+
"@typescript-eslint/parser": "7.6.0",
59+
"@typescript-eslint/scope-manager": "7.6.0",
60+
"@typescript-eslint/type-utils": "7.6.0",
61+
"@typescript-eslint/types": "7.6.0",
62+
"@typescript-eslint/utils": "7.6.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)