Skip to content

fix: adapt code for ESM/new deps #648

fix: adapt code for ESM/new deps

fix: adapt code for ESM/new deps #648

Triggered via push April 30, 2024 18:27
Status Failure
Total duration 29s
Artifacts

release.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
release: src/app.ts#L6
The inferred type of 'App' cannot be named without a reference to '../node_modules/@octokit/app/dist-types/types.js'. This is likely not portable. A type annotation is necessary.
release: src/app.ts#L6
The inferred type of 'App' cannot be named without a reference to '../node_modules/@octokit/plugin-rest-endpoint-methods/dist-types/types.js'. This is likely not portable. A type annotation is necessary.
release: src/app.ts#L6
The inferred type of 'App' cannot be named without a reference to '@octokit/core/node_modules/@octokit/graphql/types'. This is likely not portable. A type annotation is necessary.
release: src/app.ts#L9
The inferred type of 'OAuthApp' cannot be named without a reference to '../node_modules/@octokit/oauth-app/dist-types/methods/check-token.js'. This is likely not portable. A type annotation is necessary.
release: src/app.ts#L9
The inferred type of 'OAuthApp' cannot be named without a reference to '../node_modules/@octokit/oauth-app/dist-types/methods/create-token.js'. This is likely not portable. A type annotation is necessary.
release: src/app.ts#L9
The inferred type of 'OAuthApp' cannot be named without a reference to '../node_modules/@octokit/oauth-app/dist-types/methods/delete-authorization.js'. This is likely not portable. A type annotation is necessary.
release: src/app.ts#L9
The inferred type of 'OAuthApp' cannot be named without a reference to '../node_modules/@octokit/oauth-app/dist-types/methods/delete-token.js'. This is likely not portable. A type annotation is necessary.
release: src/app.ts#L9
The inferred type of 'OAuthApp' cannot be named without a reference to '../node_modules/@octokit/oauth-app/dist-types/methods/get-user-octokit.js'. This is likely not portable. A type annotation is necessary.
release: src/app.ts#L9
The inferred type of 'OAuthApp' cannot be named without a reference to '../node_modules/@octokit/oauth-app/dist-types/methods/get-web-flow-authorization-url.js'. This is likely not portable. A type annotation is necessary.
release: src/app.ts#L9
The inferred type of 'OAuthApp' cannot be named without a reference to '../node_modules/@octokit/oauth-app/dist-types/methods/refresh-token.js'. This is likely not portable. A type annotation is necessary.