-
Notifications
You must be signed in to change notification settings - Fork 9
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
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.
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
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
❌ 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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.2
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
banners
inrenderingContent
(#1522) (5828389), closes #1522v4.23.3
Compare Source
serverTimeMS
to search response (#1518) (a1d1707), closes #1518v4.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 typestring
forfacetValue
.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 anobjectID
property.How
To simplify the code, we can remove the type argument
TObject
fortrending-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:To this:
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.
This PR was generated by Mend Renovate. View the repository job log.