Skip to content

Update dependency @algolia/client-search to v4.25.2 #42

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 1, 2024

This PR contains the following updates:

Package Change Age Confidence
@algolia/client-search (source) 4.20.0 -> 4.25.2 age confidence

Release Notes

algolia/algoliasearch-client-javascript (@​algolia/client-search)

v4.25.2

Compare Source

v4.25.1

Compare Source

4.25.0 release is broken, please use 4.25.1

v4.25.0

Compare Source

v4.24.0

Compare Source

v4.23.3

Compare Source

v4.23.2

Compare Source

v4.23.1

Compare Source

v4.23.0

Compare Source

v4.22.1

Compare Source

v4.22.0

Compare Source

Why

The trending-facets API only returns type string for facetValue.

A follow-up on #​1494 as other models return items/hits which are of type RecordWithObjectID

However, trending-facets model returns a list of TrendingFacetHit which (by definition) don't have an objectID property.

How

To simplify the code, we can remove the type argument TObject for trending-facets

Impact

If you're not using TypeScript or the trending-facets model, there is nothing to change. You can ignore the following.

Otherwise, you will need to remove the type argument passed to getTrendingFacets and the code goes from this:

type FacetType = {
  facetName: string;
  facetValue: string;
}
const { results } = await client.getTrendingFacets<FacetType>(/**/)

To this:

const { results } = await client.getTrendingFacets(/**/)

v4.21.1

Compare Source

v4.21.0

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

Copy link

socket-security bot commented May 1, 2024

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Added@​algolia/​client-search@​4.25.21001007098100

View full report

Copy link

netlify bot commented May 1, 2024

Deploy Preview for astro-docs failed.

Name Link
🔨 Latest commit 8ca488e
🔍 Latest deploy log https://app.netlify.com/sites/astro-docs/deploys/6632110c4ced250008c77916

Copy link

netlify bot commented May 1, 2024

Deploy Preview for advanced-astro-docs failed.

Name Link
🔨 Latest commit 8ca488e
🔍 Latest deploy log https://app.netlify.com/sites/advanced-astro-docs/deploys/6632110c6dfacf0008454632

@renovate renovate bot changed the title Update dependency @algolia/client-search to v4.23.3 Update dependency @algolia/client-search to v4.24.0 Jun 25, 2024
@renovate renovate bot force-pushed the renovate/algoliasearch-client-javascript-monorepo branch from 8ca488e to 05014cc Compare January 23, 2025 19:44
Copy link

netlify bot commented Jan 23, 2025

Deploy Preview for advanced-astro-docs failed.

Name Link
🔨 Latest commit 27f4bae
🔍 Latest deploy log https://app.netlify.com/projects/advanced-astro-docs/deploys/68659b22383dca000811e411

Copy link

netlify bot commented Jan 23, 2025

Deploy Preview for astro-docs failed.

Name Link
🔨 Latest commit 27f4bae
🔍 Latest deploy log https://app.netlify.com/projects/astro-docs/deploys/68659b22c2a2230008297af6

@renovate renovate bot force-pushed the renovate/algoliasearch-client-javascript-monorepo branch from 05014cc to 688a45d Compare January 30, 2025 16:30
@renovate renovate bot force-pushed the renovate/algoliasearch-client-javascript-monorepo branch from 688a45d to c3449fe Compare February 9, 2025 16:06
@renovate renovate bot force-pushed the renovate/algoliasearch-client-javascript-monorepo branch from c3449fe to 425bd1d Compare March 3, 2025 13:04
@renovate renovate bot force-pushed the renovate/algoliasearch-client-javascript-monorepo branch 3 times, most recently from 2ca4503 to 761391b Compare March 17, 2025 15:07
@renovate renovate bot force-pushed the renovate/algoliasearch-client-javascript-monorepo branch 2 times, most recently from 1e336dc to a1e7c9d Compare April 8, 2025 15:54
@renovate renovate bot force-pushed the renovate/algoliasearch-client-javascript-monorepo branch from a1e7c9d to 75c9d96 Compare April 24, 2025 11:53
@renovate renovate bot force-pushed the renovate/algoliasearch-client-javascript-monorepo branch from 75c9d96 to 9de4ef5 Compare May 19, 2025 18:23
@renovate renovate bot force-pushed the renovate/algoliasearch-client-javascript-monorepo branch 2 times, most recently from 7662e4f to c7580c1 Compare June 4, 2025 08:11
@renovate renovate bot force-pushed the renovate/algoliasearch-client-javascript-monorepo branch from c7580c1 to df02fa4 Compare June 19, 2025 14:15
@renovate renovate bot changed the title Update dependency @algolia/client-search to v4.24.0 Update dependency @algolia/client-search to v4.25.0 Jun 19, 2025
@renovate renovate bot force-pushed the renovate/algoliasearch-client-javascript-monorepo branch 2 times, most recently from 8b1dba0 to a4f9422 Compare June 23, 2025 18:28
@renovate renovate bot changed the title Update dependency @algolia/client-search to v4.25.0 Update dependency @algolia/client-search to v4.25.2 Jun 23, 2025
@renovate renovate bot force-pushed the renovate/algoliasearch-client-javascript-monorepo branch from a4f9422 to 27f4bae Compare July 2, 2025 20:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants