Skip to content

Commit

Permalink
chore(deps): update typescript-eslint monorepo to ^8.24.0 (#2151)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 10, 2025
1 parent 296694d commit 1e70f71
Show file tree
Hide file tree
Showing 4 changed files with 142 additions and 26 deletions.
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@
"@types/micromatch": "^4.0.9",
"@types/node": "^22.13.1",
"@types/prettier": "^2.7.3",
"@typescript-eslint/eslint-plugin": "^8.23.0",
"@typescript-eslint/parser": "^8.23.0",
"@typescript-eslint/eslint-plugin": "^8.24.0",
"@typescript-eslint/parser": "^8.24.0",
"eslint": "^9.20.0",
"p-lazy": "^3.1.0",
"test-utils": "workspace:^",
Expand Down
4 changes: 2 additions & 2 deletions packages/gqty/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@
"devDependencies": {
"@types/node": "^22.13.1",
"@types/ws": "^8.5.14",
"@typescript-eslint/eslint-plugin": "^8.23.0",
"@typescript-eslint/parser": "^8.23.0",
"@typescript-eslint/eslint-plugin": "^8.24.0",
"@typescript-eslint/parser": "^8.24.0",
"bob-esbuild-cli": "^4.0.0",
"concurrently": "^9.1.2",
"cross-env": "^7.0.3",
Expand Down
6 changes: 3 additions & 3 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@
"@types/node": "^22.13.1",
"@types/react": "^18.3.18",
"@types/use-sync-external-store": "^0.0.6",
"@typescript-eslint/eslint-plugin": "^8.23.0",
"@typescript-eslint/parser": "^8.23.0",
"@typescript-eslint/eslint-plugin": "^8.24.0",
"@typescript-eslint/parser": "^8.24.0",
"eslint": "^9.20.0",
"eslint-plugin-you-dont-need-lodash-underscore": "^6.14.0",
"gqty": "workspace:^",
Expand All @@ -118,7 +118,7 @@
"react-test-renderer": "^18.3.1",
"test-utils": "workspace:^",
"type-fest": "^4.34.1",
"typescript-eslint": "^8.23.0"
"typescript-eslint": "^8.24.0"
},
"peerDependencies": {
"gqty": "workspace:^3.4.0",
Expand Down
154 changes: 135 additions & 19 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1e70f71

Please sign in to comment.