Skip to content

Commit

Permalink
Merge pull request #362 from Secreto31126/renovate/major-typescript-e…
Browse files Browse the repository at this point in the history
…slint-monorepo

chore(deps): typescript-eslint monorepo v8 (major)
  • Loading branch information
Secreto31126 authored Aug 4, 2024
2 parents 9b67b0e + 2a59d66 commit b63e712
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 61 deletions.
115 changes: 56 additions & 59 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,8 @@
"@adonisjs/http-server": "7.2.3",
"@types/express": "4.17.21",
"@types/node": "18.19.42",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"@typescript-eslint/eslint-plugin": "8.0.0",
"@typescript-eslint/parser": "8.0.0",
"@vercel/node": "3.2.7",
"all-contributors-cli": "6.26.1",
"c8": "10.1.2",
Expand Down
1 change: 1 addition & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,7 @@ export interface InteractiveAction extends ClientTypedMessageComponent {
| "location_request_message";
}

// eslint-disable-next-line @typescript-eslint/no-empty-object-type
export interface TemplateComponent extends ClientBuildableMessageComponent {}

export type ClientMessageNames =
Expand Down

0 comments on commit b63e712

Please sign in to comment.