-
Notifications
You must be signed in to change notification settings - Fork 11
Update dependency @algolia/client-search to v4.25.3 #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
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/algoliasearch-client-javascript-monorepo
base: main
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.
+865
−44
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
|
|
❌ Deploy Preview for astro-docs failed.
|
❌ Deploy Preview for advanced-astro-docs failed.
|
8ca488e to
05014cc
Compare
❌ Deploy Preview for advanced-astro-docs failed.
|
❌ Deploy Preview for astro-docs failed.
|
05014cc to
688a45d
Compare
688a45d to
c3449fe
Compare
c3449fe to
425bd1d
Compare
2ca4503 to
761391b
Compare
1e336dc to
a1e7c9d
Compare
a1e7c9d to
75c9d96
Compare
75c9d96 to
9de4ef5
Compare
7662e4f to
c7580c1
Compare
c7580c1 to
df02fa4
Compare
8b1dba0 to
a4f9422
Compare
a4f9422 to
27f4bae
Compare
a840126 to
b3de0f8
Compare
b3de0f8 to
21d28f4
Compare
21d28f4 to
1bb93dc
Compare
1bb93dc to
e973882
Compare
e973882 to
d243110
Compare
d243110 to
ef6156e
Compare
ef6156e to
4a289a9
Compare
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
4a289a9 to
c5b6f00
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.20.0->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
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.