Skip to content

Commit 490568c

Browse files
Merge ef0fad3 into 36d0588
2 parents 36d0588 + ef0fad3 commit 490568c

File tree

19 files changed

+76
-36
lines changed

19 files changed

+76
-36
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"publint": "0.2.12",
4141
"ts-node": "10.9.2",
4242
"tsup": "8.3.5",
43-
"typescript": "5.6.3",
43+
"typescript": "5.7.2",
4444
"vitest": "2.1.5"
4545
},
4646
"engines": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"publint": "0.2.12",
6060
"rollup": "4.27.4",
6161
"tsup": "8.3.5",
62-
"typescript": "5.6.3"
62+
"typescript": "5.7.2"
6363
},
6464
"engines": {
6565
"node": ">= 14.0.0"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"publint": "0.2.12",
4141
"ts-node": "10.9.2",
4242
"tsup": "8.3.5",
43-
"typescript": "5.6.3",
43+
"typescript": "5.7.2",
4444
"vitest": "2.1.5"
4545
},
4646
"dependencies": {

clients/algoliasearch-client-javascript/packages/requester-browser-xhr/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"jsdom": "25.0.1",
4040
"publint": "0.2.12",
4141
"tsup": "8.3.5",
42-
"typescript": "5.6.3",
42+
"typescript": "5.7.2",
4343
"vitest": "2.1.5",
4444
"xhr-mock": "2.5.1"
4545
},

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"nock": "13.5.6",
5757
"publint": "0.2.12",
5858
"tsup": "8.3.5",
59-
"typescript": "5.6.3",
59+
"typescript": "5.7.2",
6060
"vitest": "2.1.5"
6161
},
6262
"engines": {

clients/algoliasearch-client-javascript/packages/requester-node-http/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"nock": "13.5.6",
4343
"publint": "0.2.12",
4444
"tsup": "8.3.5",
45-
"typescript": "5.6.3",
45+
"typescript": "5.7.2",
4646
"vitest": "2.1.5"
4747
},
4848
"engines": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@types/node": "22.9.3",
5353
"publint": "0.2.12",
5454
"tsup": "8.3.5",
55-
"typescript": "5.6.3"
55+
"typescript": "5.7.2"
5656
},
5757
"engines": {
5858
"node": ">= 14.0.0"

clients/algoliasearch-client-javascript/yarn.lock

Lines changed: 27 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ __metadata:
4949
publint: "npm:0.2.12"
5050
ts-node: "npm:10.9.2"
5151
tsup: "npm:8.3.5"
52-
typescript: "npm:5.6.3"
52+
typescript: "npm:5.7.2"
5353
vitest: "npm:2.1.5"
5454
languageName: unknown
5555
linkType: soft
@@ -67,7 +67,7 @@ __metadata:
6767
publint: "npm:0.2.12"
6868
rollup: "npm:4.27.4"
6969
tsup: "npm:8.3.5"
70-
typescript: "npm:5.6.3"
70+
typescript: "npm:5.7.2"
7171
languageName: unknown
7272
linkType: soft
7373

@@ -167,7 +167,7 @@ __metadata:
167167
publint: "npm:0.2.12"
168168
ts-node: "npm:10.9.2"
169169
tsup: "npm:8.3.5"
170-
typescript: "npm:5.6.3"
170+
typescript: "npm:5.7.2"
171171
vitest: "npm:2.1.5"
172172
languageName: unknown
173173
linkType: soft
@@ -216,7 +216,7 @@ __metadata:
216216
jsdom: "npm:25.0.1"
217217
publint: "npm:0.2.12"
218218
tsup: "npm:8.3.5"
219-
typescript: "npm:5.6.3"
219+
typescript: "npm:5.7.2"
220220
vitest: "npm:2.1.5"
221221
xhr-mock: "npm:2.5.1"
222222
languageName: unknown
@@ -233,7 +233,7 @@ __metadata:
233233
nock: "npm:13.5.6"
234234
publint: "npm:0.2.12"
235235
tsup: "npm:8.3.5"
236-
typescript: "npm:5.6.3"
236+
typescript: "npm:5.7.2"
237237
vitest: "npm:2.1.5"
238238
languageName: unknown
239239
linkType: soft
@@ -248,7 +248,7 @@ __metadata:
248248
nock: "npm:13.5.6"
249249
publint: "npm:0.2.12"
250250
tsup: "npm:8.3.5"
251-
typescript: "npm:5.6.3"
251+
typescript: "npm:5.7.2"
252252
vitest: "npm:2.1.5"
253253
languageName: unknown
254254
linkType: soft
@@ -265,7 +265,7 @@ __metadata:
265265
"@types/node": "npm:22.9.3"
266266
publint: "npm:0.2.12"
267267
tsup: "npm:8.3.5"
268-
typescript: "npm:5.6.3"
268+
typescript: "npm:5.7.2"
269269
languageName: unknown
270270
linkType: soft
271271

@@ -8205,6 +8205,16 @@ __metadata:
82058205
languageName: node
82068206
linkType: hard
82078207

8208+
"typescript@npm:5.7.2":
8209+
version: 5.7.2
8210+
resolution: "typescript@npm:5.7.2"
8211+
bin:
8212+
tsc: bin/tsc
8213+
tsserver: bin/tsserver
8214+
checksum: 10/4caa3904df69db9d4a8bedc31bafc1e19ffb7b24fbde2997a1633ae1398d0de5bdbf8daf602ccf3b23faddf1aeeb9b795223a2ed9c9a4fdcaf07bfde114a401a
8215+
languageName: node
8216+
linkType: hard
8217+
82088218
"typescript@patch:typescript@npm%3A5.6.1-rc#optional!builtin<compat/typescript>":
82098219
version: 5.6.1-rc
82108220
resolution: "typescript@patch:typescript@npm%3A5.6.1-rc#optional!builtin<compat/typescript>::version=5.6.1-rc&hash=8c6c40"
@@ -8225,6 +8235,16 @@ __metadata:
82258235
languageName: node
82268236
linkType: hard
82278237

8238+
"typescript@patch:typescript@npm%3A5.7.2#optional!builtin<compat/typescript>":
8239+
version: 5.7.2
8240+
resolution: "typescript@patch:typescript@npm%3A5.7.2#optional!builtin<compat/typescript>::version=5.7.2&hash=cef18b"
8241+
bin:
8242+
tsc: bin/tsc
8243+
tsserver: bin/tsserver
8244+
checksum: 10/ff27fc124bceb8969be722baa38af945b2505767cf794de3e2715e58f61b43780284060287d651fcbbdfb6f917f4653b20f4751991f17e0706db389b9bb3f75d
8245+
languageName: node
8246+
linkType: hard
8247+
82288248
"uglify-js@npm:^3.1.4":
82298249
version: 3.19.3
82308250
resolution: "uglify-js@npm:3.19.3"

eslint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"eslint": "8.57.1",
1818
"eslint-plugin-yml": "1.15.0",
1919
"eslint-vitest-rule-tester": "0.6.1",
20-
"typescript": "5.6.3",
20+
"typescript": "5.7.2",
2121
"vitest": "2.1.5",
2222
"yaml-eslint-parser": "1.2.3"
2323
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"prettier-plugin-java": "2.6.5",
4545
"prettier-plugin-organize-imports": "4.1.0",
4646
"renovate-config-algolia": "2.2.0",
47-
"typescript": "5.6.3"
47+
"typescript": "5.7.2"
4848
},
4949
"packageManager": "[email protected]",
5050
"engines": {

playground/javascript/browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"https-browserify": "^1.0.0",
2424
"parcel": "2.13.1",
2525
"stream-http": "^3.1.0",
26-
"typescript": "5.6.3",
26+
"typescript": "5.7.2",
2727
"url": "^0.11.0"
2828
},
2929
"@parcel/resolver-default": {

playground/javascript/browser/yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2223,7 +2223,7 @@ __metadata:
22232223
react-dom: "npm:18.3.1"
22242224
react-instantsearch: "npm:7.13.8"
22252225
stream-http: "npm:^3.1.0"
2226-
typescript: "npm:5.6.3"
2226+
typescript: "npm:5.7.2"
22272227
url: "npm:^0.11.0"
22282228
languageName: unknown
22292229
linkType: soft
@@ -3291,23 +3291,23 @@ __metadata:
32913291
languageName: node
32923292
linkType: hard
32933293

3294-
"typescript@npm:5.6.3":
3295-
version: 5.6.3
3296-
resolution: "typescript@npm:5.6.3"
3294+
"typescript@npm:5.7.2":
3295+
version: 5.7.2
3296+
resolution: "typescript@npm:5.7.2"
32973297
bin:
32983298
tsc: bin/tsc
32993299
tsserver: bin/tsserver
3300-
checksum: 10/c328e418e124b500908781d9f7b9b93cf08b66bf5936d94332b463822eea2f4e62973bfb3b8a745fdc038785cb66cf59d1092bac3ec2ac6a3e5854687f7833f1
3300+
checksum: 10/4caa3904df69db9d4a8bedc31bafc1e19ffb7b24fbde2997a1633ae1398d0de5bdbf8daf602ccf3b23faddf1aeeb9b795223a2ed9c9a4fdcaf07bfde114a401a
33013301
languageName: node
33023302
linkType: hard
33033303

3304-
"typescript@patch:typescript@npm%3A5.6.3#optional!builtin<compat/typescript>":
3305-
version: 5.6.3
3306-
resolution: "typescript@patch:typescript@npm%3A5.6.3#optional!builtin<compat/typescript>::version=5.6.3&hash=8c6c40"
3304+
"typescript@patch:typescript@npm%3A5.7.2#optional!builtin<compat/typescript>":
3305+
version: 5.7.2
3306+
resolution: "typescript@patch:typescript@npm%3A5.7.2#optional!builtin<compat/typescript>::version=5.7.2&hash=5786d5"
33073307
bin:
33083308
tsc: bin/tsc
33093309
tsserver: bin/tsserver
3310-
checksum: 10/00504c01ee42d470c23495426af07512e25e6546bce7e24572e72a9ca2e6b2e9bea63de4286c3cfea644874da1467dcfca23f4f98f7caf20f8b03c0213bb6837
3310+
checksum: 10/d75ca10141afc64fd3474b41a8b082b640555bed388d237558aed64e5827ddadb48f90932c7f4205883f18f5bcab8b6a739a2cfac95855604b0dfeb34bc2f3eb
33113311
languageName: node
33123312
linkType: hard
33133313

playground/javascript/node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"algoliasearch": "link:../../../clients/algoliasearch-client-javascript/packages/algoliasearch"
2323
},
2424
"devDependencies": {
25-
"typescript": "5.6.3"
25+
"typescript": "5.7.2"
2626
},
2727
"engines": {
2828
"node": ">= 20.0.0",

scripts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"micromatch": "4.0.8",
5151
"semver": "7.6.3",
5252
"spinnies": "0.5.1",
53-
"typescript": "5.6.3",
53+
"typescript": "5.7.2",
5454
"vitest": "2.1.5"
5555
}
5656
}

