Skip to content

Commit d6ebbc5

Browse files
chore(deps): update dependency lerna to v9.0.5 (#6061) (generated)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9883433 commit d6ebbc5

File tree

65 files changed

+526
-474
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+526
-474
lines changed

clients/algoliasearch-client-csharp/algoliasearch/Clients/MonitoringConfiguration.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Algolia Monitoring API
33
*
4-
* ## Base URLs Base URL for the Monitoring API: - `https://status.algolia.com` **All requests must use HTTPS.** ## Availability and authentication Access to the Infrastructure endpoints is available as part of the [Premium or Elevate plans](https://www.algolia.com/pricing). To authenticate requests to the Infrastructure endpoints, add these headers: - `x-algolia-application-id`. Your Algolia application ID. - `x-algolia-api-key`. Your Monitoring API key. You can find your application ID and API key in the [Algolia dashboard](https://dashboard.algolia.com/account/api-keys). Other endpoints don't require authentication. ## Response status and errors The Monitoring API returns JSON responses. Since JSON doesn't guarantee any specific ordering, don't rely on the order of attributes in the API response. Successful responses return `2xx` statuses. Client errors return `4xx` statuses. Server errors return `5xx` statuses. Error responses have a `message` property with more information. ## Version The current version of the Monitoring API is version 1, indicated by the `/1/` in each endpoint's URL.
4+
* The metrics exposed by this API are based on results from external monitoring probes checking Algolia’s infrastructure. These metrics **reflect the overall infrastructure status and don’t represent the performance of the specific APPID** used for authentication. ## Base URLs Base URL for the Monitoring API: - `https://status.algolia.com` **All requests must use HTTPS.** ## Availability and authentication Access to the Infrastructure endpoints is available as part of the [Premium or Elevate plans](https://www.algolia.com/pricing). To authenticate requests to the Infrastructure endpoints, add these headers: - `x-algolia-application-id`. Your Algolia application ID. - `x-algolia-api-key`. Your Monitoring API key. You can find your application ID and API key in the [Algolia dashboard](https://dashboard.algolia.com/account/api-keys). Other endpoints don't require authentication. ## Response status and errors The Monitoring API returns JSON responses. Since JSON doesn't guarantee any specific ordering, don't rely on the order of attributes in the API response. Successful responses return `2xx` statuses. Client errors return `4xx` statuses. Server errors return `5xx` statuses. Error responses have a `message` property with more information. ## Version The current version of the Monitoring API is version 1, indicated by the `/1/` in each endpoint's URL.
55
*
66
* The version of the OpenAPI document: 1.0.0
77
* Generated by: https://github.com/openapitools/openapi-generator.git

clients/algoliasearch-client-javascript/packages/algoliasearch/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
"devDependencies": {
9393
"@algolia/requester-testing": "5.49.1",
9494
"@arethetypeswrong/cli": "0.18.2",
95-
"@cloudflare/vitest-pool-workers": "0.12.14",
95+
"@cloudflare/vitest-pool-workers": "0.12.18",
9696
"@cloudflare/workers-types": "4.20251115.0",
9797
"@types/node": "25.1.0",
9898
"jsdom": "27.4.0",

clients/algoliasearch-client-javascript/packages/client-search/src/searchClient.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1676,10 +1676,10 @@ export function createSearchClient({
16761676
* @param getObject.attributesToRetrieve - Attributes to include with the records in the response. This is useful to reduce the size of the API response. By default, all retrievable attributes are returned. `objectID` is always retrieved. Attributes included in `unretrievableAttributes` won\'t be retrieved unless the request is authenticated with the admin API key.
16771677
* @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
16781678
*/
1679-
getObject(
1679+
getObject<T = Record<string, unknown>>(
16801680
{ indexName, objectID, attributesToRetrieve }: GetObjectProps,
16811681
requestOptions?: RequestOptions,
1682-
): Promise<Record<string, unknown>> {
1682+
): Promise<T> {
16831683
if (!indexName) {
16841684
throw new Error('Parameter `indexName` is required when calling `getObject`.');
16851685
}

clients/algoliasearch-client-javascript/yarn.lock

Lines changed: 43 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -428,53 +428,53 @@ __metadata:
428428
languageName: node
429429
linkType: hard
430430

431-
"@cloudflare/vitest-pool-workers@npm:0.12.14":
432-
version: 0.12.14
433-
resolution: "@cloudflare/vitest-pool-workers@npm:0.12.14"
431+
"@cloudflare/vitest-pool-workers@npm:0.12.18":
432+
version: 0.12.18
433+
resolution: "@cloudflare/vitest-pool-workers@npm:0.12.18"
434434
dependencies:
435435
cjs-module-lexer: "npm:^1.2.3"
436436
esbuild: "npm:0.27.3"
437-
miniflare: "npm:4.20260219.0"
438-
wrangler: "npm:4.67.0"
437+
miniflare: "npm:4.20260305.0"
438+
wrangler: "npm:4.69.0"
439439
peerDependencies:
440440
"@vitest/runner": 2.0.x - 3.2.x
441441
"@vitest/snapshot": 2.0.x - 3.2.x
442442
vitest: 2.0.x - 3.2.x
443-
checksum: 10/c94fe0147c1bac792c19fd3c3ed223aabd58025c6748051debf4f299adf16d22a7a904bb6296dd7a1eb8c9e3090449c7947fd3a94c38aca39868535e9494d1b5
443+
checksum: 10/f62136744613a22afde20d1e86244d182d728c58a7a989eddadd7eae64e109a50467296024cfb6d9f3496b31999466d8b2238dc6a8e96a8e8a35f2f18f926fa6
444444
languageName: node
445445
linkType: hard
446446

447-
"@cloudflare/workerd-darwin-64@npm:1.20260219.0":
448-
version: 1.20260219.0
449-
resolution: "@cloudflare/workerd-darwin-64@npm:1.20260219.0"
447+
"@cloudflare/workerd-darwin-64@npm:1.20260305.0":
448+
version: 1.20260305.0
449+
resolution: "@cloudflare/workerd-darwin-64@npm:1.20260305.0"
450450
conditions: os=darwin & cpu=x64
451451
languageName: node
452452
linkType: hard
453453

454-
"@cloudflare/workerd-darwin-arm64@npm:1.20260219.0":
455-
version: 1.20260219.0
456-
resolution: "@cloudflare/workerd-darwin-arm64@npm:1.20260219.0"
454+
"@cloudflare/workerd-darwin-arm64@npm:1.20260305.0":
455+
version: 1.20260305.0
456+
resolution: "@cloudflare/workerd-darwin-arm64@npm:1.20260305.0"
457457
conditions: os=darwin & cpu=arm64
458458
languageName: node
459459
linkType: hard
460460

461-
"@cloudflare/workerd-linux-64@npm:1.20260219.0":
462-
version: 1.20260219.0
463-
resolution: "@cloudflare/workerd-linux-64@npm:1.20260219.0"
461+
"@cloudflare/workerd-linux-64@npm:1.20260305.0":
462+
version: 1.20260305.0
463+
resolution: "@cloudflare/workerd-linux-64@npm:1.20260305.0"
464464
conditions: os=linux & cpu=x64
465465
languageName: node
466466
linkType: hard
467467

468-
"@cloudflare/workerd-linux-arm64@npm:1.20260219.0":
469-
version: 1.20260219.0
470-
resolution: "@cloudflare/workerd-linux-arm64@npm:1.20260219.0"
468+
"@cloudflare/workerd-linux-arm64@npm:1.20260305.0":
469+
version: 1.20260305.0
470+
resolution: "@cloudflare/workerd-linux-arm64@npm:1.20260305.0"
471471
conditions: os=linux & cpu=arm64
472472
languageName: node
473473
linkType: hard
474474

475-
"@cloudflare/workerd-windows-64@npm:1.20260219.0":
476-
version: 1.20260219.0
477-
resolution: "@cloudflare/workerd-windows-64@npm:1.20260219.0"
475+
"@cloudflare/workerd-windows-64@npm:1.20260305.0":
476+
version: 1.20260305.0
477+
resolution: "@cloudflare/workerd-windows-64@npm:1.20260305.0"
478478
conditions: os=win32 & cpu=x64
479479
languageName: node
480480
linkType: hard
@@ -2990,7 +2990,7 @@ __metadata:
29902990
"@algolia/requester-node-http": "npm:5.49.1"
29912991
"@algolia/requester-testing": "npm:5.49.1"
29922992
"@arethetypeswrong/cli": "npm:0.18.2"
2993-
"@cloudflare/vitest-pool-workers": "npm:0.12.14"
2993+
"@cloudflare/vitest-pool-workers": "npm:0.12.18"
29942994
"@cloudflare/workers-types": "npm:4.20251115.0"
29952995
"@types/node": "npm:25.1.0"
29962996
jsdom: "npm:27.4.0"
@@ -6071,19 +6071,19 @@ __metadata:
60716071
languageName: node
60726072
linkType: hard
60736073

6074-
"miniflare@npm:4.20260219.0":
6075-
version: 4.20260219.0
6076-
resolution: "miniflare@npm:4.20260219.0"
6074+
"miniflare@npm:4.20260305.0":
6075+
version: 4.20260305.0
6076+
resolution: "miniflare@npm:4.20260305.0"
60776077
dependencies:
60786078
"@cspotcode/source-map-support": "npm:0.8.1"
60796079
sharp: "npm:^0.34.5"
60806080
undici: "npm:7.18.2"
6081-
workerd: "npm:1.20260219.0"
6081+
workerd: "npm:1.20260305.0"
60826082
ws: "npm:8.18.0"
60836083
youch: "npm:4.1.0-beta.10"
60846084
bin:
60856085
miniflare: bootstrap.js
6086-
checksum: 10/d1ba2e6041d4b726807e7973615496573cf079d716fe1bc430c6787f4fd9f3218940409b15607214c2f7d4c5265e985192c764569d450792ee1914fd142907eb
6086+
checksum: 10/b150ad6182b157a861e0dd5761010290072a84cd78c8247fa89ca8dea8bd902fbbd7b587cf360ff14853541b5abfe83a81cf827465844bdcb26d9f6c7c5011c6
60876087
languageName: node
60886088
linkType: hard
60896089

@@ -9187,15 +9187,15 @@ __metadata:
91879187
languageName: node
91889188
linkType: hard
91899189

9190-
"workerd@npm:1.20260219.0":
9191-
version: 1.20260219.0
9192-
resolution: "workerd@npm:1.20260219.0"
9190+
"workerd@npm:1.20260305.0":
9191+
version: 1.20260305.0
9192+
resolution: "workerd@npm:1.20260305.0"
91939193
dependencies:
9194-
"@cloudflare/workerd-darwin-64": "npm:1.20260219.0"
9195-
"@cloudflare/workerd-darwin-arm64": "npm:1.20260219.0"
9196-
"@cloudflare/workerd-linux-64": "npm:1.20260219.0"
9197-
"@cloudflare/workerd-linux-arm64": "npm:1.20260219.0"
9198-
"@cloudflare/workerd-windows-64": "npm:1.20260219.0"
9194+
"@cloudflare/workerd-darwin-64": "npm:1.20260305.0"
9195+
"@cloudflare/workerd-darwin-arm64": "npm:1.20260305.0"
9196+
"@cloudflare/workerd-linux-64": "npm:1.20260305.0"
9197+
"@cloudflare/workerd-linux-arm64": "npm:1.20260305.0"
9198+
"@cloudflare/workerd-windows-64": "npm:1.20260305.0"
91999199
dependenciesMeta:
92009200
"@cloudflare/workerd-darwin-64":
92019201
optional: true
@@ -9209,25 +9209,25 @@ __metadata:
92099209
optional: true
92109210
bin:
92119211
workerd: bin/workerd
9212-
checksum: 10/d0490b800e76c6a86ede4d56e2f628d7a1414e8abe969a9fd72ea096a8ccad22ed5f28b20d98ce88a96d96017a3fe181412a3c255510b6fbf498dfb08a18e31b
9212+
checksum: 10/026583d54c7c88e5ca97709fdb71d522f2a4ff57c36d1afd0f3e4ecb68436c4cf21224463392126ba6bcdcecd9b48694d9b1b49a41efcf81492d526e806697f7
92139213
languageName: node
92149214
linkType: hard
92159215

9216-
"wrangler@npm:4.67.0":
9217-
version: 4.67.0
9218-
resolution: "wrangler@npm:4.67.0"
9216+
"wrangler@npm:4.69.0":
9217+
version: 4.69.0
9218+
resolution: "wrangler@npm:4.69.0"
92199219
dependencies:
92209220
"@cloudflare/kv-asset-handler": "npm:0.4.2"
92219221
"@cloudflare/unenv-preset": "npm:2.14.0"
92229222
blake3-wasm: "npm:2.1.5"
92239223
esbuild: "npm:0.27.3"
92249224
fsevents: "npm:~2.3.2"
9225-
miniflare: "npm:4.20260219.0"
9225+
miniflare: "npm:4.20260305.0"
92269226
path-to-regexp: "npm:6.3.0"
92279227
unenv: "npm:2.0.0-rc.24"
9228-
workerd: "npm:1.20260219.0"
9228+
workerd: "npm:1.20260305.0"
92299229
peerDependencies:
9230-
"@cloudflare/workers-types": ^4.20260219.0
9230+
"@cloudflare/workers-types": ^4.20260305.0
92319231
dependenciesMeta:
92329232
fsevents:
92339233
optional: true
@@ -9237,7 +9237,7 @@ __metadata:
92379237
bin:
92389238
wrangler: bin/wrangler.js
92399239
wrangler2: bin/wrangler.js
9240-
checksum: 10/b579b72f42ed5ccbfa69b1aa630d96201597db9b596428f2c17f8af70114847d5385a5cfa9efd39dac3ea34a93168845b3431bfd882c9355e8be768b39aaa0e9
9240+
checksum: 10/6116c8d4632ea881bc9b4febdd2a1f3c8fd3befea6398e0e4868142c2fcf4d061559d1b39f9f890a094e73f9f3a0ccb31e9b2b0ae9a93a961f78b7fa99f8d4e6
92419241
languageName: node
92429242
linkType: hard
92439243

0 commit comments

Comments
 (0)