Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

chore(deps-dev): bump typedoc from 0.20.30 to 0.20.31 #435

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 14, 2021

Bumps typedoc from 0.20.30 to 0.20.31.

Release notes

Sourced from typedoc's releases.

v0.20.31

0.20.31 (2021-03-14)

Bug Fixes

  • Constructors were improperly reported as inherited (b908c09), closes #1528 #1527
  • readonly tuples were recognized as arrays (99c6a13), closes #1534

Thanks!

Commits
  • 49c77da chore: Bump version to 0.20.31
  • 07e0e27 chore: Upgrade dependencies
  • 99c6a13 fix: readonly tuples were recognized as arrays
  • b908c09 fix: Constructors were improperly reported as inherited
  • See full diff 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 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

Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.20.30 to 0.20.31.
- [Release notes](https://github.com/TypeStrong/TypeDoc/releases)
- [Commits](TypeStrong/typedoc@v0.20.30...v0.20.31)

Signed-off-by: dependabot[bot] <support@github.com>
@codecov-io
Copy link

Codecov Report

Merging #435 (4e87f6c) into main (a1ad888) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##              main      #435   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           19        19           
  Lines          502       502           
  Branches        39        39           
=========================================
  Hits           502       502           
Flag Coverage Δ
unittests 100.00% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 15, 2021

Looks like typedoc is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Mar 15, 2021
@dependabot dependabot bot deleted the dependabot-npm_and_yarn-main-typedoc-0.20.31 branch March 15, 2021 15:36
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Class constructor is labeled as inherited even if it's not
1 participant