Skip to content

feat: add vcluster support #5176

feat: add vcluster support

feat: add vcluster support #5176

Triggered via pull request October 3, 2024 14:46
Status Failure
Total duration 2m 34s
Artifacts

assets.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 10 warnings
App.test.tsx: assets/node_modules/pluralsh-absinthe-socket-apollo-link/dist/index.js#L3
SyntaxError: Named export 'remove' not found. The requested module 'ts-invariant/process/index.js' is a CommonJS module, which may not support all module.exports as named exports. CommonJS modules can always be imported via the default export, for example using: import pkg from 'ts-invariant/process/index.js'; const { remove } = pkg; ❯ ../node_modules/pluralsh-absinthe-socket-apollo-link/dist/index.js:3:31
Unit test
Process completed with exit code 1.
Unit test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Lint: assets/src/components/apps/app/config/ConfigurationSettings.tsx#L46
Caution: `yaml` also has a named export `load`. Check if you meant to write `import {load} from 'js-yaml'` instead
Lint: assets/src/components/kubernetes/common/Annotations.tsx#L32
Caution: `yaml` also has a named export `dump`. Check if you meant to write `import {dump} from 'js-yaml'` instead
Lint: assets/src/components/kubernetes/common/Containers.tsx#L293
Caution: `yaml` also has a named export `dump`. Check if you meant to write `import {dump} from 'js-yaml'` instead
Lint: assets/src/components/kubernetes/common/Raw.tsx#L57
Caution: `yaml` also has a named export `load`. Check if you meant to write `import {load} from 'js-yaml'` instead
Lint: assets/src/components/kubernetes/common/Raw.tsx#L83
Caution: `yaml` also has a named export `dump`. Check if you meant to write `import {dump} from 'js-yaml'` instead
Lint: assets/src/components/kubernetes/common/Raw.tsx#L124
Caution: `yaml` also has a named export `load`. Check if you meant to write `import {load} from 'js-yaml'` instead
Lint: assets/src/components/kubernetes/common/utils.tsx#L218
Caution: `yaml` also has a named export `dump`. Check if you meant to write `import {dump} from 'js-yaml'` instead
Lint: assets/src/components/kubernetes/configuration/ConfigMap.tsx#L94
Caution: `yaml` also has a named export `dump`. Check if you meant to write `import {dump} from 'js-yaml'` instead