fix(deps): update dependency @octokit/app to v15 #478
Annotations
8 errors
lint:
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.
|
lint:
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.
|
lint:
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.
|
lint:
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.
|
lint:
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.
|
lint:
src/index.ts#L7
Cannot find module '@octokit/webhooks-types' or its corresponding type declarations.
|
lint:
src/types.ts#L6
Cannot find module '@octokit/webhooks-types' or its corresponding type declarations.
|
lint
Process completed with exit code 2.
|