build(deps): bump @apollo/client from 3.3.6 to 3.12.0 #3825
Annotations
10 errors and 1 warning
Run check-types:
src/commands/phpmyadmin.ts#L9
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("@apollo/client")' call instead.
|
Run check-types:
src/lib/api.ts#L6
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("@apollo/client/core")' call instead.
|
Run check-types:
src/lib/api.ts#L7
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("@apollo/client/link/context")' call instead.
|
Run check-types:
src/lib/api.ts#L8
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("@apollo/client/link/core")' call instead.
|
Run check-types:
src/lib/api.ts#L9
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("@apollo/client/link/error")' call instead.
|
Run check-types:
src/lib/api.ts#L10
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("@apollo/client/link/utils")' call instead.
|
Run check-types:
src/lib/api.ts#L54
Property 'code' does not exist on type 'string | Record<string, any>'.
|
Run check-types:
src/lib/api.ts#L98
Type '(path: string, options?: FetchOptions) => Promise<Response>' is not assignable to type '(input: string | URL | Request, init?: RequestInit | undefined) => Promise<Response>'.
|
Run check-types:
src/lib/api/app.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("@apollo/client")' call instead.
|
Run check-types:
src/lib/api/app.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("@apollo/client/core/watchQueryOptions")' call instead.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading