Skip to content

Commit ad62afc

Browse files
committed
release: 1.5.30.next.0
1 parent d618aae commit ad62afc

File tree

18 files changed

+60
-62
lines changed

18 files changed

+60
-62
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.5.29
1+
1.5.30-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.9",
2626
"typescript": "^5.5.3",
27-
"typescript-eslint": "^7.16.1 || ^rc-v8",
27+
"typescript-eslint": "^7.16.1",
2828
"vite": "5.3.4"
2929
}
3030
}

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-react/monorepo",
3-
"version": "1.5.29",
3+
"version": "1.5.30-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,9 +60,9 @@
6060
"@types/node": "20.14.11",
6161
"@types/react": "18.3.3",
6262
"@types/react-dom": "18.3.0",
63-
"@typescript-eslint/eslint-plugin": "^7.16.1 || ^rc-v8",
64-
"@typescript-eslint/parser": "^7.16.1 || ^rc-v8",
65-
"@typescript-eslint/rule-tester": "^7.16.1 || ^rc-v8",
63+
"@typescript-eslint/eslint-plugin": "^7.16.1",
64+
"@typescript-eslint/parser": "^7.16.1",
65+
"@typescript-eslint/rule-tester": "^7.16.1",
6666
"@vitest/ui": "2.0.4",
6767
"bun": "1.1.20",
6868
"bundle-require": "^5.0.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.29",
3+
"version": "1.5.30-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,10 +48,10 @@
4848
"@eslint-react/tools": "workspace:*",
4949
"@eslint-react/types": "workspace:*",
5050
"@eslint-react/var": "workspace:*",
51-
"@typescript-eslint/scope-manager": "^7.16.1 || ^rc-v8",
52-
"@typescript-eslint/type-utils": "^7.16.1 || ^rc-v8",
53-
"@typescript-eslint/types": "^7.16.1 || ^rc-v8",
54-
"@typescript-eslint/utils": "^7.16.1 || ^rc-v8"
51+
"@typescript-eslint/scope-manager": "^7.16.1",
52+
"@typescript-eslint/type-utils": "^7.16.1",
53+
"@typescript-eslint/types": "^7.16.1",
54+
"@typescript-eslint/utils": "^7.16.1"
5555
},
5656
"devDependencies": {
5757
"short-unique-id": "5.2.0",

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.29",
3+
"version": "1.5.30-next.0",
44
"description": "ESLint React's ESLint plugin for debugging related rules.",
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.16.1 || ^rc-v8",
51-
"@typescript-eslint/type-utils": "^7.16.1 || ^rc-v8",
52-
"@typescript-eslint/types": "^7.16.1 || ^rc-v8",
53-
"@typescript-eslint/utils": "^7.16.1 || ^rc-v8",
50+
"@typescript-eslint/scope-manager": "^7.16.1",
51+
"@typescript-eslint/type-utils": "^7.16.1",
52+
"@typescript-eslint/types": "^7.16.1",
53+
"@typescript-eslint/utils": "^7.16.1",
5454
"string-ts": "^2.2.0"
5555
},
5656
"devDependencies": {

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.29",
3+
"version": "1.5.30-next.0",
44
"description": "ESLint React's ESLint plugin for React DOM related rules.",
55
"homepage": "https://github.com/rel1cx/eslint-react",
66
"bugs": {
@@ -48,9 +48,9 @@
4848
"@eslint-react/tools": "workspace:*",
4949
"@eslint-react/types": "workspace:*",
5050
"@eslint-react/var": "workspace:*",
51-
"@typescript-eslint/scope-manager": "^7.16.1 || ^rc-v8",
52-
"@typescript-eslint/types": "^7.16.1 || ^rc-v8",
53-
"@typescript-eslint/utils": "^7.16.1 || ^rc-v8"
51+
"@typescript-eslint/scope-manager": "^7.16.1",
52+
"@typescript-eslint/types": "^7.16.1",
53+
"@typescript-eslint/utils": "^7.16.1"
5454
},
5555
"devDependencies": {
5656
"@types/react": "^18.3.3",

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.29",
3+
"version": "1.5.30-next.0",
44
"description": "ESLint React's ESLint plugin for React Hooks related rules.",
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.16.1 || ^rc-v8",
52-
"@typescript-eslint/type-utils": "^7.16.1 || ^rc-v8",
53-
"@typescript-eslint/types": "^7.16.1 || ^rc-v8",
54-
"@typescript-eslint/utils": "^7.16.1 || ^rc-v8"
51+
"@typescript-eslint/scope-manager": "^7.16.1",
52+
"@typescript-eslint/type-utils": "^7.16.1",
53+
"@typescript-eslint/types": "^7.16.1",
54+
"@typescript-eslint/utils": "^7.16.1"
5555
},
5656
"devDependencies": {
5757
"@types/react": "^18.3.3",

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.29",
3+
"version": "1.5.30-next.0",
44
"description": "ESLint React's ESLint plugin for naming convention related rules.",
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.16.1 || ^rc-v8",
51-
"@typescript-eslint/type-utils": "^7.16.1 || ^rc-v8",
52-
"@typescript-eslint/types": "^7.16.1 || ^rc-v8",
53-
"@typescript-eslint/utils": "^7.16.1 || ^rc-v8"
50+
"@typescript-eslint/scope-manager": "^7.16.1",
51+
"@typescript-eslint/type-utils": "^7.16.1",
52+
"@typescript-eslint/types": "^7.16.1",
53+
"@typescript-eslint/utils": "^7.16.1"
5454
},
5555
"devDependencies": {
5656
"@types/react": "^18.3.3",

packages/plugins/eslint-plugin-react-x/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-x",
3-
"version": "1.5.29",
3+
"version": "1.5.30-next.0",
44
"description": "ESLint React's ESLint plugin for React related rules.",
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.16.1 || ^rc-v8",
52-
"@typescript-eslint/type-utils": "^7.16.1 || ^rc-v8",
53-
"@typescript-eslint/types": "^7.16.1 || ^rc-v8",
54-
"@typescript-eslint/utils": "^7.16.1 || ^rc-v8",
51+
"@typescript-eslint/scope-manager": "^7.16.1",
52+
"@typescript-eslint/type-utils": "^7.16.1",
53+
"@typescript-eslint/types": "^7.16.1",
54+
"@typescript-eslint/utils": "^7.16.1",
5555
"is-immutable-type": "4.0.0"
5656
},
5757
"devDependencies": {

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.29",
3+
"version": "1.5.30-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,10 +55,10 @@
5555
"@eslint-react/shared": "workspace:*",
5656
"@eslint-react/tools": "workspace:*",
5757
"@eslint-react/types": "workspace:*",
58-
"@typescript-eslint/scope-manager": "^7.16.1 || ^rc-v8",
59-
"@typescript-eslint/type-utils": "^7.16.1 || ^rc-v8",
60-
"@typescript-eslint/types": "^7.16.1 || ^rc-v8",
61-
"@typescript-eslint/utils": "^7.16.1 || ^rc-v8",
58+
"@typescript-eslint/scope-manager": "^7.16.1",
59+
"@typescript-eslint/type-utils": "^7.16.1",
60+
"@typescript-eslint/types": "^7.16.1",
61+
"@typescript-eslint/utils": "^7.16.1",
6262
"eslint-plugin-react-debug": "workspace:*",
6363
"eslint-plugin-react-dom": "workspace:*",
6464
"eslint-plugin-react-hooks-extra": "workspace:*",

0 commit comments

Comments
 (0)