Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 11, 2022

Bumps typedoc from 0.23.5 to 0.23.7.

Release notes

Sourced from typedoc's releases.

v0.23.7

Bug Fixes

  • Tags must now contain whitespace after the tag name to be parsed as a tag, @jest/globals in a comment will no longer be parsed as a tag #1990.
  • The private member visibility option will now be respected in generated sites, #1992.
  • Overload rendering will no longer be broken if JavaScript is disabled, #453.
  • All overloads are now shown at once rather than requiring clicks to see the documentation for each signature, #1100.

v0.23.6

Features

  • Improved support for --entryPointStrategy Packages. TypeDoc will now load package-specific configurations from package.json typedoc field. This configuration allows configuring a custom display name (typedoc.displayName) field, entry point (typedoc.entryPoint - this is equivalent and will override typedocMain), and path to a readme file to be rendered at the top of the package page (typedoc.readmeFile), #1658.
  • The --includeVersion option will now be respected by --entryPointStrategy Packages. Also, for this combination, missing version field in the root package.json will not issue a warning.
  • The navigation partial will now call the new settings, primaryNavigation, and secondaryNavigation partials, #1987.

Bug Fixes

  • All warnings will be reported instead of only the first warning of a given type, #1981.
  • Include references will no longer be incorrectly parsed as links, #1986.
  • The generated schema.json on the website will now use enum values rather than enum names if possible.

Thanks!

Changelog

Sourced from typedoc's changelog.

v0.23.7 (2022-07-09)

Bug Fixes

  • Tags must now contain whitespace after the tag name to be parsed as a tag, @jest/globals in a comment will no longer be parsed as a tag #1990.
  • The private member visibility option will now be respected in generated sites, #1992.
  • Overload rendering will no longer be broken if JavaScript is disabled, #453.
  • All overloads are now shown at once rather than requiring clicks to see the documentation for each signature, #1100.

v0.23.6 (2022-07-08)

Features

  • Improved support for --entryPointStrategy Packages. TypeDoc will now load package-specific configurations from package.json typedoc field. This configuration allows configuring a custom display name (typedoc.displayName) field, entry point (typedoc.entryPoint - this is equivalent and will override typedocMain), and path to a readme file to be rendered at the top of the package page (typedoc.readmeFile), #1658.
  • The --includeVersion option will now be respected by --entryPointStrategy Packages. Also, for this combination, missing version field in the root package.json will not issue a warning.
  • The navigation partial will now call the new settings, primaryNavigation, and secondaryNavigation partials, #1987.

Bug Fixes

  • All warnings will be reported instead of only the first warning of a given type, #1981.
  • Include references will no longer be incorrectly parsed as links, #1986.
  • The generated schema.json on the website will now use enum values rather than enum names if possible.

Thanks!

Commits
  • dd15e08 Update changelog for release
  • 809e207 Bump version to 0.23.7
  • 7ceda7b Require whitespace after a tag name
  • c6e9bf9 Fix overload rendering
  • e4fbb1c Fix private filter
  • 5060fe2 Update changelog for release
  • c09ff78 Bump version to 0.23.6
  • 59a33de Partials: settings, primaryNavigation, secondaryNavigation
  • d9de9f7 Update changelog
  • 3dfb539 Do not attempt to resolve includes as links
  • 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 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.23.5 to 0.23.7.
