-
Notifications
You must be signed in to change notification settings - Fork 10
chore(deps): update algoliasearch-client-javascript monorepo to v4.25.2 #828
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
Conversation
31e71aa
to
dc2447e
Compare
dc2447e
to
dea8ac7
Compare
dea8ac7
to
05b9d68
Compare
05b9d68
to
c12622c
Compare
c12622c
to
eff3da6
Compare
eff3da6
to
88fb8eb
Compare
88fb8eb
to
c608300
Compare
c608300
to
95978a9
Compare
95978a9
to
7bccd37
Compare
7bccd37
to
bb80714
Compare
bb80714
to
6bbb056
Compare
6bbb056
to
84b25b1
Compare
84b25b1
to
1a3a915
Compare
1a3a915
to
0ed7bd9
Compare
⚠ 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)
0ed7bd9
to
1e3ddf2
Compare
1e3ddf2
to
2eeb82d
Compare
⚠️ 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
/opt/containerbase/tools/corepack/0.34.0/16.14.2/node_modules/corepack/dist/lib/corepack.cjs:22550
const isURL = URL.canParse(range);
^
TypeError: URL.canParse is not a function
at parseSpec (/opt/containerbase/tools/corepack/0.34.0/16.14.2/node_modules/corepack/dist/lib/corepack.cjs:22550:21)
at Object.getSpec (/opt/containerbase/tools/corepack/0.34.0/16.14.2/node_modules/corepack/dist/lib/corepack.cjs:22699:20)
at Engine.findProjectSpec (/opt/containerbase/tools/corepack/0.34.0/16.14.2/node_modules/corepack/dist/lib/corepack.cjs:22917:31)
at async Engine.executePackageManagerRequest (/opt/containerbase/tools/corepack/0.34.0/16.14.2/node_modules/corepack/dist/lib/corepack.cjs:22956:24)
at async Object.runMain (/opt/containerbase/tools/corepack/0.34.0/16.14.2/node_modules/corepack/dist/lib/corepack.cjs:23660:7)
2eeb82d
to
b07491a
Compare
b07491a
to
cdd2984
Compare
Uh oh!
There was an error while loading. Please reload this page.
This PR contains the following updates:
4.13.0
->4.25.2
4.13.0
->4.25.2
Release Notes
algolia/algoliasearch-client-javascript (@algolia/transporter)
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
v4.20.0
Compare Source
v4.19.1
Compare Source
v4.19.0
Compare Source
v4.18.0
Compare Source
v4.17.2
Compare Source
v4.17.1
Compare Source
getRecommendations
type with actual implementation (#1459) (d18391b), closes #1459v4.17.0
Compare Source
mode
option to rely on library's default (#1452) (67293e1), closes #1452v4.16.0
Compare Source
v4.15.0
Compare Source
v4.14.3
Compare Source
v4.14.2
Compare Source
abTestID
toSearchResponse
(#1419) (05059f2), closes #1419v4.14.1
Compare Source
v4.14.0
Compare Source
next
version inREADME
(#1413) (100d180), closes #1413@algolia/requester-fetch
(#1411) (7b62403), closes #1411v4.13.1
Compare Source
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.
This PR was generated by Mend Renovate. View the repository job log.