Merge pull request #9639 from webpack/dependabot/npm_and_yarn/typescript-3.6.2

chore(deps-dev): bump typescript from 3.5.3 to 3.6.2
This commit is contained in:
Tobias Koppers 2019-09-10 09:42:14 +02:00 committed by GitHub
commit 8ba770587c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 6 deletions

View File

@ -32,14 +32,14 @@ const LogType = Object.freeze({
exports.LogType = LogType;
/** @typedef {LogType} LogTypeEnum */
/** @typedef {keyof LogType} LogTypeEnum */
const LOG_SYMBOL = Symbol("webpack logger raw log method");
const TIMERS_SYMBOL = Symbol("webpack logger times");
class WebpackLogger {
/**
* @param {function(LogType, any[]=): void} log log function
* @param {function(LogTypeEnum, any[]=): void} log log function
*/
constructor(log) {
this[LOG_SYMBOL] = log;

View File

@ -47,7 +47,8 @@ const filterToFunction = item => {
};
/**
* @enum {number} */
* @enum {number}
*/
const LogLevel = {
none: 6,
false: 6,

View File

@ -6686,9 +6686,9 @@ typedarray@^0.0.6:
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
typescript@^3.0.0-rc:
version "3.5.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.5.3.tgz#c830f657f93f1ea846819e929092f5fe5983e977"
integrity sha512-ACzBtm/PhXBDId6a6sDJfroT2pOWt/oOnk4/dElG5G33ZL776N3Y6/6bKZJBFpd+b05F3Ct9qDjMeJmRWtE2/g==
version "3.6.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.6.2.tgz#105b0f1934119dde543ac8eb71af3a91009efe54"
integrity sha512-lmQ4L+J6mnu3xweP8+rOrUwzmN+MRAj7TgtJtDaXE5PMyX2kCrklhg3rvOsOIfNeAWMQWO2F1GPc1kMD2vLAfw==
uglify-js@^2.6.1:
version "2.8.29"