marcj / typedoc-plugin-lerna-packages

A plugin for Typedoc that groups all Lerna packages into own TS module
MIT License
28 stars 15 forks source link

Updated plugin to support typedoc v0.15 #7

Closed MihirJayavant closed 5 years ago

MihirJayavant commented 5 years ago
  1. peer and dev dependency of typedoc version updated to v0.15
  2. typedoc v0.15 has reorganized its dependencies hence @types/node is added to package.json and some tsconfig changes to fix build issue
  3. npm deprecated prepublish script hence it is replaced by prepare and prepublishOnly keeping existing functionality intact.
favna commented 5 years ago

@marcj when could you merge this? I would love to start using the plugin (love it btw!) but as it stands there are 2 security vulnerabilities which would be fixed by updating to TypeDoc 0.15.0:

/e/dev/typedoc-plugin-lerna-packages  master npm audit

                       === npm audit security report ===                        

# Run  npm install --save-dev typedoc@0.15.0  to resolve 2 vulnerabilities

  Moderate        Regular Expression Denial of Service                          

  Package         marked                                                        

  Dependency of   typedoc [dev]                                                 

  Path            typedoc > marked                                              

  More info       https://npmjs.com/advisories/812                              

  Low             Regular Expression Denial of Service                          

  Package         marked                                                        

  Dependency of   typedoc [dev]                                                 

  Path            typedoc > marked                                              

  More info       https://npmjs.com/advisories/1076                             

found 2 vulnerabilities (1 low, 1 moderate) in 77 scanned packages
  run `npm audit fix` to fix 2 of them.
marcj commented 5 years ago

typedoc-plugin-lerna-packages@0.2.0 out of the door :+1: