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.22 to 0.23.23 #602

Merged
merged 1 commit into from
Dec 19, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 19, 2022

Bumps typedoc from 0.23.22 to 0.23.23.

Release notes

Sourced from typedoc's releases.

v0.23.23

Features

  • Added ts.Signature to emitted EVENT_CREATE_SIGNATURE event, #2002.

Bug Fixes

  • Links to members hidden by filter settings now temporarily override the filter, #2092.
  • If src/ and src/x are specified as entry points, src/ will no longer be ignored, #2121.
Changelog

Sourced from typedoc's changelog.

v0.23.23 (2022-12-18)

Features

  • Added ts.Signature to emitted EVENT_CREATE_SIGNATURE event, #2002.

Bug Fixes

  • Links to members hidden by filter settings now temporarily override the filter, #2092.
  • If src/ and src/x are specified as entry points, src/ will no longer be ignored, #2121.
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.22 to 0.23.23.
- [Release notes](https://github.com/TypeStrong/TypeDoc/releases)
- [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md)
- [Commits](TypeStrong/typedoc@v0.23.22...v0.23.23)

---
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 Dec 19, 2022
@googlemaps-bot googlemaps-bot enabled auto-merge (squash) December 19, 2022 04:07
@googlemaps-bot googlemaps-bot merged commit 7fbb1df into main Dec 19, 2022
@googlemaps-bot googlemaps-bot deleted the dependabot/npm_and_yarn/typedoc-0.23.23 branch December 19, 2022 04:09
github-actions bot pushed a commit that referenced this pull request Dec 19, 2022
Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.23.22 to 0.23.23.
- [Release notes](https://github.com/TypeStrong/TypeDoc/releases)
- [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md)
- [Commits](TypeStrong/typedoc@v0.23.22...v0.23.23)

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 7fbb1df
googlemaps-bot pushed a commit that referenced this pull request Jan 2, 2023
### [1.1.40](v1.1.39...v1.1.40) (2023-01-02)

### Miscellaneous Chores

* **deps-dev:** bump @rollup/plugin-commonjs from 23.0.3 to 23.0.4 ([#595](#595)) ([d64f18b](d64f18b))
* **deps-dev:** bump @rollup/plugin-commonjs from 23.0.4 to 24.0.0 ([#599](#599)) ([e4575a6](e4575a6))
* **deps-dev:** bump @rollup/plugin-replace from 5.0.0 to 5.0.1 ([#565](#565)) ([5cc8a87](5cc8a87))
* **deps-dev:** bump @rollup/plugin-replace from 5.0.1 to 5.0.2 ([#600](#600)) ([237aaa6](237aaa6))
* **deps-dev:** bump @rollup/plugin-typescript from 10.0.0 to 10.0.1 ([#592](#592)) ([2fb382f](2fb382f))
* **deps-dev:** bump @testing-library/dom from 8.19.0 to 8.19.1 ([#604](#604)) ([90a564d](90a564d))
* **deps-dev:** bump @types/google.maps from 3.50.5 to 3.51.0 ([#596](#596)) ([c833b2a](c833b2a))
* **deps-dev:** bump @types/react from 18.0.25 to 18.0.26 ([#591](#591)) ([d209503](d209503))
* **deps-dev:** bump @types/react-dom from 18.0.9 to 18.0.10 ([#603](#603)) ([ac428e1](ac428e1))
* **deps-dev:** bump eslint-plugin-jest from 27.1.6 to 27.1.7 ([#601](#601)) ([5809394](5809394))
* **deps-dev:** bump eslint-plugin-jest from 27.1.7 to 27.2.0 ([#605](#605)) ([6f4f324](6f4f324))
* **deps-dev:** bump prettier from 2.8.0 to 2.8.1 ([#598](#598)) ([4d8c159](4d8c159))
* **deps-dev:** bump typedoc from 0.23.21 to 0.23.22 ([#594](#594)) ([dcbb871](dcbb871))
* **deps-dev:** bump typedoc from 0.23.22 to 0.23.23 ([#602](#602)) ([7fbb1df](7fbb1df))
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