Skip to content

Commit

Permalink
Update typedoc to fix handlebars 4.6.x breakage
Browse files Browse the repository at this point in the history
As per TypeStrong/typedoc#1159, in response to
security concerns, handlebars 4.6.0 changed in a way that broke our
version of typedoc. This was fixed and made available in 0.15.7.

This is fortunate as typedoc 0.16.0 makes a breaking change that exposes
a lot more than I think we want to:
https://github.com/TypeStrong/typedoc/releases/tag/v0.16.0

The current lead maintainer outlines a new vision for a "library" mode
here which may be of interest in future:
TypeStrong/typedoc#1266

Signed-off-by: Thomas Chetwin <tchetwin@bloomberg.net>
  • Loading branch information
tchetwin committed Apr 30, 2020
1 parent 7adec36 commit 4f6e236
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 48 deletions.
80 changes: 33 additions & 47 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -32,7 +32,7 @@
"prettier": "^1.15.3",
"tape": "^4.9.2",
"ts-node": "^7.0.1",
"typedoc": "^0.15.0",
"typedoc": "^0.15.8",
"typedoc-plugin-sourcefile-url": "^1.0.4"
},
"dependencies": {
Expand Down

0 comments on commit 4f6e236

Please sign in to comment.