Skip to content

Commit aac768e

Browse files
algolia-botrenovate[bot]shortcuts
committed
chore(deps): dependencies 2025-01-06 [skip-bc] (generated)
algolia/api-clients-automation#4299 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Algolia Bot <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Clément Vannicatte <[email protected]>
1 parent 93eb697 commit aac768e

File tree

24 files changed

+52
-52
lines changed

24 files changed

+52
-52
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"test:bundle": "lerna run test:bundle --verbose --include-dependencies"
1616
},
1717
"devDependencies": {
18-
"@types/node": "22.10.2",
18+
"@types/node": "22.10.5",
1919
"bundlewatch": "0.4.0",
2020
"execa": "9.5.2",
2121
"lerna": "8.1.9",

Diff for: packages/algoliasearch/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"devDependencies": {
9292
"@algolia/requester-testing": "5.18.0",
9393
"@arethetypeswrong/cli": "0.17.2",
94-
"@types/node": "22.10.2",
94+
"@types/node": "22.10.5",
9595
"jsdom": "25.0.1",
9696
"publint": "0.2.12",
9797
"rollup": "4.29.1",

Diff for: packages/client-abtesting/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
},
5757
"devDependencies": {
5858
"@arethetypeswrong/cli": "0.17.2",
59-
"@types/node": "22.10.2",
59+
"@types/node": "22.10.5",
6060
"publint": "0.2.12",
6161
"rollup": "4.29.1",
6262
"tsup": "8.3.5",

Diff for: packages/client-analytics/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
},
5757
"devDependencies": {
5858
"@arethetypeswrong/cli": "0.17.2",
59-
"@types/node": "22.10.2",
59+
"@types/node": "22.10.5",
6060
"publint": "0.2.12",
6161
"rollup": "4.29.1",
6262
"tsup": "8.3.5",

Diff for: packages/client-common/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
},
3737
"devDependencies": {
3838
"@arethetypeswrong/cli": "0.17.2",
39-
"@types/node": "22.10.2",
39+
"@types/node": "22.10.5",
4040
"jsdom": "25.0.1",
4141
"publint": "0.2.12",
4242
"ts-node": "10.9.2",

Diff for: packages/client-composition/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
},
5757
"devDependencies": {
5858
"@arethetypeswrong/cli": "0.17.2",
59-
"@types/node": "22.10.2",
59+
"@types/node": "22.10.5",
6060
"publint": "0.2.12",
6161
"rollup": "4.29.1",
6262
"tsup": "8.3.5",

Diff for: packages/client-insights/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
},
5757
"devDependencies": {
5858
"@arethetypeswrong/cli": "0.17.2",
59-
"@types/node": "22.10.2",
59+
"@types/node": "22.10.5",
6060
"publint": "0.2.12",
6161
"rollup": "4.29.1",
6262
"tsup": "8.3.5",

Diff for: packages/client-personalization/model/eventScoring.ts renamed to packages/client-personalization/model/eventsScoring.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import type { EventType } from './eventType';
44

5-
export type EventScoring = {
5+
export type EventsScoring = {
66
/**
77
* Event score.
88
*/

Diff for: packages/client-personalization/model/facetScoring.ts renamed to packages/client-personalization/model/facetsScoring.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
22

3-
export type FacetScoring = {
3+
export type FacetsScoring = {
44
/**
55
* Event score.
66
*/

Diff for: packages/client-personalization/model/index.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
export * from './clientMethodProps';
44
export * from './deleteUserProfileResponse';
55
export * from './errorBase';
6-
export * from './eventScoring';
6+
export * from './eventsScoring';
77
export * from './eventType';
8-
export * from './facetScoring';
8+
export * from './facetsScoring';
99
export * from './getUserTokenResponse';
1010
export * from './personalizationStrategyParams';
1111
export * from './setPersonalizationStrategyResponse';

Diff for: packages/client-personalization/model/personalizationStrategyParams.ts

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
22

3-
import type { EventScoring } from './eventScoring';
4-
import type { FacetScoring } from './facetScoring';
3+
import type { EventsScoring } from './eventsScoring';
4+
import type { FacetsScoring } from './facetsScoring';
55

66
export type PersonalizationStrategyParams = {
77
/**
88
* Scores associated with each event. The higher the scores, the higher the impact of those events on the personalization of search results.
99
*/
10-
eventScoring: Array<EventScoring>;
10+
eventsScoring: Array<EventsScoring>;
1111

1212
/**
1313
* Scores associated with each facet. The higher the scores, the higher the impact of those events on the personalization of search results.
1414
*/
15-
facetScoring: Array<FacetScoring>;
15+
facetsScoring: Array<FacetsScoring>;
1616

1717
/**
1818
* Impact of personalization on the search results. If set to 0, personalization has no impact on the search results.

Diff for: packages/client-personalization/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
},
5757
"devDependencies": {
5858
"@arethetypeswrong/cli": "0.17.2",
59-
"@types/node": "22.10.2",
59+
"@types/node": "22.10.5",
6060
"publint": "0.2.12",
6161
"rollup": "4.29.1",
6262
"tsup": "8.3.5",

Diff for: packages/client-personalization/src/personalizationClient.ts

+4-4
Original file line numberDiff line numberDiff line change
@@ -338,14 +338,14 @@ export function createPersonalizationClient({
338338
);
339339
}
340340

341-
if (!personalizationStrategyParams.eventScoring) {
341+
if (!personalizationStrategyParams.eventsScoring) {
342342
throw new Error(
343-
'Parameter `personalizationStrategyParams.eventScoring` is required when calling `setPersonalizationStrategy`.',
343+
'Parameter `personalizationStrategyParams.eventsScoring` is required when calling `setPersonalizationStrategy`.',
344344
);
345345
}
346-
if (!personalizationStrategyParams.facetScoring) {
346+
if (!personalizationStrategyParams.facetsScoring) {
347347
throw new Error(
348-
'Parameter `personalizationStrategyParams.facetScoring` is required when calling `setPersonalizationStrategy`.',
348+
'Parameter `personalizationStrategyParams.facetsScoring` is required when calling `setPersonalizationStrategy`.',
349349
);
350350
}
351351
if (!personalizationStrategyParams.personalizationImpact) {

Diff for: packages/client-query-suggestions/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
},
5757
"devDependencies": {
5858
"@arethetypeswrong/cli": "0.17.2",
59-
"@types/node": "22.10.2",
59+
"@types/node": "22.10.5",
6060
"publint": "0.2.12",
6161
"rollup": "4.29.1",
6262
"tsup": "8.3.5",

Diff for: packages/client-search/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
},
5757
"devDependencies": {
5858
"@arethetypeswrong/cli": "0.17.2",
59-
"@types/node": "22.10.2",
59+
"@types/node": "22.10.5",
6060
"publint": "0.2.12",
6161
"rollup": "4.29.1",
6262
"tsup": "8.3.5",

Diff for: packages/ingestion/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
},
5757
"devDependencies": {
5858
"@arethetypeswrong/cli": "0.17.2",
59-
"@types/node": "22.10.2",
59+
"@types/node": "22.10.5",
6060
"publint": "0.2.12",
6161
"rollup": "4.29.1",
6262
"tsup": "8.3.5",

Diff for: packages/logger-console/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
},
3737
"devDependencies": {
3838
"@arethetypeswrong/cli": "0.17.2",
39-
"@types/node": "22.10.2",
39+
"@types/node": "22.10.5",
4040
"jsdom": "25.0.1",
4141
"publint": "0.2.12",
4242
"ts-node": "10.9.2",

Diff for: packages/monitoring/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
},
5757
"devDependencies": {
5858
"@arethetypeswrong/cli": "0.17.2",
59-
"@types/node": "22.10.2",
59+
"@types/node": "22.10.5",
6060
"publint": "0.2.12",
6161
"rollup": "4.29.1",
6262
"tsup": "8.3.5",

Diff for: packages/recommend/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
},
5757
"devDependencies": {
5858
"@arethetypeswrong/cli": "0.17.2",
59-
"@types/node": "22.10.2",
59+
"@types/node": "22.10.5",
6060
"publint": "0.2.12",
6161
"rollup": "4.29.1",
6262
"tsup": "8.3.5",

Diff for: packages/requester-browser-xhr/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
},
3737
"devDependencies": {
3838
"@arethetypeswrong/cli": "0.17.2",
39-
"@types/node": "22.10.2",
39+
"@types/node": "22.10.5",
4040
"jsdom": "25.0.1",
4141
"publint": "0.2.12",
4242
"tsup": "8.3.5",

Diff for: packages/requester-fetch/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
},
5353
"devDependencies": {
5454
"@arethetypeswrong/cli": "0.17.2",
55-
"@types/node": "22.10.2",
55+
"@types/node": "22.10.5",
5656
"cross-fetch": "4.1.0",
5757
"nock": "13.5.6",
5858
"publint": "0.2.12",

Diff for: packages/requester-node-http/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
},
4040
"devDependencies": {
4141
"@arethetypeswrong/cli": "0.17.2",
42-
"@types/node": "22.10.2",
42+
"@types/node": "22.10.5",
4343
"nock": "13.5.6",
4444
"publint": "0.2.12",
4545
"tsup": "8.3.5",

Diff for: packages/requester-testing/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
},
5151
"devDependencies": {
5252
"@arethetypeswrong/cli": "0.17.2",
53-
"@types/node": "22.10.2",
53+
"@types/node": "22.10.5",
5454
"publint": "0.2.12",
5555
"tsup": "8.3.5",
5656
"typescript": "5.7.2"

0 commit comments

Comments
 (0)