Merge pull request #13344 from webpack/dependabot/npm_and_yarn/typescript-4.2.4

chore(deps-dev): bump typescript from 4.2.0-beta to 4.2.4
This commit is contained in:
Tobias Koppers 2021-05-11 10:34:38 +02:00 committed by GitHub
commit 226a77c9d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 14 deletions

12
types.d.ts vendored
View File

@ -3360,17 +3360,7 @@ declare abstract class ExportInfo {
| "maybe provided (runtime-defined)"
| "provided"
| "not provided";
getRenameInfo():
| string
| "missing provision and use info prevents renaming"
| "usage prevents renaming (no provision info)"
| "missing provision info prevents renaming"
| "missing usage info prevents renaming"
| "usage prevents renaming"
| "could be renamed"
| "provision prevents renaming (no use info)"
| "usage and provision prevents renaming"
| "provision prevents renaming";
getRenameInfo(): string;
}
declare interface ExportSpec {
/**

View File

@ -6411,9 +6411,9 @@ typedarray-to-buffer@^3.1.5:
is-typedarray "^1.0.0"
typescript@^4.2.0-beta:
version "4.2.0-beta"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.2.0-beta.tgz#75326e43625718f4a325f5725a105a1b3f1a7b45"
integrity sha512-0nYjpkQ6bKjHoJTQkUHcDtGLNenqc5rfTcl3ISUnJXPkGa0115FcVJABmodfMKHLyDBmzDr8IGLbDv5m7sbYgw==
version "4.2.4"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.2.4.tgz#8610b59747de028fda898a8aef0e103f156d0961"
integrity sha512-V+evlYHZnQkaz8TRBuxTA92yZBPotr5H+WhQ7bD3hZUndx5tGOa1fuCgeSjxAzM1RiN5IzvadIXTVefuuwZCRg==
uglify-js@^3.1.4:
version "3.13.5"