fix(deps): update dependency @octokit/app to v15 #549
Annotations
8 errors and 1 warning
TypeCheck:
src/github.mock.ts#L1
The current file is a CommonJS module whose imports will produce 'require' calls; however, the referenced file is an ECMAScript module and cannot be imported with 'require'. Consider writing a dynamic 'import("@octokit/core")' call instead.
|
TypeCheck:
src/github.ts#L1
The current file is a CommonJS module whose imports will produce 'require' calls; however, the referenced file is an ECMAScript module and cannot be imported with 'require'. Consider writing a dynamic 'import("@octokit/core")' call instead.
|
TypeCheck:
src/github.ts#L4
The current file is a CommonJS module whose imports will produce 'require' calls; however, the referenced file is an ECMAScript module and cannot be imported with 'require'. Consider writing a dynamic 'import("@octokit/graphql")' call instead.
|
TypeCheck:
src/index.ts#L2
The current file is a CommonJS module whose imports will produce 'require' calls; however, the referenced file is an ECMAScript module and cannot be imported with 'require'. Consider writing a dynamic 'import("@octokit/app")' call instead.
|
TypeCheck:
src/index.ts#L3
The current file is a CommonJS module whose imports will produce 'require' calls; however, the referenced file is an ECMAScript module and cannot be imported with 'require'. Consider writing a dynamic 'import("@octokit/core")' call instead.
|
TypeCheck:
src/index.ts#L7
Cannot find module '@octokit/webhooks-types' or its corresponding type declarations.
|
TypeCheck:
src/types.ts#L6
Cannot find module '@octokit/webhooks-types' or its corresponding type declarations.
|
TypeCheck
Process completed with exit code 2.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading