Skip to content

Bump jsonpath-plus and @kubernetes/client-node

47197bb
Select commit
Loading
Failed to load commit list.
Open

Bump jsonpath-plus and @kubernetes/client-node #15

Bump jsonpath-plus and @kubernetes/client-node
47197bb
Select commit
Loading
Failed to load commit list.
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 rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported
npm warn deprecated inflight@1.0.6: 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 glob@7.2.3: Glob versions prior to v9 are no longer supported

> https-audit@1.0.0 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 npm@11.1.0
npm notice
Removing intermediate container 8582eca0fca9
 ---> 4bc61f85bd3b
Step 9/20 : RUN npm run build
 ---> Running in f52346bc1cfe

> https-audit@1.0.0 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