Skip to content

Bump jsonpath-plus and @kubernetes/client-node

8a16880
Select commit
Loading
Failed to load commit list.
Closed

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

Bump jsonpath-plus and @kubernetes/client-node
8a16880
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
BuildStatus / docker build failed Nov 12, 2024 in 1m 0s

docker build failed

  • RUN npm ci (19.706s)
  • RUN npm run build (0s)
> 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 825 packages, and audited 826 packages in 12s

125 packages are looking for funding
  run `npm fund` for details

6 vulnerabilities (4 moderate, 2 high)

To address issues that do not require attention, run:
  npm audit fix

Some issues need review, and may require choosing
a different dependency.

Run `npm audit` for details.
npm notice
npm notice New minor version of npm available! 10.8.1 -> 10.9.0
npm notice Changelog: https://github.com/npm/cli/releases/tag/v10.9.0
npm notice To update run: npm install -g npm@10.9.0
npm notice
Removing intermediate container a9dfa7e6656e
 ---> dec983099d83
Step 9/20 : RUN npm run build
 ---> Running in 83c143e3df86

> https-audit@1.0.0 build
> build src bin

node_modules/@kubernetes/client-node/dist/config.d.ts(2,26): error TS7016: Could not find a declaration file for module 'request'. '/app/node_modules/request/index.js' implicitly has an 'any' type.
  Try `npm i --save-dev @types/request` if it exists or add a new declaration (.d.ts) file containing `declare module 'request';`
node_modules/@kubernetes/client-node/dist/config.d.ts(3,28): error TS7016: Could not find a declaration file for module 'ws'. '/app/node_modules/ws/index.js' implicitly has an 'any' type.
  Try `npm i --save-dev @types/ws` if it exists or add a new declaration (.d.ts) file containing `declare module 'ws';`
node_modules/@kubernetes/client-node/dist/gen/model/models.d.ts(1,29): error TS7016: Could not find a declaration file for module 'request'. '/app/node_modules/request/index.js' implicitly has an 'any' type.
  Try `npm i --save-dev @types/request` if it exists or add a new declaration (.d.ts) file containing `declare module 'request';`
node_modules/@kubernetes/client-node/dist/log.d.ts(1,26): error TS7016: Could not find a declaration file for module 'request'. '/app/node_modules/request/index.js' implicitly has an 'any' type.
  Try `npm i --save-dev @types/request` if it exists or add a new declaration (.d.ts) file containing `declare module 'request';`
node_modules/@kubernetes/client-node/dist/object.d.ts(2,26): error TS7016: Could not find a declaration file for module 'request'. '/app/node_modules/request/index.js' implicitly has an 'any' type.
  Try `npm i --save-dev @types/request` if it exists or add a new declaration (.d.ts) file containing `declare module 'request';`
node_modules/@kubernetes/client-node/dist/watch.d.ts(1,26): error TS7016: Could not find a declaration file for module 'request'. '/app/node_modules/request/index.js' implicitly has an 'any' type.
  Try `npm i --save-dev @types/request` if it exists or add a new declaration (.d.ts) file containing `declare module 'request';`
node_modules/@kubernetes/client-node/dist/yaml.d.ts(1,23): error TS7016: Could not find a declaration file for module 'js-yaml'. '/app/node_modules/@kubernetes/client-node/node_modules/js-yaml/index.js' implicitly has an 'any' type.
  Try `npm i --save-dev @types/js-yaml` if it exists or add a new declaration (.d.ts) file containing `declare module 'js-yaml';`
node_modules/isomorphic-ws/index.d.ts(6,28): error TS7016: Could not find a declaration file for module 'ws'. '/app/node_modules/ws/index.js' implicitly has an 'any' type.
  Try `npm i --save-dev @types/ws` if it exists or add a new declaration (.d.ts) file containing `declare module 'ws';`

The command '/bin/sh -c npm run build' returned a non-zero code: 255