[Snyk] Upgrade typedoc from 0.16.11 to 0.17.7#327
Merged
Conversation
Snyk has created this PR to upgrade typedoc from 0.16.11 to 0.17.7. See this package in NPM: https://www.npmjs.com/package/typedoc See this project in Snyk: https://app.snyk.io/org/bingenito/project/f4dcee6e-5264-4d89-99df-3f62fdf71a32?utm_source=github&utm_medium=upgrade-pr
Codecov Report
@@ Coverage Diff @@
## master #327 +/- ##
=======================================
Coverage 93.43% 93.43%
=======================================
Files 16 16
Lines 1554 1554
Branches 265 265
=======================================
Hits 1452 1452
Misses 102 102 |
bingenito
approved these changes
Jun 9, 2020
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Snyk has created this PR to upgrade typedoc from 0.16.11 to 0.17.7.
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.Release notes
Package name: typedoc
-
0.17.7 - 2020-05-17
- Correctly copy parameter descriptions with
- Support
- TypeDoc fails to resolve
- (Plugin API) Allow every possible number as a defaultValue for a number option (#1296) (f93c76b), closes #1291
- @kayahr
- @krisztianb
- @Lhoerion
- @StephanBijzitter
-
0.17.6 - 2020-04-27
- Correct prepublish script, it was supposed to enable more lax typings for plugins, but failed to do so. (3b081de)
-
0.17.5 - 2020-04-26
- Do not silently swallow missing include/media file errors (#1277) (4067f2c)
- Enable lax overloads only in release (b870905)
- Fix extends option in tsconfig.json doesn't work (#1273) (d5c2d47), closes #1272
- Improve output for object's computed property names (#1275) (8c2b698)
- Remove Result object (262a89c), closes #1238
- Add detecting read-only properties (#1268) (91644a9)
- Number options may require min and max values (#1278) (42de2af)
- @garaboncias
- @krisztianb
- @Lhoerion
- @SamuraiJack
- @WilliamJns
-
0.17.4 - 2020-04-06
- options: Map type options should not have their default value validated (#1250) (c296503)
- Generate search index before rendering theme (#1252) (c73eaaf)
- @sgrishchenko
- @krisztianb
-
0.17.3 - 2020-03-22
- Updated the default themes to reduce bundle size from 174kb to 35kb - TypeStrong/typedoc-default-themes#85
- The legend is no longer missing on most documentation pages
- @sgrishchenko
- @BennyHinrichs
-
0.17.2 - 2020-03-21
- Pin marked to 0.8.0 (7994456), closes #1240
-
0.17.1 - 2020-03-18
- Report errors from setting bad options on CLI (a2e4db1), closes #1237
-
0.17.0 - 2020-03-15
- Check for compiler errors before converting (802c408)
- Plugin resolution now uses relative paths (#1194) closes #1188
-
-
-
-
-
-
-
-
- Any plugins which referenced ReflectionKind.ExternalModule or ReflectionKind.Module need to be updated to reference ReflectionKind.Module and ReflectionKind.Namespace respectively.
- @alexandercerutti
- @maoueh
- @SamuraiJack
- @socsieng
-
0.17.0-3 - 2020-01-24
-
0.17.0-2 - 2020-01-21
-
0.17.0-1 - 2020-01-20
-
0.17.0-0 - 2020-01-18
-
0.16.11 - 2020-02-28
- Ensure child comment tags get set (#1221) (541fbcf)
- Logger extensions now also count the warnings (#1210) (c4ce9a5)
- Re-export TypeScript namespace (#1217) (796349a), closes #1213
- Support code blocks with four spaces (148bd12), closes #1218
- Add support for `` inside of Marked Link Brackets (#1091) (1ec2fb8)
- Config option to exclude not explicitly documented symbols (#996) (20db9a5), closes #995
- Support for extended config in typedoc.json (07fb1ce), closes #493 #1115
- @epzilla
- @forivall
- @KSXGitHub
- @PissedCapslock
- @Richienb
- @SamuraiJack
from typedoc GitHub release notes0.17.7 (2020-05-17)
Bug Fixes
@inheritDoc(#1303) (9b586db), closes #787declare module "m"parsed as namespace (#1301) (4fed0bd), closes #1284{@link where | text}with spaces around|(935e10a), closes #1302@typespackages outside of cwd (8edb17c), closes #1300Features
Thanks!
0.17.6 (2020-04-27)
Bug Fixes
0.17.5 (2020-04-26)
Bug Fixes
Features
Thanks!
0.17.4 (2020-04-06)
Bug Fixes
Features
Thanks!
Features
Fixed
Thanks!
0.17.2 (2020-03-21)
Bug Fixes
0.17.1 (2020-03-18)
Bug Fixes
0.17.0 (2020-03-15)
Bug Fixes
Features
Allow user to set git remote (5cbd44d), closes #1130
Move TypeScript to a peer dependency (49b1c4f), closes #880
Only generate legend for items that are displayed on the page (#1187) (923c55d), closes #1136
Support disabling sources (3dadcde), closes #808
Support for
@template(c015fd9), closes #860Support for private fields (5d41a2e)
fix!: Rename external modules to modules (295ccdd), closes #109
fix!: Moved @types/minimatch dependency to devDepencencies (#1206) (592e0b3), closes #1206
BREAKING CHANGES
createMinimatchis no longer a public function.@Optiondecorator removedThanks!
TypeDoc wouldn't be maintained without the help of the community, thanks to all who submitted issues and especially to those who contributed code to this release:
Bug Fixes 🐛
Features ✨
Thanks 👏
v0.16.10...v0.16.11
Commit messages
Package name: typedoc
Compare
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information:

🧐 View latest project report
🛠 Adjust upgrade PR settings
🔕 Ignore this dependency or unsubscribe from future upgrade PRs