This repository was archived by the owner on Jan 19, 2026. It is now read-only.
Update dependency algoliasearch to v4.25.3#139
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/algoliasearch-client-javascript-monorepo
branch
from
December 14, 2023 18:57
2d7e2da to
741144a
Compare
renovate
Bot
force-pushed
the
renovate/algoliasearch-client-javascript-monorepo
branch
from
January 10, 2024 02:59
741144a to
b57064a
Compare
renovate
Bot
force-pushed
the
renovate/algoliasearch-client-javascript-monorepo
branch
from
March 26, 2024 11:25
b57064a to
959b343
Compare
renovate
Bot
force-pushed
the
renovate/algoliasearch-client-javascript-monorepo
branch
from
March 26, 2024 17:28
959b343 to
66b0a48
Compare
renovate
Bot
force-pushed
the
renovate/algoliasearch-client-javascript-monorepo
branch
from
March 27, 2024 17:21
66b0a48 to
c067e31
Compare
renovate
Bot
force-pushed
the
renovate/algoliasearch-client-javascript-monorepo
branch
from
April 11, 2024 00:46
c067e31 to
94f2717
Compare
renovate
Bot
force-pushed
the
renovate/algoliasearch-client-javascript-monorepo
branch
from
June 25, 2024 19:43
94f2717 to
233c74f
Compare
renovate
Bot
force-pushed
the
renovate/algoliasearch-client-javascript-monorepo
branch
from
January 7, 2025 19:25
233c74f to
3dba5ea
Compare
renovate
Bot
force-pushed
the
renovate/algoliasearch-client-javascript-monorepo
branch
from
June 19, 2025 14:36
3dba5ea to
9c65968
Compare
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Note Free review on us!CodeRabbit is offering free reviews until Fri Nov 07 2025 to showcase some of the refinements we've made. Comment |
renovate
Bot
force-pushed
the
renovate/algoliasearch-client-javascript-monorepo
branch
from
June 23, 2025 18:30
9c65968 to
2c48292
Compare
renovate
Bot
force-pushed
the
renovate/algoliasearch-client-javascript-monorepo
branch
from
November 6, 2025 19:01
2c48292 to
f238a4d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
4.20.0→4.25.3Release Notes
algolia/algoliasearch-client-javascript (algoliasearch)
v4.25.3Compare Source
v4.25.2Compare Source
v4.25.1Compare Source
4.25.0 release is broken, please use 4.25.1
v4.25.0Compare Source
v4.24.0Compare Source
bannersinrenderingContent(#1522) (5828389), closes #1522v4.23.3Compare Source
serverTimeMSto search response (#1518) (a1d1707), closes #1518v4.23.2Compare Source
v4.23.1Compare Source
v4.23.0Compare Source
v4.22.1Compare Source
v4.22.0Compare Source
Why
The
trending-facetsAPI only returns typestringforfacetValue.A follow-up on #1494 as other models return items/hits which are of type
RecordWithObjectIDHowever,
trending-facetsmodel returns a list of TrendingFacetHit which (by definition) don't have anobjectIDproperty.How
To simplify the code, we can remove the type argument
TObjectfortrending-facetsImpact
If you're not using TypeScript or the
trending-facetsmodel, there is nothing to change. You can ignore the following.Otherwise, you will need to remove the type argument passed to
getTrendingFacetsand the code goes from this:To this:
v4.21.1Compare Source
v4.21.0Compare Source
Configuration
📅 Schedule: Branch creation - Monday through Friday ( * * * * 1-5 ) (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.