Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pick up latest TS nightly #172928

Merged
merged 2 commits into from
Feb 1, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion extensions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "MIT",
"description": "Dependencies shared by all extensions",
"dependencies": {
"typescript": "^5.0.0-dev.20230130"
"typescript": "^5.0.0-dev.20230131"
},
"scripts": {
"postinstall": "node ./postinstall.mjs"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ module.exports = [withBrowserDefaults({
module: {
exprContextCritical: false,
},
ignoreWarnings: [/Critical dependency: require function is used in a way in which dependencies cannot be statically extracted/],
output: {
// all output goes into `dist`.
// packaging depends on that and this must always be like it
Expand Down
8 changes: 4 additions & 4 deletions extensions/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -228,10 +228,10 @@ to-regex-range@^5.0.1:
dependencies:
is-number "^7.0.0"

typescript@^5.0.0-dev.20230130:
version "5.0.0-dev.20230130"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.0-dev.20230130.tgz#6eb64e2ba0d565139e58d423bcd18f5b4e1a58fa"
integrity sha512-4zmbh58Vt3HDAD0AvHr1ccmAkKKODriYMNajcSzUylVgXCXrNGTJOReMp54GBs67KfQFaLOpVZlLrlD2FKn9Kg==
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==

vscode-grammar-updater@^1.1.0:
version "1.1.0"
Expand Down