Skip to content

Commit db41086

Browse files
chore(deps): update dependency typescript to v5.7.3 (#4333)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 95d72d9 commit db41086

File tree

18 files changed

+69
-29
lines changed

18 files changed

+69
-29
lines changed

clients/algoliasearch-client-javascript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"execa": "9.5.2",
2121
"lerna": "8.1.9",
2222
"rollup": "4.29.1",
23-
"typescript": "5.7.2"
23+
"typescript": "5.7.3"
2424
},
2525
"bundlewatch": {
2626
"files": [

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"publint": "0.2.12",
4242
"ts-node": "10.9.2",
4343
"tsup": "8.3.5",
44-
"typescript": "5.7.2",
44+
"typescript": "5.7.3",
4545
"vitest": "2.1.8"
4646
},
4747
"engines": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"publint": "0.2.12",
6161
"rollup": "4.29.1",
6262
"tsup": "8.3.5",
63-
"typescript": "5.7.2"
63+
"typescript": "5.7.3"
6464
},
6565
"engines": {
6666
"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
@@ -41,7 +41,7 @@
4141
"publint": "0.2.12",
4242
"ts-node": "10.9.2",
4343
"tsup": "8.3.5",
44-
"typescript": "5.7.2",
44+
"typescript": "5.7.3",
4545
"vitest": "2.1.8"
4646
},
4747
"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
@@ -40,7 +40,7 @@
4040
"jsdom": "25.0.1",
4141
"publint": "0.2.12",
4242
"tsup": "8.3.5",
43-
"typescript": "5.7.2",
43+
"typescript": "5.7.3",
4444
"vitest": "2.1.8",
4545
"xhr-mock": "2.5.1"
4646
},

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"nock": "13.5.6",
5858
"publint": "0.2.12",
5959
"tsup": "8.3.5",
60-
"typescript": "5.7.2",
60+
"typescript": "5.7.3",
6161
"vitest": "2.1.8"
6262
},
6363
"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
@@ -43,7 +43,7 @@
4343
"nock": "13.5.6",
4444
"publint": "0.2.12",
4545
"tsup": "8.3.5",
46-
"typescript": "5.7.2",
46+
"typescript": "5.7.3",
4747
"vitest": "2.1.8"
4848
},
4949
"engines": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@types/node": "22.10.5",
5454
"publint": "0.2.12",
5555
"tsup": "8.3.5",
56-
"typescript": "5.7.2"
56+
"typescript": "5.7.3"
5757
},
5858
"engines": {
5959
"node": ">= 14.0.0"

clients/algoliasearch-client-javascript/yarn.lock

Lines changed: 28 additions & 8 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.7.2"
52+
typescript: "npm:5.7.3"
5353
vitest: "npm:2.1.8"
5454
languageName: unknown
5555
linkType: soft
@@ -67,7 +67,7 @@ __metadata:
6767
publint: "npm:0.2.12"
6868
rollup: "npm:4.29.1"
6969
tsup: "npm:8.3.5"
70-
typescript: "npm:5.7.2"
70+
typescript: "npm:5.7.3"
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.7.2"
170+
typescript: "npm:5.7.3"
171171
vitest: "npm:2.1.8"
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.7.2"
219+
typescript: "npm:5.7.3"
220220
vitest: "npm:2.1.8"
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.7.2"
236+
typescript: "npm:5.7.3"
237237
vitest: "npm:2.1.8"
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.7.2"
251+
typescript: "npm:5.7.3"
252252
vitest: "npm:2.1.8"
253253
languageName: unknown
254254
linkType: soft
@@ -265,7 +265,7 @@ __metadata:
265265
"@types/node": "npm:22.10.5"
266266
publint: "npm:0.2.12"
267267
tsup: "npm:8.3.5"
268-
typescript: "npm:5.7.2"
268+
typescript: "npm:5.7.3"
269269
languageName: unknown
270270
linkType: soft
271271

@@ -2331,7 +2331,7 @@ __metadata:
23312331
execa: "npm:9.5.2"
23322332
lerna: "npm:8.1.9"
23332333
rollup: "npm:4.29.1"
2334-
typescript: "npm:5.7.2"
2334+
typescript: "npm:5.7.3"
23352335
languageName: unknown
23362336
linkType: soft
23372337

@@ -8218,6 +8218,16 @@ __metadata:
82188218
languageName: node
82198219
linkType: hard
82208220

8221+
"typescript@npm:5.7.3":
8222+
version: 5.7.3
8223+
resolution: "typescript@npm:5.7.3"
8224+
bin:
8225+
tsc: bin/tsc
8226+
tsserver: bin/tsserver
8227+
checksum: 10/6a7e556de91db3d34dc51cd2600e8e91f4c312acd8e52792f243c7818dfadb27bae677175fad6947f9c81efb6c57eb6b2d0c736f196a6ee2f1f7d57b74fc92fa
8228+
languageName: node
8229+
linkType: hard
8230+
82218231
"typescript@patch:typescript@npm%3A5.6.1-rc#optional!builtin<compat/typescript>":
82228232
version: 5.6.1-rc
82238233
resolution: "typescript@patch:typescript@npm%3A5.6.1-rc#optional!builtin<compat/typescript>::version=5.6.1-rc&hash=8c6c40"
@@ -8238,6 +8248,16 @@ __metadata:
82388248
languageName: node
82398249
linkType: hard
82408250

8251+
"typescript@patch:typescript@npm%3A5.7.3#optional!builtin<compat/typescript>":
8252+
version: 5.7.3
8253+
resolution: "typescript@patch:typescript@npm%3A5.7.3#optional!builtin<compat/typescript>::version=5.7.3&hash=5786d5"
8254+
bin:
8255+
tsc: bin/tsc
8256+
tsserver: bin/tsserver
8257+
checksum: 10/dc58d777eb4c01973f7fbf1fd808aad49a0efdf545528dab9b07d94fdcb65b8751742804c3057e9619a4627f2d9cc85547fdd49d9f4326992ad0181b49e61d81
8258+
languageName: node
8259+
linkType: hard
8260+
82418261
"uglify-js@npm:^3.1.4":
82428262
version: 3.19.3
82438263
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.16.0",
1919
"eslint-vitest-rule-tester": "0.7.1",
20-
"typescript": "5.7.2",
20+
"typescript": "5.7.3",
2121
"vitest": "2.1.8",
2222
"yaml-eslint-parser": "1.2.3"
2323
}

0 commit comments

Comments
 (0)