-
Notifications
You must be signed in to change notification settings - Fork 1
Update dependency @algolia/client-search to v4.25.3 #8
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
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/algoliasearch-client-javascript-monorepo
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
c1f8703 to
985be63
Compare
985be63 to
81f8694
Compare
81f8694 to
d4fecd8
Compare
d4fecd8 to
fb1285e
Compare
fb1285e to
cb73d3a
Compare
cb73d3a to
f23b9a7
Compare
f23b9a7 to
bcb5531
Compare
bcb5531 to
283b511
Compare
283b511 to
c1b4770
Compare
83cbaa9 to
409a207
Compare
409a207 to
86d6c9a
Compare
86d6c9a to
41bb61d
Compare
41bb61d to
42359c6
Compare
42359c6 to
91d7b8e
Compare
91d7b8e to
df97977
Compare
df97977 to
b16bfc7
Compare
b16bfc7 to
3aad5d9
Compare
d31724c to
01428ff
Compare
01428ff to
abf1e87
Compare
abf1e87 to
a79e78a
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.10.3->4.25.3Release Notes
algolia/algoliasearch-client-javascript (@algolia/client-search)
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
v4.20.0Compare Source
v4.19.1Compare Source
v4.19.0Compare Source
v4.18.0Compare Source
v4.17.2Compare Source
v4.17.1Compare Source
getRecommendationstype with actual implementation (#1459) (d18391b), closes #1459v4.17.0Compare Source
modeoption to rely on library's default (#1452) (67293e1), closes #1452v4.16.0Compare Source
v4.15.0Compare Source
v4.14.3Compare Source
v4.14.2Compare Source
abTestIDtoSearchResponse(#1419) (05059f2), closes #1419v4.14.1Compare Source
v4.14.0Compare Source
nextversion inREADME(#1413) (100d180), closes #1413@algolia/requester-fetch(#1411) (7b62403), closes #1411v4.13.1Compare Source
v4.13.0Compare Source
v4.12.2Compare Source
v4.12.1Compare Source
v4.12.0Compare Source
v4.11.0Compare Source
v4.10.5Compare Source
undefinedthreshold (#1300) (7d21d3c), closes #1300v4.10.4Compare 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.
This PR was generated by Mend Renovate. View the repository job log.