Pick up latest TS nightly (#172928)

This lets us remove the `ignoreWarnings` webpack hack
This commit is contained in:
Matt Bierner 2023-01-31 16:37:29 -08:00 committed by GitHub
parent 9894ae8700
commit 224472b8b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 6 deletions

View file

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

View file

@ -66,7 +66,6 @@ module.exports = [withBrowserDefaults({
module: { module: {
exprContextCritical: false, exprContextCritical: false,
}, },
ignoreWarnings: [/Critical dependency: require function is used in a way in which dependencies cannot be statically extracted/],
output: { output: {
// all output goes into `dist`. // all output goes into `dist`.
// packaging depends on that and this must always be like it // packaging depends on that and this must always be like it

View file

@ -228,10 +228,10 @@ to-regex-range@^5.0.1:
dependencies: dependencies:
is-number "^7.0.0" is-number "^7.0.0"
typescript@^5.0.0-dev.20230130: typescript@^5.0.0-dev.20230131:
version "5.0.0-dev.20230130" version "5.0.0-dev.20230131"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.0-dev.20230130.tgz#6eb64e2ba0d565139e58d423bcd18f5b4e1a58fa" resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.0-dev.20230131.tgz#920b8e5b9a25100fee18a45b0f77a3d12d9b8d0e"
integrity sha512-4zmbh58Vt3HDAD0AvHr1ccmAkKKODriYMNajcSzUylVgXCXrNGTJOReMp54GBs67KfQFaLOpVZlLrlD2FKn9Kg== integrity sha512-A1VAxSLhrW5D7zq7nLkE36JAfDL72gJrN8p5Y6zvvndkOGtfgJp3//M0iqCRfLe0l8noJb8cRI+kdpgSuC1giw==
vscode-grammar-updater@^1.1.0: vscode-grammar-updater@^1.1.0:
version "1.1.0" version "1.1.0"