Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 20, 2021

Bumps typedoc from 0.21.9 to 0.22.4.

Release notes

Sourced from typedoc's releases.

v0.22.4

Features

  • Flag option types like validation can now be set to true/false to enable/disable all flags within them.
  • Source code links now work with Bitbucket repositories, resolves #1615.
  • Added githubPages option (default: true), which will create a .nojekyll page in the generated output, resolves #1680.
  • MarkdownEvent is now exported, resolves #1696.

Bug Fixes

  • Fixed the hamburger menu not being visible on mobile devices, fixes #1699.
  • Comments on function implementations with overloaded signatures will now be correctly handled, fixes #1697.

Thanks!

v0.22.3

Bug Fixes

  • Switched the default highlighting themes back to light-plus and dark-plus, they were accidentally set to min-light and min-dark in v0.22.0.

Features

  • Added new validation option which can be used to disable checks for non-exported symbols. On the command line, this can be specified with --validation.notExported true, or in an options file with:
    {
        "validation": {
            "notExported": true
        }
    }
  • Added invalidLink to validation option, deprecated listInvalidSymbolLinks, which will be removed in 0.23.

v0.22.2

Bug Fixes

  • Fix background color of tables in dark mode, closes #1684.

v0.22.1

Bug Fixes

  • Validation for non-exported symbols will now only produce one warning per symbol, instead of one warning per reference.
  • Syntax highlighting when the preferred color scheme is dark but dark theme is not explicitly selected will now properly use the dark highlighting theme.

... (truncated)

Changelog

Sourced from typedoc's changelog.

v0.22.4 (2021-08-18)

Features

  • Flag option types like validation can now be set to true/false to enable/disable all flags within them.
  • Source code links now work with Bitbucket repositories, resolves #1615.
  • Added githubPages option (default: true), which will create a .nojekyll page in the generated output, resolves #1680.
  • MarkdownEvent is now exported, resolves #1696.

Bug Fixes

  • Fixed the hamburger menu not being visible on mobile devices, fixes #1699.
  • Comments on function implementations with overloaded signatures will now be correctly handled, fixes #1697.

Thanks!

v0.22.3 (2021-08-12)

Bug Fixes

  • Switched the default highlighting themes back to light-plus and dark-plus, they were accidentally set to min-light and min-dark in v0.22.0.

Features

  • Added new validation option which can be used to disable checks for non-exported symbols. On the command line, this can be specified with --validation.notExported true, or in an options file with:
    {
        "validation": {
            "notExported": true
        }
    }
  • Added invalidLink to validation option, deprecated listInvalidSymbolLinks, which will be removed in 0.23.

v0.22.2 (2021-08-11)

Bug Fixes

  • Fix background color of tables in dark mode, closes #1684.

v0.22.1 (2021-08-10)

Bug Fixes

  • Validation for non-exported symbols will now only produce one warning per symbol, instead of one warning per reference.
  • Syntax highlighting when the preferred color scheme is dark but dark theme is not explicitly selected will now properly use the dark highlighting theme.

... (truncated)

