Bump the instantsearch group across 1 directory with 12 updates #2310
tests.yml
on: pull_request
autocomplete-client end-to-end-tests
1m 3s
instant-meilisearch end-to-end-tests
1m 12s
style-check
39s
types-check
30s
Matrix: integration_tests
Annotations
36 errors and 7 warnings
|
types-check:
packages/instant-meilisearch/src/types/types.ts#L3
Module '"@algolia/client-search"' has no exported member 'multipleSearchForFacetValues'.
|
|
types-check:
packages/instant-meilisearch/src/types/types.ts#L2
Module '"@algolia/client-search"' has no exported member 'MultipleQueriesQuery'.
|
|
types-check:
packages/instant-meilisearch/src/adapter/search-request-adapter/filter-adapter.ts#L89
Parameter 'nestedFilter' implicitly has an 'any' type.
|
|
types-check:
packages/instant-meilisearch/src/adapter/search-request-adapter/filter-adapter.ts#L86
Parameter 'filter' implicitly has an 'any' type.
|
|
types-check:
packages/autocomplete-client/src/search/fetchMeilisearchResults.ts#L67
Conversion of type '[string, HighlightResult][]' to type '[keyof TRecord, PossibleHighlightResult][]' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
|
|
types-check:
packages/autocomplete-client/src/search/__tests__/fetchMeilisearchResults.test.ts#L94
Property 'value' does not exist on type 'HighlightResult'.
|
|
types-check:
packages/autocomplete-client/src/search/__tests__/fetchMeilisearchResults.test.ts#L93
Property 'matchedWords' does not exist on type 'HighlightResult'.
|
|
types-check:
packages/autocomplete-client/src/search/__tests__/fetchMeilisearchResults.test.ts#L92
Property 'matchLevel' does not exist on type 'HighlightResult'.
|
|
types-check:
packages/autocomplete-client/src/search/__tests__/fetchMeilisearchResults.test.ts#L89
Property 'fullyHighlighted' does not exist on type 'HighlightResult'.
|
|
types-check:
packages/autocomplete-client/src/search/__tests__/fetchMeilisearchResults.test.ts#L73
Property 'value' does not exist on type 'HighlightResult'.
|
|
integration-tests (Node.js 20)
Module '"@algolia/client-search"' has no exported member 'multipleSearchForFacetValues'.
|
|
integration-tests (Node.js 20)
Module '"@algolia/client-search"' has no exported member 'MultipleQueriesQuery'.
|
|
integration-tests (Node.js 20)
Parameter 'nestedFilter' implicitly has an 'any' type.
|
|
integration-tests (Node.js 20)
Parameter 'filter' implicitly has an 'any' type.
|
|
integration-tests (Node.js 20)
Conversion of type '[string, HighlightResult][]' to type '[keyof TRecord, PossibleHighlightResult][]' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
|
|
integration-tests (Node.js 20)
@meilisearch/instant-meilisearch#build: command (/home/runner/work/meilisearch-js-plugins/meilisearch-js-plugins/packages/instant-meilisearch) /home/runner/setup-pnpm/node_modules/.bin/pnpm run build exited (2)
|
|
integration-tests (Node.js 20)
Module '"@algolia/client-search"' has no exported member 'multipleSearchForFacetValues'.
|
|
integration-tests (Node.js 20)
Module '"@algolia/client-search"' has no exported member 'MultipleQueriesQuery'.
|
|
integration-tests (Node.js 20)
Parameter 'nestedFilter' implicitly has an 'any' type.
|
|
integration-tests (Node.js 20)
Parameter 'filter' implicitly has an 'any' type.
|
|
integration-tests (Node.js 22)
@meilisearch/autocomplete-client#build: command (/home/runner/work/meilisearch-js-plugins/meilisearch-js-plugins/packages/autocomplete-client) /home/runner/setup-pnpm/node_modules/.bin/pnpm run build exited (2)
|
|
integration-tests (Node.js 22)
Module '"@algolia/client-search"' has no exported member 'multipleSearchForFacetValues'.
|
|
integration-tests (Node.js 22)
Module '"@algolia/client-search"' has no exported member 'MultipleQueriesQuery'.
|
|
integration-tests (Node.js 22)
Parameter 'nestedFilter' implicitly has an 'any' type.
|
|
integration-tests (Node.js 22)
Parameter 'filter' implicitly has an 'any' type.
|
|
integration-tests (Node.js 22)
Module '"@algolia/client-search"' has no exported member 'multipleSearchForFacetValues'.
|
|
integration-tests (Node.js 22)
Module '"@algolia/client-search"' has no exported member 'MultipleQueriesQuery'.
|
|
integration-tests (Node.js 22)
Parameter 'nestedFilter' implicitly has an 'any' type.
|
|
integration-tests (Node.js 22)
Parameter 'filter' implicitly has an 'any' type.
|
|
integration-tests (Node.js 22)
Conversion of type '[string, HighlightResult][]' to type '[keyof TRecord, PossibleHighlightResult][]' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
|
|
integration-tests (Node.js 24)
Process completed with exit code 2.
|
|
integration-tests (Node.js 24)
@meilisearch/instant-meilisearch#build: command (/home/runner/work/meilisearch-js-plugins/meilisearch-js-plugins/packages/instant-meilisearch) /home/runner/setup-pnpm/node_modules/.bin/pnpm run build exited (2)
|
|
integration-tests (Node.js 24)
Module '"@algolia/client-search"' has no exported member 'multipleSearchForFacetValues'.
|
|
integration-tests (Node.js 24)
Module '"@algolia/client-search"' has no exported member 'MultipleQueriesQuery'.
|
|
integration-tests (Node.js 24)
Parameter 'nestedFilter' implicitly has an 'any' type.
|
|
integration-tests (Node.js 24)
Parameter 'filter' implicitly has an 'any' type.
|
|
types-check
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
style-check
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
integration-tests (Node.js 20)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
integration-tests (Node.js 22)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
integration-tests (Node.js 24)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
autocomplete-client end-to-end-tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: cypress-io/github-action@v6, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
instant-meilisearch end-to-end-tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: cypress-io/github-action@v6, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|