linkedin/opticss

An in-range update of typedoc-plugin-external-module-name is breaking the build 🚨

Opened this issue Β· 2 comments

The devDependency typedoc-plugin-external-module-name was updated from 2.0.0 to 2.1.0.

🚨 View failing branch.

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

typedoc-plugin-external-module-name 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 2.1.0

2.1.0 (2019-05-06)

Compare typedoc-plugin-external-module-name versions 2.0.0 and 2.1.0

Features

  • Support submodules (modules are separated by '.') (793d0ae)
Commits

The new version differs by 25 commits.

  • c0b5a47 2.1.0
  • 793d0ae feat: Support submodules (modules are separated by '.')
  • 323d82c Merge pull request #213 from Arlanthir/submodules
  • a2e073a Merge pull request #316 from christopherthielen/dependabot/npm_and_yarn/prettier-1.17.0
  • c66b948 build(deps-dev): bump prettier from 1.16.4 to 1.17.0
  • b521af4 Merge pull request #307 from christopherthielen/dependabot/npm_and_yarn/@types/handlebars-4.1.0
  • a325633 build(deps-dev): bump @types/handlebars from 4.0.40 to 4.1.0
  • 476b664 Merge branch 'master' into submodules
  • 60d3a0a Merge pull request #305 from christopherthielen/dependabot/npm_and_yarn/handlebars-4.1.0
  • 97f948f build(deps): [security] bump handlebars from 4.0.11 to 4.1.0
  • 18e8fec Merge pull request #303 from christopherthielen/dependabot/npm_and_yarn/prettier-1.16.4
  • bc60e0d build(deps-dev): bump prettier from 1.16.3 to 1.16.4
  • 172afd3 Merge pull request #301 from christopherthielen/dependabot/npm_and_yarn/prettier-1.16.3
  • b6b4653 build(deps-dev): bump prettier from 1.16.1 to 1.16.3
  • f676223 Merge pull request #299 from christopherthielen/dependabot/npm_and_yarn/prettier-1.16.1

There are 25 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 🌴

Your tests are still failing with this version. Compare changes

Your tests are still failing with this version. Compare changes

Release Notes for 2.2.1

2.2.1 (2020-01-15)

Compare typedoc-plugin-external-module-name versions 2.1.0 and 2.2.1

This release reduces semver compatibility to "typedoc": ">=0.7.0 <0.15.0" (between 0.7.0 and 0.14.x)

Bug Fixes

  • module: Remove empty comment blocks of merge target modules (c800a22), closes #142
  • reflections: Update symbol mappings for merged modules (248b806), closes #313 #193
  • typedoc-0.14: Improve typedoc 0.14.0 compatibility to account for api change (68fc6e1)