Lines Matching full:update
10 // update check frequency
19 // this if we are doing the actual update
53 // ok! notify the user about this update they should get.
56 const update = semver.parse(mani.version) constant
57 const type = update.major !== current.major ? 'major'
58 : update.minor !== current.minor ? 'minor'
59 : update.patch !== current.patch ? 'patch'
73 `Run ${cmdc} to update!\n`
101 // intentional. do not await this. it's a best-effort update. if this
109 // only update the notification timeout if we actually finished checking
113 !npm.config.get('update-notifier')
114 // global npm update
116 ['install', 'update'].includes(npm.command) &&