Commits

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
  • @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)

Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.21.9 to 0.22.4.
- [Release notes](https://github.com/TypeStrong/TypeDoc/releases)
- [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md)
- [Commits](TypeStrong/typedoc@v0.21.9...v0.22.4)

---
updated-dependencies:
- dependency-name: typedoc
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 20, 2021
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Sep 20, 2021
@autoapproval autoapproval bot added the merge label Sep 20, 2021
Copy link

@autoapproval autoapproval bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved 👍

Copy link

@autoapproval autoapproval bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved 👍

Copy link

@autoapproval autoapproval bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved 👍

@codecov
Copy link

codecov bot commented Sep 20, 2021

Codecov Report

Merging #387 (95180a9) into main (9570775) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##              main      #387   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         1           
  Lines          123       123           
  Branches        25        25           
=========================================
  Hits           123       123           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9570775...95180a9. Read the comment docs.

@jpoehnelt jpoehnelt merged commit 7e32e8c into main Sep 20, 2021
@jpoehnelt jpoehnelt deleted the dependabot/npm_and_yarn/typedoc-0.22.4 branch September 20, 2021 16:10
github-actions bot pushed a commit that referenced this pull request Sep 20, 2021
* build(deps-dev): bump typedoc from 0.21.9 to 0.22.4

Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.21.9 to 0.22.4.
- [Release notes](https://github.com/TypeStrong/TypeDoc/releases)
- [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md)
- [Commits](TypeStrong/typedoc@v0.21.9...v0.22.4)

---
updated-dependencies:
- dependency-name: typedoc
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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

* docs: remove toc option

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Justin Poehnelt <jpoehnelt@google.com> 7e32e8c
github-actions bot pushed a commit that referenced this pull request Sep 27, 2021
### [1.12.4](v1.12.3...v1.12.4) (2021-09-27)

### Miscellaneous Chores

* remove unnecessary file ([#389](#389)) ([2321234](2321234))
* standardize eslint ([#382](#382)) ([969d8f8](969d8f8))
* standardize repos ([#380](#380)) ([322189b](322189b))
* switch default branch ([b6405a7](b6405a7))
* Synced file(s) with googlemaps/.github ([#377](#377)) ([b94746e](b94746e))
* Synced file(s) with googlemaps/.github ([#392](#392)) ([22e3630](22e3630))
* Synced file(s) with googlemaps/.github ([#400](#400)) ([8cb9d3e](8cb9d3e))
* Synced local '.babelrc' with remote 'sync-files/js/.babelrc' ([#385](#385)) ([9570775](9570775))
* Synced local '.babelrc' with remote 'sync-files/js/.babelrc' ([#388](#388)) ([3ffcd5b](3ffcd5b))
* Synced local '.eslintignore' with remote 'sync-files/js/.eslintignore' ([#383](#383)) ([10b9321](10b9321))
* Synced local '.github/' with remote 'sync-files/js/.github/' ([#396](#396)) ([ed35696](ed35696))
* Synced local '.github/' with remote 'sync-files/js/.github/' ([#397](#397)) ([3dd31c9](3dd31c9))
* Synced local '.github/' with remote 'sync-files/js/.github/' ([#398](#398)) ([8eabe66](8eabe66))
* update eslint ([#384](#384)) ([7664d13](7664d13))

### Build System

* **deps-dev:** bump @rollup/plugin-node-resolve from 13.0.4 to 13.0.5 ([#394](#394)) ([fb42dcc](fb42dcc))
* **deps-dev:** bump @types/jest from 27.0.1 to 27.0.2 ([#390](#390)) ([04d45de](04d45de))
* **deps-dev:** bump core-js from 3.17.2 to 3.17.3 ([#374](#374)) ([dfe49c0](dfe49c0))
* **deps-dev:** bump core-js from 3.17.3 to 3.18.0 ([#386](#386)) ([00a1022](00a1022))
* **deps-dev:** bump core-js from 3.18.0 to 3.18.1 ([#401](#401)) ([6e07b51](6e07b51))
* **deps-dev:** bump eslint-plugin-jest from 24.4.0 to 24.4.1 ([#379](#379)) ([17182f5](17182f5))
* **deps-dev:** bump eslint-plugin-jest from 24.4.1 to 24.4.2 ([#381](#381)) ([f8ffa08](f8ffa08))
* **deps-dev:** bump prettier from 2.4.0 to 2.4.1 ([#378](#378)) ([17f2330](17f2330))
* **deps-dev:** bump rollup from 2.56.3 to 2.57.0 ([#393](#393)) ([744894d](744894d))
* **deps-dev:** bump typedoc from 0.21.9 to 0.22.4 ([#387](#387)) ([7e32e8c](7e32e8c))
* **deps:** bump tmpl from 1.0.4 to 1.0.5 ([#391](#391)) ([4a091d3](4a091d3))
@github-actions
Copy link

🎉 This PR is included in version 1.12.4 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement. dependencies Pull requests that update a dependency file merge released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant