feat: add vcluster support #5176
assets.yaml
on: pull_request
Unit test
1m 31s
Lint
2m 25s
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
|