Skip to content

Commit 40adb36

Browse files
chore(deps): update dependency typescript to v5.7.2 (#4163)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: shortcuts <vannicattec@gmail.com>
1 parent 36d0588 commit 40adb36

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": "yarn@4.5.2",
5050
"engines": {

0 commit comments

Comments
 (0)