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

Update typedoc-plugin-external-module-name in group default to the latest version 🚀 #76

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented Jan 16, 2020

The devDependency typedoc-plugin-external-module-name was updated from 2.2.1 to 3.0.0.

This version is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.


Publisher: christopherthielen
License: MIT

Release Notes for 3.0.0

3.0.0 (2020-01-16)

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

Bug Fixes

  • emptycomment: Remove empty comments on source reflections that are being merged, just in case.. not sure if this is even necessary! (bd9b5cd)
  • typedoc0.16: Some fixes for 0.16.x (WIP) (0089d19)

Features

  • typedoc0.16.4: Support typedoc 0.16.4 (02aa15a)

BREAKING CHANGE

This plugin no longer attempts to work around the two comment problem in order to identify a comment as module documentation. I recommend using the @packageDocumentation annotation going forward. The issue comment states that TypeDoc will continue to support the two comment legacy mechanism.

Before:

/** @module foo */

After:

/** @packageDocumentation @module foo */

or

/** @packageDocumentation @module foo */ /** for typedoc */
Commits

The new version differs by 9 commits.

  • eb9951b 3.0.0
  • e36ae2a chore: Add a barebones DEVELOPING.md with instructions for running the integration tests
  • f2dad45 test: Use a github actions matrix to test typedoc versions
  • 8e36d35 test: add tests for typedoc 0.16.5
  • 02aa15a feat(typedoc0.16.4): Support typedoc 0.16.4
  • 2be99b7 test: Add some tests, update some tests
  • c8a04d4 test: Add some tests, update some tests
  • 0089d19 fix(typedoc0.16): Some fixes for 0.16.x (WIP)
  • bd9b5cd fix(emptycomment): Remove empty comments on source reflections that are being merged, just in case.. not sure if this is even necessary!

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 bot added a commit that referenced this pull request Apr 27, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 27, 2020

Update to this version instead 🚀

Release Notes for 3.1.0

3.1.0 (2020-04-27)

Compare typedoc-plugin-external-module-name versions 3.0.0 and 3.1.0

Features

  • build with typedoc 0.17 and expand peerDependency semver range to include 0.17.x (00f0f96)

Bug Fixes

  • < 0.17.0 fix isModuleOrNamespace compat (1ef1ad3)
  • Re-add compatibility for typedoc < 0.17.0 (c255f1e)
Commits

The new version differs by 75 commits.

  • 6791cee 3.1.0
  • 3878334 chore: bump yarn.lock
  • 1ef1ad3 fix: < 0.17.0 fix isModuleOrNamespace compat
  • c255f1e fix: Re-add compatibility for typedoc < 0.17.0
  • a2c5b7a chore: Update dependencies
  • 340421d test: Update test harness to be compatible with typedoc 0.17
  • b4d29de test: Switch test harness to use dependencies, not devDependencies to allow check-peer-dependencies to install typescript peer dep
  • 00f0f96 feat: build with typedoc 0.17 and expand peerDependency semver range to include 0.17.x
  • 9140b0a Revert "Undefined to null check on symbol"
  • 18338f8 Avoid errors on typescript interfaces.
  • 06b7d53 Undefined to null check on symbol
  • 55f4a77 remove unused imports
  • 69ba382 update deprecated removeTags & removeReflection
  • 4f67faf Merge pull request #454 from christopherthielen/dependabot/npm_and_yarn/types/node-13.13.4
  • 77713d4 build(deps-dev): bump @types/node from 13.13.2 to 13.13.4

There are 75 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 31, 2020


🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚

Find out how to migrate to Snyk at greenkeeper.io


Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request May 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants