feat: add searchablemultiselect #853
Annotations
16 errors and 32 warnings
test
Process completed with exit code 1.
|
lint:
src/components/metadataFormControls/index.ts#L8
Unable to resolve path to module './ModelMultiSelect'
|
lint:
src/lib/query/index.ts#L4
Unable to resolve path to module './mergeQuery'
|
lint
Process completed with exit code 1.
|
build:
src/components/SearchableMultiSelect/SearchableMultiSelect.tsx#L112
This comparison appears to be unintentional because the types 'string' and 'string[] | undefined' have no overlap.
|
build:
src/components/metadataFormControls/CategoryComboSelect/CategoryComboSelect.test.tsx#L129
Property 'selected' is missing in type '{ onChange: Mock<any, any, any>; }' but required in type 'Omit<ModelSingleSelectProps<any>, "query">'.
|
build:
src/components/metadataFormControls/CategoryComboSelect/CategoryComboSelect.test.tsx#L158
Property 'selected' is missing in type '{ onChange: Mock<any, any, any>; }' but required in type 'Omit<ModelSingleSelectProps<any>, "query">'.
|
build:
src/components/metadataFormControls/CategoryComboSelect/CategoryComboSelect.test.tsx#L193
Type '{ required: true; onChange: Mock<any, any, any>; }' is not assignable to type 'IntrinsicAttributes & Omit<ModelSingleSelectProps<Pick<CategoryCombo, "displayName" | "id">>, "query"> & { ...; }'.
|
build:
src/components/metadataFormControls/CategoryComboSelect/CategoryComboSelect.test.tsx#L243
Property 'selected' is missing in type '{ onChange: Mock<any, any, any>; }' but required in type 'Omit<ModelSingleSelectProps<any>, "query">'.
|
build:
src/components/metadataFormControls/index.ts#L8
Cannot find module './ModelMultiSelect' or its corresponding type declarations.
|
build:
src/components/sectionList/filters/filterSelectors/DataSetFilter.tsx#L5
Module '"../../../metadataFormControls"' has no exported member 'ModelMultiSelect'.
|
build:
src/components/sectionList/filters/filterSelectors/DataSetFilter.tsx#L24
Binding element 'selected' implicitly has an 'any' type.
|
build:
src/components/sectionList/filters/filterSelectors/DataSetFilter.tsx#L27
Parameter 's' implicitly has an 'any' type.
|
build:
src/components/sectionList/filters/filterSelectors/DataSetFilter.tsx#L29
Parameter 'value' implicitly has an 'any' type.
|
e2e (1)
Cypress tests: 3 failed
|
e2e (2)
Cypress tests: 4 failed
|
test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, c-hive/gha-yarn-cache@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v3, c-hive/gha-yarn-cache@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
test
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, c-hive/gha-yarn-cache@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v3, c-hive/gha-yarn-cache@v1. 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 `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
lint
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
lint
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
lint
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
lint:
.prettierrc.js#L1
File ignored by default.
|
lint:
src/app/sidebar/Sidebar.spec.tsx#L3
Using exported name 'userEvent' as identifier for default export
|
lint:
src/components/SearchableMultiSelect/SearchableMultiSelect.tsx#L7
'MultiSelectOptionProps' is defined but never used
|
lint:
src/components/SearchableMultiSelect/SearchableMultiSelect.tsx#L9
'SingleSelect' is defined but never used
|
lint:
src/components/SearchableMultiSelect/SearchableMultiSelect.tsx#L10
'SingleSelectOption' is defined but never used
|
lint:
src/components/SearchableMultiSelect/SearchableMultiSelect.tsx#L111
'hasSelectedInOptionList' is assigned a value but never used
|
lint:
src/components/loading/Loader.spec.tsx#L7
Unexpected any. Specify a different type
|
lint:
src/components/loading/Loader.spec.tsx#L20
Unexpected any. Specify a different type
|
lint:
src/components/loading/Loader.spec.tsx#L34
Unexpected any. Specify a different type
|
lint:
src/components/loading/Loader.spec.tsx#L50
Unexpected any. Specify a different type
|
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, c-hive/gha-yarn-cache@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v3, c-hive/gha-yarn-cache@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
e2e (1)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
e2e (1)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v1, cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
e2e (2)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
e2e (2)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v1, cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|