Skip to content

Commit

Permalink
fix(deps): update typescript-eslint monorepo to v8.18.1 (#6409)
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 Dec 16, 2024
1 parent b592419 commit 594b7dc
Show file tree
Hide file tree
Showing 10 changed files with 161 additions and 161 deletions.
4 changes: 2 additions & 2 deletions infra/apps/cloud-primary/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"devDependencies": {
"@infra/pulumi": "workspace:*",
"@types/node": "20.17.10",
"@typescript-eslint/eslint-plugin": "8.18.0",
"@typescript-eslint/parser": "8.18.0",
"@typescript-eslint/eslint-plugin": "8.18.1",
"@typescript-eslint/parser": "8.18.1",
"eslint": "8.57.1",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-n": "17.15.0",
Expand Down
4 changes: 2 additions & 2 deletions infra/apps/doprocess/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"devDependencies": {
"@infra/pulumi": "workspace:*",
"@types/node": "20.17.10",
"@typescript-eslint/eslint-plugin": "8.18.0",
"@typescript-eslint/parser": "8.18.0",
"@typescript-eslint/eslint-plugin": "8.18.1",
"@typescript-eslint/parser": "8.18.1",
"eslint": "8.57.1",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-n": "17.15.0",
Expand Down
4 changes: 2 additions & 2 deletions infra/apps/remote-browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"devDependencies": {
"@infra/pulumi": "workspace:*",
"@types/node": "20.17.10",
"@typescript-eslint/eslint-plugin": "8.18.0",
"@typescript-eslint/parser": "8.18.0",
"@typescript-eslint/eslint-plugin": "8.18.1",
"@typescript-eslint/parser": "8.18.1",
"eslint": "8.57.1",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-n": "17.15.0",
Expand Down
4 changes: 2 additions & 2 deletions infra/apps/uier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"devDependencies": {
"@infra/pulumi": "workspace:*",
"@types/node": "20.17.10",
"@typescript-eslint/eslint-plugin": "8.18.0",
"@typescript-eslint/parser": "8.18.0",
"@typescript-eslint/eslint-plugin": "8.18.1",
"@typescript-eslint/parser": "8.18.1",
"eslint": "8.57.1",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-n": "17.15.0",
Expand Down
4 changes: 2 additions & 2 deletions infra/apps/workingparty/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"devDependencies": {
"@infra/pulumi": "workspace:*",
"@types/node": "20.17.10",
"@typescript-eslint/eslint-plugin": "8.18.0",
"@typescript-eslint/parser": "8.18.0",
"@typescript-eslint/eslint-plugin": "8.18.1",
"@typescript-eslint/parser": "8.18.1",
"eslint": "8.57.1",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-n": "17.15.0",
Expand Down
4 changes: 2 additions & 2 deletions infra/packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"eslint-plugin-only-warn": "1.1.0",
"eslint-plugin-import": "2.31.0",
"eslint-import-resolver-typescript": "3.7.0",
"@typescript-eslint/parser": "8.18.0",
"@typescript-eslint/eslint-plugin": "8.18.0",
"@typescript-eslint/parser": "8.18.1",
"@typescript-eslint/eslint-plugin": "8.18.1",
"typescript": "5.7.2"
}
}
4 changes: 2 additions & 2 deletions infra/packages/pulumi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"@infra/typescript-config": "workspace:*",
"@infra/eslint-config": "workspace:*",
"@types/node": "20.17.10",
"@typescript-eslint/eslint-plugin": "8.18.0",
"@typescript-eslint/parser": "8.18.0",
"@typescript-eslint/eslint-plugin": "8.18.1",
"@typescript-eslint/parser": "8.18.1",
"eslint": "8.57.1",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-n": "17.15.0",
Expand Down
168 changes: 84 additions & 84 deletions infra/pnpm-lock.yaml

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions web/packages/eslint-config-signalco/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"type": "module",
"sideEffects": false,
"dependencies": {
"@typescript-eslint/eslint-plugin": "8.18.0",
"@typescript-eslint/parser": "8.18.0",
"@typescript-eslint/eslint-plugin": "8.18.1",
"@typescript-eslint/parser": "8.18.1",
"eslint": "8.57.1",
"eslint-config-next": "15.1.0",
"eslint-config-turbo": "2.3.3",
Expand Down
122 changes: 61 additions & 61 deletions web/pnpm-lock.yaml

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

0 comments on commit 594b7dc

Please sign in to comment.