Revert to TS 4.9.5 for this iteration (#173081)

TS 5.0 doesn't come out til mid March
This commit is contained in:
Matt Bierner 2023-02-01 15:12:13 -08:00 committed by GitHub
parent 863984a61f
commit 6c12ba1f81
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 5 deletions

View file

@ -4,7 +4,7 @@
"license": "MIT",
"description": "Dependencies shared by all extensions",
"dependencies": {
"typescript": "^5.0.0-dev.20230131"
"typescript": "^4.9.5"
},
"scripts": {
"postinstall": "node ./postinstall.mjs"

View file

@ -66,6 +66,7 @@ module.exports = [withBrowserDefaults({
module: {
exprContextCritical: false,
},
ignoreWarnings: [/Critical dependency: the request of a dependency is an expression/],
output: {
// all output goes into `dist`.
// packaging depends on that and this must always be like it

View file

@ -228,10 +228,10 @@ to-regex-range@^5.0.1:
dependencies:
is-number "^7.0.0"
typescript@^5.0.0-dev.20230131:
version "5.0.0-dev.20230131"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.0-dev.20230131.tgz#920b8e5b9a25100fee18a45b0f77a3d12d9b8d0e"
integrity sha512-A1VAxSLhrW5D7zq7nLkE36JAfDL72gJrN8p5Y6zvvndkOGtfgJp3//M0iqCRfLe0l8noJb8cRI+kdpgSuC1giw==
typescript@^4.9.5:
version "4.9.5"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
vscode-grammar-updater@^1.1.0:
version "1.1.0"