Skip to content

Commit 292a939

Browse files
authored
Pick up latest TS for building vscode (microsoft#165875)
1 parent 489d16d commit 292a939

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@
207207
"ts-loader": "^9.2.7",
208208
"ts-node": "^10.9.1",
209209
"tsec": "0.1.4",
210-
"typescript": "^5.0.0-dev.20221103",
210+
"typescript": "^5.0.0-dev.20221108",
211211
"typescript-formatter": "7.1.0",
212212
"underscore": "^1.12.1",
213213
"util": "^0.12.4",

src/vs/workbench/contrib/testing/common/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export const labelForTestInState = (label: string, state: TestResultState) => lo
4747
comment: ['label then the unit tests state, for example "Addition Tests (Running)"'],
4848
}, '{0} ({1})', stripIcons(label), testStateNames[state]);
4949

50-
export const testConfigurationGroupNames: { [K in TestRunProfileBitset]: string } = {
50+
export const testConfigurationGroupNames: Partial<Record<TestRunProfileBitset, string | undefined>> = {
5151
[TestRunProfileBitset.Debug]: localize('testGroup.debug', 'Debug'),
5252
[TestRunProfileBitset.Run]: localize('testGroup.run', 'Run'),
5353
[TestRunProfileBitset.Coverage]: localize('testGroup.coverage', 'Coverage'),

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10845,10 +10845,10 @@ typescript@^4.7.4:
1084510845
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.8.4.tgz#c464abca159669597be5f96b8943500b238e60e6"
1084610846
integrity sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ==
1084710847

10848-
typescript@^5.0.0-dev.20221103:
10849-
version "5.0.0-dev.20221103"
10850-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.0-dev.20221103.tgz#673cc041603bb7faed88f41ca5e9481c678f33d8"
10851-
integrity sha512-hfqcsmiJ+5ktli1OAkwu4PyDDJ3kWW3tiUofd2t1uxwmni3ZT3Mrv1m2dZFg9VNDKqHrkt49izB3tAtD2bsyGw==
10848+
typescript@^5.0.0-dev.20221108:
10849+
version "5.0.0-dev.20221108"
10850+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.0-dev.20221108.tgz#52cecdf226b983a33eadb2e6c9a8c040f7a7349f"
10851+
integrity sha512-np7hLTLHztenzHetS6xnYYo/P+VcjgUYWkblyl8jCeKgrC7fHJt1QlcjL83uC7YQiHLz5o9zgMZKtZbQBHPzkg==
1085210852

1085310853
typical@^4.0.0:
1085410854
version "4.0.0"

0 commit comments

Comments
 (0)