Narazaka / fso

fso - FileSystemObject is a objective fs interface like Pathname(ruby).
2 stars 1 forks source link

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

Closed greenkeeper[bot] closed 4 years ago

greenkeeper[bot] commented 4 years ago

The devDependency typedoc was updated from 0.15.0 to 0.15.1.

🚨 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/appveyor/branch:** AppVeyor build failed ([Details](https://ci.appveyor.com/project/Narazaka/fso/builds/28817878)).

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

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 4 years ago

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

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

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

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

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[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

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

  • 637b51f v0.15.4
  • 3ec2e66 Add tests for computed property names
  • caae509 Improve output for computed property names
  • 60b49a8 Ignore tsBuildInfoFile TypeScript compiler option

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 2 commits.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

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[bot] commented 4 years ago

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

  • aa59c1e chore: Bump version to 0.15.8
  • 2cbb089 fix: Update handlebars to 4.7
  • 91cfe2e chore: Bump version

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 66 commits.

  • c6722d8 chore: Correct theme version
  • 2146a28 chore: Bump version to v0.16.0
  • aeab029 fix: Catch error in expandInputFiles
  • 4d8f2c7 Merge branch 'simplify-readme' of https://github.com/TypeStrong/typedoc
  • 5bf4525 chore: Add an equivalent test for #1103
  • 2b6126a chore: Bump version to 0.16.0-8
  • fd57421 Resolve TypeOperatorType to allow it to be hyperlinkable
  • d18664d chore: Bump version to 0.16.0-7
  • b204f6a fix!: Don't use TS internal symbol IDs
  • 62314da fix: Ignore configFilePath when reading TS options
  • 930aac1 fix: Add missing types for serialization
  • 7dee2c3 Merge branch 'fix/serializer-plugin'
  • b2782d5 Merge branch 'master' into fix/options
  • 9a43f21 Merge branch 'master' into feat/import-export
  • ffe1347 chore: Bump version to 0.16.0-6

There are 66 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 92 commits.

  • 67987ad chore: Bump version
  • 51946db fix: Rebuild specs typechecks
  • 8025e64 feat: Add the includeVersion flag
  • 33be747 fix: Invalid signature for decorator
  • 15ea85f Don't create navigation links to empty declarations
  • 52fa7fa Small refactor to fix creating children of reflections
  • 5ec837a Extracted navigation building internal functions into an exported NavigationBuilder class
  • 8dd7340 chore: Bump version to 0.16.4
  • 64a9323 fix: Circular dependencies
  • 90d4c30 chore: Upgrade deps, bump version to 0.16.3
  • 411a900 fix: Remove sources from hidden signatures
  • 1c89283 Merge branch 'pr/1169'
  • 9ac6973 fix: Autodiscovery of plugins not working
  • 8005b21 fix: External symbols should not be referenced
  • ef0c17e feat: Add @BindOption

There are 92 commits in total.

See the full diff