Bump the all-dependencies group across 1 directory with 20 updates #274
Annotations
8 errors and 1 warning
test:
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/rest")' call instead.
|
test:
src/github.ts#L3
Could not find a declaration file for module 'js-yaml'. '/home/runner/work/magic-mirror/magic-mirror/node_modules/js-yaml/index.js' implicitly has an 'any' type.
|
test:
src/syncer.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/rest")' call instead.
|
test:
src/syncer.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/auth-app")' call instead.
|
test:
src/web.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/rest")' call instead.
|
test:
src/web.ts#L101
Argument of type 'Octokit & { retry: { retryRequest: (error: RequestError, retries: number, retryAfter: number) => RequestError; }; } & { paginate: PaginateInterface; } & RestEndpointMethods & Api & API' is not assignable to parameter of type 'Octokit & RestEndpointMethods & Api & { paginate: PaginateInterface; }'.
|
test:
src/web.ts#L144
Argument of type 'Octokit & { retry: { retryRequest: (error: RequestError, retries: number, retryAfter: number) => RequestError; }; } & { paginate: PaginateInterface; } & RestEndpointMethods & Api & API' is not assignable to parameter of type 'Octokit & RestEndpointMethods & Api & { paginate: PaginateInterface; }'.
|
test
Process completed with exit code 2.
|
test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|