Skip to content

Commit f0df7c1

Browse files
chore(deps): dependencies 2026-06-29 (generated)
algolia/api-clients-automation#6618 Co-authored-by: algolia-api-clients-automation-bot[bot] <288895823+algolia-api-clients-automation-bot[bot]@users.noreply.github.com> Co-authored-by: algolia-api-clients-automation-bot[bot] <288895823+algolia-api-clients-automation-bot[bot]@users.noreply.github.com>
1 parent 7e4e4c7 commit f0df7c1

32 files changed

Lines changed: 348 additions & 374 deletions

File tree

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
24.17.0
1+
24.18.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"bundlewatch": "0.4.2",
2121
"execa": "9.6.1",
2222
"lerna": "9.0.7",
23-
"rollup": "4.62.0",
23+
"rollup": "4.62.2",
2424
"typescript": "5.9.3"
2525
},
2626
"bundlewatch": {

packages/abtesting/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@
6060
"@algolia/requester-node-http": "5.55.1"
6161
},
6262
"devDependencies": {
63-
"@arethetypeswrong/cli": "0.18.3",
64-
"@types/node": "25.9.3",
63+
"@arethetypeswrong/cli": "0.18.4",
64+
"@types/node": "26.0.1",
6565
"publint": "0.3.21",
66-
"rollup": "4.62.0",
66+
"rollup": "4.62.2",
6767
"tsup": "8.5.1",
6868
"typescript": "5.9.3"
6969
},

packages/advanced-personalization/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@
6060
"@algolia/requester-node-http": "5.55.1"
6161
},
6262
"devDependencies": {
63-
"@arethetypeswrong/cli": "0.18.3",
64-
"@types/node": "25.9.3",
63+
"@arethetypeswrong/cli": "0.18.4",
64+
"@types/node": "26.0.1",
6565
"publint": "0.3.21",
66-
"rollup": "4.62.0",
66+
"rollup": "4.62.2",
6767
"tsup": "8.5.1",
6868
"typescript": "5.9.3"
6969
},

packages/agent-studio/model/messagePart.ts

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,4 @@ import type { ToolCallPart } from './toolCallPart';
99
import type { ToolResultPart } from './toolResultPart';
1010

1111
export type MessagePart =
12-
| TextPart
13-
| ToolCallPart
14-
| ToolResultPart
15-
| StartPart
16-
| StartStepPart
17-
| ReasoningPart
18-
| ToolApprovalRequestPart;
12+
TextPart | ToolCallPart | ToolResultPart | StartPart | StartStepPart | ReasoningPart | ToolApprovalRequestPart;

packages/agent-studio/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@
6060
"@algolia/requester-node-http": "5.55.1"
6161
},
6262
"devDependencies": {
63-
"@arethetypeswrong/cli": "0.18.3",
64-
"@types/node": "25.9.3",
63+
"@arethetypeswrong/cli": "0.18.4",
64+
"@types/node": "26.0.1",
6565
"publint": "0.3.21",
66-
"rollup": "4.62.0",
66+
"rollup": "4.62.2",
6767
"tsup": "8.5.1",
6868
"typescript": "5.9.3"
6969
},

packages/algoliasearch/lite/model/recommendationsRequest.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,4 @@ import type { TrendingFacetsQuery } from './trendingFacetsQuery';
77
import type { TrendingItemsQuery } from './trendingItemsQuery';
88

99
export type RecommendationsRequest =
10-
| BoughtTogetherQuery
11-
| RelatedQuery
12-
| TrendingItemsQuery
13-
| TrendingFacetsQuery
14-
| LookingSimilarQuery;
10+
BoughtTogetherQuery | RelatedQuery | TrendingItemsQuery | TrendingFacetsQuery | LookingSimilarQuery;

packages/algoliasearch/lite/model/searchResult.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,4 @@ import type { SearchResponse } from './searchResponse';
55
import type { SearchResponsePartial } from './searchResponsePartial';
66

77
export type SearchResult<T = Record<string, unknown>> =
8-
| SearchResponse<T>
9-
| SearchForFacetValuesResponse
10-
| SearchResponsePartial<T>;
8+
SearchResponse<T> | SearchForFacetValuesResponse | SearchResponsePartial<T>;

packages/algoliasearch/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -101,13 +101,13 @@
101101
},
102102
"devDependencies": {
103103
"@algolia/requester-testing": "5.55.1",
104-
"@arethetypeswrong/cli": "0.18.3",
105-
"@cloudflare/vitest-pool-workers": "0.16.17",
106-
"@cloudflare/workers-types": "4.20260619.1",
107-
"@types/node": "25.9.3",
104+
"@arethetypeswrong/cli": "0.18.4",
105+
"@cloudflare/vitest-pool-workers": "0.17.0",
106+
"@cloudflare/workers-types": "4.20260630.1",
107+
"@types/node": "26.0.1",
108108
"jsdom": "29.1.1",
109109
"publint": "0.3.21",
110-
"rollup": "4.62.0",
110+
"rollup": "4.62.2",
111111
"tsup": "8.5.1",
112112
"typescript": "5.9.3",
113113
"vitest": "4.1.9"

packages/client-abtesting/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@
6060
"@algolia/requester-node-http": "5.55.1"
6161
},
6262
"devDependencies": {
63-
"@arethetypeswrong/cli": "0.18.3",
64-
"@types/node": "25.9.3",
63+
"@arethetypeswrong/cli": "0.18.4",
64+
"@types/node": "26.0.1",
6565
"publint": "0.3.21",
66-
"rollup": "4.62.0",
66+
"rollup": "4.62.2",
6767
"tsup": "8.5.1",
6868
"typescript": "5.9.3"
6969
},

0 commit comments

Comments
 (0)