-
-
Notifications
You must be signed in to change notification settings - Fork 20
Update dependency algoliasearch to v4.25.2 #139
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
base: main
Are you sure you want to change the base?
Conversation
2d7e2da
to
741144a
Compare
741144a
to
b57064a
Compare
b57064a
to
959b343
Compare
959b343
to
66b0a48
Compare
66b0a48
to
c067e31
Compare
c067e31
to
94f2717
Compare
94f2717
to
233c74f
Compare
233c74f
to
3dba5ea
Compare
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 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Join our Discord community for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
9c65968
to
2c48292
Compare
This PR contains the following updates:
4.20.0
->4.25.2
Release Notes
algolia/algoliasearch-client-javascript (algoliasearch)
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 - 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.