Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): bump typedoc from 0.23.7 to 0.23.9 #401

Merged
merged 1 commit into from Jul 25, 2022

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps typedoc from 0.23.7 to 0.23.9.

Release notes

Sourced from typedoc's releases.

v0.23.9

Bug Fixes

  • TypeDoc will no longer skip entry points which have no exports, #2007. If using "entryPointStrategy": "expand", this change may result in new pages being added to your documentation. If this is not desired, you can use the exclude option to filter them out.
  • Fixed missing comments on callable variable-functions constructed indirectly, #2008.
  • Packages mode will now respect the --includeVersion flag, #2010.
  • Fixed multiple reflections mapping to the same file name on case insensitive file systems, #2012.

v0.23.8

Features

  • Added defined in links for classes, enums, #180.
  • Added support for *.ghe.com and *.github.us GitHub enterprise domains for source links, #2001.
  • Expose Converter.parseRawComment for plugins to parse additional markdown files, #2004.

Bug Fixes

  • TypeDoc will no longer emit a warning for {@link} containing a URL, #1980.
  • excludeNotDocumented will no longer remove functions/methods/accessors which are documented, #1994.
  • Fixed missing sources property on signature reflections #1996.

Thanks!

Changelog

Sourced from typedoc's changelog.

v0.23.9 (2022-07-24)

Bug Fixes

  • TypeDoc will no longer skip entry points which have no exports, #2007. If using "entryPointStrategy": "expand", this change may result in new pages being added to your documentation. If this is not desired, you can use the exclude option to filter them out.
  • Fixed missing comments on callable variable-functions constructed indirectly, #2008.
  • Packages mode will now respect the --includeVersion flag, #2010.
  • Fixed multiple reflections mapping to the same file name on case insensitive file systems, #2012.

v0.23.8 (2022-07-17)

Features

  • Added defined in links for classes, enums, #180.
  • Added support for *.ghe.com and *.github.us GitHub enterprise domains for source links, #2001.
  • Expose Converter.parseRawComment for plugins to parse additional markdown files, #2004.

Bug Fixes

  • TypeDoc will no longer emit a warning for {@link} containing a URL, #1980.
  • excludeNotDocumented will no longer remove functions/methods/accessors which are documented, #1994.
  • Fixed missing sources property on signature reflections #1996.

Thanks!

Commits
  • e50cd27 Update changelog for release
  • 20ea81a Bump version to 0.23.9
  • ba9c5be Only set version if includeVersion is specified
  • d4d3b8f Do not skip empty entry points
  • 4f2a12f Fix missing comments on indirectly created var-fns
  • 3e5a1a2 Fix multiple reflections mapping to the same file name
  • 55b72aa Fix example links
  • 7f48f28 Update changelog for release
  • 5611232 Bump version to 0.23.8
  • f41f6c8 Do not emit warnings on urls within @link tags
  • 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.7 to 0.23.9.
- [Release notes](https://github.com/TypeStrong/TypeDoc/releases)
- [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md)
- [Commits](TypeStrong/typedoc@v0.23.7...v0.23.9)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 25, 2022
@googlemaps-bot googlemaps-bot enabled auto-merge (squash) July 25, 2022 20:33
@googlemaps-bot googlemaps-bot merged commit 032591d into main Jul 25, 2022
@googlemaps-bot googlemaps-bot deleted the dependabot/npm_and_yarn/typedoc-0.23.9 branch July 25, 2022 20:35
github-actions bot pushed a commit that referenced this pull request Jul 25, 2022
Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.23.7 to 0.23.9.
- [Release notes](https://github.com/TypeStrong/TypeDoc/releases)
- [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md)
- [Commits](TypeStrong/typedoc@v0.23.7...v0.23.9)

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

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 032591d
googlemaps-bot pushed a commit that referenced this pull request Aug 2, 2022
### [2.0.10](v2.0.9...v2.0.10) (2022-08-02)

### Bug Fixes

* GridAlgorithm respects maxZoom ([#368](#368)) ([abcefdf](abcefdf))

### Miscellaneous Chores

* **deps-dev:** bump @babel/preset-env from 7.18.2 to 7.18.6 ([#386](#386)) ([1a62289](1a62289))
* **deps-dev:** bump @babel/preset-env from 7.18.6 to 7.18.9 ([#395](#395)) ([4c0d87d](4c0d87d))
* **deps-dev:** bump @babel/preset-env from 7.18.9 to 7.18.10 ([#403](#403)) ([07e5034](07e5034))
* **deps-dev:** bump @babel/runtime-corejs3 from 7.18.6 to 7.18.9 ([#396](#396)) ([e3c685a](e3c685a))
* **deps-dev:** bump @rollup/plugin-typescript from 8.3.3 to 8.3.4 ([#407](#407)) ([f08b24b](f08b24b))
* **deps-dev:** bump core-js from 3.23.3 to 3.23.4 ([#391](#391)) ([fd5bab8](fd5bab8))
* **deps-dev:** bump core-js from 3.23.4 to 3.24.0 ([#400](#400)) ([8e4b9fe](8e4b9fe))
* **deps-dev:** bump core-js from 3.24.0 to 3.24.1 ([#404](#404)) ([40e1b83](40e1b83))
* **deps-dev:** bump eslint-plugin-jest from 26.5.3 to 26.6.0 ([#397](#397)) ([64d6df0](64d6df0))
* **deps-dev:** bump eslint-plugin-jest from 26.6.0 to 26.7.0 ([#405](#405)) ([45bbc94](45bbc94))
* **deps-dev:** bump eslint-plugin-prettier from 4.1.0 to 4.2.1 ([#388](#388)) ([5c80e85](5c80e85))
* **deps-dev:** bump geckodriver from 3.0.1 to 3.0.2 ([#389](#389)) ([33ec5a9](33ec5a9))
* **deps-dev:** bump rollup from 2.75.7 to 2.76.0 ([#390](#390)) ([c8eb563](c8eb563))
* **deps-dev:** bump rollup from 2.76.0 to 2.77.0 ([#394](#394)) ([10b59f7](10b59f7))
* **deps-dev:** bump rollup from 2.77.0 to 2.77.2 ([#402](#402)) ([a3258a3](a3258a3))
* **deps-dev:** bump typedoc from 0.23.1 to 0.23.5 ([#387](#387)) ([01d9f56](01d9f56))
* **deps-dev:** bump typedoc from 0.23.5 to 0.23.7 ([#392](#392)) ([2f1edd0](2f1edd0))
* **deps-dev:** bump typedoc from 0.23.7 to 0.23.9 ([#401](#401)) ([032591d](032591d))
* **deps-dev:** bump typedoc from 0.23.9 to 0.23.10 ([#406](#406)) ([6b2961e](6b2961e))
* **deps:** bump terser from 5.3.1 to 5.14.2 ([#399](#399)) ([161b943](161b943))
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants