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): update doc-dependencies #1331

Merged
merged 1 commit into from Sep 5, 2022
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 5, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/react (source) ~18.0.17 -> ~18.0.18 age adoption passing confidence
typedoc (source) ~0.23.11 -> ~0.23.14 age adoption passing confidence
vitepress (source) 1.0.0-alpha.12 -> 1.0.0-alpha.13 age adoption passing confidence

Release Notes

TypeStrong/TypeDoc

v0.23.14

Compare Source

Features
  • Added support for defining one-off external link mappings with externalSymbolLinkMappings see
    the documentation for usage examples and caveats, #​2030.
  • External link resolvers defined with addUnknownSymbolResolver will now be checked when resolving @link tags, #​2030.
    Note: To support this, resolution will now happen during conversion, and as such, Renderer.addUnknownSymbolResolver has been
    soft deprecated in favor of Converter.addUnknownSymbolResolver. Plugins should update to use the method on Converter.
    DefaultThemeRenderContext.attemptExternalResolution has also been deprecated since it will repeat work done during conversion,
    use ReferenceType.externalUrl instead.
  • Added Converter.addUnknownSymbolResolver for use by plugins supporting external links.
Bug Fixes
  • Fixed conversion of object literal types containing construct signatures, #​2036.
  • Fixed centering of title bar on wide displays, actually this time, #​2046.

v0.23.13

Compare Source

Bug Fixes
  • Fixed packages mode bug introduced in 0.23.12, #​2043.

v0.23.12

Compare Source

Features
  • Added a new ParameterType.Object for declaring object options which will be shallowly merged when read from user configuration.
  • Added a new Application.EVENT_BOOTSTRAP_END event emitted when Application.bootstrap is called.
Bug Fixes
  • TypeDoc will now work properly in packages mode when converting packages outside the current working directory, #​2043.
  • Fixed deprecation warning for isIdentifierOrPrivateIdentifier.
  • Fixed centering of title bar on wide displays, #​2046.
Thanks!
vuejs/vitepress

v1.0.0-alpha.13

Compare Source

Features
  • use global delegation for copy code interaction (b5bd73f)

Configuration

📅 Schedule: Branch creation - "before 3am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from a team as a code owner September 5, 2022 02:50
@renovate renovate bot added the c: dependencies Pull requests that adds/updates a dependency label Sep 5, 2022
@codecov
Copy link

codecov bot commented Sep 5, 2022

Codecov Report

Merging #1331 (7237d25) into main (b992f41) will decrease coverage by 0.00%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main    #1331      +/-   ##
==========================================
- Coverage   99.63%   99.62%   -0.01%     
==========================================
  Files        2163     2163              
  Lines      240701   240701              
  Branches     1018     1014       -4     
==========================================
- Hits       239818   239794      -24     
- Misses        862      886      +24     
  Partials       21       21              
Impacted Files Coverage Δ
src/modules/internet/user-agent.ts 81.74% <0.00%> (-6.35%) ⬇️

@import-brain import-brain added this to the v7 - Current Major milestone Sep 5, 2022
@renovate renovate bot force-pushed the renovate/doc-dependencies branch from bfa4cc0 to d5747be Compare September 5, 2022 07:06
@renovate renovate bot force-pushed the renovate/doc-dependencies branch from d5747be to 7237d25 Compare September 5, 2022 07:08
@ST-DDT ST-DDT requested review from a team September 5, 2022 08:08
@ST-DDT ST-DDT merged commit cc18b22 into main Sep 5, 2022
@ST-DDT ST-DDT deleted the renovate/doc-dependencies branch September 5, 2022 08:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c: dependencies Pull requests that adds/updates a dependency
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

3 participants