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 🚨 #231

Open
greenkeeper bot opened this issue Nov 14, 2019 · 6 comments
Open

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

greenkeeper bot opened this issue Nov 14, 2019 · 6 comments

Comments

@greenkeeper
Copy link
Contributor

greenkeeper bot commented Nov 14, 2019

The devDependency typedoc was updated from 0.15.1 to 0.15.2.

🚨 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 could not complete due to an error (Details).

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 5 commits.

  • fe2363c Version 0.15.2
  • e41fb74 Merge branch 'add-internal-as-hidden-synonym'
  • 7d0ce87 Fix path trimming in tests
  • 6cdc62a Fix #1131
  • 149f3bd Add @internal as a synonym for @hidden

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 14, 2019

After pinning to 0.15.1 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

@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 are passing again with this update. Explicitly upgrade 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 4 commits.

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 are passing again with this update. Explicitly upgrade 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 8 commits.

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 are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v0.15.5

Fixed 🐛

Commits

The new version differs by 10 commits.

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 are passing again with this update. Explicitly upgrade 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)

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 16 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 16 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 are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v0.15.8

Fixed 🐛

  • Upgraded handlebars to 4.7.0 - #1159

Thanks 👏

Commits

The new version differs by 19 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 19 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