Bump jsonpath-plus and @kubernetes/client-node #15
BuildStatus / docker build
failed
Feb 18, 2025 in 1m 5s
docker build failed
- RUN npm ci (19.238s)
- RUN npm run build (0s)
npm warn deprecated [email protected]: Rimraf versions prior to v4 are no longer supported
npm warn deprecated [email protected]: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
npm warn deprecated [email protected]: Glob versions prior to v9 are no longer supported
> [email protected] prepare
> echo "Make npm install devDependencies for this package by having a prepare script"
Make npm install devDependencies for this package by having a prepare script
added 798 packages, and audited 799 packages in 11s
125 packages are looking for funding
run `npm fund` for details
4 vulnerabilities (1 moderate, 3 high)
To address all issues, run:
npm audit fix
Run `npm audit` for details.
npm notice
npm notice New major version of npm available! 10.9.2 -> 11.1.0
npm notice Changelog: https://github.com/npm/cli/releases/tag/v11.1.0
npm notice To update run: npm install -g [email protected]
npm notice
Removing intermediate container 8582eca0fca9
---> 4bc61f85bd3b
Step 9/20 : RUN npm run build
---> Running in f52346bc1cfe
> [email protected] build
> build src bin
src/integration/gcp-kubernetes.test.ts(45,7): error TS2345: Argument of type 'typeof ObjectCoreV1Api' is not assignable to parameter of type 'new (server: string) => ObjectCoreV1Api'.
Types of construct signatures are incompatible.
Type 'new (configuration: Configuration, requestFactory?: CoreV1ApiRequestFactory | undefined, responseProcessor?: CoreV1ApiResponseProcessor | undefined) => ObjectCoreV1Api' is not assignable to type 'new (server: string) => ObjectCoreV1Api'.
Types of parameters 'configuration' and 'server' are incompatible.
Type 'string' is not assignable to type 'Configuration'.
src/integration/gcp-kubernetes.test.ts(55,7): error TS2345: Argument of type 'typeof ObjectNetworkingV1Api' is not assignable to parameter of type 'new (server: string) => ObjectNetworkingV1Api'.
src/integration/gcp-kubernetes.ts(24,76): error TS2345: Argument of type 'typeof ObjectNetworkingV1Api' is not assignable to parameter of type 'new (server: string) => ObjectNetworkingV1Api'.
Types of construct signatures are incompatible.
Type 'new (configuration: Configuration, requestFactory?: NetworkingV1ApiRequestFactory | undefined, responseProcessor?: NetworkingV1ApiResponseProcessor | undefined) => ObjectNetworkingV1Api' is not assignable to type 'new (server: string) => ObjectNetworkingV1Api'.
Types of parameters 'configuration' and 'server' are incompatible.
Type 'string' is not assignable to type 'Configuration'.
src/integration/gcp-kubernetes.ts(28,43): error TS2339: Property 'body' does not exist on type 'V1IngressList'.
src/integration/gcp-kubernetes.ts(30,44): error TS7006: Parameter 't' implicitly has an 'any' type.
src/integration/gcp-kubernetes.ts(60,10): error TS2339: Property 'setDefaultAuthentication' does not exist on type 'T'.
src/integration/gcp-kubernetes.ts(61,27): error TS7006: Parameter 'opts' implicitly has an 'any' type.
The command '/bin/sh -c npm run build' returned a non-zero code: 255
Loading