qiwi / primitive-storage

Basic storage implementations.
MIT License
5 stars 2 forks source link

Update typedoc-plugin-external-module-name to the latest version πŸš€ #66

Closed greenkeeper[bot] closed 3 years ago

greenkeeper[bot] commented 4 years ago

🚨 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


The devDependency typedoc-plugin-external-module-name was updated from 3.1.0 to 4.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 4.0.0

4.0.0 (2020-05-31)

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

Features

  • merge modules from the same directory into a single module by default (fd03f0b)
  • Support a .typedoc-plugin-external-module-name.js file for custom generation of module names based on the reflection itself (ca0a9c7), closes #423

Bug Fixes

  • fix createChildReflection ReflectionKind for typedoc < 0.17 (now creates a 0.17 Module, not a Namespace) (fc6b2b4)

BREAKING CHANGES

  • This plugin now automatically applies a Module Name based on the file path.
    
Commits

The new version differs by 29 commits.

  • e1ce0d1 4.0.0
  • aec9638 feat: Bump package to 4.0.0
  • ca0a9c7 feat: Support a .typedoc-plugin-external-module-name.js file for custom generation of module names based on the reflection itself
  • fc6b2b4 fix: fix createChildReflection ReflectionKind for typedoc < 0.17 (now creates a 0.17 Module, not a Namespace)
  • ad01b5e docs: Clarify Module vs External Module
  • fd03f0b feat: merge modules from the same directory into a single module by default
  • d8b7ec3 Merge pull request #471 from christopherthielen/dependabot/npm_and_yarn/types/lodash-4.14.153
  • 9fc1a28 build(deps-dev): bump @types/lodash from 4.14.152 to 4.14.153
  • d6d9ab2 Merge pull request #470 from christopherthielen/dependabot/npm_and_yarn/uirouter/publish-scripts-2.3.49
  • 326d621 build(deps-dev): bump @uirouter/publish-scripts from 2.3.48 to 2.3.49
  • 13080e6 Merge pull request #468 from christopherthielen/dependabot/npm_and_yarn/types/lodash-4.14.152
  • dbf044e Merge pull request #466 from christopherthielen/dependabot/npm_and_yarn/typescript-3.9.3
  • 7334d80 build(deps-dev): bump @types/lodash from 4.14.151 to 4.14.152
  • 9288778 build(deps-dev): bump typescript from 3.9.2 to 3.9.3
  • 35e9eeb Merge pull request #465 from christopherthielen/dependabot/npm_and_yarn/uirouter/publish-scripts-2.3.48

There are 29 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:

coveralls commented 4 years ago

Pull Request Test Coverage Report for Build 806


Totals Coverage Status
Change from base Build 754: 0.0%
Covered Lines: 161
Relevant Lines: 170

πŸ’› - Coveralls