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

Open
greenkeeper bot opened this issue Dec 16, 2019 · 6 comments
Open

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

greenkeeper bot opened this issue Dec 16, 2019 · 6 comments

Comments

@greenkeeper
Copy link
Contributor

greenkeeper bot commented Dec 16, 2019

The devDependency typedoc was updated from 0.15.4 to 0.15.5.

🚨 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).

Commits

The new version differs by 2 commits.

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 Dec 16, 2019

After pinning to 0.15.4 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 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 🚀

Commits

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

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 still failing with this version. Compare changes

Release Notes for v0.15.8

Fixed 🐛

  • Upgraded handlebars to 4.7.0 - #1159

Thanks 👏

Commits

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

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 26, 2020

  • The devDependency typedoc was updated from 0.17.4 to 0.17.5.

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

Release Notes for 0.17.5

0.17.5 (2020-04-26)

Bug Fixes

  • 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

Features

Thanks!

Commits

The new version differs by 157 commits.

  • b2a5421 chore: Bump version to 0.17.5
  • 8fb1258 chore: Fixed test for map declaration type (#1282)
  • 829f147 chore: Fix lint
  • d222fb6 chore: Upgrade dependencies
  • 8708143 Merge branch 'library-mode'
  • b03a13b chore: Fix typos is bounds check
  • 42de2af feat: Number options may require min and max values (#1278)
  • 4067f2c fix: Do not silently swallow missing include/media file errors (#1277)
  • d5c2d47 fix: Fix extends option in tsconfig.json doesn't work (#1273)
  • 91644a9 feat: Add detecting read-only properties (#1268)
  • 8c2b698 fix: Improve output for object's computed property names (#1275)
  • 262a89c feat: Remove Result object
  • b870905 fix: Enable lax overloads only in release
  • 2f38fc5 chore: Bump version to 0.17.4
  • 532a621 chore: Update issue templates

There are 157 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 27, 2020

  • The devDependency typedoc was updated from 0.17.5 to 0.17.6.

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

Release Notes for 0.17.6

0.17.6 (2020-04-27)

Bug Fixes

  • Correct prepublish script, it was supposed to enable more lax typings for plugins, but failed to do so. (3b081de)
Commits

The new version differs by 159 commits.

  • bc20444 chore: Bump version to 0.17.6
  • 3b081de fix: Correct prepublish script
  • b2a5421 chore: Bump version to 0.17.5
  • 8fb1258 chore: Fixed test for map declaration type (#1282)
  • 829f147 chore: Fix lint
  • d222fb6 chore: Upgrade dependencies
  • 8708143 Merge branch 'library-mode'
  • b03a13b chore: Fix typos is bounds check
  • 42de2af feat: Number options may require min and max values (#1278)
  • 4067f2c fix: Do not silently swallow missing include/media file errors (#1277)
  • d5c2d47 fix: Fix extends option in tsconfig.json doesn't work (#1273)
  • 91644a9 feat: Add detecting read-only properties (#1268)
  • 8c2b698 fix: Improve output for object's computed property names (#1275)
  • 262a89c feat: Remove Result object
  • b870905 fix: Enable lax overloads only in release

There are 159 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 17, 2020

  • The devDependency typedoc was updated from 0.17.6 to 0.17.7.

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

Release Notes for v0.17.7

0.17.7 (2020-05-17)

Bug Fixes

  • Correctly copy parameter descriptions with @inheritDoc (#1303) (9b586db), closes #787
  • declare module "m" parsed as namespace (#1301) (4fed0bd), closes #1284
  • Support {@link where | text} with spaces around | (935e10a), closes #1302
  • TypeDoc fails to resolve @types packages outside of cwd (8edb17c), closes #1300

Features

  • (Plugin API) Allow every possible number as a defaultValue for a number option (#1296) (f93c76b), closes #1291

Thanks!

Commits

The new version differs by 166 commits.

  • 9118a5c chore: Bump version to 0.17.7
  • 9b586db fix: copy inherited parameter descriptions (#1303)
  • 8edb17c fix: TypeDoc fails to resolve @types packages outside of cwd
  • 935e10a fix: Trim whitespace when parsing links
  • 0708fb8 chore: Fix minimatch pattern error in tests on Windows (#1304)
  • 4fed0bd fix: Module declaration parsed as namespace (#1301)
  • f93c76b feat: Allow every possible number as a defaultValue for a number option (#1296)
  • bc20444 chore: Bump version to 0.17.6
  • 3b081de fix: Correct prepublish script
  • b2a5421 chore: Bump version to 0.17.5
  • 8fb1258 chore: Fixed test for map declaration type (#1282)
  • 829f147 chore: Fix lint
  • d222fb6 chore: Upgrade dependencies
  • 8708143 Merge branch 'library-mode'
  • b03a13b chore: Fix typos is bounds check

There are 166 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