- [Release notes](https://github.com/TypeStrong/TypeDoc/releases)
- [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md)
- [Commits](TypeStrong/typedoc@v0.23.5...v0.23.7)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 11, 2022
@googlemaps-bot googlemaps-bot enabled auto-merge (squash) July 11, 2022 23:17
@googlemaps-bot googlemaps-bot merged commit b314c01 into main Jul 11, 2022
@googlemaps-bot googlemaps-bot deleted the dependabot/npm_and_yarn/typedoc-0.23.7 branch July 11, 2022 23:18
github-actions bot pushed a commit that referenced this pull request Jul 11, 2022
Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.23.5 to 0.23.7.
- [Release notes](https://github.com/TypeStrong/TypeDoc/releases)
- [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md)
- [Commits](TypeStrong/typedoc@v0.23.5...v0.23.7)

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

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> b314c01
googlemaps-bot pushed a commit that referenced this pull request Aug 15, 2022
### [2.0.2](v2.0.1...v2.0.2) (2022-08-15)

### Miscellaneous Chores

* **deps-dev:** bump @rollup/plugin-typescript from 8.3.3 to 8.3.4 ([#261](#261)) ([93d7ed3](93d7ed3))
* **deps-dev:** bump @typescript-eslint/eslint-plugin ([#250](#250)) ([4b588ca](4b588ca))
* **deps-dev:** bump @typescript-eslint/eslint-plugin ([#252](#252)) ([0d31677](0d31677))
* **deps-dev:** bump @typescript-eslint/eslint-plugin ([#259](#259)) ([fb99e6e](fb99e6e))
* **deps-dev:** bump @typescript-eslint/eslint-plugin ([#264](#264)) ([26d6e1f](26d6e1f))
* **deps-dev:** bump @typescript-eslint/eslint-plugin ([#268](#268)) ([d232cae](d232cae))
* **deps-dev:** bump @typescript-eslint/eslint-plugin ([#273](#273)) ([e2e9de9](e2e9de9))
* **deps-dev:** bump @typescript-eslint/parser from 5.30.5 to 5.30.6 ([#248](#248)) ([9d0436a](9d0436a))
* **deps-dev:** bump @typescript-eslint/parser from 5.30.6 to 5.30.7 ([#254](#254)) ([da33484](da33484))
* **deps-dev:** bump @typescript-eslint/parser from 5.30.7 to 5.31.0 ([#257](#257)) ([f6bd262](f6bd262))
* **deps-dev:** bump @typescript-eslint/parser from 5.31.0 to 5.33.0 ([#266](#266)) ([5ec2e9e](5ec2e9e))
* **deps-dev:** bump @typescript-eslint/parser from 5.33.0 to 5.33.1 ([#271](#271)) ([3c33570](3c33570))
* **deps-dev:** bump eslint from 8.19.0 to 8.20.0 ([#253](#253)) ([a9b3e8e](a9b3e8e))
* **deps-dev:** bump eslint from 8.20.0 to 8.21.0 ([#260](#260)) ([f226102](f226102))
* **deps-dev:** bump eslint from 8.21.0 to 8.22.0 ([#269](#269)) ([02dc135](02dc135))
* **deps-dev:** bump eslint-plugin-jest from 26.5.3 to 26.6.0 ([#256](#256)) ([d3347e9](d3347e9))
* **deps-dev:** bump eslint-plugin-jest from 26.6.0 to 26.7.0 ([#262](#262)) ([0750066](0750066))
* **deps-dev:** bump eslint-plugin-jest from 26.7.0 to 26.8.1 ([#267](#267)) ([dea5754](dea5754))
* **deps-dev:** bump eslint-plugin-jest from 26.8.1 to 26.8.3 ([#272](#272)) ([f1b59b7](f1b59b7))
* **deps-dev:** bump rollup from 2.75.7 to 2.76.0 ([#249](#249)) ([9b405eb](9b405eb))
* **deps-dev:** bump rollup from 2.76.0 to 2.77.0 ([#255](#255)) ([7a42698](7a42698))
* **deps-dev:** bump rollup from 2.77.0 to 2.77.2 ([#265](#265)) ([174aad6](174aad6))
* **deps-dev:** bump rollup from 2.77.2 to 2.78.0 ([#270](#270)) ([f588210](f588210))
* **deps-dev:** bump typedoc from 0.23.5 to 0.23.7 ([#247](#247)) ([b314c01](b314c01))
* **deps-dev:** bump typedoc from 0.23.7 to 0.23.8 ([#251](#251)) ([6b41ea0](6b41ea0))
* **deps-dev:** bump typedoc from 0.23.8 to 0.23.9 ([#258](#258)) ([109476a](109476a))
* **deps-dev:** bump typedoc from 0.23.9 to 0.23.10 ([#263](#263)) ([158fbb2](158fbb2))
@googlemaps-bot
Copy link
Contributor

🎉 This PR is included in version 2.0.2 🎉

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
dependencies Pull requests that update a dependency file released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants