js-threads-client icon indicating copy to clipboard operation
js-threads-client copied to clipboard

build(deps-dev): bump typedoc-plugin-external-module-name from 3.0.0 to 4.0.3

Open dependabot-preview[bot] opened this issue 5 years ago • 0 comments

Bumps typedoc-plugin-external-module-name from 3.0.0 to 4.0.3.

Release notes

Sourced from typedoc-plugin-external-module-name's releases.

4.0.3 (2020-06-06)

Compare typedoc-plugin-external-module-name versions 4.0.2 and 4.0.3

Bug Fixes

  • windows: when calculating the common prefix, always use path.resolve() to map to native path separator, i.e. "" (09b2090)

4.0.2 (2020-06-06)

Compare typedoc-plugin-external-module-name versions 4.0.1 and 4.0.2

Bug Fixes

  • Use the common parent directory of all entrypoints as the relative path to guess module names (f790eee)

4.0.1 (2020-06-05)

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

Features

  • Add a --disableAutoModuleName flag (a8561e0)

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.
    

3.1.0 (2020-04-27)

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

Features

... (truncated)
Changelog

Sourced from typedoc-plugin-external-module-name's changelog.

4.0.3 (2020-06-06)

Compare typedoc-plugin-external-module-name versions 4.0.2 and 4.0.3

Bug Fixes

  • windows: when calculating the common prefix, always use path.resolve() to map to native path separator, i.e. "" (09b2090)

4.0.2 (2020-06-06)

Compare typedoc-plugin-external-module-name versions 4.0.1 and 4.0.2

Bug Fixes

  • Use the common parent directory of all entrypoints as the relative path to guess module names (f790eee)

4.0.1 (2020-06-05)

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

Features

  • Add a --disableAutoModuleName flag (a8561e0)

4.0.0 (2020-05-31)

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

Bug Fixes

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

Features

  • Bump package to 4.0.0 (aec9638)
  • 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

BREAKING CHANGES

  • This plugin now automatically applies a Module Name based on the file path.
    
... (truncated)
Commits
  • cf2bf01 4.0.3
  • 09b2090 fix(windows): when calculating the common prefix, always use path.resolve() t...
  • 2aeafc5 4.0.2
  • f790eee fix: Use the common parent directory of all entrypoints as the relative path ...
  • 166b5d0 4.0.1
  • a8561e0 feat: Add a --disableAutoModuleName flag
  • efcc02a Merge pull request #480 from christopherthielen/dependabot/npm_and_yarn/types...
  • 1501e6f build(deps-dev): bump typescript from 3.9.3 to 3.9.5
  • 4738b98 Merge pull request #477 from christopherthielen/dependabot/npm_and_yarn/types...
  • 6fe83b4 build(deps-dev): bump @types/lodash from 4.14.154 to 4.14.155
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

Dependabot will not automatically merge this PR because it includes a major update to a development dependency.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

dependabot-preview[bot] avatar Jun 09 '20 10:06 dependabot-preview[bot]