scripts/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type config from '../config/clients.config.json';
1+
import config from '../config/clients.config.json' assert { type: 'json' };
22

33
import type { CodeSamples } from './specs/types.js';
44

templates/javascript/clients/package.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
"publint": "0.2.12",
141141
"rollup": "4.27.4",
142142
"tsup": "8.3.5",
143-
"typescript": "5.6.3"
143+
"typescript": "5.7.2"
144144
},
145145
"engines": {
146146
"node": ">= 14.0.0"

templates/javascript/snippets/package.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.0.0",
44
"type": "module",
55
"dependencies": {
6-
"typescript": "5.6.3",
6+
"typescript": "5.7.2",
77
"@algolia/client-common": "link:../../../clients/algoliasearch-client-javascript/packages/client-common",
88
"@algolia/requester-node-http": "link:../../../clients/algoliasearch-client-javascript/packages/requester-node-http",
99
"algoliasearch": "link:../../../clients/algoliasearch-client-javascript/packages/algoliasearch"

templates/javascript/tests/package.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"devDependencies": {
1414
"@types/node": "22.9.3",
1515
"dotenv": "16.4.5",
16-
"typescript": "5.6.3",
16+
"typescript": "5.7.2",
1717
"vitest": "2.1.5"
1818
}
1919
}

yarn.lock

Lines changed: 24 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ __metadata:
9292
prettier-plugin-java: "npm:2.6.5"
9393
prettier-plugin-organize-imports: "npm:4.1.0"
9494
renovate-config-algolia: "npm:2.2.0"
95-
typescript: "npm:5.6.3"
95+
typescript: "npm:5.7.2"
9696
languageName: unknown
9797
linkType: soft
9898

@@ -3696,7 +3696,7 @@ __metadata:
36963696
eslint: "npm:8.57.1"
36973697
eslint-plugin-yml: "npm:1.15.0"
36983698
eslint-vitest-rule-tester: "npm:0.6.1"
3699-
typescript: "npm:5.6.3"
3699+
typescript: "npm:5.7.2"
37003700
vitest: "npm:2.1.5"
37013701
yaml-eslint-parser: "npm:1.2.3"
37023702
languageName: unknown
@@ -5245,7 +5245,7 @@ __metadata:
52455245
"@algolia/recommend": "link:../../../clients/algoliasearch-client-javascript/packages/recommend"
52465246
"@algolia/requester-node-http": "link:../../../clients/algoliasearch-client-javascript/packages/requester-node-http"
52475247
algoliasearch: "link:../../../clients/algoliasearch-client-javascript/packages/algoliasearch"
5248-
typescript: "npm:5.6.3"
5248+
typescript: "npm:5.7.2"
52495249
languageName: unknown
52505250
linkType: soft
52515251

@@ -7302,7 +7302,7 @@ __metadata:
73027302
micromatch: "npm:4.0.8"
73037303
semver: "npm:7.6.3"
73047304
spinnies: "npm:0.5.1"
7305-
typescript: "npm:5.6.3"
7305+
typescript: "npm:5.7.2"
73067306
vitest: "npm:2.1.5"
73077307
languageName: unknown
73087308
linkType: soft
@@ -8238,6 +8238,16 @@ __metadata:
82388238
languageName: node
82398239
linkType: hard
82408240

8241+
"typescript@npm:5.7.2":
8242+
version: 5.7.2
8243+
resolution: "typescript@npm:5.7.2"
8244+
bin:
8245+
tsc: bin/tsc
8246+
tsserver: bin/tsserver
8247+
checksum: 10/4caa3904df69db9d4a8bedc31bafc1e19ffb7b24fbde2997a1633ae1398d0de5bdbf8daf602ccf3b23faddf1aeeb9b795223a2ed9c9a4fdcaf07bfde114a401a
8248+
languageName: node
8249+
linkType: hard
8250+
82418251
"typescript@npm:^3.9":
82428252
version: 3.9.10
82438253
resolution: "typescript@npm:3.9.10"
@@ -8258,6 +8268,16 @@ __metadata:
82588268
languageName: node
82598269
linkType: hard
82608270

8271+
"typescript@patch:typescript@npm%3A5.7.2#optional!builtin<compat/typescript>":
8272+
version: 5.7.2
8273+
resolution: "typescript@patch:typescript@npm%3A5.7.2#optional!builtin<compat/typescript>::version=5.7.2&hash=5786d5"
8274+
bin:
8275+
tsc: bin/tsc
8276+
tsserver: bin/tsserver
8277+
checksum: 10/d75ca10141afc64fd3474b41a8b082b640555bed388d237558aed64e5827ddadb48f90932c7f4205883f18f5bcab8b6a739a2cfac95855604b0dfeb34bc2f3eb
8278+
languageName: node
8279+
linkType: hard
8280+
82618281
"typescript@patch:typescript@npm%3A^3.9#optional!builtin<compat/typescript>":
82628282
version: 3.9.10
82638283
resolution: "typescript@patch:typescript@npm%3A3.9.10#optional!builtin<compat/typescript>::version=3.9.10&hash=3bd3d3"

0 commit comments

Comments
 (0)