Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

An in-range update of typedoc is breaking the build 🚨 #64

Open
greenkeeper bot opened this issue Jul 26, 2019 · 7 comments
Open

An in-range update of typedoc is breaking the build 🚨 #64

greenkeeper bot opened this issue Jul 26, 2019 · 7 comments

Comments

@greenkeeper
Copy link
Contributor

greenkeeper bot commented Jul 26, 2019

The devDependency typedoc was updated from 0.15.0-0 to 0.15.0.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

typedoc is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • continuous-integration/travis-ci/push: The Travis CI build failed (Details).

Release Notes for Theme Update and More

Features ✨

  • Updates included in typedoc-default-themes v0.6.0
  • Mixin support (#990)
  • Category improvements (#938)
  • Default CLI output directory to ./docs (#970)
  • Expand JS files if allowJS is enabled (#948)
  • Add support for excluding directories and refactor expandInputFiles. (#730)
  • Move non-exported types to devdependencies (#1035)
  • Support negations in directory excludes (92f0f25)
  • Performance: Allow TraverseCallback to bail out early (#1034)

Fixes 🐛

  • Reset the state of the comment plugin on conversion start. (#1006)
  • Fix handlebars types conflict (#967)
  • Fix reference to deprecated handlebars type (#1022)
  • Fix bug with the negated/commented exclude patterns (#1025)
  • Fix references marked as external if path has dots (#1052)
  • Category fixes (#1008)

Documentation help 📖

  • Use https in links (#982)
  • Add documentation contributing instructions (#973)
  • Change some typos and sentence structure in CONTRIBUTING.md (#968)
  • Add excludeNotExported to README (#997)

Changed 📦

  • Update dependencies (#992) (#1041)
  • Update typedoc-default-themes to latest (#993)
  • Update typescript to 3.4.x (#1014)
  • Update typescript to 3.5.x (#1047)
  • Update marked to 0.6.0 to support id generation for headers (#966)
  • Update marked to 0.7.0 (e9b28ee)
  • npm audit fix (#1019)
  • Updated lodash to 4.17.15 to avoid prototype pollution (b328537)
  • Reduce reliance on internal TS apis (#949)
  • Replace array indexOf checks with includes (#954)
  • Remove Grunt (#933)
  • Run CI on current Node.js versions (#1053)
  • Modify example script permissions (#1011)

Thanks 👏

Thanks to those who identified issues and for the following code contributors:

v0.14.2...v0.15.0

Commits

The new version differs by 30 commits.

  • 73a13dd 0.15.0
  • 144e667 pin typescript to patch version
  • e0cdf64 update dependencies (#1041)
  • 92f0f25 Support negations in directory excludes
  • b328537 Updated lodash to 4.17.15 (to avoid prototype pollution)
  • e9b28ee Update marked to 0.7.0
  • 07afa11 fix: references marked as external if path has dots (#1052)
  • dfb7207 Revert "Merge branch 'master' into master"
  • 29df793 Merge branch 'master' into master
  • dc3c6f9 fix(package): update to typescript 3.5.x (#1047)
  • a2d3704 Merge pull request #1 from TypeStrong/master
  • ae67b72 run CI on current Node.js versions (#1053)
  • 9d54cc6 v0.15.0
  • 968da56 Fix tests
  • eb3cc11 Ran install

There are 30 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 13, 2019

  • The devDependency typedoc was updated from 0.15.0 to 0.15.1.

Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀

Commits

The new version differs by 21 commits.

  • 87099f8 Bump version
  • ad488ef Back to official release of themes
  • 5704bf5 Keep tests passing
  • 0a61a00 Add type predicate converter
  • 1f01579 Upgrade nyc to beta
  • 3157e05 Upgrade the rest of the dependencies for good measure
  • 1ab03e6 Rebuild function specs.
  • d8666a0 Upgrade to typescript-3.7; add test for assertion functions.
  • c67dabc Fix tests
  • 5355abc Escape text in wbr
  • cc4cef1 Support linking to module.d.ts (#1117)
  • 37bfc1d Ignore tarball, which is the result of running npm pack
  • 352d622 Typo
  • b74f5bb fix: also correct typo in test assertion
  • f8cbb6e refactor: use const instead of let where possible

There are 21 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 14, 2019

  • The devDependency typedoc was updated from 0.15.1 to 0.15.2.

Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀

Release Notes for TypeScript 3.7 Recovery

Fixed 🐛

  • Fix broken JSON output when predicate types reference a type argument (#1131 )
  • Fix local file paths showing up in docs (#800, #642)

Feature ✨

  • Strip nodes annotated with @internal if the --stripInternal TypeScript option is provided (#1114)
Commits

The new version differs by 26 commits.

  • fe2363c Version 0.15.2
  • e41fb74 Merge branch 'add-internal-as-hidden-synonym'
  • 7d0ce87 Fix path trimming in tests
  • 6cdc62a Fix #1131
  • 87099f8 Bump version
  • ad488ef Back to official release of themes
  • 5704bf5 Keep tests passing
  • 0a61a00 Add type predicate converter
  • 1f01579 Upgrade nyc to beta
  • 3157e05 Upgrade the rest of the dependencies for good measure
  • 1ab03e6 Rebuild function specs.
  • d8666a0 Upgrade to typescript-3.7; add test for assertion functions.
  • c67dabc Fix tests
  • 5355abc Escape text in wbr
  • cc4cef1 Support linking to module.d.ts (#1117)

There are 26 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 23, 2019

  • The devDependency typedoc was updated from 0.15.2 to 0.15.3.

Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀

Release Notes for v0.15.3 - Bug fixes

Fixed 🐛

  • #1137 - <wbr> helper inserted within html character escapes
  • Upgraded handlebars to avoid arbitrary code execution vulnerability

Thanks 👏

Commits

The new version differs by 30 commits.

There are 30 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 8, 2019

  • The devDependency typedoc was updated from 0.15.3 to 0.15.4.

Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀

Release Notes for v0.15.4 - Incremental builds + Computed names

Fixed 🐛

  • #1140 - Ignore tsBuildInfoFile compiler option

Feature ✨

  • #1039 - Improve output for computed property names

Thanks 👏

Commits

The new version differs by 34 commits.

There are 34 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 16, 2019

  • The devDependency typedoc was updated from 0.15.4 to 0.15.5.

Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀

Release Notes for v0.15.5

Fixed 🐛

Commits

The new version differs by 36 commits.

There are 36 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 26, 2019

  • The devDependency typedoc was updated from 0.15.5 to 0.15.6.

Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀

Release Notes for v0.15.6

Fixed 🐛

  • When using recursive types TypeDoc ran out of memory (#1150)
  • Improved performance by ~20% when --ignoreCompilerErrors is passed by not asking TypeScript for the errors (#1032)
  • Fixes included in typedoc-default-themes@0.6.3

Features ✨

  • Support for TS2.8 conditional types (#831)
  • Support for indexed-access types (#1153)
  • The @packageDocumentation tag can now be used to mark a comment as a file comment. Docs (#603, #1080)

Changes 📦

  • TypeDoc now includes the package version in the documentation (#544)

Thanks 👏

Commits

The new version differs by 42 commits.

  • f388b42 Bump version to 0.15.6
  • fb2aaca feat: Include package version in documentation
  • 78d8e2f fix: Don't get compiler errors if they are ignored
  • 3b6d18c fix: Remove the packageDocumentation tag from comments
  • 13b56b9 feat: Support for @packageDocumentation
  • 03987a0 feat: Convert conditional types, indexed access types
  • 0551aeb Bump version
  • 4e0b21b Fix #1102
  • 637b51f v0.15.4
  • 3ec2e66 Add tests for computed property names
  • caae509 Improve output for computed property names
  • 60b49a8 Ignore tsBuildInfoFile TypeScript compiler option
  • 31ae8d8 v0.15.3
  • 9ea81ab v0.15.3
  • 0a2b034 Add a test for =

There are 42 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 10, 2020

  • The devDependency typedoc was updated from 0.15.7 to 0.15.8.

Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀

Release Notes for v0.15.8

Fixed 🐛

  • Upgraded handlebars to 4.7.0 - #1159

Thanks 👏

Commits

The new version differs by 45 commits.

  • aa59c1e chore: Bump version to 0.15.8
  • 2cbb089 fix: Update handlebars to 4.7
  • 91cfe2e chore: Bump version
  • f388b42 Bump version to 0.15.6
  • fb2aaca feat: Include package version in documentation
  • 78d8e2f fix: Don't get compiler errors if they are ignored
  • 3b6d18c fix: Remove the packageDocumentation tag from comments
  • 13b56b9 feat: Support for @packageDocumentation
  • 03987a0 feat: Convert conditional types, indexed access types
  • 0551aeb Bump version
  • 4e0b21b Fix #1102
  • 637b51f v0.15.4
  • 3ec2e66 Add tests for computed property names
  • caae509 Improve output for computed property names
  • 60b49a8 Ignore tsBuildInfoFile TypeScript compiler option

There are 45 commits in total.

See the full diff

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

0 participants