Skip to content

Commit

Permalink
Merge pull request #9639 from webpack/dependabot/npm_and_yarn/typescr…
Browse files Browse the repository at this point in the history
…ipt-3.6.2

chore(deps-dev): bump typescript from 3.5.3 to 3.6.2
  • Loading branch information
sokra committed Sep 10, 2019
2 parents 77cd3d0 + a736c3e commit 8ba7705
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions lib/logging/Logger.js
Expand Up @@ -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;
Expand Down
3 changes: 2 additions & 1 deletion lib/logging/createConsoleLogger.js
Expand Up @@ -47,7 +47,8 @@ const filterToFunction = item => {
};

/**
* @enum {number} */
* @enum {number}
*/
const LogLevel = {
none: 6,
false: 6,
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Expand Up @@ -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"
Expand Down

0 comments on commit 8ba7705

Please sign in to comment.