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

build(deps-dev): bump typedoc from 0.23.20 to 0.23.21 #888

Merged
merged 1 commit into from
Nov 14, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 14, 2022

Bumps typedoc from 0.23.20 to 0.23.21.

Release notes

Sourced from typedoc's releases.

v0.23.21

Features

  • Added support for a catch-all wildcard in externalSymbolLinkMappings, #2102.
  • Added support for TypeScript 4.9.

Thanks!

Changelog

Sourced from typedoc's changelog.

v0.23.21 (2022-11-14)

Features

  • Added support for a catch-all wildcard in externalSymbolLinkMappings, #2102.
  • Added support for TypeScript 4.9.

Thanks!

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.23.20 to 0.23.21.
- [Release notes](https://github.com/TypeStrong/TypeDoc/releases)
- [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md)
- [Commits](TypeStrong/typedoc@v0.23.20...v0.23.21)

---
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 Nov 14, 2022
@googlemaps-bot googlemaps-bot enabled auto-merge (squash) November 14, 2022 22:02
@googlemaps-bot googlemaps-bot merged commit c4197af into master Nov 14, 2022
@googlemaps-bot googlemaps-bot deleted the dependabot/npm_and_yarn/typedoc-0.23.21 branch November 14, 2022 22:02
googlemaps-bot added a commit that referenced this pull request Nov 17, 2022
### [3.3.24](v3.3.23...v3.3.24) (2022-11-17)

### Bug Fixes

* add `drugstore`, `light_rail_station` & `university` to `PlaceType1` ([#882](#882)) ([0f6fcd4](0f6fcd4))
* revert axios deps ([#889](#889)) ([b4dc304](b4dc304))
* update expected fields in place details test ([#890](#890)) ([3dc3439](3dc3439))

### Build System

* **deps-dev:** bump @types/node from 18.11.0 to 18.11.4 ([#876](#876)) ([a67b376](a67b376))
* **deps-dev:** bump @types/node from 18.11.4 to 18.11.8 ([#879](#879)) ([2702919](2702919))
* **deps-dev:** bump @types/node from 18.11.8 to 18.11.9 ([#883](#883)) ([c68d63f](c68d63f))
* **deps-dev:** bump @types/node from 18.8.1 to 18.8.4 ([#873](#873)) ([1a127ac](1a127ac))
* **deps-dev:** bump @types/node from 18.8.4 to 18.11.0 ([#874](#874)) ([11fa702](11fa702))
* **deps-dev:** bump typedoc from 0.23.15 to 0.23.16 ([#872](#872)) ([8074a9b](8074a9b))
* **deps-dev:** bump typedoc from 0.23.16 to 0.23.18 ([#877](#877)) ([5b77002](5b77002))
* **deps-dev:** bump typedoc from 0.23.18 to 0.23.19 ([#880](#880)) ([22d8718](22d8718))
* **deps-dev:** bump typedoc from 0.23.19 to 0.23.20 ([#884](#884)) ([3879549](3879549))
* **deps-dev:** bump typedoc from 0.23.20 to 0.23.21 ([#888](#888)) ([c4197af](c4197af))
* **deps:** bump @googlemaps/url-signature from 1.0.27 to 1.0.28 ([#887](#887)) ([ac0f628](ac0f628))
* **deps:** bump axios from 0.27.2 to 1.1.2 ([#871](#871)) ([9672e71](9672e71))
* **deps:** bump axios from 1.1.2 to 1.1.3 ([#875](#875)) ([033b013](033b013))
* **deps:** bump retry-axios from 2.6.0 to 3.0.0 ([#805](#805)) ([6036b25](6036b25))
Smile4192 added a commit to Smile4192/google-maps-service-js that referenced this pull request Mar 7, 2023
### [3.3.24](googlemaps/google-maps-services-js@v3.3.23...v3.3.24) (2022-11-17)

### Bug Fixes

* add `drugstore`, `light_rail_station` & `university` to `PlaceType1` ([#882](googlemaps/google-maps-services-js#882)) ([0f6fcd4](googlemaps/google-maps-services-js@0f6fcd4))
* revert axios deps ([#889](googlemaps/google-maps-services-js#889)) ([b4dc304](googlemaps/google-maps-services-js@b4dc304))
* update expected fields in place details test ([#890](googlemaps/google-maps-services-js#890)) ([3dc3439](googlemaps/google-maps-services-js@3dc3439))

### Build System

* **deps-dev:** bump @types/node from 18.11.0 to 18.11.4 ([#876](googlemaps/google-maps-services-js#876)) ([a67b376](googlemaps/google-maps-services-js@a67b376))
* **deps-dev:** bump @types/node from 18.11.4 to 18.11.8 ([#879](googlemaps/google-maps-services-js#879)) ([2702919](googlemaps/google-maps-services-js@2702919))
* **deps-dev:** bump @types/node from 18.11.8 to 18.11.9 ([#883](googlemaps/google-maps-services-js#883)) ([c68d63f](googlemaps/google-maps-services-js@c68d63f))
* **deps-dev:** bump @types/node from 18.8.1 to 18.8.4 ([#873](googlemaps/google-maps-services-js#873)) ([1a127ac](googlemaps/google-maps-services-js@1a127ac))
* **deps-dev:** bump @types/node from 18.8.4 to 18.11.0 ([#874](googlemaps/google-maps-services-js#874)) ([11fa702](googlemaps/google-maps-services-js@11fa702))
* **deps-dev:** bump typedoc from 0.23.15 to 0.23.16 ([#872](googlemaps/google-maps-services-js#872)) ([8074a9b](googlemaps/google-maps-services-js@8074a9b))
* **deps-dev:** bump typedoc from 0.23.16 to 0.23.18 ([#877](googlemaps/google-maps-services-js#877)) ([5b77002](googlemaps/google-maps-services-js@5b77002))
* **deps-dev:** bump typedoc from 0.23.18 to 0.23.19 ([#880](googlemaps/google-maps-services-js#880)) ([22d8718](googlemaps/google-maps-services-js@22d8718))
* **deps-dev:** bump typedoc from 0.23.19 to 0.23.20 ([#884](googlemaps/google-maps-services-js#884)) ([3879549](googlemaps/google-maps-services-js@3879549))
* **deps-dev:** bump typedoc from 0.23.20 to 0.23.21 ([#888](googlemaps/google-maps-services-js#888)) ([c4197af](googlemaps/google-maps-services-js@c4197af))
* **deps:** bump @googlemaps/url-signature from 1.0.27 to 1.0.28 ([#887](googlemaps/google-maps-services-js#887)) ([ac0f628](googlemaps/google-maps-services-js@ac0f628))
* **deps:** bump axios from 0.27.2 to 1.1.2 ([#871](googlemaps/google-maps-services-js#871)) ([9672e71](googlemaps/google-maps-services-js@9672e71))
* **deps:** bump axios from 1.1.2 to 1.1.3 ([#875](googlemaps/google-maps-services-js#875)) ([033b013](googlemaps/google-maps-services-js@033b013))
* **deps:** bump retry-axios from 2.6.0 to 3.0.0 ([#805](googlemaps/google-maps-services-js#805)) ([6036b25](googlemaps/google-maps-services-js@6036b25))
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