Skip to content

Commit

Permalink
chore(deps): update linters (#30606)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
  • Loading branch information
renovate[bot] and viceice authored Aug 14, 2024
1 parent 718d25a commit 541428f
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 117 deletions.
2 changes: 1 addition & 1 deletion lib/util/decorator/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export interface DecoratorParameters<T, U extends any[] = any[]> {
/**
* A callback to call the decorated method with the current arguments.
*/
callback(): unknown;
callback(this: void): unknown;

/**
* Current call context.
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -301,8 +301,8 @@
"@types/url-join": "4.0.3",
"@types/validate-npm-package-name": "4.0.2",
"@types/xmldoc": "1.1.9",
"@typescript-eslint/eslint-plugin": "7.17.0",
"@typescript-eslint/parser": "7.17.0",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"aws-sdk-client-mock": "4.0.1",
"callsite": "1.0.0",
"common-tags": "1.8.2",
Expand All @@ -312,9 +312,9 @@
"eslint-formatter-gha": "1.5.0",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jest": "28.6.0",
"eslint-plugin-jest": "28.7.0",
"eslint-plugin-jest-formatting": "3.1.0",
"eslint-plugin-promise": "7.0.0",
"eslint-plugin-promise": "7.1.0",
"eslint-plugin-typescript-enum": "2.1.0",
"expect": "29.7.0",
"expect-more-jest": "5.5.0",
Expand Down
159 changes: 47 additions & 112 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 541428f

Please sign in to comment.