algoliasearch-netlify
algoliasearch-netlify copied to clipboard
chore(deps): update algoliasearch-client-javascript monorepo to v4.25.2
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| @algolia/transporter | 4.13.0 -> 4.25.2 |
||||
| algoliasearch (source) | 4.13.0 -> 4.25.2 |
Release Notes
algolia/algoliasearch-client-javascript (@algolia/transporter)
v4.25.2
v4.25.1
4.25.0 release is broken, please use 4.25.1
v4.25.0
v4.24.0
- chore: release v4.24.0 (#1528) (9f8956c), closes #1528
- chore: revert "chore: release v4.24.0 (#1528)" (#1531) (6a67e85), closes #1528 #1531
- feat(types): add
bannersinrenderingContent(#1522) (5828389), closes #1522 - feat(types): add hide in renderingContent facet values (#1529) (ed320a8), closes #1529
- feat(types): add missing virtual attribute to Index type (#1530) (ba2d858), closes #1530
- fix(support): redirect to ticket link (#1527) (f73a86a), closes #1527
v4.23.3
v4.23.2
v4.23.1
- fix(recommend): export recommend methods to use them in algoliasearch (#1512) (5fc5f4f), closes #1512
v4.23.0
v4.22.1
v4.22.0
Why
The trending-facets API only returns type string for facetValue.
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 an objectID property.
How
To simplify the code, we can remove the type argument TObject for trending-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:
type FacetType = {
facetName: string;
facetValue: string;
}
const { results } = await client.getTrendingFacets<FacetType>(/**/)
To this:
const { results } = await client.getTrendingFacets(/**/)
v4.21.1
- fix(recommend): RecommendedForYouQuery userToken should be required (#1496) (d20b253), closes #1496
v4.21.0
- feat(recommend): add recommended-for-you model (#1490) (004f033), closes #1490
- fix(recommend): getTrendingFacets typing (#1494) (94b46b5), closes #1494
- docs(readme): fix typo (#1486) (db9953c), closes #1486
v4.20.0
v4.19.1
- fix(recommend): Add Type RecommendQueriesResponse from old MultipleQueriesResponse for recommend (#1472) (36285b2), closes #1472
v4.19.0
- feat(abtests): add outlier count to variant response payload (#1467) (b88a726), closes #1467
- feat(recommend): add "Looking Similar" model (#1469) (01eac7f), closes #1469
v4.18.0
- fix(types): union SearchForFacetValuesResponse type for multipleQueries (#1460) (6a786f1), closes #1460
- feat(cache-browser-local-storage): Implemented TTL support to cached items (#1457) (9092414), closes #1457
v4.17.2
- fix(search): fix wait method for updateApiKey request (#1464) (edc629d), closes #1464
- docs(SearchOptions): fix jsdoc of sortFacetValuesBy (#1463) (a4309c7), closes #1463
v4.17.1
- fix(recommend): Align
getRecommendationstype with actual implementation (#1459) (d18391b), closes #1459
v4.17.0
- feat: update ab test typing (#1455) (f53c72c), closes #1455
- feat(fetch): remove
modeoption to rely on library's default (#1452) (67293e1), closes #1452 - feat(neural): make eventSources nullable (#1453) (eacfca2), closes #1453
v4.16.0
- feat(neuralsearch): adding the semanticSearch settings to client-search (#1450) (a478ffd), closes #1450
- Fix for the redirect object in SearchResponse (#1443) (6b0685c), closes #1443
v4.15.0
v4.14.3
- fix(recommend): remove unused trendingFacets props (#1433) (ffbfc05), closes #1433
- fix(recommend): update trending facets query props (RECO-1184) (#1434) (913443f), closes #1434
- docs: Fix incorrect property description (#1429) (ba59b68), closes #1429
v4.14.2
v4.14.1
v4.14.0
- chore: mention
nextversion inREADME(#1413) (100d180), closes #1413 - feat(fetch-requester): add
@algolia/requester-fetch(#1411) (7b62403), closes #1411
v4.13.1
Configuration
📅 Schedule: Branch creation - "after 4pm on friday,before 9am on monday,every weekend" in timezone Europe/Paris, 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 these updates again.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
⚠ Artifact update problem
Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.
♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
- any of the package files in this branch needs updating, or
- the branch becomes conflicted, or
- you click the rebase/retry checkbox if found above, or
- you rename this PR's title to start with "rebase!" to trigger it manually
The artifact failure details are included below:
File name: yarn.lock
Internal Error: Error when performing the request to https://registry.npmjs.org/yarn; for troubleshooting help, see https://github.com/nodejs/corepack#troubleshooting
at fetch (/opt/containerbase/tools/corepack/0.26.0/16.14.2/node_modules/corepack/dist/lib/corepack.cjs:22878:11)
at async fetchAsJson (/opt/containerbase/tools/corepack/0.26.0/16.14.2/node_modules/corepack/dist/lib/corepack.cjs:22892:20)
at async fetchLatestStableVersion (/opt/containerbase/tools/corepack/0.26.0/16.14.2/node_modules/corepack/dist/lib/corepack.cjs:22942:20)
at async fetchLatestStableVersion2 (/opt/containerbase/tools/corepack/0.26.0/16.14.2/node_modules/corepack/dist/lib/corepack.cjs:22975:14)
at async Engine.getDefaultVersion (/opt/containerbase/tools/corepack/0.26.0/16.14.2/node_modules/corepack/dist/lib/corepack.cjs:23537:25)
at async Engine.executePackageManagerRequest (/opt/containerbase/tools/corepack/0.26.0/16.14.2/node_modules/corepack/dist/lib/corepack.cjs:23644:30)
at async BinaryCommand.validateAndExecute (/opt/containerbase/tools/corepack/0.26.0/16.14.2/node_modules/corepack/dist/lib/corepack.cjs:21164:22)
at async _Cli.run (/opt/containerbase/tools/corepack/0.26.0/16.14.2/node_modules/corepack/dist/lib/corepack.cjs:22139:18)
at async Object.runMain (/opt/containerbase/tools/corepack/0.26.0/16.14.2/node_modules/corepack/dist/lib/corepack.cjs:24371:12)