Skip to content

Commit c580ef3

Browse files
committed
build: Update @typescript-eslint's packages to 7.7.1
1 parent 4bb2272 commit c580ef3

File tree

17 files changed

+390
-384
lines changed

17 files changed

+390
-384
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v1.5.10 (Draft)
2+
3+
### 🪄 Improvements
4+
5+
- Update `@typescript-eslint`'s packages to `7.7.1`.
6+
17
## v1.5.9 (Fri 19 Apr 2024)
28

39
### 🪄 Improvements

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.0",
2525
"eslint-plugin-react-refresh": "0.4.6",
2626
"typescript": "5.4.5",
27-
"typescript-eslint": "7.7.0",
27+
"typescript-eslint": "^7.7.1",
2828
"vite": "5.2.10"
2929
}
3030
}

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@
5959
"@tsconfig/node20": "20.1.4",
6060
"@tsconfig/strictest": "2.0.5",
6161
"@types/node": "20.12.7",
62-
"@typescript-eslint/eslint-plugin": "7.7.0",
63-
"@typescript-eslint/parser": "7.7.0",
64-
"@typescript-eslint/rule-tester": "^7.7.0",
62+
"@typescript-eslint/eslint-plugin": "^7.7.1",
63+
"@typescript-eslint/parser": "^7.7.1",
64+
"@typescript-eslint/rule-tester": "^7.7.1",
6565
"@vitest/ui": "1.5.0",
6666
"bun": "1.1.4",
6767
"bun-types": "1.1.4",
@@ -92,14 +92,14 @@
9292
"ts-pattern": "5.1.1",
9393
"tsup": "8.0.2",
9494
"turbo": "1.13.2",
95-
"type-fest": "4.15.0",
95+
"type-fest": "4.16.0",
9696
"typedoc": "0.25.13",
9797
"typedoc-plugin-markdown": "3.17.1",
9898
"typedoc-plugin-rename-defaults": "0.7.0",
9999
"typescript": "5.4.5",
100100
"vitest": "1.5.0"
101101
},
102-
"packageManager": "pnpm@9.0.4",
102+
"packageManager": "pnpm@9.0.5",
103103
"engines": {
104104
"bun": ">=1.0.15",
105105
"node": ">=18.18.0"

packages/core/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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.7.0",
51-
"@typescript-eslint/type-utils": "7.7.0",
52-
"@typescript-eslint/types": "7.7.0",
53-
"@typescript-eslint/utils": "7.7.0",
50+
"@typescript-eslint/scope-manager": "^7.7.1",
51+
"@typescript-eslint/type-utils": "^7.7.1",
52+
"@typescript-eslint/types": "^7.7.1",
53+
"@typescript-eslint/utils": "^7.7.1",
5454
"short-unique-id": "5.0.3"
5555
},
5656
"devDependencies": {

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -49,21 +49,21 @@
4949
"@eslint-react/tools": "workspace:*",
5050
"@eslint-react/types": "workspace:*",
5151
"@eslint-react/var": "workspace:*",
52-
"@typescript-eslint/parser": "7.7.0",
53-
"@typescript-eslint/scope-manager": "7.7.0",
54-
"@typescript-eslint/type-utils": "7.7.0",
55-
"@typescript-eslint/types": "7.7.0",
56-
"@typescript-eslint/utils": "7.7.0",
52+
"@typescript-eslint/parser": "^7.7.1",
53+
"@typescript-eslint/scope-manager": "^7.7.1",
54+
"@typescript-eslint/type-utils": "^7.7.1",
55+
"@typescript-eslint/types": "^7.7.1",
56+
"@typescript-eslint/utils": "^7.7.1",
5757
"string-ts": "2.1.0",
5858
"ts-api-utils": "1.3.0"
5959
},
6060
"devDependencies": {
6161
"effect": "3.0.3"
6262
},
6363
"peerDependencies": {
64-
"@typescript-eslint/parser": ">=7.5.0",
65-
"eslint": ">=9.0.0",
66-
"typescript": ">=5.3.3"
64+
"@typescript-eslint/parser": "^7.5.0",
65+
"eslint": "^9.0.0",
66+
"typescript": "^5.3.3"
6767
},
6868
"engines": {
6969
"bun": ">=1.0.15",

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -48,17 +48,17 @@
4848
"@eslint-react/shared": "workspace:*",
4949
"@eslint-react/tools": "workspace:*",
5050
"@eslint-react/types": "workspace:*",
51-
"@typescript-eslint/parser": "7.7.0",
52-
"@typescript-eslint/scope-manager": "7.7.0",
53-
"@typescript-eslint/type-utils": "7.7.0",
54-
"@typescript-eslint/types": "7.7.0",
55-
"@typescript-eslint/utils": "7.7.0",
51+
"@typescript-eslint/parser": "^7.7.1",
52+
"@typescript-eslint/scope-manager": "^7.7.1",
53+
"@typescript-eslint/type-utils": "^7.7.1",
54+
"@typescript-eslint/types": "^7.7.1",
55+
"@typescript-eslint/utils": "^7.7.1",
5656
"string-ts": "2.1.0"
5757
},
5858
"peerDependencies": {
59-
"@typescript-eslint/parser": ">=7.5.0",
60-
"eslint": ">=9.0.0",
61-
"typescript": ">=5.3.3"
59+
"@typescript-eslint/parser": "^7.5.0",
60+
"eslint": "^9.0.0",
61+
"typescript": "^5.3.3"
6262
},
6363
"engines": {
6464
"bun": ">=1.0.15",

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,19 +49,19 @@
4949
"@eslint-react/tools": "workspace:*",
5050
"@eslint-react/types": "workspace:*",
5151
"@eslint-react/var": "workspace:*",
52-
"@typescript-eslint/parser": "7.7.0",
53-
"@typescript-eslint/scope-manager": "7.7.0",
54-
"@typescript-eslint/types": "7.7.0",
55-
"@typescript-eslint/utils": "7.7.0",
52+
"@typescript-eslint/parser": "^7.7.1",
53+
"@typescript-eslint/scope-manager": "^7.7.1",
54+
"@typescript-eslint/types": "^7.7.1",
55+
"@typescript-eslint/utils": "^7.7.1",
5656
"string-ts": "2.1.0"
5757
},
5858
"devDependencies": {
5959
"effect": "3.0.3"
6060
},
6161
"peerDependencies": {
62-
"@typescript-eslint/parser": ">=7.5.0",
63-
"eslint": ">=9.0.0",
64-
"typescript": ">=5.3.3"
62+
"@typescript-eslint/parser": "^7.5.0",
63+
"eslint": "^9.0.0",
64+
"typescript": "^5.3.3"
6565
},
6666
"engines": {
6767
"bun": ">=1.0.15",

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -49,20 +49,20 @@
4949
"@eslint-react/tools": "workspace:*",
5050
"@eslint-react/types": "workspace:*",
5151
"@eslint-react/var": "workspace:*",
52-
"@typescript-eslint/parser": "7.7.0",
53-
"@typescript-eslint/scope-manager": "7.7.0",
54-
"@typescript-eslint/type-utils": "7.7.0",
55-
"@typescript-eslint/types": "7.7.0",
56-
"@typescript-eslint/utils": "7.7.0",
52+
"@typescript-eslint/parser": "^7.7.1",
53+
"@typescript-eslint/scope-manager": "^7.7.1",
54+
"@typescript-eslint/type-utils": "^7.7.1",
55+
"@typescript-eslint/types": "^7.7.1",
56+
"@typescript-eslint/utils": "^7.7.1",
5757
"string-ts": "2.1.0"
5858
},
5959
"devDependencies": {
6060
"effect": "3.0.3"
6161
},
6262
"peerDependencies": {
63-
"@typescript-eslint/parser": ">=7.5.0",
64-
"eslint": ">=9.0.0",
65-
"typescript": ">=5.3.3"
63+
"@typescript-eslint/parser": "^7.5.0",
64+
"eslint": "^9.0.0",
65+
"typescript": "^5.3.3"
6666
},
6767
"engines": {
6868
"bun": ">=1.0.15",

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -48,20 +48,20 @@
4848
"@eslint-react/shared": "workspace:*",
4949
"@eslint-react/tools": "workspace:*",
5050
"@eslint-react/types": "workspace:*",
51-
"@typescript-eslint/parser": "7.7.0",
52-
"@typescript-eslint/scope-manager": "7.7.0",
53-
"@typescript-eslint/type-utils": "7.7.0",
54-
"@typescript-eslint/types": "7.7.0",
55-
"@typescript-eslint/utils": "7.7.0",
51+
"@typescript-eslint/parser": "^7.7.1",
52+
"@typescript-eslint/scope-manager": "^7.7.1",
53+
"@typescript-eslint/type-utils": "^7.7.1",
54+
"@typescript-eslint/types": "^7.7.1",
55+
"@typescript-eslint/utils": "^7.7.1",
5656
"string-ts": "2.1.0"
5757
},
5858
"devDependencies": {
5959
"effect": "3.0.3"
6060
},
6161
"peerDependencies": {
62-
"@typescript-eslint/parser": ">=7.5.0",
63-
"eslint": ">=9.0.0",
64-
"typescript": ">=5.3.3"
62+
"@typescript-eslint/parser": "^7.5.0",
63+
"eslint": "^9.0.0",
64+
"typescript": "^5.3.3"
6565
},
6666
"engines": {
6767
"bun": ">=1.0.15",

packages/plugins/eslint-plugin/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -55,20 +55,20 @@
5555
"@eslint-react/shared": "workspace:*",
5656
"@eslint-react/tools": "workspace:*",
5757
"@eslint-react/types": "workspace:*",
58-
"@typescript-eslint/parser": "7.7.0",
59-
"@typescript-eslint/scope-manager": "7.7.0",
60-
"@typescript-eslint/type-utils": "7.7.0",
61-
"@typescript-eslint/types": "7.7.0",
62-
"@typescript-eslint/utils": "7.7.0",
58+
"@typescript-eslint/parser": "^7.7.1",
59+
"@typescript-eslint/scope-manager": "^7.7.1",
60+
"@typescript-eslint/type-utils": "^7.7.1",
61+
"@typescript-eslint/types": "^7.7.1",
62+
"@typescript-eslint/utils": "^7.7.1",
6363
"eslint-plugin-react-core": "workspace:*",
6464
"eslint-plugin-react-dom": "workspace:*",
6565
"eslint-plugin-react-hooks-extra": "workspace:*",
6666
"eslint-plugin-react-naming-convention": "workspace:*"
6767
},
6868
"peerDependencies": {
69-
"@typescript-eslint/parser": ">=7.5.0",
70-
"eslint": ">=9.0.0",
71-
"typescript": ">=5.3.3"
69+
"@typescript-eslint/parser": "^7.5.0",
70+
"eslint": "^9.0.0",
71+
"typescript": "^5.3.3"
7272
},
7373
"engines": {
7474
"bun": ">=1.0.15",

0 commit comments

Comments
 (0)