Skip to content

Commit 36df2a6

Browse files
chore(deps): update typescript-eslint monorepo to ^8.24.1 (#2168)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent bd13c81 commit 36df2a6

File tree

4 files changed

+142
-26
lines changed

4 files changed

+142
-26
lines changed

packages/cli/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@
9595
"@types/micromatch": "^4.0.9",
9696
"@types/node": "^22.13.4",
9797
"@types/prettier": "^2.7.3",
98-
"@typescript-eslint/eslint-plugin": "^8.24.0",
99-
"@typescript-eslint/parser": "^8.24.0",
98+
"@typescript-eslint/eslint-plugin": "^8.24.1",
99+
"@typescript-eslint/parser": "^8.24.1",
100100
"eslint": "^9.20.1",
101101
"p-lazy": "^3.1.0",
102102
"test-utils": "workspace:^",

packages/gqty/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@
8484
"devDependencies": {
8585
"@types/node": "^22.13.4",
8686
"@types/ws": "^8.5.14",
87-
"@typescript-eslint/eslint-plugin": "^8.24.0",
88-
"@typescript-eslint/parser": "^8.24.0",
87+
"@typescript-eslint/eslint-plugin": "^8.24.1",
88+
"@typescript-eslint/parser": "^8.24.1",
8989
"bob-esbuild-cli": "^4.0.0",
9090
"concurrently": "^9.1.2",
9191
"cross-env": "^7.0.3",

packages/react/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@
102102
"@types/node": "^22.13.4",
103103
"@types/react": "^18.3.18",
104104
"@types/use-sync-external-store": "^0.0.6",
105-
"@typescript-eslint/eslint-plugin": "^8.24.0",
106-
"@typescript-eslint/parser": "^8.24.0",
105+
"@typescript-eslint/eslint-plugin": "^8.24.1",
106+
"@typescript-eslint/parser": "^8.24.1",
107107
"eslint": "^9.20.1",
108108
"eslint-plugin-you-dont-need-lodash-underscore": "^6.14.0",
109109
"gqty": "workspace:^",
@@ -118,7 +118,7 @@
118118
"react-test-renderer": "^18.3.1",
119119
"test-utils": "workspace:^",
120120
"type-fest": "^4.35.0",
121-
"typescript-eslint": "^8.24.0"
121+
"typescript-eslint": "^8.24.1"
122122
},
123123
"peerDependencies": {
124124
"gqty": "workspace:^3.4.1",

pnpm-lock.yaml

+135-19
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)