Skip to content

fix(deps): update dependency @octokit/app to v15 #361

fix(deps): update dependency @octokit/app to v15

fix(deps): update dependency @octokit/app to v15 #361

Triggered via pull request August 24, 2024 15:23
Status Failure
Total duration 30s
Artifacts

lint.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

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#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/app")' call instead.
lint: src/index.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/core")' call instead.
lint: src/index.ts#L8
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.