Skip to content

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

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

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

Triggered via pull request November 23, 2024 06:43
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#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.