Skip to content

Commit 9ef518f

Browse files
Update dependency typescript to v5.8.3 (#644)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1047a06 commit 9ef518f

File tree

9 files changed

+22
-325
lines changed

9 files changed

+22
-325
lines changed

federation/gateways/apollo-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
},
66
"dependencies": {
77
"tsx": "4.19.3",
8-
"typescript": "5.8.2",
8+
"typescript": "5.8.3",
99
"graphql": "16.10.0",
1010
"@apollo/server": "4.11.3",
1111
"@apollo/gateway": "2.10.0",

federation/gateways/apollo-server/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2104,10 +2104,10 @@ type-is@~1.6.18:
21042104
media-typer "0.3.0"
21052105
mime-types "~2.1.24"
21062106

2107-
2108-
version "5.8.2"
2109-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.8.2.tgz#8170b3702f74b79db2e5a96207c15e65807999e4"
2110-
integrity sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ==
2107+
2108+
version "5.8.3"
2109+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.8.3.tgz#92f8a3e5e3cf497356f4178c34cd65a7f5e8440e"
2110+
integrity sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==
21112111

21122112
undici-types@~6.20.0:
21132113
version "6.20.0"

federation/gateways/mercurius/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
},
66
"dependencies": {
77
"tsx": "4.19.3",
8-
"typescript": "5.8.2",
8+
"typescript": "5.8.3",
99
"graphql": "16.10.0",
1010
"fastify": "5.2.2",
1111
"@mercuriusjs/gateway": "5.0.0"

federation/gateways/mercurius/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1118,10 +1118,10 @@ [email protected]:
11181118
optionalDependencies:
11191119
fsevents "~2.3.3"
11201120

1121-
1122-
version "5.8.2"
1123-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.8.2.tgz#8170b3702f74b79db2e5a96207c15e65807999e4"
1124-
integrity sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ==
1121+
1122+
version "5.8.3"
1123+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.8.3.tgz#92f8a3e5e3cf497356f4178c34cd65a7f5e8440e"
1124+
integrity sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==
11251125

11261126
undici@^7.2.1:
11271127
version "7.5.0"

federation/scenarios/constant-vus-over-time/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"vega-lite": "6.1.0",
1111
"tablemark": "3.1.0",
1212
"tsx": "4.19.3",
13-
"typescript": "5.8.2",
13+
"typescript": "5.8.3",
1414
"graphql": "16.10.0",
1515
"patch-package": "8.0.0"
1616
},

federation/scenarios/constant-vus-over-time/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -993,10 +993,10 @@ [email protected]:
993993
optionalDependencies:
994994
fsevents "~2.3.3"
995995

996-
997-
version "5.8.2"
998-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.8.2.tgz#8170b3702f74b79db2e5a96207c15e65807999e4"
999-
integrity sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ==
996+
997+
version "5.8.3"
998+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.8.3.tgz#92f8a3e5e3cf497356f4178c34cd65a7f5e8440e"
999+
integrity sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==
10001000

10011001
undici-types@~6.20.0:
10021002
version "6.20.0"

federation/scenarios/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
},
66
"dependencies": {
77
"tsx": "4.19.3",
8-
"typescript": "5.8.2",
8+
"typescript": "5.8.3",
99
"graphql": "16.10.0",
1010
"@apollo/composition": "2.10.0"
1111
},

federation/scenarios/ramping-vus/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"vega-lite": "6.1.0",
1111
"tablemark": "3.1.0",
1212
"tsx": "4.19.3",
13-
"typescript": "5.8.2",
13+
"typescript": "5.8.3",
1414
"graphql": "16.10.0",
1515
"patch-package": "8.0.0"
1616
},

0 commit comments

Comments
 (0)