Skip to content

Commit e7b2d6b

Browse files
Update dependency typescript to v5.9.2 (#734)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c55d130 commit e7b2d6b

File tree

9 files changed

+21
-21
lines changed

9 files changed

+21
-21
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.20.3",
8-
"typescript": "5.8.3",
8+
"typescript": "5.9.2",
99
"graphql": "16.11.0",
1010
"@apollo/server": "5.0.0",
1111
"@apollo/gateway": "2.11.2",

federation/gateways/apollo-server/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1964,10 +1964,10 @@ typed-array-buffer@^1.0.3:
19641964
es-errors "^1.3.0"
19651965
is-typed-array "^1.1.14"
19661966

1967-
typescript@5.8.3:
1968-
version "5.8.3"
1969-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.8.3.tgz#92f8a3e5e3cf497356f4178c34cd65a7f5e8440e"
1970-
integrity sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==
1967+
typescript@5.9.2:
1968+
version "5.9.2"
1969+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.9.2.tgz#d93450cddec5154a2d5cabe3b8102b83316fb2a6"
1970+
integrity sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A==
19711971

19721972
undici-types@~7.8.0:
19731973
version "7.8.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.20.3",
8-
"typescript": "5.8.3",
8+
"typescript": "5.9.2",
99
"graphql": "16.11.0",
1010
"fastify": "5.4.0",
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
@@ -1141,10 +1141,10 @@ [email protected]:
11411141
optionalDependencies:
11421142
fsevents "~2.3.3"
11431143

1144-
typescript@5.8.3:
1145-
version "5.8.3"
1146-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.8.3.tgz#92f8a3e5e3cf497356f4178c34cd65a7f5e8440e"
1147-
integrity sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==
1144+
typescript@5.9.2:
1145+
version "5.9.2"
1146+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.9.2.tgz#d93450cddec5154a2d5cabe3b8102b83316fb2a6"
1147+
integrity sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A==
11481148

11491149
undici@^7.2.1:
11501150
version "7.13.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.2.0",
1111
"tablemark": "3.1.0",
1212
"tsx": "4.20.3",
13-
"typescript": "5.8.3",
13+
"typescript": "5.9.2",
1414
"graphql": "16.11.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
@@ -999,10 +999,10 @@ [email protected]:
999999
optionalDependencies:
10001000
fsevents "~2.3.3"
10011001

1002-
typescript@5.8.3:
1003-
version "5.8.3"
1004-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.8.3.tgz#92f8a3e5e3cf497356f4178c34cd65a7f5e8440e"
1005-
integrity sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==
1002+
typescript@5.9.2:
1003+
version "5.9.2"
1004+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.9.2.tgz#d93450cddec5154a2d5cabe3b8102b83316fb2a6"
1005+
integrity sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A==
10061006

10071007
undici-types@~6.21.0:
10081008
version "6.21.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.20.3",
8-
"typescript": "5.8.3",
8+
"typescript": "5.9.2",
99
"graphql": "16.11.0",
1010
"@apollo/composition": "2.11.2"
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.2.0",
1111
"tablemark": "3.1.0",
1212
"tsx": "4.20.3",
13-
"typescript": "5.8.3",
13+
"typescript": "5.9.2",
1414
"graphql": "16.11.0",
1515
"patch-package": "8.0.0"
1616
},

federation/scenarios/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -741,10 +741,10 @@ [email protected]:
741741
optionalDependencies:
742742
fsevents "~2.3.3"
743743

744-
typescript@5.8.3:
745-
version "5.8.3"
746-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.8.3.tgz#92f8a3e5e3cf497356f4178c34cd65a7f5e8440e"
747-
integrity sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==
744+
typescript@5.9.2:
745+
version "5.9.2"
746+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.9.2.tgz#d93450cddec5154a2d5cabe3b8102b83316fb2a6"
747+
integrity sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A==
748748

749749
undici-types@~6.21.0:
750750
version "6.21.0"

0 commit comments

Comments
 (0)