Skip to content

Commit

Permalink
fix(deps): update typescript-eslint monorepo to v8.16.0 (#6313)
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 Nov 28, 2024
1 parent f3bc985 commit 953ff89
Show file tree
Hide file tree
Showing 10 changed files with 168 additions and 168 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.9",
"@typescript-eslint/eslint-plugin": "8.15.0",
"@typescript-eslint/parser": "8.15.0",
"@typescript-eslint/eslint-plugin": "8.16.0",
"@typescript-eslint/parser": "8.16.0",
"eslint": "8.57.1",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-n": "17.14.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.9",
"@typescript-eslint/eslint-plugin": "8.15.0",
"@typescript-eslint/parser": "8.15.0",
"@typescript-eslint/eslint-plugin": "8.16.0",
"@typescript-eslint/parser": "8.16.0",
"eslint": "8.57.1",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-n": "17.14.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.9",
"@typescript-eslint/eslint-plugin": "8.15.0",
"@typescript-eslint/parser": "8.15.0",
"@typescript-eslint/eslint-plugin": "8.16.0",
"@typescript-eslint/parser": "8.16.0",
"eslint": "8.57.1",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-n": "17.14.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.9",
"@typescript-eslint/eslint-plugin": "8.15.0",
"@typescript-eslint/parser": "8.15.0",
"@typescript-eslint/eslint-plugin": "8.16.0",
"@typescript-eslint/parser": "8.16.0",
"eslint": "8.57.1",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-n": "17.14.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.9",
"@typescript-eslint/eslint-plugin": "8.15.0",
"@typescript-eslint/parser": "8.15.0",
"@typescript-eslint/eslint-plugin": "8.16.0",
"@typescript-eslint/parser": "8.16.0",
"eslint": "8.57.1",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-n": "17.14.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.6.3",
"@typescript-eslint/parser": "8.15.0",
"@typescript-eslint/eslint-plugin": "8.15.0",
"@typescript-eslint/parser": "8.16.0",
"@typescript-eslint/eslint-plugin": "8.16.0",
"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.9",
"@typescript-eslint/eslint-plugin": "8.15.0",
"@typescript-eslint/parser": "8.15.0",
"@typescript-eslint/eslint-plugin": "8.16.0",
"@typescript-eslint/parser": "8.16.0",
"eslint": "8.57.1",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-n": "17.14.0",
Expand Down
Loading

0 comments on commit 953ff89

Please sign in to comment.